@charset "UTF-8";
/* ==========================================================================
Common CSS
========================================================================== */

#sub #wrap-header{
    background: url(../../images/sub_bg2.jpg) top center no-repeat;
	background-size : 100%;
	background-position-y:-570px;
}

.main {
    background: url(../../images/main_bg.jpg) top center no-repeat;
	background-size : cover;
}

.pc-img {
    display: block;
}

.pc-img img {
    float: left;
    margin: 0 30px;
}

.mo-img {
    display: none;
}

.container {
    /* overflow: auto; */
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

.hiddenEle {
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    z-index: -1;
}

/* ==========================================================================
Top CSS
========================================================================== */

#wrap-top {
    display: inline-block;
    width: 100%;
}

#wrap-top #link {
    float: right;
}

#wrap-top #link a {
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    background: url(../../images/icon-home.png) #01a0c8 10px center no-repeat;
    padding: 0 15px 0 25px;
}

#wrap-top #util {
    float: right;
}

/* ==========================================================================
Header CSS
========================================================================== */

#main {
    margin: -3px 0 0 0;
    padding: 0 0 15px 0;
}

#sub {
    margin: -3px 0 0 0;
    padding: 0 0 50px 0;
}

#sub #wrap-article #aside .container {
    position: relative;
}

#wrap-header {
    position: relative;
}

#wrap-header #gnb, #wrap-header #m-gnb {
    /* display: none; */
}

#wrap-header .container {
    position: relative;
    display: table;
    height: 90px;
    background: #fff;
}

#wrap-header #logo, #wrap-header .gnb {
    display: table-cell;
    vertical-align: middle;
}

#wrap-header #logo {
    width: 310px;
    background-color: #0c2d83;
}

#sub_title {
    max-width: 1220px;
    height: 260px;
    padding-top: 80px;
    margin: 0 auto;
}

#sub_title h3 {
    color: #0c2d83;
    font-size: 28px;
    font-weight: normal;
    max-width: 540px;
    padding: 20px;
    background: rgba(255,255,255,0.6);
}

#sub_title span {
    display: block;
    color: #555;
    font-size: 18px;
    margin-bottom: 10px;
}

/*#sub_title:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0c2d83;
}*/

/* #wrap-header #logo a {
width: 100%;
height: 100%;
} */

/* ==========================================================================
Footer CSS
========================================================================== */

#wrap-footer {
    color: #555;
    font-size: 14px;
    background-color: #ebebeb;
}

#wrap-footer ._direct {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

#wrap-footer ._direct .w1220 {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

#wrap-footer ._direct .direct_list {
    float: left;
    width: 80%;
    padding: 15px 0;
}

#wrap-footer ._direct .direct_list li {
    float: left;
    background: url(../../images/gab.png) right center no-repeat;
    padding: 0 20px;
}

#wrap-footer ._direct .direct_list li:first-child {
    padding-left: 0;
}

#wrap-footer ._direct .direct_list li:first-child a {
    font-weight: bold;
    color: #1c357e;
}

#wrap-footer ._direct .direct_list li:last-child {
    background: none;
}

#wrap-footer ._direct .top_btn {
    float: right;
    width: 48px;
    height: 48px;
    font-size: 12px;
    text-align: center;
    background: url(../../images/top_btn.png) center 10px no-repeat;
    background-color: #01a0c8;
}

#wrap-footer ._direct .top_btn button {
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 20px;
}

#wrap-footer .address {
    display: inline-block;
    width: 100%;
    line-height: 1.5;
    background: url(../../images/foot_logo.png) left center no-repeat;
    padding: 30px 0 30px 60px;
}

#wrap-footer .address li {
    float: left;
    background: url(../../images/gab.png) right center no-repeat;
    padding: 0 10px;
}

#wrap-footer .address li:first-child {
    padding-left: 0;
}

#wrap-footer .address li:last-child {
    background: none;
}

#wrap-footer .copyright {
    margin: 10px 0 0 0;
}

/* jumpmenu wrap */

#wrap-footer .jumpMenuWrap {
    position: absolute;
    top: 0;
    right: 50px;
}

#wrap-footer .jumpMenuWrap .jumpMenu {
    position: relative;
    float: left;
}

#wrap-footer .jumpMenuWrap .jumpMenu button.jump_text {
    min-width: 150px;
    color: #666;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    padding: 16px;
}

#wrap-footer .jumpMenuWrap .jumpMenu button.jump_text:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
}

#wrap-footer .jumpMenuWrap .jumpMenu ul {
    position: absolute;
    display: none;
    width: 100%;
    bottom: 48px;
    left: 0;
    background-color: #575b63;
    text-align: left;
    z-index: 1001;
}

