@charset "UTF-8";
html,
body {
    *overflow-x: hidden;
}
/* #wrapper{overflow:hidden} */
/*.container{position:relative;max-width:1140px;margin:0 auto;padding:0 60px}*/
.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;


}


header {
    position: relative;
    float: left;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.7);
} /*background:url(/static/images/common/top_bg_01.gif) */


/*header{position:relative; float:left; width:100%;z-index:100; background-color:#fff; border-bottom:#3e97cf solid 12px}*/


/*  */


header .conta {
    height: 60px;
} /*width:100%;*/
h1 a {
    position: absolute;
    top: 20px;
}
h1 img {
    vertical-align: middle;
}


header .container h1 img {
    width: 190px;
}


header nav#gnb {
    padding: 40px 0 0 0px;
    font-family: Gotham-Book;
}
header nav#gnb ul {
    margin-left: 660px;
}


header nav#gnb li {
    float: left;
    height: 40px;
}
header nav#gnb li .on,
header nav#gnb li.on2 {
} /*color:#a9e4fc;*/
header nav#gnb li a .on,
header nav#gnb li a .on2 {
} /*color:#a9e4fc;*/
header nav#gnb li.on.off {
    /*color:#464646;*/
    color: #ffffff;
}


header nav#gnb li a {
    display: block;
    height: 18px;
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    color: #000;
    text-align: center;
}


header nav#gnb li a:hover {
    display: block;
    height: 18px;
    overflow: hidden;
    font-size: 16px;
    color: #444444;
    line-height: 18px;
    font-weight: 600;
}


header nav#gnb ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}


/**/
.blind {
    position: absolute;
    top: -1000em;
    overflow: hidden;
    display: block;
    font-size: 0;
}
.floatL {
    float: left !important;
}
.floatR {
    float: right !important;
}
.textL {
    text-align: left !important;
}
.textC {
    text-align: center !important;
}
.textR {
    text-align: right !important;
}
.mg0 {
    margin: 0 !important;
}
.mgT10 {
    margin-top: 10px !important;
}
.mgT15 {
    margin-top: 15px !important;
}
.mgT20 {
    margin-top: 20px !important;
}
.mgT30 {
    margin-top: 30px !important;
}
.mgT50 {
    margin-top: 50px !important;
}
.mgB50 {
    margin-bottom: 50px !important;
}
.pd0 {
    padding: 0 !important;
}
.pdT0 {
    padding-top: 0 !important;
}
.pdB0 {
    padding-bottom: 0 !important;
}
.pdT15 {
    padding-top: 15px !important;
}
.pdT20 {
    padding-top: 20px !important;
}
.pdT60 {
    padding-top: 60px !important;
}
.pdB10 {
    padding-bottom: 10px !important;
}


/**/
/**/
.conWrap a.btn_s {
    display: inline-block;
    padding: 1px 10px 4px 10px;
    font-size: 13px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    line-height: normal;
    text-decoration: none;
    background-color: #fff;
}
.conWrap a.btn_s:hover {
    color: #fff;
    border: 1px solid #63769d;
    background-color: #63769d;
}
.conWrap a.btn_s.disable,
.conWrap a.btn_s.disable:hover {
    color: #d5d5d5;
    border: 1px solid #d5d5d5;
    cursor: default;
    background: #fff;
}


