@charset "UTF-8";

/* ==========================================================================
Common CSS
========================================================================== */
.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.hiddenEle {
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    z-index: -1;
}

._contentBuilder {
    height: auto !important;
}

/* ==========================================================================
   Top CSS
   ========================================================================== */
#wrap-top {
    display: inline-block;
    width: 100%;
    height: 132px;
}

#wrap-top .container {
    position: relative;
    display: table;
    max-width: 1220px;
}

#wrap-top #logo,
#wrap-header .gnb {
    display: table-cell;
    vertical-align: middle;
}

/* ==========================================================================
   Header CSS
   ========================================================================== */
#main {
    margin: -3px 0 0 0;
    padding: 0 0 0 0;
}

#sub {
    margin: -3px 0 0 0;
    padding: 0 0 50px 0;
}

#wrap-header {
    position: fixed;
    background: #2c4791;
	top:0;
}

#wrap-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(112, 112, 112, 0.8);
}

#wrap-header .container {
    z-index: 120;
}

#wrap-header #util {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#wrap-header #util a {
    color: #fff;
    font-size: 12px;
}

#wrap-header #util a.univ-home {
    float: left;
    background: #01a0c7;
    padding: 0 15px;
}

#wrap-header #util ul {
    float: right;
}

#wrap-header #util li {
    float: left;
    padding: 0 10px;
}

#wrap-header #util li.li-last {
    background-color: #707070;
    background-image: none;
}

#wrap-header #logo {
    position: relative;
    float: left;
    /* width: 295px; */
	width:25%;
    height: 102px;
    background: url('../../images/logo-top.png') no-repeat left center;
}

#wrap-header #logo a {
    text-indent: -9999px;
    height: 100%;
}

#wrap-header #logo em {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -2px;
    left: 58px;
    bottom: 25px;
    z-index: -1;
}

/* ==========================================================================
   GNB CSS
   ========================================================================== */
#wrap-header #gnb {
    position: relative;
    float: left;
	width:70%;
    /* width: calc(100% - 320px); */
}
#wrap-header .siteMap{
	width:5%;
	float:right;
	text-indent:-9999px;
	background:url(../../images/siteMapBtn.png) no-repeat right bottom;
	padding-top:40px;
}
#wrap-header #gnb .ul_1 {
    float: right;
    width: 100%;
}

#gnb .li_1 {
    float: left;
    display: block;
    width: calc(100% / 6);
}
 
#gnb .li_1:last-child {
    /* padding-right: 0; */
}

/* #gnb .li_1.eQ01 ._childDiv {
  left: 0;
}

#gnb .li_1.eQ02 ._childDiv {
  left: 0;
}

#gnb .li_1.eQ03 ._childDiv {
  left: 0;
}

#gnb .li_1.eQ04 ._childDiv {
  left: 0;
}

#gnb .li_1.eQ05 ._childDiv {
  left: 0;
}

#gnb .li_1.eQ06 ._childDiv {
  left: 0;
}

#gnb .li_1.eQ07 ._childDiv {
  left: 0;
}

#gnb .li_1.eQ08 ._childDiv {
  left: 0;
} */
#gnb .a_1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
}

#gnb .a_1 p {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

#gnb .a_1:hover p {
    color: #8cd2ff;
}

#gnb .a_1:hover p:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 3px;
    background-color: #8cd2ff;
}

#gnb .ul_2 {
    /* border: 1px solid #dadada; */
    border-bottom: 0px;
}

#gnb .a_2 {
    overflow: hidden;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#gnb .a_2:hover,
#gnb .a_2._active {
    color: #ffd872;
    text-decoration: underline;
}

#gnb .a_2.plus {
    position: relative;
}

#gnb .a_2.plus:hover:after {
    background: url('../../images/arrow-gnb3-on.png') no-repeat center center;
}

#gnb ._childDiv {
    max-width: 1220px;
    margin: 0 auto;
}

#gnb ._childDiv li {
    /* float: left; */
    display: inline-block;
}

#gnb .div_2 {
    overflow: hidden;
    position: absolute;
    /* width: 150%; */
    max-height: 0px;
    top: 100px;
    z-index: 10000;
}
#gnb .div_2.on {
  	max-height: 80px;
}