#wrap-footer .jumpMenuWrap .jumpMenu li {

}

#wrap-footer .jumpMenuWrap .jumpMenu ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 10px 10px;
}

#wrap-footer .jumpMenuWrap .jumpMenu ul li a:hover {
    background-color: #01a0c8;
}

/* 2nd jumpwrap */

#wrap-footer .jumpMenuWrap_02 {
    position: absolute;
    top: 0;
    right: 201px;
}

#wrap-footer .jumpMenuWrap_02 .jumpMenu {
    position: relative;
    float: left;
}

#wrap-footer .jumpMenuWrap_02 .jumpMenu button.jump_text {
    min-width: 150px;
    color: #666;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    padding: 16px;
}

#wrap-footer .jumpMenuWrap_02 .jumpMenu button.jump_text:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 15px;
}

#wrap-footer .jumpMenuWrap_02 .jumpMenu ul {
    position: absolute;
    display: none;
    width: 100%;
    bottom: 48px;
    left: 0;
    background-color: #575b63;
    text-align: left;
    z-index: 1001;
}

#wrap-footer .jumpMenuWrap_02 .jumpMenu li {

}

#wrap-footer .jumpMenuWrap_02 .jumpMenu ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 10px 10px;
}

#wrap-footer .jumpMenuWrap_02 .jumpMenu ul li a:hover {
    background-color: #01a0c8;
}

/* ==========================================================================
GNB CSS
========================================================================== */

#gnb .ul_1 {
    display: table;
    width: 100%;
}

#gnb .li_1 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: calc(100% / 6);
    height: 90px;
    padding: 0 20px;
}

#gnb .li_1.eQ05 {
    width: auto;
}

#gnb .a_1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #2c2c2c;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    white-space: nowrap;
    text-overflow: ellipsis;
}

#gnb .a_1:hover {
    color: #01a0c8;
    font-weight: bold;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

/* #gnb .a_1:hover a {
color: #01a0c8;
} */

#gnb .a_1:hover:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #01a0c8;
}

#gnb .a_2 {
    overflow: hidden;
    width: 100%;
    color: #555;
    padding: 0 20px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#gnb .a_2:hover, #gnb .a_2._active {
    color: #01a0c8;
    text-decoration: underline;
}

#gnb .div_2 {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 10000;
    width: 100%;
    max-height: 0px;
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

#gnb .div_2.on {
    max-height: 500px;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

#gnb .li_1.eQ01 .div_2 {
    width: 100%;
}

#gnb .li_1.eQ02 .div_2 {
    width: 100%;
}

#gnb .li_1.eQ03 .div_2 {
    width: 100%;
}

#gnb .li_1.eQ04 .div_2 {
    width: 100%;
}

#gnb .div_3 {
    display: none;
}

#gnb ._childDiv li {
    float: left;
    display: block;
    height: 70px;
    line-height: 70px;
}

#white-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

#white-bg.on {
    opacity: 1;
	height:70px;
    left: 0px;
    transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

/* ==========================================================================
Mobile GNB CSS
========================================================================== */

#m-gnb {
    display: none;
}

/* ==========================================================================
Sub Visual CSS
========================================================================== */

/* #wrap-visual #visual {
height: 300px;
background: #a28b48 url('../../images/sub-visual.jpg') no-repeat top center;
} */

/* ==========================================================================
Sub LNB  CSS
========================================================================== */

#wrap-article>.container {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 60px;
}

#wrap-article #lnb {
    display: table-cell;
    width: 250px;
    vertical-align: top;
}

#wrap-article #lnb h2 {
    padding: 21px 0;
    background: url(../../images/lnb_tit_bg.jpg) center center no-repeat#4a4a4a;
    border-bottom: 3px solid #2f343a;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#wrap-article #lnb .a_2 {
    padding: 15px 20px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

#wrap-article #lnb .a_2._active {
    position: relative;
    color: #fff;
    font-weight: bold;
    background-color: #01a0c8;
    border-bottom: 1px solid #d0d0d0;
}

#wrap-article #lnb .a_2._active:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 11px;
    height: 7px;
    background: url(../../images/lnb_arrow.png) top center no-repeat;
}

#wrap-article #lnb .div_3 {
    overflow: hidden;
    max-height: 0;
}

#wrap-article #lnb .li_2._active .div_3 {
    max-height: 1000px;
}

#wrap-article #lnb .ul_3 {
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6;
}

#wrap-article #lnb .a_3 {
    padding: 5px 30px;
    /* background: url('../../images/dot-lnb.png') no-repeat 20px 11px; */
    font-size: 12px;
    color: #888888;
}

