@charset "utf-8";

body {top: 0 !important;}

body.main {opacity: 0;}
body.main.loaded {opacity: 1;}

.area {position: relative; width: 100%; max-width: 180rem; margin: 0 auto;}
.sub .area {max-width: 160rem;}

@media screen and (max-width: 1840px) {
	.area {padding: 0 4rem;}
}

@media screen and (max-width: 700px) {
	.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 screen and (max-width: 1840px) {
	.sub #_contentBuilder ._objTag,
	.sub #_contentBuilder ._objHtml,
	.sub #_contentBuilder ._objImage,
	.sub #_contentBuilder ._objWidget,
	.sub #_contentBuilder ._objHeading {padding: 0 4rem;}
}

@media screen and (max-width: 700px) {
	.sub #_contentBuilder ._objTag,
	.sub #_contentBuilder ._objHtml,
	.sub #_contentBuilder ._objImage,
	.sub #_contentBuilder ._objWidget,
	.sub #_contentBuilder ._objHeading {padding: 0 2rem;}
}

/* 탑배너 */
.wrap-top-banner {overflow: hidden; display: none;position: relative; width: 100%;}
.wrap-top-banner.on {display: block; left: 0; top: 0;}
.wrap-top-banner .slider p {display: flex; justify-content: center; align-items: center; height: 8rem; background: #00265a; font-family: pm; font-size: 2.2rem; color: #fff;}
.wrap-top-banner .slider p span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 34rem;}
.wrap-top-banner .slider p span i {position: relative;}
.wrap-top-banner .slider p span i::after {content: ''; position: absolute; left: 0; bottom: -.2rem; width: 0; height: .1rem; background: rgba(255,255,255,.5); transition: width .35s;}
.wrap-top-banner .slider a:hover p span i::after {width: 100%;}
.wrap-top-banner .util {position: absolute; right: 0; top: 0; z-index: 10; display: flex; align-items: center; height: 8rem;}
.wrap-top-banner .top-today {display: flex; align-items: center; font-family: pr; font-size: 1.4rem; color: #cecece; cursor: pointer;}
.wrap-top-banner .top-today span {margin-left: .5rem;}
.wrap-top-banner .top-today input[type="checkbox"] {position: absolute; left: 0; top: 0; z-index: 1; border: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: 0; cursor: pointer;}
.wrap-top-banner .top-today input[type="checkbox"] + label {position: relative; top: .2rem; display: inline-block; width: 1.5rem; height: 1.5rem; margin-right: .5rem; background: url('../../images/main/btn-top-close.png') no-repeat center / cover;}
.wrap-top-banner .top-today:hover + label,
.wrap-top-banner .top-today input[type="checkbox"]:focus-visible + label {background: url('../../images/main/ico-pop-today-on.png') no-repeat center / cover;}
.wrap-top-banner .top-close {margin-left: 1rem;}
.wrap-top-banner .top-close button {width: 2rem; height: 2rem; background: #3386ff url('../../images/main/btn-top-close2.png') no-repeat center; border-radius: .5rem; text-indent: -99999rem; transition: transform .35s;}
.wrap-top-banner .top-close button:hover {transform: rotate(270deg);}

@media screen and (max-width: 1820px) {
	.wrap-top-banner .util {right: 2rem;}
}

@media screen and (max-width: 1300px) {
	.wrap-top-banner .slider p span {padding: 0 30rem;}
}

@media screen and (max-width: 960px) {
	.wrap-top-banner .slider p {padding-top: 1.5rem; align-items: flex-start; font-size: 1.8rem;}
	.wrap-top-banner .slider p span {padding: 0 4rem;}
	.wrap-top-banner .util {justify-content: center; width: 100%; height: 2rem; right: 50%; top: 4.8rem; transform: translate(50%, 0);}
	.wrap-top-banner .top-today {font-size: 1.2rem;}
}

/* 헤더 */
.wrap-header-box {position: absolute; left: 0; top: -20rem; z-index: 100; width: 100%; opacity: 0;}
.sub .wrap-header-box {top: 0; opacity: 1;}
.wrap-header {position: relative; transition: background .35s;}
.wrap-header .area {position: static; max-width: 180rem;}
.wrap-header .row {display: flex; align-items: center; justify-content: space-between;}
.wrap-header .logo {flex-shrink: 1; width: 26rem;}
.wrap-header .logo a {display: block; height: 10rem; background: url('../../images/common/img-header-logo.png') no-repeat left calc(100% - 1.9rem) / 26rem auto; text-indent: -99999rem;}
.wrap-header .menu {width: calc(100% - 45rem);}
.wrap-header .menu .div_1 .ul_1 {display: flex; justify-content: flex-end;}
.wrap-header .menu .div_1 .li_1 {padding-right: 7.5rem;}
.en .wrap-header .menu .div_1 .li_1 {padding-right: 2rem;}
.wrap-header .menu .div_1 .li_1.li_1_5997,
.wrap-header .menu .div_1 .li_1:last-child {display: none;}
.wrap-header .menu .div_1 .a_1 {display: flex; align-items: flex-end; height: 10rem; padding-bottom: 1.5rem; font-family: pb; font-size: 2.6rem; color: #fff;}
.en .wrap-header .menu .div_1 .a_1 {padding-bottom: 2rem; font-size: 1.6rem; line-height: 1.2;}
.wrap-header .menu .div_1 .a_1:hover,
.wrap-header .menu .div_1 .line .a_1 {color: #014099 !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: 50%; bottom: -2.5rem; z-index: 120; width: 2.5rem; height: 2.5rem; background: url('../../images/common/ic-a1-deco.png') no-repeat center / 2.5rem auto; opacity: 0; transform: translate(-50%, 0); transition: opacity .35s;}
.en .wrap-header .menu .div_1 .a_1 span::after {bottom: -3rem;}
.wrap-header .menu .div_1 .a_1:hover span::after,
.wrap-header .menu .div_1 .line .a_1 span::after {opacity: 1;}

.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: #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: .1rem solid #e9e9e9; visibility: visible; transition: opacity 0.5s, visibility 0.5s;}
.wrap-header .menu .div_2 .inner {max-width: 182rem; margin: 0 auto;}
.wrap-header .menu .div_2 .ul_2 {overflow: hidden; position: relative; display: flex; flex-wrap: wrap; margin: 0 auto; padding: 0 5rem 10rem 5rem;}
.wrap-header .menu .div_2 .li_2 {position: relative; display: inline-block; width: 20%; margin-top: 4rem;}
.wrap-header .menu .div_2 .a_2 {position: relative; display: flex; align-items: center; padding: 0 2rem; font-family: pm; font-size: 2rem; text-align: left; line-height: 1; color: #000000; transition: all 0.3s;}
.wrap-header .menu .div_2 .a_2::before {content: ''; position: absolute; left: 0; top: 0; z-index: 1; width: .2rem; height: 2rem; background: #000000;}
.wrap-header .menu .div_2 .a_2[target=_blank]::after {content: ''; flex-shrink: 0; width: 1.5rem; height: 1.6rem; margin-left: 1rem; background: url('../../images/common/ic-a2-blank.png') no-repeat center top / 1.5rem auto;}
.wrap-header .menu .div_2 .a_2[target=_blank]:hover::after {background-position: center bottom !important;}
.wrap-header .menu .div_2 .a_2:hover,
.wrap-header .menu .div_2 .a_2.line {color: #014099;}
.wrap-header .menu .div_2 .a_2:hover::before,
.wrap-header .menu .div_2 .a_2.line::before {background: #014099;}

.wrap-header .menu .div_3 .ul_3 {position: relative; margin-top: 2.2rem;}
.wrap-header .menu .div_3 .ul_3::after {content: ''; position: absolute; left: 0; top: -5.5rem; width: .1rem; height: calc(100% + 5.5rem); background: #e9e9e9;}
.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: 2rem; padding-right: 2rem; font-family: pr; font-size: 1.7rem; word-break: break-all; color: #666666; transition: all 0.3s;}
.en .wrap-header .menu .div_3 .a_3 {font-size: 1.5rem;}
.wrap-header .menu .div_3 .a_3._active,
.wrap-header .menu .div_3 .a_3:hover {color: #0599d9;}
.wrap-header .menu .div_3 .a_3._active::before,
.wrap-header .menu .div_3 .a_3:hover::before {content: ''; position: absolute; left: -.16rem; top: .75rem; z-index: 1; width: .5rem; height: .5rem; border-radius: 100%; background: #0599d9;}
.wrap-header .menu .div_3 .a_3[target=_blank]::after {content: ''; position: relative; top: .1rem; display: inline-block; width: 1.1rem; height: 1.2rem; margin: 0 0 0 1rem; background: url('../../images/common/ic-a3-blank.png') no-repeat center top / cover;}
.wrap-header .menu .div_3 .a_3[target=_blank]:hover::after {background-position: center bottom !important;}
.wrap-header .menu .div_3 .a_3 span {position: relative;}
.wrap-header .menu .div_3 .a_3 span::after {content: ''; position: absolute; left: 0; top: 50%; z-index: -1; width: 0; height: 1rem; background: #ebf8ff; transition: width .35s; transform: translate(0 , -50%);}
.wrap-header .menu .div_3 .a_3._active span::after,
.wrap-header .menu .div_3 .a_3:hover span::after {width: 100%;}

.wrap-header .util {flex-shrink: 1; display: flex; align-items: center; width: 14rem;}
.wrap-header .search button {display: flex; align-items: center; width: 2.5rem; height: 10rem;}
.wrap-header .search button span {position: relative; top: .2rem; display: flex; width: 100%; height: 100%; background: url('../../images/common/btn-search.png') no-repeat center calc(100% - 2.2rem) / 2.5rem auto; text-indent: -99999px;}
.wrap-header .pop {padding-left: 3rem;}
.wrap-header .pop button {position: relative; top: .2rem; width: 2.4rem; height: 10rem; display: block; background: url('../../images/common/btn-popup-noti.png') no-repeat center calc(100% - 2.2rem) / 2.2rem auto; text-indent: -99999px;}
.wrap-header .pop button span {position: absolute; right: -.3rem; top: 5.3rem; display: flex; justify-content: center; align-items: center; width: 1.3rem; height: 1.3rem; background: #ff8400; border-radius: 100%; font-family: pb; font-size: .8rem; line-height: 1.3rem; text-indent: 0; color: #fff;}
.wrap-header .sitemap {padding-left: 3rem;}
.wrap-header .sitemap button,
.wrap-header .sitemap a {display: flex; align-items: center; width: 3rem; height: 10rem;}
.wrap-header .sitemap button span,
.wrap-header .sitemap a span {position: relative; top: .2rem; display: flex; width: 100%; height: 100%; background: url('../../images/common/btn-sitemap.png') no-repeat center calc(100% - 2rem) / 3rem auto; text-indent: -99999px;}

.wrap-header .top {position: absolute; right: 0; top: 0; z-index: 120; display: flex; align-items: center; width: 100%; height: 0;}
.wrap-header .top .area {display: flex; justify-content: flex-end; height: 0;}
.wrap-header .lang {position: relative; display: flex; align-items: center; height: 5rem; padding: 0 0 0 4rem; background: url('../../images/common/ic-lang-google.png') no-repeat left center / 2.9rem auto;}
.wrap-header .lang button {position: relative; top: .2rem; display: flex; align-items: center; font-family: pm; font-size: 1.4rem; 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%); 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%); 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: #0a4da1; 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 .link {position: relative; top: .2rem;}
.wrap-header .link ul {display: flex; align-items: center;}
.wrap-header .link li {position: relative; margin-left: 2rem; padding-left: 2rem;}
.wrap-header .link li::after {content: ''; position: absolute; left: 0; top: 50%; display: block; width: .2rem; height: .2rem; background: #fff; transform: translate(0, -50%);}
.wrap-header .link li:first-child::after {display: none;}
.wrap-header .link a { display: flex; align-items: center; height: 5rem; font-family: pm; font-size: 1.4rem; color: #ffffff;}
.wrap-header .head-mobile-top .lang button {color: #fff !important;}
.wrap-header .head-mobile-top .lang button::after {background: url(../../images/common/btn-lang.png) no-repeat center !important;}
.wrap-header .head-mobile-top .link a {color: #fff !important;}
.wrap-header .head-mobile-top .link li::after {background: #fff !important;}

@media screen and (min-width: 1200px) {
	.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 calc(100% - 1.9rem) / 26rem auto;}
	.wrap-header:hover .menu .a_1,
	.wrap-header.scrolled .menu .a_1 {color: #565656;}
	.wrap-header:hover .lang button,
	.wrap-header.scrolled .lang button {color: #000;}
	.wrap-header:hover .link a,
	.wrap-header.scrolled .link a {color: #000;}
	.wrap-header:hover .link li:after,
	.wrap-header.scrolled .link li:after {background: #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 .search button span,
	.wrap-header.scrolled .search button span {background: url('../../images/common/btn-search-color.png') no-repeat center calc(100% - 2.2rem) / 2.5rem auto;}
	.wrap-header:hover .pop button,
	.wrap-header.scrolled .pop button {background: url('../../images/common/btn-popup-noti-color.png') no-repeat center calc(100% - 2.2rem) / 2.2rem auto;}
	.wrap-header:hover .sitemap button span,
	.wrap-header.scrolled .sitemap button span,
	.wrap-header:hover .sitemap a span,
	.wrap-header.scrolled .sitemap a span {background: url('../../images/common/btn-sitemap-color.png') no-repeat center calc(100% - 2rem) / 3rem auto;}
	.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 calc(100% - 2rem);}
}

.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_2 .ul_2 {padding: 0 2rem 4rem 2rem;}
	.wrap-header .menu .div_1 .li_1 {padding-right: 4rem;}
	.en .wrap-header .menu .div_1 .li_1 {padding-right: 2rem;}
}

@media screen and (max-width: 1785px) {
	.en .wrap-header .logo {width: 16rem;}
	.en .wrap-header .logo a {background-size: 16rem auto !important;}
	.en .wrap-header .menu {width: calc(100% - 35rem);}
	.en .wrap-header .menu .div_1 .li_1 {padding-right: 1rem;}
	.en .wrap-header .menu .div_1 .a_1 {font-size: 1.4rem;}
}

@media screen and (max-width: 1650px) {
	.wrap-header .menu .div_1 .li_1 {padding-right: 3rem;}
	.wrap-header .menu .div_1 .a_1 {padding-bottom: 1.8rem; font-size: 2.2rem;}
}

@media screen and (max-width: 1300px) {
	.wrap-header .menu .div_1 .li_1 {padding-right: 2rem;}
	.wrap-header .menu .div_1 .a_1 {padding-bottom: 2.1rem; font-size: 2rem;}
}

@media screen and (max-width: 1200px) {
	.wrap-header .logo a {background-size: 21rem auto !important;}

	.btn-gnb-open {display: block; padding-left: 3rem;}
	.btn-gnb-open button {display: flex; align-items: center; width: 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 calc(100% - 2rem) / 3rem auto; text-indent: -99999px;}

	.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: 130; width: 100% !important; max-width: 50rem; height: 100%; padding: 0; background: #0b4da2; 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% - 6.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 .a_1 {position: relative; width: 17rem; height: auto !important; padding: 1.3rem 2rem 1.8rem 2rem; background-image: none; background-position: right center; font-family: pm; font-size: 2.2rem; text-align: left; color: #fff;}
	.wrap-header .menu .div_1 .a_1.on {background: #ffffff; color: #0b4da2;}
	.en .wrap-header .menu .div_1 .a_1 {font-size: 1.5rem;}
	.wrap-header .menu .div_1 .a_1:hover,
	.wrap-header .menu .div_1 .line .a_1 {background: #ffffff; color: #0b4da2;}
	.wrap-header .menu .div_1 .a_1 span {position: static; z-index: 160;}
	.wrap-header .menu .div_1 .a_1 span::after {display: none;}
	.wrap-header .menu .div_1 .a_1.on span::after {display: none; left: auto; right: 0; bottom: auto; top: 50%; transform: translate(50%, -62%); opacity: 1;}
	.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;}
	.wrap-header .menu .div_2 .a_2 {width: 100%; height: 5.5rem; padding: 0 5rem 0 2.5rem; font-family: pr; font-size: 1.8rem; color:#000000;}
	.wrap-header .menu .div_2 .a_2::before {display: none;}
	.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: 2.2rem; width: 1rem; height: .9rem; background: url('../../images/common/btn-a2-fold-on.png') no-repeat center center;}
	.wrap-header .menu .div_2 .a_2.on.plus::after {background: url('../../images/common/btn-a2-fold-off.png') no-repeat center;}
	.wrap-header .menu .div_2 .a_2[target=_blank]::after {position: absolute; right: 2rem; top: 2rem; width: 1.1rem; height: 1.1rem; background: url('../../images/common/ic-a2-blank-mo.png') no-repeat center top / cover !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: 1.7rem 0 1.7rem 3rem; background: #dbf4ff;}
	.wrap-header .menu .div_3 .li_3:last-child {padding-bottom: 0;}
	.wrap-header .menu .div_3 .a_3 {width: 100%; padding-left: 1rem; font-family: pr; font-size: 1.5rem; color: #666666;}
	.wrap-header .menu .div_3 .a_3::before {content: ''; position: absolute; left: -.2rem; top: .75rem; z-index: 1; width: .3rem; height: .3rem; border-radius: 100%; background: #666666;}
	.wrap-header .menu .div_3 .a_3._active::before,
	.wrap-header .menu .div_3 .a_3:hover::before {width: .3rem; height: .3rem;}
	.wrap-header .menu .div_3 .a_3[target=_blank]::after {position: absolute; top: .2rem; right: 2rem; width: 1.1rem; height: 1.1rem; background: url('../../images/common/ic-a3-blank-mo.png') no-repeat center top / cover;}
	.wrap-header .menu .div_3 .a_3._active[target=_blank]::after {background-position: center bottom !important;}

	.head-mobile-top {position: relative; z-index: 200; display: flex; justify-content: space-between; align-items: center; height: 6.5rem; 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 .logo a {background-position: left center !important; background-size: 15rem auto !important;}
	.wrap-header .logo a {height: 7rem;}
	.wrap-header .util {width: 13.5rem; border-left: 0 !important;}
	.wrap-header .top {display: none;}
	.wrap-header .head-mobile-top .mobile-logo {flex-grow: 1;}
	.wrap-header .head-mobile-top .lang {display: flex;}
	.wrap-header .lang .tip.on {left: 0;}
	.wrap-header .search button,
	.wrap-header .pop button,
	.btn-gnb-open button {height: 7rem;}
	.wrap-header .search button span {background-position: center !important;}
	.wrap-header .pop button {background-position: center !important;}
	.wrap-header .pop button span {top: 2rem;}
	.btn-gnb-open button span {top: 0;}
}

@media screen and (max-width: 650px) {
	.wrap-header .menu {max-width: 100%;}
}

/* 서브 비주얼 */
.wrap-sub-visual {overflow: hidden; position: relative; display: flex; justify-content: center; align-items: flex-start; width: 100%; height: 43rem; animation: visualZoom 5s ease-out forwards;}
/* .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.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.m8 {background: url('../../images/common/bg-sub-visual8.jpg') no-repeat center top / cover;}
.wrap-sub-visual.none {background: url('../../images/common/bg-sub-visual8.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: 22rem; font-family: pbl; font-size: 5.6rem; line-height: 1; color: #fff; text-shadow: 0 0 2px rgba(0, 0, 0, .9);}
.en .wrap-sub-visual .wrap-sub-title h1 {font-size: 4rem;}
.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: 50%; display: flex; justify-content: space-between; width: 100%; height: 0;}
.wrap-sub-visual .page-move a {display: flex; align-items: center; opacity: .5;}
.wrap-sub-visual .page-move a:hover {opacity: 1;}
.wrap-sub-visual .page-move a.hide {opacity: 0;}
.wrap-sub-visual .page-move a.next {flex-direction: row-reverse;}
.wrap-sub-visual .page-move a.prev span {margin-left: 2rem;}
.wrap-sub-visual .page-move a.next span {margin-right: 2rem;}
.wrap-sub-visual .page-move a span {position: relative; font-family: pm; font-size: 1.6rem; color: #ffffff;}
.wrap-sub-visual .page-move a span::after {content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: .1rem; background: #fff; transition: .35s;}
.wrap-sub-visual .page-move a:hover span::after {width: 100%;}

@keyframes visualZoom {
	0% {background-size: 100%;}
	100% {background-size: 110%;}
}

@media screen and (max-width: 1780px) {
	.wrap-sub-visual {background-size: cover !important;}
}

@media screen and (max-width: 1620px) {
	.wrap-sub-visual .page-move {padding: 0 2rem;}
}

@media screen and (max-width: 1200px) {
	.wrap-sub-visual {height: 31rem;}
	.wrap-sub-visual .wrap-sub-title h1 {margin-top: 14.5rem; font-size: 4.6rem;}
	.en .wrap-sub-visual .wrap-sub-title h1 {font-size: 2.6rem;}
}

@media screen and (max-width: 700px) {
	.wrap-sub-visual {height: 22rem;}
	.wrap-sub-visual .page-move a span {display: none;}
	.wrap-sub-visual .wrap-sub-title h1 {margin-top: 11rem; font-size: 3.4rem;}
	.en .wrap-sub-visual .wrap-sub-title h1 {font-size: 2rem;}
}

/* 서브 네비 */
.wrap-sub-util {margin-top: -3.5rem;}
.wrap-sub-util .row {width: 100%;}
.wrap-sub-util .sub-navi {display: flex; align-items: center;}
.wrap-sub-util .sub-navi .inner {padding: 0;}
.wrap-sub-util .sub-navi .home {position: relative; display: flex; width: 7rem; height: 7rem; margin-right: .5rem; background: #292929 url('../../images/common/ic-home.png') no-repeat center / 2.1rem auto; text-indent: -9999rem; border-radius: 1rem;}
.wrap-sub-util .sub-navi .home:hover {background-color: #0a4da1;}
.wrap-sub-util .sub-navi > ul {position: relative; flex-grow: 1; display: flex; flex-wrap: wrap; background: #0a4da1; align-items: center; border-radius: 1rem; font-size: 0;}
.wrap-sub-util .sub-navi > ul > li {position: relative; width: 33.333%; border-right: 1px solid #114280;}
.wrap-sub-util .sub-navi > ul > li > .inner > button {overflow: hidden; position: relative; display: block; align-items: center; width: 100%; height: 7rem; padding: 0 6rem 0 3rem; font-family: pm; font-size: 1.8rem; color: #ffffff; line-height: 7rem; text-overflow: ellipsis; white-space: nowrap; text-align: left;}
.wrap-sub-util .sub-navi > ul > li > .inner > button::before {content: ''; position: absolute; right: 3rem; top: calc(50% - .5rem); width: 1.5rem; height: 1rem; background: url('../../images/common/ic-sub-navi.png') no-repeat center / 1.5rem auto; transform: rotate(0); transition: transform .35s; transform-origin: center;}
.wrap-sub-util .sub-navi > ul > li > .inner > button.on::before {transform: rotate(180deg);}
.wrap-sub-util .sub-navi > ul > li.last {border-right: 0;}
.wrap-sub-util .sub-navi .navUl {visibility: hidden; overflow: hidden; position: absolute; top: calc(100% + 1rem); z-index: 50; min-width: 21.5rem; width: 100%; max-height: 0; opacity: 0;}
.wrap-sub-util .sub-navi .navUl::-webkit-scrollbar {width: 3rem; height: 3rem;}
.wrap-sub-util .sub-navi .navUl::-webkit-scrollbar-thumb {background: #c5c5c5; border: 1rem solid #fff; border-radius: 1rem;}
.wrap-sub-util .sub-navi .navUl.on {visibility: visible; overflow: hidden; overflow-y: auto; max-height: 25rem; padding: 1.3rem 0; background: #fff; border-radius: 1rem; box-shadow: 0 0 1rem rgba(0,0,0,.3); opacity: 1;}
.wrap-sub-util .sub-navi .navUl a {position: relative; display: block; padding: .7rem 2rem; font-family: pm; font-size: 1.6rem; color: #666666; word-break: keep-all;}
.wrap-sub-util .sub-navi .navUl a:hover,
.wrap-sub-util .sub-navi .navUl a._active {background: #f3f7ff; font-family: pb; color: #0064ef;}
.wrap-sub-util .sub-navi .navUl a[target=_blank]::after {content: ''; position: absolute; right: 1rem; top: 1rem; display: inline-block; width: 1.5rem; height: 1.5rem; background: url('../../images/common/new-win.png') no-repeat center;}
.wrap-sub-util .sub-navi .navUl a[target=_blank]._active::after,
.wrap-sub-util .sub-navi .navUl a[target=_blank]:hover::after {background: url('../../images/common/new-win-on.png') no-repeat center;}

@media screen and (max-width: 1200px) {
	.wrap-sub-util .sub-navi .home {width: 6rem; height: 6rem;}
	.wrap-sub-util .sub-navi > ul > li > .inner > button {height: 6rem; line-height: 6rem; font-size: 1.7rem;}
}

@media screen and (max-width: 700px) {
	.wrap-sub-util {margin-top: -2.2rem;}
	.wrap-sub-util .sub-navi .home {width: 4rem; height: 4rem; border-radius: .3rem;}
	.wrap-sub-util .sub-navi > ul {border-radius: .3rem;}
	.wrap-sub-util .sub-navi > ul > li > .inner > button {height: 4rem; padding: 0 3rem 0 1rem; line-height: 4rem; font-size: 1.4rem;}
	.wrap-sub-util .sub-navi > ul > li > .inner > button::before {right: 1rem; background-size: 1.1rem auto !important;}
	.wrap-sub-util .sub-navi .navUl a {padding: .4rem 1.5rem; font-size: 1.4rem;}
	.wrap-sub-util .sub-navi #pagetitle3 .navUl {right: 0;}
}

/* 서브 유틸 */
.wrap-sub-contents .area {max-width: 150rem;}
.wrap-page-title .sub-util > ul {display: flex; justify-content: center; align-items: center; position: relative; vertical-align: middle;}
.wrap-page-title .sub-util > ul > li.util1 {position: relative;}
.wrap-page-title .sub-util > ul > li {display: flex; align-items: center; margin-right: 1.5rem;}
.wrap-page-title .sub-util > ul > li:last-child {padding-right: 0; margin-right: 0;}
.wrap-page-title .sub-util > ul > li > button {width: 6rem; height: 6rem; border-radius: 100%; text-indent: -9999rem; transition: background-color .35s;}

.wrap-page-title .sub-util .sub-share {background: #f1f1f1 url('../../images/common/ic-share.png') no-repeat center center / 2.3rem auto;}
.wrap-page-title .sub-util .sub-favo {background: #f1f1f1 url('../../images/common/ic-favorite.png') no-repeat center center / 2.3rem auto;}
.wrap-page-title .sub-util .sub-favo.on {background: #f1f1f1 url('../../images/common/ic-favorite-on.png') no-repeat center center / 2.3rem auto;}

.wrap-page-title .sub-util .sub-share:hover {background: #0064ef url('../../images/common/ic-share-hover.png') no-repeat center center / 2.3rem auto;}
.wrap-page-title .sub-util .sub-favo:hover {background: #00c0ff url('../../images/common/ic-favorite-hover.png') no-repeat center center / 2.3rem auto;}
.wrap-page-title .sub-util .sub-print:hover {background: #666465 url('../../images/common/ic-print-hover.png') no-repeat center center / 2.4rem auto;}

.wrap-page-title .sub-util .box-sub-favo {display: none; opacity: 0; overflow: hidden; position: absolute; right: 0; top: calc(100% + 1rem); z-index: 1; width: 25rem; max-height: 0; background: #fff; border-radius: 1rem; transition: .35s; box-shadow: 0 0 .7rem rgba(0,0,0,.2); z-index: 20;}
.wrap-page-title .sub-util .box-sub-favo.on {display: block; opacity: 1; max-height: 50rem;}
.wrap-page-title .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-page-title .sub-util .box-sub-favo ul {padding: 1.5rem 0;}
.wrap-page-title .sub-util .box-sub-favo ul li {display: flex;  position: relative; padding: .2rem 2.5rem; transition: all .3s;}
.wrap-page-title .sub-util .box-sub-favo ul li > a {display: inline-block; font-family: pr; font-size: 1.6rem; vertical-align: middle; color: #666666;}
.wrap-page-title .sub-util .box-sub-favo ul li strong {position: relative; display: inline-block; transition: color .3s;}
.wrap-page-title .sub-util .box-sub-favo ul li:hover strong {color:#0e3999; text-decoration: underline;}
/*
.wrap-page-title .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-page-title .sub-util .box-sub-favo ul li:hover strong::after {width: 100%;}
*/
.wrap-page-title .sub-util .box-sub-favo ul li a span {display: none;}
.wrap-page-title .sub-util .box-sub-favo .close {position: absolute; right: 1.5rem; top: 1.5rem; width: 3rem; height: 3rem; background: url('../../images/common/btn_favo_close.png') no-repeat center center / 1rem auto; border-radius: 100%; text-indent: -9999rem;}
.wrap-page-title .sub-util .box-sub-favo .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-page-title .sub-util .box-sub-favo .del {display: inline-block; width: 1.7rem; height: 1.7rem; margin: .3rem 1rem 0 0; background: url('../../images/common/favo-del.png') no-repeat center center / .9rem auto; text-indent: -9999rem; vertical-align: middle;}
.wrap-page-title .sub-util .box-sub-favo .control {display: flex; overflow: hidden; font-size: 0; text-align: center;}
.wrap-page-title .sub-util .box-sub-favo .control::after {content: ''; display: block; clear: both;}
.wrap-page-title .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-page-title .sub-util .box-sub-favo .control button.add {background: #0a4da1;}
.wrap-page-title .sub-util .box-sub-favo .control button.reset {background: #049edb;}
.wrap-page-title .sub-util .box-sub-share {display: none; opacity: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 20; max-height: 0; transition: .35s;}
.wrap-page-title .sub-util .box-sub-share.on {display: block; opacity: 1; max-height: 40rem;}
.wrap-page-title .sub-util .box-sub-share ul {display: flex; flex-direction: column;}
.wrap-page-title .sub-util .box-sub-share ul li {margin-bottom: 1rem;}
.wrap-page-title .sub-util .box-sub-share ul button,
.wrap-page-title .sub-util .box-sub-share ul a {position: relative; display: block; width: 6rem; height: 6rem; text-indent:-9999rem;}
.wrap-page-title .sub-util .box-sub-share .fb {background: url('../../images/common/ic-fb.png') no-repeat center center / 6rem auto;}
.wrap-page-title .sub-util .box-sub-share .tw {background: url('../../images/common/ic-tw.png') no-repeat center center / 6rem auto;}
.wrap-page-title .sub-util .box-sub-share .naver {background: url('../../images/common/ic-blog.png') no-repeat center center / 6rem auto;}
.wrap-page-title .sub-util .box-sub-share .addr {background: url('../../images/common/ic-copy.png') no-repeat center / 6rem auto;}
.wrap-page-title .sub-util .box-sub-share .close {background: url('../../images/common/ic-share-close.png') no-repeat center center / 6rem auto;}
.wrap-page-title .sub-util .sub-print {background: #f1f1f1 url('../../images/common/ic-print.png') no-repeat center center / 2.4rem auto;}
.wrap-page-title .sub-util .copy {text-align: center;}
.wrap-page-title .sub-util .copy button {display: inline-block; width: 3.8rem; height: 3.8rem; margin: 0 auto 0px auto;  text-indent: -9999rem;}

/* 서브 타이틀 */
.wrap-page-title {display: flex; justify-content: space-between; align-items: center; margin-top: 8rem; padding-bottom: 3rem; border-bottom: .2rem solid #000;}
.wrap-page-title .page-title {font-family: pbl; font-size: 5rem; line-height: 1.1; color: #000000;}
.en .wrap-page-title .page-title {font-size: 3.5rem;}

@media screen and (max-width: 1200px) {
	.wrap-page-title {margin-top: 5rem;}
	.wrap-page-title .page-title {font-size: 4rem;}
	.en .wrap-page-title .page-title {font-size: 2.5rem;}
}

@media screen and (max-width: 700px) {
	.wrap-page-title {margin-top: 3rem; padding-bottom: 1.5rem;}
	.wrap-page-title .page-title {font-size: 3rem;}
	.en .wrap-page-title .page-title {font-size: 2rem;}
	.wrap-page-title .sub-util > ul > li {margin-right: 0;}
	.wrap-page-title .sub-util > ul > li.util2,
	.wrap-page-title .sub-util > ul > li.util3 {display: none;}
	.wrap-page-title .sub-util > ul > li > button {width: 4rem; height: 4rem;}
	.wrap-page-title .sub-util .sub-share,
	.wrap-page-title .sub-util .sub-share:hover{background: #f1f1f1 url(../../images/common/ic-share.png) no-repeat center center; background-size: 1.7rem auto !important;}
	.wrap-page-title .sub-util .box-sub-share ul button,
	.wrap-page-title .sub-util .box-sub-share ul a {width: 4rem; height: 4rem; background-size: 4rem auto !important;}
}

/* 서브 컨텐츠 */
.wrap-sub-contents #contentsEditHtml {padding-top: 7rem; font-size: 1.7rem;}

@media screen and (max-width: 1200px) {
	.wrap-sub-contents #contentsEditHtml {padding-top: 5.5rem;}
}

@media screen and (max-width: 700px) {
	.wrap-sub-contents #contentsEditHtml {padding-top: 3.5rem;}
}

/* 서브 탭 */
.wrap-tab {opacity: 0;}
.loaded .wrap-tab {opacity: 1;}
.tab_div.div_4 {margin-top: 7rem;}
.tab_div.div_5 {margin-bottom: -1rem ; display: none;}

/* 푸터 */
.wrap-footer {padding: 2.3em 0 5rem 0; background: #353535;}
.sub .wrap-footer {margin-top: 13rem;}
.wrap-footer .area {max-width: 180rem;}
.wrap-footer .row-family > ul {display: flex; width: calc(100% + 3rem);}
.wrap-footer .row-family > ul > li {width: 33.333%; padding-right: 3rem;}
.wrap-footer .family {position: relative;}
.wrap-footer .family .button {position: relative; border-bottom: .1rem solid #5d5d5d;}
.wrap-footer .family .button.on {background: #5d5d5d; border-color: #5d5d5d;}
.wrap-footer .family .button::after {content: ''; position: absolute; right: 2rem; top: 2.3rem; z-index: 10; width: 2rem; height: 1.2rem; background: url('../../images/common/btn-family.png') no-repeat center top / cover; transform: rotate(0); transition: transform .35s;}
.wrap-footer .family .button.on::after {transform: rotate(180deg);}
.wrap-footer .family button {position: relative; z-index: 1; width: 100%; padding: 1.7rem 1rem; font-family: pm; font-size: 2rem; text-align: left; color: #fff;}
.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;}
.wrap-footer .family .list ul {padding: 1rem 0; background: #191919;}
.wrap-footer .family .list.on ul {overflow: auto; max-height: 27.5rem;}
.wrap-footer .family .list.on ul::-webkit-scrollbar {width: 3rem; height: 3rem;}
.wrap-footer .family .list.on ul::-webkit-scrollbar-thumb {background: rgba(255,255,255,.3); border: 1rem solid #191919; border-radius: 5rem;}
.wrap-footer .family .list a {display: block; padding: .5rem 3rem; font-family: pm; font-size: 1.8rem; color: #fff;}
.wrap-footer .family .list a:hover {color: #91f0ff;}
.wrap-footer .family .list a span {position: relative;}
.wrap-footer .family .list a span::after {content: ''; position: absolute; left: 0; bottom: -.2rem; width: 0; height: .1rem; background: #91f0ff; transition: width .35s;}
.wrap-footer .family .list a:hover span::after {width: 100%;}
.wrap-footer .family .list a span::before {content: ''; position: absolute; left: -.9rem; top: .8rem; width: .3rem; height: .3rem; background: #fff; border-radius: 10rem;}
.wrap-footer .family .list a:hover span::before {background: #91f0ff;}
.wrap-footer .link {overflow: hidden; display: flex; width: 100%;}
.wrap-footer .link ul {display: flex; align-items: center; flex-wrap: wrap; padding: 2.5rem 0 2rem 0;}
.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: #00ddfe;}
.wrap-footer .link a {font-family: pm; font-size: 1.8rem; 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: #00ddfe;}
.wrap-footer .info {display: flex; justify-content: space-between; position: relative; padding-top: 4rem; border-top: 1px solid rgba(255,255,255,.2);}
.wrap-footer .info .copy {margin-top: 4.5rem; font-family: pr; font-size: 1.6rem; color: #fff;}
.wrap-footer .info .copy span {color: rgba(255,255,255,.7);}
.wrap-footer .tel ul {display: flex; align-items: center;}
.wrap-footer .tel li {display: flex; align-items: center; margin-left: 9.5rem;}
.wrap-footer .tel li:first-child {margin-left: 0;}
.wrap-footer .tel .ico {margin-right: 2rem;}
.wrap-footer .tel .desc strong {font-family: pm; font-size: 1.6rem; color: #a8a8a8;}
.wrap-footer .tel .desc p {margin-top: .7rem; font-family: psb; font-size: 2rem; color: #ffffff;}
.wrap-footer .social {margin-top: 4rem;}
.wrap-footer .social ul {display: flex; align-items: center;}
.wrap-footer .social li {margin-right: 2rem;}
.wrap-footer .social li a {display: flex; width: 4rem; height: 4rem; text-indent: -99999rem;}
.wrap-footer .social li.ico1 a {background: url('../../images/common/ic-foot-sns1.png') no-repeat center / 4rem;}
.wrap-footer .social li.ico2 a {background: url('../../images/common/ic-foot-sns2.png') no-repeat center / 4rem;}
.wrap-footer .social li.ico3 a {background: url('../../images/common/ic-foot-sns3.png') no-repeat center / 4rem;}
.wrap-footer .social li.ico4 a {background: url('../../images/common/ic-foot-sns4.png') no-repeat center / 4rem;}
.wrap-footer .social li.ico1:hover a {background: url('../../images/common/ic-foot-sns1-on.png') no-repeat center / 4rem;}
.wrap-footer .social li.ico2:hover a {background: url('../../images/common/ic-foot-sns2-on.png') no-repeat center / 4rem;}
.wrap-footer .social li.ico3:hover a {background: url('../../images/common/ic-foot-sns3-on.png') no-repeat center / 4rem;}
.wrap-footer .social li.ico4:hover a {background: url('../../images/common/ic-foot-sns4-on.png') no-repeat center / 4rem;}

@media screen and (max-width: 1400px) {
	.wrap-footer .family button {font-size: 2rem;}
	.wrap-footer .link a {font-size: 1.7rem;}
}

@media screen and (max-width: 1100px) {
	.wrap-footer .social {margin-top: 2.5rem;}
	.wrap-footer .info {flex-direction: column; padding-bottom: 8rem;}
	.wrap-footer .info .row-info2 {display: flex; justify-content: space-between; margin-top: 2.5rem;}
	.wrap-footer .info .copy {position: absolute; left: 0; bottom: 0;}
	.wrap-footer .tel li {margin-left: 5.5rem;}
}

@media screen and (max-width: 800px) {
	.sub .wrap-footer {margin-top: 6rem;}
	.wrap-footer .row-family > ul {flex-wrap: wrap; width: 100%;}
	.wrap-footer .row-family > ul > li {width: 100%; padding-right: 0;}
	.wrap-footer .family button {font-size: 1.8rem;}
	.wrap-footer .link a {font-size: 1.4rem;}
	.wrap-footer .link ul {justify-content: center;}
	.wrap-footer .info {padding-top: 1rem; border-top: 0;}
	.wrap-footer .info .logo {text-align: center;}
	.wrap-footer .info .copy {width: 100%; text-align: center; font-size: 1.4rem;}
	.wrap-footer .info .row-info2 {flex-direction: column; align-items: center; margin-top: 3.5rem;}
	.wrap-footer .tel li {margin-left: 6.5rem;}
	.wrap-footer .social {margin-top: 3.5rem;}
	.wrap-footer .link ul li {padding: .8rem 2.5rem;}
	.wrap-footer .link ul li:last-child {padding-right: 2.5rem;}
}

/* 블랙딤 */
.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;}

/* 스킵네비게이션 */
.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;}

/* 서치 */
.wrap-search {position: fixed; left: 0; top: 0; z-index: 150; display: none; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, .8);}
.wrap-search.on {display: flex;}
.wrap-search .row {position: relative;  width: 90%; max-width: 98rem;}
.wrap-search .title {margin-bottom: 4.5rem;}
.wrap-search .title strong {font-family: pb; font-size: 4.8rem; line-height: 1.2; color: #fff;}
.wrap-search .box {padding: 5rem 9.5rem 6rem 9.5rem; background: #fff; /*background: #fff url('../../images/main/bg-search.png') no-repeat calc(100% - 15rem) center;*/}
.wrap-search .form .form-box {display: flex; align-items: center; border-bottom: .2rem solid #000;}
.wrap-search .form .input {flex-grow: 1;}
.wrap-search .form .input input {width: 100%; height: 6rem; background: transparent; font-family: pm; font-size: 3rem; color: #222; text-indent: 0;  padding: 0;}
.wrap-search .form .input input::placeholder {color: #dddddd;}
.wrap-search .form .button {flex-shrink: 0; width: 5rem; height: 6rem;}
.wrap-search .form .button button {display: block; width: 100%; height: 100%; background: url('../../images/main/btn-search.png') no-repeat center; text-indent: -99999rem;}
.wrap-search .recommand .subject {margin-top: 1.5rem; font-family: pm; font-size: 1.8rem; color: #767676;}
.wrap-search .recommand ul {display: flex; align-items: center; margin-top: 1rem;}
.wrap-search .recommand li {margin-right: 1rem;}
.wrap-search .recommand a {display: flex; justify-content: center; align-items: center; height: 4rem; background: #fff; padding: 0 2rem; border-radius: .5rem; border: 1px solid #dddddd; font-family: pm; font-size: 1.5rem; color: #767676;}
.wrap-search .recommand a:hover {border-color: #00265a; color: #00265a;}
.wrap-search .btn-search-close {position: absolute; right: 0; top: -.5rem; display: flex; width: 7rem; height: 7rem; background: #0599d9 url('../../images/main/btn-search-close.png') no-repeat center; border-radius: 100%; text-indent: -9999rem; transition: transform .35s;}
.wrap-search .btn-search-close:hover {transform: rotate(270deg);}

@media screen and (max-width: 900px) {
	.wrap-search .box {padding: 3rem 5rem 4rem 5rem; background-position: calc(100% - 7rem) center !important;}
	.wrap-search .title strong {font-size: 4rem;}
	.wrap-search .form .input input {font-size: 2.5rem;}
}

@media screen and (max-width: 600px) {
	.wrap-search .box {padding: 3rem 3rem 4rem 3rem; background-position: calc(100% - 3rem) center !important;}
	.wrap-search .title {margin-bottom: 3rem;}
	.wrap-search .title strong {font-size: 3rem;}
	.wrap-search .form .button button {background-size: 3rem auto;}
	.wrap-search .recommand a {padding: 0 1rem; font-size: 1.4rem;}
	.wrap-search .btn-search-close {width: 5rem; height: 5rem;}
}

/* 구글 번역 */
.skiptranslate {display: none;}

/* 유저서비스 */
.btn-user-service {position: fixed; right: 1rem; bottom: 9rem; z-index: 50; background: linear-gradient(0deg,rgba(5, 73, 171, 1) 0%, rgba(8, 146, 221, 1) 100%); border-radius: 100%; transform: translate(100%, 0); opacity: 0;}
.btn-user-service button {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 7.5rem; height: 7.5rem;  font-family: pb; font-size: 1.6rem; text-align: center; color: #fefefe;}
.btn-user-service button::after {content: ''; width: 2.6rem; height: 1.3rem; margin-top: .5rem; background: url('../../images/main/ic-user-service.png') no-repeat center / 2.6rem auto; }

@media screen and (max-width: 1100px) {
	.btn-user-service button {width: 7rem; height: 7rem;}
}

@media screen and (max-width: 700px) {
	.btn-user-service {right: 1.8rem}
	.btn-user-service button {width: 6rem; height: 6rem; font-size: 1.2rem;}
}

.wrap-user-service {position: fixed; left: 0; top: 0; z-index: 150; display: none; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, .8);}
.wrap-user-service.on {display: flex;}
.wrap-user-service .row {position: relative;  width: 90%; max-width: 155rem; padding: 5rem 7rem; background: url('../../images/main/bg-user-service.jpg') no-repeat center / cover; border-radius: .5rem;}
.wrap-user-service .title strong {display: flex; flex-direction: column; font-family: pl; font-size: 5rem; line-height: 1; color: #ffffff;}
.wrap-user-service .title strong em {margin-top: 1rem; font-family: psb;}
.wrap-user-service .box {margin-top: 5rem;}
.wrap-user-service .box > ul {display: flex; width: calc(100% + 2.5rem);}
.wrap-user-service .box > ul > li {width: 33.333%; padding-right: 2.5rem;}
.wrap-user-service .line {overflow: hidden; height: 100%; background: #fff; border-radius: .5rem;}
.wrap-user-service .line .subject strong {display: flex; justify-content: center; align-items: center; height: 10.5rem; background: #009cff; font-family: psb; font-size: 3.4rem; color: #fff;}
.wrap-user-service .line .subject img {margin-right: 2rem;}
.wrap-user-service .line .list {padding: 2rem 3rem;}
.wrap-user-service .line .list ul {display: flex; flex-wrap: wrap; width: calc(100% + 1rem);}
.wrap-user-service .line .list li {width: 50%; padding: 0 1rem 1rem 0;}
.wrap-user-service .line .list a {display: flex; justify-content: center; align-items: center; height: 5.5rem; border: 1px solid #919191; border-radius: .5rem; font-family: pm; font-size: 1.8rem; color: #000000;}
.wrap-user-service .line .list a:hover {background: #0599d9; border: 1px solid #009cff; color: #fff;}
.wrap-user-service .btn-user-service-close {position: absolute; right: -3.3rem; top: -3.3rem; display: flex; width: 7rem; height: 7rem; background: #0599d9 url('../../images/main/btn-search-close.png') no-repeat center; border-radius: 100%; text-indent: -9999rem; transition: transform .35s;}
.wrap-user-service .btn-user-service-close:hover {transform: rotate(270deg);}

@media screen and (max-width: 1490px) {
	.wrap-user-service .row {padding: 4rem 5rem;}
	.wrap-user-service .box {margin-top: 3rem;}
	.wrap-user-service .title strong {font-size: 4rem;}
	.wrap-user-service .line .subject strong {height: 8.5rem; font-size: 2.5rem;}
	.wrap-user-service .line .subject img {height: 3rem; margin-right: 1.5rem;}
	.wrap-user-service .line .list {padding: 2rem;}
	.wrap-user-service .line .list a {font-size: 1.7rem;}
}

@media screen and (max-width: 1330px) {
	.wrap-user-service .line .list ul {width: 100%;}
	.wrap-user-service .line .list li {width: 100%; padding-right: 0;}
}

@media screen and (max-width: 900px) {
	.wrap-user-service .row {padding: 3rem 2rem 3rem 3rem;}
	.wrap-user-service .title strong {font-size: 3.5rem;}
	.wrap-user-service .box {overflow: auto; max-height: 52.8rem; padding-right: 1rem;}
	.wrap-user-service .box::-webkit-scrollbar {width: 1rem; height: 1rem;}
	.wrap-user-service .box::-webkit-scrollbar-thumb {background-color: #fff; border: 2px solid #fff; border-radius: 1rem;}
	.wrap-user-service .box > ul {flex-wrap: wrap; width: 100%;}
	.wrap-user-service .box > ul > li {width: 100%; padding-right: 0; padding-bottom: 2rem;}
	.wrap-user-service .box > ul > li:last-child {padding-bottom: 0;}
	.wrap-user-service .line .subject strong {font-size: 2.8rem;}
	.wrap-user-service .line .list a {font-size: 1.6rem;}
	.wrap-user-service .line .list ul {width: calc(100% + 1rem);}
	.wrap-user-service .line .list li {width: 50%; padding: 0 1rem 1rem 0;}
	.wrap-user-service .btn-user-service-close {right: 2rem; top: 2rem; width: 5rem; height: 5rem;}
}

/* Popup Zone */
.wrap-text-pop {display: inline-flex !important;}
.wrap-pop {position: fixed !important; left: -99999rem; top: 1000%; z-index: 130; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0,0,0,0.8); opacity: 0; transition: opacity .75s;}
.wrap-pop.on {opacity: 1; left: 0; top: 0;}
.edit .wrap-pop {position: static; padding: 10rem; opacity: 1; background: rgba(0,0,0,0.45);}
.sub .edit .wrap-pop {display: none;}
.wrap-pop .inner {position: relative; width: 100%; max-width: 172.5rem;}

.wrap-pop .title {padding: 0 11rem;}
.wrap-pop .title strong {font-family: psb; font-size: 4rem; color: #fff;}
.wrap-pop .box-slider {padding: 0 11rem;}
.wrap-pop .slider {overflow: hidden;}
.wrap-pop .slider .swiper-slide {padding-top: 5rem; text-align: center;}
.wrap-pop .slider a,
.wrap-pop .slider p {display: block; position: relative; text-align: center; outline: none;}
.wrap-pop .slider img {display: inline-block; width: 100%;}
.wrap-pop .slider .nodata {text-align: center; color: rgba(255,255,255,.5);}

.wrap-pop .control {position: absolute; left: 0; top: 45%; width: 100%; height: 0;}
.wrap-pop .control button {display: inline-block; vertical-align: middle; text-indent: -99999rem;}
.wrap-pop .control button.slick-hidden {display: none;}
.wrap-pop .control .prev,
.wrap-pop .control .next {position: absolute; width: 3.6rem; height: 5.8rem; opacity: .5;}
.wrap-pop .control .prev:hover,
.wrap-pop .control .next:hover {opacity: 1;}
.wrap-pop .control .prev {left: 0; background: url('../../images/main/btn-pop-prev.png') no-repeat center center / cover;}
.wrap-pop .control .next {right: 0; background: url('../../images/main/btn-pop-next.png') no-repeat center center / cover;}
.wrap-pop .box-slider.no-slider .control {display: none;}

.wrap-pop .control2 {display: flex; justify-content: flex-end; margin-top: 5.5rem; text-align: center;}
.wrap-pop .control2 .pop-state {display: flex; align-items: center; font-family: psb; font-size: 1.8rem; color: #fff;}
.wrap-pop .control2 .pop-state strong {width: 3rem; color: #00e4ff;}
.wrap-pop .control2 .pop-state span {margin: 0 1rem;}
.wrap-pop .control2 .pop-state .under10::before {content: '0';}
.wrap-pop .control2 .playstop {margin-left: 2rem}
.wrap-pop .control2 .playstop button {display: none; width: 2.5rem; height: 2.5rem; border-radius: 100%; text-indent: -99999rem;}
.wrap-pop .control2 .playstop button.on {display: block;}
.wrap-pop .control2 .playstop .stop {background: #fff url('../../images/main/btn-pop-stop.png') no-repeat center;}
.wrap-pop .control2 .playstop .play {background: #fff url('../../images/main/btn-pop-play.png') no-repeat center;}
.wrap-pop .control2 .pop-today {display: flex; flex-direction: row-reverse; align-items: center; height: 4.5rem; margin-left: 3rem; padding: 0 2rem; border: 1px solid rgba(255,255,255,.3); font-family: pm; font-size: 1.6rem; color: #fff; cursor: pointer;}
.wrap-pop .control2 .pop-today:hover {background: #0599d9; border: 1px solid #0599d9;}
.sub .wrap-pop .control2 .pop-today {display: none;}
.wrap-pop .control2 .pop-today span {display: block;}
.wrap-pop .control2 .pop-today input[type="checkbox"] {position: absolute; right: 2.3rem; top: 1.2rem; z-index: 1; border: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: 0; cursor: pointer;}
.wrap-pop .control2 .pop-today input[type="checkbox"] + label {position: relative; top: 0; display: inline-block; width: 1rem; height: 1rem; margin-left: 1.5rem; background: url('../../images/main/btn-pop-close2.png') no-repeat center / cover;}
.wrap-pop .control2 .pop-today:hover + label,
.wrap-pop .control2 .pop-today input[type="checkbox"]:focus-visible + label {background: url('../../images/main/ico-pop-today-on.png') no-repeat center / cover;}
.wrap-pop .control2 .pop-play {padding: 1.4rem 1.1rem; background: #101213; border-radius: 1rem; font-size: 0;}
.wrap-pop .control2 .pop-play .stop,
.wrap-pop .control2 .pop-play .play {display: none; width: .9rem; height: 1.4rem; margin: 0 1rem; text-indent: -9999rem;}
.wrap-pop .control2 .pop-play .stop {background: url('../../images/main/ico-pop-stop.png') no-repeat center center / cover;}
.wrap-pop .control2 .pop-play .play {background: url('../../images/main/ico-pop-play.png') no-repeat center center / cover;}
.wrap-pop .control2 .pop-play .stop.on,
.wrap-pop .control2 .pop-play .play.on {display: inline-block; vertical-align: middle;}

.wrap-pop .pop-close {position: absolute; right: 11rem; top: 0; z-index: 1;}
.wrap-pop .pop-close button {position: absolute; right: 0; top: -.5rem; display: flex; width: 7rem; height: 7rem; background: #0599d9 url('../../images/main/btn-pop-close.png') no-repeat center / 1.8rem auto; border-radius: 100%; text-indent: -9999rem; transition: transform .35s;}
.wrap-pop .pop-close button:hover {transform: rotate(270deg);}

.wrap-pop .no-data {border: 0; color: #fff;}

.wrap-pop .empty-close {display: none;}
.wrap-pop.on .empty-close.on {display: block; position: absolute; right: 3rem; top: -10rem; width: 3.2rem; height: 3.2rem; background: url('../../images/main/btn-menu-close.png') no-repeat center / cover; text-indent: -9999rem;}

@media print {
	.wrap-pop {display: none;}
}

@media screen and (max-width: 1720px) {
	.wrap-pop .inner {padding: 0 2rem;}
	.wrap-pop .title {margin-top: 1rem;}
	.wrap-pop .title strong {font-size: 3rem;}
	.wrap-pop .pop-close {right: 13rem;}
	.wrap-pop .control .prev {left: 2rem;}
	.wrap-pop .control .next {right: 2rem;}
}

@media screen and (max-width: 800px) {
	.wrap-pop .title strong {font-size: 2.5rem;}
	.wrap-pop .pop-close button {top: 0; width: 5.5rem; height: 5.5rem;}
}

@media screen and (max-width: 700px) {
	.wrap-pop .title {padding: 0 6rem;}
	.wrap-pop .box-slider {padding: 0 6rem;}
	.wrap-pop .slider .swiper-slide {padding-top: 7rem;}
	.wrap-pop .pop-close {right: 8rem;}
	.wrap-pop .control2 {margin-top: 3rem;}
}

@media screen and (max-width: 600px) {
	.wrap-pop .title {padding: 0 15rem 0 0;}
	.wrap-pop .title strong {font-size: 4rem; line-height: 1;}
	.wrap-pop .slider .swiper-slide {padding-top: 4rem;}
	.wrap-pop .pop-close {right: 2rem; top: 1.4rem}
	.wrap-pop .pop-close button {width: 5rem; height: 5rem;}
	.wrap-pop .box-slider {padding: 0 4.5rem;}
	.wrap-pop .control {top: 50%;}
	.wrap-pop .control .prev,
	.wrap-pop .control .next {width: 2.6rem; height: 4.1rem;}
	.wrap-pop .control2 .pop-today {font-size: 1.3rem;}
}

/* 탑버튼 */
.btn-top-page {position: fixed; right: 2rem; bottom: -3rem; z-index: 50; opacity: 0; border-radius: 100%; box-shadow: 0 0 .5rem rgba(0, 0, 0, .3); transition: .35s;}
.btn-top-page.fix {bottom: 2rem; opacity: 1;}
.btn-top-page button {display: flex; width: 5rem; height: 5rem; background: #0062e0 url('../../images/common/ic-top-page.png') no-repeat center; border-radius: 100%; text-indent: -99999rem;}

.sub #_contentBuilder ._objWidget.height_remove,
.sub #_contentBuilder ._objHtml.height_remove {min-height: 0 !important}