@import url('/00_common/css/basic.css');

#wrap { position: relative; overflow:hidden; }
#wrap ::-webkit-scrollbar { width: 5px; }
#wrap ::-webkit-scrollbar-thumb { background-color: #aaa; border-radius:10px; }
#wrap ::-webkit-scrollbar-track { background-color: #ddd; border-radius:10px; }

.mainWrap { padding-top: 5rem; }

.container { position: relative; width:100%; max-width:80rem; margin:0 auto; }
.container:after { content:""; display:block; clear:both; }

/* slick slide common */
.slick-slider { -webkit-transition: all ease-in-out .3s; transition: all ease-in-out 0.3s; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-slide { display: none; height: 100%; min-height: 1px; vertical-align: middle; }
.slick-list { overflow: hidden; }
.slick-list.dragging { cursor: pointer; }
.slick-initialized .slick-slide { display: inline-block; }
.slick-arrow.slick-hidden { display: none; }
.slick-current { opacity: 1; display: block; }
.slick-track { position: relative; left: 0; top: 0; display: block; }
/* slick arrow show */
.arwShow .slick-arrow.slick-hidden { display: inline-block; }

body { position: relative; min-height: 100vh; z-index: 10; }
body.viewMenu::before { position: absolute; content: ""; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.6); z-index: 2; }
main { position: relative; }

