@charset "utf-8";

.inner {
	position: relative;
	width: 100%;
	max-width: 1480px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}

#header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding: 26px 0;
	border-bottom: 1px solid #DADADA;
	background: var(--white);
	backdrop-filter: blur(15px);
	box-sizing: border-box;
	z-index: 50;
}
#header .inner {
	gap: 20px;
}
#header .gnb ul {
	gap: 40px;
}
#header .gnb ul li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	border-bottom: 3px solid var(--white);
	transition: all .3s;
	box-sizing: border-box;
}
#header .gnb ul li.active a,
#header .gnb ul li a:hover {
	color: var(--key-color);
	font-weight: 600;
	border-bottom: 3px solid var(--key-color);
}
#header .h_tel {
	gap: 10px;
}
#header .h_tel > a {
	display: inline-block;
	padding: 16px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--black)!important;
	box-sizing: border-box;
}
#header .menu {
	position: relative;
	display: none;
}
#header .menu a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
#header .menu a:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 20px;
	height: 1px;
	background: var(--black);
	transition: all .3s;
}
#header .menu a:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 20px;
	height: 1px;
	background: var(--black);
	transition: all .3s;
}
#header .menu.on a:before {
	top: 15px;
	transform: translateX(-50%) rotate(45deg);
}
#header .menu.on a:after {
	top: 15px;
	transform: translateX(-50%) rotate(-45deg);
}



.side_wrap {
	position: fixed; 
	top: -100%;
	left: 0;
	width: 100%;
	z-index: 35;
	background: #F5F5F5;
	transition: top .3s ease-in-out;
}
.side_wrap.on {
	top: 73px;
}
.side_wrap .depth {
    padding: 20px 0;
	overflow-y: auto;
	max-height: 80vh;
	box-sizing: border-box;
}
.side_wrap .depth01 {
	position: relative;
}
.side_wrap .depth01 > a {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
    font-weight: 600;
	padding: 10px;
	background: url("../images/arrow_down.svg")no-repeat calc(100% - 10px) 50%;
	box-sizing: border-box;
}
.side_wrap .depth01.no_child > a {
	background: none!important;
}
.side_wrap .depth01.active > a {
	background: var(--key-color);
	color: var(--white);
}
.side_wrap .depth02 {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	transition: all .3s;
}
.side_wrap .depth01.active .depth02 {
	max-height: 1000px;
}
.side_wrap .depth .depth02 li a {
	display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 20px;
	box-sizing: border-box;
}
.side_wrap .depth .depth02 li:last-child a {
	border-bottom: 0;
}
.side_wrap .depth .depth02 li a:before {
	content: '-';
	margin-right: 5px;
}
.side_wrap .s_tel {
	padding-bottom: 20px;
}
.side_wrap .s_tel a {
	display: inline-block;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 10px;
	letter-spacing: 1px;
	box-sizing: border-box;
}
.black_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 34;
}
.not_scroll {
	overflow: hidden;
}


#container {
	position: relative;
}


#footer {
	position: relative;
	background: #000;
	color: var(--white);
	margin-top: 100px;
}
#footer .ft_box {
	padding: 80px 0;
	gap: 50px 20px;
}
#footer .ft_box > div {
	gap: 40px;
}
#footer .ft_box > div h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
#footer .ft_box > div .info {
	gap: 16px;
	font-size: 20px;
	font-weight: 500;
}
#footer .ft_box > div .info .tel {
	font-size: 48px;
	font-weight: 700;
}
#footer .copy {
	padding: 20px 40px;
	border-top: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
}
#footer .copy p {
	line-height: 1.5;
}
#footer .copy button {
	color: var(--white);
}


.ft_info_box {
	margin-top: 100px;
}
.ft_info_box .grid {
	gap: 20px;
}
.ft_info_box .grid > div {
	width: calc(33.333% - 14px);
	border-radius: 10px;
	background: #F5F5F5;
	border-radius: 10px;
	padding: 40px 30px;
	gap: 10px;
	box-sizing: border-box;
}
.ft_info_box .grid .first {
	gap: 20px;
}
.ft_info_box .grid .first .txt {
	flex: 1;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	font-family: 'SUIT';
	gap: 16px;
}
.ft_info_box .grid .first .txt > div {
	gap: 10px;
}
.ft_info_box .grid .item h4 {
	font-size: 20px;
	text-transform: uppercase;
}
.ft_info_box .grid .item strong {
	font-weight: 500;
}
.ft_info_box .grid .item .tel {
	font-size: 24px;
	font-weight: 500;
}