#gnb .eQ01 .div_2 {
    width: 570px;
}

#gnb .eQ02 .div_2 {
    width: 600px;
}

#gnb .eQ03 .div_2 {
    width: 660px;
	left:-80px;
}

#gnb .eQ04 .div_2 {
    left: -250px;
    width: 880px;
}

#gnb .eQ05 .div_2 {
    width: 270px;
	left:-50px;
}

#gnb .div_3 {
    display: none;
}


/* ==========================================================================
   Mobile GNB CSS
   ========================================================================== */
#m-gnb {
    display: none;
}

/* ==========================================================================
   Sub Visual CSS
   ========================================================================== */
#wrap-visual #visual {
    height: 350px;
    background: url('../../images/visual0.jpg') no-repeat center 130px;
}

#wrap-visual #visual .container {
    position: relative;
}

#wrap-visual #visual .sub_txt {
    position: relative;
    float: right;
    margin-top: 60px;
}

#wrap-visual #visual .sub_txt:after {
    content: '';
    position: absolute;
    width: 166px;
    height: 166px;
    left: -30px;
    top: -25px;
    background: url(../../images/sub_txt_sq.png) center center no-repeat;
}

#wrap-visual #visual .sub_txt span {
    color: #213875;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Nanum Myeongjo', serif;
}

#wrap-visual #visual .sub_txt p {
    color: #01a0c7;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Nanum Myeongjo', serif;
    padding-top: 20px;
}

/* ==========================================================================
   Sub Navigation  CSS
   ========================================================================== */
#wrap-article {
    clear: both;
}

#wrap-article #aside {

}

#wrap-article #aside .container {
    position: relative;
	border:1px solid #d9d9d9;
	top:-35px;
	background-color:#f5f5f5;
}

#wrap-article #submenuNavigation>ul {
    display: table;
}

#wrap-article #submenuNavigation>ul>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

#wrap-article .navHome {
    width: 48px;
    height: 48px;
	background-color:#f5f5f5! important;
    min-width: 0px;
    padding: 0;
    background: #fff url('../../images/icon-subnav0.png') no-repeat center center;
    border-right: 1px solid #d9d9d9;
    text-align: center;
    text-indent: -9999px;
}

#wrap-article .navMenu {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 48px;
    min-width: 180px;
    padding: 0 37px 0 15px;
    background: #fff url('../../images/arrow-subnavi2.png') no-repeat right center;
    border-right: 1px solid #d9d9d9;
    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: 1px solid #d9d9d9;
    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: #0d2d84;
    color: #fff;
}

#wrap-article .view_option {
    position: absolute;
    top: 3px;
    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: 40px;
    height: 40px;
    cursor: pointer;
    background-position: 0 0;
}

#wrap-article .view_option .sns_list ul {
    position: absolute;
    top: 45px;
    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 -40px;
}

#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 -120px;
}

#wrap-article .view_option .sns_list ul li a.tW {
    background-position: left -160px;
}

#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;
}

/* print css */
#wrap-article ._print {
    position: absolute;
    width: 57px;
    height: 48px;
    top: 0px;
    right: 50px;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}

#wrap-article ._print ._printPage {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0;
    text-align: right;
    background: url(../../images/icon_print0.png) 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 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;
}

#black-bg-pc {
    position: absolute;
    top: 132px;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(44, 171, 203, 0.8);
    z-index: 50;
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#black-bg-pc.on {
    opacity: 1;
    transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}

#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;
}

#contents .tab_div {
    margin: 0 0 50px 0;
}
/* #multipleDiv_eng_738,
#multipleDiv_eng_1120,
#multipleDiv_eng_702,
#multipleDiv_eng_1101{
	max-width:1220px;
	margin:auto;
} */


/* ==========================================================================
   Footer CSS
   ========================================================================== */
#wrap-footer {
    position: relative;
    padding: 30px 0;
    background: #3a3a3a;
    color: #fff;
}

#wrap-footer .address {
    line-height: 1.5;
}

#wrap-footer .address span.blank {
    width: 1px;
    height: 10px;
    display: inline-block;
    margin: 0 15px;
    background: url(../../images/foot_gab.png) center center no-repeat;
}