/**/
.conWrap a.btn_s.down {
    padding: 4px 30px 6px 10px;
    font-weight: bold;
    background-image: url(../images/common/icon_down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.conWrap a.btn_s.down:hover {
    background-image: url(../images/common/icon_down_over.png);
}


.tbl_type_1 .btn_s {
    display: inline-block;
    padding: 8px 10px 8px 10px;
    font-size: 13px;
    border: 0px solid #aaa;
    box-sizing: border-box;
    line-height: normal;
    text-decoration: none;
    background: #63769d;
    color: #fff;
}
. tbl_type_1 .btn_s:hover {
    color: #fff;
    background: #4a4a6d;
    text-decoration: none;
}


/**/
.conWrap a.btn_b,
.conWrap button.btn_b {
    display: inline-block;
    padding: 12px 30px 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    border: none;
    background: #63769d;
}
.conWrap a.btn_b:hover,
.conWrap button.btn_b:hover {
    background: #4a4a6d;
}
.btn_b {
    display: inline-block;
    padding: 12px 30px 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-decoration: none;
    border: none;
    background: #63769d;
}
.btn_b:hover {
    color: #fff;
    background: #4a4a6d;
    text-decoration: none;
}
/**/
.conWrap button.btn_b.gray {
    color: #444;
    background: #ddd;
}
.conWrap button.btn_b.gray:hover {
    color: #fff;
    background: #999;
}


/*select box*/
.subsidiary_selectBox {
    display: inline-block;
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    z-index: 1;
}
.subsidiary_selectBox span.small {
    font-size: 14px;
    border: 1px solid #d7d7d7;
}
.subsidiary_selectBox span.selected {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 42px;
    text-indent: 20px;
    background: url("/static/images/common/icon_news_select_min.gif") no-repeat
        93% 50%;
}
.subsidiary_selectBox div.selectOptions {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    padding-right: 20px;
    color: #666;
    border: 1px solid #d7d7d7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    background: #fff;
} /*top:42px;*/
.subsidiary_selectBox span.selectOption {
    display: block;
    width: 100%;
}
.subsidiary_selectBox span.selectOption a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 0;
    text-indent: 20px;
    color: #666;
    border: 0;
    text-decoration: none;
}
.subsidiary_selectBox span:hover {
    padding-right: 20px;
    color: #fff;
    background-color: #0070b7;
}
.subsidiary_selectBox span.selectOption a:hover {
    padding-right: 20px;
    color: #fff;
}


header nav.side {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0px;
} /*float:right; */
header nav.side li a {
    display: block;
    margin-bottom: 0px;
}
header nav.side li.lang a {
} /*font-size:0px; float:right; */
header nav.side li.sns {
    display: inline-block;
}
header nav.side li.all-view {
    position: absolute;
    top: 0;
    right: 60px;
    width: 35px;
    height: 35px;
    border-left: 1px solid #004c86;
    border-right: 1px solid #004c86;
    display: none;
}
header nav.side li.all-view a {
    width: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
    border-left: 1px solid #297fbf;
    border-right: 1px solid #297fbf;
    background: url("/static/images/common/header_btn_bg01.png") no-repeat
        center center;
    display: none;
}
header nav.side li.all-view a.open {
    border-color: #fff;
    background: url("/static/images/common/header_btn_bg02.png") no-repeat
        center center #fff;
}


.over-gnb-close {
    width: 100%;
    height: 30px;
    z-index: 999999;
    display: block;
    position: absolute;
    top: 0px;
    margin-top: 350px;
}


header .slide-area {
    clear: both;
    height: 0;
    background: #434343;
    opacity: 0.6; /*  */
    position: relative;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.8, 0, 0.25, 1);
    border-top: 0px solid #aaa;
}


/*header .slide-area{background:#e3e3e3;}*/


header .slide-area .container {
    height: 100%;
    padding: 0;
}


.slide-area .gnb-2depth {
    display: none;
    position: relative;
    top: -700px;
    padding-top: 18px;
    transition: all 1s cubic-bezier(0.8, 0, 0.25, 1);
}
/*.slide-area .depth01-menu, .slide-area .depth02-menu, .slide-area .depth03-menu, .slide-area .depth04-menu, .slide-area .depth05-menu{}*/
.slide-area .gnb-2depth .title {
    font-family: "NanumMyeongjo", serif;
    font-size: 28px;
    color: #222;
    line-height: 1.4;
    letter-spacing: -1.5px;
    word-spacing: -1px;
}
.slide-area .gnb-2depth .title strong {
    font-weight: normal;
}
/*
.slide-area .gnb-2depth ul{position:relative;width:100%;float:left;border-left:1px solid #f0f0f0}
.slide-area .gnb-2depth li{float:left;width:25%;*width:24.8%}
.slide-area .gnb-2depth li .menuWrap{display:block;padding:0 20px 55px;top:0;transition:none;border-right:1px solid #f0f0f0}
.slide-area .gnb-2depth li .menuWrap.bdr0{border-right:1px solid #fff}
.slide-area .gnb-2depth .menuWrap_left{display:block;top:0;padding-top:0;transition:none}
.slide-area .btn-gnb-close{display:none;position:absolute;top:-200px;right:0;transition:all 1s cubic-bezier(0.8,0,0.25,1)}
*/
.slide-area .container .close1 {
    display: none;
    position: absolute;
    top: -200px;
    right: 20px;
    transition: all 1s cubic-bezier(0.8, 0, 0.25, 1);
    z-index: 11;
}
.slide-area .btn-gnb-close {
    display: none;
    position: absolute;
    width: 100%;
    height: 240px;
    top: 0;
    transition: all 1s cubic-bezier(0.8, 0, 0.25, 1);
    z-index: 9;
}
/*.slide-area .container div.sideNav{display:none;position:relative;top:-700px;padding-top:58px;transition:all 1s cubic-bezier(0.8,0,0.25,1)}
.slide-area .sideNav ul{width:100%}
.slide-area .sideNav li{float:left;width:14%;margin-right:3.2%}
.slide-area .sideNav li a{display:block;height:40px;border-bottom:2px solid #0066b3;font-weight:bold;font-size:20px;color:#000;*line-height:1.4}
.slide-area .sideNav li.last{margin:0}
.slide-area .sideNav li li{float:none;width:100%}
.slide-area .sideNav li li a{display:block;height:15px;padding:15px 0;border-bottom:1px solid #e6e6e6;font-weight:normal;font-size:13px;color:#666}
.slide-area .sideNav li li.last a{border:0}*/


