/* top-header-box */
.top-header-box {box-sizing:border-box;padding: 12px 0;}
.top-header-box > div {display:flex;justify-content:flex-end;align-items: center;}

.util-box {}
.util-box > ul {display:flex;align-items:center;justify-content:space-between}
.util-box > ul > li + li a:before {content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:12px;background:#AAAAAA; border-left: 1px solid #ccc}
.util-box > ul > li a {position: relative;font-weight: 400;font-size: 16px;line-height: 1;color: #000;display: inline-block;padding: 0 10px;font-family: 'Pretendard GOV', sans-serif;}
.util-box > ul > li > .btn-logout {display:inline-block;padding: 3px 12px;background:#404040;border-radius: 50px;}
.util-box > ul > li > .btn-logout span {font-family: Pretendard;font-weight: 600;font-size: 16px;line-height: 100%;letter-spacing: -0.2px;color: #fff;margin-right: 8px;}
.m-gnb {display:none;}
/*bottom-header-box*/
.bottom-header-box {position: relative;}

.header-inner {display: flex;justify-content: space-between;align-items: center;gap: 20px;}
.header-inner .logo {width: 100%;max-width: 371px;}
.header-inner .logo a {display:flex;align-items:center;gap:10px;}
.header-inner .logo a p {font-weight: 700;font-size: 26px;line-height: 100%;letter-spacing: -0.2px;display:flex;align-items:center;border-left: 1px solid #A9A9A9;padding-left:10px;}
.header-inner .logo .txt-en {color:#009FA8;}
.header-inner .logo .txt-ko {color:#004EA8;padding-left:4px;}

.header-inner .logo img {display:block;width:100%;height: 100%;max-width: 280px;}
.gnb-box {width: calc(100% - 477.5px);display: flex;flex-direction: column;align-items: flex-end;margin-right: 86.5px;}
.gnb-box > ul {display: flex;position: relative;gap: 38.5px;}
.gnb-box  ul  li a {font-family: 'Paperlogy', sans-serif;}
.gnb-box > ul > li > a {font-size: 20px;font-weight: 700;line-height: 100%;text-align: left;color: #000000;position: relative;padding: 37px 0;display: inline-block;    }
.gnb-box > ul > li:last-child > a::after {width: calc(100% - 15px); right: 15px;}
.gnb-box > ul > li:last-child .sub-mn-box {width: 100%;}
.gnb-box > ul > li.on > a::after,
.gnb-box > ul > li > a::after {content: "";width: 100%;height: 5px;position: absolute;right: 0;bottom: 0;background-color: #009fa8;transform: scale(0, 1);transform-origin: right center;transition: transform 800ms ease;cursor: default;}
.gnb-box > ul > li.on:hover > a:after, 
.gnb-box > ul> li:hover > a:after, 
.gnb-box > ul > li.active > a::after{transform: scale(1, 1);transform-origin: left center;}
.sub-mn:empty {display: none;}
.depth_01 .sub-mn-box {position: absolute;top: 100%;left: 50%;z-index: 10;padding: 0;width: max-content; transform: translate(-50%, -20px);opacity: 0;visibility: hidden;transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;}
.depth_01 > li.on .sub-mn-box {opacity: 1;transform: translate(-50%, 0);; visibility: visible;}
.depth_01 .sub-mn-box .sub-mn-outer {padding-top: 15px;}
.depth_01 .depth_02{display:flex;flex-wrap:nowrap;overflow:hidden;background: #009fa8;border-radius: 12px;padding: 12px;gap: 12px 12px;}
.depth_01 .depth_02 > li{position:relative;box-sizing: border-box;}
.depth_01 .depth_02 > li > a{display: inline-block;color: #fff;font-weight: 700;font-size: 22px;line-height: 100%;letter-spacing: 0.2px;padding: 20px 20px;transition: 0.3s;border-radius:8px;}
.depth_01 .depth_02 > li > a:hover, .depth_01 .depth_02 > li.active > a{text-decoration: underline;text-underline-offset: 8px;}

.depth_01 .depth_02 .depth_03 li > a {display: inline-block;padding: 10px 32px;color: #fff;font-weight: 600;font-size: 16px;line-height: 100%;letter-spacing: 0.2px;transition: 0.3s;}
.depth_01 .depth_02 .depth_03 li > a:hover,
.depth_01 .depth_02 .depth_03 li.active > a{text-decoration: underline;text-underline-offset: 4px;}
header.active .gnb-bg{display:block;}
.gnb-bg{display:none;position:absolute;top:100%;left: 50%;transform: translateX(-50%);z-index:30;width: calc(100vw - 20px);background-color:#F2F4F6;border-bottom:1px solid #e8e8e8;border-top:1px solid #e8e8e8;}

.btn-sitemap {position:absolute;right:0;top: 21px;}

/* site-map */
.sitemap-inner{display:none;position:fixed;top:0;left:0;z-index:999;padding:70px 0;width:100%;height:100%;background-color: rgba(0, 0, 0, 0.7);overflow-y:auto;box-sizing:border-box;}
.sitemap-inner::-webkit-scrollbar {width: 3px;height: 100%;position: absolute;}
.sitemap-inner::-webkit-scrollbar-track {background: #DBDBDB;border-radius: 50px;}
.sitemap-inner::-webkit-scrollbar-thumb {background: #00AAAC;border-radius: 50px;}
.sitemap{position:relative;margin:0 auto;width:90%;max-width:1200px;}
.sitemap-title-box{padding: 29px 80px;background-color: #009FA8;}
.sitemap-title-box p{font-size: 32px;line-height:42px;color: #fff;font-weight: 600;}
.sitemap-depth-box {background: #FFFFFF;}
.sitemap-box {padding: 30px 80px;}
.sitemap-box > li > a {display: inline-block;font-size: 24px;line-height: 34px;color: #009FA8;font-weight: 600;}
.sitemap-box > li > ul {margin: 20px 0 0;border-top: 1px solid #cccccc;padding: 30px 0;display: flex;flex-wrap: wrap;row-gap: 20px;}
.sitemap-box > li > ul > li{padding: 0 10px 0 0;width: 25%;box-sizing: border-box;}
.sitemap-box > li > ul > li > a {display: inline-block;font-size: 20px;line-height: 30px;color: #111;font-weight: 500;}
.btn-sitemap-close{position:absolute;top: 40px;right: 80px;width: 22px;height: 22px;background:url(../img/common/bg-sitemap-close.png) no-repeat 0 0/100%;cursor:pointer;}
.sitemap-box > li > ul > li > ul {padding: 10px 0 0 10px;} 
.sitemap-box > li > ul > li > ul li a {display: inline-block;font-size: 16px;line-height: 30px;color: #111;font-weight: 500;}
.m-gnb {display:none;}

@media (min-width: 1025px) and (max-width: 1919px) {
	
	.header-inner .logo a p {font-size: calc((26 / 1920) * 100vw);}
}

@media (max-width: 1919px) {
	.gnb-box > ul > li > a {font-size: 16px;padding: 22px 0;}
	.depth_01 .depth_02 > li > a {font-size: 16px;padding: 10px 15px;}
	.gnb-box > ul {flex-wrap: wrap;justify-content: center;gap: 2.00520833vw;}
	.btn-sitemap {top: 5px;}
	.gnb-box {margin-right: 70px;width: calc(100% - 320px);}
}
@media (max-width: 1280px) {
	.header-inner .logo {max-width: 260px;}
	.header-inner {gap: 0;}
	.gnb-box {width: calc(100% - 308px);margin-right: 57px;}
	.gnb-box > ul > li > a {font-size: 15px;}
}

@media (max-width: 1024px) {
	.header-box {padding: 0;}
	.gnb-box,
	.util-box,
	.btn-sitemap,
	.top-header-box{display:none;}
	.header-inner .logo {margin-top: 0;max-width: fit-content;}
	.m-gnb{display:block;}	
	.m-gnb .btn-m-menu{display:block;width: 28px;height: 20px;background: url(../img/common/btn-menu.png) no-repeat center right 0;background-size: contain;}
	.header-wrap.on .m-gnb .btn-m-menu {filter: invert(1) brightness(0);}
	.btn-all-menu{display: none;}

	.slideMenu{display:none;position:fixed;top: 0;left:0;z-index:999999;width:100%;height: 100vh;max-height: 100%;overflow-y:auto;background-color: #fff;box-sizing:border-box;}
	.slideMenu.active,.slideMenu.on {background-color:#fff;}
	.slideMenu.active .dep1 > li.has-dep > a,.slideMenu.on .dep1 > li.has-dep > a {color:#000;border-color:#ddd;}
	.slideMenu.active .slide-close,
	.slideMenu.on .slide-close{background: url(../img/common/ico-close.png) no-repeat 50% 50%;} 
	.slideMenu.active .dep1,
	/*.slideMenu.on .dep1{margin-top:36px;}*/

	.m-gnb{max-height: 100%;}
	.dep1{font-size:0;}
	.dep1 > li:last-of-type{padding:0;}
	.dep1 > li.has-dep > a{display:block;background: url(../img/common/bg-related-arr.png) no-repeat right center/24px;font-size: 24px;font-weight:600;color: #fff;line-height: 1;padding: 26px 0;border-bottom: 1px solid rgba(255,255,255,0.1);transition: all .4s ease-in-out;}
	/*.dep1 > li.active > a {pointer-events: none;}*/
	.slideMenu.active .dep1 > li.active > a.selected,
	.slideMenu.on .dep1 > li > a.selected{background:url(../img/common/bg-related-arr-active.png) no-repeat right center/24px;}
	.slideMenu.active .m-gnb .dep1 > li a.active + ul{display:block;}
	.dep2 > li{padding: 12px 0;line-height:1;text-align: center;}
	.dep2{display: none;background: #009FA8;border-radius: 10px;margin: 10px 0;}
	.dep2 > li:last-child{padding-bottom: 32px;}
	.dep2 > li:first-child {padding-top: 28px;}
	.dep2 > li > a{display: block;font-size: 20px;font-weight: 600;color: #fff;line-height: 1;}
	.dep2 > li > a:hover, .dep2 > li > a.active {text-underline-offset: 6px;color: #fff;text-decoration: underline;}
	.dep2 > li.has-dep > a{background: url(../img/common/bg-related-link.png) no-repeat right 10px  center /22px;}

	.dep3{display:none;padding: 16px 0 0 0;}
	.dep3 > li{padding:0 0 10px;line-height:1;}
	.dep3 > li:last-of-type{padding:0;}
	.dep3 > li > a{display:block;position:relative;font-size: 16px;font-weight: 400;color:#fff;line-height:150%;}
	.dep3 > li.active > a{text-decoration: underline; text-underline-offset: 4px;}
	/* .dep3 > li > a:before{content:'';position:absolute;top: 9px;left:0;width: 3px;height:1px;background:#fff;} */

	.m-gnb-bottom-box{display:flex;position: relative;padding: 15px 20px;justify-content:space-between;background-color:#FAFAFA;}
	.m-gnb-bottom-box:before{content:'';position:absolute;top:0;left:50%;width:calc(100% - 36px);height:1px;background:#fff;transform:translateX(-50%);}

	.slideMenu .slide-close{width: 24px;height: 28px;background: url(../img/common/ico-close.png) no-repeat center center;box-sizing: border-box;}
	.mo-gnb-open .slideMenu .slide-close {position: fixed;top: 34px;right: 16px;z-index: 501;}
	.slideMenu .title-menu{position:absolute;top: 24px;left: 50%;transform: translatex(-50%);z-index:10;font-weight: 600;font-size: 20px;line-height: 21.6px;text-align: center;color:#000;width: 70%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

	.m-gnb-bg{display:none;position:fixed;top:100px;left:0;z-index:20;width:100%;background-color:#fff;}
	.slideMenu.on .slide-close, .slideMenu.on + .m-gnb-bg{display:block;}

	.m-gnb-bg{top: 101px;height: calc(100% - 101px);}
	.mo-gnb-open .btn-m-menu {display:none;}
	.mo-gnb-open .bottom-header-wrap {background-color:#fff;}

	.m-util-inner {position: fixed;z-index: 500;background: #fff; width: 100%;}
	.m-util-inner .logo {padding: 32px 16px;margin-top:0;}
	.m-util-inner .util-box {display:flex;background: #665979;padding: 5.5px 16px;border-radius: 6px; width: max-content;}
	.m-util-inner .util-box li {position:relative;padding: 0 10px;}
	.m-util-inner .util-box li:first-child {padding-left: 0;}
	.m-util-inner .util-box li:last-child {padding-right:0;}
	.m-util-inner .util-box li:after {content: '';display: block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 12px;background-color: #999;}
	.m-util-inner .util-box li:last-child:after {display:none;}
	.m-util-inner .util-box li a {font-size: 15px;font-weight: 400;line-height: 21px; text-align: left;position: relative;color: #FFFFFF;}

	.btn-sitemap {display:none;}
	.slideMenu .inner{position: relative;top: 100px;padding: 0 16px;display: flex;flex-direction: column;justify-content: space-between;}
	.header-wrap {padding: 32px 16px;}
	.header-inner .logo a p {font-size: 18px;}
}

@media (max-width: 768px) {
	.header-wrap {position: relative;}
	.header-inner .logo img {max-width: 200px;}
}