@charset "utf-8";


/********************
DIM
********************/
body.scroll_lock{overflow:hidden;height:100%;}
.dim_layer{z-index:1;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.8);display:block;}


/********************
HEADER
********************/

/* SKIP NAVI */
.skipMenu{width:100%}
.skipMenu .hidden{display:none}
.skipMenu a.accessibility01{position:absolute;display:block;width:100%;left:0px;top:-9999px;text-align:center;z-index:9999}
.skipMenu a.accessibility01:hover, a.accessibility01:focus, a.accessibility01:active{position:absolute;top:0px;padding:15px 0;font-weight:bold;color:#FFF;background:#293038;z-index:9998}

/* 헤더구조 */
header{width:100%;position:absolute;left:0;top:0;z-index:3;}
header .containerA{background:rgb(0,0,0,0.2);transition:0.3s;}
header .containerA .inner{height:4.5rem;display:flex;justify-content:flex-end;align-items:center;}
header .containerB{position:relative;transition:0.3s;}
header .containerB .inner{display:flex;justify-content:space-between;align-items:center;height:9.9rem;}
header .inner{width:180rem;margin: 0 auto;}

.sign,
.itemLink,
.itemFullPopup{display:flex;align-items:center;position:relative;}
.sign::after,
.itemLink::after{width:0.3rem;height:0.3rem;margin:0 1rem;background:#9a9fa3;content:"";display:block;}

.openLanguage span,
.openFullPopup span{display:flex;align-items:center;}
.openLanguage span::after{width:1.8rem;height:1.8rem;background:url('../../images/common/languageArrow.png') no-repeat center;background-size:100%;margin-left:0.5rem;content:"";display:block;transition:0.7s;}
.openFullPopup span::before{width:2rem;height:2rem;background:url('../../images/common/fullPopupIcon.png') no-repeat center;background-size:100%;margin-right:0.5rem;content:"";display:block;}

.sign span,
.gotoSWU span,
.openFullPopup span{font-family:'pre-m';font-size:1.6rem;color:#FFF;}
.openFullPopup span i{width:2rem;height:2rem;border-radius:100%;background:#ac2f30;font-size:1rem;font-family:'pre-b';color:#FFF;margin-left:0.5rem;display:flex;align-items:center;justify-content:center;}

.head_logo{width:25rem;}
.head_util{width:33rem;}
.head_navi{width:calc(100% - 58rem);}

.head_logo a{width:21.6rem;display:block;}
.head_logo img{width:100%;}
.head_util{display:flex;align-items:center;justify-content:flex-end;}

.itemSns{display:flex;align-items:center;}
.itemSns a{margin-left:2rem;display:block;}
.itemSns .a_1 img{width:2.2rem;}
.itemSns .a_2 img{width:2.5rem;}
.itemSns .a_3 img{width:1.9rem;}

.head_logo img.on,
.itemSns img.on{display:none;}

@media screen and (max-width:1840px) {
	header .inner{width:100%;padding:0 2rem;}
}
@media all and (max-width:1580px){
	.head_logo{width:23rem;}
	.head_logo a{width:20rem;}
	.head_util{width:27rem;}
	.head_navi{width:calc(100% - 50rem);}	
	.head_logo img{width:21rem;}
}
@media screen and (max-width:1280px) {
	header .containerB .inner{height:8rem;padding-right:0;}
	.head_navi{width:calc(100% - 30rem);}
	.itemSns{display:none;}
}
@media screen and (max-width:768px) {
	.head_logo a{width:16rem;}
}


/* 검색 */
.itemSearch{padding:0 3rem 0 4rem;}
.itemSearch .openSearch{display:flex;align-items:center;justify-content:center;text-indent:-9999px;}
.itemSearch .openSearch::before{width:2.4rem;height:2.4rem;background:url('../../images/common/searchIcon.png') no-repeat center;background-size:100%;content:"";display:block;}
.itemSearch .boxSearch{display:flex;align-items:center;justify-content:center;position:fixed;left:0;top:0;width:100%;z-index:3;height:100vh;background:url('../../images/common/searchBg.jpg') no-repeat center;background-size:cover;visibility:hidden;opacity:0;transition:0.5s;}
.itemSearch .boxSearch.on{visibility:visible;opacity:1;}
.itemSearch .boxSearchInner{padding-top:8rem;padding-right:8rem;max-width:110rem;position:relative;}
.itemSearch .boxSearch .item_1{font-size:5rem;font-family:'Georgia', serif;color:#FFF;}
.itemSearch .boxSearch .item_1 strong{color:#ffbaba;font-family:'Georgia', serif;}
.itemSearch .boxSearch .item_1 span{font-size:1.8rem;font-family:'pre-sb';padding-left:1rem;}
.itemSearch .boxSearch .item_2{position:relative;margin:1rem 0 2rem 0;}
.itemSearch .boxSearch .item_2 input[type=text]{color:#FFF;font-size:3rem;border:1px solid #FFF;padding:3rem 2rem;width:100%;background:rgb(0,0,0,0.2);}
.itemSearch .boxSearch .item_2 input[type=text]::placeholder{color:#FFF;}
.itemSearch .boxSearch .item_2 input[type=submit]{width:10rem;height:100%;background:url('../../images/common/iconSearch_w.png') no-repeat center;text-indent:-9999px;position:absolute;right:0;top:0;}
.itemSearch .boxSearch .item_3{display:flex;align-items:center;}
.itemSearch .boxSearch .item_3 dt{font-size:2rem;color:#ffb400;padding-right:2rem;}
.itemSearch .boxSearch .item_3 dd{display:flex;}
.itemSearch .boxSearch .item_3 dd span{font-size:1.5rem;font-family:'pre-l';color:#FFF;padding:0.7rem 1.2rem;border:1px solid rgb(255,255,255,0.3);margin:0 0.5rem 0.5rem 0;}
.itemSearch .closeSearch{width:8rem;height:8rem;background:#c93737 url('../../images/common/xSearch.png') no-repeat center;border-radius:100%;text-indent:-9999px;position:absolute;right:0;top:0;transition:0.3s;}
.itemSearch .closeSearch:hover{transform:rotate(180deg);}
@media all and (max-width:1580px){
	.itemSearch{padding:0 1rem 0 2rem;}
}
@media screen and (max-width: 1280px) {
	.itemSearch{padding:0 2rem 0 3rem;}
	.itemSearch .boxSearch{align-items:flex-start;padding-top:10rem;}
	.itemSearch .boxSearchInner{width:100%;max-width:90%;}
}
@media screen and (max-width: 1024px) {
	.itemSearch .boxSearch .item_1 span{display:block;}
	.itemSearch .boxSearch .item_3{flex-direction:column;}
	.itemSearch .boxSearch .item_3 dt{width:100%;padding-right:2;padding-bottom:2rem;}
	.itemSearch .boxSearch .item_3 dd{width:100%;flex-wrap:wrap;}
}
@media screen and (max-width: 768px) {
	.itemSearch .boxSearchInner{padding-top:3rem;padding-right:3rem;}
	.itemSearch .boxSearch .item_1{font-size:4rem;}
	.itemSearch .boxSearch .item_2 input[type=text]{font-size:2rem;padding:2rem;}
	.itemSearch .boxSearch .item_2 button[type=submit]{width:7rem;}
	.itemSearch .closeSearch{width:6rem;height:6rem;background-size:33%;}
}


/* 사이트맵 */
.itemSitemap{}
.itemSitemap a{display:flex;align-items:center;}
.itemSitemap a::before{width:2.6rem;height:2rem;background:url('../../images/common/sitemapIcon.png') no-repeat center;background-size:100%;content:"";display:block;}
.itemSitemap a span{font-family:'pre-m';font-size:1.8rem;color:#FFF;padding-left:1.5rem;}
@media all and (max-width:1280px) {
	.itemSitemap{display:none;}
}


/* 주메뉴D */
@media all and (min-width:1281px){
	.mNavBg_1,
	.mNavBg_2,
	.mNavTop,
	.openNav,
	.closeNav{display:none;}

	.head_navi nav .ul_1{display:flex;align-items:center;justify-content:flex-end;}
	.head_navi nav .li_1{width:100%;}
	.head_navi nav .li_1._last{display:none;}
	.head_navi nav .a_1{font-size:2.2rem;font-family:'pre-sb';color:#FFF;line-height:1.1;height:9.9rem;transition:0.1s;text-align:center;display:flex;align-items:center;justify-content:center;position:relative;}
	.head_navi nav .a_1::after{width:6rem;height:0.4rem;background:#FFF;position:absolute;left:calc(50% - 3rem);bottom:0rem;content:"";display:block;transform:scale(0);transition:0.1s;}
	.head_navi nav .li_1._active .a_1::after,
	.head_navi nav .li_1:hover .a_1::after{transform:scale(1);}	
	
/*	
	.head_navi nav .a_1::after{width:3.7rem;height:1.1rem;background:url('../../images/common/aOn.png') no-repeat center;position:absolute;left:calc(50% - 1.9rem);top:7rem;content:"";display:block;transform:scale(0);transition:0.1s;}
	.head_navi nav .li_1._active .a_1::after{filter:invert(1) brightness(10);}
	.head_navi nav .li_1:hover .a_1::after{filter:unset;}
	.head_navi nav .li_1._active .a_1::after,
	.head_navi nav .li_1:hover .a_1::after{transform:scale(1);}
*/

	.head_navi nav .div_2{position:absolute;top:9.9rem;left:0;width:100%;background:#FFF;z-index:3;display:flex !important;overflow:hidden;max-height:0;visibility:hidden;transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
	.head_navi nav .div_2.on{justify-content:center;max-height:100rem;visibility:visible;}
	.head_navi nav .div_2:not(.on){transition:none !important;visibility:hidden !important;opacity:0 !important;height:0 !important;}

	.head_navi nav .div_2 .navItem{width:42rem;}
	.head_navi nav .div_2::before{width:50%;height:100%;background:#eceae8;position:absolute;right:50%;top:0;content:"";display:block;}
	.head_navi nav .div_2::after{width:100%;height:1px;background:#e5e5e5;position:absolute;left:0;top:0;content:"";display:block;}
	.head_navi nav .ul_2{width:138rem;display:flex;flex-wrap:wrap;position:relative;background:#FFF;border-left:1px solid #e5e5e5;}
	.head_navi nav .li_2{width:20%;padding:1rem 0;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
	.head_navi nav .a_2{font-size:2rem;color:#222;font-family:'pre-sb';line-height:1.3;padding:1.1rem 3rem;position:relative;display:flex;align-items:center;transition:0.2s;}
	.head_navi nav .li_2._active .a_2,
	.head_navi nav .li_2:hover .a_2{color:#FFF;background:#ac2f30;}

	.head_navi nav .div_3{}
	.head_navi nav .li_3{padding:0.1rem 3rem;display:flex;align-items:center;justify-content:space-betbetween;position:relative;}
	.head_navi nav .a_3{font-size:1.6rem;color:#6e6e6e;position:relative;border-bottom:2px solid transparent;transition:0.1s;display:flex;align-items:center;}
	.head_navi nav .a_3::before{width:0.5rem;height:0.5rem;background:transparent;position:absolute;left:-1.5rem;top:1rem;content:"";display:block;transition:0.1s;border-radius:50%;}
	.head_navi nav .li_3._active .a_3,
	.head_navi nav .li_3:hover .a_3{font-family:'pre-sb';color:#000;border-color:#000;}
	.head_navi nav .li_3._active .a_3::before,
	.head_navi nav .li_3:hover .a_3::before{background:#ac2f30;}

	.head_navi nav .a_2[target="_blank"]::after,
	.head_navi nav .a_3[target="_blank"]::after{background:url('../../images/common/a2Blank.png') no-repeat center / cover;margin-left:0.5rem;content:"";display:block;}
	.head_navi nav .a_2[target="_blank"]::after{width:1.7rem;height:1.7rem;}
	.head_navi nav .a_3[target="_blank"]::after{width:1.5rem;height:1.5rem;opacity:0.7;}
	.head_navi nav .li_2:hover .a_2[target="_blank"]::after{filter:invert(1) brightness(10);}
	.head_navi nav .a_3:hover[target="_blank"]::after{opacity:1;}

	.head_navi .navItem{padding:6rem 0;color:#222;line-height:1.3;background:url('../../images/common/navBg.png') no-repeat right bottom / cover;position:relative;}
	.head_navi .navItem .txt_1{font-size:3.6rem;font-family:'pre-bk';line-height:1;}
	.head_navi .navItem .txt_2{font-size:2.2rem;font-family:'pre-eb';padding:1rem 0 2rem 0;}
	.head_navi .navItem .txt_3{font-size:1.6rem;}

	.head_navi .li_2_570,
	.head_navi .li_2_571,
	.head_navi .li_2_572,
	.head_navi .li_2_573,
	.head_navi .li_2_574{position:absolute;border:0 !important;}
	.head_navi .li_2_570{left:20%;top:32rem;}
	.head_navi .li_2_571{left:40%;top:32rem;}
	.head_navi .li_2_572{left:60%;top:32rem;}
	.head_navi .li_2_573{left:80%;top:32rem;}
	.head_navi .li_2_574{left:20%;top:65rem;}


	.main .head_navi{transition:0.3s;visibility:hidden;opacity:0;}
	.main header:hover .head_navi{visibility:visible;opacity:1;}
	header.on .sign::after,
	header.on .itemLink::after,
	header.on .itemLanguage::after{background:#FFF;}
	header.on .containerA{background:#ac2f30;}
	header.on .openFullPopup span i{background:#FFF;color:#ac2f30;}
	header.on .containerB{background:#FFF;}
	header.on .containerB .head_logo img.off,
	header.on .containerB .itemSns img.off{display:none;}
	header.on .containerB .head_logo img.on,
	header.on .containerB .itemSns img.on{display:block;}
	header.on .containerB .head_navi nav .a_1{color:#000;}
	header.on .containerB .itemSearch .openSearch::before{background:url('../../images/common/searchIconOn.png') no-repeat center;}
	header.on .containerB .openNav{background:url('../../images/common/sitemapIconOn.png') no-repeat center;}
	header.on .containerB .itemSitemap a span{color:#000;}
	header.on .containerB .itemSitemap a::before{background:url('../../images/common/sitemapIconOn.png') no-repeat center;}
	header.on .head_navi nav .li_1:hover .a_1::after{background:#ac2f30;}

	header{transition:all 0.4s ease;}
	.scrolled header{position:fixed;left:0;top:0;width:100%;box-shadow:0 0 10px rgba(0,0,0,0.2);}
	.scrolled.main header:has(.wrap_topNoti.on){transform:translateY(-12.5rem);}
	.scrolled.main header:has(.wrap_topNoti.off){transform:translateY(-4.5rem);}
	.scrolled.sub header{transform:translateY(-4.5rem);}
	.scrolled header .head_navi{visibility:visible;opacity:1;}
	.scrolled header .containerB{background:#FFF;}
	.scrolled header .containerB .head_logo img.off,
	.scrolled header .containerB .itemSns img.off{display:none;}
	.scrolled header .containerB .head_logo img.on,
	.scrolled header .containerB .itemSns img.on{display:block;}
	.scrolled header .containerB .head_navi nav .a_1{color:#000;}
	.scrolled header .containerB .itemSearch .openSearch::before{background:url('../../images/common/searchIconOn.png') no-repeat center;}
	.scrolled header .containerB .openNav{background:url('../../images/common/sitemapIconOn.png') no-repeat center;}
	.scrolled header .containerB .itemSitemap a span{color:#000;}
	.scrolled header .containerB .itemSitemap a::before{background:url('../../images/common/sitemapIconOn.png') no-repeat center;}
	.scrolled .head_navi nav .li_1:hover .a_1::after{background:#ac2f30;}
}
@media all and (max-width:1840px){
	.head_navi .navItem{width:30rem;padding:6rem 2rem;}
	.head_navi nav .ul_2{width:calc(100% - 30rem);}
}
@media all and (max-width:1580px){
	.head_navi nav .a_1{font-size:1.8rem;}
	.head_navi .navItem{display:none;}
	.head_navi nav .ul_2{width:100%;}
}

/* 주메뉴M */
@media all and (max-width:1280px){
	.openNav,
	.closeNav{display:block;}
	.openNav{background:url('../../images/common/sitemapIcon.png') no-repeat center;width:6rem;height:8rem;text-indent:-9999px;}
	.closeNav{background:#FFF url('../../images/common/mNavClose.png') no-repeat center;width:6rem;height:6rem;text-indent:-9999px;}

	.mNavTop{padding:1rem 0 1rem 2rem;background:#FFF;border-bottom:1px solid #d9d9d9;display:flex;align-items:center;justify-content:space-between;position:relative;}
	.mNavTop .item_1 a{display:block;}
	.mNavTop .item_1 a img{max-width:16rem;}
	.mNavTop .item_2{padding:0 1rem;display:flex;align-items:center;margin-left:auto;}
	.mNavTop .item_2 a{width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;}

	.head_navi{width:65%;background:#eceae8;}
	.head_navi{display:none;height:100%;overflow-y:auto;position:fixed;right:0;top:0;z-index:100;}
	.head_navi.on{display:block;}

	.mNavBg_1{}
	.mNavBg_2{background:#FFF;width:55%;height:100vh;position:absolute;right:0;top:0;}

	.head_navi nav{position:relative;}
	.head_navi nav a{display:block;position:relative;transition:0.3s;}
	.head_navi nav a::before{position:absolute;content:"";display:block;}

	.head_navi nav .div_1{position:relative;}
	.head_navi nav .div_2{display:none;position:absolute;top:0;right:0;}
	.head_navi nav .div_3{display:block !important;overflow:hidden;max-height:0;visibility:hidden;transition:max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);}
	.head_navi nav .div_2.on{display:block;}
	.head_navi nav .div_3.on{max-height:100rem;visibility:visible;}
	.head_navi nav .div_3:not(.on){transition:none !important;visibility:hidden !important;opacity:0 !important;height:0 !important;}

	.head_navi nav .ul_1{}
	.head_navi nav .ul_2{}
	.head_navi nav .ul_3{padding:1rem 2rem;background:#f5f5f5;}

	.head_navi nav .li_1{display:flex;}
	.head_navi nav .li_2{}

	.head_navi nav .a_1{width:45%;}
	.head_navi nav .div_2{width:55%;}

	.head_navi nav .a_1{font-size:2.2rem;font-family:'pre-b';color:#222;padding:1.5rem 2rem;}
	.head_navi nav .a_2{font-size:2rem;font-family:'pre-sb';color:#333;padding:1.5rem 3.5rem 1.5rem 2rem;background:#FFF;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;}
	.head_navi nav .a_3{font-size:1.8rem;font-family:'pre-m';color:#666;padding:0.7rem 1.3rem;display:flex;align-items:center;}
	
	.head_navi nav .a_2::before{width:1.6rem;height:0.9rem;background:none;right:1.5rem;top:2.5rem;}
	.head_navi nav .a_3::before{width:0.5rem;height:0.5rem;background:#ac2f30;right:0;top:1.7rem;border-radius:50%;transform:scale(0);}
	.head_navi nav .li_2.have .a_2::before{background:url('../../images/common/haveDownB.png') no-repeat center;}
	.head_navi nav .li_2.haveOn .a_2::before{background:url('../../images/common/haveUpB.png') no-repeat center;}
	.head_navi nav .a_3._active::before{transform:scale(1);}

	.head_navi nav .a_1:hover,
	.head_navi nav .a_1._active{color:#FFF !important;background:#ac2f30;}
	.head_navi nav .a_2._active{font-family:'pre-b';color:#000;}
	.head_navi nav .a_3._active{font-family:'pre-sb';color:#000;}

	.head_navi nav .a_2[target="_blank"]::after,
	.head_navi nav .a_3[target="_blank"]::after{background:url('../../images/common/a2Blank.png') no-repeat center;margin-left:0.5rem;content:"";display:inline-block;width:17px;height:17px;}
	.head_navi nav .a_2[target="_blank"]::after{}
	.head_navi nav .a_3[target="_blank"]::after{opacity:0.7;}
}
@media all and (max-width:768px){
	.head_navi{width:100%;}
}


.head_navi .openTabList{display:none;}


/********************
FOOTER
********************/
footer{background:#1d1d1d;}
footer .footerContainer{width:180rem;margin: 0 auto;}
footer .sideA{padding:3.2rem 0;border-bottom:1px solid #555;display:flex;justify-content:space-between;align-items:center;}
footer .link{display:flex;align-items:center;flex-wrap:wrap;}
footer .link a{margin-right:4rem;display:block;}
footer .link a span{font-family:'pre-m';font-size:1.8rem;color:#FFF;}
footer .link a:first-child span{color:#fabe00;}
footer .link a:hover span{color:#f09fa0;}
footer .sideB{padding:4.2rem 0;position:relative;}
footer address{font-family:'pre-l';font-size:1.6rem;color:#FFF;position:relative;}
footer address .info{display:flex;align-items:center;flex-wrap:wrap;}
footer address div{margin-right:2rem;}
footer address,
footer address .info a{font-size:1.7rem;color:#FFF;}
footer .copyright{font-family:'pre-t';font-size:1.6rem;color:rgb(255,255,255,0.7);padding-top:2.2rem;position:relative;}

@media screen and (max-width:1840px) {
	footer .footerContainer{width:100%;padding:0 2rem;}
}
@media screen and (max-width:1280px) {
	footer .sideA{padding:2.2rem 0;flex-wrap:wrap;}
	footer .link{width:100%;}
	footer .link a{padding:1rem 0;}
}


/* gotop */
.goTop{opacity:0;transition:0.5s;font-family:'pre-b';font-size:1.2rem;color:#FFF !important;position:fixed;bottom:0rem;right:3rem;width:6rem;height:6rem;background:#a91f1f;border-radius:100%;z-index:1;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.goTop::before{width:2.1rem;height:1.1rem;background:url('../../images/common/goTop.png') no-repeat center;background-size:100%;margin-bottom:0.3rem;content:"";display:block;transition:0.7s;}
.goTop:hover::before{transform:rotatey(360deg);}
.scrolled .goTop{bottom:15rem;opacity:1;}
@media screen and (max-width:1280px) {
	.goTop{right:2rem;}
	.scrolled .goTop{bottom:3rem;}
}

/********************
BODY
********************/

/* 서브비주얼 */
.subVisual{padding:14.5rem 0 7rem 0;height:44.5rem;width:100%;background-size:cover !important;}
.subVisual .svContainer{height:100%;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;}
.subVisual .svContainer span{font-family:'pre-sb';font-size:5rem;color:#FFF;line-height:1.1;text-shadow:0px 0px 10px rgba(0,0,0,0.2);}
.dep01 .subVisual{background:url('../../images/sub/subVisual_1.jpg') no-repeat center;}
.dep02 .subVisual{background:url('../../images/sub/subVisual_2.jpg') no-repeat center;}
.dep03 .subVisual{background:url('../../images/sub/subVisual_3.jpg') no-repeat center;}
.dep04 .subVisual{background:url('../../images/sub/subVisual_4.jpg') no-repeat center;}
.dep05 .subVisual{background:url('../../images/sub/subVisual_5.jpg') no-repeat center;}
.dep06 .subVisual{background:url('../../images/sub/subVisual_6.jpg') no-repeat center;}
.dep07 .subVisual{background:url('../../images/sub/subVisual_7.jpg') no-repeat center;}
.dep08 .subVisual{background:url('../../images/sub/subVisual_8.jpg') no-repeat center;}
@media screen and (max-width:768px) {
	.subVisual{padding:12.5rem 0 5.5rem 0;height:30rem;}
	.subVisual .svContainer span{font-size:3rem;}
}


/* 현재위치메뉴 및 유틸리티 */
.utilContainer{height:7rem;width:180rem;margin:-7rem auto 0 auto;background:#FFF;position:relative;display:flex;justify-content:space-between;align-items:center;}

/* 현재위치메뉴 */
.locNav{width:calc(100% - 26rem);height:100%;display:flex;}
.locNav .lnHome{width:7rem;height:100%;}
.locNav .lnHome a{background:#ac2f30;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.locNav .lnHome img{width:3rem;}
.locNav .lnList{width:calc(100% - 7rem);display:flex;}
.locNav .lnList .dep{display:flex;justify-content:space-between;align-items:center;position:relative;}
.locNav .lnList .dep::before{width:1px;height:1rem;background:#b2b2b2;content:"";display:block;}
.locNav .lnList .dep1::before{display:none;}
.locNav .lnList button{font-family:'pre-m';font-size:1.7rem;color:#515151;padding:0 3rem;width:25rem;height:100%;display:flex;justify-content:space-between;align-items:center;}
.locNav .lnList button span{width:calc(100% - 1.6rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;}
.locNav .lnList button::after{width:1.6rem;height:1.1rem;background:url('../../images/sub/locNavArrow.png') no-repeat center;background-size:100% !important;content:"";display:block;transition:0.3s;}
.locNav .lnList button.on::after{transform:rotate(180deg);background:url('../../images/sub/locNavArrowRed.png') no-repeat center;}
.locNav .lnList ul{display:none;left:0;top:7rem;width:100%;height:25rem;overflow-y:auto;position:absolute;z-index:1;background:#FFF;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.locNav .lnList ul.on{display:block;}
.locNav .lnList ul li{padding-right:2rem;background:#FFF;display:flex;justify-content:space-between;align-items:center;}
.locNav .lnList ul li::after{width:0.7rem;height:1.1rem;background:url('../../images/sub/locNavArrow_2.png') no-repeat center;background-size:100%;content:"";display:block;transition:0.3s;}
.locNav .lnList ul li a{font-size:1.6rem;color:#333;line-height:1.1;padding:1.25rem 0 1.25rem 2rem;width:100%;display:block;}
.locNav .lnList ul li a[target="_blank"]::after{width:1.2rem;height:1.2rem;background:url('../../images/common/a2Blank.png') no-repeat center;background-size:1.2rem;vertical-align:-0.1rem;margin-left:0.4rem;content:"";display:inline-block;}
.locNav .lnList ul li a:hover[target="_blank"]::after{filter:invert(1) brightness(10);}
.locNav .lnList ul li:hover{background:#ab3030;}
.locNav .lnList ul li:hover a{color:#FFF;}
.locNav .lnList ul::-webkit-scrollbar{width:10px;height:10px;}/* 스크롤바 전체 너비 */
.locNav .lnList ul::-webkit-scrollbar-track{background-color:rgba(0, 0, 0, 0.05);border-radius:10px;}/* 스크롤바 뒷 배경 (트랙) */
.locNav .lnList ul::-webkit-scrollbar-thumb{background:linear-gradient(to bottom, #ac2f30  0%, #a9a9a9 100%);border-radius:10px;border:2px solid #f1f1f1;background-clip:padding-box;}/* 스크롤바 막대 (그라데이션 핵심) */
.locNav .lnList ul::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom, #ac2f30  0%, #a9a9a9 100%);}/* 마우스를 올렸을 때 조금 더 밝게 혹은 진하게 변경 */

/* 유틸메뉴 */
.pageFunc{width:26rem;height:100%;display:flex;align-items:center;justify-content:flex-end;}
.pageFunc .btnFunc{width:8.5rem;height:100%;display:flex;align-items:center;justify-content:flex-end;}
.pageFunc .btnFunc::before{width:1px;height:1rem;background:#b2b2b2;content:"";display:block;}
.pageFunc .btnPrint::before{display:none;}
.pageFunc .btnFunc > button{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.pageFunc .btnFunc > button span{position:fixed;right:-9999px;top:-9999px;}
.pageFunc .btnFunc > button::before{width:2.6rem;height:2.6rem;background-size:100% !important;content:"";display:block;}
.pageFunc .openPrint::before{background:url('../../images/sub/iconPrint.png') no-repeat center;}
.pageFunc .openFavorite::before{background:url('../../images/sub/iconFavorite.png') no-repeat center;}
.pageFunc .openShare::before{background:url('../../images/sub/iconShare.png') no-repeat center;}
.pageFunc .openPrint:hover::before{background:url('../../images/sub/iconPrintOn.png') no-repeat center;}
.pageFunc .openFavorite:hover::before{background:url('../../images/sub/iconFavoriteOn.png') no-repeat center;}
.pageFunc .openShare:hover::before{background:url('../../images/sub/iconShareOn.png') no-repeat center;}

/* 즐겨찾기 창 */
.favoriteBox{display:none;right:0;top:7rem;width:26rem;position:absolute;z-index:1;background:#FFF;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.favoriteBox.on{display:block;}
.favoriteBox strong{font-family:'pre-sb';font-size:1.8rem;color:#000;padding:2rem;border-bottom:1px solid #e5e5e5;display:block;}
.favoriteBox .control{display:flex;}
.favoriteBox .control button{font-family:'pre-m';font-size:1.6rem;color:#FFF;width:50%;height:5rem;}
.favoriteBox .control .addPage{background:#ac2f30;}
.favoriteBox .control .resetAllPage{background:#2d2d2d;}
.favoriteBox .control .addPage:hover{background:#2d2d2d;}
.favoriteBox .control .resetAllPage:hover{background:#ac2f30;}
.favoriteBox .closeFavorite{width:3rem;height:3rem;background:#f1f1f1;border-radius:100%;display:flex;justify-content:center;align-items:center;position:absolute;right:2rem;top:2rem;}
.favoriteBox .closeFavorite img{width:1.3rem;}
.favoriteBox .myFavItems{padding:1rem 2rem;}
.favoriteBox .myFavItems li{padding:0.3rem 0;display:flex;align-items:center;line-height:1.3;position:relative;padding-left:1.7rem;}
.favoriteBox .myFavItems li a{font-family:'pre-m';font-size:1.6rem;color:#666;}
.favoriteBox .myFavItems li button{font-family:'pre-b';font-size:1.6rem;color:#bd0000;position:absolute;left:0;top:0.4rem;}
.favoriteBox .myFavItems li a:hover{color:#000;}
.favoriteToast{font-family:'pre-b';font-size:1.6rem;position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:#000;color:#FFF;padding:1rem 3rem;border-radius:2rem;z-index:9999;}

/* 공유 창 */
.shareList{display:none;right:0;top:7rem;width:8.5rem;position:absolute;z-index:1;background:#FFF;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.shareList.on{display:block;}
.shareList ul{padding:1rem 0;}
.shareList li{padding:2px 0;text-align:center;}
.shareList li img{width:4.8rem;}
.shareList .closeShare{width:100%;height:4.5rem;background:#2d2d2d;display:flex;justify-content:center;align-items:center;}
.shareList .closeShare img{width:1.3rem;}
@media screen and (max-width:1840px) {
	.utilContainer{width:96%;}
}
@media screen and (max-width:1280px) {
	.utilContainer{height:5.5rem;margin-top:-5.5rem;}
	.locNav{width:calc(100% - 6rem);}
	.locNav .lnHome{width:5.5rem;}
	.locNav .lnHome img{width:2.2rem;}
	.locNav .lnList{width:calc(100% - 5rem);display:flex;}
	.locNav .lnList .dep{width:33.3%;}
	.locNav .lnList button{padding:0 2rem;width:100%;}
	.locNav .lnList button span{width:calc(100% - 1.2rem);}
	.locNav .lnList button::after{width:1.2rem;}
	.locNav .lnList ul{top:5rem;}
	.pageFunc{width:6rem;}
	.pageFunc .btnFunc{width:100%;}
	.pageFunc .btnPrint,
	.pageFunc .btnFavorite,
	.pageFunc .btnShare::before{display:none;}
	.shareList{top:5rem;}
}
@media screen and (max-width:768px) {
	.locNav .lnList button{padding-right:1rem;}
}


/* 타이틀 */
.pageTitle{display:none;padding-top:6rem;text-align:center;margin-bottom:4.7rem;}
.pageTitle h1{font-family:'pre-b';font-size:5rem;color:#000;line-height:1;}
.pageTitle h1::after{width:6rem;height:0.4rem;margin:4.2rem auto 0 auto;background:#ac2f30;content:"";display:block;}
/*
.pageTitle h1::after{width:2.4rem;height:2.4rem;margin:1.5rem auto 0 auto;background:url('../../images/sub/bulH1.png') no-repeat center;content:"";display:block;}
*/
@media screen and (max-width:768px) {
	.pageTitle{padding-top:3rem;margin-bottom:2.7rem;}
}


/* 탭내비3 */
.tabDep3 .menuSubTitleUI,
.tabDep3 .openTabList {display:none;}
.tabDep3{width:150rem;margin:0 auto;}
.tabDep3 .sub_div{}
.tabDep3 .div_3{position:relative;}
.tabDep3 .ul_3{display:grid;grid-template-columns:repeat(4, 1fr);/*gap:1rem;*/}
.tabDep3 .li_3{height:6rem;margin-left:-1px;margin-top:-1px;}
.tabDep3 .a_3{width:100%;height:100%;font-size:1.9rem;color:#5f5f5f;font-family:'pre-m';line-height:1.1;padding:0 5rem 0 2rem;background:#FFF;border:1px solid #e6e7ea;position:relative;display:flex;align-items:center;}
.tabDep3 .a_3::before{width:2.4rem;height:2.4rem;background:#f4f4f6 url('../../images/sub/tabPlus.png') no-repeat center;border-radius:100%;content:"";display:block;position:absolute;right:2rem;top:calc(50% - 1.2rem);transition:0.3s;}
.tabDep3 .a_3::after{margin-left:1rem;width:1.2rem;height:1.2rem;background:url('../../images/sub/iconBlankG_1.png') no-repeat center;background-size:100% !important;content:"";display:none;}
.tabDep3 .a_3[target="_blank"]::after{display:block;}
.tabDep3 .a_3:hover,
.tabDep3 .a_3._active{color:#FFF;border-color:#ab3030;background:#ab3030;}
.tabDep3 .a_3._active::before{background:#b44545 url('../../images/sub/tabMinus_w.png') no-repeat center;}
.tabDep3 .a_3:hover::before{background:#b44545 url('../../images/sub/tabPlus_w.png') no-repeat center;transform:rotate(180deg);}
.tabDep3 .a_3._active::after,
.tabDep3 .a_3:hover::after{background:url('../../images/sub/iconBlankW_1.png') no-repeat center;}
@media screen and (max-width:1540px) {
	.tabDep3{width:100%;padding:0 2rem;}
}
@media screen and (max-width:768px) {
	.tabDep3 .openTabList{font-size:1.9rem;color:#5f5f5f;font-family:'pre-m';line-height:1.1;text-align:left;border:1px solid #DDD;padding:2rem;width:100%;background:#f5f7f9;display:flex;justify-content:space-between;align-items:center;}
	.tabDep3 .openTabList::after{width:1.2rem;height:1.2rem;background:url('../../images/sub/tabNavArrow.png') no-repeat center;content:"";display:block;transition:0.3s;}
	.tabDep3 .openTabList.on::after{transform:rotate(180deg);}
	.tabDep3 .ul_3{visibility:hidden;opacity:0;display:block;max-height:30rem;overflow-y:auto;background:#FFF;border-bottom:1px solid #DDD;width:100%;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);position:absolute;left:0;top:7.5rem;z-index:1;}
	.tabDep3 .ul_3.on{visibility:visible;opacity:1;}
	.tabDep3 .li_3{margin:0;width:100%;border:0;display:flex;align-items:center;justify-content:space-between;}
	.tabDep3 .li_3:nth-child(n+5){margin-top:0;}
	.tabDep3 .a_3{border-bottom:0;}
}


/* 탭내비4 */
.tabDep4{width:150rem;margin:0 auto 5rem auto;}
.tabDep4 .openTabNav{display:none;}
.tabDep4 nav{margin-top:4rem;border-bottom:1px solid #EEE;}
.tabDep4 ul{display:flex;align-items:center;flex-wrap:wrap;}
.tabDep4 li{padding-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;}
.tabDep4 li::after{width:1px;height:1rem;margin:0 2rem;background:#b2b2b2;content:"";display:block;}
.tabDep4 li._last::after{display:none;}
.tabDep4 a{font-family:'paper-m';font-size:1.6rem;color:#8a8a8a;line-height:1.1;position:relative;display:flex;align-items:center;}
.tabDep4 a::before{width:0;height:0.4rem;background:#ab3030;content:"";display:block;position:absolute;left:0;bottom:-1.8rem;transition:0.3s;}
.tabDep4 a::after{margin-left:0.5rem;width:1.2rem;height:1.2rem;background:url('../../images/sub/iconBlankG_1.png') no-repeat center;background-size:100% !important;content:"";display:none;}
.tabDep4 a[target="_blank"]::after{display:block;}
.tabDep4 a:hover,
.tabDep4 a._active{color:#ab3030;}
.tabDep4 a:hover::before,
.tabDep4 a._active::before{width:100%;}
.tabDep4 a._active::after,
.tabDep4 a:hover::after{background:url('../../images/sub/iconBlankR_1.png') no-repeat center;}
@media screen and (max-width:1540px) {
	.tabDep4{width:100%;padding:0 2rem;}
}
@media screen and (max-width: 1280px) {
	.tabDep4 li{margin-bottom:1.5rem;}
}


/* 컨텐츠 */
.wrap_contents{}
.wrap_contents .contents{width:150rem;padding-bottom:8rem;margin:0 auto;}
@media screen and (max-width:1540px) {
	.wrap_contents .contents{width:100%;padding-right:2rem;padding-left:2rem;}
}