@charset "utf-8";
@import url(default.css);
@import url(framework.css);
@import url(xeicon.css);
@import url(drawer.css);
/*@import url(animsition.min.css);*/
@import url(featherlight.min.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Exo+2);
/*@import url(Noto Sans KR.css);
@import url(remodal.css);
@import url(remodal-default-theme.css);*/
/*루트*/
.root {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    zoom: 1;
}
#hd,
#ft,
#bd {
    position: relative;
}

/*헤더*/
#hd {
    position: relative;
    background-color: #005a9f;
    z-index: 50;
}
#mnb {
    /*display: none;*/
    background-color: #005a9f;
}
#mnb ul.drawer-menu,
#mnb ul.drawer-menu > li,
#mnb ul.drawer-menu > li > a,
#mnb ul.drawer-menu > li > ul a {
    position: relative;
    display: block;
}
#mnb ul.drawer-menu > li a {
    color: #fff;
}
#mnb ul.drawer-menu > li a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    content: ' ';
    opacity: .1;
}
#mnb ul.drawer-menu > li > a {
    padding: 15px 20px;
    font-size: 17px;
}
#mnb ul.drawer-menu > li > ul {
    background: url(../img/common/opacity_black_30.png) repeat 0 0;
}
#mnb ul.drawer-menu > li > ul a {
    padding: 10px 20px;
    font-size: 15px;
}
#mnb ul.drawer-menu {
    position: relative;
}
#hd #logo {
    position: absolute;
    display: block;
    left: 0;
    width: 500px;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.08);
    box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.08);
}
#hd #logo > a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
#hd #logo > a > .logo-wrp {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
#hd #logo > a > .logo-wrp > img {
    width: auto;
    vertical-align: middle;
}
#hd #logo > a > .logo-wrp > img.logo-zf {
    height: 60px;
}
#hd #logo > a > .logo-wrp > img.logo-beomchang {
    margin-left: 20px;
    margin-top: -.05em;
    height: 40px;
}
#hd #lnb {
    position: absolute;
    width: 409px;
    height: 26px;
    right: 0;
    top: 0;
    text-align: right;
    background: url(../img/common/lnb-bg.png) no-repeat top right;
    z-index: 1000;
}
#hd #lnb > ul,
#hd #lnb > ul > li {
    position: relative;
    display: -moz-inline-stack; display: inline-block; *display: inline; zoom: 1;
}
#hd #lnb > ul > li > a {
    position: relative;
    display: block;
    padding: 0 18px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #8598ad;
}
#hd #lnb > ul > li > a:after {
    position: absolute;
    display: block;
    width: 1px;
    top: 7px;
    bottom: 7px;
    left: 0;
    background-color: #8598ad;
    opacity: .5;
    z-index: 10;
    content: '';
}
#hd #lnb > ul > li > a:first-child:after {
    display: none;
}
/*메뉴*/
#hd #gnb {
    position: relative;
    margin-left: 500px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
#hd #gnb > ul.menu {
    position: relative;
    display: block;
    padding-left: 30px;
    z-index: 1000;
}
#hd #gnb > ul.menu > li {
    position: relative;
    padding: 25px 0 0 0;
    display: -moz-inline-stack; display: inline-block; *display: inline; zoom: 1;
    vertical-align: middle;
}
#hd #gnb > ul.menu > li > a {
    position: relative;
    display: block;
    min-width: 90px;
    padding: 10px 0 15px 0;
    margin-left: 50px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
}
#hd.eng #gnb > ul.menu > li > a {
    padding: 10px 0 15px 0;
    font-size: 15px;
    height: auto;
    line-height: 1.2em;
    color: #fff;
    font-weight: 300;
    vertical-align: middle;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#hd.eng #gnb > ul.menu > li > a.smally {
    padding-top: 20px;
}
#hd #gnb > ul.menu > li:first-child > a {
    /*margin-left: 0;*/
}
/*메뉴-2차*/
#hd #gnb > ul.menu > li > .dp2 {
    position: absolute;
    padding: 15px 0 0 50px;
    width: 100%;
    left: 0;
    /*margin-left: -75px;*/
}
#hd #gnb > ul.menu > li > .dp2 > li {
    position: relative;
    display: block;
}
#hd #gnb > ul.menu > li > .dp2 > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}
#hd #gnb > ul.menu > li > .dp2 > li:first-child > a {
    border-top: 0;
}
#hd #gnb > #dp2bg {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: 35px;
    background-color: #112635;
    z-index: 10;
}

