@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: 145px; 
    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: 70px;
    text-decoration: overline  #093076 ;
}
.con_box{
    width:100%;
    float:right;
    position: relative;
}
.con_box h3{
    font-size: 50px; 
    color:#093076; 
    margin-bottom: 20px; 
}
.con_box ul{
    overflow: hidden;
    margin-top: 70px; 
    position: relative; 
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 70px;
}
.con_box ul:last-child{border: 0;}
.con_box ul li{float: left;}
.con_box ul .c_img{width: 40%;}
.con_box .con_l .c_img{float: right;}
.con_box ul .c_txt{
    width: 30%;
    position: absolute; 
    bottom: 70px; 
    line-height: 1.8em
}
.con_box .con_r .c_txt{right: 28%;}
.con_box .con_l .c_txt{
    left:28%;
    text-align: right;
}
.con_txt p{
    text-align: center; 
    font-size: 20px; 
    line-height: 2.2em;
}
.con_txt strong{
    color:#093076; 
    font-size: 33px;
}
.con_box ul li img{width: 100%; }
.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%;
    }

    .contents h2{
       font-size: 30px;
        height: 40px;
        padding-top: 20px;
        margin-bottom: 70px;
        text-decoration: overline  #093076 ;
    }

    .con_box{
        width:100%;
        float:right;
        position: relative;
    }

    .con_box h3{
        font-size: 40px; 
        color:#093076; 
        margin-bottom: 5px; 
        padding-top: 10px;
    }
    .con_box ul{
        overflow: hidden;
        margin-top: 40px;
        position: relative; 
        border-bottom: 1px solid #d4d4d4;
        padding-bottom: 50px;
    }
    .con_box ul:last-child{border: 0;}
    .con_box ul li{float: left;}
    .con_box ul .c_img{width: 100%;padding-bottom: 50px;}
    .con_box .con_l .c_img{float: right;}
    .con_box ul .c_txt{
        background-color:#fff;
        width: 100%;
        position: ; 
        bottom: 0px; 
        line-height: 1.8em;
        padding: 0px;
    }
    .con_box .con_r .c_txt{right: 0%;}
    .con_box .con_l .c_txt{
        left:0%;
        text-align: right;
    }
    .c_txt p{
        padding: 5px;
        padding-bottom: 30px;
    }
    .con_box ul li img{width: 100%; }
    .con_txt p{
        text-align: center; 
        font-size: 17px; 
        line-height: 2.2em;
    }
    .con_txt strong{
        color:#093076; 
        font-size: 30px;
    }




