@charset "utf-8";
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

/* reset.css */
body{font-family: 'Nanum Barun Gothic', sans-serif; line-height: 20px;}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea, strong {margin:0; padding:0; color:#303030;}
h1, h2, h3, h4, h5, h6{font-size:100%;}
img, fieldset{border:0px;}
table{border-collapse:collapse;}
ul, ol, li{list-style:none;}
address, em{font-style:normal;}
li img, object{vertical-align:top;}
input, select, textarea, form img{vertical-align:middle;}
a{ outline:0; text-decoration:none; border:none; color: #000;}



.subVisual{
    width: 100%;  height: 300px;
   overflow: hidden;
}
.subVisual>ul li:nth-child(1) img{
    width: 100%; height: 300px;
    position: absolute;
}
.subVisual>ul li:nth-child(2) img{
    width: 100%; height: 300px;
    position: absolute;
    opacity: 0;
}
.v_txt{
    position: absolute;
    top: 180px;
    width: 100%;
    text-align: center;
}
.v_txt h1{
    color: #fff;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 5px;
}

.conWrap{ 
    width: 100%; 
    overflow: hidden; 
   
}
.contents{
    width:70%; height:100%;
    margin: 0 auto;
    overflow: hidden;
     margin-top: 100px;
     margin-bottom: 100px;
}

h2{text-align: center;}


.navi{height: 40px; width: 100%;}
.navi_con{
    background-color: #f4f4f4;
    border-bottom: 1px solid #d4d4d4;
}
.navi_con ul{
    width: 80%; height: 40px;
    margin: 0 auto;
}
.navi_con li{
    float: left;
    line-height: 40px;
}

.navi_con li:nth-child(1){
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    padding: 0 10px;
}
.navi_con li:nth-child(2){
    padding: 0 20px;
    border-right: 1px solid #d4d4d4;
}
.navi_con li:nth-child(3){
    padding: 0 20px;
    border-right: 1px solid #d4d4d4;
}

.navi_con li a{
    color: #444442;
}

.navi_con li:nth-child(2) a{
    background: url(../images/tap_down.png) no-repeat right center;
    padding-right: 30px;
}
.navi_con li:nth-child(3) a{
    background: url(../images/tap_down.png) no-repeat right center;
    padding-right: 30px;
}

.navi_layer{
    position: absolute;
    width: 80%;
    right: 10%;
    z-index: 10;
}
.navi_layer ul{
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    float: left;
}
.navi_layer01{
    margin-left: 62px;
    width: 128px; 
    opacity: 0;
}

.navi_layer02{
    width: 128px; 
    opacity: 0;
}
.navi_layer ul li{
    background-color: #f4f4f4;
    border-bottom: 1px solid #d4d4d4;
    line-height: 40px;
}
.navi_layer ul li:hover{
    background-color: #ffffff;
}
.navi_layer ul li a{margin-left: 20px;color: #444442;}
.contents{
    margin-top: 70px;
}
.contents h2{
   font-size: 40px;
    height: 40px;
    padding-top: 20px;
    margin-bottom: 10px;
    text-decoration: overline  #093076 ;
}
.contents h3{
    text-align: center;
    font-weight: 400;
    color: #646464;
    margin-bottom: 70px; 
}
.con_box{
    width:100%; height: 610px;
    float:right;
    position: relative;
}
.con_box ul{}
.con_box ul li{}
.con_box .con>ul>li:nth-child(1){margin-bottom: 40px;}
.con_box ul li>img{
    width: 700px;
    position: relative; 
    left: 50%; margin-left: -350px;
}

/*뉴스내용*/
.contab{
    width: 100%;
    height: 550px;
    position: relative;
    
}
.contab .contabInner{}
.contab .contabInner .boxTop ul{
    border-top: 1px solid #999;
    border-bottom: 1px solid #dadada;
    background-color: #eef2f7;
}
.contab .contabInner .boxTop ul li{
    display: inline-block;
    padding: 6px 0px;
    font-size: 13px;
    text-align: left;
}
.contab .contabInner .boxTop ul li:nth-child(1){width: 14%; text-align: center;margin-right: 5%; color: #002b56;}
.contab .contabInner .boxTop ul li:nth-child(2){width: 60%;font-weight: bold;}
.contab .contabInner .boxTop ul li:nth-child(3){width: 20%; font-weight: normal; text-align: center;}
.contab .contabInner .contdete{
    text-align:left;
    padding: 60px 0;
    padding-left: 50px;
}

.contab .contabInner .boxBottom table{
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.contab .contabInner .boxBottom table tr th{
    padding: 6px 35px;
    font-size: 12px;
    font-weight: normal;
}
.contab .contabInner .boxBottom table tr th:nth-child(1){width: 15%;}
.contab .contabInner .boxBottom table tr th:nth-child(3){width: 15%;}
.contab .contabInner .boxBottom table tr th:nth-child(4){width: 20%;}
.contab .contabInner .boxBottom table tr:nth-of-type(1){
    border-bottom: 1px solid #dadada;
}
.contab .contabInner .boxBottom table tr th:nth-of-type(odd){
    background-color: #eef2f7;
    color: #002b56;
}

.contab .contabInner .btnWrap{
    width: 40px;
    float: right;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 4px;
    margin: 10px;
}
.contab .contabInner .btnWrap a{
    display: block;
}
.contab .contabInner .btnWrap a:hover{
    text-decoration: none;
    color: #333;
}


.open{display:none;}
.m_navi{display: none;}




/*moblie ver*/
@media screen and (max-width : 699px){
    
  
    .subVisual{
    width: 100%;  height: 200px;
   overflow: hidden;
    }
    .subVisual>ul li:nth-child(1) img{
    width: 100%; height: 200px;
    position: absolute;
    }
    .subVisual>ul li:nth-child(2) img{
        width: 100%; height: 200px;
        position: absolute;
        opacity: 0;
    }
    .v_txt{top: 120px;}
    .v_txt h1{
        font-size: 30px;
        letter-spacing: 2px;
    }
    
    .navi{display: none;}
    
    .m_navi{
        display: block;
        height: 40px;width: 100%;
    }
    .m_navi_con{
    background-color: #f4f4f4;
    border-bottom: 1px solid #d4d4d4;
}
    .m_navi_con ul{
        width: 100%; height: 40px;
        margin: 0 auto;
    }
    .m_navi_con li{
    float: left;
    line-height: 40px;
    }
    .m_navi_con li:nth-child(1){
        border-right: 1px solid #d4d4d4;
        border-left: 0;
        padding: 0;
        width: 15%;
        text-align: center;
    }
    .m_navi_con li:nth-child(2){
        padding: 0;
        width: 40%;
        text-align: center;
        border-right: 1px solid #d4d4d4;
    }
    .m_navi_con li:nth-child(3){
        padding: 0;
        border-right: 0;
        width: 44%;
        text-align: center;
        border-right: 1px solid #d4d4d4;
    }
    .m_navi_con li a{color: #444442; cursor:pointer;}
    .m_navi_con li:nth-child(2) a{
    background: url(../images/tap_down.png) no-repeat right center;
    padding-right: 30px;
    }
    .m_navi_con li:nth-child(3) a{
    background: url(../images/tap_down.png) no-repeat right center;
    padding-right: 30px;
    }
    
    .m_navi_layer{
        position: absolute;
        width: 100%;
        right: 0%;
        z-index: 10;
    }
    .m_navi_layer ul{
        border-right: 1px solid #d4d4d4;
        border-left: 1px solid #d4d4d4;
        float: left;
    }
    .m_navi_layer01{
        width: 40%; 
        position: absolute;
        left: 15%;
        display: none;
    }
    .m_navi_layer02{
        width: 43.3%;
        position: absolute;
        right: 3px;
        display: none;
    }
    .m_navi_layer ul li{
        background-color: #f4f4f4;
        border-bottom: 1px solid #d4d4d4;
        line-height: 40px;
    }
    .m_navi_layer ul li:hover{
        background-color: #ffffff;
    }
    .m_navi_layer ul li a{margin-left: 20px;color: #444442;}
       
    
    .contents{
        width:90%; height:100%;
        margin-bottom: 50px;
    }

    .contents h2{
       font-size: 30px;
        height: 40px;
        padding-top: 20px;
        margin-bottom: 0px;
        text-decoration: overline  #093076 ;
    }
    .contents h3{
        text-align: center;
        font-weight: 400;
        color: #646464;
        margin-bottom: 70px; 
    }

    .con_box{
        width:100%; height: 100%;
        float:right;
        position: relative;
    }

/*뉴스내용*/
.contab{
    width: 100%;
    height: 380px;
    position: relative;
    
}

    .contab .contabInner .boxTop ul li:nth-child(1){display: none;}
    .contab .contabInner .boxTop ul li:nth-child(2){width: 70%;font-weight: bold;text-align: center;}
    .contab .contabInner .boxTop ul li:nth-child(3){width: 29%; font-weight: normal; text-align: center;}
.contab .contabInner .contdete{
    text-align:left;
    padding: 40px 20px;
    padding-left: 20px;
}

.contab .contabInner .boxBottom table tr th{
    padding: 6px 5px;
    font-size: 12px;
    font-weight: normal;
}
.contab .contabInner .boxBottom table tr th:nth-child(3){display: none;}
.contab .contabInner .boxBottom table tr th:nth-child(4){display: none;}


}



