@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */
.wrap1{max-width:1760px; width: 100%; padding: 0 20px; margin: 0 auto; box-sizing: border-box;}
.wrap2{max-width:1320px; width: 100%; padding: 0 20px; margin: 0 auto; box-sizing: border-box;}

/* header */
.header-wrap{position: fixed; left: 0; top: 0; width: 100%; z-index: 1005; transition:.3s;}
#header{display: flex; flex-wrap:wrap; justify-content: space-between; align-items:center;}
#header #gnb > ul{display: flex; flex-wrap:wrap; gap:0 26px}
#header #gnb > ul > li{position: relative; }
#header #gnb > ul > li > a{font-size: 18px; line-height: 1.5; letter-spacing: -0.02em; color: #fff; font-weight: 500; height: 120px; align-content:center; padding: 0 37px;}
#header #gnb > ul > li .subm{display: none; position: absolute; left: 0; top: 98px; width: 100%; background: #fff; border-radius: 20px;	text-align: center; padding: 19px 10px 29px; } 
#header #gnb > ul > li .subm > ul > li > a{font-size: 16px; line-height: 36px; letter-spacing: -0.02em; color: #666; font-weight: 500; transition:.3s;}
#header #gnb > ul > li .subm > ul > li:hover > a{color: #3e0694; font-weight: 700;}
#header #gnb > ul > li .dep3{display: none;}
#header .sitemap-btn img{transition:.3s;}
#header .sitemap-btn:hover img{rotate:90deg;}

.header-wrap.active {transform:translateY(0);}
.header-wrap.hide {transform:translateY(-100%);}
.header-wrap.sc{background: rgba(0,0,0,0.3); box-shadow:0px 0px 15px rgba(0,0,0,0.1); }


