@charset "utf-8";

/* 4K 대응 */
@media screen and (min-width: 2000px) {
	html, body {font-size: .5vw !important;}
}

/* 공통 */
.area {position: relative; width: 100%; max-width: 170rem; margin: 0 auto;}
.sub .area {max-width: 150rem;}

@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;}
}

.sub #_contentBuilder ._objTag,
.sub #_contentBuilder ._objHtml,
.sub #_contentBuilder ._objImage,
.sub #_contentBuilder ._objWidget,
.sub #_contentBuilder ._objHeading {max-width: 150rem; margin-left: auto !important; margin-right: auto !important; height: auto !important; min-height: 25px !important; z-index: auto !important;}
.sub #_contentBuilder ._objHeading {width: 100% !important;}
.sub #_contentBuilder .full-width {max-width: none;}

@media (max-width: 1740px) {
	.sub #_contentBuilder ._objTag,
	.sub #_contentBuilder ._objHtml,
	.sub #_contentBuilder ._objImage,
	.sub #_contentBuilder ._objWidget,
	.sub #_contentBuilder ._objHeading {padding: 0 2rem;}
}

@media (max-width: 1100px) {
	.sub #_contentBuilder ._objTag,
	.sub #_contentBuilder ._objHtml,
	.sub #_contentBuilder ._objImage,
	.sub #_contentBuilder ._objWidget,
	.sub #_contentBuilder ._objHeading {padding: 0 4rem;}
}

@media (max-width: 650px) {
	.sub #_contentBuilder ._objTag,
	.sub #_contentBuilder ._objHtml,
	.sub #_contentBuilder ._objImage,
	.sub #_contentBuilder ._objWidget,
	.sub #_contentBuilder ._objHeading {padding: 0 2rem;}
}