#s_nav {
    clear: both;
    width: 100%;
    height: 42px;
    border-top-color: #e1e6ea;
    border-bottom-color: #e1e6ea;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    position: relative;
    z-index: 3;
}


#s_nav .inner {
    max-width: 1200px;
    margin: -40px auto 0;
    padding: 0 0px;
    margin: 0px auto;
    font-size: 0px; /*padding:0 20px;*/
}
#s_nav .inner {
    /*background: url("/static/images/s_nav_rig.jpg") repeat-y right top;*/
    position: relative;
}
#s_nav .inner .depth {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    float: left;
    position: relative;
}
#s_nav .inner .dropUp {
    background-position: right -250px;
    top: -1px;
    width: 270px;
    height: 44px;
    right: 0;
    color: #5f5f80;
    line-height: 42px;
    padding-left: 18px;
    font-size: 14px;
    border-right: #e5e6ea 1px solid;
    border-left: #e5e6ea 1px solid;
    border-top-color: #fff;
    border-top-width: 1px;
    border-left-style: solid;
    position: absolute; /*background-color:#b0ddff*/
}
#s_nav .inner .home.depth {
    width: 48px;
    border-left-color: rgb(236, 236, 236);
    border-left-width: 1px;
    border-left-style: solid;
}
#s_nav .inner .home.depth a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
#s_nav .inner .home.depth a span {
    left: 17px;
    top: 15px;
    position: absolute;
}
#s_nav .inner .depth1.depth {
    background-position: right -150px;
    width: 180px;
    border-right-color: rgb(236, 236, 236);
    border-left-color: rgb(236, 236, 236);
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    position: relative;
}
#s_nav .inner .depth2.depth {
    background-position: right -150px;
    width: 180px;
    border-right-color: rgb(236, 236, 236);
    border-right-width: 1px;
    border-right-style: solid;
    position: relative;
}
#s_nav .inner .depth1.depth a,
#s_nav .inner .depth2.depth a {
    color: #80a2bc;
}
#s_nav .inner .depth .sel {
    padding: 0px 16px 0px 17px;
    height: 100%;
    color: rgb(102, 102, 102);
    display: block;
}
#s_nav .inner .dropUp .nav_icon01 {
    background-position: -50px -300px;
    left: 11px;
    width: 51px;
    height: 61px;
    bottom: 0px;
    display: block;
    position: absolute;
}
#s_nav .inner .on.dropUp {
    background-position: right -200px;
}
#s_nav .inner .depth .nav_home {
    width: 17px;
    height: 15px;
    display: block;
    background: url(../../img/images/home.png) no-repeat;
}
#s_nav .inner .dropUp a {
    width: 100%;
    height: 100%;
    color: #5f5f80;
    font-weight: 600;
    display: block;
    z-index: 10;
    font-size: 15px;
    text-decoration: none;
}
#s_nav .inner .dropUp a img {
    padding-bottom: 2px;
}
#s_nav .inner .dropUp span:hover {
    display: inline-block;
    border-bottom: 1px solid #5f5f80;
    line-height: 1em;
}
#s_nav .inner .depth ul {
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    border: 1px solid rgb(236, 236, 236);
    border-image: none;
    left: -1px;
    top: 42px;
    width: 180px;
    display: none;
    position: absolute;
}
#s_nav .inner .depth ul.on {
    display: block;
}
#s_nav .inner .depth ul li {
    line-height: 32px;
}
#s_nav .inner .depth ul li a {
    color: rgb(102, 102, 102);
    padding-left: 17px;
}
.clfix::after {
    height: 0px;
    clear: both;
    display: block;
    visibility: hidden;
    content: ".";
}
.clfix {
    display: inline-block;
}
.clfix {
    display: block;
}
* html .clfix {
    height: 1%;
}
.clfix {
    -ms-zoom: 1;
}