/*푸터*/
#ft {
    position: relative;
    padding: 20px 0 40px 0;
    font-size: .9em;
    background-color: #08112a;
    color: #a5a6ab;
    z-index: 10;
}
#ft a {
    color: #dedee0;
}
#ft-nav {
    position: relative;
    padding: 10px 0 20px 0;
}
#ft-nav > li {
    position: relative;
    margin-left: 30px;
}
#ft-nav > li:first-child {
    margin-left: 0;
}
#ft-nav > li > a {
    display: block;
    padding: 5px 0;
    line-height: 1.3em;
}
#ft-nav > li .dp2 {
    display: none;
}
#ft .ft-info {
    position: relative;
    padding-top: 10px;
    line-height: 1.35em;
}
#ft .ft-info:after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .2;
    background-color: #fff;
}
#ft .ft-info > div {
    position: relative;
    margin-top: 10px;
}
#ft .ft-info > div .item {
    position: relative;
    margin-left: 20px;
}
#ft .ft-info > div .item:first-child {
    margin-left: 0;
}

/*common*/
.exo {
    font-family: 'Exo 2', 'Apple SD Gothic Neo', 'Droid sans', 'Roboto', helvetica, 'Malgun Gothic', 'Noto Sans KR', 'Dotum', sans-serif;
}

/*바디*/
#bd {
    position: relative;
    z-index: 30;
}
#cn {
    position: relative;
    padding: 0 0 70px 0;
}
#cn .mvis-wrp {
    position: relative;
}
#cn .mvis-wrp #mvis,
#cn .mvis-wrp #mvis .item {
    position: relative;
    overflow: hidden;
}
/*#cn .mvis-wrp #mvis .item img{
    width: 100%;
    max-width: 100%;
    height: auto;
}*/
#cn .mvis-wrp #mvis .item .in-item {
    position: relative;
    width: 100%;
    padding-bottom: 47.14285714285714%;
}
#cn .mvis-wrp #mvis .item .in-item > .ins {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
}
#cn .mvis-wrp #mvis .item1 .in-item > .ins .effects {
    top: 100px;
    left: 200px;
}
#cn .mvis-wrp #mvis .item2 .in-item > .ins .effects {
    bottom: 100px;
    right: 200px;
    text-align: right;
}
#cn .mvis-wrp #mvis .item .in-item > .ins .effects {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cn .mvis-wrp #mvis .item .in-item > .ins .effect {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
#cn .mvis-wrp #mvis .item.flex-active-slide .in-item > .ins .effect {
    margin-bottom: 5px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
#cn .mvis-wrp #mvis .item.flex-active-slide .in-item > .ins .effect.st1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
#cn .mvis-wrp #mvis .item.flex-active-slide .in-item > .ins .effect.st2 {
    margin-bottom: 35px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
#cn .mvis-wrp #mvis .item.flex-active-slide .in-item > .ins .effect.st3 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
@-webkit-keyframes fadeInLeft {
        0% {
                opacity: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        }
        100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@keyframes fadeInLeft {
        0% {
                opacity: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        }
        100% {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
        }
}

@-webkit-keyframes fadeOutLeft {
        0% {
                opacity: 1;
        }
        100% {
                opacity: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        }
}

@keyframes fadeOutLeft {
        0% {
                opacity: 1;
        }
        100% {
                opacity: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
        }
}
#cn .mvis-wrp #mvis .item1 .in-item > .ins {
    background: url(../img/main/mvis-01-only.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
#cn .mvis-wrp #mvis .item2 .in-item > .ins {
    background: url(../img/main/mvis-02-only.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}
#cn .mvis-wrp .flex-direction-nav,
#cn .mvis-wrp .flex-control-paging {
    font-size: 0;
    line-height: 0;
}
#cn .mvis-wrp .flex-direction-nav li > a {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(../img/common/opacity_black_30.png);
}
#cn .mvis-wrp .flex-direction-nav li > a:hover {
    background-image: none;
    background-color: #005a9f;
}
#cn .mvis-wrp .flex-direction-nav li > a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    font-size: 35px;
    font-family: 'xeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