/* quick */
.quick-wrap {position: fixed; right: 20px; bottom: 50px; z-index: 100;}
.quick-wrap ul{display: flex; flex-direction: column;     align-items: flex-end; gap:9px}
.quick-wrap ul > li > a{position: relative; width: 64px; height: 64px; box-sizing: border-box; border-radius: 50%; transition:.3s;}
.quick-wrap ul > li:nth-child(1) > a{background: #3e0694;}
.quick-wrap ul > li:nth-child(2) > a{background: #5126fe;}
.quick-wrap ul > li:nth-child(3) > a{background: #31b24a;}

.quick-wrap ul > li > a i{display: block; line-height: 0; align-content:center; height: 100%;   text-align: center; width: 64px; transition:.3s;}
.quick-wrap ul > li > a p{font-family: 'SUIT Variable'; position: absolute; left: 55px; top: 0; transition:.1s; opacity: 0; line-height: 64px; font-size: 14px; letter-spacing: -0.02em; color: #fff; font-weight: 500;}

.quick-wrap ul > li:hover {
	> a{width: 130px; border-radius: 50px; }
	&:nth-child(3)> a{width: 150px; }
	> a i{width: 70px;}
	> a p{opacity: 1; transition:.3s .3s;}
}


/* information */
.information-wrap{background: #f6f6f6; overflow: hidden;}
.information{display: flex; flex-wrap:wrap;}
.information > *{position: relative; width: 50%; padding-top: 161px;}
.information > .lbx .tbx{padding-right: 120px;}
.information > .lbx .tbx h4{font-size: 52px; line-height: 1.5; letter-spacing: -0.02em; color: #000; font-weight: 600; margin-bottom: 57px;}
.information > .lbx .tbx ul > li{position: relative; padding-bottom: 30px; margin-bottom: 37px; border-bottom: 1px dashed #ddd;	}
.information > .lbx .tbx ul > li:last-child{border-bottom: 0;}
.information > .lbx .tbx ul > li span{display: flex; flex-wrap:wrap; font-size: 23px; line-height:1.5; letter-spacing: -0.02em; color: #3e0694; font-weight: 600; margin-bottom: 12px;}
.information > .lbx .tbx ul > li i{width: 28px; background: url(../img/layout/info-main-icon1.jpg) left center no-repeat;}
.information > .lbx .tbx ul > li:nth-child(2) i{background: url(../img/layout/info-main-icon2.jpg) left center no-repeat;}
.information > .lbx .tbx ul > li:nth-child(3) i{background: url(../img/layout/info-main-icon3.jpg) left center no-repeat;}
.information > .lbx .tbx ul > li b{display: block; font-size: 28px; line-height: 1.5; letter-spacing: -0.02em; color: #000; font-weight: 600; }
.information > .lbx .tbx ul > li b a{font-weight: 600; }
.information > .lbx .tbx ul > li strong{display: block; font-size: 23px; line-height: 1.5; letter-spacing: -0.02em; color: #000; font-weight: 600; margin-top: 18px; margin-bottom: 10px;}
.information > .lbx .tbx ul > li ol {margin-top: 17px;}
.information > .lbx .tbx ul > li ol > li{font-size: 18px; line-height: 28px; letter-spacing: -0.02em; color: #666; }
.information > .lbx .tbx ul > li:last-child ol{margin-top: -4px;}
.information > .lbx .tbx ul > li iframe{width: 100%; height: 360px; border-radius: 15px; border: 1px solid #ddd !Important; margin-top: 43px;}
.information > .rbx {position: relative; z-index: 10; padding-left: 120px; padding-top: 170px; padding-bottom: 180px;}
.information > .rbx:before {position: absolute; content: ''; width: 120%; height: 100%; background: #3e0694; left: 0; top: 0; z-index: -1;}
.information > .rbx h5{font-size: 40px; line-height: 58px; letter-spacing: -0.02em; color: #fff; font-weight: 400; margin-bottom: 23px;}
.information > .rbx h5 b{font-weight: 600;}
.information > .rbx p{font-size: 18px; line-height: 1.5; color: rgba(255,255,255,0.5); letter-spacing: -0.02em; margin-bottom: 55px; }
.information > .rbx dl{margin-bottom: 36px;}
.information > .rbx dl:last-of-type{margin-bottom: 36px;}
.information > .rbx dl > dt{font-size: 23px; line-height: 1.5; letter-spacing: -0.02em; color: #fff; font-weight: 500; margin-bottom: 18px;}
.information > .rbx dl > dd ul{display: flex; flex-wrap:wrap; gap:0 42px; }
.information > .rbx dl > dd ul > li input{display: none;}
.information > .rbx dl > dd ul > li label{position: relative; font-size: 18px; line-height: 1.5; letter-spacing: -0.02em; color: rgba(255,255,255,0.8); padding-left: 29px; cursor: pointer;}
.information > .rbx dl > dd ul > li label:before{position: absolute; content: ''; width: 18px; height: 18px; border-radius: 3px; background: #fff; left: 0; top: 2px;}
.information > .rbx dl > dd ul > li label:after{position: absolute; content: ''; width: 12px; height: 12px; background: #8b6abf;	left: 3px; top: 5px; transition:.3s; opacity: 0; scale:0; }
.information > .rbx dl > dd ul > li input:checked + label:after {opacity: 1; scale:1;}
.information > .rbx .box{display: flex; gap:10px}
.information > .rbx .box:first-of-type input{background: rgba(255,255,255,0.8); font-size: 18px; letter-spacing: -0.02em; color: #333; height: 72px; border-radius: 15px; padding: 0 15px 0 36px; outline:none; border: none;}
.information > .rbx .box:first-of-type input::placeholder{color: #666;}
.information > .rbx .box:first-of-type input:first-child{width: 41.89%;}
.information > .rbx .box:first-of-type input:last-child{flex:1; }
.information > .rbx .box:nth-of-type(2){margin-top: 10px;}
.information > .rbx .box:nth-of-type(2) textarea{background: #fff; border-radius: 15px; width: 100%; height: 140px; padding: 27px 15px 0 34px; font-size: 18px; letter-spacing: -0.02em; color: #333; outline:none; border: none;}
.information > .rbx .box:nth-of-type(2) textarea::placeholder{color: #999;}
.information > .rbx .box:nth-of-type(3){justify-content: space-between; margin-top: 51px;}
.information > .rbx .box:nth-of-type(3) .check input{display: none;}
.information > .rbx .box:nth-of-type(3) .check label{position: relative; font-size: 18px; line-height: 1.5; letter-spacing: -0.02em; color: rgba(255,255,255,1); padding-left: 29px; cursor: pointer;}
.information > .rbx .box:nth-of-type(3) .check label:before{position: absolute; content: ''; width: 18px; height: 18px; border-radius: 3px; background: #fff; left: 0; top: 2px;}
.information > .rbx .box:nth-of-type(3) .check label:after{position: absolute; content: ''; width: 12px; height: 12px; background: #8b6abf;	left: 3px; top: 5px; transition:.3s; opacity: 0; scale:0; }
.information > .rbx .box:nth-of-type(3) .check  input:checked + label:after {opacity: 1; scale:1;}
.information > .rbx .box:nth-of-type(3) .btn-box{padding-top: 4px;}
.information > .rbx .box:nth-of-type(3) .btn-box input{width: 290px; height: 70px; border-radius: 15px; background: #171920; font-size: 18px; letter-spacing: -0.02em; color: #fff;		outline:none; border: none; cursor: pointer; transition:.3s;}
.information > .rbx .box:nth-of-type(3) .btn-box input:hover{background: #333;}

.information-wrap2{background: #fff; }
.information-wrap2 .information > .rbx:before {background: #000; }
.information-wrap2 .information > .lbx .tbx ul > li span{color: #666;}
.information-wrap2 .information > .lbx .tbx ul > li i{ background: url(../img/layout/s-info-main-icon1.jpg) left center no-repeat;}
.information-wrap2 .information > .lbx .tbx ul > li:nth-child(2) i{background: url(../img/layout/s-info-main-icon2.jpg) left center no-repeat;}
.information-wrap2 .information > .lbx .tbx ul > li:nth-child(3) i{background: url(../img/layout/s-info-main-icon3.jpg) left center no-repeat;}
.information-wrap2 .information > .rbx dl > dd ul > li label:after{background: #999;}
.information-wrap2 .information > .rbx .box:nth-of-type(3) .check label:after{background: #999;}
.information-wrap2 .information > .rbx .box:nth-of-type(3) .btn-box input{background: #3e0694;}
.information-wrap2 .information > .rbx .box:nth-of-type(3) .btn-box input:hover{opacity: 0.9;}

.information-wrap22{background: #f6f6f6; }
.information-wrap22 .information > .rbx:before {background: #0b8dc8; }
.information-wrap22 .information > .lbx .tbx ul > li span{color: #0b8dc8;}
.information-wrap22 .information > .lbx .tbx ul > li i{ background: url(../img/layout/s2-info-main-icon1.png) left center no-repeat;}
.information-wrap22 .information > .lbx .tbx ul > li:nth-child(2) i{background: url(../img/layout/s2-info-main-icon2.png) left center no-repeat;}
.information-wrap22 .information > .lbx .tbx ul > li:nth-child(3) i{background: url(../img/layout/s2-info-main-icon3.png) left center no-repeat;}
.information-wrap22 .information > .rbx dl > dd ul > li label:after{background: #b2b2b2;}
.information-wrap22 .information > .rbx .box:nth-of-type(3) .check label:after{background: #b2b2b2;}
.information-wrap22 .information > .rbx .box:nth-of-type(3) .btn-box input{background: #171920;}
.information-wrap22 .information > .rbx .box:nth-of-type(3) .btn-box input:hover{opacity: 0.9;}

.information-wrap23{background: #f6f6f6; }
.information-wrap23 .information > .rbx:before {background: #f0ba37; }
.information-wrap23 .information > .lbx .tbx ul > li span{color: #f0ba37;}
.information-wrap23 .information > .lbx .tbx ul > li i{ background: url(../img/layout/s3-info-main-icon1.png) left center no-repeat;}
.information-wrap23 .information > .lbx .tbx ul > li:nth-child(2) i{background: url(../img/layout/s3-info-main-icon2.png) left center no-repeat;}
.information-wrap23 .information > .lbx .tbx ul > li:nth-child(3) i{background: url(../img/layout/s3-info-main-icon3.png) left center no-repeat;}
.information-wrap23 .information > .rbx dl > dd ul > li label:after{background: #b2b2b2;}
.information-wrap23 .information > .rbx .box:nth-of-type(3) .check label:after{background: #b2b2b2;}
.information-wrap23 .information > .rbx .box:nth-of-type(3) .btn-box input{background: #171920;}
.information-wrap23 .information > .rbx .box:nth-of-type(3) .btn-box input:hover{opacity: 0.9;}



/* footer */
.scroll-top{position: absolute; right: 93px; bottom: 158px; background: rgba(255,255,255,0.1); align-content:center; text-align: center; width: 55px; height: 55px; line-height: 0;border-radius: 5px; z-index: 105; cursor: pointer; transition:.3s;}
.scroll-top img{transition:.3s; }
.scroll-top:hover img{translate:0 -5px}

.footer-wrap{background: #171920; padding-top: 79px; height: 333px; box-sizing: border-box; position: relative;}
#footer .ft-top {border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 22px; margin-bottom: 23px;}
#footer .ft-top .ft-logo{font-size: 23px; line-height: 1; letter-spacing: -0.03em; color: #fff; font-weight: 500; margin-bottom: 20px;}
#footer .ft-top .ft-logo span{font-size: 14px; color: rgba(255,255,255,0.3); margin-left: 5px;}
#footer .ft-top ul > li{display: flex; flex-wrap:wrap;font-size: 16px; line-height: 30px; letter-spacing: -0.03em; color: rgba(255,255,255,0.3);}
#footer .ft-top ul > li span:not(:last-child):after{content: 'ㅣ'; margin: 0 4px;}
#footer .ft-top ul > li a{display: inline-block; transition:.3s;}
#footer .ft-top ul > li a:hover{color: #fff;}
#footer .ft-bottom{display: flex; flex-wrap:wrap; justify-content: space-between;} 
#footer .ft-bottom p{font-size: 16px; line-height: 30px; letter-spacing: -0.03em; color: rgba(255,255,255,0.3);}
#footer .ft-bottom ul{display: flex; margin-top: 9px;}
#footer .ft-bottom ul > li > a{font-size: 16px; line-height: 1; letter-spacing: -0.03em; color: rgba(255,255,255,0.3); transition:.3s;}
#footer .ft-bottom ul > li:not(:last-child) > a:after{content: 'ㅣ'; margin: 0 4px;}
#footer .ft-bottom ul > li:last-child > a{color: rgba(255,255,255,0.1);}
#footer .ft-bottom ul > li:hover > a{color: #fff;}


/* 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:1760px; width:100%; padding:0 20px; 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 20px;}
.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; border-radius: 10px;}
.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 .subm {display:none;}
.nav-menu .subm ul {display:flex; flex-wrap:wrap; padding-top:20px; padding-left:15px;}
.nav-menu .subm ul li {padding-right:40px; margin-bottom:20px;}
.nav-menu .subm ul li a {display:inline-block; font-size:24px; line-height:1.5em; position:relative; color:#888;}
.nav-menu .subm ul li .dep3{display: none;}
.nav-menu .subm 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 #000; color:#fff; background:#000;}
.sitemap-white .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .nav-menu > ul > li > span a:after {background:#000; opacity:0.1;}
.sitemap-white .nav-menu .subm ul li a {color:#666;}
.sitemap-white .nav-menu .subm 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 .subm ul {padding-top:20px; padding-left:0;}
	.nav-menu .subm ul li {padding-right:20px;}
	.nav-menu .subm ul li a {font-size:20px;}
}
@media (max-width:1200px){
	.site-wrap .head .logo img{width: 220px;}
}

@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 .subm ul {padding-top:10px;}
	.nav-menu .subm ul li {padding-right:15px; margin-bottom:10px;}
	.nav-menu .subm 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:100px; 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 .subm ul li {padding-right:15px; margin-bottom:8px;}
	.nav-menu .subm ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
	.hd_pops{top: 20px !Important; left: 2.5% !Important;		width: 95% !important; }
	.hd_pops_con{width: 100% !Important; height: auto !Important; line-height: 0;}
	.hd_pops_con iframe{width: 100% !important; height: 55vw !Important; object-fit:cover;}

	
}

@media (max-width:480px){

}