#sub_tap3 {
    background: red;
}


#body .subtop {
    clear: both;
    width: 100%;
}


.subTitle {
    line-height: normal;
}
.subTitle h3 {
    padding: 35px 0;
    text-align: center;
}
.subTitle h3 img {
    width: 307px;
}


.subTitle_intro {
    line-height: normal;
}


/* .subTitle_intro1 {line-height:normal ; background: #75a197; } */ /*  */
/* .subTitle_intro1 h3{width:100%; hight: 30px; } */


.subTitle_intro h3 {
    padding: 55px 0 0 0;
    text-align: center;
    font-size: 30px;
}
.subTitle_intro h3 img {
    width: 355px;
}
.subTitle_intro_L {
    line-height: normal;
}
.subTitle_intro_L h3 {
    padding: 35px 0;
    text-align: center;
}
.subTitle_intro_L h3 img {
    width: 410px;
}


.subTitle_intro h3 span {
    display: block;
    font-size: 46px;
    color: #3b796b;
    line-height: normal;
    font-weight: 1000;
}


.conWrap h4 {
    padding: 25px 0 0 0;
    font-size: 24px;
    font-weight: blod;
    color: #3a435c;
    line-height: 1.5em;
    letter-spacing: -1px;
}
.conWrap .page .page {
    padding: 15px 0;
}


.subTitle .subNav {
    max-width: 1140px;
    margin: -40px auto 0;
    padding: 0 60px;
}
.subTitle .subNav li a {
    display: inline-block;
    height: 26px;
    line-height: 2.2;
    font-size: 12px;
    color: #222;
}
.subTitle .subNav li a.prev {
    margin-left: 12px;
    padding-left: 30px;
    background: url("/static/images/common/subnav_arr01.png") no-repeat 0 0;
}
.subTitle .subNav li a.next {
    margin-right: 12px;
    padding-right: 30px;
    background: url("/static/images/common/subnav_arr02.png") no-repeat right 0;
}


#contents {
    background: #ffffff;
}


.search {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 10;
}
.search div {
    height: 40px;
}
.search a {
    display: block;
    height: 40px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 3;
}
.search .wrap-01 {
    float: left;
    width: 360px;
}
.search .wrap-03 {
    width: auto;
    max-width: 260px;
}
.search .dropdown p a {
    padding-right: 60px;
    background: url("/static/images/common/search_arr01.png") no-repeat right
        center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.search .dropdown ul {
    display: none;
    border: 1px solid #ddd;
    background: #fff;
}
.search .dropdown li a {
    height: 30px;
    line-height: 2.2;
}
.search .dropdown li a:hover {
    background: #eee;
}
.search .wrap-02 {
    margin-left: 360px;
    border-right: 1px solid #ddd;
}
.search .wrap-02 .dropdown {
    position: relative;
    float: left;
    width: 125px;
    border-right: 1px solid #ddd;
    z-index: 1;
}
.search .wrap-02 .dropdown p a {
    border: 0;
}
.search .wrap-02 .dropdown ul {
    position: relative;
    left: -1px;
    width: 100%;
}
.search .wrap-02 .wrap-02_2 {
    position: relative;
    padding: 0 50px 0 135px;
    *padding-left: 10px;
}
.search .wrap-02 .search_txt {
    width: 99%;
    height: 18px;
    margin-top: 12px;
}
.search .wrap-02 .wrap-02_2 a {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    padding: 0;
    width: 45px;
    height: 40px;
    background: url("/static/images/common/search_btn.png") no-repeat 11px
        center;
}


.tab {
}
.tab ul {
    width: 100%;
    height: 40px;
}


.tab li {
    float: left;
    width: 17%;
    height: 60px;
    text-align: center;
}


.tab .half li {
    width: 50%;
}
.tab li a {
    display: block;
    height: 42px;
    position: relative;
    top: -1px;
    font-size: 13px;
    text-indent: 22px;
    line-height: ;
    border-bottom: 1px solid #ddd;
    background: url("/static/images/common/tab_bg01.png") no-repeat right center;
}
.tab li.on a {
    color: #d80b30;
    border-bottom: 3px solid #d80b30;
}
.tab .half li a {
    background-image: none;
    text-align: center;
    text-indent: 0;
}


#contents .m-menu {
    display: none;
}
#contents {
    max-width: 1200px;
    min-height: 1000px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    position: relative;
} /*  */


