@charset "utf-8";

* {margin: 0; padding: 0; font-family:'SpoqaHanSansNeo','Manrope','Malgun gothic',Dotum,arial,sans-serif;}
ul,ol {list-style: none;}
a {text-decoration: none; color: #000;}
html, body {font-size: 16px;background: #fff;overflow-x: hidden;max-width: 100%;}
body {overflow: hidden;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
:focus { outline-width: 2px; outline-color: red; outline-style: dashed; }

/* font-size: 1rem;font-weight: 100; */

/* ----- all ----- */
#wrap {opacity: 0;}
html.view #wrap {opacity: 1; transition: all 1s;}

/* ----- skipBox ----- */
.skipBox{
	position:fixed;
	left:0;
	top:-1px;
	display:block;
	width:100%;
	heigiht:1px;
}
.skipBox li a {width: 100%;height: 32px;text-align: center;line-height: 32px;background: #004B9E;z-index: 100;border: none;font-size: 1rem; font-weight: 400; color: #333;display: block; position: absolute; top: -1000px;;}
.skipBox li a:focus,
.skipBox li a:active {position: static; color: #fff;}
.skipBox li a.goMenum { display: none; }

/* ----- header ------ */
#header {display: inline-block;width: 100%;height: 102px;background-color: #fff;float: left;}
#header .header_wrap {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 102px;
	margin: 0 auto;
	z-index: 4;
}
#header .header_wrap > a { 
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24%;
	height: 68px;
	max-width: 262px;
	min-width: 193px;
	text-indent: -9999px;
 }
#header .header_wrap .logo {
	display:block;
	width:100%;
	height:100%;
	background: url(/web/resources/images/svg/ci.svg) center center no-repeat;
	background-size: contain;
	
}

/* search-form */
.header_wrap .search-form {display: inline-block; position: relative; width: 30%; height: 34px; position: absolute; top: 50%; right: 106px; transform: translateY(-50%); border-bottom: 1px solid #000; box-sizing: border-box; margin-right: 26px; }
.header_wrap .search-form.on .btn_search {transform: scale(0.7) translateY(-70%);}
.header_wrap .search-form .btn_search {display: inline-block;content: "";position: absolute;top: 50%;right: 10px;transform: translateY(-50%);width: 17px;height: 17px;background: url(/web/resources/images/svg/search.svg) center center no-repeat;background-size: contain;transition: all .2s;font-size: 0;}
.header_wrap .search-form input {display: inline-block;width: 100%;height: 100%;border: none;}
.header_wrap .search-form input:focus::placeholder {color: transparent;}
.header_wrap .search-form input::placeholder { font-size: 1rem; font-weight: 400; color: #878787;}

/* lang */
.header_wrap .lang {display: inline-block; /*position: relative; top: 50%; float: right; transform: translateY(-50%);*/ width: 106px; height: 34px; right: 0; top: 50%; transform: translateY(-50%); position: absolute; display: flex; justify-content: flex-end; }
/* .header_wrap .lang a {display: inline-block;width: 50%;height: 100%;background: #EAF1FF; position: relative; border: 1px solid #555555;} */
.header_wrap .lang a {display: flex; justify-content: center; align-items: center; width: 50%;height: 100%; font-size: 0.875rem;font-weight: 400;color: #2f426b; background: #EAF1FF; position: relative; border: 1px solid #555555;}
.header_wrap .lang a.eng { border-left: 0; }
/* .header_wrap .lang a::before { position: absolute; font-size: 0.875rem;font-weight: 400;color: #2f426b;line-height: 34px;text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } */
/* .header_wrap .lang a.kor::before { content: "한국어";}
.header_wrap .lang a.eng::before { content: "ENG";}
.header_wrap .lang a.on::before {background: #3A74DE;color: #fff;} */
.header_wrap .lang a.on {background: #3A74DE; color: #fff;}

/* #eng .header_wrap .lang a.kor { color: transparent; font-size: 0; } */

/* mobile_box */
.header_wrap .mobile_gnb {display: none;float: right;padding: 38px 0;}
.header_wrap .mobile_gnb ul {display: inline-block; width: 100%; float: left;}
.header_wrap .mobile_gnb ul li {display: block; float: left; width: 26px; height: 26px; margin-right: 20px;}
.header_wrap .mobile_gnb ul li:last-child {margin-right: 0;}
.header_wrap .mobile_gnb ul li a {display: inline-block; width: 100%; height: 100%;}
.header_wrap .mobile_gnb .mb_search a {background: url(/web/resources/images/svg/search.svg) center center no-repeat; background-size: contain;}
.header_wrap .mobile_gnb .search_close a {background: url(/web/resources/images/svg/x.svg) center center no-repeat; background-size: cover;}
.header_wrap .mobile_gnb .mb_stm a {background: url(/web/resources/images/svg/sitemap_black.svg) center center no-repeat; background-size: contain;}

/* visual */
.sub_visual {display: inline-block;position: relative;width: 100%;height: 208px;box-sizing: border-box;background-size: cover;background-position: center 670px;}
.sub_visual:after {display: inline-block;content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, .6);}
.sub_visual .visual_wrap {display: block;position: relative;height: 100%;}
.sub_visual .visual_wrap .visual_title {display: inline-block;position: relative;width: 100%;height: 100%;font-size: 2.875rem;font-weight: 300;color: #fff;text-align: center;text-shadow: 0 4px rgba(0, 0, 0, .15);padding-top: 100px;z-index: 1;box-sizing: border-box;}
.sub_visual .visual_wrap .visual_title strong { font-size: 3.125rem; font-weight: 500; color: #fff; line-height: 55px;}

/* global_gnb */
.global_gnb {display: inline-block;float: left;position: absolute;width: 100%;/* height: 0; */z-index: 4;border-top: 1px solid #e6e6e6;box-sizing: border-box;}
.global_gnb .gnb {display: block;/* position: relative; */max-width: 1400px;width: 100%;height: 68px;margin: 0 auto;background: #004B9E;z-index: 1;}
.global_gnb .gnb > li {display: block;/* position: relative; */float: left;width: calc((100% - 90px) / 5);height: 100%;}
.global_gnb .gnb > li:last-child {width: 90px;}
.global_gnb .gnb > li:last-child .gnb_btn {display: inline-block;position: relative;width: 100%;height: 100%;}
.global_gnb .gnb > li:last-child .gnb_btn .btn {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 24px;height: 24px;background: url(/web/resources/images/svg/sitemap.svg) center center no-repeat;background-size: contain;z-index: 4;}
.global_gnb .gnb > li.on {background: #002854;}
.global_gnb .gnb > li > a {display: inline-block;width: 100%;height: 100%;font-size: 1.125rem;font-weight: 400;color: #fff;line-height: 69px;text-align: center;}
.global_gnb .depth1 {display: block;position: absolute;top: 0;left: 0;width: 100vw;height: 0;max-width: 100%;max-height: 570px;background: #fff;z-index: -2;box-shadow: 0 5px 5px rgb(0 0 0 / 9%);transition: height .3s;}
.global_gnb .depth1.on {z-index: -1;padding-top: 68px;}
/* .global_gnb .depth1:after {display:inline-block;position:absolute;content:"";width: 100%;height: 100%;box-shadow: 0 5px 5px rgba(0,0,0,.09);transform: translateX(-50%);top:0;left:50%;transition: all .3s;} */
.global_gnb .depth1 > li {display: none;position: relative;width: 100%;height: 100%;max-width: 1400px;max-height: 570px;margin: 0 auto;z-index: 1;}
.global_gnb .depth1.on > li {display: block;/* float: left; */}
.global_gnb > .gnb > li:nth-child(1) > .depth1.on,
.global_gnb > .gnb > li:nth-child(5) > .depth1.on {height: 570px;}
.global_gnb > .gnb > li:nth-child(2) > .depth1.on,
.global_gnb > .gnb > li:nth-child(4) > .depth1.on {height: 300px;}
.global_gnb .gnb > li:nth-child(5) .depth1.on {height: 470px;}
.global_gnb .gnb > li:nth-child(3) .depth1.on {height: 370px;}
.global_gnb .gnb > li:nth-child(3) .depth1 > li .depth2 > li {height: 200px;}
.global_gnb .gnb > li:nth-child(5) .depth1 > li .depth2 > li {height: 200px;}
.global_gnb .depth1 > li > a {display: inline-block;position: relative;float: left;width: calc((100% - 5.625rem) / 5);height: 100%;background:rgba(152, 158, 214, 0.2);z-index: 1;}
.global_gnb .depth1 > li > a .menu {display: inline-block;position: absolute;top: 40px;left: 50%;transform: translateX(-50%);width: 100%;height: 100px;}
.global_gnb .depth1 > li > a span {display: inline-block;position: absolute;left: 0;bottom: 0;font-size: 1.75rem;font-weight: 400;width: 100%;text-align: center;}
.global_gnb .depth1 > li > a img {display: inline-block;position: absolute;top: 0;left: 50%;transform: translateX(-50%);}
.global_gnb .depth1 > li .depth2 {display: inline-block;position: relative;float: right;width: calc(100% - ((100% - 5.625rem) / 5));height: 100%;max-height: 570px;padding: 32px 40px;overflow: hidden;background-image: url(/web/resources/images/menu_background.png), url(/web/resources/images/menu_background.png), url(/web/resources/images/menu_background.png);background-repeat: no-repeat, no-repeat, no-repeat;background-position: 24%, 46%, 68%;box-sizing: border-box;}
.global_gnb .depth1 > li .depth2 > li {display: block;float: left;width: calc((100% - 200px) / 4);height: 290px;margin-left: 40px;box-sizing: border-box;}
.global_gnb .depth1 > li .depth2 > li:nth-child(1),
.global_gnb .depth1 > li .depth2 > li:nth-child(5) {margin-left: 0;}
.global_gnb .depth1 > li .depth2 > li > a {font-size: 1.125rem;font-weight: 500;color: #000;}
.global_gnb .depth1 > li .depth2 > li > .depth3 {display: block;width: 100%;height: auto;margin-top: 12px;}
.global_gnb .depth1 > li .depth2 > li > .depth3 > li {width: 100%;}
.global_gnb .depth1 > li .depth2 > li > .depth3 > li > a {display: inline-block;position: relative;font-size: 1rem;font-weight: 300;line-height: 30px;word-break: break-all;width: 100%;}
.global_gnb .depth1 > li .depth2 > li > .depth3 > li > a:hover {color: #2254B2; font-weight: 500;}
.sitemap {display: block;position: absolute;top: 0;left: -100%;width: 0;height: 100%;background: #fff;transition: width .3s, left .3s;z-index: 4;}
.sitemap .stm_top {width: 0; display: none; }
.sitemap.show {z-index: 4;width: 100%;left: 0;}	
/* .sitemap .stm_top .stm_close {display: inline-block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 26px;height: 26px;margin: 0 auto;opacity: 1;transition: opactiy .5s;} */
.sitemap.show .stm_top {display: block;position: relative;width: 100%;height:64px;background: #002854;}
.sitemap.show .stm_top .stm_wrap {display: block;position: relative;width: calc(100% - 28.125rem);max-width: 1400px;height: 100%;margin: 0 auto;}
.sitemap.show .stm_menu {display: block;position: relative;padding-top: 64px;width: calc(100% - 28.125rem);max-width: 1400px;height: auto;margin: 0 auto;transition: all .7s;}
.sitemap .stm_close {display: inline-block;position: absolute;width: 26px;height: 26px;opacity: 1;transition: opactiy .5s; top: -46px; right: 0;}
.sitemap .stm_close:before,
.sitemap .stm_close:after {display: inline-block;content: '';position: absolute;top: 50%;left: 50%;background: #fff;}
.sitemap .stm_close:after {width: 2px;height: 100%;transform: translate(-50%, -50%) rotate(45deg);}
.sitemap .stm_close:before {width: 100%;height: 2px;transform: translate(-50%, -50%) rotate(45deg);}

.sitemap .stm_top .title {display: inline-block;position: absolute;top: 50%;left: 0;transform: translateY(-50%);font-size: 1.5rem;font-weight: 500;color: #fff;}
.sitemap .stm_menu {display:none;}
.sitemap .stm_menu .stm_depth1 {display: inline-block;width: 100%;height: auto;animation-name: stm_depth1;animation-delay: .1s;animation-fill-mode: both;}
.sitemap .stm_menu .stm_depth1 > li {display: block;float: left;width: 100%;height: auto;margin-bottom: 32px;padding-bottom: 32px;border-bottom: 1px solid #E0E0E0;box-sizing: border-box;}
.sitemap .stm_menu .stm_depth1 > li:last-child {border: none;padding-bottom: 0;margin-bottom: 0;}
.sitemap .stm_menu .stm_depth1 > li > a {display: inline-block;font-size: 1.5rem;font-weight: 600;color: #284785;margin-bottom: 24px;}
.sitemap .stm_menu .stm_depth1 > li .stm_depth2 {display: block;width: 100%;height: auto;}
.sitemap .stm_menu .stm_depth1 > li .stm_depth2 > li {display: block;float: left;height: 285px;min-width: 205px;margin-right: 32px;}
.sitemap .stm_menu .stm_depth1 > li .stm_depth2 > li:last-child {margin-right: 0;}
.sitemap .stm_menu .stm_depth1 > li .stm_depth2 > li > a {display:block;font-size: 1.25rem;font-weight: 500;color: #353a44;margin-bottom: 16px;}
.sitemap .stm_menu .stm_depth1 > li .stm_depth2 > li .stm_depth3 > li {display: block;width: 100%;height: auto;margin-bottom: 12px;}
.sitemap .stm_menu .stm_depth1 > li .stm_depth2 > li .stm_depth3 > li:last-child {margin-bottom:0;}
.sitemap .stm_menu .stm_depth1 > li .stm_depth2 > li .stm_depth3 > li > a {display: block;width: 100%;font-size: 1rem;font-weight: 400;color: #4F4F4F;}

.mobile_search {display: none;position: absolute;z-index: 10;width: 100%;height: 52px;background: #E8F3FF;padding: 8px 24px;box-sizing: border-box;box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.08);z-index: 2;}
.mobile_search .sHbox {display: inline-block;float: left;width: 84%;position: relative;}
.mobile_search .searchBox {display: inline-block; width: 100%; height: 100%; float: left; border: 1px solid #ced8eb; background: #fff; border-radius: 3px; padding: 9px 10px; font-size: 0.75rem;font-weight: 400;color: #4f4f4f; box-sizing: border-box;}
.mobile_search .searchBox:focus {outline: none}
.mobile_search .searchBox::placeholder {font-size: 0.75rem;font-weight: 400;color: #BDBDBD;}
.mobile_search .clear_btn {display: none; position: absolute; top: 50%; right: 8px; transform: translateY(-50%); width: 24px; height: 24px; background: #f2f4f6 url(/web/resources/images/svg/x.svg) center center no-repeat; border-radius: 50%; border: none;}
.mobile_search .mb_submit {display: inline-block; width: 14%; height: 100%; float: right; background: #333A51; border: none; border-radius: 3px; font-size: 0.875rem;font-weight: 400;color: #fff;}

/* ----- input[type=search] clear button. remove ----- */
/* IE */
.header_wrap .search-form input[type=search]::-ms-clear {display: none; width : 0; height: 0;}
.mobile_search input[type=search]::-ms-clear {display: block;}
.header_wrap .search-form input[type=search]::-ms-reveal,
.mobile_search input[type=search]::-ms-reveal {display: none; width : 0; height: 0;}
/* chrome */
.header_wrap .search-form input[type="search"]::-webkit-search-decoration,
.header_wrap .search-form input[type="search"]::-webkit-search-cancel-button,
.header_wrap .search-form input[type="search"]::-webkit-search-results-button,
.header_wrap .search-form input[type="search"]::-webkit-search-results-decoration,
.mobile_search input[type="search"]::-webkit-search-decoration,
.mobile_search input[type="search"]::-webkit-search-results-button,
.mobile_search input[type="search"]::-webkit-search-results-decoration {display: none;}
.mobile_search input[type="search"]::-webkit-search-cancel-button {position: relative; right: 0; -webkit-appearance: none; width: 24px; height: 24px; background: #f2f4f6 url(/web/resources/images/svg/x.svg) center center no-repeat; border-radius: 50%;}

@keyframes stm_top {
    0% {width: 0;}
    100% {width:100%;}
}

@keyframes stm_depth1 {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* ----- footer ----- */	
#footer {display: inline-block;float: left;width: 100%;} /* height: 224px; */
#footer .footer .footer_inner {display: block;position: relative;max-width: 1400px;width: 100%;height: 100%;margin: 0 auto; padding-bottom:30px;}
#footer .footer .footer_inner > .selects { display: flex; }
#footer .footer .footer_inner > .selects > form { margin-right: 20px; }
#footer .footer .footer_inner > .selects > form > select { height: 40px; background-color: #ffffff; border-radius:  2px; border: 0; font-size: 16px; margin: 10px 0; min-width: 230px; appearance:none; padding: 0 30px 0 10px; background-image: url(/web/resources/images/icons-down-20.png); background-position-x: calc(100% - 10px); background-repeat: no-repeat; background-position-y: 10px; }
#footer .footer .footer_inner > .selects > form > input[type="submit"] { height: 40px; background-color: #ffffff; border-radius:  2px; border: 0; font-size: 16px; margin: 10px 0; padding: 0 10px; }

/* footer_top */
#footer .footer_top {display: block;width: 100%;height: 60px;background: #002854;}
.footer_top .footer_inner .footer_depth1 {display: inline-block;position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 449px;height: 35px;z-index: 3;}
.footer_top .footer_inner .footer_depth1 > li {display: inline-block;float: left;position:relative;width: 208px;height: 35px;margin-right: 33px;background: rgba(255, 255, 255, 0.9);}
.footer_top .footer_inner .footer_depth1 > li:last-child {margin-right: 0;}
.footer_top .footer_inner .footer_depth1 > li > a {display: inline-block;width: 100%;height: 100%;font-size: 1rem;font-weight: 300;padding: 6px 11px;box-sizing: border-box;background: url(/web/resources/images/svg/foot_arrow.svg) 97% center no-repeat;object-fit: contain;}
.footer_top .footer_inner .footer_depth1 > li .depth2_box {display: none;position: absolute;bottom: 0;left: 0;width: 100%;height: 178px;background: #fff;border: 1px solid #e5e9ee;transform: translateY(-35px);box-sizing: border-box;z-index: 1;}
.footer_top .footer_inner .footer_depth1 > li .depth2_box .depth2 {width: 100%;height: 176px;overflow-y: scroll;box-sizing: border-box;transition: all .3s;}
.footer_top .footer_inner .footer_depth1 > li .depth2_box .depth2 > li:last-child {margin-bottom: 0;/* padding-bottom: 8px; */}
.footer_top .footer_inner .footer_depth1 > li .depth2_box .depth2 > li a {display: block;width: 100%;height: 100%;font-size: 1rem;font-weight: 200;color: #828282;padding: 8px 11px;box-sizing: border-box;}
.footer_top .footer_inner .footer_depth1 > li .depth2_box .depth2 > li a:hover {font-weight: 500; color: #000;}
.footer_top .footer_inner .sns_button {display: inline-block;position: absolute;top: 50%;right: 68px;transform: translateY(-50%);}
.footer_top .footer_inner .sns_button li {display: block;float: left;width: 27px;height: 27px;margin-right: 16px;}
.footer_top .footer_inner .sns_button li:last-child {margin-right: 0;}
.footer_top .footer_inner .sns_button li a {display: block; width: 100%; height: 100%;}
.footer_top .footer_inner .sns_button li:nth-child(1) a {background: url(/web/resources/images/svg/youtube.svg) center center no-repeat; background-size: contain;}
.footer_top .footer_inner .sns_button li:nth-child(2) a {background: url(/web/resources/images/svg/facebook.svg) center center no-repeat; background-size: contain;}
/* .footer_top .footer_inner .sns_button li:nth-child(3) a {background: url(/web/resources/images/svg/twitter.svg) center center no-repeat; background-size: contain;} */
.footer_top .footer_inner .sns_button li:nth-child(3) a {background: #fff; border-radius: 2px; padding: 5px; box-sizing: border-box;}
.footer_top .footer_inner .btn_top {position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 52px;height: 27px;background: #173a61;border-radius: 5px;padding: 0 6px;box-sizing: border-box; color: transparent; font-size: 0; }
.footer_top .footer_inner .btn_top::before {display: inline-block;content: "";width: 16px;height: 16px;background: url(/web/resources/images/svg/btn_top.svg);position: absolute;top: 50%;right: 4px;transform: translateY(-50%);}
.footer_top .footer_inner .btn_top::after {content: "top"; position: absolute; line-height: 27px;font-size: .875rem;font-weight: 400;color: #e0e7ef;}

/* footer_bottom */
#footer .footer_bottom {display: block; width: 100%; background: #173A61;}
.footer_bottom .footer_inner .footer_content {display: inline-block;position: relative;width: 100%;height: 100%;}
.footer_bottom .footer_inner .list_footer {display: inline-block;position: relative;margin-top: 37px;width: 100%;height: auto;}
.footer_bottom .footer_inner .list_footer li {display: block; float: left; margin-right: 40px;}
.footer_bottom .footer_inner .list_footer li:last-child {margin-right: 0;}
.footer_bottom .footer_inner .list_footer li a {display:block; font-size: 1rem;font-weight: 100;color: #fff;}
.footer_bottom .footer_inner .list_footer li:nth-child(2) a {font-weight: 500;color: #ffe600;}
.footer_bottom .footer_inner .copyright {display: inline-block;position: relative;width: auto;margin-top: 19px;}
.footer_bottom .footer_inner .copyright .textBox {display: inline-block; width: 100%;}
.footer_bottom .footer_inner .copyright .textBox p{font-size: 1rem;font-weight: 100;color: #fff;line-height: 25px;}
.footer_bottom .footer_inner .footer_logo {display: none;position: relative;top: 15px;float: right;font-size: 0;background: url(/web/resources/images/svg/ci_wh.svg) center center no-repeat;width: 230px;height: 54px;}

/**************************************************************************/

/* 웹접근성 & 웹표준 자가진단 */
.hidden { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; clip: rect(0,0,0,0); }
/* .hidden { position: relative; z-index: -1; display: inline-block; overflow: hidden; height: 1px; width: 1px; border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); word-break: initial; word-wrap: initial; } */
.brd-no-l { border-left: 0!important; }

/* 웹접근성 인증마크 파트 */
.footer-wamark-box{
	position:absolute;
	right:0;
	top:15px;
	width:380px;
	height:125px;
	display:block;
	text-align:right;
}
.footer-wamark-box a{
	display:inline-block;
	width:182px;
	height:100%;
	overflow:hidden;
	margin-left:10px;
}
.footer-wamark-box a:first-child{
	margin-left:0;
}
.footer-wamark-box a.mobile-mark{
   	display:none;
 }


/* 250925 추가 */
.tabcontents {
  display: block;
}

.tabcontents .tabcon {
  display: none;
}

.tabcontents > .tabcon.active {
  display: block !important;
}