#fix_bottom {
	position: sticky;
	bottom: 95px;
	width: max-content;
	margin: 50px auto;
	z-index: 10;
}
#fix_bottom ul {
	border-radius: 10px;
	border: 1px solid var(--white);
	background: rgba(4, 7, 32, 0.10);
	backdrop-filter: blur(15px);
	padding: 16px;
	gap: 10px;
	box-sizing: border-box;
}
#fix_bottom ul li a {
	padding: 10px 30px;
	gap: 4px;
	background: var(--white);
	border-radius: 5px;
	font-size: 20px;
	font-weight: 700;
	transition: all .3s;
	box-sizing: border-box;
}
#fix_bottom ul li a:hover {
	background: var(--key-color);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
}


#float_right {
	position: fixed;
	top: 160px;
	right: 50px;
	z-index: 11;
	max-height: calc(100vh - 300px);
    overflow-y: auto;
	border-radius: 10px;
	border: 1px solid var(--white);
	background: rgba(4, 7, 32, 0.10);
	backdrop-filter: blur(15px);
	box-sizing: border-box;
}
#float_right::-webkit-scrollbar {
	width: 5px;
	background-color: transparent;
}
#float_right::-webkit-scrollbar-thumb {
	background-color: var(--key-color);
}
#float_right ul {
	width: 160px;
	padding: 16px;
	gap: 10px;
	box-sizing: border-box;
}
#float_right ul li a {
	padding: 10px;
	border-radius: 5px;
	gap: 4px;
	font-size: 14px;
	box-sizing: border-box;
}
#float_right ul li.first a {
	font-size: 16px;
	color: var(--black)!important;
}
#float_right ul li.first a strong {
	flex: 1;
	width: 100%;
}
#float_right ul li.white_bg a {
	background: var(--white);
	font-family: 'SUIT';
}
#float_right ul li.white_bg a strong {
	font-weight: 800;
}
#float_right ul li.white_bg p {
	font-weight: 600;
}
#float_right ul li.last a {
	font-family: 'Paperlogy';
}
#float_right ul li.last a p {
	flex: 1;
	width: 100%;
	font-weight: 700;
	gap: 4px;
	justify-content: end;
}
#float_right ul li.last a p span {
	width: 16px;
	height: 16px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	font-size: 10px;
	letter-spacing: -0.2px;
	font-family: 'SUIT';
}
#float_right ul li.login_btn a {
	background: var(--white);
}
#float_right ul li.join_btn a {
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--black);
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
}


#quick {
	position: fixed;
	bottom: 95px;
	right: 50px;
	gap: 20px;
	align-items: end;
	z-index: 11;
}
#quick > div {
	gap: 10px;
	width: 46px;
}
#quick > div > a {
	width: 100%;
	height: 46px;
	border: 2px solid var(--key-color);
	background: var(--white) url("../images/arrow-up.svg")no-repeat 50% 50%;
	border-radius: 50%;
	box-sizing: border-box;
}
#quick > div > a.down {
	transform: rotate(180deg);
}



.modal {
	display: none;
}
.modal .black_bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
}
.modal .modal_cont {
    width: 90%;
    max-width: 1000px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 101;
	background: var(--white);
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}
.modal .modal_cont .scroll {
	position: relative;
	max-height: calc(95vh - 142px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
	box-sizing: border-box;
}
.modal .modal_cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .bar {
	gap: 10px;
	background: var(--key-color);
	border-radius: 10px;
	color: var(--white);
	padding: 16px 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.modal .bar h3 {
	flex: 1;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	box-sizing: border-box;
}
.modal .bar .close {
	width: 20px;
	height: 20px;
	background: url("../images/ic_close_white.svg")no-repeat 50% 50% / 100%;
}
.modal .btn_area {
	gap: 30px 10px;
	margin-top: 20px;
	justify-content: center;
}
.modal .btn_area > * {
	height: 52px;
	line-height: 52px;
	border-radius: 10px;
	font-size: 16px;
	text-align: center;
	padding: 0 24px;
	box-sizing: border-box;
}


#agree_pop .scroll {
	padding: 16px 30px;
	border-radius: 30px;
	background: #F5F5F5;
	margin-top: 20px;
	box-sizing: border-box;
}
#agree_pop .scroll h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 14px;
	letter-spacing: 0.5px;
	line-height: 1.2;
}
#agree_pop .cont {
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: 0.375px;
}


