@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;transition:0.3s;}
header .containerB{transition:0.3s;}
header .containerB .inner{height:11rem;width:180rem;margin: 0 auto;display:flex;justify-content:space-between;align-items:center;}

.head_logo{width:26rem;}
.head_logo a{width:23.3rem;display:block;}
.head_logo img{width:100%;}

.head_navi{display:none;}
.head_logo img.on{display:none;}

.head_util{position:absolute;top:0;left:50%;margin-left:34rem;display:flex;justify-content:flex-end;}
.head_util::before{width:50%;height:100%;background:#a53135;position:absolute;right:-50%;top:0;content:"";display:block;}
.head_util .topUtil{height:8rem;display:flex;align-items:center;justify-content:center;background:#a53135;position:relative;}
.head_util .topUtil span{font-size:1.6rem;font-family:'pre-m';color:#FFF;}
.head_util .gotoSWU{width:19.5rem;border-right:1px solid #b25558;}
.head_util .gotoSWU::after{width:0.8rem;height:0.8rem;background:url('../../images/common/iconBlank.png') no-repeat center;margin-left:1rem;content:"";display:block;}
.head_util .sign a{width:12rem;border-right:1px solid #b25558;}
.head_util .gotoLan{width:8rem;}
.head_util .gotoLan::after{width:0.5rem;height:0.4rem;background:url('../../images/common/iconLanguage.png') no-repeat center;margin-left:1rem;content:"";display:block;}
.head_util .openFullPopup{width:5.5rem;background:#a53135 url('../../images/common/fullPopupIcon.png') no-repeat center;}
.head_util .openFullPopup span{font-size:0;position:relative;}
.head_util .openFullPopup span i{font-size:1rem;color:#FFF;font-family:'pre-b';width:1.5rem;height:1.5rem;background:#292929;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;right:-1.5rem;top:-1.5rem;}
.head_util .openSearch{width:5rem;font-size:0;background:#a53135 url('../../images/common/searchIcon.png') no-repeat center;}
.head_util .openNav{width:6rem;font-size:0;background:#a53135 url('../../images/common/IconNav.png') no-repeat center;}
.head_util .topUtil:hover span{color:#fabe00;}

@media screen and (max-width:1840px) {
	header .containerB .inner{width:100%;padding:0 2rem;}
	.head_util{left:unset;margin-left:unset;right:0;}
	.head_util::before{display:none;}
}
@media screen and (max-width:1280px) {
	.head_util .gotoSWU,
	.head_util .sign a,
	.head_util .gotoLan{display:none;}
	.head_util .openFullPopup,
	.head_util .openSearch,
	.head_util .openNav{width:6rem;}
}
@media screen and (max-width:768px) {
}


/* 검색창 */
.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){
}
@media screen and (max-width: 1280px) {
	.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%;}
}


.head_navi .navItem,
.head_navi .openTabList{display:none !important;}

/* 주메뉴D */
@media all and (min-width:1281px){
	.mNavBg_1,
	.mNavBg_2,
	.mNavTop{display:none;}
	.closeNav{width:4rem;height:4rem;font-size:0;background:#ac2f30 url('../../images/common/closeNav.png') no-repeat center;border-radius:0.3rem;}

	header.on{background:#FFF;}
	header.on .head_logo img.off{display:none;}
	header.on .head_logo img.on{display:block;}

	header.on .head_navi{width:calc(100% - 26rem);display:flex;justify-content:space-between;align-items:center;}
	header .menuUItop{width:calc(100% - 5rem);}
	header.on .head_util{display:none;}

	.head_navi nav .ul_1{display:flex;align-items:center;justify-content:center;}
	.head_navi nav .li_1{}
	.head_navi nav .li_1._last{display:none;}
	.head_navi nav .a_1{font-size:1.9rem;font-family:'pre-sb';color:#222;padding:0 2rem;text-align:center;line-height:1;height:11rem;display:flex;align-items:center;justify-content:center;position:relative;transition:0.1s;}
	.head_navi nav .a_1::after{width:6rem;height:0.4rem;background:#ac2f30;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,
	.head_navi nav .li_1:hover .a_1::after{transform:scale(1);}
	*/

	.head_navi nav .div_2{position:absolute;top:11rem;left:0;width:100%;background:#f9f4ef;z-index: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{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 .ul_2{max-width:172rem;margin: 0 auto;padding:5rem 0 3rem 0;display:flex;flex-wrap:wrap;}
	.head_navi nav .li_2{width:20%;padding-right:5rem;margin-bottom:3rem;}
	.head_navi nav .a_2{color:#333;font-family:'pre-m';font-size:2rem;line-height:1.3;padding:1.5rem 5rem 1.5rem 2rem;background:#FFF;position:relative;display:flex;align-items:center;justify-content:space-between;}
	.head_navi nav .li_2._active .a_2,
	.head_navi nav .li_2:hover .a_2{color:#FFF;background:#1F52E3;background: linear-gradient(90deg,rgba(172, 47, 48, 1) 0%, rgba(205, 125, 35, 1) 100%);}

	.head_navi nav .div_3{margin-top:1.5rem;}
	.head_navi nav .li_3{padding-left:2rem;display:flex;align-items:center;justify-content:space-between;position:relative;}
	.head_navi nav .li_3::before{width:0.7rem;height:0.7rem;background:#ac2f30;position:absolute;left:0;top:1.4rem;content:"";display:block;transform: rotate(45deg) scale(1);transition:0.4s;}
	.head_navi nav .a_3{color:#666;font-size:1.8rem;padding:0.4rem 0 0.4rem 0;display:flex;align-items:center;position:relative;transition:0.4s;}
	.head_navi nav .a_3::before{width:0;height:1px;background:#ac2f30;position:absolute;left:0;bottom:0.2rem;content:"";display:block;transition:0.4s;}
	.head_navi nav .li_3._active .a_3::before,
	.head_navi nav .li_3:hover .a_3::before{width:100%;}
	.head_navi nav .li_3._active .a_3,
	.head_navi nav .li_3:hover .a_3{color:#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;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;}


}
@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){
	.closeNav{background:#a53135 url('../../images/common/mNavClose2.png') no-repeat center;width:6rem;height:8rem;text-indent:-9999px;position:absolute;right:0;top:0;}

	.mNavTop{display:flex;padding-right:6rem;width:100%;background:#a53135;position:relative;}
	.mNavTop a{height:8rem;padding:0 2rem;display:flex;align-items:center;justify-content:center;position:relative;}
	.mNavTop a span{font-size:1.6rem;font-family:'pre-m';color:#FFF;}
	.mNavTop .gotoSWUM::after{width:0.8rem;height:0.8rem;background:url('../../images/common/iconBlank.png') no-repeat center;margin-left:1rem;content:"";display:block;}
	.mNavTop .gotoLanM::after{width:0.5rem;height:0.4rem;background:url('../../images/common/iconLanguage.png') no-repeat center;margin-left:1rem;content:"";display:block;}


	.head_navi{width:65%;background:#eceae8;height:100%;overflow-y:auto;position:fixed;right:0;top:0;z-index:100;}
	.head_navi.on{display:block;}

	.mNavBg_1{background:#FFF;width:100%;height:100vh;position:absolute;left:0;top:0;}
	.mNavBg_2{background:#f9f4ef;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{padding-top:1.3rem;}
	.head_navi nav .ul_2{padding:1rem;}
	.head_navi nav .ul_3{padding:1rem 2rem;}

	.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;margin-bottom:1rem;background:#FFF;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_1::before{width:3.7rem;height:1.1rem;background:url('../../images/common/aOn.png') no-repeat center;right:1.5rem;top:2.5rem;transform:scale(0);}
	.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;left:0;top:1.6rem;transform:rotate(45deg) scale(1);}
	.head_navi nav .a_1.on::before,
	.head_navi nav .a_1._active::before{transform:scale(1);}
	.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 .li_2.have .a_2._active::before{filter:invert(1) brightness(10);}

	.head_navi nav .a_1._active{color:#a53135;}
	.head_navi nav .a_2._active{color:#FFF;background: linear-gradient(90deg,rgba(172, 47, 48, 1) 0%, rgba(205, 125, 35, 1) 100%);}
	.head_navi nav .a_3._active{color:#a53135;}

	.mNavLink{width:45%;padding:3rem 2.5rem;position:relative;}
	.mNavLink a{font-family:'pre-sb';color:#6e6e6e;line-height:1.1;padding:0.7rem 1.3rem;position:relative;display:block;}
	.mNavLink a::before{width:0.3rem;height:0.3rem;position:absolute;left:0;top:1.3rem;background:#a53135;content:"";display:block;}

	.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%;}
}


/********************
FOOTER
********************/
footer{background:#2c1e1f;}
footer .footerContainer{width:180rem;margin: 0 auto;}
footer .sideA{padding:3.5rem 0;display:flex;justify-content:space-between;align-items:center;}
footer .link{display:flex;align-items:center;flex-wrap:wrap;}
footer .link a{margin-left: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-bottom:4.5rem;position:relative;display:flex;justify-content:space-between;}

footer .itemInfo{width:calc(100% - 6rem);}

footer address{font-family:'pre-m';font-size:1.8rem;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-l';font-size:1.7rem;color:rgb(255,255,255,0.2);padding-top:3rem;position:relative;}

footer .relatedSite{min-width:40rem;position:relative;}
footer .relatedSite button{font-family:'pre-m';font-size:1.8rem;color:#000;background:#FFF;height:6rem;width:100%;padding:0 2rem;border-radius:0.5rem;display:flex;justify-content:space-between;align-items:center;}
footer .relatedSite button::after{width:2rem;height:2.1rem;background:url('../../images/common/relatedArrow.png') no-repeat center;background-size:100%;content:"";display:block;transition:0.7s;}
footer .relatedSite.on button::after{transform:rotate(180deg);}

footer .relatedSite ul{visibility:hidden;opacity:0;background:#FFF;padding:2.5rem 8.5rem 2.5rem 0;position:absolute;right:0;bottom:10.8rem;border-radius:0.5rem;width:100%;height:35rem;overflow-y:auto;}
footer .relatedSite ul::-webkit-scrollbar{width:1rem;height:15rem;}
footer .relatedSite ul::-webkit-scrollbar-track{background-color:#EEE;border-radius:1rem;}
footer .relatedSite ul::-webkit-scrollbar-thumb{background:#2c1e1f;border-radius:1rem;border:0;background-clip:padding-box;}

footer .relatedSite.on ul{visibility:visible;opacity:1;}
footer .relatedSite ul li{}
footer .relatedSite ul li a{font-family:'pre-m';font-size:1.6rem;color:#2c1e1f;padding:1rem 3rem;display:block;}
footer .relatedSite ul li a:hover{color:#FFF;background:#2c1e1f;}
footer .relatedSite ul li.sortLine{}

@media screen and (max-width:1840px) {
	footer .footerContainer{width:100%;padding:0 2rem;}
}
@media screen and (max-width:1280px) {
	footer .relatedSite{min-width:30rem;}
}
@media screen and (max-width:768px) {
	footer .sideA{padding:2.2rem 0;flex-wrap:wrap;}
	footer .link{padding-top:2rem;width:100%;}
	footer .link a{margin-left:0;margin-right:4rem;}
	footer .sideB{flex-wrap:wrap;}
	footer .itemInfo{width:100%;}
	footer .copyright{padding-top:1.5rem;}
	footer .relatedSite{min-width:100%;margin-top:2rem;}
	footer .relatedSite ul{bottom:6.1rem;}
}


/* gotop */
.goTop{font-family:'pre-b';font-size:1.2rem;color:#FFF !important;position:fixed;bottom:0;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;opacity:0;transition:0.7s;}
.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{bottom:3rem;right:2rem;}
}


/********************
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{padding-top:6rem;text-align:center;margin-bottom:4.7rem;}
.pageTitle h1{font-family:'pre-b';font-size:3rem;color:#000;line-height:1;}
.pageTitle h1::after{width:6rem;height:0.4rem;margin:2.2rem auto 0 auto;background:#ac2f30;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;}
}