#cn .mvis-wrp .flex-direction-nav li.flex-nav-prev > a {
    left: 0;
}
#cn .mvis-wrp .flex-direction-nav li.flex-nav-next > a {
    right: 0;
}
#cn .mvis-wrp .flex-direction-nav li.flex-nav-prev > a:after {
    content: "\e93d";
}
#cn .mvis-wrp .flex-direction-nav li.flex-nav-next > a:after {
    content: "\e940";
}
#cn .mvis-wrp .flex-control-paging {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
#cn .mvis-wrp .flex-control-paging li {
    display: inline-block;
    margin: 0 4px;
}
#cn .mvis-wrp .flex-control-paging li > a {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 12px;
    opacity: .4;
}
#cn .mvis-wrp .flex-control-paging li > a.flex-active {
    opacity: 1;
}
#cn #mhero .item .inr {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
#cn #mhero .item .inr > * {
    position: relative;
    display: block;
}
#cn #mhero .item .inr > .thumb {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
    zoom: 1;
}
#cn #mhero .item .inr > .thumb > img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#cn #mhero .item .inr > .tit,
#cn #mhero .item .inr > .dtl {
    font-size: 13px;
    line-height: 1.4em;
}
#cn #mhero .item .inr > .tit {
    padding: 25px 10px 0 10px;
    font-size: 25px;
    color: #000;
}
#cn.eng #mhero .item .inr > .tit {
    padding: 20px 10px 0 10px;
    font-size: 20px;
    letter-spacing: -.06em;
    color: #000;
}
#cn #mhero .item .inr > .dtl {
    padding: 15px 15px 0 15px;
    font-size: 13px;
    color: #797979;
}
#cn #mhero .item .inr > .more {
    width: 80%;
    margin: 25px auto 0 auto;
    padding: 20px 0 25px 0;
    border-top: 1px solid #eee;
    font-size: 15px;
    color: #575757
}
#cn .mtail .mtail-tit {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 300;
    color: #000;
}
#cn .mtail .mtail-tit a i {
    color: #797979;
    margin-top: -.1em;
}
#cn .mtail .mprd-set {
    position: relative;
    font-size: 0;
    line-height: 0;
}
#cn .mtail .mprd-set > ul {
    position: relative;
    margin-left: -25px;
}
#cn .mtail .mprd-set > ul > li {
    width: 200px;
    padding-left: 25px;
}
#cn .mtail .mprd-set > ul > li > .inr {
    position: relative;
    display: block;
}
#cn .mtail .mprd-set > ul > li > .inr > * {
    display: block;
}
#cn .mtail .mprd-set > ul > li > .inr > .thumb {
    position: relative;
    border: 1px solid #eee;
    background-color: #000;
    overflow: hidden;
    max-height: 126px;
}
#cn .mtail .mprd-set > ul > li > .inr > .thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
#cn .mtail .mprd-set > ul > li > .inr > .tit {
    position: absolute;
    display: block;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/opacity_black_50.png) repeat 0 0;
    z-index: 10;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#cn .mtail .mprd-set > ul > li > .inr:hover > .tit {
    top: 0;
}
#cn .mtail .mprd-set > ul > li > .inr > .tit > span {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin: -25px 0 0 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
#cn .mtail .mnews-set > li {
    position: relative;
    padding-top: 14px;
}
#cn .mtail .mnews-set > li:first-child {
    padding-top: 0;
}
#cn .mtail .mnews-set > li > a {
    position: relative;
    display: block;
    line-height: 1.35em;
}

/*서브*/

#svis.gr01 {
    background: url(../img/sub/svis-01.jpg) no-repeat 0 0;
}
#svis.gr02 {
    background: url(../img/sub/svis-02.jpg) no-repeat 0 0;
}
#svis.gr03 {
    background: url(../img/sub/svis-03.jpg) no-repeat 0 0;
}
#svis.gr04 {
    background: url(../img/sub/svis-04.jpg) no-repeat 0 0;
}
#svis.gr05 {
    background: url(../img/sub/svis-05.jpg) no-repeat 0 0;
}
#svis {
    position: relative;
    height: 220px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