#wrap-article #lnb .a_3:hover, #wrap-article #lnb .a_3._active {
    color: #01a0c7;
    font-weight: bold;
    /* background: url('../../images/dot-lnb-on.png') no-repeat 20px 11px; */
}

#wrap-article #contents {
    display: table-cell;
    padding: 0 0 0 30px;
    vertical-align: top;
}

/* ==========================================================================
Sub Navigation  CSS
========================================================================== */

#wrap-article #aside {
    /* border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9; */
    background-color: #0d2d84;
}

#wrap-article #submenuNavigation>ul {
    display: table;
}

#wrap-article #submenuNavigation>ul>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    background: url(../../images/arrow-subnav.png) right center no-repeat;
}

#wrap-article #submenuNavigation>ul>li:first-child {
    background: none;
    padding-right: 0;
}

#wrap-article #submenuNavigation>ul>li:last-child {
    background: none;
    padding-right: 0;
}

#wrap-article #submenuNavigation>ul>li:nth-last-child(2) {
    background: none;
    padding-right: 0;
}

#wrap-article .navHome {
    width: 48px;
    height: 48px;
    min-width: 0px;
    padding: 0;
    background: url('../../images/icon-subnav.png') no-repeat center center;
    text-align: center;
    text-indent: -9999px;
}

#wrap-article .navMenu {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 45px;
    min-width: 180px;
    padding: 0 37px 0 15px;
    background: url('../../images/arrow-subnavi.png') no-repeat right center;
    color: #fff;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#wrap-article .navDiv {
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: 48px;
    z-index: 100;
    width: 100.7%;
    max-height: 0px;
    background: #fff;
    border-bottom: 0px;
    transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrap-article .navDiv.on {
    max-height: 500px;
    transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrap-article .navDiv a {
    padding: 14px 0 14px 15px;
    border-bottom: 1px solid #d9d9d9;
}

#wrap-article .navDiv a:hover, #wrap-article .navDiv a._active {
    background: #707070;
    color: #fff;
}

#wrap-article ._print {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 10px;
    right: 45px;
}

#wrap-article ._print ._printPage {
    position: relative;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    background: url(../../images/print_btn.png) center center no-repeat;
}

#wrap-article .view_print ._printPage:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    right: -10px;
    top: 10px;
    background: url(../../images/print_gab.png) center center no-repeat;
}

#wrap-article .view_option {
    position: absolute;
    top: 10px;
    right: 0px;
}

#wrap-article .view_option.none {
    display: none;
}

#wrap-article .view_option ._fnctWrap {
    float: left;
}

#wrap-article .view_option button._printPage {
    background: url("../../images/sNav_print.png") 5px center no-repeat !important;
    background-color: #a2a2a2 !important;
    color: #FFF;
    height: 27px !important;
    padding: 0 5px 0 30px;
    font-size: 11px;
    margin-right: 1px;
    width: auto !important;
    text-indent: 0 !important;
}

#wrap-article .view_option .sns_list {
    float: right;
    position: relative;
}

#wrap-article .view_option .sns_list button, #wrap-article .view_option .sns_list ul li a {
    display: block;
    text-indent: -5000px;
    background: url("../../images/sNav_sns.png") left top no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
}

#wrap-article .view_option .sns_list ul {
    position: absolute;
    top: 37px;
    left: 0;
    display: none;
    z-index: 100;
}

#wrap-article .view_option .sns_list ul li {
    margin-top: 1px;
}

#wrap-article .view_option .sns_list ul li a.fB {
    background-position: left -28px;
}

#wrap-article .view_option .sns_list ul li a.iG {
    background-position: left -56px;
}

#wrap-article .view_option .sns_list ul li a.bG {
    background-position: left -84px;
}

#wrap-article .view_option .sns_list ul li a.tW {
    background-position: left -112px;
}

#wrap-article .view_option .sns_list ul li a.yT {
    background-position: left bottom;
}

#wrap-article .view_option .sns_list ul li a.kT {
    background-position: left -168px;
}

/*  ==========================================================================
Sub Contents  CSS
========================================================================== */

#q_menu {
    position: fixed;
    top: 50%;
    margin-top: -177px;
    right: 0;
    color: #fff;
    font-size: 15px;
    text-align: center;
    z-index: 50;
}

#q_menu a {
    color: #fff;
}

#q_menu a:hover {
    color: #ffb901;
    text-decoration: underline;
}

#q_menu .q_list li {
    width: 140px;
    background-color: #333434;
    border-bottom: 1px solid #48494a;
    padding: 24px 0;
}

