@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: 113px; 
    opacity: 0;
}

.navi_layer02{
    width: 133px; 
    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%; 
    float:right;
    position: relative;
}


.box{
    height: 380px;
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
    position: relative;
}
.box:nth-child(3){height: 230px;}
.box:nth-child(4){height: 310px;}
.box:nth-child(5){height: 340px;}
.box:nth-child(6){height: 350px;}
/*.box:nth-child(7){height: 290px;} */
.box:nth-child(8){height: 400px;}
.box:nth-child(9){height: 300px;}
.box:nth-child(10){height: 200px;}
.box:nth-child(11){height: 260px;}
.box:nth-child(12){height: 210px;}
.box:last-child{ border: 0;}
.box img{
    width: 35%;
    position: absolute;
   top: 50px; left: 30px;
}
.box ul{ 
    width: 55%;
    position: absolute;
   top: 50px; right: 30px;
}
.box ul li:nth-child(1){
    font-size: 30px;
    font-weight: bold;
    color:  #093076;
}
.box ul li:nth-child(2){
    padding-top: 15px;
    padding-bottom: 50px;
    color: #191919;
}
.box ul li:nth-child(3){text-align: right; }
.box ul li:nth-child(3) a{ color: #646464;}
.box ul li:nth-child(3) a:hover{text-decoration: underline;}
.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;
    }
    .box{
        height: none;
        border-bottom: 1px solid #d4d4d4;
        overflow: hidden;
        position: relative;
    }
    .box img{
        width: 100%;
        position: absolute;
        top: 0px; left: 0px;
    }
.box{
    height: 380px;
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.box:nth-child(1){height: 650px;}
.box:nth-child(2){height: 630px;}
.box:nth-child(3){height: 310px; }
.box:nth-child(4){height: 560px;}
.box:nth-child(5){height: 590px;}
.box:nth-child(6){height: 540px;}
.box:nth-child(7){height: 510px;}
.box:nth-child(8){height: 800px;}
.box:nth-child(9){height: 590px;}
.box:nth-child(10){height: 310px;}
.box:nth-child(11){height: 430px;}
.box:nth-child(12){height: 300px;}
.box:last-child{ border: 0;}

    
.box:nth-child(1) ul{top:280px;}
.box:nth-child(2) ul{top:280px;}
.box:nth-child(3) ul{top:130px}
.box:nth-child(4) ul{top:280px;}
.box:nth-child(5) ul{top:160px}
.box:nth-child(6) ul{top:220px}
.box:nth-child(7) ul{top:280px;}
.box:nth-child(8) ul{top:310px;}
.box:nth-child(9) ul{top:280px;}
.box:nth-child(10) ul{top:160px}
.box:nth-child(11) ul{top:240px;}
.box:nth-child(12) ul{top:180px}    
    
.box ul{ 
    width: 100%; 
    position: absolute;
   top:0px; right: 0px;
}

.box ul li:nth-child(1){
    font-size: 30px;
    font-weight: bold;
    color:  #093076;
}
.box ul li:nth-child(2){
    padding-top: 15px;
    padding-bottom: 50px;
    color: #191919;
}