#svis .slog-tit {
    position: relative;
    display: block;
    padding-left: 100px;
    line-height: 180px;
    font-size: 35px;
    text-align: center;
    color: #fff;
}
#svis #path {
    position: absolute;
    text-align: right;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    right: 0;
    z-index: 10;
    opacity: .9;
    background: url(../img/common/opacity_white_20.png) repeat 0 0;
}
#svis #path > li {
    position: relative;
    display: -moz-inline-stack; display: inline-block; *display: inline; zoom: 1;
    padding-right: 36px;
    text-align: center;
}
#svis #path > li:after {
    position: absolute;
    display: block;
    left: -25px;
    top: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    font-family: 'xeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e940";
    color: #fff;
    opacity: .7;
}
#svis #path > li:first-child:after {
    content: "\e900";
}
#svis #path > li > * {
    position: relative;
    display: block;
    font-size: 13px;
    color: #fff;
}
#svis #path > li > * > i {
    margin-top: -2px;
}
#snb {
    position: absolute;
    display: block;
    width: 200px;
    border: 1px solid #b8b8b8;
    border-width: 0 1px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    zoom: 1;
}
#snb > .gr-tit {
    position: relative;
    display: block;
    margin: 0 -1px -1px;
    padding: 25px 15px 20px 30px;
    line-height: 1.25em;
    font-size: 25px;
    background-color: #434755;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 80px;
    color: #fff;
    z-index: 10;
}
#snb > ul {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 5;
}
#snb > ul > li {
    position: relative;
    border-top: 1px solid #e3e3e7;
}
#snb > ul > li:first-child {
    border-top: 0;
}
#snb > ul > li > a {
    position: relative;
    display: block;
    line-height: 1.45em;
    padding: 15px 30px;
    color: #797979;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#snb > ul > li > a:hover {
    background-color: #eee;
}
#snb > ul > li.on > a {
    color: #000;
}
#snb > ul > li.on:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 3px;
    top: 50%;
    margin-top: -1px;
    background-color: #434755;
    right: 20px;
    content: '';
}
.eng #snb > ul > li.on:after {
    display: none;
}
.scnt.page {
    padding: 70px 0 10px 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#art {
    position: relative;
}
#art .bo-tit {
    position: relative;
    min-height: 80px;
    margin-bottom: 60px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 50px;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#art.eng {
    font-size: 14px;
}
#art .map-wrp {
    width: 100%;
    padding-bottom: 56.25%;
}
#art .greet {
    /*background: url(../img/sub/ceophoto.png) no-repeat right top 80px;*/
}
#art .greet img.face {
    float: left;
    margin: 10px 30px 300px 0;
    /*position: absolute;
    top: 80px;
    right: 0;
    z-index: -1*/
}
#art.eng .greet img.face {
    margin-bottom: 340px;
}
#art .map-wrp #mapCanvas1 {
    position: absolute;
    width: 100%;
    height: 100%;
}
#art .partners {
    position: relative;
    text-align: center;
}
#art td.zf-bg {
    background-image: url(../img/sub/zf-logo.png);
    background-position: right 10px bottom 10px;
    background-repeat: no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
}
#art .loc-slider {
    position: relative;
}
#art .loc-slider {
    position: relative;
}
#art .loc-slider .flex-direction-nav {
    font-size: 0;
    line-height: 0;
}
#art .loc-slider .flex-direction-nav li > a {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(../img/common/opacity_black_30.png);
}
#art .loc-slider .flex-direction-nav li > a:hover {
    background-image: none;
    background-color: #005a9f;
}
#art .loc-slider .flex-direction-nav li > a:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    font-size: 25px;
    font-family: 'xeicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /*line-height: 1;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
#art .loc-slider .flex-direction-nav li.flex-nav-prev > a {
    left: 0;
}
#art .loc-slider .flex-direction-nav li.flex-nav-next > a {
    right: 0;
}
#art .loc-slider .flex-direction-nav li.flex-nav-prev > a:after {
    content: "\e93d";
}
#art .loc-slider .flex-direction-nav li.flex-nav-next > a:after {
    content: "\e940";
}