#q_menu .q_list .q_first {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    background-color: #0d2a75;
    border-bottom: none;
}

#q_menu .q_list .q_first:after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -14px;
    width: 26px;
    height: 26px;
    background: url(../../images/q_arrow.png) center center no-repeat;
}

#q_menu .q_list .q_last {
    border-bottom: none;
}

#q_menu .q_list .q_last span {
    display: block;
}

/* ==========================================================================
Sub Contents  CSS
========================================================================== */

#wrap-article #title h1 {
    position: relative;
    padding: 25px 0 20px 0;
    margin: 0 0 30px 0;
    color: #000;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #c5c5c5;
    /* font-family: 'Nanum Gothic', nanumgothic; */
}

#wrap-article #masterEditor {
    min-height: 350px;
}

/* ==========================================================================
Tab  CSS
========================================================================== */

#contents #tab {
    margin: 0 0 50px 0;
}

#contents #tab ul {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}

#contents #tab li {
    float: left;
}

#contents #tab li a {
    padding: 25px 20px 25px 20px;
    margin-top: -25px;
    font-size: 15px;
}

#contents #tab li a._active {
    position: relative;
    font-weight: bold;
    color: #2060aa;
}

#contents #tab li a._active:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #2060aa;
}

#contents #tab li a._active:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -12px;
    z-index: 10;
    width: 100%;
    height: 22px;
    background: url("../../images/bullet-tab.png") no-repeat center center;
}

/* ==========================================================================
Tablet Mode
========================================================================== */

@media all and (max-width:960px) {
    /* ==========================================================================
Common CSS
========================================================================== */
    .container {
        position: relative;
    }
    /* ==========================================================================
Top CSS
========================================================================== */
    #wrap-top {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ddd;
        padding: 0 30px;
        z-index: 1002;
    }
    /* ==========================================================================
Header CSS
========================================================================== */
    #wrap-header .container {
        position: fixed;
        top: 40px;
        left: 0;
        z-index: 10000;
        width: 100%;
        padding: 0 30px;
    }
    #wrap-header .pc-img {
        display: none;
    }
    #wrap-header .mo-img {
        display: block;
        margin-left: 20px;
    }
    #wrap-header #logo {
        background-color: #fff;
    }
    #main #wrap-article {
        background-size: cover !important;
        padding: 160px 30px 30px 30px !important;
    }
    #sub_title {
        padding: 180px 0 0 30px;
    }
    #sub #wrap-visual {
        display: none;
    }
    .d_iSld_vis .bx-wrapper .bx-viewport ul li ._inner {
        background-position: 50% center !important;
    }
    /* ==========================================================================
GNB CSS
========================================================================== */
    #gnb {
        /* display: none; */
        position: fixed;
        top: 130px;
        right: -100%;
        z-index: 10000;
        width: 75%;
        height: calc(100% - 97px);
        /* background: rgba(12, 45, 131, 0.8); */
        opacity: 0;
        transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }
    #gnb.on {
        right: 0;
        opacity: 1;
        transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }
    #gnb .menuUItop {
        position: relative;
        height: 100%;
    }
    #gnb .li_1 {
        position: static;
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }
    #gnb .a_1 {
        float: left;
        margin-right: 100px;
        background-image: none;
        background-position: right center;
        width: 40%;
        height: auto;
        background-color: rgba(12, 45, 131, 0.8);
        padding: 25px 0 25px 20px;
        text-align: left;
        font-size: 16px;
        color: #fff;
    }
    #gnb .a_1:hover {
        background: rgba(54, 54, 54, 0.8) url('../../images/arrow-gnb2.png') no-repeat right center;
        color: #dfbd5c;
    }
    #gnb .a_1:hover:after {
        display: none;
    }
    #gnb .ul_2 {
        border: 0;
    }
    #gnb .a_2 {
        background: url('../../images/bullet-gnb.png') no-repeat 20px center;
        padding: 25px 20px 24px 35px;
        border-bottom: 1px solid #41403f;
        font-size: 16px;
        text-align: left;
        color: #fff;
    }
    #gnb .a_2:hover, #gnb .a_2.a_2._active {
        background: #2060aa url('../../images/bullet-gnb-on.png') no-repeat 20px center;
    }
    #gnb .a_2.plus {
        position: relative;
        text-align: left;
    }
    #gnb .a_2.plus:after {
        content: '';
        position: absolute;
        right: 20px;
        top: 23px;
        width: 20px;
        height: 20px;
        background: url('../../images/bullet-gnb3.png') no-repeat center center;
    }
    #gnb .a_2.plus.on:after {
        background: url('../../images/bullet-gnb3-on.png') no-repeat center center;
    }
    #gnb .div_2 {
        width: 60% !important;
        right: 0px;
        left: auto;
        transition-property: none;
    }
    #gnb .div_2.on {
        top: 0px;
        max-height: none;
        height: 100%;
        background: rgba(54, 54, 54, 0.8);
        transition-property: none;
    }
    #gnb .ul_3 {
        padding: 10px 0px;
        border-bottom: 1px solid #41403f;
    }
    #gnb .a_3 {
        color: #fff;
        text-align: left;
        background: url('../../images/bullet-gnb2.png') no-repeat 35px center;
        padding: 3px 0 5px 45px;
    }
    #gnb .a_3:hover {
        color: #dfbd5c;
        text-decoration: underline;
    }
    #gnb .div_3 {
        display: block;
        overflow: hidden;
        max-height: 0px;
        transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    }
    #gnb .div_3.on {
        max-height: 500px;
        transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    }
    #gnb ._childDiv li {
        float: none;
        width: 100% !important;
        height: auto;
        line-height: inherit;
    }
    #m-gnb {
        display: block;
    }
    #m-gnb .m-gnb-btn {
        position: absolute;
        right: 10px;
        top: 0px;
        width: 90px;
        height: 90px;
        text-indent: -9999px;
        z-index: 100;
    }
    #m-gnb .m-gnb-btn.open.on {
        display: block;
        background: url('../../images/btn-gnb-open.png') no-repeat center center;
    }
    #m-gnb .m-gnb-btn.open {
        display: none;
    }
    #m-gnb .m-gnb-btn.close.on {
        display: block;
        background: url('../../images/btn-gnb-close.png') no-repeat center center;
    }
    #m-gnb .m-gnb-btn.close {
        display: none;
    }
    #black-bg {
        position: fixed;
        left: -100%;
        top: 130px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
        padding: 0 30px;
    }
    #black-bg.on {
        opacity: 1;
        left: 0px;
        transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }
    #black-bg-pc {
        display: none !important;
    }
    /* ==========================================================================
Sub LNB  CSS
========================================================================== */
    #wrap-article>.container {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-top: 150px;
    }
    #wrap-article #lnb {
        display: none;
    }
    /* ==========================================================================
Sub Visual CSS
========================================================================== */
    #wrap-visual #visual {
        height: 150px;
        background-size: cover;
    }
    /* footer wrap */
    #wrap-footer ._direct {
        padding: 0 30px;
    }
    #wrap-footer .container {
        padding: 0 30px;
    }
    #wrap-footer .address li:nth-child(2) {
        background: none;
    }
    #wrap-footer .address li:last-child {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    #wrap-article #contents {
        padding: 0 30px;
    }
    /* jumpmenu wrap */
    #wrap-footer .jumpMenuWrap {
        display: none;
    }
    #wrap-footer .jumpMenuWrap_02 {
        display: none;
    }
    /* ==========================================================================
Tab  CSS
========================================================================== */
    #contents #tab {
        display: none;
    }
}

