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

.pc-img {
    display: block;
}

.mo-img {
    display: none;
}

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

.hidden {
    display: none;
}

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

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

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

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

#wrap-top #link a {
    padding: 6px 15px 8px 25px;
    background: #a28b48 url('../../images/icon-home.png') no-repeat 10px center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

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

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

#main {
    margin: -3px 0 0 0;
    padding: 0 0 50px 0;
    background: #f4f5f8;
}

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

#wrap-header {
    position: relative;
    background: #fff;
}

#wrap-header .container {
    display: table;
    height: 100px;
}

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

#wrap-header #logo {
    width: 150px;
}

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

#wrap-footer {
    padding: 30px 0;
    background: #484848;
    color: #fff;
}

#wrap-footer .address {
    line-height: 1.5;
}

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

#wrap-footer .bar {
    font-size: 6px;
    color: #7f7f7f;
}

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

#gnb .ul_1 {
    display: block;
    /*width: 100%;*/
	float:right;
}

#gnb .li_1 {
    position: relative;
   /* display: table-cell;*/
    vertical-align: middle;
   /* width: 15%;*/
   float:left;
   padding:
}

#gnb .li_1.eQ04{
	/*width:24%*/
}

#gnb .li_1.eQ05 {
   /* width: 24%;*/
}

#gnb .li_1.eQ07 {
    /* display: none; */
}
#gnb .li_1.eQ08 {
    display: none;
}
#gnb .a_1 {
    overflow: hidden;
    width: 100%;
    height: 100px;
    padding: 40px 10px;
    background: url('../../images/arrow-gnb.png') no-repeat center bottom;
    font-size: 16px;
    font-weight: 600;
    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 {
    background: #e3e3e3 url('../../images/arrow-gnb-on.png') no-repeat center bottom;
    transition: all 0.25s cubic-bezier(0.7, 0, 0.3, 1);
}

#gnb .ul_2 {
    border: 1px solid #dadada;
    border-bottom: 0px;
}

#gnb .a_2 {
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dadada;
    padding: 15px 30px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
	background:#fff url(../../images/bullet-gnb.png) no-repeat 15px center;
	background-size:5px 5px;
}

#gnb .a_2:hover, #gnb .a_2._active {
    background: #2060aa;
    color: #fff;
}

#gnb .a_2.plus {
    position: relative;
}

#gnb .a_2.plus:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 19px;
    width: 8px;
    height: 13px;
    background: url('../../images/arrow-gnb3.png') no-repeat center center;
}

#gnb .a_2.plus:hover:after {
    background: url('../../images/arrow-gnb3-on.png') no-repeat center center;
}

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

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

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

#gnb .li_1.eQ02 .div_2 {
    width: 130%;
}
#gnb .li_1.eQ03 .div_2 {
    width: 120%;
}
#gnb .li_1.eQ04 .div_2 {
    width: 110%;
}
#gnb .li_1.eQ05 .div_2 {
    width: 150%;
}
#gnb .li_1.eQ06 .div_2 {
    width: 150%;
}
#gnb .div_3 {
    /* display: none; */
	background-color:#fff;
	border-bottom:1px solid #dadada;
}

#gnb .a_3{
	    color: #000;
        /* background: url('../../images/bullet-gnb.png') no-repeat 20px center; */
		background-size: 3px 8px;
        padding: 10px 0 10px 30px;
        overflow: hidden; 
		font-size:14px;
}
#gnb .a_3:hover,
#gnb .a_3._active{
	font-weight:bold; 
	color:#2060aa;
}
/* ==========================================================================
   Mobile GNB CSS
   ========================================================================== */

#m-gnb {
    display: none;
}

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

#wrap-visual #visual {
    height: 300px;
}

#wrap-visual #visual.m1 {
    background: #f7f7f7 url('../../images/sub-visual1.jpg') no-repeat top center;
}

#wrap-visual #visual.m2 {
    background: #f7f7f7 url('../../images/sub-visual2.jpg') no-repeat top center;
}

#wrap-visual #visual.m3 {
    background: #f7f7f7 url('../../images/sub-visual3.jpg') no-repeat top center;
}

#wrap-visual #visual.m4 {
    background: #f7f7f7 url('../../images/sub-visual4.jpg') no-repeat top center;
}

