@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: 500x) {
    .container {padding: 0 20px;}
}

/* Main Header */
.main-header {position: fixed; left: 0; top: 0; z-index: 100; width: 100%; background: rgba(0,0,0,.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 {visibility: hidden; overflow: hidden; position: absolute; left: 0; top: 100%; z-index: 10; width: 100%; max-height: 0; font-family: 'Dream Regular'; font-size: 14px; transition: 1s;}
.top-util .box-global.on {visibility: visible; 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:focus,
.top-util .box-global li a:hover {background: #07584f;}
.top-util .top-link {transition: 1s;}
.top-util .top-link.color1 {background: #002c77;}
.top-util .top-link.color1:hover {background: #001d4e;}
.top-util .top-link.color2 {background: #0069b5;}
.top-util .top-link.color2:hover {background: #005490;}
.top-util .top-link.color3 {background: #0d98d7;}
.top-util .top-link.color3:hover {background: #0081bb;}
.top-util .top-link.color4 {background: #1b7a71;}
.top-util .top-link.color4:hover {background: #13403d;}
.top-util .top-link.color5 {background: #2c8980;}
.top-util .top-link.color5:hover {background: #18544f;}
.top-util .top-link.color6 {background: #4554a7;}
.top-util .top-link.color6:hover {background: #2a3470;}
.top-util .top-link a {display: block; padding: 7px 20px; font-family: 'Dream Regular'; font-size: 14px; color: #fff;}
.top-util .top-global {position: relative; padding: 0 16px; background: #30a095; line-height: 35px; font-size: 0; transition: background 1s}
.top-util .top-global:hover {background: #21887e;}
.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: 'Dream 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: 'Dream 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: 200px;}
.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 {display:inline-block;}
.wrap-header .head-navi .div_1 .li_1.li_1_472,
.wrap-header .head-navi .div_1 .li_1:last-child {display: none;}
.wrap-header .head-navi .div_1 .a_1 {display:block; padding: 31px 45px; font-family:'Dream Medium'; font-size:22px; 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: 180%;}
.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; left: 0; top: 100%; z-index: 110; width: 100%; max-height: 900px; background: #fff; text-align: left; opacity: 0; visibility: hidden; transition: opacity 0s, visibility 0s;}
.wrap-header .head-navi .div_2.on {left: 0; opacity: 1; visibility: visible; transition: opacity 0.5s, visibility 0.5s;}
.wrap-header .head-navi .div_2.on::before {content: ""; position: absolute; left: 0; top: 0; z-index: -2; width: 100%; border-top: 1px solid #dedede;}
.wrap-header .head-navi .div_2::after {content: ""; position: absolute; left: 50%; top: 0px; z-index: -1; width: 400px; height: 100%; margin-left: -960px; background: #033dcc url('../../images/common/gnb_bg.jpg') no-repeat center bottom;}
.wrap-header .head-navi .div_2 .title {float: left; width: 340px; padding: 40px 0 48px 90px;}
.wrap-header .head-navi .div_2 .title strong {position: relative; display: block; margin-bottom: 22px; padding-bottom: 22px; font-family: 'Dream Regular'; font-size: 30px; color: #fff;}
.wrap-header .head-navi .div_2 .title strong::after {content: ''; position: absolute; left: 0; bottom: 0; width: 44px; height: 2px; background: #fff;}
.wrap-header .head-navi .div_2 .title p {font-family: 'Dream Regular'; font-size: 16px; color: rgba(255, 255, 255, 0.6);}
.wrap-header .head-navi .div_2 .title p span {display: block;}
.wrap-header .head-navi .div_2 .ul_2 {float: left; width: calc(100% - 340px); padding: 21px 21px 31px 6px;}
.wrap-header .head-navi .div_2 .li_2 {display: inline-block; margin-left: 1.7%; vertical-align: top; width: 14%; margin-top: 18px;}
.wrap-header .head-navi .div_2 .a_2 {position: relative; display: block; margin-bottom: 10px; padding: 11px 13px; border: 1px solid #333333; font-family: 'Dream Medium'; font-size: 17px; color: #333; transition: all 0.3s;}
.wrap-header .head-navi .div_2 .a_2[target=_blank] span::before{content: ""; display: block; position: absolute; right: 15px; z-index: 1; top: 18px; width: 10px; height: 10px; background: url('../../images/common/new_win_gray.png');}
.wrap-header .head-navi .div_2 .li_2:hover .a_2[target=_blank] span::before{background: url('../../images/common/new_win_white.png');}
.wrap-header .head-navi .div_2 .li_2:hover .a_2 {background-color: #004E96; border: 1px solid #004E96; color: #fff; }

.wrap-header .head-navi .div_3 .a_3 {display: inline-block; position: relative; padding-left: 15px; font-family: "Dream Regular"; font-size: 15px; line-height: 30px; letter-spacing: -1px; 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: 140px; 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 {display: none; position: relative; width: 30px; height: 30px;}
.wrap-header .head-util .head-notify.on {display: inline-block;}
.sub .wrap-header .head-util .head-notify {display: none;}
.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-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/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;}

@media all and (max-width: 1800px) {
    .wrap-header .head-navi .div_2::after {display: none;}
    .wrap-header .head-navi .div_2 .title {display: none;}
    .wrap-header .head-navi .div_2 .ul_2 {float: none; width: 100%; padding: 20px;}
}

@media all and (max-width: 1650px) {
    .wrap-header .head-navi .div_1 .a_1 {padding: 32px 25px; font-size: 20px;}
}

@media all and (max-width: 1370px) {
    .wrap-header .head-navi .div_1 .a_1 {padding: 31px 15px;}
}

@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; font-size: 0;}
    .wrap-header .head-mobile-top > ul {display: inline-block; width: 100%;}
    .wrap-header .head-mobile-top > ul > li {position: relative; float: left; margin-right: 15px;}
    .wrap-header .head-mobile-top > ul > li > a,
    .wrap-header .head-mobile-top > ul > li > button {display: block; height: 35px; font-family: 'Dream Regular'; font-size: 13px; line-height: 35px; color: #fff;}
    .wrap-header .head-mobile-top > ul > li > a:hover {color: #00ffe1;}
    .wrap-header .head-mobile-top .global {padding-top: 6px;}
    .wrap-header .head-mobile-top .list-global {overflow: hidden; position: absolute; left: 130%; top: 16%; width: 70px; 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: 'Dream 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: 31%; height: auto; padding: 22px 0 22px 27px; background-image: none; background-position: right center; text-align: left; font-family: 'Dream Regular'; font-size: 18px; color: #fff !important;}
  	.wrap-header .head-navi .div_1 .a_1._active {color: #00fff3 !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 {overflow: visible;}
    .wrap-header .head-navi .div_2::after {display: none;}
    .wrap-header .head-navi .div_2.on {left: auto; right: 0px; top:0; width: 69% !important; height: 100%; max-height: none; transition-property: none; background: #0062f4; transition-property: none;}
    .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: 12px 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: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 .li_2.li_2_211 {display: none;}
    .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: 'Dream Regular'; font-size: 17px; color: #fff;}
    .wrap-header .head-navi .div_2 .a_2:hover {text-decoration: underline; color: #006276;}
    .wrap-header .head-navi .div_2 .a_2.plus {position: relative; background: url('../../images/common/arrow-a2.png') no-repeat 90% center !important;}
    .wrap-header .head-navi .div_2 .a_2.plus.on {background: url('../../images/common/arrow_a2-hover.png') no-repeat 90% 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 .li_3.li_3_293 {display: none;}
    .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: 'Dream 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;}
    .white .wrap-header .btn-gnb-open,
    .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%;}
}

@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: 100% 100%;
    }
    50% {
        background-size: 150% 150%;
    }
    100% {
        background-size: 100% 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: 'Dream 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: 'Dream 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: 'Dream Bold'; font-size: 42px; 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: 'Dream Regular'; 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: 180px; 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: 'Dream Regular'; font-size: 16px; color: #666; word-break: keep-all;}
.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-navi .navUl a#top_k2wiz_GNB_506,
.wrap-sub-navi .sub-navi .navUl a#top_k2wiz_GNB_505 {display: none;}

.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: 'Dream 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: 'Dream 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: 'Dream 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: 'Dream 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: 32px;}
    .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;}
}

@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: 24px;}
    .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 {margin-top: 80px; background: #222935;}
.main .wrap-footer {margin-top: 0;}
.bottom-link {background: #191919; border-top: 1px solid #363636;}
.bottom-link ul {position: relative;}
.bottom-link li {float: left; width: 20%; border-right: 1px solid #444;}
.bottom-link li:last-child {border-right: 0;}
.bottom-link .btn-bottom {position: relative; display: block; width: 100%; padding: 23px 20px; font-family: 'Dream Regular'; font-size: 16px; text-align: left; color: #a5a5a5;}
.bottom-link .btn-bottom::after {content: ''; position: absolute; right: 20px; top: 27px; width: 12px; height: 12px; background: url('../../images/main/ic-jump.png') no-repeat center top;}
.bottom-link .btn-bottom.on::after {background-position: center bottom;}
.bottom-link .btn-bottom:hover,
.bottom-link .btn-bottom.on {color: #fff;}
/* 웹접근성으로 인해 추가 */ .bottom-link .btn-bottom:focus-visible::before {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 1px solid #fff;}
.bottom-link .link-list {visibility: hidden; overflow: hidden; position: absolute; left: 0; bottom: calc(100% + 1px); z-index: 20; width: 100%; max-height: 0px; background: #191919; transition: 0s;}
.bottom-link .link-list.on {visibility: visible; max-height: 1000px; padding: 10px 0; transition: 1s;}
.bottom-link .link-list a {display: inline-block; width: 100%; padding: 5px 10px; font-family: 'Dream Regular'; font-size: 13px; text-align: left; color: #a5a5a5;}
.bottom-link .link-list a:hover {background: #2c2c2c; color: #fff;}
.bottom-link .link-list a::before {content: ''; position: relative; top: -2px; display: inline-block; width: 3px; height: 3px; margin-right: 10px; background: #fff; vertical-align: middle;}
.bottom-link .link-list .division {float: left;}
.bottom-link .list1 .link-list .division {width: 12.5%;}
.bottom-link .list2 .link-list .division {width: 33.3333%;}
.bottom-link .list3 .link-list .division {width: 20%;}
.bottom-link .list4 .link-list .division {width: 25%;}
.bottom-link .list5 .link-list .division {width: 16.666%;}
/* 웹접근성으로 인해 추가 */ .bottom-link .link-list a:focus-visible {position: relative;}
/* 웹접근성으로 인해 추가 */ .bottom-link .link-list a:focus-visible::after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 1px solid #fff;}
.bottom-menu ul {padding: 23px 0; border-bottom: 1px solid #393f4a;}
.bottom-menu li {position: relative; display: inline-block; margin-right: 25px; padding-right: 25px;}
.bottom-menu li:first-child {padding-left: 20px;}
.bottom-menu li::after {content: ''; position: absolute; right: 0; top: 8px; width: 1px; height: 11px; background: url('../../images/main/deco-footer-line.png') no-repeat right center;}
.bottom-menu li:last-child::after {display: none;}
.bottom-menu li a {position: relative; font-family: 'Dream Regular'; font-size: 15px; letter-spacing: -1px; color: rgba(191,191,191,1);}
.bottom-menu li a:hover {color: rgba(204,204,204,1);}
.bottom-menu li a::after {content: ''; position: absolute; left: 0; bottom: -3px; width: 0; height: 1px; background: #fff; transition: 1s;}
.bottom-menu li a:hover::after {width: 100%;}
/* 웹접근성으로 인해 추가 */ .bottom-menu li a:focus-visible::before {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 1px solid #fff;}
.footer-info {position: relative; padding: 15px 0 70px 0;}
.footer-address {float: left; padding: 10px 0 10px 185px; background: url('../../images/main/logo-footer.png') no-repeat left center;}
.footer-address .address {margin-bottom: 5px;}
.footer-address .address span {font-family: 'Dream Regular'; font-size: 14px; color: #ccc;}
.footer-address .copy {font-family: 'Dream Regular'; font-size: 14px; color: #8c8b8b;}
.footer-sns {float: right; margin-top: 5px; margin-right: 60px;}
.footer-sns li {display: inline-block; width: 36px; height: 36px; margin-left: 13px; background: url('../../images/main/ic-sns-footer.png') no-repeat center center; vertical-align: middle;}
.footer-sns li a {display: block; width: 100%; height: 100%; border-radius: 100%; text-indent: -9999px;}
.footer-sns li a:hover {box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);}
/* 웹접근성으로 인해 추가 */ .footer-sns ul li a:focus-visible {position: relative;}
/* 웹접근성으로 인해 추가 */ .footer-sns ul li a:focus-visible::after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 1px solid #fff; border-radius: 50%;}
.footer-sns li.facebook {background-position: 0 0;}
.footer-sns li.instagram {background-position: -36px 0;}
.footer-sns li.youtube {background-position: -72px 0;}
.footer-sns li.naver {background-position: -108px 0;}
.footer-info .accessAward {position: absolute; right: 55px; bottom: 30px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
/*.footer-info .access {position: absolute; right: 55px; bottom: 30px;}*/
/* 20230323 푸터영역 - 웹어워드 로고 */
.footer-info .web-award-img{/*position: absolute;right: 150px;bottom: 30px;*/width: 45px; margin-left: 20px;}

@media all and (max-width: 1360px) {
    /*.footer-info .access {display: none;}*/
    .bottom-link .link-list .division {width: 20% !important;}
    .bottom-link .link-list.on {overflow: auto; max-height: 340px;}
    .bottom-link .link-list.on::-webkit-scrollbar {width: 5px;}
    .bottom-link .link-list.on::-webkit-scrollbar-thumb {background-color: rgba(0,64,152,.8);border-radius: 3px;}
    .bottom-link .link-list.on::-webkit-scrollbar-track {background-color: #ccc;border-radius: 3px;}
    /* 20230323 푸터영역 - 웹어워드 로고 */
    /*.footer-info .web-award-img{display: none;}*/
}
@media all and (max-width: 1220px) {
    .footer-info .accessAward {position: static; float: right;}
}
@media all and (max-width: 1024px) {
    .footer-info .accessAward {float: none; margin-top: 20px;}
    .wrap-footer {text-align: center;}
    .wrap-footer .container {padding: 0;}
    .bottom-link li {width: 33.333%;}
    .bottom-link li.division {width: 50%; border-top: 1px solid #444;}
    .bottom-link .link-list .division {width: 25% !important;}
    .bottom-menu ul {padding: 15px 0;}
    .bottom-menu li {margin-top: 5px; margin-right: 15px; margin-bottom: 5px; padding-right: 15px;}
    .bottom-menu li:first-child {padding-left: 0;}
    .footer-info {position: relative; padding: 0 0 50px 0;}
    .footer-address {float: none; width: 100%; padding: 133px 0 0 0; background-position: center 20px; background-size: 120px auto;}
    .footer-sns {position: absolute; left: 0; top: 80px; float: none; width: 100%; margin-top: 0; margin-right: 0;}
}

@media all and (max-width: 700px) {
    .bottom-link .link-list .division {width: 33.333% !important;}
}

@media all and (max-width: 560px) {
    .wrap-footer .container {padding: 0 20px;}
    .wrap-footer .bottom-link .container {padding: 0;}
    .bottom-link li {width: 50%;}
    .bottom-link li.list3 {border-top: 1px solid #444;}
    .bottom-link li.list5 {width: 100%;}
    .bottom-link .link-list .division {width: 50% !important;}
    .footer-address .address span {font-size: 13px;}
    .footer-address .copy {font-size: 13px;}
}

.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: 30px;}

@keyframes bounceAni {
    0% {
        background-position: center 16px;
    }
    50% {
        background-position: center 12px;
    }
    100% {
        background-position: center 16px;
    }
}

/* 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;}

.page_280 .tab,
.page_281 .tab ,
.page_282 .tab ,
.page_283 .tab ,
.page_284 .tab ,
.page_285 .tab ,
.page_286 .tab ,
.page_287 .tab ,
.page_288 .tab ,
.page_289 .tab ,
.page_781 .tab ,
.page_782 .tab ,
.page_783 .tab ,
.page_784 .tab ,
.page_785 .tab ,
.page_786 .tab ,
.page_787 .tab ,
.page_788 .tab {display: none;}

@media all and (min-width: 1200px) {
    .top_k2wiz_GNB_ul_187 {display: none;}
}

/* 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;
	}
}
 */
@media all and (max-width: 767px) {
.wrap-sub-navi .sub-navi .navUl{width:140px;}
}