/* ==========================================================================
Mobile Mode
========================================================================== */

@media all and (max-width:640px) {
    /* ==========================================================================
Header CSS
========================================================================== */
    #wrap-header .container {
        top: 0;
    }
    /* ==========================================================================
GNB CSS
========================================================================== */
    #main #wrap-article {
        background-size: cover;
        padding: 110px 20px 20px 20px !important;
    }
    #gnb {
        width: 85%;
        top: 90px;
    }
    #wrap-top {
        padding: 0 20px;
    }
    #wrap-header {
        padding: 0 20px;
    }
    #black-bg {
        top: 90px;
    }
    /* ==========================================================================
Sub Visual CSS
========================================================================== */
    #wrap-visual #visual {
        height: 90px;
    }
    /* ==========================================================================
Sub Navigation  CSS
========================================================================== */
    #wrap-article #aside {
        display: none;
    }
    /* ==========================================================================
Sub Contents  CSS
========================================================================== */
    #wrap-article #title h1 {
        font-size: 24px;
    }
    /* footer wrap */
    #wrap-footer .container {
        padding: 0 20px;
    }
    #wrap-footer ._direct {
        padding: 0 20px;
    }
    #wrap-footer ._direct .direct_list {
        width: 100%;
    }
    #wrap-footer ._direct .top_btn {
        display: none;
    }
}

/* ==========================================================================
Custom Mode
========================================================================== */

@media all and (max-width:600px) {
    #wrap-top {
        display: none;
    }
    #wrap-header {
        top: 20px;
    }
    #gnb {
        width: 100%;
    }
}