@charset 'utf-8';

/* Body Mobile Loaded */
body.main {opacity: 1}
body.main.loaded {opacity: 1; transition: opacity 0.75s}

@media all and (max-width: 500px) {
    body {opacity: 0}
    body.loaded {opacity: 1;}
}

/* Container */
.container {max-width: 1800px; margin: 0 auto;}

@media all and (max-width: 1820px) {
    .container {padding: 0 30px;}
}

@media all and (max-width: 500px) {
    .container {padding: 0 20px;}
}

/* Main Header */
.main-header {position: fixed; left: 0; top: 0; z-index: 100; width: 100%; background: rgba(0,0,0,.1); border-bottom: 1px solid rgba(255,255,255,.2);}
.main-header.white,
.main-header.scroll-white {background: #fff; box-shadow: 0px 5px 14px 2px rgba(0,0,0,0.1);}

/* Top */
.wrap-top {border-bottom: 1px solid rgba(255,255,255,.3);}
.white .wrap-top,
.scroll-white .wrap-top {border-bottom: 1px solid #e4e4e4;}
.top-util {float: right;}
.top-util li {float: left;}
.top-util .box-global {overflow: hidden; position: absolute; left: 0; top: 100%; z-index: 10; width: 100%; max-height: 0; font-family: 'Mont Regular'; font-size: 14px; transition: 1s;}
.top-util .box-global.on {max-height: 100px;}
.top-util .box-global li {float: none; width: 100%;}
.top-util .box-global li a {display: block; background: #0a7e71; text-align: center; color: #fff;}
.top-util .box-global li a:hover {background: #07584f;}
.top-util .top-link.color1 {background: #0068b7;}
.top-util .top-link.color1:hover {background: #004b84;}
.top-util .top-link.color2 {background: #00a0e9;}
.top-util .top-link.color2:hover {background: #0078ae;}
.top-util .top-link a {display: block; padding: 7px 20px; font-family: 'Mont Regular'; font-size: 14px; color: #fff;}
.top-util .top-global {position: relative; padding: 0 16px; background: #3baa9e; line-height: 35px; font-size: 0;}
.top-util .top-global:hover {background: #1b8f83;}
.top-util .top-global::before {content: ''; display: inline-block; width: 20px; height: 20px; background: url('../../images/main/ic-global.png') no-repeat center center; vertical-align: middle;}
.top-util .top-global::after {content: ''; display: inline-block; width: 7px; height: 6px; background: url('../../images/main/arrow-global-open.png') no-repeat center center;  vertical-align: middle;}
.top-util .top-global .btn-global {display: inline-block; margin: 0 10px; font-family: 'Mont Regular'; font-size: 14px; vertical-align: middle; color: #fffefe;}
.top-util .top-zoom {display: none; padding: 8px 13px 9px 13px; background: #7d98a4; font-size: 0;}
.top-util .top-zoom:hover {background: #597b8a;}
.top-util .top-zoom button {display: inline-block; width: 11px; height: 11px; text-indent: -99999px; vertical-align: middle;}
.top-util .top-zoom .minus {background: url('../../images/main/ic-font-minus.png') no-repeat center center;}
.top-util .top-zoom .plus {background: url('../../images/main/ic-font-plus.png') no-repeat center center;}
.top-util .top-zoom span {display: inline-block; margin: 0 8px; font-family: 'Mont Regular'; font-size: 12px; vertical-align: middle; color: #fff;}

@media all and (max-width: 900px) {
    .wrap-top {display: none;}
}

/* Header */
.wrap-header .container {display:table; width:100%;}
.wrap-header .container > div {display:table-cell; vertical-align:middle;}
.wrap-header .head-logo > div {display:inline-block; vertical-align:middle;}
.wrap-header .container > .head-logo {width: 270px;}
.wrap-header .head-logo .logo-img a {display: block; width: 100%; height: 100%;}
.wrap-header .head-logo .logo-img a.ani {left: -50px; transition: 2s;}
.wrap-header.ani-on .head-logo .logo-img a.ani {left: 0;}
.wrap-header .head-logo .logo-img img {vertical-align: middle;}
.wrap-header .head-logo .logo-img img.color {display: none;}
.white .wrap-header .head-logo .logo-img img.color,
.scroll-white .wrap-header .head-logo .logo-img img.color {display: block;}
.white .wrap-header .head-logo .logo-img img.white,
.scroll-white .wrap-header .head-logo .logo-img img.white {display: none;}

.wrap-header .head-navi {opacity: 0; text-align: right; transition: opacity 1s}
.loaded .head-navi {opacity: 1;}
.wrap-header .head-mobile-top {display: none;}
.wrap-header .head-mobile-gnb {display: none;}
.wrap-header .head-navi .div_1 .li_1 {position: relative; display: inline-block;}
.wrap-header .head-navi .div_1 .li_1:last-child {display: none;}
.wrap-header .head-navi .div_1 .a_1 {display: block; padding: 30px 52px; font-family:'Mont Medium'; font-size: 20px; color: #fff; transition: all .3s;}
.wrap-header .head-navi .div_1 .a_1 .inner {position: relative;}
.wrap-header .head-navi .div_1 .a_1 .inner::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #0032a6; transition: .5s;}
.wrap-header .head-navi .div_1 .line .a_1 .inner::after {width: 100%;}
.wrap-header .head-navi .div_1 .a_1 .inner::before {content: ''; position: absolute; left: 50%; top: 140%; z-index: 120; width: 23px; height: 18px; background: url('../../images/common/bul-gnb.png') no-repeat center center; transform: translate(-50%, 0); opacity: 0; transition: .5s;}
.wrap-header .head-navi .div_1 .line .a_1 .inner::before {opacity: 1; top: 200%;}
.white .wrap-header .head-navi .div_1 .a_1,
.scroll-white .wrap-header .head-navi .div_1 .a_1 {color: #333;}

.wrap-header .head-navi .div_2 {overflow:hidden; position: absolute; top: 100%; left: 50%; z-index: 100; width: 250px; max-height:0; background: rgba(255, 255, 255, .9); text-align: left; transition: 0s; transform: translate(-50%, 0) }
.wrap-header .head-navi .div_2 .container {padding: 0;}
.wrap-header .head-navi .div_2.on {top: 100%; max-height: 700px; opacity: 1; transition: 1s;}
.wrap-header .head-navi .div_2 .ul_2 {padding: 21px 25px 35px 25px;}
.wrap-header .head-navi .div_2 .a_2 {position: relative; display: block; padding: 3px 0; font-family: 'Dream Regular'; font-size: 14px; text-align: center; color: #333;}
.wrap-header .head-navi .div_2 .a_2:hover {color: #0171ba;}
.wrap-header .head-navi .div_2 .a_2[target=_blank] span:before {content: ''; position: absolute; left: 111%; top: 6px; width: 14px; height: 14px; background: url('../../images/main/common/ico_blank_pc.png') no-repeat center center;}
.wrap-header .head-navi .div_3 {display: none;}
.wrap-header .head-navi .div_2 .a_2[target=_blank]::after{content: ''; position: relative; top: 2px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background: url(/sites/guide/images/guide/tab-link-blank.png) no-repeat 93% center;}

.wrap-header .head-navi .div_3 .a_3 {display: inline-block; position: relative; padding-left: 15px; font-family: "Mont Regular"; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; word-break: break-all; color: #777; transition: all 0.3s;}
.wrap-header .head-navi .div_3 .a_3._active {color: #004e96;}
.wrap-header .head-navi .div_3 .a_3[target=_blank] {padding-right: 10px;}
.wrap-header .head-navi .div_3 .a_3[target=_blank] span::after{content: ''; position: absolute; right: -8px; top: 10px; width: 12px; height: 12px; background: url('../../images/common/new_win_gray.png') no-repeat center center;}
.wrap-header .head-navi .div_3 .a_3::before {content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: #BAC4CD; border-radius: 50%;}
.wrap-header .head-navi .div_3 .a_3:hover {color: #004e96;}
.wrap-header .head-navi .div_3 .a_3:hover::before {background: #004e96;}

.wrap-header .head-util {position: relative; width: 170px; text-align: right;}
.wrap-header .head-util ul::after {content: ''; display: table; clear: both;}
.wrap-header .head-util li {display: inline-block; vertical-align: middle; font-size: 0;}
.wrap-header .head-util li a,
.wrap-header .head-util li button {display: block; width: 100%; height: 100%; text-indent: -99999px;}
.wrap-header .head-util .head-notify {position: relative; width: 30px; height: 30px;}
.wrap-header .head-util .head-notify button {background: url('../../images/main/ic-noti.png') no-repeat center center;}
.wrap-header .head-util .head-notify button:hover {animation-name: swing; animation-duration: 1s; transform-origin: top center;}
.white .wrap-header .head-util .head-notify button,
.scroll-white .wrap-header .head-util .head-notify button {background: url('../../images/main/ic-noti-color.png') no-repeat center center;}

@keyframes swing {
    20% {transform: rotate(15deg);}
    40% {transform: rotate(-10deg);}
    60% {transform: rotate(5deg);}
    80% {transform: rotate(-5deg);}
    100% {transform: rotate(0deg);}
 }

.wrap-header .head-util .head-notify .state {position: absolute; top: -6px; right: -9px; display: inline-block; width: 20px; height: 20px; background: #ff6c00; border-radius: 100%; font-family: 'Mont Medium'; font-size: 12px; text-align: center; line-height: 19px; color: #fff;}
.wrap-header .head-util .head-sitemap {width: 30px; height: 23px; margin-left: 45px; background: url('../../images/main/ic-hamberger.png') no-repeat center center;}
.white .wrap-header .head-util .head-sitemap,
.scroll-white .wrap-header .head-util .head-sitemap {background: url('../../images/main/ic-hamberger-color.png') no-repeat center center;}
.wrap-header .head-util .head-korean a {position: relative; padding-left: 18px; font-family: 'Mont Regular'; font-size: 14px; text-indent: 0; color: #fff;}
.white .wrap-header .head-util .head-korean a,
.scroll-white .wrap-header .head-util .head-korean a {color: #333;}
.wrap-header .head-util .head-korean a::after {content: ''; position: absolute; left: 0; top: 6px; width: 7px; height: 7px; background: #bdc1c9; border-radius: 100%;}
.wrap-header .head-util .head-global {display: none; position: relative; background: rgba(196,38,5,0.75) url('../../images/common/ic-head-util2.png') no-repeat center center;}
.wrap-header .head-util .head-global .btn-global {overflow: hidden; position: absolute; left: 0px; top: 100%; z-index: 1; width: 100%; max-height: 0px; transition: all 0.8s;}
.wrap-header .head-util .head-global .btn-global.on {max-height: 150px;}
.wrap-header .head-util .head-global .btn-global a {padding: 10px 0; background: #43505d; font-size: 16px; text-align: center; text-indent: 0px; color: #fff; transition: all 0.5s;}
.wrap-header .head-util .head-global .btn-global a:hover {background: #0c2c67;}
.wrap-header .head-util .head-global .btn-global .close {display: block; width: 30px; height: 30px; margin: 0 auto; background:url('../../images/main/global-close.png') no-repeat center center;}
.wrap-header .btn-gnb-open {display: none;}
.wrap-header .btn-gnb-close {display :none;}
.wrap-header .mobile-global {display: none;}

.wrap-header .head-bg {display: none; overflow: hidden; position: absolute; left: 0; top: 100%; width: 100%; height: 0; background: rgba(255, 255, 255, .9) url('../../images/main/bg-gnb.png') no-repeat 10% center; transition: .75s;}

@media all and (max-width: 1650px) {
    .wrap-header .head-navi .div_1 .a_1 {padding: 32px 25px; font-size: 20px;}
    .wrap-header .head-util {width: 90px;}
    .wrap-header .head-util .head-korean {display: none;}
}

@media all and (max-width: 1370px) {
    .wrap-header .head-navi .div_1 .a_1 {padding: 31px 10px; font-size: 18px;}
}

@media all and (max-width: 1200px) {
	.wrap-header {padding:0;}
	.wrap-header .container  {padding:0 20px;}
	.wrap-header .container .btn-mgnb-open {display: block; width:100%; background: rgba(246,172,29,0.75) url('../../images/common/ic-head-util1.png') no-repeat center center;}
	.wrap-header .container .btn-mgnb-close.on {position: absolute; right: 100%; top: 0; display: block; width: 45px; height:45px; background: url('../../images/common/ic-navi-close.png') no-repeat center center;}
	.wrap-header .container .btn-mgnb-close button {display: block; width: 100%; height: 100%; text-indent: -9999px;}
	.wrap-header .head-logo {width: 100%; height: 90px;}
    .wrap-header .head-logo .logo-img img {height: 45px;}

    .wrap-header .head-navi {position: fixed; right: -100%; top: 0px; z-index: 200; width: 100%; max-width: 430px; height: 100%; padding: 0; background: #003dcb url('../../images/common/bg-mobile-navi.png') no-repeat left bottom; opacity: 0; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
    .wrap-header .head-navi.on {right: 0; opacity: 1; transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);}
    .wrap-header .head-mobile-top {position: relative; display: block; padding: 27px 30px; background: #003dcb; border-bottom: 1px solid rgba(255,255,255,.3); text-align: left;}
    .wrap-header .head-mobile-top > ul {display: inline-block; width: 100%;}
    .wrap-header .head-mobile-top > ul > li {position: relative; float: left; margin-right: 10px;}
    .wrap-header .head-mobile-top > ul > li > a,
    .wrap-header .head-mobile-top > ul > li > button {display: block; height: 35px; padding: 0 9px; border: 1px solid #fff;  border-radius: 100px; font-family: 'Mont Regular'; font-size: 13px; line-height: 35px; color: #fff;}
    .wrap-header .head-mobile-top .global {padding-top: 6px;}
    .wrap-header .head-mobile-top .list-global {overflow: hidden; position: absolute; left: 0; top: 114%; width: 100%; max-height: 0; transition: 1s;}
    .wrap-header .head-mobile-top .list-global.on {max-height: 100px;}
    .wrap-header .head-mobile-top .list-global a {display: block; padding: 2px 10px; background: #fff; border: 1px solid #fff; border-radius: 40px; font-size: 11px; text-align: center; color: #003dcb;}
    .wrap-header .head-mobile-gnb {display: block; position: relative; display: block; padding: 10px 0; background: #004d5d; text-align: left;}
    .wrap-header .head-mobile-gnb .top-util {line-height: 40px; font-size: 0;}
    .wrap-header .head-mobile-gnb .top-util ul {display: inline-block; vertical-align: middle; font-size: 0;}
    .wrap-header .head-mobile-gnb .top-util ul li {display: inline-block; vertical-align: middle;}
    .wrap-header .head-mobile-gnb .top-util button,
    .wrap-header .head-mobile-gnb .top-util a {display: inline-block; font-family: 'Mont Regular'; font-size: 13px; vertical-align: middle; color: #fff;}
    .wrap-header .head-mobile-gnb .top-global {position: relative;}
    .wrap-header .head-mobile-gnb .top-global ul {margin: 0 0 0 10px;}
    .wrap-header .head-mobile-gnb .top-global li {padding: 0 10px;}
    .wrap-header .head-mobile-gnb .top-global ._zoom,
    .wrap-header .head-mobile-gnb .top-global ._print {display: none;}
    .wrap-header .head-mobile-gnb .top-lang {position: relative; z-index: 300; margin: 0 0 0 10px; }
    .wrap-header .head-mobile-gnb .top-lang::before {content: ''; position: relative; display: inline-block; width: 13px; height: 13px; margin: 0 10px 0 0; background: url('../../images/common/ico-lang.png') no-repeat; vertical-align: middle;}
    .wrap-header .head-mobile-gnb .top-lang::after {content: ''; position: relative; display: inline-block; width: 7px; height: 5px; margin: 0 0 0 20px; background: url('../../images/common/arrow-lang-open.png') no-repeat; vertical-align: middle;}
    .wrap-header .head-mobile-gnb .lang-list {overflow: hidden; position: absolute; left: 0; top: 100%; width: 100%; max-height: 0px; background: #004d5d; transition: .5s;}
    .wrap-header .head-mobile-gnb .lang-list.on {max-height: 100px; transition: .5s;}
    .wrap-header .head-mobile-gnb .lang-list a {display: block; padding: 0 10px; border-top: 1px solid rgba(255,255,255,.3); color: #fff;}

    .wrap-header .head-navi .menuUItop {position: relative; height: 100%;}
    .wrap-header .head-navi .div_1 .li_1 {position: static; display: block; width: 100%; padding: 0px;}
    .wrap-header .head-navi .div_1 .a_1 {width: 100%; height: auto; padding: 22px 0 22px 27px; border-bottom: 1px solid rgba(255,255,255,.2); background-image: none; background-position: right center; text-align: left; font-family: 'Mont Regular'; font-size: 18px; color: #fff !important;}
    .wrap-header .head-navi .div_1 .a_1 span{position: relative;}
	.wrap-header .head-navi .div_1 .a_1.on span:after {display: none;}
    .wrap-header .head-navi .div_1 .a_1[target=_blank] span::before {content: ''; position: absolute; left: 130%; top: 6px; width: 14px; height: 14px; background: url('../../images/common/ico_blank_pc.png') no-repeat center center;}
    .wrap-header .head-navi .div_1 .a_1 .inner::before {display: none;}
	.wrap-header .head-navi .div_1 .a_1:hover {text-decoration: underline; color: #fff;}
    .wrap-header .head-navi .div_2 {display: none; overflow: visible; transform: translate(0,0);}
    .wrap-header .head-navi .div_2::after {display: none;}
    .wrap-header .head-navi .div_2.on {display: block; position: static; left: auto; right: 0px; top:0; width: 100% !important; height: 100%; max-height: none; background: #0062f4; transition: 0s;}
    .wrap-header .head-navi .div_2.on::before {display: none;}
    .wrap-header .head-navi .div_2 .title {display: none;}
    .wrap-header .head-navi .div_2 .container {padding: 0px;}
    .wrap-header .head-navi .div_2 .ul_2 {width: 100%; padding: 0; border: 0;}
    .wrap-header .head-navi .div_2 .ul_2::after {display: none;}
    .wrap-header .head-navi .div_2 .li_2 {display: block; width: 100%; margin-top: 0; margin-left: 0; padding: 0px; border: 0px;}
  	.wrap-header .head-navi .div_2 .li_2.li_2_768 {display: none;}
    .wrap-header .head-navi .div_2 .li_2:hover .a_2 {position: relative; background: transparent; border: 0px; border-bottom: 1px solid rgba(255,255,255,.3);}
    .wrap-header .head-navi .div_2 .li_2:hover .a_2::after {content: ''; position: absolute; right: 96.5%; top: 12px; z-index: 120; width: 19px; height: 24px; background: url('../../images/common/arrow-mobile-navi.png') no-repeat center center;}
    .wrap-header .head-navi .div_2 .a_2 {width: 100%; margin: 0; padding: 12px 30px; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); font-family: 'Mont Regular'; font-size: 17px; text-align: left; color: #fff;}
    .wrap-header .head-navi .div_2 .a_2:hover {text-decoration: underline; color: #fff;}
    .wrap-header .head-navi .div_2 .a_2.plus {position: relative; background: url('../../images/common/arrow-a2.png') no-repeat 94% center !important;}
    .wrap-header .head-navi .div_2 .a_2.plus.on {background: url('../../images/common/arrow_a2-hover.png') no-repeat 94% center !important; border-bottom: 1px solid #cacaca;}
    .wrap-header .head-navi .div_2 .a_2 span{padding: 0;}
    .wrap-header .head-navi .div_2 .a_2[target=_blank] span::before {right: 38px; top: 21px; background: url('../../images/common/new_win_white.png');}
    .wrap-header .head-navi .div_2 .a_2._active {color:#00fff3}
    .wrap-header .head-navi .div_3 {overflow: hidden; display: block; width: 100%; max-height: 0px; padding: 0; background: #fcfcfc; transition:all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
    .wrap-header .head-navi .div_3.on {max-height: 500px; transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);}
    .wrap-header .head-navi .div_3 .ul_3 {padding: 12px 30px; border-bottom: 1px solid #ececec;}
    .wrap-header .head-navi .div_3 .li_3 {position: relative; width: 100%; margin: 0px;}
    .wrap-header .head-navi .div_3 .a_3 {display: inline-block; padding: 2px 0 2px 15px; background: url('../../images/common/bul-a3.png') no-repeat left 9px; font-family: 'Mont Regular'; font-size: 15px; color: #2d2d2d;}
    .wrap-header .head-navi .div_2 .a_3[target=_blank] span:before {top: 8px;}
    .wrap-header .head-navi .div_3 .a_3::after {display: none;}
    .wrap-header .head-navi .div_3 .a_3::before {display: none;}
    .wrap-header .head-navi .div_3 .a_3:hover {text-decoration: underline; color: #004e96;}
    .wrap-header .head-navi .div_3 .a_3._active {color: #004e96;}
    .wrap-header .head-util .head-sitemap {display: none;}
    .wrap-header .btn-gnb-open {width: 30px; height: 23px; margin-left: 45px; background: url('../../images/main/ic-hamberger.png') no-repeat center center;}
    .scroll-white .wrap-header .btn-gnb-open {background: url('../../images/main/ic-hamberger-color.png') no-repeat center center;}
    .wrap-header .btn-gnb-open,
    .wrap-header .btn-gnb-close {display: inline-block; cursor: pointer;}
    .wrap-header .btn-gnb-close {position: absolute; right: 0; top: 0; width: 70px; height: 100%; background: url('../../images/common/btn-navi-close.png') no-repeat center center; text-indent: -99999px;}
    .wrap-header .btn-gnb-close button {width: 100%; height: 100%;}
    .wrap-header .head-bg {display: none;}
}

@media all and (max-width: 500px) {
    .wrap-header .head-logo {height: 70px;}
    .wrap-header .head-logo .logo-img img {height: 35px;}
    .wrap-header .head-navi {max-width: 100%;}
    .wrap-header .btn-gnb-open {margin-left: 20px;}
}
.wrap-header .head-navi .div_1 .li_1.eQ08{display:none;}
.black-bg {position: fixed; left: -999999px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.45); z-index: 90; opacity: 0; transition: opacity .5s;}
.black-bg.on {left: 0; opacity: 1;}

/* Sub Visual */
.wrap-sub-visual {display: table; width: 100%; background: #fff; animation-duration: 150s; animation-name: zoomBg; animation-iteration-count: infinite;}
.wrap-sub-visual.m1 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}
.wrap-sub-visual.m2 {background: url('../../images/common/sub-visual2.jpg') no-repeat top center;}
.wrap-sub-visual.m3 {background: url('../../images/common/sub-visual3.jpg') no-repeat top center;}
.wrap-sub-visual.m4 {background: url('../../images/common/sub-visual4.jpg') no-repeat top center;}
.wrap-sub-visual.m5 {background: url('../../images/common/sub-visual5.jpg') no-repeat top center;}
.wrap-sub-visual.m6 {background: url('../../images/common/sub-visual6.jpg') no-repeat top center;}
.wrap-sub-visual.m7 {background: url('../../images/common/sub-visual7.jpg') no-repeat top center;}
.wrap-sub-visual.m8 {background: url('../../images/common/sub-visual.jpg') no-repeat top center;}

@keyframes zoomBg {
    0% {
        background-size: auto 100%;
    }
    50% {
        background-size: auto 200%;
    }
    100% {
        background-size: auto 100%;
    }
}

.wrap-sub-visual .wrap-sub-cell {position: relative; display: table-cell; height: 640px; text-align: center; vertical-align: middle; color: #fff;}
.wrap-sub-visual .wrap-sub-cell:after {content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: url('../../images/common/pattern.png');}
.wrap-sub-cell .container {max-width: 1640px;}
.wrap-sub-visual .container {position: relative; z-index: 1;}
.wrap-sub-visual .slogan-big {position: relative; display: block; margin-top: -50px; margin-bottom: 30px; padding-bottom: 40px; font-family: 'Mont Bold'; font-size: 50px; line-height: 1;}
.wrap-sub-visual .slogan-big::after {content: ''; position: absolute; left: 50%; bottom: 0; width: 37px; height: 1px; background: #fff; transform: translate(-50%, 0);}
.wrap-sub-visual .slogan-small {display: block; font-family: 'Mont Regular'; font-size: 17px;}
.wrap-sub-visual .page-move {position: absolute;left: 0px; top: 65px; width: 100%; height: 0px;}
.wrap-sub-visual .page-move a {position: relative; display: block; width: 50px; height: 50px; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.5); border-radius: 100%;}
.wrap-sub-visual .page-move a.prev {float: left;}
.wrap-sub-visual .page-move a.prev::after {content: ''; position: absolute; left: 18px; top: 20px; width: 12px; height: 9px; background:url('../../images/common/page_move_prev.png') no-repeat left center; transition: width 1s;}
.wrap-sub-visual .page-move a:hover.prev::after {width: 47px;}
.wrap-sub-visual .page-move a.next {float: right;}
.wrap-sub-visual .page-move a.next::after {content: ''; position: absolute; right: 18px; top:20px; width: 12px; height: 9px; background:url('../../images/common/page_move_next.png') no-repeat right center; transition: width 1s;}
.wrap-sub-visual .page-move a:hover.next::after {width: 47px;}
.wrap-sub-visual .page-move a span {position: absolute; top: -9999px;left: -9999px;}

@media all and (max-width:1660px) {
    .wrap-sub-visual .page-move a.prev {left: 20px;}
    .wrap-sub-visual .page-move a.next {right: 20px;}
}

@media all and (max-width:900px) {
    .wrap-sub-visual .wrap-sub-cell {height: 340px;}
    .wrap-sub-visual .slogan-big {margin-top: 82px; margin-bottom: 25px; padding-bottom: 30px; font-size: 40px;}
    .wrap-sub-visual .slogan-small {font-size: 15px; line-height: 1.9;}
    .wrap-sub-visual .page-move {top: 46px;}
}

@media all and (max-width: 500px) {
    .wrap-sub-visual .page-move {display: none;}
    .wrap-sub-visual .wrap-sub-cell {height: 200px;}
    .wrap-sub-visual .slogan-big {font-size: 30px;}
    .wrap-sub-visual .slogan-small {display: none;}
}

/* Sub Navi */
.wrap-sub-navi {position: relative; z-index: 5; max-width: 1640px; margin: 0 auto; margin-top: -150px; padding: 65px 0 50px 0; background: #fff;}
.wrap-sub-navi .container {position: relative; max-width: 1400px;}
.wrap-sub-navi .subject {position: relative; padding-top: 60px; padding-bottom: 37px; text-align: center;}
.wrap-sub-navi .subject::after {content: ''; position: absolute; left: 50%; bottom: 0; width: 50px; height: 1px; background: #0b111f;  transform: translate(-50%, 0);}
.wrap-sub-navi .subject h2 {font-family: 'Mont Bold'; font-size: 33px; color: #343e4c;}
.wrap-sub-navi .sub-navi > ul > li {display: none; float: left; position: relative; padding: 0 0 0 20px; background: url('../../images/common/arrow-page-nav.png') no-repeat right center;}
.wrap-sub-navi .sub-navi > ul > li.on {display: block;}
.wrap-sub-navi .sub-navi > ul > li > a,
.wrap-sub-navi .sub-navi > ul > li > .inner > button {display: block; height: 20px; font-size: 16px; color: #666; line-height: 20px;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button {width: 100%; padding: 0 55px 0 0 ; background: url('../../images/common/arrow-page-nav2.png') no-repeat top right; font-family: 'Mont Medium'; text-align: left; transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-navi > ul > li > .inner > button:hover {background-position: bottom right; color: #0146b9; transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-navi > ul > li > .inner > button span {display: inline-block; vertical-align: middle;}
.wrap-sub-navi .sub-navi .home {display: block; min-width: auto; padding: 0px; background-image: none;}
.wrap-sub-navi .sub-navi .home a {width: 147px; background: url('../../images/common/ico_home.png') no-repeat left center; text-indent: -9999px;}
.wrap-sub-navi .sub-navi .navUl {visibility: hidden; overflow: hidden; position: absolute; left: 20px; top: 250%; z-index: 1; width: 330px; max-height: 0; border: 1px solid #fff; opacity:0;}
.wrap-sub-navi .sub-navi .navUl::-webkit-scrollbar {width: 5px;}
.wrap-sub-navi .sub-navi .navUl::-webkit-scrollbar-thumb {background-color: rgba(0,64,152,.8);border-radius: 3px;}
.wrap-sub-navi .sub-navi .navUl::-webkit-scrollbar-track {background-color: #ccc;border-radius: 3px;}
.wrap-sub-navi .sub-navi .navUl.on {visibility: visible; overflow: hidden; overflow-y: auto; max-height: 275px; background: #fff; border: 1px solid #ddd; opacity: 1;}
.wrap-sub-navi .sub-navi .navUl a {display: block; padding: 7px 15px; font-family: 'Mont Regular'; font-size: 14px; color: #666; word-break: keep-all; text-transform: capitalize;}
.wrap-sub-navi .sub-navi .navUl a._active,
.wrap-sub-navi .sub-navi .navUl a:hover {color: #1c61c8;}
.wrap-sub-navi .sub-navi .navUl a[target=_blank]::after {content: ''; position: relative; top: 3px; display: inline-block; width: 16px; height: 16px; margin: 0 0 0 5px; background: url(/sites/guide/images/guide/tab-link-blank.png) no-repeat 93% center;}

.wrap-sub-navi .sub-util {position: absolute; right: 0; top: -17px;}
.wrap-sub-navi .sub-util > ul > li {position: relative; float: left;}
.wrap-sub-navi .sub-util > ul > li::after {content: ''; position: absolute; right: 0; top: 30%; width: 1px; height: 26px; background: #d6d6d6;}
.wrap-sub-navi .sub-util > ul > li:last-child::after {display: none;}
.wrap-sub-navi .sub-util > ul > li > button {width: 80px; height: 60px; text-indent: -9999px;}
.wrap-sub-navi .sub-favo {background: url('../../images/common/ico_favo.png') no-repeat center center; transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-favo.on {background: url('../../images/common/ico_favo_ov.png') no-repeat center center;}
.wrap-sub-navi .sub-share {background: url('../../images/common/ico_sns.png') no-repeat center center; transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-share:hover.wrap-sub-navi .sub-util .box-sub-share {transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-print {background: url('../../images/common/ico_print.png') no-repeat center center; transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .sub-print:hover {transition: background-color 0.5s cubic-bezier(0.7, 0, 0.3, 1);}

.wrap-sub-navi .box-sub-favo {visibility: hidden; overflow: hidden; position: absolute; right: 20000%; top: 100%; width: 260px; max-height: 0px; border: 1px solid #cacaca; background: #fff; transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); opacity: 0;}
.wrap-sub-navi .box-sub-favo.on {visibility: visible; right: -57px; max-height: 1000px; transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1), max-height 0.5s cubic-bezier(0.7, 0, 0.3, 1); opacity: 1; }
.wrap-sub-navi .box-sub-favo > strong {display: block; padding: 13px 20px; border-bottom :1px solid #d6d6d6; font-family: 'Dream Medium'; font-size: 14px; color: #2a2a2a;}
.wrap-sub-navi .box-sub-favo ul li {position: relative; padding: 8px 20px;}
.wrap-sub-navi .box-sub-favo ul li:hover {background: #d9e0e8;}
.wrap-sub-navi .box-sub-favo ul li a {position: relative; font-family: 'Mont Regular'; font-size: 15px; color: #333;}
.wrap-sub-navi .box-sub-favo ul li a span {display: none;}
.wrap-sub-navi .box-sub-favo .close {position: absolute; right: 0px; top: 0px; width: 40px; height: 48px; background:url('../../images/common/btn-favo-close.png') no-repeat center center; text-indent: -9999px;}
.wrap-sub-navi .box-sub-favo .close:hover {transform: rotate( 180deg ); transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);}
.wrap-sub-navi .box-sub-favo .del {position: absolute; right: 20px; top: 11px; width: 17px; height: 17px; margin: 0 0 0 10px; background: url('../../images/common/btn-favo-del.png') no-repeat center center; text-indent: -9999px;}
.wrap-sub-navi .box-sub-favo .control {text-align: center;}
.wrap-sub-navi .box-sub-favo .control button {display: inline-block;}
.wrap-sub-navi .box-sub-favo .control button.add {margin-top: 11px; padding: 5px 35px 5px 15px; background: #1678e2 url('../../images/common/btn-favo-add.png') no-repeat 83% center; border-radius: 4px; font-family: 'Mont Regular'; font-size: 14px; color: #fff;}
.wrap-sub-navi .box-sub-favo .control button.reset {background: #fff; padding: 9px 20px; border-radius: 5px; border: 1px solid #50555d; font-family: 'Mont Regular'; font-size: 14px; color: #50555d;}
.wrap-sub-navi .box-sub-favo .control.list.on {padding: 15px 0; border-top: 1px solid #d6d6d6;}
.wrap-sub-navi .box-sub-favo #favoriteList {border-top: 1px solid #cdcdcd;}
.wrap-sub-navi .box-sub-favo .guide {padding: 15px 0 20px 0; background: #f0f0f0; text-align: center;}
.wrap-sub-navi .box-sub-favo .guide #favoriteTitle {font-family: 'Mont Regular'; font-size: 14px; color: #464444;}
.wrap-sub-navi .box-sub-share {visibility: hidden; overflow: hidden; position: absolute; left: -9999999px; top: 1px; width: 240px; max-height: 0px; padding: 16px 20px; background: #fff; border: 1px solid #cecece; transition:opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); opacity: 0;}
.wrap-sub-navi .box-sub-share.on {visibility: visible; left: auto; right: 23px; max-height:1000px; transition:all 0.5s cubic-bezier(0.7, 0, 0.3, 1); transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1); opacity: 1; z-index: 2;}
.wrap-sub-navi .box-sub-share .close {position: absolute; right: 11px; top: 17px; display: inline-block; width: 25px; height: 25px; background: url('../../images/common/btn-sns-close.png') no-repeat center center; text-indent: -9999px; vertical-align: middle;}
.wrap-sub-navi .box-sub-share ul {display: inline-block; vertical-align: middle;}
.wrap-sub-navi .box-sub-share ul li {float: left; margin: 0 5px 0 0;}
.wrap-sub-navi .box-sub-share ul button {position: relative; display: block; width: 25px; height: 25px; background: url('../../images/common/ico-sns-list.png') no-repeat; text-indent: -9999px;}
.wrap-sub-navi .box-sub-share ul .facebook {background-position: left top;}
.wrap-sub-navi .box-sub-share ul .twitter {background-position: -25px top;}
.wrap-sub-navi .box-sub-share ul .kakao {background-position: -50px top;}
.wrap-sub-navi .box-sub-share ul .naver {background-position: -75px top;}
.wrap-sub-navi .box-sub-share ul .instagram {display: none; background-position: -100px top;}
.wrap-sub-navi .box-sub-share ul .addr {width: 27px; margin: 0 0 0 10px; background-position: -125px top;}

@media all and (max-width: 900px) {
    .wrap-sub-navi {margin-top: 0; padding: 27px 0 40px 0;}
    .wrap-sub-navi .subject {padding-top: 33px;}
    .wrap-sub-navi .subject h2 {font-size: 28px;}
    .wrap-sub-navi .sub-navi .home a {width: 77px;}

    .wrap-sub-navi .li-print {display: none;}
}

@media all and (max-width: 730px) {
    .wrap-sub-navi .sub-util {display: none;}
    .wrap-sub-navi .sub-navi > ul > li.on {display: none;}
    .wrap-sub-navi .sub-navi > ul > li.on.last {display: block;}
}

@media all and (max-width: 500px) {
    .wrap-sub-navi {padding: 20px 0 30px 0;}
    .wrap-sub-navi .subject {padding-top: 30px; padding-bottom: 28px;}
    .wrap-sub-navi .subject h2 {font-size: 20px;}
    .wrap-sub-navi .sub-navi .home a {width: 20px;}
    .wrap-sub-navi .sub-navi > ul > li {padding-left: 7px; background: url('../../images/common/arrow-page-nav-m.png') no-repeat right center;}
    .wrap-sub-navi .sub-navi > ul > li.last {background: none;}
    .wrap-sub-navi .sub-navi > ul > li > .inner > button {padding: 0 17px 0 0; background: none; font-size: 15px;}
}

/* Footer */
.wrap-footer {position: absolute; left: 0; bottom: 30px; width: 100%;}
.wrap-footer .footer-add {float: left; font-family: 'Mont Regular'; font-size: 14px; color: rgba(255,255,255,.5);}
.wrap-footer .footer-logo {float: right;}
.wrap-footer .access {display: inline-block; margin-right: 10px;}
.sub .wrap-footer {position: static; margin-top: 80px; padding: 40px 0; background: #222;}

.top-button {position: fixed; right: 30px; bottom: -120px; z-index: 1; width: 75px; height: 75px; background: #2b64b1 url('../../images/main/ic-goto-top.png') no-repeat center 16px; border-radius: 100%; box-shadow: 7px 5px 15px -4px rgba(0,0,0,0.49); font-family: 'Dream Medium'; font-size: 14px; line-height: 95px; color: #fff; transition: 1s;}
.top-button:hover {background-color: #0b69e9; animation-duration: 1s; animation-name: bounceAni; animation-iteration-count: infinite;}
.top-button.fix {bottom: 100px;}

@keyframes bounceAni {
    0% {
        background-position: center 16px;
    }
    50% {
        background-position: center 12px;
    }
    100% {
        background-position: center 16px;
    }
}

@media all and (max-width: 1060px) {
    .wrap-footer .footer-add,
    .wrap-footer .footer-logo {float: none; width: 100%; text-align: center;}
    .wrap-footer .footer-logo {margin-top: 20px;}
}

/* Left menu */
.left-layout .sub-content {float: right; width: calc(94% - 310px);}
.left-layout .left-menu {float: left; width: 310px; margin-right: 6%;}
.left-layout .left-menu #menuUIsub {border-bottom: 3px solid #0070FF;}
.left-layout .left-menu #menuUIsub h2 {padding: 45px 0; border-bottom: 3px solid #1F1F1F; font-family: 'Dream Medium'; font-size: 36px; font-weight: 600; text-align: center; line-height: 1.2; letter-spacing: -0.5px; color: #010101; }
.left-layout .left-menu #menuUIsub ul li.li_2._active {background-color: #2B3E5C}
.left-layout .left-menu #menuUIsub ul li.li_2:first-child .a_2 {border-top: 0;}
.left-layout .left-menu #menuUIsub .a_2 {display: block; padding: 20px 25px 20px 20px; background: url('/sites/english/images/icon/ic_menu.png') no-repeat 90% center; border-top: 1px solid #d6d6d6; font-size: 18px; color:#333;}
.left-layout .left-menu #menuUIsub .a_2._active {background: url('/sites/english/images/icon/ic_menu_on.png') no-repeat 90% center; border-color: #4a4a4a; border-bottom-color: #2a2a2a; color: #fff;}
.left-layout .left-menu #menuUIsub .div_3 {overflow: hidden; max-height: 0;}
.left-layout .left-menu #menuUIsub .li_2._active .div_3 {max-height: 1000px;}
.left-layout .left-menu #menuUIsub .ul_3 {padding: 5px 0; background: #efefef; border: 1px solid #d6d6d6; border-top: 0px;}
.left-layout .left-menu #menuUIsub .a_3 {position: relative; display: inline-block; padding: 10px 25px 10px 40px; font-size: 16px; color: #999;}
.left-layout .left-menu #menuUIsub .a_3[target='_blank'] {background: url('/sites/english/images/icon/ic_link.png') no-repeat right 17px;}
.left-layout .left-menu #menuUIsub .a_3:hover, .left-layout .left-menu #menuUIsub .a_3._active {color: #0070ff;}
.left-layout .left-menu #menuUIsub .a_3:hover:before,.left-layout .left-menu #menuUIsub .a_3._active::before {content: ''; position: absolute; left: 20px; top: 22px; width: 10px; height: 2px; background-color: #0070FF;}

@media all and (max-width: 900px){
	.left-layout .sub-content {float: none; width: 100%;}
	.left-layout .left-menu {display: none;}
}

/* Guide Modify */
.tab_div .ul_4 {margin-bottom: 40px;}
.wrap-rating {max-width: 1400px; margin: 0 auto; margin-top: 100px;}

/* Click Effect
div.clickEffect {position:fixed; box-sizing:border-box; border-style:solid; border-color: rgba(255,255,255,1); border-radius:50%; animation:clickEffect 0.4s ease-out; z-index:99999; mix-blend-mode: overlay; filter: blur(.7px);}
.mCustomScrollbar div.clickEffect {display: none;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div.clickEffect {display: none;}
}

@keyframes clickEffect{
	0%{
		opacity:1;
		width:0.5em; height:0.5em;
		margin:-0.25em;
		border-width:0.5rem;
	}
	100%{
		opacity:0;
		width:8em; height:8em;
		margin:-4em;
		border-width:0rem;
	}
}
 */
