@charset "utf-8";
/* layout.css는 전체적인 스타일 정의 */
@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;
}

body.no-scroll {position: fixed; width: 100%; overflow: hidden;}

#wrapper {position:relative; overflow:hidden;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
.container {position:relative; width: 100%; padding-left:15px; padding-right:15px; margin:0 auto; height:inherit; letter-spacing:-.03em;}
#header .container {max-width:1630px !important;}
#footer .container {max-width:1630px !important;}
#main .container {max-width:1630px;}
#sub .container {max-width:1630px;}
#sub .sub-cont .container {max-width:1510px;}
#sub .contain {max-width:1510px;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; height:203px; z-index:90; letter-spacing:-.03em; transition:all 0.6s;}
#header.active {transform:translateY(0);}
#header.hide {transform:translateY(-100%);}

.header-top {position: relative; height: 146px; background:#fff;}
.header-top .container {display: flex; justify-content: center; align-items: center;}
.header-top .sitelogo a {display:block; position:absolute; top:50%; left:15px; margin-top:-35px;}
.header-top .banner {padding: 0 240px;}
.header-top .util-wrap {position: absolute; top: 50%; right: 15px; transform: translateY(-50%);}
.mems {margin-bottom: 30px;}
.mems ul {display:flex; justify-content: flex-end; margin: 0 0 0 -14px;}
.mems ul li {position: relative; padding:0 14px;} 
.mems ul li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 8px; background: #666;}
.mems ul li:last-child:after {display: none;}
.mems ul li a {font-size: 15px; line-height: 1.2em; color: #666; transition: all 0.5s;}
.mems ul li a:hover {color: #000;}
.d-day {width: 230px; background: #080808; padding: 0 10px; text-align: center; border-radius: 20px;}
.d-day p {font-size: 19px; font-weight: 700; line-height: 40px; color: #fff;}
/* .d-day p {font-size: 19px; font-weight: 700; line-height: 40px; color: #fff; background: #080808; padding: 0 29px; text-align: center; border-radius: 20px;} */

.sitemap-btn {display: none; position:absolute; top:50%; right:15px; width:30px; height:30px; margin-top:-15px;}
.sitemap-btn span {position:absolute; width:20px; background:#111; height:2px; right:0; top:50%; margin-top:-1px; transition: all 0.5s;}
.sitemap-btn:hover span {width: 30px;}
.sitemap-btn span:before,
.sitemap-btn span:after {content:''; width:30px; height:2px; position:absolute; right:0; background:#111;}
.sitemap-btn span:before {top:-10px;}
.sitemap-btn span:after {bottom:-10px;}

#gnb {background: #000; height: 57px;}
#gnb > .container > ul   {display:flex; justify-content:center; margin:0;} 
#gnb > .container > ul > li  {position:relative; text-align:center;}
#gnb > .container > ul > li > a {position:relative; display:inline-block; font-size:17px; line-height:57px; font-weight:600; color:#fff; padding:0 43px; transition: all 0.5s;}
#gnb > .container > ul > li:hover > a {background: #f04d22;}
#gnb .submenu {display: none; position:absolute; top: 100%; left:50%; transform: translateX(-50%); margin-top: 0; width:100%; z-index:20; box-shadow: 0px 5px 10px rgba(0,0,0,0.03);}
#gnb .submenu ul {padding: 18px 0; background: #fff; }
#gnb .submenu ul li a {position:relative; display:inline-block; font-size:16px; line-height:1.3em; color:#333; padding:6px 0; transition:all 0.4s;}
#gnb .submenu ul li a:hover {color: #f04d22;}	 

/* footer */
#footer {padding: 94px 0 160px; background: #333;}
#footer .wrap {display: flex;}
#footer .logo {max-width: 250px; width: 100%;}
#footer .info-wrap {width: 1%; flex: 1 1 auto;}
#footer .footer-top {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.2);}
#footer .footer-top .name {display: flex; flex-wrap: wrap; align-items: center;}
#footer .footer-top .name h2 {font-size: 30px; font-weight: 700; line-height: 1.4em; color: #fff; margin-right: 35px;}
#footer .footer-top .name ul {display: flex; flex-wrap: wrap; margin: 0 -15px;}
#footer .footer-top .name li {position: relative; padding: 0 15px; font-size: 20px; line-height: 1.4em; color: #fff;}
#footer .footer-top .name li:after {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 2px; height: 16px; background: #fff;}
#footer .footer-top .name li:last-child:after {display: none;}
#footer .footer-top .name a {display: inline-block;}
#footer .footer-top .sns ul {display: flex;}
#footer .footer-top .sns ul li:not(:nth-of-type(1)) {margin-left: 20px;}
#footer .footer-top .sns ul li a {transition: all 0.5s;}
#footer .footer-top .sns ul li a:hover {transform: translateY(-8px);}
#footer .footer-bottom .info {margin-bottom: 30px;}
#footer .footer-bottom .info p {font-size: 17px; line-height: 2em; color: #fff;}
#footer .footer-bottom .info ul {display: flex; flex-wrap: wrap; margin: 0 -19px;}
#footer .footer-bottom .info ul li {position: relative; font-size: 17px; line-height: 2em; color: #fff; padding: 0 19px;}
#footer .footer-bottom .info ul li:before {position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 14px; background: #fff;}
#footer .footer-bottom .info ul li:last-child:before {display: none;}
#footer .footer-bottom .info ul li a {display: inline-block;}
#footer .footer-bottom .copyright {font-size: 16px; line-height: 1.4em; color: rgba(255,255,255,0.5);}

/* quick-link */
.quick-link {position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 50;}
.quick-link ul {padding: 30px 18px; background: #fff; border-radius: 43px 0 0 43px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.03);}
#sub .quick-link ul {background: #f5f5f5;}
.quick-link ul li:not(:last-child) {margin-bottom: 21px;}
.quick-link ul li a {transition: all 0.5s;}
.quick-link ul li a:hover {transform: translateY(-8px);}

/* 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:1270px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:90px; display:flex; align-items:center; z-index:11; padding:0 15px;}
.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:190px 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:580px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:580px; 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:60px;}
.nav-menu .container {padding: 0;}
.nav-menu .container > ul > li {margin-bottom:20px;}
.nav-menu .container > ul > li > span {display:block; position:relative; transition:all 0.6s; overflow:hidden;}
.nav-menu .container > 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;}
html.sitemap-opened .nav-menu .container > ul > li > span a {transform:translateY(0); transition-delay:0.5s; transition-property:transform;}
.nav-menu .container > 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 .container > ul > li.active > span a:after {width:100%;}
.nav-menu .container > 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 #000; color:#fff; background:#000;}
.sitemap-white .container .nav-menu > ul > li > span a {color:#000;}
.sitemap-white .container .nav-menu > ul > li > span a:after {background:#222; opacity:0.1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#222;}

.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 .container > 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:120px; padding: 0;}
	.sitemap .sitemap-close {right:0;}
	
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 120px); flex-direction:column-reverse;}
	.site-wrap .wrap .nav-menu {width:100%; padding-left:0;}
	
	.nav-menu .container > ul > li {margin-bottom:20px;}
	.nav-menu .container > ul > li > span a {font-size:24px; padding:0 5px;}
	.nav-menu .submenu ul {padding-top:10px; padding-left: 5px;}
	.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:768px){
	.site-wrap .head {height:100px;}
	.site-wrap .head .logo img {width: 80px;}
	.site-wrap .wrap {padding:30px 0; height:calc(100vh -100px);}
	.nav-menu .container > ul > li > span a {font-size:20px;}
	.nav-menu .container > 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;}
	
}
