@charset "utf-8";

/* 4K 대응 */
@media screen and (min-width: 2000px) {
	html, body {font-size: .5vw !important;}
}

/* 공통 */
.area {position: relative; width: 100%; max-width: 160rem; margin: 0 auto;}

@media screen and (max-width: 1740px) {
	.area {padding: 0 2rem;}
}

@media screen and (max-width: 1100px) {
	.area {padding: 0 4rem;}
}

@media screen and (max-width: 650px) {
	.area {padding: 0 2rem;}
}

/* 헤더 */
.wrap-header {position: fixed; left: 0; top: 0; z-index: 100; width: 100%; transition: background .35s;}
.wrap-header .area {position: static; max-width: 170rem;}
.wrap-header .row {display: flex; align-items: center; justify-content: space-between;border-bottom: 1px solid rgba(255,255,255,.2);}
.wrap-header .logo {position: relative;flex-shrink: 1; width: 48.5rem;}
.wrap-header .logo::after {content: '';position: absolute;width: 1px; height: 2.3rem;margin-top: -.85rem; background: #ccc; left: 20.3rem;top: 50%;}
.wrap-header .logo a {display: block; height: 10rem; padding: 3.6rem 0 0 22.5rem;background: url('../../images/common/img-header-logo.png') no-repeat left center;font-size: 2.6rem;color: #fff;font-family: sm;}
.wrap-header .menu {flex-grow: 1;}
.wrap-header .menu .div_1 .ul_1 {display: flex; justify-content: flex-end;}
.wrap-header .menu .div_1 .li_1 {padding-right: 7rem;}
.wrap-header .menu .div_1 .li_1:last-child {display: none;}
.wrap-header .menu .div_1 .a_1 {display: flex; align-items: center; height: 10rem; font-size: 2.4rem; color: #fff;}
.wrap-header .menu .div_1 .a_1:hover,
.wrap-header .menu .div_1 .line .a_1 {position: relative; color: #03a2d8 !important;}
.wrap-header .menu .div_1 .a_1::after {content: ''; position: absolute; opacity: 0;width: 3rem; height: .8rem; margin-left: -1.5rem; background: url(../../images/common/img-menu-current-dot.png) no-repeat; transition: width .35s; left: 50%; bottom: -.5rem;z-index: 120; pointer-events: none;}
.wrap-header .menu .div_1 .a_1.on::after {opacity: 1;transition: .3s;}
.wrap-header .menu .div_1 .a_1 span {position: relative; top: .2rem;}
.wrap-header .menu .div_1 .line .a_1 span::after {width: 100%;}

.wrap-header .menu .div_2 {overflow: hidden; position: absolute; left: 50%; top: 99%; z-index: 110; width: 100%; background: #fff; text-align: left; opacity: 0; visibility: hidden; transition: opacity 0s, visibility 0s; transform: translate(-50%, 0);}
.wrap-header .menu .div_2.on {opacity: 1; border-top: 1px solid #f3f3f3; visibility: visible; transition: opacity 0.5s, visibility 0.5s;}
.wrap-header .menu .div_2::after {content: ""; position: absolute; left: 50%; top: 0px; z-index: -1; width: 35rem; height: 100%; margin-left: -50.2%;}
.wrap-header .menu .div_2 .inner {display: flex; justify-content: space-between; max-width: 100%; min-height: 23.5rem;}
.wrap-header .menu .div_2 .title {flex-shrink: 0; width: 54rem; padding-bottom: 4rem; background: #f7f7f7}
.wrap-header .menu .div_2 .title strong {position: relative; display: inline-block; padding: 4rem 6rem .7rem 16rem;font-family: sm; font-size: 3.4rem; color: #000;}
.wrap-header .menu .div_2 .title p {padding: 0 6rem 0 16rem; font-size: 1.6rem; font-family: sl; color: #949494;}
.wrap-header .menu .div_2 .ul_2 {overflow: hidden; position: relative; flex-grow: 1; display: flex; flex-wrap: wrap; padding: 4rem 13rem 4rem 5rem;gap: 2.3rem; }
.wrap-header .menu .div_2 .li_2 {position: relative; display: inline-block; max-width: 27.6rem;min-width: 27.6rem; vertical-align: top; flex: 1;}
.wrap-header .menu .div_2 .a_2 {position: relative; display: flex; width: 100%; align-items: center; padding: 2.5rem 2rem; background-image: url('../../images/common/ic-a2-arrow.png'); background-color: #fff; background-repeat: no-repeat; background-position: right 3rem center; font-family: pm; font-size: 1.8rem; text-align: left; line-height: 1; color: #2c2c2c; transition: all 0.3s;border: 1px solid #ddd;}
.wrap-header .menu .div_2 .a_2.on {background-image: url('../../images/common/ic-a2-arrow-on.png'); background-color: #00aae5;font-family: pb; color: #fff;border: 1px solid #00aae5;}
.wrap-header .menu .div_2 .a_2[target=_blank]:hover::after,
.wrap-header .menu .div_2 .a_2.on[target=_blank]::after {background: url('../../images/common/ic-a2-blank-on.png') no-repeat center / cover;}
.wrap-header .menu .div_2 .a_2[target=_blank]::after {content: ''; width: 1.5rem; height: 1.6rem; margin-left: 1rem; background: url('../../images/common/ic-a2-blank.png') no-repeat center / cover;}
.wrap-header .menu .div_2 .a_2._active span::before,
.wrap-header .menu .div_2 .a_2.line span::before,
.wrap-header .menu .div_2 .a_2:hover span::before {width: 100%;}
.wrap-header .menu .div_2 .a_2 span {position: relative;}

.wrap-header .menu .div_3 .ul_3 {margin-top: 3rem;}
.wrap-header .menu .div_3 .li_3 {padding-bottom: .5rem; text-align: left;}
.wrap-header .menu .div_3 .a_3 {display: inline-block; position: relative; padding-left: 1.5rem;margin-left: 2rem; font-family: pr; font-size: 1.6rem; word-break: break-all; color: #656565; transition: all 0.3s;}
.wrap-header .menu .div_3 .a_3._active,
.wrap-header .menu .div_3 .a_3:hover { color: #00ade6;}
.wrap-header .menu .div_3 .a_3::before {content: ''; position: absolute; left: 0; top: .9rem; width: .6rem; height: .6rem; border-radius: 100%; background: #707070;}
.wrap-header .menu .div_3 .a_3._active::before,
.wrap-header .menu .div_3 .a_3:hover::before {background: #00ade6;}
.wrap-header .menu .div_3 .a_3[target=_blank]::after {content: ''; position: relative; top: .2rem; display: inline-block; width: 1.5rem; height: 1.6rem; margin: 0 0 0 1rem; background: url('../../images/common/ic-a2-blank.png') no-repeat center / cover;}
.wrap-header .menu .div_3 .a_3 span {position: relative;}
.wrap-header .menu .div_3 .a_3 span::before {content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: #00ade6;transition: .3s;}
.wrap-header .menu .div_3 .a_3._active span::before,
.wrap-header .menu .div_3 .a_3:hover span::before {width: 100%;}

.wrap-header .link {flex-shrink: 1; width: 38.5rem; }
.wrap-header .link > ul {display: flex; justify-content: center; padding: 0 2.5rem;}
.wrap-header .link > ul > li {padding-right: 6rem;}
.wrap-header .link > ul > li:last-child {padding-right: 0;}
.wrap-header .link a {position:relative; display: flex; align-items: center; height: 10rem; font-family: pr; font-size: 1.6rem; color: #fff;}
.wrap-header .link a::after {content: ''; position: absolute; top: 50%;left: -3.3rem; width: 3rem; height: 3rem;margin-top: -1.5rem}
.wrap-header .link > ul > li:nth-child(1) a::after {background: url('../../images/common/btn-link-college.png') no-repeat center;}
.wrap-header .link > ul > li:nth-child(2) a::after {background: url('../../images/common/btn-link-login.png') no-repeat center;}
.wrap-header .link > ul > li:nth-child(3) a::after {background: url('../../images/common/btn-link-group.png') no-repeat center;}
.wrap-header .link a::before {content: ''; position: absolute; right: -1.6rem; top: 50%;margin-top: -.6rem; width: 1px; height: 1.5rem; background: rgba(255, 255, 255, 0.2);}
.wrap-header .link > ul > li:last-child a::before {display: none;}
.wrap-header .link .goToHome {display: none;}
.wrap-header .link a span {position: relative; display: flex; align-items: center; position: relative; top: .1rem;}
.wrap-header .link a span::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #8d8d8d; transition: width .35s;}
.wrap-header .link a:hover span::after {width: 100%;}
.wrap-header .link-mobile {display: none;}
.wrap-header .util {flex-shrink: 1; display: flex; align-items: center;}
.wrap-header .lang {position: relative; margin-left: 3rem;}
.wrap-header .lang button {position: relative; top: .2rem; display: flex; align-items: center; font-family: pb; font-size: 1.2rem; color: #fff;}
.wrap-header .lang button::after {content: ''; width: 1.4rem; height: 1.4rem; margin-left: 1rem; background: url('../../images/common/btn-lang.png') no-repeat center;}
.wrap-header .lang .list {position: absolute; left: -.7rem; top: calc(100% + 1rem); display: none; background: #fff; border-radius: .4rem;}
.wrap-header .lang .list.on {display: block; box-shadow: 0 0 4px rgba(0,0,0,.5);}
.wrap-header .lang .list a {display: block; width: 3rem; font-family: pb; font-size: 1.2rem; text-align: center;}
.wrap-header .lang .list a:hover {color: #03a2d8;}
.wrap-header .pop {padding-left: 3rem;}
.wrap-header .pop button {position: relative; top: .2rem; width: 2rem; height: 10rem; display: block; background: url('../../images/common/btn-popup-noti.png') no-repeat center; text-indent: -99999px;}
.wrap-header .pop button span {position: absolute; right: -1.1rem; top: 4.2rem; display: flex; justify-content: center; align-items: center; width: 1.6rem; height: 1.6rem; background: #e63946; border-radius: 100%; font-family: pb; font-size: 10px; line-height: 1; text-indent: 0; color: #fff;}
.wrap-header .sitemap button {display: flex; align-items: center; width: 2.3rem; height: 10rem;}
.wrap-header .sitemap button span {position: relative; top: .2rem; display: flex; width: 100%; height: 100%;; background: url('../../images/common/btn-sitemap.png') no-repeat center; text-indent: -99999px;}

.wrap-header:hover,
.wrap-header.scrolled {background: #fff; box-shadow: 0 0 4px rgba(0,0,0,.2)}
.wrap-header:hover .logo::after,
.wrap-header.scrolled .logo::after {background: #bababa;}
.wrap-header:hover .logo a,
.wrap-header.scrolled .logo a {background: url('../../images/common/img-header-logo-color.png') no-repeat left center;color: #302a6c;}
.wrap-header:hover .menu .a_1,
.wrap-header.scrolled .menu .a_1 {color: #121212;}
.wrap-header:hover .link a,
.wrap-header.scrolled .link a {color: #8d8d8d;}
.wrap-header:hover .link li:nth-child(1) a::before,
.wrap-header.scrolled .link li:nth-child(1) a::before {background: #e8e8e8;}
.wrap-header:hover .link li:nth-child(2) a::before,
.wrap-header.scrolled .link li:nth-child(2) a::before {background: #e8e8e8;}
.wrap-header:hover .link li:nth-child(3) a::before,
.wrap-header.scrolled .link li:nth-child(3) a::before {background: #e8e8e8;}
.wrap-header:hover .link li:nth-child(1) a::after,
.wrap-header.scrolled .link li:nth-child(1) a::after {background: url('../../images/common/btn-link-college-color.png') no-repeat center;}
.wrap-header:hover .link li:nth-child(2) a::after,
.wrap-header.scrolled .link li:nth-child(2) a::after {background: url('../../images/common/btn-link-login-color.png') no-repeat center;}
.wrap-header:hover .link li:nth-child(3) a::after,
.wrap-header.scrolled .link li:nth-child(3) a::after {background: url('../../images/common/btn-link-group-color.png') no-repeat center;}
.wrap-header:hover .lang button,
.wrap-header.scrolled .lang button {color: #000;}
.wrap-header:hover .lang button::after,
.wrap-header.scrolled .lang button::after {background: url('../../images/common/btn-lang-color.png') no-repeat center;}
.wrap-header:hover .pop button,
.wrap-header.scrolled .pop button {background: url('../../images/common/btn-popup-noti-color.png') no-repeat center;}
.wrap-header:hover .sitemap button span,
.wrap-header.scrolled .sitemap button span {background: url('../../images/common/btn-sitemap-color.png') no-repeat center;}

.btn-gnb-open,
.head-mobile-top,
.head-mobile-util {display: none;}

@media screen and (max-width: 1840px) {
	.wrap-header .area {padding: 0 2rem;}
	.wrap-header .menu .div_1 .li_1 {padding-right: 5rem;}
}

@media screen and (max-width: 1600px) {
	.wrap-header .logo a {padding: 3.7rem 0 0 21.1rem; font-size: 2.6rem;}
	.wrap-header .logo::after {left: 19.7rem;}
	.wrap-header .menu .div_1 .li_1 {padding-right: 3rem;}
	.wrap-header .menu .div_1 .a_1 {font-size: 1.8rem;}
	.wrap-header .menu .div_2 .title {display: none;}
	.wrap-header .link {width: 40rem;}
	.wrap-header .link > ul {padding: 0 0 0 2.5rem}
	.wrap-header .menu .div_2 .li_2 {min-width: 24.6rem;max-width: 24.6rem;}
}

@media screen and (max-width: 1280px) {
	.wrap-header .logo {flex-grow: 1;}
	.btn-gnb-open {display: block;}
	.btn-gnb-open button {display: flex; align-items: center; width: 2.3rem; height: 10rem;}
	.btn-gnb-open button span {position: relative; top: 0; display: flex; width: 100%; height: 100%;; background: url('../../images/common/btn-sitemap.png') no-repeat center; text-indent: -99999px;}

	.wrap-header:hover .btn-gnb-open button span,
	.wrap-header.scrolled .btn-gnb-open button span {background: url('../../images/common/btn-sitemap-color.png') no-repeat center;}

	.btn-gnb-close {flex-shrink:0; width: 2.3rem; height:100%; background: url('../../images/common/ic-navi-close.png') no-repeat center center; transition: transform .35s;}
	.btn-gnb-close:hover {transform: rotate(270deg);}
	.btn-gnb-close.on {display: block;}
	.btn-gnb-close button {display: block; width: 100%; height: 100%; text-indent: -9999rem;}

	.wrap-header .menu {position: fixed; right: -100%; top: 0; z-index: 120; width: 100%; max-width: 55.4rem; height: 100%; padding: 0; background: #f7f7f7; opacity: 0; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .menu.on {right: 0; opacity: 1; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .menu .menuUItop {position: relative; height: calc(100% - 13.5rem);}

	.wrap-header .menu .ul_1 {flex-direction: column; align-items: flex-start;padding-top: 3rem;padding-left: 1rem;}
	.wrap-header .menu .div_1 .li_1 {position: static; display: block; width: 100%; padding: 0px;}
	.wrap-header .menu .div_1 .li_1.li_1_1019,
	.wrap-header .menu .div_1 .li_1:last-child {display: inline-block;}
	.wrap-header .menu .div_1 .a_1:hover,
	.wrap-header .menu .div_1 .line .a_1 {color: #2c2c2c !important;}
	.wrap-header .menu .div_1 .a_1 {position: relative; width: 20rem; height: auto !important; padding: 1.5rem 1.5rem 1.5rem 3rem; background-image: none; background-position: right center; font-family: pb; font-size: 2rem; text-align: left; color: #2c2c2c;}
	.wrap-header .menu .div_1 .a_1::after {margin-top: -.4rem;left: auto;bottom: auto;top: 50%;right: -.4rem;}
	.wrap-header .menu .div_1 .a_1:hover,
	.wrap-header .menu .div_1 .line .a_1 {color: #2c2c2c !important;}
	.wrap-header .menu .div_1 .a_1 span::after {background: #fff;}
	.wrap-header .menu .div_1 .a_1 span {position: relative; z-index: 160;}
	.wrap-header .menu .div_2 {left: 0; top: 0; transform: translate(0);}
	.wrap-header .menu .div_2::after {display: none;}
	.wrap-header .menu .div_2 .inner {overflow: auto; height: calc(100% - 3.5rem); background: #fff;}
	.wrap-header .menu .div_2 .inner::-webkit-scrollbar {width: 1rem; height: 1rem;}
	.wrap-header .menu .div_2 .inner::-webkit-scrollbar-thumb {background-color: #818181; border: 2px solid #ececec; border-radius: 1rem;}
	.wrap-header .menu .div_2 .inner::-webkit-scrollbar-track {background-color: #ececec;}
	.wrap-header .menu .div_2.on {width: calc(100% - 20rem); right: 0; left: auto; top: 0; max-height: none; height: calc(100% + 4rem); padding: 0; border: 0; transition-property: none;}
	.wrap-header .menu .div_2 .title {display: none;}
	.wrap-header .menu .div_2 .container {padding: 0;}
	.wrap-header .menu .div_2 .ul_2 {display: block; padding: 0; border: 0;padding: 3rem 4rem;}
	.wrap-header .menu .div_2 .li_2 {display: block; width: 100%; min-width: auto; max-width: 100%; margin: 0 0 2rem; padding: 0; border: 0;}
	.wrap-header .menu .div_2 .a_2 {width: 100%; padding: 2rem; background-position: right 2.8rem center;font-family: pm; font-size: 1.8rem; color:#2c2c2c;}
	.wrap-header .menu .div_2 .a_2:hover,
	.wrap-header .menu .div_2 .a_2.on {background-color: #00aae5; background-image: url('../../images/common/ic-a2-arrow-on.png');color: #fff;}
	.wrap-header .menu .div_2 .a_2 span::before {display: none;}
	.wrap-header .menu .div_2 .a_2.plus {background-image: none;}
	.wrap-header .menu .div_2 .a_2.plus::after {content: ''; position: absolute; right: 2.8rem; top: 50%; width: 1.4rem; height: 1.4rem;margin-top: -.7rem; background: url('../../images/common/btn-a2-fold-on.png') no-repeat center top;}
	.wrap-header .menu .div_2 .a_2:hover.plus::after {background-position: center bottom !important;}
	.wrap-header .menu .div_2 .a_2.on.plus::after {background: url('../../images/common/btn-a2-fold-off.png') no-repeat center !important;}

	.wrap-header .menu .div_3 {overflow: hidden; display: block; width: 100%; max-height: 0; padding: 0; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .menu .div_3.on {max-height: 50rem; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
	.wrap-header .menu .div_3 .ul_3 {margin-top: 0; padding: 2rem 0 2rem 2.5rem;}
	.wrap-header .menu .div_3 .li_3 {padding-bottom: 0;}
	.wrap-header .menu .div_3 .a_3 {padding-right: 3rem;padding-left: 1.2rem;margin-left: 0;padding-bottom: .5rem;color: #666;}
	.wrap-header .menu .div_3 .a_3::before {background: #666;}

	.head-mobile-top {position: relative; z-index: 200; display: flex; justify-content: space-between; align-items: center; height: 10rem; padding: 0 4rem 0 3rem;background: #fff;}
	.wrap-header .sitemap {display: none;}
}

@media screen and (max-width: 1100px) {
	.wrap-header {border-bottom: 0;}
	.wrap-header .link {display: block;}
}

@media screen and (max-width: 820px) {
	.wrap-header .util {border-left: 0 !important;}
	.wrap-header .logo a {padding: 4rem 0 0 18rem; font-size: 2.1rem;}
	.wrap-header .logo::after {height: 1.8rem; margin-top: -.5rem; left: 16.4rem;}
	.wrap-header .logo a {background-size: 15rem;font-size: 2.1rem;}
	.wrap-header:hover .logo a,
	.wrap-header.scrolled .logo a {background-size: 15rem;}
	.wrap-header .link-mobile .goToHome {display: none;}
}

@media screen and (max-width: 720px) {
	.wrap-header .logo {width: 30rem;flex-grow: 0;}
	.wrap-header .link {display: none;}
	.btn-gnb-open button span {top: .3rem;}
	.wrap-header .menu .div_1 .a_1 {padding: 1.5rem 1.5rem 1.5rem 1rem;}
	.wrap-header .menu .div_1 .a_1::after {right: 1.5rem;}
	.wrap-header .menu .div_2.on {width: calc(100% - 18rem)}
	.wrap-header .link-mobile {position: absolute; display: block; bottom: 5rem; left: 4.2rem;}
	.wrap-header .link-mobile > ul > li {padding-bottom: 0;margin-bottom: .7rem;}
	.wrap-header .link-mobile a {position:relative; display: flex; padding-left: .6rem;align-items: center; font-family: pr; font-size: 1.6rem; color: #8d8d8d;}
	.wrap-header .link-mobile a::after {content: ''; position: absolute; top: 50%;left: -2.5rem; width: 3rem; height: 3rem;margin-top: -1.7rem;}
	.wrap-header .link-mobile li:nth-child(1) a::after {background: url('../../images/common/btn-link-college-color.png') no-repeat center;}
	.wrap-header .link-mobile li:nth-child(2) a::after {background: url('../../images/common/btn-link-login-color.png') no-repeat center;}
	.head-mobile-top {padding: 0 2rem;}
	.wrap-header .menu .menuUItop {border-top: 1px solid #f1f1f1;}
}

@media screen and (max-width: 650px) {
	.wrap-header .menu {max-width: 100%;}
}

/* 서브 비주얼 */
.wrap-sub-visual {position: relative; display: flex; justify-content: center; align-items: flex-start; width: 100%; height: 38rem;}
.loaded .wrap-sub-visual::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4);}
.wrap-sub-visual.m1 {background: url('../../images/common/bg-sub-visual1.jpg') no-repeat center top / cover;}
.wrap-sub-visual.m2 {background: url('../../images/common/bg-sub-visual2.jpg') no-repeat center top / cover;}
.wrap-sub-visual.m3 {background: url('../../images/common/bg-sub-visual3.jpg') no-repeat center top / cover;}
.wrap-sub-visual.m4 {background: url('../../images/common/bg-sub-visual4.jpg') no-repeat center top / cover;}
.wrap-sub-visual.m5 {background: url('../../images/common/bg-sub-visual5.jpg') no-repeat center top / cover;}
.wrap-sub-visual .wrap-sub-title {position: relative; z-index: 1; width: 100%; text-align: center;}
.wrap-sub-visual .wrap-sub-title h1 {margin-top: 17.5rem; font-family: sm; font-size: 5.6rem; line-height: 1; color: #fff; text-shadow: 0 0 2px rgba(0, 0, 0, .9);}
.wrap-sub-visual .wrap-sub-title p {margin-top: 1.2rem; font-family: pr; font-size: 1.8rem; color: #ffffff; text-shadow: 0 0 2px rgba(0, 0, 0, .9);}
.wrap-sub-visual .page-move {position: absolute; left: 0; top: calc(50% - 3.2rem); display: flex; justify-content: space-between; width: 100%; height: 0;}
.wrap-sub-visual .page-move a {display: block; width: 6rem; height: 4rem; text-indent: -9999rem;}
.wrap-sub-visual .page-move a.hide {opacity: 0;}
.wrap-sub-visual .page-move .prev {background: url('../../images/common/btn-sub-page-prev.png') no-repeat left center  / cover;}
.wrap-sub-visual .page-move .prev:hover {background: url('../../images/common/btn-sub-page-prev-on.png') no-repeat left center  / cover;}
.wrap-sub-visual .page-move .next {background: url('../../images/common/btn-sub-page-next.png') no-repeat left center  / cover;}
.wrap-sub-visual .page-move .next:hover {background: url('../../images/common/btn-sub-page-next-on.png') no-repeat left center  / cover;}

@media screen and (max-width: 1520px) {
	.wrap-sub-visual .page-move {padding: 0 2rem;}
}

@media screen and (max-width: 1100px) {
	.wrap-sub-visual {height: 31rem;}
	.wrap-sub-visual .wrap-sub-title h1 {margin-top: 14.5rem; font-size: 4.6rem;}
	.wrap-sub-visual .page-move {padding: 0 4rem;}
}

@media screen and (max-width: 810px) {
	.wrap-sub-visual {height: 24rem;}
	.wrap-sub-visual .wrap-sub-title p {display: none;}
	.wrap-sub-visual .wrap-sub-title h1 {margin-top: 15rem; font-size: 4rem;}
	.wrap-sub-visual .page-move {top: calc(50% - 2.7rem);}
}

@media screen and (max-width: 650px) {
	.wrap-sub-visual .page-move {padding: 0 2rem;}
}

/* 서브 네비 */
.wrap-sub-util .row {display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #000;}
.wrap-sub-util .sub-navi .inner {padding: 0;}
.wrap-sub-util .sub-navi > ul {display: flex; flex-wrap: wrap; align-items: center; font-size: 0; position: relative;}
.wrap-sub-util .sub-navi > ul > li {position: relative;}
.wrap-sub-util .sub-navi > ul > li.home {margin-right: 3.5rem; padding-right: 0;}
.wrap-sub-util .sub-navi > ul > li > .inner > button {position: relative; display: flex; align-items: center; height: 8rem; margin-right: 4.5rem; padding-right: 4.5rem; font-family: pm; font-size: 1.8rem; color: #000000;}
.wrap-sub-util .sub-navi > ul > li > .inner > button.on {color: #06ace6;}
.wrap-sub-util .sub-navi > ul > li > .inner > button::before {content: ''; position: absolute; right: 0; width: .4rem; height: .4rem; background: #000;}
.wrap-sub-util .sub-navi > ul > li > .inner > button::after {content: ''; position: absolute; right: -1.3rem; top: 2.5rem; width: 3rem; height: 3rem; background: #000 url('../../images/common/c-sub-navi-arrow2-on.png') no-repeat center; border-radius: 100%; transform: scale(0); transition: transform .35s;}
.wrap-sub-util .sub-navi > ul > li > .inner > button:hover::after {transform: scale(1);}
.wrap-sub-util .sub-navi > ul > li > .inner > button.on::after,
.wrap-sub-util .sub-navi > ul > li > .inner > button.on:hover::after {transform: scale(1) rotate(180deg);}
.wrap-sub-util .sub-navi > ul > li.last > .inner > button {padding-right: 7rem;}
.wrap-sub-util .sub-navi > ul > li.last > .inner > button:after {right: -.1rem; top: 2.4rem; width: 3rem; height: 3rem; background: #fff url('../../images/common/c-sub-navi-arrow2.png') no-repeat center; border-radius: 100%; transform: scale(1); transition: .35s;}
.wrap-sub-util .sub-navi > ul > li.last > .inner > button:hover::after {background: #000 url('../../images/common/c-sub-navi-arrow2-on.png') no-repeat center;}
.wrap-sub-util .sub-navi > ul > li.last > .inner > button.on::after {background: #000 url('../../images/common/c-sub-navi-arrow2-on.png') no-repeat center; transform: scale(1) rotate(180deg);}
.wrap-sub-util .sub-navi .home a {position: relative; display: flex; width: 18.5rem; height: 8rem; background: url('../../images/common/ic-sub-navi-home.png') no-repeat left center; text-indent: -9999rem;}
.wrap-sub-util .sub-navi .home a::after {content: ''; position: absolute; right: 0; top: 50%; width: 12rem; height: 1px; background: #c4c4c4;}
.wrap-sub-util .sub-navi > strong {width: 15.5rem; flex-shrink: 0; font-family: 'Mont Bold'; font-size: 1.8rem; font-style: italic; color: #005128;}
.wrap-sub-util .sub-navi .navUl {visibility: hidden; overflow: hidden; position: absolute; top: calc(100% - 1.5rem); z-index: 50; min-width: 21.5rem; width: 100%; max-height: 0; opacity: 0;}
.wrap-sub-util .sub-navi .navUl::-webkit-scrollbar {width: 1.1rem; height: 1.1rem;}
.wrap-sub-util .sub-navi .navUl::-webkit-scrollbar-thumb {background: #c5c5c5; border: .2rem solid #fff; border-radius: 1rem;}
.wrap-sub-util .sub-navi .navUl.on {visibility: visible; overflow: hidden; overflow-y: auto; max-height: 17.5rem; padding: 2rem 0; background: #fff; border-radius: 2rem; box-shadow: 0 0 3px rgba(0,0,0,.2); opacity: 1;}
.wrap-sub-util .sub-navi .navUl a {position: relative; display: block; padding: .7rem 2rem; font-family: pm; font-size: 1.5rem; color: #555555; word-break: keep-all;}
.wrap-sub-util .sub-navi .navUl a:hover,
.wrap-sub-util .sub-navi .navUl a._active {background: #e5f6fc; font-family: pb; color: #000000;}
.wrap-sub-util .sub-navi .navUl a[target=_blank]::after {content: ''; position: absolute; right: 1rem; top: 1rem; display: inline-block; width: 1.6rem; height: 1.6rem; margin-left: 1rem; background: url('../../images/common/new-win.png') no-repeat center top;}
.wrap-sub-util .sub-navi .navUl a[target=_blank]:hover::after  {background-position: center bottom;}
.wrap-sub-util .sub-navi #pagetitle1 .navUl a:last-child {display: none;}

@media screen and (max-width: 1280px) {
	.wrap-sub-util .sub-navi .home a {width: 3.5rem;}
	.wrap-sub-util .sub-navi .home a::after {display: none;}
}

@media screen and (max-width: 970px) {
	.wrap-sub-util .sub-navi > ul > li.home {margin-right: 1.5rem;}
	.wrap-sub-util .sub-navi > ul > li > .inner > button {margin-right: 2.5rem; padding-right: 2.5rem;}
	.wrap-sub-util .sub-navi > ul > li > .inner > button::after {right: -1.1rem; top: 2.8rem; width: 2.5rem; height: 2.5rem;}
	.wrap-sub-util .sub-navi > ul > li.last > .inner > button::after {top: 2.8rem; width: 2.5rem; height: 2.5rem;}
	.wrap-sub-util .sub-navi > ul > li.last > .inner > button::before {display: none;}
}

@media screen and (max-width: 810px) {
	.wrap-sub-util .sub-navi .home a {height: 6rem;}
	.wrap-sub-util .sub-navi > ul > li.home {margin-right: 1rem;}
	.wrap-sub-util .sub-navi > ul > li > .inner > button {height: 6rem; margin-right: 1rem; padding-right: 1rem; font-size: 1.6rem;}
	.wrap-sub-util .sub-navi > ul > li > .inner > button::after {display: none;}
	.wrap-sub-util .sub-navi > ul > li.last > .inner > button {margin-right: 0; padding-right: 0;}
}

@media screen and (max-width: 650px) {
	.wrap-sub-util .sub-navi .navUl {min-width: 19.8rem;max-width: 19.8rem;}
}

/* 서브 유틸 */
.wrap-sub-util .sub-util > ul {display: flex; justify-content: center; align-items: center; position: relative; vertical-align: middle;}
.wrap-sub-util .sub-util > ul > li {position: relative; display: flex; align-items: center; margin-right: .7rem;}
.wrap-sub-util .sub-util > ul > li:last-child {padding-right: 0; margin-right: 0;}
.wrap-sub-util .sub-util > ul > li > button {width: 5rem; height: 5rem; border-radius: 100%; text-indent: -9999rem; transition: box-shadow .35s;}
.wrap-sub-util .sub-util > ul > li > button:hover {background-color: #f1f1f1;}

.wrap-sub-util .sub-util .sub-share {background: url('../../images/common/ic-share.png') no-repeat center center;}
.wrap-sub-util .sub-util .sub-favo {background: url('../../images/common/ic-favorite.png') no-repeat center center;}
.wrap-sub-util .sub-util .sub-favo.on {background: url('../../images/common/ic-favorite-on.png') no-repeat center center;}

.wrap-sub-util .sub-util .box-sub-favo {opacity: 0; overflow: hidden; position: absolute; right: 0; top: calc(100% + 4rem); z-index: 1; width: 25rem; max-height: 0; background: #fff; border-radius: 2rem; transition: .35s; box-shadow: 0 0 3px rgba(0,0,0,.2); z-index: 20;}
.wrap-sub-util .sub-util .box-sub-favo.on {opacity: 1; max-height: 50rem;}
.wrap-sub-util .sub-util .box-sub-favo > strong {display: block; font-family: pm; font-size: 1.8rem; padding: 1.6rem 2.5rem; border-bottom: 1px solid #d6d6d6; color: #000000;}
.wrap-sub-util .sub-util .box-sub-favo ul {padding: 1.5rem 0;}
.wrap-sub-util .sub-util .box-sub-favo ul li {display: flex;  position: relative; padding: .2rem 2.5rem; transition: all .3s;}
.wrap-sub-util .sub-util .box-sub-favo ul li > a {display: inline-block; font-family: pr; font-size: 1.4rem; vertical-align: middle; color: #555555;}
.wrap-sub-util .sub-util .box-sub-favo ul li strong {position: relative; display: inline-block; transition: color .3s;}
.wrap-sub-util .sub-util .box-sub-favo ul li:hover strong {color:#0e3999;}
.wrap-sub-util .sub-util .box-sub-favo ul li strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0%; height: 1px; background: #0e3999; transition: all .3s;} 
.wrap-sub-util .sub-util .box-sub-favo ul li:hover strong::after {width: 100%;}
.wrap-sub-util .sub-util .box-sub-favo ul li a span {display: none;}
.wrap-sub-util .sub-util .box-sub-favo .close {position: absolute; right: 1.5rem; top: 1.5rem; width: 3rem; height: 3rem; background: #f1f1f1 url('../../images/common/btn_favo_close.png') no-repeat center center; border-radius: 100%; text-indent: -9999rem;}
.wrap-sub-util .sub-util .box-sub-favo .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-util .sub-util .box-sub-favo .del {display: inline-block; width: 1.7rem; height: 1.7rem; margin: .1rem 1rem 0 0; background: url('../../images/common/favo-del.png') no-repeat center center; text-indent: -9999rem; vertical-align: middle;}
.wrap-sub-util .sub-util .box-sub-favo .control {display: flex; overflow: hidden; font-size: 0; text-align: center;}
.wrap-sub-util .sub-util .box-sub-favo .control::after {content: ''; display: block; clear: both;}
.wrap-sub-util .sub-util .box-sub-favo .control button {display: inline-block; width: 50%; padding: 1.6rem 2rem; font-family: pm; font-size: 1.6rem; color: #fff;}
.wrap-sub-util .sub-util .box-sub-favo .control button.add {background: #06ace6;}
.wrap-sub-util .sub-util .box-sub-favo .control button.reset {background: #30296c;}
.wrap-sub-util .sub-util .box-sub-share {opacity: 0; overflow: hidden; position: absolute; right: 0; top: calc(100% + 4rem); z-index: 20; max-height: 0; box-shadow: 0 0 3px rgba(0,0,0,.2); border-radius: 2rem; transition: .35s;}
.wrap-sub-util .sub-util .box-sub-share.on {opacity: 1; max-height: 30rem;}
.wrap-sub-util .sub-util .box-sub-share ul {display: flex; align-items: center; padding: 0 6rem 0 1.5rem;}
.wrap-sub-util .sub-util .box-sub-share ul button,
.wrap-sub-util .sub-util .box-sub-share ul a {position: relative; display: block; width: 4.5rem; height: 6rem; text-indent:-9999rem;}
.wrap-sub-util .sub-util .box-sub-share .fb {background: url('../../images/common/ic-fb.png') no-repeat center center;}
.wrap-sub-util .sub-util .box-sub-share .tw {background: url('../../images/common/ic-tw.png') no-repeat center center;}
.wrap-sub-util .sub-util .box-sub-share .addr {background: url('../../images/common/ic-copy.png') no-repeat center;}
.wrap-sub-util .sub-util .box-sub-share .close {position: absolute; right: 2rem; top: 1.5rem; width: 3rem; height: 3rem; background: #f1f1f1 url('../../images/common/ic-share-close.png') no-repeat center center; border-radius: 100%;}
.wrap-sub-util .sub-util .sub-print {background: url('../../images/common/ic-print.png') no-repeat center center;}
.wrap-sub-util .sub-util .copy {text-align: center;}
.wrap-sub-util .sub-util .copy button {display: inline-block; width: 3.8rem; height: 3.8rem; margin: 0 auto 0px auto;  text-indent: -9999rem;}

@media screen and (max-width: 1100px) {
	.wrap-sub-util .sub-util > ul > li {margin-right: 0;}
	.wrap-sub-util .sub-util > ul > li.util2,
	.wrap-sub-util .sub-util > ul > li.util3 {display: none;}
}

/* 컨텐츠 */
.page-title {display: block; margin-top: 8rem; font-family: sm; font-size: 4.2rem; line-height: 1; color: #000000;}
.wrap-sub-contents #contentsEditHtml {margin-top: 6rem; font-size: 1.7rem;}

@media screen and (max-width: 810px) {
	.page-title {margin-top: 5rem; font-size: 3.3rem;}
	.wrap-sub-contents #contentsEditHtml {margin-top: 4rem;}
}

/* 푸터 */
.wrap-footer {padding: 4.5rem 0; background: #0c0d10;}
.sub .wrap-footer {margin-top: 10rem;}
.wrap-footer .area {display: flex; max-width: 167rem; justify-content: space-between; }
.wrap-footer .info {background: url('../../images/common/img-footer-logo.png') no-repeat left top .4rem;margin-right: 4rem; padding-left: 24rem; font-family: pr; font-size: 1.8rem; color: #fff;}
.wrap-footer .info span {padding-right: 2rem;}
.wrap-footer .info .copy {margin-top: 1rem; font-family: pr; font-size: 1.4rem; color: #6c6c6c;}
.wrap-footer .links {width: 41rem;}
.wrap-footer .links li {padding: .2rem 0;}
.wrap-footer .links a {display: inline-block; font-family: pr; font-size: 1.6rem; color: #ffffff;}
.wrap-footer .links span {position: relative;}
.wrap-footer .links span::after {content: ''; position: absolute; left: 0; bottom: -.2rem; width: 0; height: 1px; background: rgba(255,255,255,.5); transition: width .35s;}
.wrap-footer .links .private span::after {background: #00aae5;}
.wrap-footer .links a:hover span::after {width: 100%;}
.wrap-footer .links .private a {color: #00aae5;}

@media screen and (max-width: 1100px) {
	.wrap-footer {padding: 3.5rem 0 6rem 0;}
	.wrap-footer .info {padding-left: 0;padding-top: 10.5rem;background: url('../../images/common/img-footer-logo.png') no-repeat left top 1.5rem;}
	.wrap-footer .info .copy {margin-top: 1rem;}
	.wrap-footer .links {max-width: 30rem; padding-top: 10.5rem;}
}

@media screen and (max-width: 820px) {
	.wrap-footer .area {padding: 0 2rem;}
	.wrap-footer .info {padding-top: 20.5rem;margin-right: 0;}
	.wrap-footer .links {padding-top: 9.5rem;position: absolute;left: 2rem;top: 0; }
}

@media screen and (max-width: 650px) {
	.wrap-footer .info {font-size: 1.6rem;}
	.wrap-footer .info ul li {display: flex; flex-direction: column; align-items: flex-start;}
}

/* 탑버튼 */
.btn-top-page {position: fixed; right: 2rem; bottom: -1rem; z-index: 95; transition: .53s;}
.btn-top-page.fix {bottom: 4.7rem;}
.btn-top-page button {width: 7rem; height: 7rem; background: url('../../images/common/btn_top.png') no-repeat center; text-indent: -99999px; transition: opacity .5s; opacity: 0;}
.btn-top-page.fix button {opacity: 1;}

/* 블랙딤 */
.black-bg {position: fixed; left: -99999px; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 90; opacity: 0; transition: opacity .3s;}
.black-bg.on {left: 0; opacity: 1;}