/* 무엇을 도와드릴까요? */
.helpBtn { position: fixed; right: calc(calc((100vw - 80rem) / 2) - 7.05rem); bottom: 30%; width: 4.55rem; height: 4.55rem; border-radius: 50%; background: #2C65C0; display: flex; flex-direction: column; align-items: center; justify-content: start; color: #fff; z-index: 2; padding-top: 0.95rem; animation: box_shadow02 1.5s infinite; }
.helpBtn span { text-align: center; font-family: 'SBAggro'; font-weight: 500; font-size: 0.6rem; }
.helpBtn > p { width: 100%; height: 100%; overflow: hidden; position: absolute; left: 0; bottom: 0; border-radius: 50%; }
.helpBtn > p img { position: absolute; left: 50%; transform: translateX(calc(-50% - -0.15rem)); bottom: 0; }

@keyframes box_shadow02 {
  0% {
    box-shadow: 0 0 0 0px rgba(71,103,210,0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(71,103,210,0);
  }
}

/* header */
header { position: fixed; top: 0; left: 0; width: 100%; margin: 0 auto; height:5rem; background: #fff; z-index: 100; }
header::before { position: absolute; content: ""; height: 1px; width: 100%; left: 0; bottom: 0; background: #CCCCCC; }
header .container { position: relative; display: flex; justify-content: space-between; transition: 0.3s ease-in-out; padding: 0 1rem; }
header .container.onMenu { max-width: 96rem; }
header .container::before { position: absolute; content: ""; width: 100vw; height: 0; background: #fff; top: 5rem; left: 50%; transform: translateX(-50%); border-radius: 0 0 7.5rem 0; }
header .container .logo { display: flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; width: 10.5rem; height: 5rem; }
header .container .logo img { max-width: 100%; }
header #gnb { flex: 1; position: relative; overflow: hidden; }
header #gnb [class^='depth'] a { display: block; font-family: 'Pretendard'; word-break: keep-all; }
header #gnb .depth01 { position: relative; height: 5rem; padding: 0 5rem; }
header #gnb .depth01 > ul { display: flex; justify-content: space-between; }
header #gnb .depth01 > ul > li { flex: 1; }
header #gnb .depth01 > ul > li > a { display: flex; align-items: center; justify-content: center; height: 5rem; font-size: 1.1rem; font-family: 'SBAggro' !important; }
header #gnb .depth02 { opacity: 0; visibility: hidden; padding: 1.25rem 1rem 1.9rem; border-right: 1px solid #E4E4E4; height: calc(100% - 5rem); position: relative; z-index: 1; }
header #gnb .depth01 > ul > li:last-child .depth02 { border: none !important; }
header #gnb .depth02 > ul { display: flex; flex-direction: column; gap: 1.5rem; }
header #gnb .depth01 > ul > li .depth02::after,
header #gnb .depth01 > ul > li .depth02::before { position: absolute; content: ""; }
header #gnb .depth01 > ul > li .depth02::after { border-radius: 50%; width: 1rem; height: 1rem; background: #fff; box-shadow: 0px 0px 10px rgba(54,21,172,0.4); left: 50%; transform: translateX(-50%); top: -1.1rem; opacity: 0; visibility: hidden; }
header #gnb .depth01 > ul > li .depth02::before { width: calc(100% + 2px); top: -0.6rem; height: 0; background: #5042D5; border-radius: 1rem 1rem 0 0; left: 50%; transform: translateX(-50%); z-index: -1; }
header #gnb .depth01 > ul > li .depth02 > ul > li > a { font-size: 0.85rem; font-weight: 500; position: relative; }
header #gnb .depth01 > ul > li.on .depth02 ul > li > a { color: #fff; padding-right: 1.2rem; }
header #gnb .depth01 > ul > li.on .depth02 > ul > li > a::before { position: absolute; content: "\ea6e"; right: 0; top: 0.15rem; color: #fff; font-family: 'remixicon'; font-size: 0.95rem; }
header #gnb .depth01 > ul > li.on .depth02 > ul > li.dep > a::before { content: "\ea4e"; }
header #gnb .depth01 > ul > li.on .depth02 > ul > li.dep.active > a { font-weight: bold; }
header #gnb .depth01 > ul > li.on .depth02 > ul > li.dep.active > a::before { content: "\ea78"; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; width: 1.1rem; height: 1.1rem; background: #412B8F; font-weight: 400; }
header #gnb .depth01 > ul > li.on .depth02 > ul > li:first-child > a::after { display: none; }
header #gnb .depth01 > ul > li.on .depth02 > ul > li > a::after { position: absolute; content: ""; left: 0; width: 100%; top: -0.75rem; background: #fff; height: 1px; opacity: 0.2; }
header #gnb .depth02 > ul > li .depth03 { position: relative; margin-top: 1.5rem; }
header #gnb .depth02 > ul > li .depth03::before { position: absolute; content: ""; left: 0; width: 100%; top: -0.75rem; background: #fff; height: 1px; opacity: 0.2; }
header #gnb .depth02 > ul > li .depth03 > ul { display: flex; flex-direction: column; gap: 0.6rem; }
header #gnb .depth01 > ul > li.on > .depth02 > ul > li.active .depth03 { display: block; }
header #gnb .depth02 > ul > li .depth03 > ul > li > a { position: relative; padding-left: 0.5rem; font-size: 0.8rem; }
header #gnb .depth02 > ul > li .depth03 > ul > li.dep > a { padding-right: 1rem; }
header #gnb .depth02 > ul > li .depth03 > ul > li.dep > a::after { position: absolute; content: "\ea13"; right: 0; top: 0.2rem; font-family: 'remixicon'; color: #fff; }
header #gnb .depth02 > ul > li .depth03 > ul > li.dep.active > a::after { content: "\f1af"; }
header #gnb .depth01 > ul > li.on > .depth02 > ul > li .depth03 > ul > li > a { color: #fff; }
header #gnb .depth02 > ul > li .depth03 > ul > li > a::before { position: absolute; content: ""; left: 0; top: 0.5rem; border-radius: 50%; background: #9CB2FA; width: 0.25rem; height: 0.25rem; }
header #gnb .depth02 > ul > li .depth04 { background: #fff; border-radius: 0.5rem; padding: 0.8rem 0.6rem; margin: 0.75rem 0 0.15rem; }
header #gnb .depth01 > ul > li.on > .depth02 > ul > li > .depth03 > ul > li.active > .depth04 { display: block; }
header #gnb .depth02 > ul > li .depth04 > ul { display: flex; flex-direction: column; gap: 0.4rem; }
header #gnb .depth02 > ul > li .depth04 > ul > li > a { color: #555555 !important; font-size: 0.7rem; font-weight: 400; }
header #gnb .depth03,
header #gnb .depth04 { display: none; }
header .utilBox { display: flex; align-items: center; gap: 1rem 1.5rem; height: 5rem; }
header .utilBox > span { font-size: 0.85rem; font-weight: 600; }
header .utilBox .util { display: flex; align-items: center; gap: 0.3rem 1rem; font-size: 0.9rem; font-weight: 500; }
header .utilBox .util li a { display: flex; align-items: center; justify-content: center; color: #555; flex-direction: column; gap: 0.25rem; }
header .utilBox .util li a span { font-size: 0.65rem; font-weight: 500; }
header .utilBox .util li a i { color: #444444; line-height: 1rem; font-size: 1rem; }

header .utilBox .sitemapOpen { display: flex; align-items: center; justify-content: center; width: 1.85rem; height: 1.85rem; }

.popInLyr { order: 6; }
.popInLyr a.openlayrPop { position: relative; }
.popInLyr a.openlayrPop > em { position: absolute; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; width: 0.65rem; height: 0.65rem; background: #e9104d; animation: box_shadow04 1s infinite linear; font-size: 0.45rem; font-weight: bold; right: -0.25rem; top: -0.15rem; line-height: 1; }

@keyframes box_shadow04 {
  0% {
    box-shadow: 0 0 0 0px rgba(233,16,77,0.5);
  }
  100% {
    box-shadow: 0 0 0 4px rgba(233,16,77,0);
  }
}

/* header : active */
header .container::before,
header #gnb .depth02,
header .utilBox .sitemapOpen { transition: 0.3s; }
header #gnb .depth01 > ul > li .depth02::after,
header #gnb .depth01 > ul > li .depth02::before { transition: 0.4s; }
header #gnb .depth01 { transition: padding 0.3s ease-in-out; }
header .container.onMenu::before { height: calc(100% - 5rem); }
header #gnb.active { overflow: visible; }
header #gnb.active .depth01 { height: auto; padding: 0 1rem; }
header #gnb.active .depth02 { opacity: 1; visibility: visible; transition-delay: 0.2s; }
header #gnb .depth01 > ul > li.on .depth02::before { height: calc(100% + 0.6rem); }
header #gnb .depth01 > ul > li.on .depth02::after { opacity: 1; visibility: visible; }
header .utilBox .sitemapOpen:hover,
header .utilBox .sitemapOpen:focus { transform: rotate(180deg); }
header #gnb .depth02 > ul > li .depth04 > ul > li > a:hover,
header #gnb .depth02 > ul > li .depth04 > ul > li > a:focus { text-decoration: underline; color: #5D31FF !important; font-weight: 600; }

.goOldHm { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; color: #fff; background: #D93939; box-shadow: 2px 4px 10px rgba(102,56,56,0.3); border-radius: 0.6rem; position: absolute; right: -7rem; top: 1.1rem; padding: 0.4rem 0.6rem; font-size: 0.75rem; font-weight: 600; line-height: 0.9rem; transition: 0.2s ease-in-out; border: 2px solid transparent; }
.goOldHm > i { font-size: 0.8rem; font-weight: 400; transition: 0.2s ease-in-out; }

.goOldHm:hover > i,
.goOldHm:focus > i { transform: translateX(3px) !important; }

/* .goOldHm:hover,
.goOldHm:focus { background: #fff; border-color: #d93939; color: #d93939; } */

/* 푸터 */
footer { background: #2b354d; }
footer .ftTop { position: relative; padding-right: 11rem; border-bottom: 1px solid rgba(255,255,255,0.5); height: 3.5rem; }
footer .ftTop .ftLink { display: flex; align-items: center; flex-wrap: wrap; height: 100%; color: #BEC2CC; font-size: 0.9rem; gap: 0.5rem 3rem; }
footer .ftTop .ftLink li:first-child,
footer .ftTop .ftLink li:first-child > a { color: #AAA4F4 !important; }
footer .ftTop .ftLink li a { display: block; position: relative; }
footer .ftTop .ftLink li a::before { position: absolute; content: ""; right: -1.5rem; top: 50%; transform: translateY(-50%); height: 0.65rem; background: rgba(255,255,255,0.3); width: 1px; }
footer .ftTop .ftLink li:last-child a::before { display: none; }
footer .ftTop .siteLink { position: absolute; right: 0; top: 0; width: 11rem; }
footer .ftTop .siteLink a.openLnk { width: 100%; display: flex; align-items: center; justify-content: space-between; height: 3.5rem; color: #cecece; font-size: 0.85rem; font-weight: 500; padding: 0 1rem; border-left: 1px solid rgba(255,255,255,0.5); border-right: 1px solid rgba(255,255,255,0.5); }
footer .ftTop .siteLink a.openLnk i { font-size: 1rem; transform: rotate(180deg); transition: 0.3s ease-in-out; }
footer .ftTop .siteLink a.openLnk.open i { transform: rotate(0deg); }
footer .ftTop .siteLink ul { display: none; position: absolute; width: 100%; bottom: 100%; left: 0; z-index: 1; background: #fff; border: 1px solid #eee; }
footer .ftTop .siteLink ul li a { display: block; width: 100%; padding: 0.5rem 1rem; border-top: 1px solid #eee; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 0.75rem; }
footer .ftTop .siteLink ul li:first-child a  { border-top: none; }
footer .ftBot { padding: 2rem 0 3.4rem 12.25rem; position: relative; }
footer .ftBot > img { position: absolute; left: 0; top: 2rem; max-width: 10.8rem; }
footer .ftBot > p { font-weight: 600; font-size: 0.9rem; color: #DFDFDF; }
footer .ftBot > p.copyright { color: #f5f5f5; font-size: 0.85rem; font-weight: 400; margin-top: 0.6rem; }
footer .moveTop { position: absolute; right: -3.05rem; top: -2.55rem; width: 4rem; height: 4rem; border-radius: 1.65rem 1rem 1rem 1rem; background: #fe6d7a; border: 2px solid transparent; color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-direction: column; gap: 0.1rem; z-index: 2; }
footer .moveTop > i { font-size: 1.2rem; }
footer .moveTop > span { font-size: 0.85rem; font-weight: 600; }
footer .ftBot .inRcdr { border-radius: 1.5rem; background: #3E4C6D; position: absolute; right: 0; top: 1.4rem; padding: 0.55rem 0.75rem; display: inline-block; }
footer .ftBot .inRcdr ul { display: flex; align-items: center;  }
footer .ftBot .inRcdr ul li { position: relative; display: flex; align-items: center; gap: 0.4rem; color: #fff; font-size: 0.75rem; }
footer .ftBot .inRcdr ul li + li { margin-left: 1rem; padding-left: 1rem; }
footer .ftBot .inRcdr ul li + li:before { position: absolute; content: ""; width: 1px; height: 0.7rem; background: rgba(255,255,255,0.3); top: 50%; transform: translateY(-50%); left: 0; }
footer .ftBot .inRcdr ul li > span { font-weight: 600; }
/* 푸터 : active */
footer .moveTop,
footer .ftTop .siteLink ul li a,
footer .ftTop .ftLink li a { transition: 0.2s; }
footer .ftTop .ftLink li a:hover,
footer .ftTop .ftLink li a:focus { color: #fff; }
footer .ftTop .siteLink ul li a:hover,
footer .ftTop .siteLink ul li a:focus { text-decoration: underline; }
footer .moveTop:hover,
footer .moveTop:focus { border-color: #fe6d7a; background: #fff; color: #fe6d7a; }

/* 서브레이아웃 */
.subCntBody { margin: 3.25rem 0 4.5rem; min-height: 750px; }
.subCntBody .subCnt { min-height: 350px; }
.subCntBody .container { display: flex; flex-wrap: wrap; width: 100%; }
.subCntBody .container .subCnt { width: calc(100% - 14rem); padding-left: 3.4rem; }
.subCntBody.fullLyt .container .subCnt { padding-left: 0; width: 100%; }
.subCntBody .container .subCnt .subTit { width: 100%; border-bottom: 1px solid #BFBFC4; padding-bottom: 1.6rem; line-height: 1; margin-bottom: 2.75rem; }
.subCntBody .container .subCnt .subTit h2 { font-weight: 600; font-size: 1.6rem; display: flex; align-items: center; }
.subHeader { background-color: #F8F9FB; border-bottom: 1px solid #E3E3EB; }
.subHeader .container { display: flex; align-items: center; padding: 0.75rem 0; justify-content: space-between; }
.subHeader .container:After { display: none; }
.subHeader .container > ul { display: flex; align-items: center; }
.subHeader .container > ul.subLocation { flex: 1; padding-right: 1rem; margin-left: -0.85rem; }
.subHeader .container > ul.subLocation li.home { color: #414141; font-size: 1rem; }
.subHeader .container > ul.subLocation li { position: relative; font-size: 0.75rem; max-width: 25%; padding: 0 0.85rem; display: flex; align-items: center; }
.subHeader .container > ul.subLocation li::before { position: absolute; content: "\ea6e"; top: 50%; transform: translateY(-50%); right: -0.35rem; color: #B4B8C0; font-family: 'remixicon'; line-height: 1; font-size: 0.8rem !important; }
.subHeader .container > ul.subLocation li span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; display: inline-block; }
.subHeader .container > ul.subLocation li:last-child:before { display: none; }
.subHeader .container > ul.subLocation li:last-child {  color: #304793; font-weight: bold; }
.subHeader .container > ul.snsWrap { gap: 1rem; }
.subHeader .container > ul.snsWrap li { display: inline-flex; align-items: center; justify-content: center; line-height: 1; color: #444; font-size: 1.35rem; position: relative; }
.subHeader .container > ul.snsWrap li button { padding: 0 !important; margin: 0 !important; line-height: 1; width: 2rem; height: 2rem; border-radius: 50%; }
ul.snsWrap li .snsBox { position: absolute; right: calc(100% + 0.25rem); top: 50%; transform: translateY(-50%); z-index: 9; height: 100%; border-radius: 5rem; background: #fff; border: 1px solid #E7E7EB; display: none; box-shadow: 0px 2px 3px rgba(0,0,0,0.05); padding: 0 1rem; }
ul.snsWrap .sns.open .snsBox { display: block;  }
ul.snsWrap .sns.open .snsBox > ul { display: flex; gap: 0.75rem; height: 100%; }
ul.snsWrap .sns.open .snsBox > ul li a { display: inline-flex; align-items: center; justify-content: center; font-size: 0; line-height: 0; }
/* ul.snsWrap .sns.open .snsBox > ul li a > img { max-width: 1.1rem; } */
ul.snsWrap .sns.open .snsBox > ul li.sns_k a > img { max-width: 1rem; }
ul.snsWrap .sns.open .snsBox > ul li.sns_b a > img { max-width: 1.3rem; }
ul.snsWrap .sns.open .snsBox > ul li.sns_f a > img { max-width: 0.5rem; }
ul.snsWrap .sns.open .snsBox > ul li.sns_t a > img { max-width: 0.9rem; }
ul.snsWrap .sns .ri-close-line { display: none; }
ul.snsWrap .sns.open .ri-close-line { display: block; }
ul.snsWrap .sns.open .ri-share-fill { display: none; }
ul.snsWrap .sns.open > button { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #000; color: #fff; }


/*** 반응형 ***/

@media screen and (min-width: 1641px) {
	/* 사이트맵 */
	.siteMapWrap { position: fixed; width: 100%; height: 100%; background: #5042D5; z-index: 101; left: 0; top: 0; font-family: 'Pretendard'; transform: translateY(-100%); }
	.siteMapWrap.view { transform: translateY(0); }
	.siteMapWrap .siteClose { position: fixed; top: 0; right: 0; align-items: center; justify-content: center; background: #fff; width: 5rem; height: 5rem; border-radius: 5rem 0 5rem 5rem; font-size: 1.5rem; display: none; }
	.siteMapWrap.view .siteClose { display: inline-flex; }
	.siteMapWrap .siteBox { position: relative; width: 100%; height: 100%; padding: 0 8rem; overflow-y: auto; }
	.siteMapWrap .siteBox::before {position: fixed; content: ""; bottom: 0; right: 0; background: url('/00_common/images/common/siteMapBg.png')no-repeat; width: 37.1rem; height: 26.1rem; background-size: contain; z-index: -1; opacity: 0; visibility: hidden; }
	.siteMapWrap .siteBox .sDep01 { width: 100%; height: 100%; }
	.siteMapWrap .siteBox .sDep01 > ul {display: flex; height: auto; min-height: 100%; }
	.siteMapWrap .siteBox .sDep01 > ul > li { flex: 1; border-right: 1px solid rgba(255,255,255,0.2); height: 100%; padding: 5rem 1.5rem; min-height: 100%; height: auto; }
	.siteMapWrap .siteBox .sDep01 > ul > li:first-child { border-left: 1px solid rgba(255,255,255,0.2); }
	.siteMapWrap .siteBox .sDep01 ul li a { display: block; line-height: 1; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a { text-align: center; font-weight: bold; font-size: 1.4rem; color: #fff; margin-bottom: 3.5rem; position: relative; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a::before { position: absolute; content: ""; left: 50%; transform: translateX(-50%); border-radius: 50%; background: #5D31FF; width: 0.75rem; height: 0.75rem; bottom: -1.5rem; opacity: 0; visibility: hidden; }
	.siteMapWrap .siteBox .sDep02 > ul > li + li { margin-top: 1.5rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a { color: #fff; font-size: 1.1rem; font-weight: 500; }
	.siteMapWrap .siteBox .sDep03 { margin-top: 1.5rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li + li { margin-top: 0.6rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a { position: relative; padding-left: 0.8rem; color: #D7CCFF; font-weight: 500; font-size: 1rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a:before { position: absolute; left: 0; top: 0.35rem; content: ""; border-radius: 50%; background: #D7CCFF; width: 0.3rem; height: 0.3rem; }
	.siteMapWrap .siteBox .sDep04 { margin: 0.85rem 0; padding-left: 0.85rem; }
	.siteMapWrap .siteBox .sDep04 > ul > li + li { margin-top: 0.5rem; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a { position: relative; padding-left: 0.9rem; color: #C1B1FF; font-weight: 500; font-size: 0.9rem; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a:before { position: absolute; left: 0; top: 0.4rem; content: ""; background: #C1B1FF; width: 0.4rem; height: 2px; }
	/* 사이트맵 : active */
	.siteMapWrap .siteBox::before,
	.siteMapWrap .siteBox .sDep01 > ul > li > a::before,
	.siteMapWrap .siteBox .sDep01 > ul > li > a,
	.siteMapWrap .siteBox .sDep01 > ul > li,
	.siteMapWrap .siteBox .sDep02 > ul > li > a,
	.siteMapWrap .siteBox .sDep03 > ul > li > a,
	.siteMapWrap .siteBox .sDep03 > ul > li > a:before,
	.siteMapWrap .siteBox .sDep04 > ul > li > a,
	.siteMapWrap .siteBox .sDep04 > ul > li > a:before { transition: 0.2s; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on > a::before { opacity: 1; visibility: visible; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on > a { color: #5D31FF; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on { background: #fff; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on > .sDep02 > ul > li > a { color: #000; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep03 > ul > li > a { color: #555555; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep03 > ul > li > a:before { background: #CCCCCC; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep04 > ul > li > a:before { background: #A3A3A3; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep04 > ul > li > a { color: #A3A3A3; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep03 > ul > li > a:hover,
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep03 > ul > li > a:focus { font-weight: 500; color: #000000; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep03 > ul > li > a:hover:before,
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep03 > ul > li > a:focus:before { background: #000; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep04 > ul > li > a:hover,
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep04 > ul > li > a:focus { font-weight: 600; color: #5D31FF; }
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep04 > ul > li > a:hover:before,
	.siteMapWrap .siteBox .sDep01 > ul > li.on .sDep04 > ul > li > a:focus:before { background: #5D31FF; }
	.siteMapWrap.view .siteBox::before { opacity: 1; visibility: visible; }

}

@media screen and (min-width: 1441px) {
	/* 서브레이아웃 */
	.subCntBody .container .lnb { width: 14rem; }
	.subCntBody .container .lnb .subDep01 > ul > li { display: none; }
	.subCntBody .container .lnb .subDep01 > ul > li.onMenu { display: block; }
	.subCntBody .container .lnb .subDep01 > ul > li > a { pointer-events: none; cursor: default; font-size: 1.6rem; font-weight: bold; line-height: 1; }
	.subCntBody .container .lnb .subDep01 > ul > li > a > span { position: relative; display: inline-block; padding-right: 0.85rem; }
	.subCntBody .container .lnb .subDep01 > ul > li > a > span::before { position: absolute; content: ""; border-radius: 50%; width: 0.5rem; height: 0.5rem; background: #5D31FF; bottom: 0; right: 0; }
	.subCntBody .container .lnb .subDep02 { margin-top: 1.5rem; }
	.subCntBody .container .lnb .subDep02 > ul { display: flex; gap: 0.25rem; flex-direction: column; }
	.subCntBody .container .lnb .subDep02 > ul > li > a { display: flex; align-items: center; border-radius: 0.5rem; border: 1px solid #dfdfe5; padding: 0.85rem 2.25rem 0.85rem 1rem; position: relative; font-size: 0.9rem; font-weight: 500; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb [class^="subDep"] > ul > li > a::before { position: absolute; content: "\ea6e"; right: 1rem; top: 1.05rem; color: #ADAFB5; font-family: 'remixicon'; font-size: 1rem; line-height: 1 }
	.subCntBody .container .lnb .mMainTit { display: none; }
	.subCntBody .container .lnb [class^="subDep"] > ul > li.dep > a::before { content: "\ea4e"; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep01 > ul > li > a::before { display: none !important; }
	.subCntBody .container .lnb .subDep02 > ul > li.active > a { color: #fff; background: #304793; padding: 0.85rem 2.25rem; justify-content: center; border-color: #304793; }
	.subCntBody .container .lnb .subDep02 > ul > li.active > a::before { color: #fff; }
	.subCntBody .container .lnb [class^="subDep"] > ul > li.dep.active > a::before { transform: rotate(180deg); }
	.subCntBody .container .lnb .subDep02 > ul > li.dep.active > .subDep03 { display: block; margin: 0.25rem 0 0.5rem; }
	.subCntBody .container .lnb .subDep03 > ul > li > a { display: flex; position: relative; padding: 0.75rem 2.25rem 0.75rem 1rem; border: 1px solid #DCDCDF; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep03 > ul > li + li > a { border-top: none; }
	.subCntBody .container .lnb .subDep03 > ul > li:first-child > a { border-radius: 0.5rem 0.5rem 0 0; }
	.subCntBody .container .lnb .subDep03 > ul > li:last-child > a { border-radius: 0 0 0.5rem 0.5rem; }
	.subCntBody .container .lnb .subDep03 > ul > li > a::before { top: 0.875rem; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; background: #e8f5ff; font-weight: 500; border-color: transparent; }
	.subCntBody .container .lnb .subDep03 > ul > li:first-child.dep.active > a::after { height: 100%; border-radius: 0.5rem 0.5rem 0 0; top: 0; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > a::after { position: absolute; content: ""; width: calc(100% + 2px); height: calc(100% + 1px); background: transparent; border: 1px solid #a9ceed; left: -1px; top: -1px; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > a::before { color: #000; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > .subDep04 { display: block; border-bottom: 1px solid #dcdcdf; padding: 0.5rem 1rem; background: #fff; border-left: 1px solid #dcdcdf; border-right: 1px solid #dcdcdf; }
	.subCntBody .container .lnb .subDep04 > ul { display: flex; flex-direction: column; gap: 0.5rem; }
	.subCntBody .container .lnb .subDep04 > ul > li > a { display: flex; color: #333333; font-size: 0.75rem; position: relative; padding-left: 0.45rem; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep04 > ul > li > a::before { position: absolute; content: ""; border-radius: 50%; width: 0.2rem; height: 0.2rem; background-color: #d9d9d9; left: 0; top: 0.45rem; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep04 > ul > li > a:hover,
	.subCntBody .container .lnb .subDep04 > ul > li > a:focus { color: #304793; }
	.subCntBody .container .lnb .subDep04 > ul > li > a:hover::before,
	.subCntBody .container .lnb .subDep04 > ul > li > a:focus::before { background: #304793; }
	.subCntBody .container .lnb .subDep03,
	.subCntBody .container .lnb .subDep04 { display: none; }
}

@media screen and (min-width: 1241px) {

	/* 서브레이아웃 */
	.subCntBody .container .lnb { width: 14rem; }
	.subCntBody .container .lnb .subDep01 > ul > li { display: none; }
	.subCntBody .container .lnb .subDep01 > ul > li.onMenu { display: block; }
	.subCntBody .container .lnb .subDep01 > ul > li > a { pointer-events: none; cursor: default; font-size: 1.6rem; font-weight: bold; line-height: 1; }
	.subCntBody .container .lnb .subDep01 > ul > li > a > span { position: relative; display: inline-block; padding-right: 0.85rem; }
	.subCntBody .container .lnb .subDep01 > ul > li > a > span::before { position: absolute; content: ""; border-radius: 50%; width: 0.5rem; height: 0.5rem; background: #5D31FF; bottom: 0; right: 0; }
	.subCntBody .container .lnb .subDep02 { margin-top: 1.5rem; }
	.subCntBody .container .lnb .subDep02 > ul { display: flex; gap: 0.25rem; flex-direction: column; }
	.subCntBody .container .lnb .subDep02 > ul > li > a { display: flex; align-items: center; border-radius: 0.5rem; border: 1px solid #dfdfe5; padding: 0.85rem 2.25rem 0.85rem 1rem; position: relative; font-size: 0.9rem; font-weight: 500; transition: 0.2s ease-in-out; background: #F8F9FB; }
	.subCntBody .container .lnb [class^="subDep"] > ul > li > a::before { position: absolute; content: "\ea6e"; right: 1rem; top: 1.05rem; color: #ADAFB5; font-family: 'remixicon'; font-size: 1rem; line-height: 1 }
	.subCntBody .container .lnb .mMainTit { display: none; }
	.subCntBody .container .lnb [class^="subDep"] > ul > li.dep > a::before { content: "\ea4e"; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep01 > ul > li > a::before { display: none !important; }
	.subCntBody .container .lnb .subDep02 > ul > li.dep.active > a { color: #fff; background: #304793; padding: 0.85rem 2.25rem; justify-content: center; border-color: #304793; }
	.subCntBody .container .lnb [class^="subDep"] > ul > li.dep.active > a::before { transform: rotate(180deg); color: #fff; }
	.subCntBody .container .lnb .subDep02 > ul > li.dep.active > .subDep03 { display: block; margin: 0.25rem 0 0.5rem; }
	.subCntBody .container .lnb .subDep03 > ul > li > a { display: flex; position: relative; padding: 0.75rem 2.25rem 0.75rem 1rem; border: 1px solid #DCDCDF; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep03 > ul > li + li > a { border-top: none; }
	.subCntBody .container .lnb .subDep03 > ul > li:first-child > a { border-radius: 0.5rem 0.5rem 0 0; }
	.subCntBody .container .lnb .subDep03 > ul > li:last-child > a { border-radius: 0 0 0.5rem 0.5rem; }
	.subCntBody .container .lnb .subDep03 > ul > li > a::before { top: 0.875rem; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; background: #e8f5ff; font-weight: 500; border-color: transparent; }
	.subCntBody .container .lnb .subDep03 > ul > li:first-child.dep.active > a::after { height: 100%; border-radius: 0.5rem 0.5rem 0 0; top: 0; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > a::after { position: absolute; content: ""; width: calc(100% + 2px); height: calc(100% + 1px); background: transparent; border: 1px solid #a9ceed; left: -1px; top: -1px; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > a::before { color: #000; }
	.subCntBody .container .lnb .subDep03 > ul > li.dep.active > .subDep04 { display: block; border-bottom: 1px solid #dcdcdf; padding: 0.5rem 1rem; background: #fff; border-left: 1px solid #dcdcdf; border-right: 1px solid #dcdcdf; }
	.subCntBody .container .lnb .subDep04 > ul { display: flex; flex-direction: column; gap: 0.5rem; }
	.subCntBody .container .lnb .subDep04 > ul > li > a { display: flex; color: #333333; font-size: 0.75rem; position: relative; padding-left: 0.45rem; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep04 > ul > li > a::before { position: absolute; content: ""; border-radius: 50%; width: 0.2rem; height: 0.2rem; background-color: #d9d9d9; left: 0; top: 0.45rem; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb .subDep04 > ul > li.on > a,
	.subCntBody .container .lnb .subDep04 > ul > li > a:hover,
	.subCntBody .container .lnb .subDep04 > ul > li > a:focus { color: #304793; }
	.subCntBody .container .lnb .subDep04 > ul > li.on > a:before,
	.subCntBody .container .lnb .subDep04 > ul > li > a:hover::before,
	.subCntBody .container .lnb .subDep04 > ul > li > a:focus::before { background: #304793; }
	.subCntBody .container .lnb .subDep03,
	.subCntBody .container .lnb .subDep04 { display: none; }
}

@media screen and (max-width: 1920px) {
	/* 무엇을 도와드릴까요? */
  .helpBtn { right: 1.2rem; }
}

@media screen and (max-width: 1900px) {
	.goOldHm { position: fixed; right: 1rem; top: 4rem; }
}

@media screen and (max-width: 1760px) {
  /* 푸터 */
  footer .moveTop { right: 1rem; top: auto; bottom: 1rem; }
  .helpBtn { opacity: 0.7; }
}

@media screen and (max-width:1640px){
    .container { padding:0 1rem;}

	/* header */
	/* header #gnb .depth01 { padding: 0 7.5rem; }
	header #gnb.active .depth01 { padding: 0 1rem; } */

	/* header */
	header .utilBox > span,
	header #gnb,
	header .utilBox .util { display: none; }
	header .container:after { display: none; }
	/* .popInLyr { display: none !important; } */
	.popInLyr a.openlayrPop > em { top: -0.35rem; right: 0.6rem; }

	/* 무엇을 도와드릴까요? */
	.helpBtn { bottom: 30%;}
	/* .helpBtn { right: 1rem; } */

	/* 사이트맵 */
	.siteMapWrap { position: fixed; top: 0; right: 0; width: 60vw; height: 100vh; z-index: 101; background: #fff; transform: translateX(100%); }
	.siteMapWrap::before { position: absolute; content: ""; width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); right: 100%; top: 0; opacity: 0; visibility: hidden; z-index: -1; transition: 0.5s ease-in-out; }
	.siteMapWrap .mTitWrap { position: absolute; top: 0; left: 0; width: 100%; background: #5D31FF; display: flex; align-items: center; justify-content: space-between; padding: 0 1.5rem; height: 5rem; }
	.siteMapWrap .mTitWrap .util { order: 1; display: flex; align-items: center; margin-left: -1rem; }
	.siteMapWrap .mTitWrap .util li:first-child { order: 2; }
	.siteMapWrap .mTitWrap .util li:last-child { order: 1; }
	.siteMapWrap .mTitWrap .util li a { padding: 0 1rem; position: relative; }
	.siteMapWrap .mTitWrap .util li a::before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 1rem; background: rgba(255,255,255,0.4); }
	.siteMapWrap .mTitWrap .util li:nth-child(2) a:before { display: none; }
	.siteMapWrap .mTitWrap .util li a i { display: none !important; }
	.siteMapWrap .mTitWrap .util li a span { position: unset; margin: 0 !important; font-size: 1rem; color: #fff; font-weight: 600; }
	.siteMapWrap .mTitWrap .siteClose { order: 2; width: auto; height: auto; color: #fff; font-size: 1.35rem; }
	.siteMapWrap .siteBox { padding: 5rem 0 0 0; height: 100vh; overflow-y: auto; }
	.siteMapWrap .siteBox .sDep02,
	.siteMapWrap .siteBox .sDep03,
	.siteMapWrap .siteBox .sDep04 { display: none; }
	.siteMapWrap .siteBox .sDep01 a { position: relative; display: block;  }
	.siteMapWrap .siteBox .sDep01 > ul > li > a { position: relative; padding: 1rem 3rem 1rem 1.25rem; font-weight: 500; font-size: 1rem; border-bottom: 1px solid #D8D8D8; }
	.siteMapWrap .siteBox [class^='sDep'] > ul > li > a::before { position: absolute; content: "\ea6e"; right: 1.25rem; top: 0.9rem; color: #898C8E; font-family: 'remixicon'; font-size: 1.5rem; font-weight: 400 !important; }
	.siteMapWrap .siteBox [class^='sDep'] > ul > li.dep > a::before { content: "\ea4e"; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a::before { top: 0.65rem; }
	.siteMapWrap .siteBox .sDep02 { border-bottom: 1px solid #d8d8d8; background: #E8F4FF; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a { font-size: 1rem; font-weight: 500; padding: 0.75rem 3rem 0.75rem 1.25rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li.dep.active > a { border-bottom: 1px solid #cad6e1; }
	.siteMapWrap .siteBox .sDep03 { margin: 0.75rem 0; padding: 0 1.25rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a { padding: 0.55rem 3rem 0.55rem 0.75rem; font-size: 0.95rem; border-radius: 0.5rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a:after { position: absolute; content: ""; border-radius: 50%; width: 0.3rem; height: 0.3rem; background: #CCCCCC; left: 0; top: 1.1rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li.dep.active > a:after { display: none; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a::before { top: 0.5rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; width: 1.5rem; height: 1.5rem; font-size: 1.25rem; right: 1rem; }
	.siteMapWrap .siteBox .sDep04 { background: #Fff; border-radius: 0.5rem; padding: 0.5rem 1rem; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a { padding: 0.5rem 0; font-size: 0.85rem; font-weight: 500; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a::before { display: none !important; }
	/* 사이트맵 : active */
	.siteMapWrap .siteBox .sDep03 > ul > li > a,
	.siteMapWrap .siteBox .sDep03 > ul > li > a::before,
	.siteMapWrap .siteBox .sDep04 > ul > li > a,
	.siteMapWrap .siteBox .sDep01 > ul > li > a,
	.siteMapWrap .siteBox .sDep01 > ul li.dep a::before { transition: 0.2s ease-in-out; }
	.siteMapWrap.view { transform: translateX(0); }
	.siteMapWrap.view::before { opacity: 1; visibility: visible; }
	.siteMapWrap .siteBox .sDep01 > ul > li.dep.active > a { border-color: #304793; color: #304793; font-weight: 600; }
	.siteMapWrap .siteBox [class^='sDep'] > ul > li.dep.active > a::before { transform: rotate(180deg); color: #304793; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a:hover,
	.siteMapWrap .siteBox .sDep04 > ul > li > a:focus { text-decoration: underline; color: #5D31FF; font-weight: 600; }
	.siteMapWrap .siteBox .sDep03 > ul > li.dep.active > a { color: #fff; background: #727B96; }
	.siteMapWrap .siteBox .sDep03 > ul > li.dep.active > a::before { color: #fff; background: #444D6B; }

	/* 서브레이아웃 */
	.subHeader .container { padding: 0.75rem 1rem; }

	.goOldHm { position: absolute !important; top: 1.1rem; right: 4rem; }
	.mainWrap .goOldHm { position: fixed !important; }

}

@media screen and (max-width: 1440px) {

	/* 무엇을 도와드릴까요? */
	.helpBtn { width: 4.25rem; height: 4.25rem; padding-top: 0.75rem; }
	.helpBtn span { font-size: 0.55rem; }
	.helpBtn > p img { max-width: 2.5rem; }

	/* 서브레이아웃 */
	.subCntBody { min-height: auto; }
	.subCntBody .container .subCnt { padding-left: 2.5rem; }

}

@media screen and (max-width: 1240px) {
	.mainWrap { padding-top: 4rem; }

	/* header */
	header,
	header .container .logo,
	header .utilBox { height: 4rem; }
	header .container .logo { width: 8.5rem; }

	/* .goOldHm { top: 3.5rem; padding: 0.35rem 0.5rem; } */

	.goOldHm { top: 0.73rem; padding: 0.25rem 0.5rem; font-size: 0.7rem; } 

	/* 푸터 */
	footer .moveTop { width: 3.5rem; height: 3.5rem; }
	footer .moveTop > i { font-size: 1.05rem; }
	footer .moveTop > span { font-size: 0.8rem; }
	footer .ftBot .inRcdr { position: relative; right: auto; top: auto; margin-top: 1rem; }

	/* 사이트맵 */
	.siteMapWrap .mTitWrap { height: 4rem; }
	.siteMapWrap .siteBox { padding: 4rem 0 0 0; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a { padding: 0.85rem 3rem 0.85rem 1.25rem; font-size: 0.95rem; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a:before { top: 0.75rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a { padding: 0.65rem 3rem 0.65rem 1.25rem; font-size: 0.9rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a:Before { top: 0.55rem; font-size: 1.35rem; }
	.siteMapWrap .siteBox .sDep03 { margin: 0.5rem 0;  }
	.siteMapWrap .siteBox .sDep03 > ul > li > a { padding: 0.45rem 3rem 0.45rem 0.75rem; font-size: 0.85rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a:after { width: 0.25rem; height: 0.25rem; top: 0.9rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a::before { width: 1.35rem; height: 1.35rem; font-size: 1.1rem; top: 0.4rem; }
	.siteMapWrap .siteBox .sDep04 { padding: 0.25rem 1rem; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a { padding: 0.35rem 0; font-size: 0.8rem; }

	/* 서브레이아웃 */
	.subHeader { display: none; }
	.subCntBody { margin-top: 0; }
	.subCntBody .container { flex-direction: column; }
	.subCntBody .container .lnb { width: 100%; }
	.subCntBody .container .subCnt .subTit { display: flex; justify-content: space-between; align-items: start; }
	.subCntBody .container .subCnt .subTit h2 { flex: 1; padding-right: 1rem; line-height: 1.75rem; }
	.subCntBody .container .subCnt .subTit ul.snsWrap { display: flex; gap: 0.75rem; }
	.subCntBody .container .subCnt .subTit ul.snsWrap li { display: inline-flex; align-items: center; justify-content: center; line-height: 1; color: #707277; font-size: 1.25rem; position: relative; }
	.subCntBody .container .subCnt .subTit ul.snsWrap li button { padding: 0 !important; margin: 0 !important; line-height: 1; width: 1.75rem; height: 1.75rem; border-radius: 50%; }
	ul.snsWrap .sns.open .snsBox > ul li a > img { max-width: 1rem !important; }
	.subCntBody .container .subCnt { width: 100%; padding: 0; margin-top: 2rem; }
	.subCntBody .container nav { padding: 0; }

	.subCntBody .container .lnb [class^='subDep'].mView { display: block; }
	.subCntBody .container .lnb [class^='subDep'] > ul > li > a { display: none; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li > a { display: flex; align-items: center; padding: 0.3rem 1rem; font-size: 0.9rem; position: relative; z-index: 2; }
	.subCntBody .container .lnb [class^='subDep'] > ul { position: relative; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul { display: none; }
	.subCntBody .container .lnb .subDep02,
	.subCntBody .container .lnb .subDep03,
	.subCntBody .container .lnb .subDep04 { width: 100%; }
	.subCntBody .container .lnb [class^='subDep'] > .mMainTit { display: flex; height: auto; align-items: center; background: #F2F2F2; font-size: 1rem; padding: 0 4rem 0 1rem; width: 100%; z-index: 1;height: 2.5rem; border-radius: 0.5rem; }
	.subCntBody .container .lnb [class^='subDep'] > .mMainTit > span { display: inline-block; max-width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.subCntBody .container .lnb [class^='subDep'] > .mMainTit::before { position: absolute; content: "\ea4e"; right: 1rem; top: 0.4rem; color: #898C8E; font-family: 'remixicon'; font-size: 1.5rem; transition: 0.2s ease-in-out; }
	.subCntBody .container .lnb [class^='subDep'].mView.view > .mMainTit::before { transform: rotate(180deg); }
	.subCntBody .container .lnb [class^='subDep'].mView.view > .mMainTit { font-weight: 600; border-radius: 0.5rem 0.5rem 0 0; background: #304793; color: #fff; }
	.subCntBody .container .lnb [class^='subDep'].mView.view > .mMainTit::before { color: #fff; font-weight: 400; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul::before { position: absolute; content: ""; height: 100%; width: 100%; bottom: 0; left: 0; background: #fff; border-radius: 0 0 0.75rem 0.75rem; border: 1px solid #cfcfcf; border-top: none; box-shadow: 2px 2px 6px rgba(0,0,0,0.1); z-index: 2; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li > a:hover,
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li > a:focus { text-decoration: underline; color: #5D31FF; font-weight: 600; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li:first-child > a { padding-top: 0.75rem; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li:last-child > a { padding-bottom: 0.75rem; }
}

@media screen and (max-width: 968px) {
	/* 푸터 */
	footer .ftTop .ftLink { font-size: 0.85rem; gap: 0.5rem 1.5rem; }
	footer .ftTop .ftLink li a::before { right: -0.75rem; }

	footer .ftBot > img { max-width: 9rem; }
	footer .ftBot { padding: 2rem 4rem 3rem 10rem; }
	footer .moveTop { width: 3.25rem; height: 3.25rem; bottom: 3rem; }

	/* 무엇을 도와드릴까요? */
  .helpBtn { right: 0.75rem; }
}

@media screen and (max-width: 860px) {
	/* 푸터 */
	footer .ftTop { height: auto; padding: 0; display: flex; flex-direction: column; border: none; }
	footer .ftTop .ftLink { padding: 1rem 4rem 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.5); }
	footer .ftTop .siteLink { position: relative; right: auto; top: auto; width: 100%; margin-top: 1rem; }
	footer .ftTop .siteLink a.openLnk { width: 100%; border: 1px solid rgba(255,255,255,0.5); height: 3rem; }

	/* 무엇을 도와드릴까요? */
	.helpBtn { position: absolute; right: 1rem; top: 0; transform: translateY(-50%); width: 3.25rem; height: 3.25rem; padding-top: 0.75rem; box-shadow: 0 0 0 4px rgba(71,103,210,0.3); animation: none; z-index: 1; opacity: 1; }
	.helpBtn span { font-size: 0.5rem; }
	.helpBtn > p img { max-width: 1.85rem; }

	/* 서브레이아웃 */
	.subCntBody .container .subCnt .subTit { margin-bottom: 2rem; }
	.subCntBody .container .subCnt { margin-top: 1.5rem; }
	.subCntBody .container .subCnt .subTit h2 { font-size: 1.45rem; }
	.subCntBody .container .subCnt .subTit ul.snsWrap li { font-size: 1.2rem; }
	.subCntBody .container .subCnt .subTit ul.snsWrap li.print { display: none; }
	/* .subCntBody .container nav { padding: 0.5rem 0; }   */
	.subCntBody .container .lnb [class^='subDep'] > .mMainTit { height: 2.25rem; padding: 0 3rem 0 0.75rem; font-size: 0.9rem; }
	.subCntBody .container .lnb [class^='subDep'] > .mMainTit::before { font-size: 1.35rem; right: 0.75rem; }
	/* .subCntBody .container .lnb [class^='subDep'] > ul { padding: 2.25rem 0.75rem 0 0.75rem; } */
	/* .subCntBody .container .lnb [class^='subDep'].mView.view > ul::before {height: calc(100% - 2.25rem); }  */
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li > a { padding: 0.25rem 0.75rem; font-size: 0.85rem; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li:first-child > a { padding-top: 0.5rem; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li:last-child > a { padding-bottom: 0.5rem; }
}

@media screen and (max-width: 768px) {
	/* 푸터 */
	footer .ftBot { padding: 1.75rem 4rem 2rem 10rem; }
	footer .moveTop { width: 3rem; height: 3rem; bottom: 2rem; border-radius: 1.25rem 0.75rem 0.75rem 0.75rem; }
	footer .moveTop > i { font-size: 0.95rem; }
	footer .moveTop > span { font-size: 0.75rem; }
	footer .ftBot > p { font-size: 0.85rem; }

	/* header */
	header,
	header .container .logo,
	header .utilBox { height: 3.5rem; }
	header .container .logo { width: 7.5rem; }

	.mainWrap { padding-top: 3.5rem; }

	/* 사이트맵 */
	.siteMapWrap { width: calc(100% - 3.5rem); }
	.siteMapWrap .mTitWrap { height: 3.5rem; }
	.siteMapWrap .siteBox { padding: 3.5rem 0 0 0; }

    .goOldHm { top: 0.47rem; } 

}

@media screen and (max-width: 580px) {
	.popInLyr a.openlayrPop > em { top: -0.15rem; right: -0.25rem; }

	/* 푸터 */
	footer .ftTop .ftLink { gap: 0.5rem 2rem; }
	footer .ftTop .ftLink li a::before { right: -1rem; }
	footer .ftBot > img { display: none; }
	footer .ftBot { padding: 1.5rem 0 4.5rem 0; }
	footer .moveTop { width: 2.75rem; height: 2.75rem; bottom: 1rem; gap: 0; }
	footer .moveTop > span { font-size: 0.7rem; }

	.siteMapWrap .mTitWrap .util li a::before { display: none; }
	.siteMapWrap .mTitWrap .util li { position: relative; }
	.siteMapWrap .mTitWrap .util li::before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 1rem; background: rgba(255,255,255,0.4); }
	.siteMapWrap .mTitWrap .util li:nth-child(2):before { display: none; }
	.siteMapWrap .mTitWrap .util li { padding: 0 1rem; }
	/* .siteMapWrap .mTitWrap .util li a { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; width: 1.75rem; height: 1.75rem; background: #f0f0f0; padding: 0; } */
	.siteMapWrap .mTitWrap .util li a { display: inline-flex; align-items: center; justify-content: center; padding: 0; color: #fff; font-size: 1.25rem; }
	.siteMapWrap .mTitWrap .util li a span { position: absolute; margin: -1px; overflow: hidden; font-size: 0; }
	.siteMapWrap .mTitWrap .util li a i { display: block !important; font-weight: 400 !important; }
}

@media screen and (max-width: 480px) {
	 .goOldHm { right: 3.25rem; padding: 0.15rem 0.35rem; font-size: 0.65rem; line-height: 0.8rem; border-radius: 0.35rem; top: 0.6rem; } 

	/* header */
	header .container { padding: 0 1rem; }
	header .utilBox { gap: 1rem; }
	header .utilBox .util li a { width: 1.75rem; height: 1.75rem; }
	header .utilBox .sitemapOpen { width: 1.5rem; height: 1.5rem; }
	header .utilBox .sitemapOpen img { max-width: 1.45rem; }

	/* 사이트맵 */
	.siteMapWrap { width: calc(100% - 2rem); }
	.siteMapWrap .mTitWrap { padding: 0 1rem; }
	.siteMapWrap .mTitWrap .util { margin-left: -0.75rem; }
	/* .siteMapWrap .mTitWrap .util li a { padding: 0 0.75rem; } */
	/* .siteMapWrap .mTitWrap .util li a span { font-size: 0.9rem; } */
	.siteMapWrap .mTitWrap .siteClose { font-size: 1.15rem; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a { padding: 0.8rem 2.5rem 0.8rem 1rem; font-size: 0.9rem; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a:before { top: 0.75rem; right: 1rem; font-size: 1.25rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a { padding: 0.65rem 2.5rem 0.65rem 1rem; font-size: 0.85rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a:Before { top: 0.7rem; font-size: 1.15rem; right: 1rem; }
	.siteMapWrap .siteBox .sDep03 { margin: 0.35rem 0; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a { padding: 0.4rem 2rem 0.4rem 0.55rem; font-size: 0.85rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a:after { top: 0.9rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a::before { width: 1.15rem; height: 1.15rem; font-size: 0.9rem; top: 0.4rem; right: 0.45rem; }
	.siteMapWrap .siteBox .sDep04 { padding: 0.25rem 0.75rem; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a { padding: 0.25rem 0; font-size: 0.75rem; }

	/* 무엇을 도와드릴까요? */
	.helpBtn { top: 0.9rem; width: 3rem; height: 3rem; padding-top: 0.55rem; }
	.helpBtn span { font-size: 0.4rem; }

	ul.snsWrap li .snsBox { right: auto; left: 0; width: 100%; top: calc(100% + 0.2rem); height: auto; padding: 0.75rem 0; transform: none; }
	ul.snsWrap .sns.open .snsBox > ul { flex-direction: column; }

	header .utilBox > span { font-size: 0.8rem; }
	
}

@media screen and (max-width: 380px) {
	 .goOldHm { right: 2.75rem; gap: 0.45rem; } 

	/* header */
	header,
	header .container .logo,
	header .utilBox { height: 3.25rem; }
	header .container .logo { width: 7.5rem; }
	header .container { padding: 0 0.75rem; }
	header .utilBox { gap: 0.75rem; }
	header .utilBox .util li a { width: 1.5rem; height: 1.5rem; }
	header .utilBox .sitemapOpen { width: 1.35rem; height: 1.35rem; }
	header .utilBox .sitemapOpen img { max-width: 1.25rem; }
	header .container .logo { width: 6rem; }

	.mainWrap { padding-top: 3.25rem; }

	/* 푸터 */
	footer .ftTop .ftLink { gap: 0.5rem 1.5rem; padding: 0.75rem 4rem 0.75rem 0; }
	footer .ftTop .ftLink li a::before { right: -0.75rem; }
	footer .ftTop .siteLink a.openLnk { height: 2.5rem; }
	footer .ftTop .ftLink li a { font-size: 0.75rem; }
	footer .ftBot > p { font-size: 0.8rem; }
	footer .ftBot > p.copyright { margin-top: 0.35rem; font-size: 0.8rem; }
	footer .moveTop { width: 2.5rem; height: 2.5rem; }
	footer .moveTop > i { font-size: 0.85rem; }

	footer .ftBot .inRcdr { padding: 0.35rem 0.75rem; margin-top: 0.75rem; }
	footer .ftBot .inRcdr ul li { font-size: 0.7rem; gap: 0.35rem; }
	footer .ftBot .inRcdr ul li + li { margin-left: 0.75rem; padding-left: 0.75rem; }

	/* 무엇을 도와드릴까요? */
	.helpBtn { top: 0.5rem; }

	.siteMapWrap .mTitWrap .util li { padding: 0 0.5rem; }
	/* .siteMapWrap .mTitWrap .util li a { width: 1.5rem; height: 1.5rem; } */
	.siteMapWrap .mTitWrap .util li a { font-size: 1.1rem; }

	/* 사이트맵 */
	.siteMapWrap { width: calc(100% - 1.5rem); }
	.siteMapWrap .mTitWrap { height: 3.25rem; }
	.siteMapWrap .siteBox { padding: 3.25rem 0 0 0; }
	.siteMapWrap .mTitWrap { padding: 0 0.75rem; }
	.siteMapWrap .mTitWrap .util { margin-left: -0.5rem; }
	.siteMapWrap .mTitWrap .util li a { padding: 0; }
	/* .siteMapWrap .mTitWrap .util li a span { font-size: 0.85rem; } */
	.siteMapWrap .mTitWrap .siteClose { font-size: 1.05rem; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a { padding: 0.75rem 2rem 0.75rem 0.75rem; font-size: 0.8rem; }
	.siteMapWrap .siteBox .sDep01 > ul > li > a:before { top: 0.75rem; right: 0.75rem; font-size: 1.1rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a { padding: 0.5rem 2rem 0.5rem 0.75rem; font-size: 0.8rem; }
	.siteMapWrap .siteBox .sDep02 > ul > li > a:Before { top: 0.5rem; font-size: 1.05rem; right: 0.75rem; }
	.siteMapWrap .siteBox .sDep03 { padding: 0 0.75rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a { padding: 0.3rem 2rem 0.3rem 0.5rem; font-size: 0.8rem; border-radius: 0.35rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a:after { top: 0.8rem; }
	.siteMapWrap .siteBox .sDep03 > ul > li > a::before { width: 1.15rem; height: 1.15rem; font-size: 0.85rem; top: 0.34rem; right: 0.35rem; }
	.siteMapWrap .siteBox .sDep04 { padding: 0.25rem 0.5rem; }
	.siteMapWrap .siteBox .sDep04 > ul > li > a { font-size: 0.7rem; }

	/* 서브레이아웃 */
	.subCntBody .container .subCnt .subTit { padding-bottom: 1rem; margin-bottom: 1.8rem; }
	.subCntBody .container .subCnt .subTit h2 { font-size: 1.25rem; }
	.subCntBody .container .subCnt .subTit ul.snsWrap li { font-size: 1rem; }
	.subCntBody .container .lnb [class^='subDep'] > .mMainTit { height: 2rem; padding: 0 2rem 0 0.75rem; font-size: 0.85rem; }
	.subCntBody .container .lnb [class^='subDep'] > .mMainTit::before { font-size: 1.05rem; right: 0.5rem; }
	.subCntBody .container .lnb [class^='subDep'].mView > ul > li > a { padding: 0.25rem 0.75rem; font-size: 0.8rem; }

}

@media (max-width:380px) {
	.container { padding:0 0.75rem;}
}


