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

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

.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; width: 100%;}
#header .container {max-width:100% !important;}
#footer .container {max-width:1610px !important;}
#main .container {max-width:1610px;}
#sub {padding-top: 100px;}
#sub .container {max-width:1610px;}
#sub .contain {max-width:1610px;}


/* header */
#header {position: fixed; top: 0; left: 0; width: 100%; height: 100px; z-index: 1000; transition: all .2s linear; box-shadow: 0px 5px 10px rgba(0,0,0,0.03); background-color: #fff;}
/* #header::after {position: absolute; content: ''; top: 100px; left: 0; width: 100%; height: 1px; background-color: #ddd;} */
#header .logo {position: absolute; top: 12px; left: 40px; font-size: 0; z-index: 10; transition: all .2s linear;}
#header .logo > a {display: block; background: url(../images/logo.png) 50% 50% no-repeat; background-size: auto; width: 362px; height: 75px; transition: all .3s linear;}

#header #gnb {position: relative; z-index: 9; padding-right: 145px; transition: all .3s linear;}
#header #gnb > ul {display: flex; width: auto; justify-content: right; transition: all .3s linear;}
#header #gnb > ul > li {position: relative; transition: all .3s linear;}
#header #gnb > ul > li > a {position: relative; line-height: 1.6; display: block; font-weight: 600; width: auto; font-size: 22px; color: #222;  z-index: 9; text-align: center; padding: 30px 55px 0;}

#header .head-util {position: absolute; top: 0;right: 0; font-size: 0; z-index: 9; width: 100px; height: 100px; transition: all .2s linear;}
#header .head-util .btn-nav {display: block; width: 100%; height: 100%; background: url(../images/sitemap.png) 50% 50% no-repeat; background-size: auto; background-color: #153888; transition: all .3s linear;}
#header .head-util .hd_close {display: block; width: 41px; height: 40px; background: url(../images/hd_close.png) 50% 50% no-repeat; background-size: auto; display: none; position: absolute; top: 30px; right: 30px;}

#header #gnb .submenu {position:absolute; top:115px; left:0; width:100%; height:0; overflow:hidden; z-index:20; visibility: hidden;}
#header #gnb .submenu.sub-open {height: 355px; visibility: visible; transition: all .3s linear;}
#header #gnb .submenu ul {display:block; padding: 20px 0;}
#header #gnb .submenu ul li {padding:0; text-align:center;}
#header #gnb .submenu ul li ~ li {padding-top: 24px;}
#header #gnb .submenu ul li a {display:inline-block; color:#fff; font-size:20px; line-height:1.6; position:relative;}
#header #gnb .submenu ul li a::after {position: absolute; content: ''; width: 0%; height: 2px; background-color: #222; bottom: 3px; left: 50%; transform: translateX(-50%); transition: all .2s linear;}
#header #gnb .submenu ul li a:hover {color: #222;font-weight: 600;}
#header #gnb .submenu ul li a:hover::after {width: 100%;}


#header #gnb > ul > li:hover .submenu {background-color: #fff;} 
#header #gnb > ul > li:hover .submenu ul li a {color: #666;}
#header #gnb > ul > li:hover .submenu ul li a:hover {color:#222; font-weight: 600;}


.submenu-bg {height: 0; visibility: hidden; background-color: rgba(46, 53, 99, 0.94);}
.submenu-bg.open {height: 355px; visibility: visible; transition: all .3s linear;}

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

#header.hactive {background-color: rgba(46, 53, 99, 0.94); height: 115px;}
#header.hactive {background-color: rgba(46, 53, 99, 0.94);}
#header.hactive .logo {top: 35px;}
#header.hactive .logo > a {background-image: url(../images/logo_on.png);}
#header.hactive #gnb {padding-right: 305px;}
#header.hactive #gnb > ul {gap: 0;}
#header.hactive #gnb > ul > li {width: 277px; padding: 0 51px;}
#header.hactive #gnb > ul > li:hover { background-color: #fff;}
#header.hactive #gnb > ul > li > a {color: #fff; line-height: 1.4; width: 100%; padding: 0; position: relative; padding-bottom: 24px; padding-top: 60px;}
#header.hactive #gnb > ul > li > a::after {position: absolute; content: ''; width: 0%; height: 2px; bottom: 0; left: 50%; transform: translateX(-50%); transition: all .2s linear; background-color: #153888;}
#header.hactive #gnb > ul > li:hover > a {color: #222;}
#header.hactive #gnb > ul > li:hover > a::after {width: 100%;}
#header.hactive .head-util {width: 115px; height: 115px;}
#header.hactive .head-util .btn-nav {background: url(../images/hd_close.png) 50% 50% no-repeat; background-size: auto; background-color: rgba(46, 53, 99, 0.94);}
#header.hactive .head-util .btn-nav > span {opacity: 0;}
#header.hactive .head-util .btn-nav {display: none;}
#header.hactive .head-util .hd_close {display: block;}


