@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */

/* Poppins font-family: 'Poppins'; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Aritaburi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KccEunyeong';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

#wrapper {position:relative;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit;}
.container {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; }
#header .container {max-width:1725px !important;}
#footer .container {max-width:1470px !important;}
#main .container {max-width:1470px;}
#sub .container {max-width:1470px;}
#sub .contain {max-width:1470px;}

/* header */
#header {position: fixed; top: 0; left: 0; width: 100%; height: 82px; z-index: 1000; transition: all .2s linear; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); background-color: #fff;}
#header .logo {position: absolute; top: 27.5px; left: 15px; font-size: 0; z-index: 10; }
#header .logo > a {display: inline-block; max-width: 238px; width: 100%;}
#header .logo > a > img {display: block; max-width: 100%;}


#header #gnb {position: relative; z-index: 9; padding-right: 170px;}
#header #gnb > ul {display: flex; width: 100%; justify-content: right; gap: 99px;}
#header #gnb > ul > li {position: relative;}
#header #gnb > ul > li > a {position: relative; line-height: 82px; display: block; font-weight: 600; font-size: 22px; color: #333;  z-index: 9; text-align: center; transition: all .2s linear;}
#header #gnb > ul > li:hover > a {color: #FF7E1B;}

#header .head-util {position: absolute; top: 13px; right: 15px; font-size: 0;  z-index: 9;}
#header .head-util .btn-nav {display: block; background: url(../images/sitemap.png) 50% 50% no-repeat; background-size: auto; width: 56px; height: 56px;}

#header.scrolled {transform:translateY(-100%);}

#wrapper.sub1 #header #gnb > ul > li.m1 > a {color: #ff7f1b;}
#wrapper.sub2 #header #gnb > ul > li.m2 > a {color: #ff7f1b;}
#wrapper.sub3 #header #gnb > ul > li.m3 > a {color: #ff7f1b;}