.login_modal .modal_cont {
	max-width: 620px;
}
.login_modal .form {
	gap: 30px;
}
.login_modal .form .input_box {
	gap: 16px;
}
.login_modal .form .input_box input {
	width: 100%;
	height: 68px;
	border-radius: 10px;
	border: 0.5px solid rgba(87, 87, 87, 0.5);
	padding: 0 30px;
	font-size: 16px;
	box-sizing: border-box;
}
.login_modal .form .login_btn {
	height: 68px;
	border-radius: 10px;
	font-size: 20px;
	background: var(--text);
	color: var(--white);
}
.login_modal .form .util {
	justify-content: center;
	gap: 20px;
}
.login_modal .form .util button {
	color: var(--text-opacity);
	font-size: 15px;
	text-decoration: underline;
}
.login_modal .form .sns {
	gap: 10px;
}
.login_modal .form .sns a {
	flex: 1;
	height: 64px;
	border-radius: 10px;
	gap: 10px;
	justify-content: center;
	font-family: 'SUIT';
	box-sizing: border-box;
}
.login_modal .form .sns a:before {
	content: '';
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.login_modal .form .sns a.btn_naver {
	background: #3BAC37;
	color: var(--white);
}
.login_modal .form .sns a.btn_naver:before {
	background-image: url("../images/ic_naver.svg");
}
.login_modal .form .sns a.btn_kakao {
	background: #FFDE00;
}
.login_modal .form .sns a.btn_kakao:before {
	background-image: url("../images/ic_kakao.svg");
}
.login_modal .form .sns a.btn_google {
	background: var(--white);
	border: 1px solid var(--black);
}
.login_modal .form .sns a.btn_google:before {
	background-image: url("../images/ic_google.svg");
}
.login_modal .result_txt {
	color: var(--text-opacity);
	line-height: 1.2;
	letter-spacing: 0.4px;
}
.login_modal .result_txt strong {
	color: var(--black);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.6px;
}
#find_id_result_pop .modal_cont {
	max-width: 440px;
}
#find_id_result_pop .result_txt {
	padding: 10px 0;
}




.pagenavi ol {
	justify-content: center;
	gap: 10px;
}
.pagenavi ol li img {
	max-width: 100%;
	vertical-align: middle;
}
.pagenavi ol li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: var(--text);
	text-align: center;
}
.pagenavi ol li.this a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: var(--black);
	color: var(--white);
	font-size: 24px;
	font-weight: 700;
}