#wrap-footer .copyright {
    margin-top: 10px;
}

#wrap-footer .bar {
    font-size: 6px;
    color: #7f7f7f;
}

#wrap-footer .foot_direct {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#wrap-footer .foot_direct li {
    display: inline-block;
    background: url(../../images/foot_gab.png) left center no-repeat;
    padding: 0 8px;
}

#wrap-footer .foot_direct li:last-child {
    padding-right: 0;
}

#wrap-footer .foot_direct li a {
    color: #fff;
}

#wrap-footer .foot_direct li:hover {
    text-decoration: underline;
}

#wrap-footer .foot_direct li:first-child {
    background: none;
    padding-left: 0;
}

#wrap-footer .foot_direct li:first-child a {
    color: #5bdefe;
}

/* ==========================================================================
   Sub Contents  CSS
   ========================================================================== */
#wrap-article #title {
    position: relative;
	text-align:center;
}

#wrap-article #title h2 {
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
    font-size: 32px;
    background: url('../../images/bul-h2.jpg') no-repeat center bottom;
}

#wrap-article #masterEditor {
    min-height: 350px;
}

/* ==========================================================================
Sub LNB  CSS
========================================================================== */
#wrap-article>.container {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 50px;
}

#wrap-article #lnb {
    display: none;
    float: left;
    width: 230px;
    vertical-align: top;
}

#wrap-article #lnb h2 {
    position: relative;
    height: 70px;
    line-height: 70px;
    background: url(../../images/lnb-tit-bg.png) center center repeat;
    border-bottom: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

#wrap-article #lnb .div_2 .li_2._last>a {
    border-bottom: 1px solid #ddd;
}

#wrap-article #lnb .a_2 {
    padding: 15px 20px;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

#wrap-article #lnb .a_2:hover {
    font-weight: bold;
}

#wrap-article #lnb .a_2._active {
    position: relative;
    color: #0c2d83;
    font-weight: bold;
    background: url(../../images/lnb-arrow.png) right 20px center no-repeat #e9eef4;
}

#wrap-article #lnb .a_2._active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
}

#wrap-article #lnb .div_3 {
    overflow: hidden;
    max-height: 0;
}

#wrap-article #lnb .li_2._active .div_3 {
    max-height: 1000px;
    /* border-bottom: 1px solid #ddd; */
}

#wrap-article #lnb .ul_3 {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

#wrap-article #lnb .a_3 {
    padding: 5px 30px;
    color: #393c41;
}

#wrap-article #lnb .a_3:hover,
#wrap-article #lnb .a_3._active {
    color: #01a0c7;
}

#wrap-article #contents {
    width: 100%;
}

#wrap-article #contents .masterNavigation {
    position: absolute;
    top: -20px;
    right: 0;
}

/* top button css */
.top_btn {
    display: none !important;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    border-radius: 100%;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .4);
    background: url(../../images/btn_top.png) center center no-repeat rgba(32, 96, 170, 0.8);
}

/* ==========================================================================
   Tablet Mode
   ========================================================================== */
