@charset "utf-8";
@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: '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;}



/* layout.css는 전체적인 스타일 정의 */
#wrapper {position:relative;}

.contain {position:relative; padding-left:15px; padding-right:15px; margin:0 auto; letter-spacing:-.03em; box-sizing: border-box;}
#header .contain {max-width:1630px !important;}
#footer .contain {max-width:1470px !important;}
#main .contain {max-width:1470px;}
#sub .contain {max-width:1470px;}
#sub #lnb .contain {max-width:1420px; }
/* header */
#header {position:fixed; top:0; left:0; width:100%; height:110px; z-index:90; letter-spacing:-.03em; transition:all 0.4s; background:#fff;}
#header .contain {height:100%;}
#header.active {transform:translateY(0);}
#header.hide {transform:translateY(-100%);}
#header .sitelogo {display:block; position:absolute; top:50%; left:50%; margin-left:-125px; margin-top:-23px;}
 
#gnb {display:flex; justify-content:space-between; max-width:1030px; margin:0 auto; height:100%;}
#gnb>ul {display:flex; transition:all 0.4s; margin:0 -30px;}
#gnb>ul>li {position:relative; text-align:center; padding:0 30px;}
#gnb>ul>li>a {position:relative; display:block; color:#222; font-size:18px; line-height:110px; transition:color 0.4s;}
#gnb>ul>li:hover>a {color:#0165E5;}

#gnb .submenu {top:110px; width:142px; left:50%; margin-left:-71px; display:none; z-index:11; position:absolute; background:rgba(255,255,255,0.9);}
#gnb .submenu ul {display:block; padding:16px 0;}
#gnb .submenu ul li {padding:0; text-align:center; margin-bottom:1px;}
#gnb .submenu ul li a {display:inline-block; color:#222; font-size:14px; line-height:2em; position:relative; transition:all 0.4s;}
#gnb .submenu ul li a:hover {color:#0165E5;}
#gnb .submenu ul li a:after {content:''; width:0; height:1px; background:#0165E5; position:absolute; bottom:6px; left:50%; transition:all 0.4s;}
#gnb .submenu ul li a:hover:after {width:100%; left:0;}

#header .lang {padding-left:24px; position:relative; position:absolute; top:50%; margin-top:-11px; left:0;}
#header .lang:before {content:''; width:18px; height:18px; background:url('../img/layout/lang-icon.png') no-repeat; background-size:cover; position:absolute; top:50%; margin-top:-9px; left:0;}

#header .lang ul {display:flex; margin:0 -7px;}
#header .lang ul li {padding:0 7px; position:relative;}
#header .lang ul li:after {content:''; width:1px; height:10px; background:#999; position:absolute; top:50%; margin-top:-5px; right:0;}
#header .lang ul li:last-child:after {display:none;}
#header .lang ul li a {font-size:14px; line-height:1.6em; color:#222; font-weight:500;}
#header .lang ul li.active a {color:#0165E5;}

#header .btns {position:absolute; top:0; right:0; height:100%; display:flex; align-items:center;}
#header .btns ul {width:115px; margin-right:30px;}
#header .btns ul li {margin-bottom:8px;}
#header .btns ul li:last-child {margin-bottom:0;}
#header .btns ul li a {font-size:14px; font-weight:500; padding:0 16px; color:#0165e5; display:block; border:1px solid #0165e5; border-radius:15px; line-height:28px; position:relative; transition:all 0.4s;}
#header .btns ul li a:hover {background:#0165e5; color:#fff;}
#header .btns ul li a p {width:65px; text-align:center; font-family:'Poppins';}
#header .btns ul li a:after {content:''; width:20px; height:20px; position:absolute; top:50%; margin-top:-10px; right:5px; background-image:url('../img/layout/head-btn.png'); transition:all 0.4s; background-repeat:no-repeat; background-size:cover;}
#header .btns ul li a:hover:after {background-image:url('../img/layout/head-btn-on.png');}

#header .btns .sitemap-btn {width:35px; height:22px; position:relative;}
#header .btns .sitemap-btn span {width:100%; position:absolute; background:#222; height:4px; border-radius:2px; transition:all 0.4s;}
#header .btns .sitemap-btn:hover span {background:#0165e5;}
#header .btns .sitemap-btn span.top {top:0; left:0;}
#header .btns .sitemap-btn span.mid {top:50%; margin-top:-2px; left:0;}
#header .btns .sitemap-btn span.btm {bottom:0; right:0;}
#header .btns .sitemap-btn:hover span.top {width:55%;}
#header .btns .sitemap-btn:hover span.btm {width:55%; right:0;}