body.opened #header {background-color: rgba(46, 53, 99, 0.94);}
body.opened #header .logo > a {background-image: url(../images/logo_on.png);}
body.opened #header #gnb > ul > li > a {color: #fff;}


/* quick-top */
.quick-top {position: fixed; bottom: 60px; right: 42px; z-index: 10; }
.quick-top .btn-top {position: relative; overflow: hidden; display: block; width: 90px; height: 90px; border-radius: 50%; transition: all .15s linear; background: url(../images/go_top.png) 50% 50% no-repeat; background-size: auto; background-color: rgba(141, 141, 141, 0.50); backdrop-filter: blur(4.000000476837158px);}
.quick-top .btn-top:hover {background-color: #153888;}

body.bottom .quick-top {bottom: initial; position: absolute; top: -49px;}

/* footer */
#footer {position: relative; padding: 52px 0 80px; background-color: #f7f7f7;}
#footer .top {position: relative; display: flex; justify-content: space-between; align-items: flex-end; width: 100%; padding-bottom: 25px; border-bottom: 1px solid #ccc; margin-bottom: 25px;}
#footer .ft_logo {max-width: 362px; width: 100%;}
#footer .ft_logo img {display: block; margin:0 auto; max-width: 100%;}
#footer .top .terms > ul { font-size: 0; display: flex; gap: 48px;}
#footer .top .terms > ul > li {position: relative;}
#footer .top .terms > ul > li:not(:last-child):after {position: absolute;content: ''; width: 1px; height: 16px; background-color: #999; right: -24px; top: 50%; transform: translateY(-50%);}
#footer .top .terms > ul > li > a {display: block; font-size: 22px; color: #666; font-weight: 400; transition: all .2s linear; line-height: 1.6;}
#footer .top .terms > ul > li > a:hover {color: #2e3563; font-weight: 600;}

#footer .bottom {position: relative; width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;}
#footer .bottom .info {width: 1%; flex: 1 1 auto}
#footer .bottom .info ul li {font-size: 18px; color: #444; display: inline-block; position: relative; line-height: 1.6; font-weight: 400;}
#footer .bottom .info ul li:nth-of-type(1) {padding-right: 26px;}
#footer .bottom .info ul li:nth-of-type(1):after {position: absolute; content: ''; width: 1px; height: 16px; background-color: #999; right: 12px; top: 50%; transform: translateY(-50%);}
#footer .bottom .info ul li address {font-style: normal;}
#footer .bottom .info ul li a {color: #444; font-weight: 400;}
#footer .copyright {margin-top: 7px;}

#footer .sel-box {max-width:  462px; width: 100%; display: flex; gap: 12px;}
#footer .sel-box .select {position: relative; }
#footer .sel-box .select button {position: relative; display: block; width: auto; padding: 0 58px 0 24px; line-height: 49px; background-color:rgba(158, 158, 158, 0.20); border-radius: 8px; font-size: 18px; color: #444;}
#footer .sel-box .select button::after {position: absolute; content: ''; width: 24px; height: 24px; background: url(../images/ico_arrow.png) 50% 50% no-repeat; background-size: auto; right: 24px; top: 50%; transform: translateY(-50%); transition: all .2s linear;}
#footer .sel-box .select.open button::after {transform: translateY(-50%) rotate(180deg);}

#footer .sel-box .select ul {position: absolute; bottom: 55px; left: 0; width: 100%; border-radius: 8px; background-color: #eee; padding: 10px 0; display: none; height: 100px; overflow: auto;}
#footer .sel-box .select ul li a {display: block; padding: 5px 10px; line-height: 1.4; font-size: 16px; color: #444; text-align: center; transition: all .2s linear; font-weight: 400;}
#footer .sel-box .select ul li a:hover {color: #153888; font-weight: 500;}
#footer .sel-box .select ul::-webkit-scrollbar {width: 5px;}
#footer .sel-box .select ul::-webkit-scrollbar-track {background-color: transparent;}
#footer .sel-box .select ul::-webkit-scrollbar-thumb {background-color: #999; border-radius: 5px;} 



/* 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 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 #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:#153888; opacity:0.1;}
.sitemap-white .nav-menu .submenu ul li a {color:#666;}
.sitemap-white .nav-menu .submenu ul li a:hover {color:#153888;}

.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:100px; padding: 0;}
	.site-wrap .head .logo {max-width: 260px;}
	.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; width: 100%;}
	.nav-menu .submenu ul li a {font-size:16px;}
	.site-wrap .wrap .info-wrap {display:none;}
	
}