@media all and (max-width:860px) {

    /* 
    ========================================================================== 
    Common CSS 
    ========================================================================== 
    */ 
	#wrap-header #logo{ width:295px; } 
	
	.container { padding: 0 30px; }

    #wrap-article #contents {
        width: 100%;
        padding: 0;
    }

    #wrap-article #contents .masterNavigation {
        top: -26px;
    }

    #main {
        /*padding: 100px 0 0 0;*/
        margin: 0;
    }

    #sub {
        margin: 0;
    }

    #sub #wrap-visual {
        padding-top: 130px;
    }

    /* ==========================================================================
       Top CSS
       ========================================================================== */
    #wrap-top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5000;
        height: 100px;
    }

    #wrap-top #logo {
        background: url(../../images/logo_m.gif) center center no-repeat;
        width: 214px;
        left: 30px;
        margin: 0;
        top: 0;
    }

    #_globalNavi #_globalUl {}

    #wrap-top #link {
        display: none;
    }

    #wrap-top #util {
        display: none;
    }

    /* ==========================================================================
       Header CSS
       ========================================================================== */
    #wrap-header {
        position: fixed;
        width: 100%;
        z-index: 1500;
		top:0;
    }

    #wrap-header:after {
        content: '';
        display: block;
        clear: both;
    }

    /* ==========================================================================
       GNB CSS
       ========================================================================== */
    #wrap-header #gnb {
        /* display: none; */
        position: fixed;
        top: 125px;
        right: -100%;
        z-index: 10000;
        width: 80%;
        height: calc(100% - 72px);
        background: rgba(12, 45, 131, 0.8);
        opacity: 0;
        transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }

    #wrap-header #gnb.on {
        right: 0;
        opacity: 1;
        transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }

    #wrap-header #gnb .menuUItop {
        position: relative;
        height: 100%;
    }

    #wrap-header #gnb .li_1 {
        position: static;
        float: right;
        display: block;
        width: 100%;
        padding: 0;
    }

    #wrap-header #gnb .a_1 {
        float: left;
        width: 40%;
        height: 70px;
        padding: 0 0 0 20px;
        text-align: left;
        line-height: 70px;
        font-size: 16px;
        color: #fff;
        transition: none;
    }

    #wrap-header #gnb .a_1:hover {
        background: url(../../images/gnb-arrow.png) right 10px center no-repeat #313130;
    }

    #wrap-header #gnb .a_1 p {
        color: #fff;
    }

    #wrap-header #gnb .a_1:hover p {
        color: #ffd872;
        font-weight: bold;
    }

    #wrap-header #gnb .a_1:hover p:after {
        display: none;
    }

    #wrap-header #gnb .a_1.on {
        background: url(../../images/gnb-arrow.png) right 10px center no-repeat #313130;
    }

    #wrap-header #gnb .a_1.on p {
        color: #ffd872;
        font-weight: bold;
    }

    #wrap-header #gnb .ul_1 {
        width: 100%;
    }

    #wrap-header #gnb .ul_2 {
        border: 0;
    }

    #wrap-header #gnb .li_1.eQ01 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb .li_1.eQ02 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb .li_1.eQ03 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb .li_1.eQ04 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb .li_1.eQ05 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb .li_1.eQ06 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb .li_1.eQ07 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb .li_1.eQ08 ._childDiv {
        left: auto;
    }

    #wrap-header #gnb ._childDiv li {
        float: inherit;
        display: inherit;
        line-height: 70px;
    }

    #wrap-header #gnb .a_2 {
        height: 70px;
        line-height: 70px;
        font-weight: normal;
        background: url('../../images/bullet-gnb.png') no-repeat 20px center;
        padding: 0 0 0 35px;
        border-bottom: 1px solid #41403f;
        font-size: 18px;
        color: #fff;
    }

    #wrap-header #gnb .a_2:hover,
    #wrap-header #gnb .a_2.a_2._active {
        font-weight: bold;
        text-decoration: none;
        background: #2060aa url('../../images/bullet-gnb-on.png') no-repeat 20px center;
    }

    #wrap-header #gnb .a_2.plus {
        position: relative;
    }

    #wrap-header #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;
    }

    #wrap-header #gnb .a_2.plus:hover:after {
        background: url('../../images/bullet-gnb3.png') no-repeat center center;
    }

    #wrap-header #gnb .a_2.plus.on:after {
        background: url('../../images/bullet-gnb3-on2.png') no-repeat center center;
    }

    #wrap-header #gnb .div_2 {
        width: 60% !important;
        right: 0px;
        left: auto;
        transition-property: none;
    }

    #wrap-header #gnb .div_2.on {
        top: 0px;
        max-height: none;
        height: 100%;
        background: #313130;
        transition-property: none;
    }

    #wrap-header #gnb .ul_3 {
        padding: 10px 0px;
        border-bottom: 1px solid #41403f;
    }

    #wrap-header #gnb .a_3 {
        color: #fff;
        font-size: 15px;
        background: url('../../images/bullet-gnb2.png') no-repeat 35px center;
        padding: 0 0 0 45px;
    }

    #wrap-header #gnb .a_3:hover {
        color: #dfbd5c;
        text-decoration: underline;
    }

    #wrap-header #gnb .div_3 {
        display: block;
        overflow: hidden;
        max-height: 0px;
        transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    }

    #wrap-header #gnb .div_3.on {
        max-height: 500px;
        transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    }
	
    #m-gnb {
        display: block;
    }

    #m-gnb .m-gnb-btn {
        position: fixed;
        right: 30px;
        top: 78px;
        margin-top: -24px;
        width: 48px;
        height: 48px;
        text-indent: -9999px;
        z-index: 2;
    }

    #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-close2.png') no-repeat center center;
    }

    #m-gnb .m-gnb-btn.close {
        display: none;
    }

    #black-bg {
        position: fixed;
        left: -100%;
        top: 125px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 500;
        opacity: 0;
        transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }

    #black-bg.on {
        opacity: 1;
        left: 0px;
        transition: opacity 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }

    /* sub visual */
    #wrap-visual #visual .sub_txt {
        margin-top: 40px;
    }

    #wrap-visual #visual .sub_txt:after {
        width: 110px;
        height: 110px;
        top: -20px;
        background-image: url(../../images/sub_txt_sq_m.png);
    }

    #wrap-visual #visual .sub_txt span {
        font-size: 20px;
    }

    #wrap-visual #visual .sub_txt p {
        font-size: 15px;
        padding-top: 10px;
    }

    /* aside */
    #wrap-article #aside .container {
        width: 100%;
		top:0;
    }

    #wrap-article .navMenu {
        min-width: auto;
    }

    /* ==========================================================================
Sub LNB  CSS
========================================================================== */
    #wrap-article>.container {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    #wrap-article #lnb {
        display: none;
    }

    /* footer wrap */
    #wrap-footer .foot_direct {
        width: 100%;
    }

    #wrap-footer ._jumpMenuWrap {
        width: 100%;
        margin-top: 15px;
    }

    #wrap-footer ._jumpMenuWrap ._jumpMenu {
        float: left;
    }

    #wrap-footer .address {
        margin-top: 15px;
        letter-spacing: -1px;
    }

    #wrap-footer .foot_btm .copyright {
        width: 100%;
    }

    #wrap-footer .foot_btm .foot_sns {
        width: 100%;
        margin-top: 15px;
    }

    #wrap-footer .foot_btm .foot_sns .sns_list {
        float: left;
    }

    #wrap-footer .address li:last-child {
        width: 100%;
        padding-left: 0;
    }

    /* ==========================================================================
       Sub Visual CSS
       ========================================================================== */
    #wrap-visual #visual {
        height: 150px;
        background-size: cover;
		background-position: center 0;
    }

    #wrap-visual #visual .container {
        padding: 0;
    }
}