/* q-btn */
.q-btn {position: fixed; bottom: 20px; right: -140px; z-index: 100; transition: all .3s linear;}
.q-btn > a {width: 100px; height: 100px; padding: 0 5px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 400; line-height: 1.55; letter-spacing: -.36px; color: #fff; background-color: #00205b; text-align: center;}
.q-btn > a ~ a {margin-top: 14px;}
/* .q-btn.show {right: 130px;} */
.q-btn.show {right: 115px;}

#sub .q-btn {bottom: 50px;}
#sub .q-btn > a {display: none;}
#sub .q-btn > a.apply_btn {display: flex;}


/* quick-top */
.quick-top {position: absolute; top: -6px; right: 15px; z-index: 10; transition: all .15s linear;}
.quick-top .btn-top {position: relative; overflow: hidden; display: block; width: 69px; height: 69px; border-radius: 10px; transition: all .15s linear; background: url(../images/go_top.png) 50% 50% no-repeat; background-size: auto; background-color: transparent; border:1px solid #FF7E1B;}
.quick-top .btn-top:hover {background-color: #FF7E1B; background-image: url(../images/go_top_on.png); border-color: #FF7E1B;}


/* footer */
#footer {padding: 65px 0; background-color: #333;}
#footer .container {position: relative;}
#footer .inner {position: relative; display: flex; gap: 150px; align-items: flex-start; width: 100%; padding-bottom: 48px;}
#footer .ft_logo {max-width: 195px; width: 100%;}
#footer .ft_logo img {display: block; margin-right: auto; max-width: 100%;}
#footer .info {width: 1%; flex: 1 1 auto; padding-right: 80px;}
#footer .info ul li {font-size: 16px; color: #767676; font-weight: 400; line-height: 1.6;}
#footer .info ul li ~ li {margin-top: 7px;}
#footer .info ul li span {color: rgba(255,255,255, .8); display: inline-block; margin-right: 12px;}
#footer .info ul li a {color: #767676; font-weight: 400; display: inline-block;}
#footer .bottom {max-width:1095px; width: 100%; margin-left: auto; padding-top: 22px; display: flex; align-items: flex-end; gap: 20px; justify-content: space-between; border-top: 1px solid rgba(221, 221, 221, 0.20);}
#footer .bottom .ft_nav {display: flex; gap: 57px; align-items: center;}
#footer .bottom .ft_nav li {position: relative;}
#footer .bottom .ft_nav li ~ li::before {position: absolute; content:''; width: 1px; height: 14px; background-color: rgba(217, 217, 217, 0.40); top: 50%; left: -28px; transform: translateY(-50%);}
#footer .bottom .ft_nav li a {font-size: 16px; color: #fff; font-weight: 700; line-height: 1.6; transition: all .2s linear;}
#footer .bottom .ft_nav li a:hover {color: #ff7e1b;}
#footer .bottom .terms {display: flex; gap: 16px;}
#footer .bottom .terms li {}
/* #footer .bottom .terms li a {border: 1px solid #fff; line-height: 28px; padding: 6px 20px; font-size: 14px; font-weight: 400; color: #fff; opacity: .6; transition: all .2s linear;} */
#footer .bottom .terms li a {line-height: 28px; font-size: 14px; font-weight: 400; color: #fff; opacity: .6; transition: all .2s linear;}
#footer .bottom .terms li:nth-of-type(1) a {color: #FF7F33; opacity: 1;}
#footer .bottom .terms li a:hover {opacity: 1;}


/* popup */
.popup {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0, .6); z-index: 2222; display: none;}
.popup .apply {position: absolute; content: ''; width: 100%; max-width: 940px; height: 95dvh; padding: 36px 70px 74px; overflow: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff;}
.popup .apply::-webkit-scrollbar {width: 7px;}
.popup .apply::-webkit-scrollbar-track {background-color: transparent;}
.popup .apply::-webkit-scrollbar-thumb {background-color: #FF7E1B; border-radius: 5px;}
.popup .apply .pop_close {position: absolute; top: 30px; right: 77px;}
.popup .apply .pop_close img {display: block; max-width: 100%;}
.popup .apply .pop_logo { max-width: 238px; width: 100%;}
.popup .apply .pop_logo img {max-width: 100%; display: block;}
.popup .inner {width: 100%; margin-top: 105px;}
.popup .inner h4 {font-size: 40px; color: #333; font-weight: 700; line-height: normal; letter-spacing: -.8px;}
.popup .inner h4 > span {display: block; font-size: 28px; font-weight: 100; margin-bottom: 9px; letter-spacing: -.56px;}

.popup .item {width: 100%; margin-top: 60px;}
.popup .item ~ .item {margin-top: 38px;}
.popup .item span {display: block; font-size: 18px; color: #333; font-weight: 600; line-height: 1.66; letter-spacing: -.36px; margin-bottom: 5px;}
.popup .item span > i {display: inline-block; font-style: normal; font-size: 20px; font-weight: 600; color: #e21f1f; margin-left: 7px; line-height: 1.49; vertical-align: middle;}
.inp_txt {width: 100%; padding: 0 19px; height: 60px; border: 1px solid #e8e8e8; border-radius: 15px; font-size: 20px; color: #767676; font-weight: 400; letter-spacing: -.4px;}
.inp_txt::placeholder {font-size: 20px; color: #767676; font-weight: 400; letter-spacing: -.4px;}
.popup .select-area {width: 100%; display: flex; gap: 15px;}
.popup .select-area .select {width: 1%; flex: 1 1 auto;}
.popup select {appearance: none; background: url(../images/sel_arrow.png) calc(100% - 19px) 50% no-repeat; background-size: auto; cursor: pointer; font-size: 20px; color: #767676;}

.popup .privacy_area {margin-top: 66px; padding-bottom: 36px; border-bottom: 1px solid #999;}
.popup .privacy_area h5 {font-size: 18px; font-weight: 600; color: #333; letter-spacing: -.36px; line-height: 1.66;}
.popup .privacy_area h5 > span {color: #e21f1f;}
.popup .privacy_area .box {margin: 20px 0 60px; width: 100%; border-radius: 15px; background-color: #f2f2f2; padding: 30px;}
.popup .privacy_area .box p {font-size: 18px; color: #333; font-weight: 400; line-height: 1.55; letter-spacing: -.36px;}
.popup .privacy_area .agree {display: flex; gap: 20px; align-items: center; width: 100%;}
.popup .privacy_area .agree h5 {width: 1%; flex: 1 1 auto;}
.popup .privacy_area .agree h5 > a {display: inline-block; padding: 0 15px; line-height: 30px; border: 1px solid #FF7E1B; color: #FF7E1B; font-size: 14px; border-radius: 20px; margin-left: 10px;}
.popup .privacy_area .agree .radio-box {max-width: 172px; width: 100%; display: flex; gap: 37px; align-items: center; justify-content: right;}
.popup .privacy_area .agree .radio-box .radio input {position: absolute; left: 0; width: 0; height: 0; border: 0; opacity: 0; z-index: -1;pointer-events: none;}
.popup .privacy_area .agree .radio-box .radio label {font-size: 18px; color: #333; font-weight: 600; letter-spacing: -.36px; line-height: 1.66;}
.popup .privacy_area .agree .radio-box .radio label::before {content: ''; display: inline-block; vertical-align: middle; width: 14px; height: 14px; border-radius: 50%; border: 1px solid #767676; margin-right: 15px;}
.popup .privacy_area .agree .radio-box .radio input:checked + label:before {background: url(../images/ico_check.png) 50% 50% no-repeat; background-size: auto;}
.popup .confirm {padding-top: 28px;}
.popup .confirm > small {display: block; text-align: right; font-size: 14px; color: #999; font-weight: 400;}
.popup .confirm > button {display: block; max-width: 215px; width: 100%; margin: 60px auto 0; height: 62px; border-radius: 65px; background-color: #FF7E1B; border: 1px solid #FF7E1B; text-align: center; font-size: 20px; color: #fff; font-weight: 600; letter-spacing: -.4px; transition: all .2s linear;}
.popup .confirm > button:hover {background-color: #fff; color: #FF7E1B;}

.privacy_detail {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 880px; width:100%; height: 80dvh; padding: 60px 60px 70px; background-color: #fff; display: none; z-index: 1001; box-shadow: 0 0 10px rgba(0, 0, 0, 0.10) ; overflow: auto;}
.privacy_detail::-webkit-scrollbar {width: 7px;}
.privacy_detail::-webkit-scrollbar-track {background-color: transparent;}
.privacy_detail::-webkit-scrollbar-thumb {background-color: #00205B; border-radius: 5px;}
.privacy_detail h5 {font-size: 18px; font-weight: 600; color: #333; letter-spacing: -.36px; line-height: 1.66;}
.privacy_detail h5 > span {color: #e21f1f;}
.privacy_detail .cnt {margin-top: 68px; width: 100%;}
.privacy_detail .cnt ~ .cnt {margin-top: 75px;}
.privacy_detail .cnt h6 {font-size: 18px; font-weight: 600; line-height: 1.66; letter-spacing: -.36px; color: #00205b;}
.privacy_detail .cnt .table-wrap {width: 100%; margin-top: 20px;}
.privacy_detail .cnt .table-wrap table {width: 100%; table-layout: fixed; border-top: 4px solid #00205B;}
.privacy_detail .cnt .table-wrap table td {padding: 16px 30px; vertical-align: middle; border-bottom: 1px solid #e6e6e6;}
.privacy_detail .cnt .table-wrap table td.tit {background-color: #00205B !important; font-size: 18px; color: #fff; text-align: center; font-weight: 600; letter-spacing: -.36px; line-height: 1.66; padding: 16px 10px;} 
.privacy_detail .cnt .table-wrap table td.ico {background: url(../images/ico_person_w.png) 20px 50% no-repeat; background-size: auto; padding-left: 53px;}
.privacy_detail .cnt .table-wrap table td p {font-size: 18px; color: #767676; font-weight: 400; line-height: 1.55; letter-spacing: -.36px;}
.privacy_detail .cnt .table-wrap table td p > strong {font-size: 22px; font-weight: 600; color: #333; letter-spacing: -.44px; display: block;}
.privacy_detail .cnt .table-wrap table td p > strong.ico {padding-left: 34px; background: url(../images/ico_person.png) 0 50% no-repeat; background-size: auto;}
.privacy_detail .cnt .btn-area {margin-top: 70px; display: flex; gap: 30px; justify-content: center;}
.privacy_detail .cnt .btn-area > button {max-width: 215px; width: 100%; border-radius: 65px; line-height: 62px; text-align: center; font-size: 20px; color: #fff; font-weight: 600; letter-spacing: -.4px;}
.privacy_detail .cnt .btn-area > button.disagree {background-color: #999;}
.privacy_detail .cnt .btn-area > button.agree {background-color: #FF7E1B;}

.pop_notice {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 500px; width: 100%; background-color: #fff; padding: 50px; box-shadow: 2px 4px 30px 10px rgba(192, 192, 192, 0.15);}
.pop_notice h3 {font-size: 30px; font-weight: 700; color: #222; text-align: center;}
.pop_notice p {font-size: 20px; color: #666; font-weight: 400; line-height: 1.6; text-align: center; margin-top: 30px;}
.pop_notice .pop_close {display: block; max-width: 120px; width: 100%; line-height: 50px; font-size: 18px; color: #fff; border-radius: 30px; margin: 30px auto 0; background-color: #FF7E1B; text-align: center;}




/* siteMap : S */
.sitemap {position:fixed; max-width:100vw; max-height:100vh; width:0; height:0; z-index:1111;  display:block; top:0; right:0; overflow:hidden; letter-spacing:0;}
html.sitemap-opened .sitemap {width:100%; height:100%; visibility:visible;}
.sitemap:before {content:''; position:fixed; z-index:-1; top:0; left:0; width:100vw; height:100vh; background:url('../img/layout/sitemap-black.jpg') center center no-repeat; background-size:cover; transition:all 0.6s ease 0.2s; display:none;}
html.sitemap-opened .sitemap:before {display:block;}

.site-wrap {max-width:1830px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:120px; display:flex; align-items:center; z-index:11; padding:0 15px;}
.site-wrap .head .logo {max-width: 238px;}
.site-wrap .head ul {margin-left:50px; margin-top:10px; display:flex;}
.site-wrap .head ul li {padding-right:15px; margin-right:15px; position:relative;}
.site-wrap .head ul li:after {content:''; width:1px; height:12px; background:#fff; position:absolute; top:50%; margin-top:-6px; right:0;}
.site-wrap .head ul li:last-child:after {display:none;}
.site-wrap .head ul li a {font-size:14px; color:#888; letter-spacing:0; line-height:1.6em; transition:all 0.6s; font-weight:700; font-family:'Montserrat';}
.site-wrap .head ul li.active a {color:#fff;}

.sitemap .sitemap-close {position:absolute; top:50%; margin-top:-18px; right:15px; width:36px; height:36px; z-index:12; transition:all 0.6s;}
.sitemap .sitemap-close:hover {opacity:0.6;}
.sitemap .sitemap-close:before,
.sitemap .sitemap-close:after {content:''; width:36px; height:2px; background:#fff; position:absolute; left:0; transition:all 0.6s;}
.sitemap .sitemap-close:before {top:10px;}
.sitemap .sitemap-close:after {bottom:10px;}
html.sitemap-opened .sitemap .sitemap-close:before {transform:rotate(45deg); top:50%; margin-top:-1px;}
html.sitemap-opened .sitemap .sitemap-close:after {transform:rotate(-45deg); bottom:50%; margin-bottom:-1px;}

.site-wrap .wrap {padding:160px 0 60px;  height:100vh;display:flex; position:relative;}
.site-wrap .wrap:after {content:''; width:1px; height:100vh; background:rgba(255,255,255,0.2); position:absolute; top:0; left:700px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:700px; display:flex; flex-direction:column; justify-content:space-between; padding-right:60px;}
.site-wrap .info .box {margin-bottom:50px; position:relative; left:100px; opacity:0; transition:all 0.6s;}
html.sitemap-opened .site-wrap .info .box {transition-delay:0.1s; left:0; opacity:1;}
html.sitemap-opened .site-wrap .info .box:nth-child(2) {transition-delay:0.2s;}

.site-wrap .info .box:last-child {margin-bottom:0;}
.site-wrap .info .box h4 {font-size:18px; font-weight:700; color:#fff; line-height:1.6em; font-family:'Montserrat'; margin-bottom:16px;}
.site-wrap .info .box dl {display:flex; font-size:18px; line-height:1.6em; margin-bottom:8px;}
.site-wrap .info .box dt {width:50px; font-weight:500; color:#bbb;}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888;}
.site-wrap .info .box dd a.mail {text-decoration:underline;}
.site-wrap .btn-wrap .more {display:inline-block; width:230px; line-height:62px; border:1px solid #fff; color:#fff; font-size:18px; padding:0 30px; position:relative; margin-bottom:50px;}
.site-wrap .btn-wrap .more:after {content:''; width:12px; height:12px; background:url('../img/layout/sitemap-btn-w.png') no-repeat; position:absolute; top:50%; margin-top:-6px; right:30px;}
.site-wrap .btn-wrap .more:hover:after {animation: btn-move 1s both .1s;}
@keyframes btn-move {
    0% {right:30px;}
    25% {right:20px;}
    50% {right:30px;}
    75% {right:25px;}
    100 {right:30px;}
}
.site-wrap .btn-wrap ul {display:flex;}
.site-wrap .btn-wrap ul li {margin-right:12px;}
.site-wrap .btn-wrap ul li a {display:block; transition:all 0.3s;}
.site-wrap .btn-wrap ul li a:hover {opacity:0.6;}
.site-wrap .wrap .nav-menu {width:1%; flex:1 1 auto; padding-left:100px;}
.nav-menu > ul > li {margin-bottom:20px;}
.nav-menu > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu > ul > li > span a {display:inline-block; font-size:44px; line-height:1.2em; transition:all 0.6s ease 0s; position:relative; transform:translateY(110%); font-weight:500; padding:0 5px; color:#fff;}
html.sitemap-opened .nav-menu > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;}
.nav-menu > ul > li > span a:after {content:''; background:#fff; width:0; height:20px; position:absolute; bottom:5px; left:0; z-index:-1; opacity:0.2; transition:all 0.6s;}
.nav-menu > ul > li.active > span a:after {width:100%;}
.nav-menu > ul > li > span a:hover:after {width:100%;}

.nav-menu .submenu {display:none;}
.nav-menu .submenu ul {display:flex; flex-wrap:wrap; padding-top:20px; padding-left:15px;}
.nav-menu .submenu ul li {padding-right:40px; margin-bottom:20px;}
.nav-menu .submenu ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .submenu ul li a:hover {color:#fff; font-weight:700;}

/* sitemap-white */
.sitemap-white:before {background:url('../img/layout/sitemap-white.jpg') center center no-repeat; background-size: cover;}
.sitemap-white .sitemap-close:before,
.sitemap-white .sitemap-close:after {background:#000;}
.sitemap-white {color:#000;}
.sitemap-white .head ul li:after {background:#ddd;}
.sitemap-white .head ul li a {font-size:14px; color:#666;}
.sitemap-white .head ul li.active a {color:#000;}
.sitemap-white .wrap:after {background:#ddd;}
.sitemap-white .info .box h4 {color:#000;}
.sitemap-white .info .box dt {color:#000;}
.sitemap-white .info .box dd {color:#666;}
.sitemap-white .btn-wrap .more {border:1px solid #FF7E1B; color:#fff; background:#FF7E1B; border-radius: 65px;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#FF7E1B; opacity:0.1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#000;}

.sitemap-white .btn-wrap ul li a img {filter:invert(1);}

.sm-bt {position:absolute; bottom:60px; right:60px; background:#fff; width:30px; height:30px; border-radius:50%; cursor:pointer; transition:all 0.6s; z-index:111;}
.sitemap-white .sm-bt {background:#000;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-right:40px;}
	.site-wrap .info .box dl {font-size:16px;}	
	.site-wrap .wrap .nav-menu {padding-left:60px;}
	.nav-menu > ul > li > span a {font-size:40px;}
	.nav-menu .submenu ul {padding-top:20px; padding-left:0;}
	.nav-menu .submenu ul li {padding-right:20px;}
	.nav-menu .submenu ul li a {font-size:20px;}
}
@media (max-width:1024px){
	.site-wrap .wrap:after {display:none;}
	.site-wrap .head {position:relative; left:0; height:100px;}
	.sitemap .sitemap-close {right:0;}
	
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 100px); flex-direction:column-reverse;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	
	.nav-menu > ul > li {margin-bottom:20px;}
	.nav-menu > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .submenu ul {padding-top:10px;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	
	.site-wrap .wrap .info-wrap {max-width:none;}
	.site-wrap .info .box {margin-bottom:20px;}
	.site-wrap .info .box h4 {font-size:16px; margin-bottom:10px;}
	.site-wrap .info .box:last-child {margin-bottom:20px;}
	.site-wrap .btn-wrap .more {width:200px; line-height:50px; font-size:16px; padding:0 20px; margin-bottom:20px;}
	.site-wrap .btn-wrap .more:after {right:20px;}
}
@media (max-width:640px){
	.site-wrap .head {height:82px; padding: 0;}
	.site-wrap .wrap {padding:30px 0; height:calc(100vh - 100px);}
	.nav-menu > ul > li > span a {font-size:20px;}
	.nav-menu > ul > li > span a:after {height:10px; bottom:0;}
	.nav-menu .submenu ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
}

