@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;}
.wrap-contents .container {min-height: 365px;}
/* Top */
.wrap-top {border-bottom: 1px solid rgba(255,255,255,.3);}
.top-util {float: right;}
.top-util li {float: left;}
.top-util .box-global {display: none;}
.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: 'Noto DemiLight'; font-size: 14px; color: #fff;}
.top-util .top-global {position: relative; padding: 7px 16px 8px 16px; background: #3baa9e; 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: 'Noto Regular'; font-size: 14px; vertical-align: middle; color: #fffefe;}
.top-util .top-zoom {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: 'Noto DemiLight'; font-size: 12px; vertical-align: middle; color: #fff;}

@media all and (max-width: 900px) {
    .wrap-top {display: none;}
}

/* Header */
.main-layout-box {display: table; width: 100%; table-layout: fixed;}
.main-header {position: relative; display: table-cell; width: 200px; height: 100vh; vertical-align: top;}
.main-header::after {content: ''; position: fixed; left: 0; top: 0; z-index: -1; width: 200px; height: 100%; background: #003cab;}
.main-header::before {content: ''; position: fixed; left: -999999px; top: 0; z-index: 90; width: 100%; max-width: 280px; height: 100%; background: rgba(0,25,70,0.9); opacity: 0; transition: opacity 1s;}
.main-header.on::before {left: 200px; opacity: 1;}
.main-con {display: table-cell; opacity: 0;}
.loaded .main-con {opacity: 1;}
#mainContent {max-width: 1700px;}

@media all and (max-width: 900px) {
    .main-header {display: block; width: 100%; height: 75px; background: #003cab;}
    .main-header::after {display: none;}
    .main-header::before {display: none;}
    .main-con {display: block;}
}

@media all and (max-width: 500px) {
    .main-header {height: 70px;}
}

.wrap-header .container {display:table; width:100%;}
.wrap-header .container > div {display:table-cell; vertical-align:middle;}
.wrap-header .head-logo {padding: 32px 0 41px 0; text-align: center;}
.wrap-header .head-logo > div {display:inline-block; vertical-align:middle;}
.wrap-header .head-logo .logo-img a {display: block; width: 100%; height: 100%;}
.wrap-header .head-logo .logo-img img {vertical-align: middle;}
.wrap-header .head-logo .logo-img .mo {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 .ul_1 {padding: 20px 0;}
.wrap-header .head-navi .div_1 .li_1 {position:relative; display:inline-block; width: 100%;}
.wrap-header .head-navi .div_1 .li_1:last-child {display: none;}
.wrap-header .head-navi .div_1 .a_1 {display:block; padding: 17px 0; padding-left: 30px; font-family:'Dream Medium'; font-size: 17px; color: #fff; transition: all .3s; text-align: left;}

.wrap-header .head-navi .div_2 {position: absolute; left: -99999px; top: -6px; z-index: 100; width: 280px; text-align: left; opacity: 0; transition: opacity 1s;}
.wrap-header .head-navi .div_2.on {left: 100%; opacity: 1;}
.wrap-header .head-navi .div_2 .ul_2 {position: relative; padding: 20px 0;}
.wrap-header .head-navi .div_2 .ul_2::after {content: ''; position: absolute; left: -20px; top: 32px; width: 0px; height: 3px; background: #fff; transition: 1s;}
.wrap-header .head-navi .line .ul_2::after {width: 40px; transition: 1s;}
.wrap-header .head-navi .div_2 .a_2 {position: relative; display: block; padding: 3px 15px; padding-left: 40px; font-family: 'Dream Regular'; font-size: 16px; color: #fff;}
.wrap-header .head-navi .div_2 .a_2 span {position:relative; transition: 1s;}
.wrap-header .head-navi .div_2 .a_2 span::after {content: ''; position: absolute; left: 0; top: 10px; width: 3px; height: 3px; background: #28d6ec; opacity: 0; transition: 1s;}
.wrap-header .head-navi .div_2 .a_2:hover {color: #2ce9ff; }
.wrap-header .head-navi .div_2 .a_2:hover span {padding-left: 15px;}
.wrap-header .head-navi .div_2 .a_2:hover span::after {opacity: 1;}
.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_3 {display: none;}
.wrap-header .head-navi .div_3 .a_3 span {position: relative;}
.wrap-header .head-navi .div_3 .a_3[target=_blank] span::after{content: ''; position: absolute; right: -18px; top: 5px; width: 12px; height: 12px; background: url('../../images/common/new_win_gray.png') no-repeat center center;}
.wrap-header .head-util {position: relative; width: 100%;}
.wrap-header .head-util ul::after {content: ""; display: table; clear: both;}
.wrap-header .head-util li {float: left; width: 50%; height: auto; margin-left: 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; height: auto;}
.wrap-header .head-util .head-notify.on {display: block;}
.sub .wrap-header .head-util .head-notify {display: none;}
.wrap-header .head-util .head-notify button {display: block; width: 100%; padding: 40px 0 9px 0; background: #002a77 url('../../images/main/ic-notify.png') no-repeat center 13px; font-family: 'Dream Regular'; font-size: 12px; text-align: center; text-indent: 0; color: #fff;}
.wrap-header .head-util .head-notify .state {position: absolute; top: 6px; right: 33px; display: inline-block; width: 15px; height: 15px; background: #ff6c00; border-radius: 100%; font-family: 'Dream Medium'; font-size: 7px; text-align: center; line-height: 15px; color: #fff;}
.wrap-header .head-util .head-sitemap {width: 100%;}
.wrap-header .head-util .head-sitemap.on {width: 50%;}
.sub .wrap-header .head-util .head-sitemap {width: 100%;}

@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-link a {display: block; padding: 11px 0; font-family: 'Dream Regular'; font-size: 12px; text-align: center; text-indent: 0; color: #fff;}
.wrap-header .head-util .head-link.color1 a {background: #1300cc;}
.wrap-header .head-util .head-link.color2 a {background: #0098D1;}

.wrap-header .head-util .head-sitemap a {display: block; padding: 39px 0 8px 0; background: #1e5ed5 url('../../images/main/ic-hamberger.png') no-repeat center 13px; font-family: 'Dream Regular'; font-size: 12px; text-align: center; text-indent: 0; color: #d8e0f0;}
.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: 900px) {
	.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%; padding: 16px 0 17px 30px; text-align: left;}
    .wrap-header .head-logo .logo-img .pc {display: none;}
    .wrap-header .head-logo .logo-img .mo {display: block;}

    .wrap-header .head-navi {position: fixed; right: -100%; top: 0px; z-index: 200; width: 100%; max-width: 500px; 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 {overflow: hidden;}
    .wrap-header .head-mobile-top > ul > li {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 15px; border: 1px solid #fff;  border-radius: 100px; font-family: 'Dream Regular'; font-size: 13px; line-height: 35px; color: #fff;}
    .wrap-header .head-mobile-top .global {display: none; padding-top: 6px;}
    .wrap-header .head-mobile-top .list-global {display: none;}
    .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 .ul_1 {padding: 0;}
    .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;}
    .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 .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;}
    .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.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 {top: 6px; background: url('../../images/common/ico-blank.png') no-repeat center center;}
    .wrap-header .head-navi .a_2 span::after {display: none;}
    .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: '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 {position: absolute; right: 0; top: 0; width: 30%; height: 100%;}
    .wrap-header .head-util li {float: none; width: auto;}
    .wrap-header .head-util .head-link {display: none;}
    .wrap-header .head-util .head-sitemap {display: none;}
    .wrap-header .head-util .head-notify {position: absolute; right: 80px; top: 0; width: 50px; height: 100%;}
    .wrap-header .head-util .head-notify button {padding: 0; background: transparent url('../../images/main/ic-notify-m.png') no-repeat center center; text-indent: -9999px;}
    .wrap-header .head-util .head-notify .state {right: 7px; top: 20px;}
    .wrap-header .btn-gnb-open {position: absolute; right: 10px; top: 0; width: 70px !important; height: 100% !important; background: url('../../images/main/ic-menu-open.png') no-repeat center center;}
    .wrap-header .btn-gnb-open,
    .wrap-header .btn-gnb-close {display: block; cursor: pointer;}
    .wrap-header .btn-gnb-close {position: absolute; right: 0; top: 0; width: 80px; 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; padding-left: 20px;}
    .wrap-header .head-logo .logo-img img {height: 35px;}
    .wrap-header .head-navi {max-width: 100%;}
    .wrap-header .btn-gnb-open {right: 0px; margin-left: 20px;}
}

.black-bg {display: none; 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;}

@media all and (max-width: 900px) {
    .black-bg {display: block;}
}

/* Only Main */
#multipleDiv_fei_7 {float: left; width: 47%;}
#multipleDiv_fei_10 {float: left; width: 27%;}
#multipleDiv_fei_94 {float: left; width: 26%;}

@media all and (max-width: 1610px) {
    #multipleDiv_fei_7 {width: 40%;}
    #multipleDiv_fei_10 {width: 30%;}
    #multipleDiv_fei_94 {width: 30%;}
}

@media all and (max-width: 1350px) {
    #multipleDiv_fei_7 {display: none;}
    #multipleDiv_fei_10 {width: 50%;}
    #multipleDiv_fei_94 {width: 50%;}
}

@media all and (max-width: 900px) {
    #multipleDiv_fei_7 {overflow: hidden; display: block; float: none; width: 100%; max-height: 500px;}
    #multipleDiv_fei_10,
    #multipleDiv_fei_94 {width: 50%;}
}

@media all and (max-width: 700px) {
    #multipleDiv_fei_10,
    #multipleDiv_fei_94 {width: 100%;}
    #multipleDiv_fei_10 {font-size: 0;}
    #menu124_obj92,
    #menu124_obj93 {display: inline-block; width: 50%;}
}

@media all and (max-width: 500px) {
    #multipleDiv_fei_7 {max-height: 300px;}
    #multipleDiv_fei_10,
    #multipleDiv_fei_94 {width: 100%;}
    #menu124_obj92,
    #menu124_obj93 {width: 100%;}
}

/* Sub Visual */
.wrap-sub-visual {display: table; width: 100%; background: url('../../images/common/sub-visual.jpg') no-repeat top center; background-size: cover;}
.wrap-sub-visual .wrap-sub-cell {position: relative; display: table-cell; height: 500px; 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-visual .container {position: relative; z-index: 1;}
.wrap-sub-visual .slogan-big {position: relative; display: block; margin-top: 110px; font-family: 'Gmarket Bold'; font-size: 40px; line-height: 1;}
.wrap-sub-visual .slogan-small {display: block; margin-top: 17px; font-family: 'Gmarket Medium'; font-size: 17px;}
.wrap-sub-visual .page-move {display: none; position: absolute;left: 0px; top: -5px; width: 100%; height: 0px;}
.wrap-sub-visual .page-move a {position: relative; display: block; width: 50px; height: 50px; border: 2px solid rgba(255,255,255,1); border-radius: 100%;}
.wrap-sub-visual .page-move a.prev {float: left; transition: background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.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 center center;}
.wrap-sub-visual .page-move a.next {float: right; transition:background-position 0.5s cubic-bezier(0.7, 0, 0.3, 1);}
.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 center center;}
.wrap-sub-visual .page-move a span {display: none;}

@media all and (max-width:1023px) {
    .wrap-sub-visual .wrap-sub-cell {height: 330px;}
    .wrap-sub-visual .page-move {display: none;}
}

@media all and (max-width:768px) {
    .wrap-sub-visual .wrap-sub-cell {height: 300px;}
    .wrap-sub-visual .slogan-big {margin: 0px; padding: 0px; font-size: 34px;}
    .wrap-sub-visual .slogan-big:after {display: none;}
    .wrap-sub-visual .slogan-small {display: none;}
}

#subContent {max-width: 1500px; padding: 0 0 0 5.8%;}

@media all and (max-width: 1720px) {
    #subContent {padding: 0 30px 0 100px;}
}

@media all and (max-width: 1600px) {
    #subContent {padding: 0 30px;}
}

@media all and (max-width: 900px) {
    #subContent {padding: 0 40px;}
}

@media all and (max-width: 500px) {
    #subContent {padding: 0 20px;}
}

/* Sub Navi */
.wrap-sub-navi {position: relative; z-index: 5; margin-bottom: 65px; padding: 77px 0 40px 0; background: #fff; border-bottom: 3px solid #3b7187;}
.wrap-sub-navi .subject {position: relative; padding-top: 0; padding-bottom: 15px;}
.wrap-sub-navi .subject h2 {position: relative; display: inline-block; font-family: 'Dream Bold'; font-size: 30px; color: #363636;}
.wrap-sub-navi .subject h2::after {content: ''; position: absolute; left: 106%; bottom: 7px; width: 9px; height: 9px; background: #00a8eb; border-radius: 100%;}
.wrap-sub-navi .sub-navi > ul > li {display: none; float: left; position: relative; padding: 0 0 0 15px; 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#pagetitle1 {padding-left: 0;}
.wrap-sub-navi .sub-navi > ul > li.last {background: none;}
.wrap-sub-navi .sub-navi > ul > li > a,
.wrap-sub-navi .sub-navi > ul > li > .inner > button {display: block; font-size: 15px; color: #666;}
.wrap-sub-navi .sub-navi > ul > li > .inner > button {width: 100%; padding: 0 15px 0 0 ; 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 > ul > li.last > .inner > button {font-family: 'Dream Regular'; color: #222;}
.wrap-sub-navi .sub-navi .home {display: none; 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 center center; text-indent: -9999px;}
.wrap-sub-navi .sub-navi .navUl {overflow: hidden; position: absolute; left: 20px; top: 250%; z-index: 1; width: 210px; max-height: 0; border: 1px solid #fff; opacity:0; visibility: hidden;}
.wrap-sub-navi .sub-navi .navUl.on {overflow: hidden; overflow-y: auto; max-height: 275px; background: #fff; border: 1px solid #ddd; opacity: 1;  visibility: visible;}
.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-util {position: absolute; right: 0; bottom: 14px;}
.wrap-sub-navi .sub-util > ul > li {position: relative; float: left;}
.wrap-sub-navi .sub-util > ul > li > button {width: 55px; 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 {overflow: hidden; position: absolute; right: 20000%; top: 123%; 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; visibility: hidden;}
.wrap-sub-navi .box-sub-favo.on {right: -56px; 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; visibility: visible;}
.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 {overflow: hidden; position: absolute; left: -9999999px; top: 74px; 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; visibility: hidden;}
.wrap-sub-navi .box-sub-share.on {left: auto; right: -110px; 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; visibility: visible;}
.wrap-sub-navi .box-sub-share .close {position: absolute; right: 10px; 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 .sub-navi > ul > li > a,
    .wrap-sub-navi .sub-navi > ul > li > .inner > button {font-size: 14px;}
    .wrap-sub-navi .sub-print {display: none;}
    .wrap-sub-navi {margin-bottom: 40px; padding: 48px 0 40px 0;}
    .wrap-sub-navi .sub-util {bottom: 22px;}
    .wrap-sub-navi .subject h2 {font-size: 26px;}
}

@media all and (max-width: 500px) {
    .wrap-sub-navi {margin-bottom: 30px; padding: 28px 0 26px 0;}
    .wrap-sub-navi .sub-util {display: none;}
}

/* Footer */
.wrap-footer {margin-top: 80px; background: #262626; clear: both;}
.main .wrap-footer {margin-top: 0;}
.wrap-footer .container {padding: 0 50px;}
.bottom-link {background: #191919;}
.bottom-link li {position: relative; float: left; width: 25%; border-right: 1px solid #444;}
.bottom-link .btn-bottom {position: relative; display: block; width: 100%; padding: 23px 20px; font-family: 'Dream ExtraLight'; font-size: 16px; text-align: left; color: #a5a5a5;}
.bottom-link .btn-bottom::after {content: ''; position: absolute; right: 30px; top: 27px; width: 12px; height: 12px; background: url('../../images/main/ic-jump.png') no-repeat center top;}
.bottom-link .btn-bottom.on {color: #fff;}
.bottom-link .link-list {overflow: hidden; max-height: 0; position: absolute; left: 0; bottom: 100%; width: 100%; background: #191919; transition: 1s;}
.bottom-link .link-list.on {max-height: 500px; z-index: 2;}
.bottom-link .link-list a {display: inline-block; width: 100%; padding: 10px 20px; border-bottom: 1px solid #000; font-family: 'Dream ExtraLight'; font-size: 16px; text-align: left; color: #a5a5a5;}
.bottom-link .link-list a:hover {color: #fff;}
.bottom-menu ul {padding: 21px 0; border-bottom: 1px solid #3c3c3c;}
.bottom-menu li {position: relative; float: left; 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: 16px; letter-spacing: -1px; color: #ccc;}
.bottom-menu li a:hover {color: #fff;}
.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%;}
.footer-info {position: relative; padding: 25px 0;}
.footer-address {float: left; padding-left: 200px; 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: #b1b1b1;}
.footer-address .address span i {padding-left: 15px; color: #fff;}
.footer-address .copy {font-family: 'Dream ExtraLight'; font-size: 12px; letter-spacing: normal; color: #8e8e8e;}
.footer-info .access {position: absolute; right: 60px; top: 15px;}

@media all and (max-width: 1450px) {
    /*.footer-info .access {display: none;}*/
  .footer-info .access {position: static; float: right; margin: 0 10px;}
}

@media all and (max-width: 900px) {
    .wrap-footer .container {padding: 0;}
    .bottom-link li {float: left; width: 50%; border-bottom: 1px solid #444;}
    .bottom-link .btn-bottom {padding-left: 50px;}
    .bottom-menu li:first-child {padding-left: 32px;}
    .footer-address {padding-left: 230px; background-position: 30px center;}
}

@media all and (max-width: 500px) {
    .bottom-link li {width: 100%; border: 0; border-bottom: 1px solid #444;}
    .bottom-link .btn-bottom {padding-left: 40px;}
    .bottom-menu ul {text-align: center;}
    .bottom-menu li {float: none; display: inline-block; margin-top: 3px; margin-bottom: 3px;}
    .bottom-menu li:nth-child(2)::after,
    .bottom-menu li:nth-child(4)::after {display: none; margin-right: 0; padding-right: 0;}
    .footer-info {padding: 25px;}
    .footer-info .access {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 10px;
        margin: 0;
        float: none;
    }
    .footer-address {padding-left: 0; padding-top: 50px; background-position: center top; text-align: center;}
    .footer-address .address {margin-bottom: 10px;}
    .footer-address .address span i {display: block; padding-left: 0;}
}

/* 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: "Noto Bold"; 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: 1023px){
	.left-layout .sub-content {float: none; width: 100%;}
	.left-layout .left-menu {display: none;}
}

.top-button {position: fixed; right: 30px; bottom: -120px; z-index: 1; width: 65px; height: 65px; background: #111111 url('../../images/main/ic-goto-top.png') no-repeat center center; 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; text-indent: -99999px; 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 center;
    }
    50% {
        background-position: center 20px;
    }
    100% {
        background-position: center center;
    }
}

/* Guide Modify */
.tab_div .ul_4 {margin-bottom: 40px;}

@media all and (max-width: 1400px) {
    .wrap-contents .container {padding: 0;}
}