/* ==========================================================================
   Mobile Mode
   ========================================================================== */
@media all and (max-width:420px) {
    .container {
        padding: 0 20px;
    }

    /* ==========================================================================
       GNB CSS
       ========================================================================== */
    #gnb {
        width: 90%;
    }

    /* ==========================================================================
       TOP CSS
       ========================================================================== */
    #wrap-top #util {
        display: none;
    }

    #wrap-top #link {
        display: none;
    }

    /* ==========================================================================
       Sub Visual CSS
       ========================================================================== */
    #wrap-visual {
        display: none;
    }

    /* sub visual */
    #wrap-visual #visual .sub_txt {
        display: none;
    }

    /* ==========================================================================
       Sub Navigation  CSS
       ========================================================================== */
    #wrap-article {
        padding-top: 150px;
    }

    #wrap-article #aside {
        display: none;
    }

    /* ==========================================================================
       Sub Contents  CSS
       ========================================================================== */
    #wrap-article #title h1 {
        font-size: 24px;
    }

    /* footer wrap */
    #wrap-footer .address li:first-child {
        display: block;
    }

    #wrap-footer .address li:last-child {
        width: auto;
        padding-left: 25px;
    }
}

/* ==========================================================================
   Custom Mode
   ========================================================================== */
@media all and (max-width:600px) {

    /* footer wrap */
    #wrap-footer .address li:nth-child(2) {
        padding-left: 0;
    }

    #wrap-footer {
        padding: 30px 0;
    }

    #wrap-visual #visual .container {
        padding: 0;
    }
}

/* ==========================================================================
   Custom Mode
   ========================================================================== */
@media all and (max-width:500px) {
    #wrap-header #util ul {
        display: none;
    }
}