#wrap-visual #visual.m5 {
    background: #f7f7f7 url('../../images/sub-visual5.jpg') no-repeat top center;
}

#wrap-visual #visual.none {
    background: #f7f7f7 url('../../images/sub-visual.jpg') no-repeat top center;
}

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

#wrap-article #aside {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

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

#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;
    min-width: 0px;
    padding: 0;
    background: #fff url('../../images/icon-subnav.png') no-repeat center center;
    border-left: 1px solid #d9d9d9;
    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-subnavi.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: 1010;
    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: #2060aa;
    color: #fff;
}

#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: 27px;
    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
   ========================================================================== */

#wrap-article #title h2 {
    position: relative;
    padding: 40px 0 20px 0;
    margin: 0 0 40px 0;
    font-size: 26px;
    /* font-family: 'Nanum Gothic', nanumgothic; */
}

#wrap-article #title h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 52px;
    height: 3px;
    background: #0c2d83;
}

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

#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;
}

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

@media all and (max-width:960px) {
    /* ==========================================================================
       Common CSS
       ========================================================================== */
    .container {
        padding: 0 30px;
    }
    /* ==========================================================================
       Top CSS
       ========================================================================== */
    #wrap-top {
        display: none;
    }
    /* ==========================================================================
       Header CSS
       ========================================================================== */
    #wrap-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
    }
    #main #wrap-article {
        margin-top: 100px;
    }
    #sub #wrap-visual {
        margin-top: 103px;
    }
    /* ==========================================================================
       GNB CSS
       ========================================================================== */
    #gnb {
        /* display: none; */
        position: fixed;
        top: 100px;
        right: -100%;
        z-index: 10000;
        width: 100%;
        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%;
    }
    #gnb .a_1 {
        background-image: none;
        background-position: right center;
        width: 40%;
        height: auto;
        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 .ul_2 {
        border: 0;
    }
    #gnb .a_2 {
        background: url('../../images/bullet-gnb.png') no-repeat 20px center;
        padding: 25px 20px 25px 35px;
        border-bottom: 1px solid #41403f;
        font-size: 16px;
        color: #fff;
    }
    #gnb .li_1.eQ02 .div_2 ._2nd .a_2, #gnb .li_1.eQ02 .div_2 ._3rd .a_2 {
        background: none;
    }
    #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;
    }
    #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:hover:after {
        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 {
        border-bottom: 1px solid #41403f;
    }
    #gnb .a_3 {
        color: #000;
        background:#e4e4e4 url('../../images/bullet-gnb2.png') no-repeat 35px center;
        padding: 10px 0 10px 45px;
        overflow: hidden; 

    }
    #gnb .a_3:hover {
        color: #dfbd5c;
		font-weight:bold;
        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);
    }
    #m-gnb {
        display: block;
    }
    #m-gnb .m-gnb-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100px;
        height: 100px;
        text-indent: -9999px;
    }
    #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: 100px;
        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 CSS
       ========================================================================== */
    #wrap-visual #visual {
        height: 150px;
        background-size: cover !important;
    }
    
}

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

@media all and (max-width:640px) {
    /* ==========================================================================
       GNB CSS
       ========================================================================== */
    #gnb {
        width: 100%;
    }
    #gnb .a_1 {
        width: 100%;
        border-bottom: 1px solid #3e589c;
    }
    #gnb .div_2.on {
        position: static;
        width: 100% !important;
        max-height: 1000px;
        transition: max-height 0.45s cubic-bezier(0.7, 0, 0.3, 1);
    }
    #gnb .div_2 {
        transition: max-height 0.45s cubic-bezier(0.7, 0, 0.3, 1);
    }
    /* ==========================================================================
       Sub Visual CSS
       ========================================================================== */
    #wrap-visual #visual {
        height: 120px;
    }
    /* ==========================================================================
       Sub Navigation  CSS
       ========================================================================== */
    #wrap-article #aside {
        display: none;
    }
    /* ==========================================================================
       Sub Contents  CSS
       ========================================================================== */
    #wrap-article #title h1 {
        font-size: 24px;
    }
}

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

@media all and (max-width:550px) {
    .pc-img {
        display: none;
    }
    .mo-img {
        display: block;
    }
}