/* 헤더 */
.wrap-header {position: fixed; left: 0; top: -19rem; z-index: 100; width: 100%; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .35s;}
.sub .wrap-header {top: 0;}
.wrap-header .area {position: static; max-width: 182rem;}
.wrap-header .row {display: flex; align-items: center; justify-content: space-between;}
.wrap-header .logo {flex-shrink: 1; width: 30rem;}
.wrap-header .logo a {display: block; height: 9rem; background: url('../../images/common/img-header-logo.png') no-repeat left center; text-indent: -99999rem;}
.wrap-header .menu {flex-grow: 1;}
.wrap-header .menu .div_1 .ul_1 {display: flex;}
.wrap-header .menu .div_1 .li_1 {padding-right: 5.5rem;}
.wrap-header .menu .div_1 .li_1:last-child {display: none;}
.wrap-header .menu .div_1 .a_1 {display: flex; align-items: center; height: 9rem; font-size: 2rem; color: #fff;}
.wrap-header .menu .div_1 .a_1:hover,
.wrap-header .menu .div_1 .line .a_1 {color: #03a2d8 !important;}
.wrap-header .menu .div_1 .a_1 span {position: relative; top: .2rem;}
.wrap-header .menu .div_1 .a_1 span::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: .2rem; background: #03a2d8; transition: width .35s;}
.wrap-header .menu .div_1 .a_1:hover span::after,
.wrap-header .menu .div_1 .line .a_1 span::after {width: 100%;}

.wrap-header .menu .div_2 {overflow: hidden; position: absolute; left: 50%; top: 100%; z-index: 110; width: 100%; max-height: 90rem; min-height: 30rem; background: rgba(27, 31, 49, .95); 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; align-items: flex-start; max-width: 182rem; margin: 0 auto;}
.wrap-header .menu .div_2 .title {flex-shrink: 0; width: 37rem;}
.wrap-header .menu .div_2 .title strong {position: relative; display: inline-block; margin: 6.3rem 0 0 9rem; font-family: sm; font-size: 4rem; color: #fff;}
.wrap-header .menu .div_2 .title strong::after {content: ''; position: absolute; left: 0; bottom: -1.5rem; width: 100%; height: .2rem; background: #fff;}
.wrap-header .menu .div_2 .ul_2 {overflow: hidden; position: relative; flex-grow: 1; display: flex; flex-wrap: wrap; margin: 0 auto; padding: 1rem 0 9.3rem 2rem;}
.wrap-header .menu .div_2 .li_2 {position: relative; display: inline-block; width: 16.666%; margin-top: 6rem; padding: 0 1rem; vertical-align: top;}
.wrap-header .menu .eQ03 .div_2 .li_2,
.wrap-header .menu .eQ04 .div_2 .li_2 {width: 20%;}
.wrap-header .menu .div_2 .a_2 {position: relative; display: flex; align-items: center; font-family: pb; font-size: 1.8rem; text-align: left; line-height: 1; color: #ffffff; transition: all 0.3s;}
.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 span::before {content: ''; position: absolute; left: 0; bottom: -.7rem; width: 0; height: 1px; background: #fff; transition: width .35s;}
.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: 3.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; font-family: pm; font-size: 1.5rem; word-break: break-all; color: #fff; transition: all 0.3s;}
.wrap-header .menu .div_3 .a_3._active,
.wrap-header .menu .div_3 .a_3:hover { font-family: pb; color: #00ade6;}
.wrap-header .menu .div_3 .a_3::before {content: ''; position: absolute; left: 0; top: .75rem; width: .5rem; height: .5rem; border-radius: 100%; background: #fff;}
.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: .3rem; 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 .link {flex-shrink: 1; width: 38.5rem; border-left: 1px solid rgba(255,255,255,.2);}
.wrap-header .link ul {display: flex; justify-content: center; padding: 0 2.5rem;}
.wrap-header .link li {padding-right: 2rem;}
.wrap-header .link li:last-child {padding-right: 0;}
.wrap-header .link a {display: flex; align-items: center; height: 9rem; font-family: pr; font-size: 1.4rem; color: #fff;}
.wrap-header .link a::after {content: ''; position: relative; top: .1rem; width: .8rem; height: .8rem; margin-left: .5rem; background: url('../../images/common/btn-top-link.png') no-repeat center;}
.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: rgba(0,0,0,.5); transition: width .35s;}
.wrap-header .link a:hover span::after {width: 100%;}
.wrap-header .util {flex-shrink: 1; display: flex; align-items: center; width: 31rem; border-left: 1px solid rgba(255,255,255,.2);}
.wrap-header .lang {position: relative; margin-left: 3rem; padding: 1rem 0 1rem 3rem; background: url('../../images/common/ic-lang-google.png') no-repeat left center;}
.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 button.on::after {transform: rotate(180deg);}
.wrap-header .lang .list {position: absolute; right: 0; top: calc(100% + 1rem); display: none; width: calc(100% - 3rem); 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; padding: .2rem 0; font-family: psb; font-size: 1.4rem; text-align: center;}
.wrap-header .lang .list a:hover {background: #bfeaf8;}
.wrap-header .lang .list ul {padding: .9rem 0;}
.wrap-header .lang .tip {position: absolute; left: -99999px; top: calc(100% + 1rem); width: 34rem; padding: 2rem; background: rgba(255,255,255,1); border-radius: .5rem; font-family: pr; font-size: 1.5rem; line-height: 1.3; color: #000000; opacity: 0; box-shadow: 0 0 4px rgba(0, 0, 0, .5); transition: opacity .75s; transform: translate(-50%, 0);}
.wrap-header .lang .tip.on {left: 6rem; opacity: 1;}
.wrap-header .lang .tip button {display: inline-flex; justify-content: center; align-items: center; height: 3rem; margin-top: 1rem; padding: 0 1.5rem; background: #302a6c; border-radius: .5rem; font-family: pr; font-size: 1.5rem; color: #fff !important;}
.wrap-header .lang .tip button::after {display: none;}
.wrap-header .lang #google_translate_element {display: none;}
.wrap-header .login {padding-left: 3rem;}
.wrap-header .login a {position: relative; top: .2rem; width: 2rem; height: 9rem; display: block; background: url('../../images/common/btn-login.png') no-repeat center; text-indent: -99999px;}
.wrap-header .login.logout a {background: url('../../images/common/btn-logout.png') no-repeat center;}
.wrap-header .pop {padding-left: 3rem;}
.wrap-header .pop button {position: relative; top: .2rem; width: 2rem; height: 9rem; 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 {padding-left: 3.5rem;}
.wrap-header .sitemap button {display: flex; align-items: center; width: 2.3rem; height: 9rem;}
.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 a,
.wrap-header.scrolled .logo a {background: url('../../images/common/img-header-logo-color.png') no-repeat left center;}
.wrap-header:hover .menu .a_1,
.wrap-header.scrolled .menu .a_1 {color: #000;}
.wrap-header:hover .link,
.wrap-header.scrolled .link {border-left: 1px solid rgba(0,0,0,.2);}
.wrap-header:hover .link a,
.wrap-header.scrolled .link a {color: #000;}
.wrap-header:hover .link a::after,
.wrap-header.scrolled .link a::after {background: url('../../images/common/btn-top-link-color.png') no-repeat center;}
.wrap-header:hover .util,
.wrap-header.scrolled .util {border-left: 1px solid rgba(0,0,0,.2);}
.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 .login a,
.wrap-header.scrolled .login a {background: url('../../images/common/btn-login-color.png') no-repeat center;}
.wrap-header:hover .login.logout a,
.wrap-header.scrolled .login.logout a {background: url('../../images/common/btn-logout-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;}
.wrap-header .head-mobile-top .lang {display: none;}

@media screen and (max-width: 1840px) {
	.wrap-header .area {padding: 0 2rem;}
	.wrap-header .logo {width: 22rem;}
	.wrap-header .menu .div_1 .li_1 {padding-right: 4rem;}
}

@media screen and (max-width: 1650px) {
	.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: 36.5rem;}
}

@media screen and (max-width: 1520px) {
	.wrap-header .link {display: none;}
}

@media screen and (max-width: 1200px) {
	.wrap-header .logo {flex-grow: 1;}
	.btn-gnb-open {display: block; padding-left: 3rem;}
	.btn-gnb-open button {display: flex; align-items: center; width: 2.3rem; height: 9rem;}
	.btn-gnb-open button span {position: relative; top: .5rem; 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: 50rem; height: 100%; padding: 0; background: rgba(26,32,62,.95); 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% - 12.5rem);}

	.wrap-header .menu .ul_1 {flex-direction: column; align-items: flex-start;}
	.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 {position: relative; width: 17rem; height: auto !important; padding: 1.05rem 0 1.05rem 3rem; background-image: none; background-position: right center; font-family: pb; font-size: 2rem; text-align: left; color: #fff;}
	.wrap-header .menu .div_1 .a_1.on::after {content: ''; position: absolute; right: 0; top: 2.5rem; width: 3.5rem; height: 1px; background: #fff; }
	.wrap-header .menu .div_1 .a_1:hover,
	.wrap-header .menu .div_1 .line .a_1 {color: #fff !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%); 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% - 17rem); right: 0; left: auto; top: 0; max-height: none; height: 100%; 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;}
	.wrap-header .menu .div_2 .li_2 {display: block; width: 100% !important; margin: 0; padding: 0; border: 0; border-bottom: 1px solid #d9d9d9;}
	.wrap-header .menu .div_2 .a_2 {width: 100%; height: 5rem; padding: 0 0 0 2rem; font-family: pm; font-size: 1.8rem; color:#393939;}
	.wrap-header .menu .div_2 .a_2:hover,
	.wrap-header .menu .div_2 .a_2.on {background: #00aae5; color: #fff;}
	.wrap-header .menu .div_2 .a_2 span::before {display: none;}
	.wrap-header .menu .div_2 .a_2.plus::after {content: ''; position: absolute; right: 2rem; top: 1.8rem; width: 1.4rem; height: 1.4rem; background: url('../../images/common/btn-a2-fold-on.png') no-repeat center top !important;}
	.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_2 .a_2[target=_blank]::after {position: absolute; right: 2rem; top: 1.8rem; background: url('../../images/common/ic-a2-blank-mo.png') no-repeat center bottom;}
	.wrap-header .menu .div_2 .a_2[target=_blank]:hover::after {background-position: center top;}

	.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: 1.7rem 0 1.7rem 2rem;}
	.wrap-header .menu .div_3 .a_3 {color: #666;}
	.wrap-header .menu .div_3 .a_3::before {background: #666;}
	.wrap-header .menu .div_3 .a_3[target=_blank]::after {top: .2rem; width: 1.3rem; height: 1.4rem; background: url('../../images/common/ic-a2-blank-mo.png') no-repeat center bottom / cover;}

	.head-mobile-top {position: relative; z-index: 200; display: flex; justify-content: space-between; align-items: center; height: 9rem; padding: 0 2rem;}
	.wrap-header .sitemap {display: none;}
}

@media screen and (max-width: 1900px) {
	.wrap-header .lang .tip.on {left: auto; right: -11rem; transform: translate(0);}
}

@media screen and (max-width: 850px) {
	.wrap-header .util {width: 15.5rem; border-left: 0 !important;}
	.wrap-header .lang {display: none;}
	.wrap-header .head-mobile-top .mobile-logo {flex-grow: 1;}
	.wrap-header .head-mobile-top .lang {display: block; flex-shrink: 0; width: 12rem; margin: 0; margin-right: 4rem;}
	.wrap-header .head-mobile-top .lang button {color: #fff;}
	.wrap-header .head-mobile-top .lang button::after {background: url('../../images/common/btn-lang.png') no-repeat center;}
	.wrap-header .lang .tip.on {right: -6.5rem;}
}

@media screen and (max-width: 650px) {
	.wrap-header .logo a {background-size: 14.6rem auto !important;}
	.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.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.m6 {background: url('../../images/common/bg-sub-visual6.jpg') no-repeat center top / cover;}
.wrap-sub-visual.m7 {background: url('../../images/common/bg-sub-visual7.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;}

@media screen and (max-width: 1200px) {
	.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 {width: 2.6rem;height: 6rem;background-size: 2.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-util .sub-share {background-size: 2.6rem;}

}

@media screen and (max-width: 650px) {
	.wrap-sub-util .sub-navi .home a {width: 2.6rem;background-size: 2.6rem;}
	.wrap-sub-util .sub-navi > ul > li.last > .inner > button {display: block;max-width: 12rem;margin-right: 0; padding-right: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.wrap-sub-util .sub-util > ul > li > button {width: 4rem !important;}
	.wrap-sub-util .sub-navi #pagetitle2 > .inner > button {display: block;max-width: 16rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
	.wrap-sub-util .sub-navi #pagetitle2 > .inner > button::before {top: 2.8rem;}
	.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: 2.8em 0 5rem 0; background: #0c0d10;}
.sub .wrap-footer {margin-top: 10rem;}
.wrap-footer .area {max-width: 170rem;}
.wrap-footer .util {background: url('../../images/common/img-footer-logo.png') no-repeat right .5rem;}
.wrap-footer .family {position: relative; max-width: 40rem;}
.wrap-footer .family .button {position: relative; margin-bottom: 3.2rem; border-bottom: 1px solid #fff;}
.wrap-footer .family .button:hover {border-color: #00aae5;}
.wrap-footer .family .button::after {content: ''; position: absolute; right: 0; top: 2.3rem; width: 1.4rem; height: 1.4rem; background: url('../../images/common/btn-family.png') no-repeat center top / cover; transition: transform .35s;}
.wrap-footer .family .button:hover::after {background-position: center bottom; transform: rotate(270deg);}
.wrap-footer .family .button.on::after {background: url('../../images/common/btn-family-on.png') no-repeat center top / cover; transform: rotate(0);}
.wrap-footer .family .button.on:hover::after {background-position: center bottom;}
.wrap-footer .family button {position: relative; z-index: 1; width: 100%; padding: 2rem 0; font-family: pb; font-size: 2.2rem; text-align: left; color: #fff;}
.wrap-footer .family button:hover {color: #00aae5;}
.wrap-footer .family .list {display: none;}
.wrap-footer .family .list.on {overflow: hidden; position: absolute; left: 0; bottom: 100%; z-index: 50; width: 100%; display: block; border-radius: 1rem;}
.wrap-footer .family .list ul {padding: 1rem 0; background: #000;}
.wrap-footer .family .list.on ul {overflow: auto; max-height: 30rem;}
.wrap-footer .family .list.on ul::-webkit-scrollbar {width: 1.5rem; height: 1.5rem;}
.wrap-footer .family .list.on ul::-webkit-scrollbar-thumb {background: rgba(255,255,255,.3); border: 3px solid #000; border-radius: 1rem;}
.wrap-footer .family .list.on ul::-webkit-scrollbar-track {background-color: #000;}
.wrap-footer .family .list a {display: block; padding: .5rem 1.5rem; font-family: pb; font-size: 2rem; color: #fff;}
.wrap-footer .family .list a:hover {color: #00aae5;}
.wrap-footer .link {overflow: hidden; display: flex; width: 100%; padding-bottom: 2.8rem; padding-right: 15rem;}
.wrap-footer .link ul {display: flex; align-items: center; flex-wrap: wrap;}
.wrap-footer .link ul li {padding: .8rem 5rem .8rem 0}
.wrap-footer .link ul li:last-child {padding-right: 0;}
.wrap-footer .link .private a {color: #00aae5;}
.wrap-footer .link a {font-family: pr; font-size: 1.6rem; color: #fff;}
.wrap-footer .link a span {position: relative;}
.wrap-footer .link a span::after {content: ''; position: absolute; left: 0; bottom: -.5rem; width: 0; height: 1px; background: rgba(255,255,255,.5); transition: width .35s;}
.wrap-footer .link a:hover span::after {width: 100%;}
.wrap-footer .link .private a span::after {background: #00aae5;}
.wrap-footer .info {padding-top: 3.5rem; border-top: 1px solid rgba(255,255,255,.2);}
.wrap-footer .info {font-family: pr; font-size: 1.8rem; color: #fff;}
.wrap-footer .info span {padding-right: 3rem;}
.wrap-footer .info li {margin-bottom: .5rem;}
.wrap-footer .info .copy {margin-top: 1rem; font-family: pr; font-size: 1.4rem; color: #6c6c6c;}

@media screen and (max-width: 1400px) {
	.wrap-footer .link ul li {padding: .8rem 3rem .8rem 0}
}

@media screen and (max-width: 1100px) {
	.wrap-footer {padding: 3.5rem 0 3rem 0;}
	.wrap-footer .util {background-position: right 4.5rem !important;}
	.wrap-footer .link ul li {width: 33.333%;}
	.wrap-footer .info {padding-top: 2.3rem;}
	.wrap-footer .info .copy {margin-top: 1rem;}
}

@media screen and (max-width: 820px) {
	.wrap-footer .link ul li {width: 50%;}
}

@media screen and (max-width: 650px) {
	.wrap-footer .util {background: none;}
	.wrap-footer .family {max-width: 100%;}
	.wrap-footer .family .button {margin-bottom: 3.2rem;}
	.wrap-footer .link {padding-right: 0;}
	.wrap-footer .link ul {padding-right: 5rem;}
	.wrap-footer .link ul li {padding: .6rem 0 .6rem 0}
	.wrap-footer .info {font-size: 1.6rem;}
	.wrap-footer .info ul li {display: flex; flex-direction: column; align-items: flex-start;}
}

/* 플로팅 */
.wrap-float {position: fixed; right: -6rem; top: 50%;margin-top: 6.5rem; z-index: 90; transform: translate(0, -50%); opacity: 0;}
.wrap-float::before {content: '';position: absolute;bottom: 3.8rem; left: 0;width: 100%;; height: calc(100% - 14.4rem);background: #e8e8e8f2;}
.wrap-float ul {overflow: hidden; width: 8.5rem;  border-radius: 10rem; box-shadow: 0 0 .4rem rgba(0,0,0,.2);}
.wrap-float .float1 .button {display: flex; flex-direction: column; justify-content: center; align-items: center;width: 100%; height: 10.6rem;  background: #1885deda;font-family: pb; font-size: 1.5rem; transition: .35s;color: #fff;line-height: 1.1;}
.wrap-float .float2 .button {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center;width: 100%; height: 9.6rem;  background: url('../../images/main/img-float-dot.jpg') no-repeat center bottom;font-family: pb; font-size: 1.5rem; transition: .35s;color: #302a6c;line-height: 1;}
.wrap-float .float3 {position: relative;padding-bottom: 1rem;}
.wrap-float .float3 button {position: relative; display: block;width: 100%;;padding: 1.2rem 0;font-size: 1.5rem;color: #1d1d1d;text-align: center;transition: .25s;}
.wrap-float .float3 button:hover {color: #302a6c;}
.wrap-float .float3 button::before {content: '';position: absolute;left: 50%;bottom: 0;width: calc(100% - 2rem);height: 1px;margin-left: -3.25rem;background: #b1b1b1f2;}
.wrap-float .float3 button span {position: relative;}
.wrap-float .float3 button span::before {content: '';position: absolute;left: 0;bottom: 0;width: 0;height: 1px;background-color: #302a6c;transition: .25s;}
.wrap-float .float3 button:hover span::before {width: 100%;}
.wrap-float .float3 button:last-child::before {display: none;}
.wrap-float .float4 {position: relative;background: #0f0e0d;}
.wrap-float .float4 .button {position: relative;display: block;width: 100%;height: 3.8rem;padding-left: 1.4rem;color: #fff;font-family: sm;font-size: 1rem;}
.wrap-float .float4 .button::before {content: '';position: absolute;left: 2.3rem;top: 1.2rem;width: 1.2rem;height: 1.2rem;background:  url('../../images/main/ic-btn-top-arrow.jpg') no-repeat center;}

.wrap-float .txt {display: flex; flex-direction: column; align-items: center; margin-top: .8rem;}
.wrap-float .txt span {position: relative;}

@media screen and (max-width: 1100px) {
	.wrap-float {margin-top: 11rem;}
	.wrap-float::before {height: calc(100% - 12.9rem)}
	.wrap-float ul {width: 7rem;}
	.wrap-float .txt {margin-top: .6rem;}
	.wrap-float .float1 .button {height: 9.2rem;font-size: 1.3rem;}
	.wrap-float .float2 .button {height: 9.2rem;font-size: 1.3rem;}
	.wrap-float .float3 {padding-bottom: .5rem;}
	.wrap-float .float3 button {padding: 1rem 0;font-size: 1.3rem;}
	.wrap-float .float3 button::before {width: calc(100% - 1rem);;margin-left: -3rem;}
	.wrap-float .float4 .button {font-size: .9rem}
	.wrap-float .float4 .button::before {left: 1.6rem;background-size: 90%;}
}

@media screen and (max-width: 650px) {
	.wrap-float {top: auto; bottom: 3rem;transform: translateY(0);}
	.wrap-float::before {height: calc(100% - 12.3rem)}
	.wrap-float .txt {margin-top: .5rem;}
	.wrap-float .float1 .button {height: 8.5rem;}
	.wrap-float .float2 .button {height: 8.5rem;}
}

/* 30주년 로고 */
.logo-30th {position: absolute;right: -2.1rem;top: -17rem;width: 13rem;;}
.logo-30th img {width: 100%;}

@media screen and (max-width:1100px) {
	.logo-30th {right: -2.8rem;top: -14rem;width: 13rem;}
}

@media screen and (max-width:650px) {
	.logo-30th {top: -12rem;right: -2.2rem;width: 11.5rem;}
}

/* 온라인 서비스 */
.wrap-online {position: fixed; left: -9999rem; top: 0; z-index: 200; display: none; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0,0,0,.7); opacity: 0; transition: opacity .35s;}
.wrap-online.on {left: 0; display: flex; opacity: 1;}
.edit .wrap-online {position: static; display: flex; padding: 4rem 0; opacity: 1;}
.wrap-online .area {max-width: 136rem; padding: 8rem 19rem; background: rgba(255,255,255,.9);}
.wrap-online .title {margin-bottom: 4rem; font-family: sb; font-size: 6rem; text-align: center; line-height: 1; color: #1a203e;}
.wrap-online .title i {position: relative;}
.wrap-online .title i::after {content: ''; position: absolute; left: .3rem; top: .4rem; width: 1.4rem; height: 1.2rem; background: #00aae5;}
.wrap-online .slider {overflow: hidden;}
.wrap-online .slider ul {display: flex; flex-wrap: wrap; width: calc(100% + 1rem);}
.wrap-online .slider li {width: 25%; padding: 0 1rem 1rem 0;}
.wrap-online .slider a {position: relative; display: flex; justify-content: space-between; align-items: center; height: 6rem; padding: 1rem 1.5rem 1rem 2rem; background: #fff; border: 1px solid #d8d8d8; font-family: pr; font-size: 1.8rem; color: #000000;}
.wrap-online .slider a:hover {font-family: pb; color: #00aae5;}
.wrap-online .slider a::after {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-shadow: 0 0 0 2px #00aae5; opacity: 0; transition: opacity .35s;}
.wrap-online .slider a:hover::after {opacity: 1;}
.wrap-online .slider a strong {display: inline-block; line-height: 1.1;}
.wrap-online .slider .more {display: block; width: 3.1rem; height: 2.2rem; background: url('../../images/main/btn-online.png') no-repeat right center / cover;}
.wrap-online .slider a:hover .more {background: url('../../images/main/btn-online-on.png') no-repeat center / cover;}
.wrap-online .close {position: absolute; right: 4rem; top: 4rem; width: 3.6rem; height: 3.6rem; background: url('../../images/main/btn-online-close.png') no-repeat center / cover; text-indent: -9999rem; transition: transform .35s;}
.wrap-online .close:hover {transform: rotate(270deg);}
.wrap-online .paging {display: flex; justify-content: center; margin-top: 5rem;}
.wrap-online .paging ul {display: flex; justify-content: center; align-items: center;}
.wrap-online .paging li {width: auto; height: auto; padding: 0 .9rem; background: none; opacity: 1;}
.wrap-online .paging span {display: block; width: 1rem; height: 1rem; background: #a2a2a2; border-radius: 100%; text-indent: -99999px;}
.wrap-online .paging .swiper-pagination-bullet-active span {width: 1.8rem; height: 1.9rem; background: url('../../images/main/btn-online-paging.png') no-repeat center;}
.wrap-online .control {position: absolute; left: 0; top: 50%; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 0; padding: 0 10.5rem;}
.wrap-online .control button {width: 2rem; height: 3.2rem; text-indent: -9999rem;}
.wrap-online .control .prev {background: url('../../images/main/btn-online-prev.png') no-repeat center / cover;}
.wrap-online .control .next {background: url('../../images/main/btn-online-next.png') no-repeat center / cover;}

@media screen and (max-width: 1400px) {
	.wrap-online {padding: 0 4rem;}
	.wrap-online .area {padding: 8rem 9rem;}
	.wrap-online .control {padding: 0 3.7rem;}
}

@media screen and (max-width: 1100px) {
	.wrap-online .area {padding: 6rem 9rem;}
	.wrap-online .title {font-size: 5.2rem;}
	.wrap-online .title i::after {left: .37rem; top: .4rem; width: 1.1rem; height: 1.1rem;}
	.wrap-online .slider li {width: 33.333%;}
	.wrap-online .paging {margin-top: 4rem;}
	.wrap-online .close {right: 3.5rem; top: 3.5rem;}
}

@media screen and (max-width: 910px) {
	.wrap-online {padding: 0 4rem;}
	.wrap-online .area {padding: 6rem 9rem;}
	.wrap-online .title {margin-bottom: 3.5rem; font-size: 3.6rem;}
	.wrap-online .title i::after {left: .25rem; top: .2rem; width: .7rem; height: .8rem;}
	.wrap-online .slider li {width: 50%;}
	.wrap-online .slider a {height: 4.5rem; font-size: 1.4rem;}
	.wrap-online .paging {margin-top: 3rem;}
}

@media screen and (max-width: 750px) {
	.wrap-online .area {padding: 6rem 6rem;}
	.wrap-online .slider a strong br {display: none;}
	.wrap-online .control {padding: 0 2rem;}
}

@media screen and (max-width: 650px) {
	.wrap-online .title {font-size: 3rem;}
	.wrap-online .title i::after {left: .21rem; width: .6rem; height: .6rem;}
	.wrap-online .slider li {width: 100%; padding: .5rem 1rem;}
	.wrap-online .close {right: 3rem; top: 3rem; width: 2.5rem; height: 2.5rem;}
}

/* 사용자 서비스 */
.wrap-user {position: fixed; left: -9999rem; top: 0; z-index: 200; display: none; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0,0,0,.7); opacity: 0; transition: opacity .35s;}
.wrap-user.on {left: 0; display: flex; opacity: 1;}
.edit .wrap-user {position: static; display: flex; padding: 4rem 0; opacity: 1;}
.wrap-user .area {max-width: 136rem; height: 56rem; padding: 8rem 0; background: rgba(26,31,54,.9);}
.wrap-user .title {margin-bottom: 4rem; padding: 0 8rem; font-family: sb; font-size: 6rem; text-align: center; line-height: 1; color: #ffffff;}
.wrap-user .title i {position: relative;}
.wrap-user .title i::after {content: ''; position: absolute; left: .3rem; top: .4rem; width: 1.4rem; height: 1.2rem; background: #00aae5;}
.wrap-user .tab {background: #272d48;}
.wrap-user .tab ul {display: flex; justify-content: center; align-items: center;}
.wrap-user .tab li {padding: 0 4.5rem;}
.wrap-user .tab button {position: relative; height: 8rem; font-family: sm; font-size: 3rem; color: #fff;}
.wrap-user .tab button:hover,
.wrap-user .tab button.on {color: #00ade6;}
.wrap-user .tab button::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: .4rem; background: #00ade6; transition: width .35s;}
.wrap-user .tab button:hover::after,
.wrap-user .tab button.on::after {width: 100%;}
.wrap-user .tab button span {position: relative; top: .3rem;}
.wrap-user .list {display: none; padding: 0 8rem; margin-top: 6rem;}
.wrap-user .list.on {display: flex;}
.wrap-user .list ul {position: relative; display: flex; flex-wrap: wrap; width: 100%;}
.wrap-user .list li {position: relative; width: 25%; padding: .5rem 0;}
.wrap-user .list li::after {content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,.2);}
.wrap-user .list a {position: relative; padding-left: 3rem; font-family: pr; font-size: 2rem; color: #ffffff;}
.wrap-user .list a[target=_blank]::before {content: '';position: absolute;top: 49.7%;right: -2.5rem;transform: translateY(-50%);width: 1.5rem;height: 1.6rem;margin-left: 1rem;background: url(../../images/common/ic-a2-blank.png) no-repeat center / cover;}
.wrap-user .list a::after {content: ''; position: absolute; left: -.3rem; top: .8rem; z-index: 1; width: .7rem; height: .7rem; background: #00aae5; border-radius: 100%; opacity: 0; transition: opacity .35s;}
.wrap-user .list a:hover::after {opacity: 1;}
.wrap-user .list a span {position: relative;}
.wrap-user .list a span::after {content: ''; position: absolute; left: 0; bottom: -.4rem; width: 0; height: 2px; background: #fff; transition: width .35s;}
.wrap-user .list a:hover span::after {width: 100%;}
.wrap-user .close {position: absolute; right: 4rem; top: 4rem; width: 3.6rem; height: 3.6rem; background: url('../../images/main/btn-service-close.png') no-repeat center / cover; text-indent: -9999rem; transition: transform .35s;}
.wrap-user .close:hover {transform: rotate(270deg);}

@media screen and (max-width: 1400px) {
	.wrap-user {padding: 0 4rem;}
	.wrap-user .area {min-height: 51.7rem; padding: 6rem 0;}
	.wrap-user .title {padding: 0 5rem; font-size: 5.2rem;}
	.wrap-user .title i::after {width: 1.1rem; height: 1rem;}
	.wrap-user .tab button {height: 7rem; font-size: 2.6rem;}
	.wrap-user .list {margin-top: 4rem; padding: 0 5rem;}
	.wrap-user .list li {width: 33.333%;}
	.wrap-user .list a {padding-left: 2rem; font-size: 1.8rem;}
	.wrap-user .list a[target=_blank]::before {right: -2.3rem;width: 1.4rem;height: 1.5rem;}
	.wrap-user .close {right: 3.5rem; top: 3.5rem;}
}

@media screen and (max-width: 910px) {
	.wrap-user {padding: 0 2rem;}
	.wrap-user .area {min-height: 58.5rem;}
	.wrap-user .title {font-size: 3.6rem;}
	.wrap-user .title i::after {left: .2rem; top: .3rem; width: .8rem; height: .7rem;}
	.wrap-user .tab li {padding: 0 1.2rem;}
	.wrap-user .tab button {height: 6.5rem; font-size: 2.1rem;}
	.wrap-user .list li {width: 50%;}
	.wrap-user .list a {font-size: 1.7rem;}
}

@media screen and (max-width: 650px) {
	.wrap-user .area {min-height: 54.3rem;}
	.wrap-user .title {font-size: 3rem;}
	.wrap-user .tab li {padding: 0 .8rem;}
	.wrap-user .tab button {font-size: 1.7rem;}
	.wrap-user .list {padding: 0 2rem;}
	.wrap-user .list a {font-size: 1.4rem;}
	.wrap-user .list a[target=_blank]::before {right: -2rem;width: 1.3rem;height: 1.4rem;}
	.wrap-user .title i::after {width: .7rem; height: .5rem;}
	.wrap-user .close {right: 3rem; top: 3rem; width: 2.5rem; height: 2.5rem;}
}

/* 탑버튼 */
/* .btn-top-page {position: fixed; right: 2rem; bottom: -1rem; z-index: 95; transition: .53s;}
.btn-top-page.fix {bottom: 3rem;}
.btn-top-page button {width: 6rem; height: 6rem; 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;}

@media screen and (max-width: 650px) {
	.btn-top-page {right: 1.6rem;}
} */

/* 블랙딤 */
.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;}

/* 게시판 공통 */
.view .detail li span i {display: inline-block; margin-left: .4rem; transform: translateY(-.1rem);}
.view .cate-name {position: absolute;right: 5rem;top: 50%;transform: translateY(-50%);display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: 14rem; height: 3rem; margin-right: 2.5rem; border-radius: .6rem; font-family: pm; font-size: 1.4rem;}
.view .cate-name.color-1 {border: 1px solid #00aae5; color: #00aae5;}
.view .cate-name.color-2 {border: 1px solid #302a6c; color: #302a6c;}
.view .cate-name.color-3 {border: 1px solid #7d5e32; color: #7d5e32;}
.view .cate-name.color-4 {border: 1px solid #ec710e; color: #ec710e;}
.view .cate-name.color-5 {border: 1px solid #10ae41; color: #10ae41;}
.view .cate-name.color-6 {border: 1px solid #c32fc1; color: #c32fc1;}
.view .cate-name.color-7 {border: 1px solid #04ac9a; color: #04ac9a;}
.view .cate-name.color-8 {border: 1px solid #f22694; color: #f22694;}
.view .cate-name.color-9 {border: 1px solid #296987; color: #296987;}
.view .cate-name.color-10 {border: 1px solid #87045d; color: #87045d;}
.view .cate-name.color-11 {border: 1px solid #3853c6; color: #3853c6;}
.view .cate-name.color-12 {border: 1px solid #f12929; color: #f12929;}
.view .cate-name.color-13 {border: 1px solid #1e5322; color: #1e5322;}
.view .cate-name.color-14 {border: 1px solid #5d25b0; color: #5d25b0;}
.view .cate-name.color-15 {border: 1px solid #5c9608; color: #5c9608;}
.view .cate-name i {position: relative; top: .1rem;}

@media screen and (max-width: 930px) {
	.view .cate-name {position: relative;margin: 4rem 0 0 5rem;}
}

.board-list .cate .all-list {position: absolute;left: 5rem;top: 1.3rem;}
.board-list .cate > ul > li:first-child {padding-left: 7.9rem;}

@media screen and (max-width: 1500px) {
	.board-list .cate .all-list {left: 2.6rem;top: 2.1rem;}
	.board-list .cate > ul > li:first-child {padding-left: 5rem;}
}

/* 스킵네비게이션 */
.skip-navi {position: relative;}
.skip-navi a {display:block; position: absolute; left: 0; top: -20rem; z-index:200; width:100%; padding:1rem 0; background:#002c77; border:0 none; text-align:center;  color:#fff !important; }
.skip-navi a:focus, .skip-navi a:hover, .skip-navi a:active {top:0; font-size:1.5rem; font-weight:bold; border-bottom:1px solid #fff; line-height:1.5;}