.submenu-bg {display:none;}

.overlay {position:fixed; width:100vw; height:100vh; top:0; left:0; background:rgba(0,0,0,0.8); z-index:100; display:none;}
.quick {position:fixed; width:570px; height:100vh;top:0; right:0; z-index:101; transition:all 0.4s; transform:translateX(570px);}
html.quick-open .quick {transform:translateX(0);}
.quick .title {height:70px; background:linear-gradient(90deg, #194277 0%, #0165E5 100%); position:relative; padding:0 35px;}
.quick .title h2 {font-size:20px; font-weight:600; line-height:70px; color:#fff; font-family:'Poppins';}
.quick .title a {position:absolute; top:0; right:0; width:70px; height:70px;}
.quick .title a:before, 
.quick .title a:after {content:''; width:40px; height:2px; background:#fff; position:absolute; top:50%; left:50%; margin-top:-1px; margin-left:-20px;}
.quick .title a:before {transform:rotate(45deg);}
.quick .title a:after {transform:rotate(-45deg);}

.quick .wrap {background:#F3F3F3; padding:30px 25px; height:calc(100vh - 70px); overflow-y:scroll;}
.quick .wrap .cnt {background:#fff; margin-bottom:20px; padding:30px;}
.quick .wrap .cnt:last-child {margin-bottom:0;}
.quick .cnt .tit h3 {font-size:20px; font-weight:500; line-height:1.5em; color:#222; margin-bottom:15px;}
.quick .cnt01 .tit .search {position:relative; margin-bottom:30px; padding:0 28px; background:#F3F3F3; border-radius:40px;}
.quick .cnt01 .tit .search input {font-size:18px; color:#333; line-height:60px; border:0; width:100%; background:#f3f3f3; padding-right:30px;}
.quick .cnt01 .tit .search input::placeholder {font-size:18px; color:#999;}
.quick .cnt01 .tit .search button {width:24px; height:24px; background:url('../img/layout/search-icon.png') no-repeat; background-size:cover; position:absolute; top:50%; margin-top:-12px; right:28px; border:0;}
.quick .cnt .box {margin-bottom:40px; padding-bottom:40px; border-bottom:1px solid #ddd;}
.quick .cnt .box:last-child {margin-bottom:0; padding-bottom:0; border-bottom:0;}
.quick .cnt01 .inner .img-box {margin-bottom:18px;}
.quick .cnt01 .inner .img-box .pic {position:relative; height:0; padding-bottom:32.68%; overflow:hidden; transition:all 0.6s; border-radius:8px;}
.quick .cnt01 .inner .img-box .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}
.quick .cnt01 .inner .txt-box h4 {font-size:18px; line-height:1.6em; color:#222; margin-bottom:14px; font-weight:400; height:calc(1.6em * 1 * 2); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.quick .cnt01 .inner .txt-box p {font-size:14px; color:#0165e5; padding-right:30px; font-weight:500; font-family:'Poppins'; line-height:1.2em; position:relative; display:inline-block;}
.quick .cnt01 .inner .txt-box p:after {content:''; width:18px; height:18px; background:url('../img/layout/quick-more.png') no-repeat; background-size:cover; position:absolute; top:50%; margin-top:-9px; right:0;}

.quick .cnt02 .inner {display:flex; align-items:center;}
.quick .cnt02 .inner .img-box {width:100%; max-width:150px;}
.quick .cnt02 .inner .img-box .pic {position:relative; height:0; padding-bottom:100%; overflow:hidden; border-radius:8px; transition:all 0.6s;}
.quick .cnt02 .inner .img-box .pic img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100% !important; height:100% !important; max-width:100%; min-height:100%; object-fit:cover; transition:0.3s;}
.quick .cnt02 .inner .txt-box {width:1%; flex:1 1 auto; padding-left:26px;}
.quick .cnt02 .inner .txt-box h4 {font-size:18px; line-height:1.6em; font-weight:600; color:#222; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:22px;}
.quick .cnt02 .inner .txt-box p {font-size:18px; line-height:1.6em;color:#767676; height:calc(1.6em * 1 * 3); overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}

/* footer */

.scroll-top{position: fixed; right: 72px; bottom: 240px; cursor: pointer; display: flex; align-items:center; justify-content: center; line-height: 0; z-index: 10; width: 80px; height: 80px; border-radius: 50%; border-radius: 40px; border: 1px solid #194277; background: #FFF; transition:.3s; box-sizing: border-box;	opacity: 0;}
.scroll-top img{transition:.3s;}
.scroll-top:hover img{translate:0 -5px; }

.scroll-top.on{opacity: 1;}

#footer {background:#2D2D2D; padding:88px 0 112px;}



.foot {display:flex;}
.foot-logo {width:100%; max-width:186px;}
.foot-cnt {width:1%; flex:1 1 auto;}
.foot-cnt .info {margin-bottom:10px; padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,0.1);}
.foot-cnt .info dl {display:flex; font-size:16px; line-height:1.8em;}
.foot-cnt .info dt {width:100%; max-width:100px; color:#fff;}
.foot-cnt .info dd {width:1%; flex:1 1 auto; color:rgba(255,255,255,0.6);}
.foot-cnt .info dd span {margin:0 9px;}
.foot-cnt .info dd br {display:none;}
.foot-cnt .txt {display:flex; align-items:center; justify-content:space-between;}
.foot-cnt .txt p {font-size:14px; line-height:2em; color:rgba(255,255,255,0.5);}
.foot-cnt .txt p a {display:inline-block; width:36px; line-height:16px; border:1px solid rgba(255,255,255,0.5); text-align:center; border-radius:3px; font-size:12px; margin-left:8px;}
.foot-cnt .txt ul {display:flex; margin:0 -7px;}
.foot-cnt .txt ul li {padding:0 7px;}
.foot-cnt .txt ul li a {display:inline-block; padding:0 24px; line-height:30px; border:1px solid rgba(255,255,255,0.5); border-radius:3px; font-size:14px; color:rgba(255,255,255,0.5);}

/* 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:1630px; width:100%; padding:0 15px; margin:0 auto; height:100vh; position:relative;}
.site-wrap .head {position:absolute; top:0; left:0; width:100%; height:92px; display:flex; align-items:center; z-index:11;}

.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%; right:5px; 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:120px 0 100px;  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:600px;}
.site-wrap .wrap .info-wrap {width:100%; max-width:600px; display:flex; flex-direction:column; justify-content:space-between;}
.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:108px; font-weight:500; color:#bbb; text-align: right;}
.site-wrap .info .box dt.right{}
.site-wrap .info .box dd {width:1%; flex:1 1 auto; color:#888; padding-left: 20px;}
.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; overflow-y: auto;}
.nav-menu > ul > li {margin-bottom:30px;}
.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:40px; 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:0s; 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 {  }
.nav-menu .submenu ul {display:flex; flex-wrap:wrap; padding-top:30px; 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 {color:#000;}
.sitemap-white .head .submenu ul li:after {background:#ddd;}
.sitemap-white .head .submenu ul li a {font-size:14px; color:#666;}
.sitemap-white .head .submenu 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; border-radius: 5px;}
.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 .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;}

.site-lang {position:absolute; right:80px; top:50%; transform:translateY(-50%); display:none;}
.site-lang ul {display:flex; margin:0 -10px;}
.site-lang ul li {padding:0 10px;}
.site-lang ul li a {display:block; font-size:14px; color:#000; line-height:1.5em; font-weight:800;}
.site-lang ul li.active a {color:#0d5ebd;}



/* siteMap : E */
/* siteMap : responsive */
@media (max-width:1400px){
	.site-wrap .wrap:after {left:500px;}
	.site-wrap .wrap .info-wrap {max-width:500px; padding-left:0;}
	.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:92px;}
	.sitemap .sitemap-close {top: calc(40px / 2);}
	.site-wrap .wrap {padding:40px 0; height:calc(100vh - 80px); 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 .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 {width: 100%; height:85px; padding:0 5px; justify-content: space-between;}
	.sitemap .sitemap-close {top: calc(40px / 2);}	
	.site-wrap .head .lang {display:block; right:0; top:100px;}
	.site-wrap .head ul{margin-left: auto; margin-right: 40px;}
	
	
	.site-wrap .wrap {padding:50px 0 0; height:calc(100vh - 80px);}
	.nav-menu > ul > li > span a {font-size:24px;}
	.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;}
	
	.site-wrap .head ul li{padding-right: 8px; margin-right: 8px;}	
	.sitemap-white .head ul li a{font-size: 12px;}

	
}