/*
****************************************
Resp. 모바일 이상 일 때
****************************************
*/
@media only screen and (min-width: 1000px) {
    #snb.fixed {
        position: fixed;
        left: 50%;
        margin-left: -500px;
        top: 0;
    }
}
@media only screen and (min-width: 768px) {
    #cn #mhero .item .inr:hover > .tit {
        color: #005a9f;
    }
    #cn #mhero .item .inr:hover > .dtl {
        color: #333;
    }
    #hd #gnb > ul.menu > li > .dp2 > li > a {
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    #hd #gnb > ul.menu > li > .dp2 > li > a:hover {
        color: #60d4ff;
    }
}
/*
****************************************
Resp. 모바일 쿼리문
****************************************
*/
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1330px) {
    #hd #logo {
        width: 300px;
    }
    #hd #gnb {
        margin-left: 300px;
    }
    #hd #logo > a > .logo-wrp > img.logo-zf.item2 {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    #hd .drawer-toggle {
        display: none;
    }
}
@media only screen and (max-width: 1120px) {
    #hd #logo {
        width: auto;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #hd #logo > a > .logo-wrp > img.logo-zf {
        height: 34px;
    }
    #hd #logo > a > .logo-wrp > img.logo-beomchang {
        height: 30px;
    }
    #hd #gnb {
        margin-left: 171px;
    }
    #hd #gnb > ul.menu {
        padding-top: 26px;
    }
    #hd #gnb > ul.menu > li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 20%;
        /*display: table-cell;
        position: initial;*/
        padding: 0;
        vertical-align: middle;
    }
    #hd #gnb > ul.menu > li > a {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 15px;
    }
    #hd #gnb > ul.menu > li > .dp2 {

    }

}
@media only screen and (max-width: 768px) {
    #hd {
        background-color: #fff;
        padding-bottom: 1px;
        border-bottom: 1px solid #ddd;
    }
    #hd #logo {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 13px 0;
    }
    #hd #lnb {
        right: 0;
        width: auto;
        background: none;
    }
    #hd #lnb {

    }
    #hd #lnb > ul > li {
        display: none;
    }
    #hd #lnb > ul > li.mob {
        display: block;
    }
    #hd #lnb > ul > li.mob a {
        padding: 0 10px;
        height: 62px;
        background-color: #005a9f;
        color: #fff;
        line-height: 62px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
    }
    body.drawer-open .drawer-hamburger {
        z-index: 100000;
    }
    #hd #gnb,
    #ft-nav,
    #ft .ft-info:after {
        display: none !important;
    }
    #ft {
        padding: 10px 0 20px 0;
    }
    #ft .ft-info {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        border: 0;
    }
    #cn .mvis-wrp #mvis .item1 .in-item > .ins .effects,
    #cn .mvis-wrp #mvis .item2 .in-item > .ins .effects {
        top: 50px;
        left: auto;
        right: auto;
        text-align: center;
    }
    #ft .ft-info > div .item:first-child,
    #ft .ft-info > div .item {
        margin: 0 5px;
    }
    #cn .mvis-wrp #mvis .item .in-item > .ins .effects img {
        max-width: 60%;
        height: auto;
    }
    #cn .mtail {
        display: none;
    }
    #cn {
        padding: 0 0 25px 0;
    }
    #cn #mhero .item .inr > .thumb > img {
        opacity: 1;
    }
    .mhero-wrp hr.line-br {
        display: none;
    }
    #cn #mhero .item .inr > .tit {
        padding-top: 15px;
        font-size: 15px;
    }
    #cn #mhero .item .inr > .dtl {
        padding-top: 10px;
    }
    #cn #mhero .item .inr > .more {
        width: auto;
        margin: 15px 10px 0 10px;
        padding: 10px 0;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #svis {
        display: none;
    }
    #snb {
        position: relative;
        display: block;
        width: auto;
        margin: 0 -20px;
        border-left: 0;
        border-right: 0;
    }
    #snb > .gr-tit {
        margin: 0;
        padding: 10px 0;
        height: auto;
        min-height: 0;
        font-size: 17px;
        text-align: center;
    }
    #snb,
    #snb * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #snb > ul {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    #snb > ul > li {
        display: inline-block;
        vertical-align: middle;
    }
    #snb > ul > li:before {
        position: absolute;
        display: block;
        left: 0;
        top: 10px;
        bottom: 10px;
        width: 1px;
        background-color: #ddd;
        content: '';
    }
    #snb > ul > li.on:after {
        display: none;
    }
    #snb > ul > li > a {
        min-width: 25%;
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #art .bo-tit {
        margin: 0 -20px 20px -20px;
        min-height: 0;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 1.2em;
        height: auto;
        padding: 15px 0;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);
    }

    .scnt.page {
        padding: 0 20px 20px 20px;
    }
    #art .greet img.face {
        position: initial;
        top: auto;
        right: auto;
        z-index: auto;
        margin: 10px 20px 15px 0;
        max-width: 150px;
        height: auto;
    }
    #art .greet br {
        display: none;
    }
}