footer {
    position: relative;
    height: 114px;
    background: #404040;
    z-index: 9999999999999999999999999;
}


@media (max-width: 750px) {
    #contents {
        /*padding:0px 20px 50px*/
    }
}
#contents .conWrap {
    position: relative;
    padding: 45px 0 50px 0;
    height: 100%;
}
/*#contents .helloworldWrap{position:relative; padding:0 0 50px 0}*/


@media all and (max-width: 768px) {
    header {
        background: #red;
    }
    footer.footerV2 {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
/*footer{position:relative; height:114px;background:#404040; z-index:9999999999999999999999999; clear:both}
footer .footer_Menu{float:left; padding:18px 0 14px; font-size:0.754em;}
footer .footer_Menu li{float:left; height:13px;padding-right:10px;margin-right:10px;}
footer .footer_Menu li.last_1{background:none}
footer .footer_Menu li.lang, footer .footer_Menu li.audit{display:none}
footer .footer_Menu li a{color:#666;font-weight:bold}
footer address{clear:both;font-weight:bold;font-style:normal;color:#999;font-size:11px;padding-bottom:0px}
footer address span{padding-left:4px;font-family:Arial;letter-spacing:0.5px}
footer .copyright{font-weight:bold;color:#999;font-size:10px;font-family:Arial}*/


footer {
    position: relative;
    height: 80px;
    background: #404040; /* background:#3b786b; */
    z-index: 9999999999999999999999999;
}
footer .footer_Menu {
    float: left;
    padding: 18px 0 14px;
    font-size: 0.8em;
}
footer .footer_Menu li {
    float: left;
    height: 13px;
    padding-right: 10px;
    margin-right: 10px;
}
footer .footer_Menu li.last_1 {
    background: none;
}
footer .footer_Menu li.lang,
footer .footer_Menu li.audit {
    display: none;
}
footer .footer_Menu li a {
    color: #666;
    font-weight: bold;
}
footer address {
    clear: both;
    font-weight: bold;
    font-style: normal;
    color: #999;
    font-size: 12px;
    padding-bottom: 0px;
}
footer address span {
    padding-left: 4px;
    font-family: Arial;
    letter-spacing: 0.5px;
}


footer .copyright {
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    margin-top: 0px;
    margin-left: 10px;
}
footer .browser {
    /*font-weight:bold;*/
    color: #fff;
    font-size: 11px;
    margin-left: 10px;
}
footer .view-btn {
    position: absolute;
    top: 0px;
    right: 60px;
    padding-top: 17px;
    line-height: 1em;
}
footer .view-btn a {
    display: block;
    width: 95px;
    height: 13px;
    color: #fff;
    font-weight: bold;
    background: url("/static/images/common/footer_bg04.png") no-repeat right 2px;
    font-size: 0.754em;
}


footer .view-btn.open {
    border-top: 2px solid #fff;
    padding-top: 15px;
}
footer .view-btn.open a {
    background-position: right -18px;
}


footer .aff-area {
    display: none;
    position: absolute;
    bottom: 78px;
    left: 0;
    width: 100%;
    padding: 35px 0 8px;
    background: rgba(
        59,
        121,
        107,
        0.9
    ); /* z-index:9999999999999999999999999999 !important*/
}
footer .aff-area a {
    color: #fff;
} /*bottom:150px;*/
footer .aff-area ul {
    position: relative;
    width: 100%;
    color: #fff;
}
footer .aff-area li {
    float: left;
    width: 17%;
    margin: 0 0px 11px 0;
}
/*footer .aff-area li{float:left;width:16.6%; margin:0 0 11px 0}*/
footer .aff-area li a {
    display: block;
    height: 50px;
    margin-right: 40px;


    border-bottom: 3px solid #d8eb9c; /*  */
    color: #fff;


    line-height: 1.2;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    margin-bottom: 10px;
    /*background:url("/static/images/common/footer_bg03.png") no-repeat right center;*/
}
footer .aff-area li.last a {
    margin-right: 0px;
}
footer .aff-area li.last {
    margin-right: 0px;
    border: none;
    width: 15%;
}
footer .aff-area ul ul {
    position: relative;
}
footer .aff-area li li {
    float: none;
    width: 100%;
}
footer .aff-area li li a {
    display: block;
    height: 25px;
    padding: 0px 0;
    border-bottom: 1px dotted #fff;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    border-top: 0px solid #4d90c2;
    margin-right: 40px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: -0.8px;
}
footer .aff-area li li.last a {
    border: 0;
    margin-right: 0px;
}
footer .aff-area li li A:focus,
footer .aff-area li li A:hover,
footer .aff-area li li A:active {
    text-decoration: underline;
}


/*footer .aff-area li.last a{margin:0}*/
/*footer .aff-area .container div.sideNav{position:relative; display:none; position:relative;top:0px;padding-top:0px}
footer .aff-area .container ul{width:100%}
footer .aff-area .container li{float:left;width:14%;margin-right:3.2%}
footer .aff-area .container li a{display:block;height:40px;border-bottom:2px solid #0066b3;font-weight:bold;font-size:20px;color:#000;*line-height:1.4}
footer .aff-area .container li.last{margin:0}
footer .aff-area .container li li{float:none;width:100%}
footer .aff-area .container li li a{display:block;height:15px;padding:15px 0;border-bottom:1px solid #e6e6e6;font-weight:normal;font-size:13px;color:#666}
footer .aff-area .container li li.last a{border:0}
*/


#dim-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url("");
    z-index: 99;
}


@media all and (max-width: 1260px) {
    .slide-area .gnb-2depth.menu05;
}
.slide-area .gnb-2depth.menu05 .title {
    margin-top: 135px; /*padding-left:0;background:none;*/
    line-height: 1.8;
}
.slide-area .gnb-2depth.menu05 .title span {
    display: block;
}
/*.slide-area .gnb-2depth.menu05 .txt-view{width:100%}*/


.container .menu_wrap {
    display: none;
}


.cui {
    background: url("/static/images/common/common_ui.png") no-repeat;
    /* background: url("/static/images/common/top_point_arr.png") no-repeat;*/
    display: block;
}


div.menu_Big_selectBox {
    display: inline-block;
    max-width: 180px;
    min-width: 160px;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
/*min-width:150px;*/
/*  */


div.menu_Big_selectBox span.selected {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 20px;
    border-bottom: none;
    border-left-color: rgb(236, 236, 236);
    border-left-width: 1px;
    border-left-style: solid;
    background: url("/static/images/common/common_ui.png") no-repeat 100% 22.5%;
}


div.menu_Big_selectBox span.small {
    font-size: 14px;
    border-right-width: 1px;
    border-right-color: rgb(236, 236, 236);
    border-right-style: solid;
    border-bottom: none;
}
div.menu_Big_selectBox span.selectOption {
    display: block;
    width: 100%;
    line-height: 40px;
    text-indent: 21px;
}
div.menu_Big_selectBox span.selectOption a {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 5px 0;
    text-indent: 20px;
    color: #404040;                                           /* ¼­ºê³×ºñ À§ ¾Æ·¡ ±ÛÀÚ »ö */
    border: 0;
    text-decoration: none;
}
div.menu_Big_selectBox span.selectOption a:hover {
    color: #fff;
}
div.menu_Big_selectBox span.selectOption:hover {                          /* ¼­ºê³×ºñ À§ ¾Æ·¡ ÈÄ¹ö */
    background: #b9b9b9;
    color: #fff;
}
div.menu_Big_selectBox div.selectOptions {
    position: absolute;
    color: #ffffff;
    top: 42px;
    left: 0;
    width: 100%;
    border: 1px solid;
    border-color: rgb(236, 236, 236);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    background-color: rgba(232, 232, 232, 1);                 /* ¼­ºê³×ºñ À§ ¾Æ·¡ */
    display: none;
}


/*
div.menu_Big_selectBox span.selectArrow{
position:absolute;
top:0; right: -1px;
width:50px; height:50px; line-height:50px;
border:1px solid #248aca;
color: #fff;
text-align:center;
font-size:20px;
background:#248aca;
display: none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-o-user-select:none;
user-select:none;
}*/


/*     */
.tab_style {
    width: 100%;
    background-color: #f1f2f9;
    margin: 0px 0 0 0;
    font-size: 0;
    border-bottom: 1px solid #62769c;
}
.tab_style li {
    text-align: center;
    display: inline-block;
    color: #384f84;
    border-right: 1px solid #fff;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_style li.last {
    border: none;
}
.tab_style li:hover,
.tab_style li.on {
    color: #fff;
    background: #62769c;
}
@media all and (max-width: 2000px) {
    .tab_style.tab2 li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .tab_style.tab3 li {
        width: 33.3333%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .tab_style.tab4 li {
        width: 25%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .tab_style.tab5 li {
        width: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}
@media all and (max-width: 1024px) {
    .tab_style.tab2 li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .tab_style.tab3 li {
        width: 33.3333%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .tab_style.tab4 li {
        width: 25%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .tab_style.tab5 li {
        width: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .slide-area .btn-gnb-close {
        height: 0;
    }
}
@media all and (max-width: 600px) {
    .tab_style.tab2 li {
        width: 50%;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .tab_style.tab3 li {
        width: 33.3333%;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .tab_style.tab4 li {
        width: 25%;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .tab_style.tab5 li {
        width: 20%;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
}


/*.container .menu01 .m1_view{position:relative; width:1110px;}
.container .menu01 .m1_view .vision{position:absolute; width:382px; height:555px; padding-top:215px; color:#6990af; line-height:1.5; text-align:center; background:url(../images/common/img_m01_bg.gif) no-repeat center 0; }


.container .menu01 .m1_view ul{float:left; display:inline-block; width:auto; padding:9px 41px 7px; border:none; border-left:1px solid #e7e7e7;}
.container .menu01 .m1_view ul.first{margin-left:382px;}
.container .menu01 .m1_view ul.last{padding-right:0;}
.container .menu01 .m1_view li{clear:both; width:auto}
.container .menu01 .m1_view li a{text-decoration:none;}
.container .menu01 .m1_view li p{padding:11px 0 18px 0; font-size:16px; color:#2b597d;}
.container .menu01 .m1_view:after{content:""; display:block; clear:both; visibility:hidden;}
.container .menu02 .m2_view{width:1110px;}
.container .menu02 .m2_view ul{clear:both; padding:25px 0 0 0; border:0;}
.container .menu02 .m2_view li{float:left; width:132px; margin-right:60px; color:#2d5879; text-align:center; background:url(../images/common/img_m02_mbg.gif) no-repeat 0 0; }
.container .menu02 .m2_view li a{display:inline-block; width:132px; padding:170px 0 5px; text-decoration:none}
.container .menu02 .m2_view .menu_1{ background-position:0 0;}
.container .menu02 .m2_view .menu_2{ background-position:-134px 0;}
.container .menu02 .m2_view .menu_3{ background-position:-268px 0;}
.container .menu02 .m2_view .menu_4{ background-position:-402px 0;}
.container .menu02 .m2_view .menu_5{ background-position:-536px 0;}
.container .menu02 .m2_view .menu_6{ background-position:-670px 0; margin-right:0;}
.container .menu02 .m2_view:after{content:""; display:block; clear:both; visibility:hidden;}
.container .menu03 .m3_view{width:1110px;}
.container .menu03 .m3_view ul{clear:both; padding:0; border:0;}
.container .menu03 .m3_view li{float:left; width:174px; margin-right:111px; text-align:center; background:url(../images/common/img_m03_mbg.png) no-repeat 0 0;}
.container .menu03 .m3_view li a{display:inline-block; width:174px; padding:190px 0 5px; font-size:14px; color:#979797; ; text-decoration:none;}
.container .menu03 .m3_view .menu_1{ background-position:0 0; margin-left:35px;}
.container .menu03 .m3_view .menu_2{ background-position:-176px 0;}
.container .menu03 .m3_view .menu_3{ background-position:-352px 0;}
.container .menu03 .m3_view .menu_4{ background-position:-528px 0; margin-right:0;}
.container .menu03 .m3_view li p{text-align:center; line-height:1.5;}
.container .menu03 .m3_view li .tit{padding-bottom:6px; font-size:16px; color:#2d5879;}


.container .menu04 .m4_view{width:1110px;}
.container .menu04 .m4_view ul{clear:both; padding:0; border:0;}
.container .menu04 .m4_view li{float:left; width:227px; padding:0 100px; border-left:1px solid #e7e7e7; }
.container .menu04 .m4_view li a{display:inline-block; width:227px; padding:196px 0 5px; font-size:14px; color:#979797; ; text-decoration:none; background:url(../images/common/img_m04_mbg.gif) no-repeat 0 0;}
.container .menu04 .m4_view .menu_1 a{ background-position:0 20px;}
.container .menu04 .m4_view .menu_2 a{ background-position:-227px 20px;}
.container .menu04 .m4_view .menu_3 a{ background-position:-454px 20px;}
.container .menu04 .m4_view .menu_1{padding-left:0; border:none;}
.container .menu04 .m4_view .menu_3{padding-right:0;}
.container .menu04 .m4_view li p{color:#989898; line-height:1.5;}
.container .menu04 .m4_view li .tit{padding-bottom:6px; font-size:16px; color:#2d5879;}


.container .menu05 .m5_view{width:1110px;}
.container .menu05 .m5_view ul{clear:both; padding:20px 0 0 0; border:0;}
.container .menu05 .m5_view li{float:left; width:227px; margin-left:64px; padding:0; background:url(../images/common/img_m05_mbg.gif) no-repeat 0 0}
.container .menu05 .m5_view li a{display:inline-block; width:227px; padding:176px 0 5px; font-size:14px; color:#979797; ; text-decoration:none;}
.container .menu05 .m5_view .menu_1{ background-position:0 0; margin:0;}
.container .menu05 .m5_view .menu_2{ background-position:-227px 0}
.container .menu05 .m5_view .menu_3{ background-position:-454px 0}
.container .menu05 .m5_view .menu_4{ background-position:-681px 0}
.container .menu05 .m5_view li p{color:#989898; line-height:1.5;}
.container .menu05 .m5_view li .tit{padding-bottom:6px; font-size:16px; color:#2d5879;}*/


/*new menu*/


.container .menu_wrap {
    position: relative;
    width: 1250px;
    height: 100%;
    padding: 0px;
    z-index: 10;
}
.container .menu_wrap .menu_banner {
    position: absolute;
    top: 0;
}
.container .menu_wrap .menu_banner .bn {
    display: block;
    margin: 23px 0 0 0px;
}
.container .menu_wrap .menu_banner .more {
    position: absolute;
    left: 140px;
    top: 170px;
    border: solid 0px red;
    font-size: 12px;
    color: #373f57;
    letter-spacing: -1px;
    background: url() no-repeat right center;
}
.container .menu_wrap .menu_banner .more span {
    display: block;
    width: 70px;
    height: 25px;
    background: #fff;
    color: #434343;
    text-align: center;
    line-height: 25px;
}
.container .menu_wrap .menu_banner .more span a {
    display: block;
    color: #434343;
}


.container .menu_wrap .menu_list {
    width: 760px;
    height: 227px;
    margin-left: 650px;
    padding-left: 37px; /* background:url(../../img/images/line_bg.png) repeat-y; */
}
.container .menu_wrap .menu_list li {
    float: left;
    padding-left: 0px;
    padding-top: 10px;
    box-sizing: border-box;
}


.container .menu_wrap .menu_list li a {
    display: block;
    margin: 0 0 13px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.container .menu_wrap .menu_list li a:hover {
    margin-left: 5px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    color: #cce198;
}


.container .menu_wrap .menu_list .mu01 {
    width: 19%;
}
.container .menu_wrap .menu_list .mu02 {
    width: 18%;
}
.container .menu_wrap .menu_list .mu03 {
    width: 18%;
}
.container .menu_wrap .menu_list .mu04 {
    width: 20%;
}
.container .menu_wrap .menu_list .mu05 {
    width: 20%;
}


.container .menu_wrap .menu_list ul:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}


header nav#gnb ul {
    width: 700px;
}
header nav#gnb ul li {
}
header nav#gnb li.menu01 {
    width: 20%;
}
header nav#gnb li.menu02 {
    width: 20%;
}
header nav#gnb li.menu03 {
    width: 20%;
}
header nav#gnb li.menu04 {
    width: 20%;
}
header nav#gnb li.menu05 {
    width: 20%;
}


#wrapper {
    position: relative;
}
#wrapper .menu_bannerView {
    position: absolute;
    width: 253px;
    height: 206px;
    margin-left: -127px;
    top: 15%;
    left: 50%;
    border: 10px solid #000;
}


.Pstyle {
    opacity: 0;
    display: none;
    position: relative;
    padding: 5% auto;
    background-color: #fff;
    margin-top: 4%;
    text-align: center;
    width: 750px;
    border: 1px solid #8191b0;
}
.b-close {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-family: Arial, sans-serif;
    z-index: 999;
    color: #666;
}


.open_video {
    opacity: 0;
    display: none;
    position: relative;
    padding: 5% auto;
    background-color: #fff;
    margin-top: 4%;
    text-align: center;
    width: 80%;
    border: 0;
}


@media (max-width: 750px) {
    .b-modal,
    .__b-popup1__,
    #popup_video {
        display: none !important;
    }
}