@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: 450px;
    float:right;
    position: relative;
}
.con_box ul{}
.con_box ul li{}
.con_box ul li:nth-child(1){margin-bottom: 40px;}
.con_box ul li>img{
    width: 700px;
    position: relative; 
    left: 50%; margin-left: -350px;
}

/*뉴스컨텐츠*/
.tabWrap{
    width: 100%;
    height: 250px;
    position: relative;
    
}

/*표*/
.tabWrap>table{
    width: 100%; 
    font-size: 13px;
    position: absolute;
    top: 0px;
    border-bottom:  1px solid #999;
}
.tabWrap table tr th{
    padding: 8px 30px;
}
.tabWrap table .txtL{
    width: 400px;
    text-align: left;
}
.tabWrap table .txtL a:hover{
    text-decoration: underline;
}
.tabWrap table thead{
    text-align: center;
    border-top: 1px solid #999;
    background-color: #eef2f7;
}  
}
.tabWrap table tbody tr{
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
}
.tabWrap table tbody tr th{
    font-weight: normal;
    text-align: center;
}

/* paginate */
.paginate{
    overflow:hidden;
    clear:both;
    padding: 0px 0 30px;
    width: 100%;
    text-align: center;
    zoom:1;
    position: absolute;
    bottom: 0; 
}
.paginate a{
    display:-moz-inline-box;
    display:inline-block;
    position:relative;
    margin-right:-3px;
    padding:0 0 0 5px;
    color:#666;
    font-size:13px;
    font-weight:bold;
    line-height:40px;
    text-decoration:none !important
}
.paginate a:hover,.paginate a:focus,.paginate a:active{
    background:url(http://static.naver.com/common/paginate/bg_page_nav_ru.gif) no-repeat 0 0 !important
}
.paginate a span{
    display:block;
    display:inline;
    position:relative;
    top:0;
    padding:0 10px 0 3px;zoom:1;
    
}


/* user option */
.paginate a.pre,.paginate a.next{
    position:relative;
    top:9px;
    background:none !important;
    font-size:12px
}
.paginate a.pre{margin-right:10px}
.paginate a.next{margin-left:8px}
.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;
    }

    
    /*뉴스컨텐츠*/
    .tabWrap{
        height: 180px;

    }

    .tabWrap table tr th{
        padding: 5px 20px;
    }
    
    .tabWrap table tr th:nth-child(4){ display: none;}
    .tabWrap table tr th:nth-child(1){ width: 20%;}
    



}