.title_area {
	height: 224px;
	justify-content: center;
	background: var(--key-color);
	text-align: center;
	gap: 20px;
	padding: 0 10px;
	margin-bottom: 100px;
	box-sizing: border-box;
}
.title_area h3 {
	font-size: 64px;
	font-weight: 800;
	letter-spacing: 3.2px;
}
.title_area p {
	color: var(--white);
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.title_area p .m {
	display: none;
}


h3.tit {
	font-size: 36px;
	line-height: 1.4;
	gap: 10px;
}
h3.tit a {
	height: 52px;
	background: var(--key-color);
	font-size: 20px;
	border-radius: 5px;
	gap: 4px;
	padding: 0 20px;
	box-sizing: border-box;
}


.gray_bg {
	border-radius: 10px;
	padding: 40px;
	background: #F5F5F5;
	box-sizing: border-box;
}


@media screen and (max-height: 840px) {
	#fix_bottom {
		bottom: 25px;
	}
	#quick {
		bottom: 25px;
	}
}
@media screen and (max-width: 1480px) {
	#float_right,
	#quick {
		right: 20px;
	}
}
@media screen and (max-width: 1400px) {
	#footer .logo img {
		height: 130px;
	}
	#footer .ft_box > div .info .tel {
    	font-size: 40px;
	}
}
@media screen and (max-width: 1240px) {
	#header {
		padding: 12px 0;
	}
	#header .logo img {
		height: 50px;
	}
	#header .gnb {
		display: none;
	}
	#header .h_tel > a {
		display: none;
	}
	#header .menu {
		display: block;
	}


	#footer .logo img {
        height: 100px;
    }
	#footer .ft_box > div .info {
		font-size: 16px;
	}
	#footer .ft_box > div .info .tel {
        font-size: 30px;
    }


	.ft_info_box .grid > div {
		padding: 30px 20px;
	}
	.ft_info_box .grid .first .icon img {
		width: 40px;
	}
	.ft_info_box .grid .first .txt {
		font-size: 16px;
	}
	.ft_info_box .grid .item h4 {
    	font-size: 18px;
	}
	.ft_info_box .grid .item .tel {
    	font-size: 20px;
	}


	#float_right {
		display: none;
	}
	#quick {
		bottom: 25px;
		right: 20px;
	}
	#quick > div {
		width: 35px;
	}
	#quick > div > a {
		height: 35px;
	}

	#fix_bottom {
		bottom: 25px;
	}
	#fix_bottom ul li a {
		font-size: 16px;
	}
	#fix_bottom ul li a svg {
		width: 32px;
	}


	.title_area {
    	height: 170px;
	}
	.title_area h3 {
    	font-size: 48px;
	}
	.title_area p {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.title_area {
		margin-bottom: 50px;
		gap: 10px;
	}
	.title_area p {
        font-size: 14px;
    }


	h3.tit {
    	font-size: 26px;
	}
	h3.tit a {
		height: 44px;
		font-size: 16px;
	}
	h3.tit a img {
		width: 24px;
	}


	#footer {
		margin-top: 50px;
	}
	#footer .logo {
		width: 100%;
	}

	#fix_bottom {
		display: none;
	}

	.ft_info_box {
		margin-top: 50px;
	}
	.ft_info_box .grid > div {
		width: 100%;
	}

	

	.pagenavi ol li a {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.pagenavi ol li.this a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
	}

	.modal .modal_cont {
		padding: 20px;
	}
	.modal .bar {
		margin-bottom: 20px;
	}
	.modal .bar h3 {
		font-size: 18px;
	}
	.modal .btn_area > * {
		height: 44px;
    	line-height: 44px;
		font-size: 14px;
    	padding: 0 16px;
	}

	#agree_pop .scroll {
		border-radius: 20px;
	}
	#agree_pop .scroll h4 {
    	font-size: 16px;
	}
	#agree_pop .cont {
    	font-size: 13px;
	}


	.login_modal .form {
		gap: 20px;
	}
	.login_modal .form .input_box input {
		height: 52px;
		font-size: 14px;
		padding: 0 20px;
	}
	.login_modal .form .login_btn {
		height: 52px;
		font-size: 16px;
	}


	.title_area {
        height: 140px;
    }
	.title_area h3 {
        font-size: 36px;
    }


	.gray_bg {
		padding: 20px;
	}
}
@media screen and (max-width: 768px) {
	#footer .ft_box {
    	padding: 40px 0;
	}
	#footer .ft_box > div {
		width: 100%;
	}
	#footer .ft_box > div {
		gap: 20px;
	}
	#footer .ft_box > div h4 {
    	font-size: 20px;
	}
	#footer .ft_box > div .info {
        font-size: 14px;
		gap: 12px;
    }
	#footer .ft_box > div .info .tel {
        font-size: 26px;
    }
	#footer .copy {
		padding: 20px 0;
		font-size: 14px;
		gap: 20px;
	}

	.pagenavi ol li a {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
	.pagenavi ol li.this a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
	.title_area p .m {
		display: block;
	}


	.login_modal .form .sns a {
		flex: none;
		width: 100%;
		height: 48px;
	}

	.pagenavi ol {
		gap: 5px;
	}
	.pagenavi ol li a {
        width: 17px;
        height: 17px;
        line-height: 17px;
    }
	.pagenavi ol li.this a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
	.pagenavi ol li img {
		vertical-align: 0px;
	}
}
@media screen and (max-width: 380px) {
	.ft_info_box .grid .first .txt {
		flex: none;
	}

	
	.pagenavi ol {
        gap: 2px;
    }
	.pagenavi ol li.this a {
        width: 22px;
        height: 22px;
        line-height: 22px;
	}
	.pagenavi ol li.first a,
	.pagenavi ol li.prev a,
	.pagenavi ol li.next a,
	.pagenavi ol li.last a {
		width: 14px;
		height: 14px;
		line-height: 14px;
	}
}