@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,body{
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    color:black;
    margin:0;
   
}
a{
    color:#333333;
    text-decoration:none;
}
a:hover{
    color:darkblue;
}
img,iframe{
    vertical-align:bottom;
}
table,th,td{
    border:1px solid black;
    border-collapse:collapse;
}
*{
    box-sizing:border-box;
    padding:0;
    margin:0;
}
div.main{
    width:100%;
    max-width:1360px;
    border:none;
    margin:auto;
    position: relative;
    
}

header{
    width:100%;
    height:auto;
    background-color:none;
    position:relative;
 
  
}
div.section-wrap{
    width:80%;
    margin: auto;
    height:auto;
    
}
footer{
    width:100%;
    font-size: 11px;
    text-align: left;
    height:auto;
    background-color:black;
    color: white;
    padding: 20px;
    clear: both;
    border: 1px solid white;
    
}


h1{
    width:30%;
    margin:auto;
    margin-bottom:20px;
}
h1 img{
    width:100%;
    margin: auto;
    padding-top: 10px;
    
}
.kakao{
   text-align: right;
   width: 100%; 
  
}


section-wrap{
    height: 100%;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    
}



nav{
    width:100%;
    height:50px;
    position:static; /* 네비에 대한 애니메이션을 사용하려고 할 때 */
    left:0;          /* 네비에 대한 애니메이션을 사용하려고 할 때 */
    top:-100px;      /* 네비에 대한 애니메이션을 사용하려고 할 때 */
    z-index:999999;  /* 네비에 대한 애니메이션을 사용하려고 할 때 */
    margin-bottom: 0;
    clear: both;
}
div.nav-wrap{
    width:100%;
    margin:auto;
    height:100%;
    border-top: 1px solid #002266;
    border-bottom: 1px solid #002266;
  
}
/*
div.full-menu-g{
    width:40px;
    height:40px;
    border:none;
    margin-top:5px;
    margin-left:20px;
    float:left;
    background-color: transparent;
}
.full-bar{
    width:100%;
    height:40px;
    border:none;
    background-color:transparent;
    color:white;
    font-size:1.5em;
    cursor:pointer;
}
div.full-menu{
    position:absolute;
    width:100%;
    background-color:white;
    border:1px solid black;
    height:150px;
    left:0;
    transform:translateY(5px);

}
*/


ul.nav-main{
    width:80%; 
    padding-top: 10px;
    margin: auto;
}

ul.nav-main>li{
    width:30%;
    height:40px;
    list-style:none;
    float:left;
    margin-left:2.5%;
    position:relative;
}
ul.nav-main>li>a{
    display:flex;
    width:100%;
    height:100%;
    justify-content: center;
    align-items: center;
    font-size:12px;
    color: #002266;
    font-weight: 600;
    padding-bottom: 10px;
    
}


div.section-wrap{
    width: 100%;
    height:auto;
}

div.tabs-g{
    width: 100%;
    height:auto;
    border:none;
    background-color:transparent;
    position:-webkit-sticky;
    top:0;
    z-index:999999;
}
div.tab-content{
    width:100%;
    height:auto;
    background-color: transparent;
    display:none; 
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    color: white;
    
   
}

#tab0{
    display:flex;
    border: none;
    height: auto;
}
#tab1{
    display: flex;
    border: none;
    height: auto;
}
.cartification-g img{
    width: 100%;
}



ul.tab-list{
    width:100%;
    height:100%;
    margin:auto;
    display:flex;
}

ul.tab-list>li{
    list-style:none;
    width:33.33%;
    border:none;
    
}
ul.tab-list>li>a{
    width:100%;
    display:flex;
    height:50px;
    justify-content: center;
    align-items: center;
    border: none;
    border-right:none;
    background:lightskyblue;
    color: black;
    text-shadow: 1px 1px white;
   
    
}
image-box{
    width: 100%;
    margin: auto;
   
    
}
.newseoul{
    width: 100%;
   
    margin: auto;
    
}
.newseoul img{
    width: 100%;
}
.top-image{
    width:100%;
    margin: auto;
    
}
.top-image img{
    width: 100%;
}


ul.tab-list>li>a.active{
    border-bottom:none;
    background-color:white;
   
}
#s0{
    display: table;
    width: 100%;
    height: auto;
    
}
#s1{
    display: table;
    width: 100%;
    background-image: url(../images/section1_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
#s2{
    display: table;
    background-image: url(../images/section2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

div.text-ani{
    width: 100%;
    display: table-cell;
    height: 100%;
    text-align: center;
    color: white;
    vertical-align: middle;
    
}
.text-ani span{
    display: inline-block;
}
.a1,
.a2,
.a3
{
    transform: scale(2);
    text-shadow: 0 0 8px blue;
    animation-name: intro;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    opacity: 0;
}

.detail-content{
    width: 100%;
    padding: 20px;
    height: 100%;
    border: 1px sollid white;
    background-color: transparent;
}

.detail-content p{
    border: 1px solid white;
    padding: 20px;
    width: 100%;
    height: 100%;
    margin: auto;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color:rgba(0,0,0,0.3);
    
}
.content-imge{
    width: 100%;
    margin: auto;
    padding: 5px;
    border: 1px solid white;
   
    
}
/*
.tab3-content h3{
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    border-top: 2px solid white;    
    border-bottom: 2px solid white;
    width: 60%;
    margin: auto;
    text-shadow: 1px 2px black;
    margin-bottom: 50px;
}
*/
.content-imge img{
    width: 100%;
}
.panel-wrap{
    width: 100%;
    margin: auto;
    background-color: transparent;
    border:none;
    
}
.panel{
    width: 90%;
}
    
}
.p-open{
    width: 100%;
    text-align: left;
    text-indent: 20px;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 10px;
}

.p-open .arrow{
    display: inline-block;
    float: right;
    margin-right: 20px;
    font-size: 1.5em;
    color: deepskyblue;
}
.panel-content{
    height: auto;
    background-color:black;
    display: none ;
    padding: 20px;
    border-radius: 10px;
}


.tab-content h2{
    text-align: center;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1em;
    color: #0A0A2A;
    
}
.tab2-detail-content{
    width: 100%;
    border:none;
    height: auto;
    margin: auto;
    margin-bottom: 50px;
}

ul.cartification-g{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
ul.cartification-g li{
    width: 50%;
    border: 2px solid #0B0B61;
    list-style: none;
    margin-bottom: 15px;
   
}


.full-menu-g{
    display: none;
}
.companyinfo{
    width: 100%;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    
}
.companyinfo a{
    color: white;
    
}
.top-bt{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    padding-top:5px;
    text-align: center;
    background-color:transparent;
    color: white;
    font-weight: bold;
    z-index: 9999;
    font-size: 2em;
    
}
.top-bt:hover{
    color:white;
}
div.up-down-banner{
    position: absolute;
    right: 5px;
    top: 300px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    z-index: 99999999;
    
}
div.up-down-banner a img{
    width: 100%;
   
    border-radius: 50%;
   
    
}
div.tab0-content{
    width: 100%;
}
div.tab0-content img{
    width: 100%;
}
 .tab3-detail{
        width:90%;
        border:none;
        margin: auto;
        height: auto;
    }
.tab3-detail h4{
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail-img{
    width: 100%;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    border: 2px solid white;
    margin-bottom: 10px;
}
.detail-img1{
    width: 100%;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    border: 2px solid white;
    margin-bottom: 10px;
    color: #333;
    padding: 20px;
    text-align: center;
    font-weight: bold;
   
}
.quick{ 
    width: 100%;
}

.detail-img img{
    width: 100%;
}
.quick-text{
    width:100%;
    margin: auto;
    border: 2px solid gray;
    padding: 10px;
    background-color: gray;
    color: white;
}
.panel-content{
    width: 100%;
    
}
.panel-content img{
    width: 100%;
}
.explan{
    width: 100%;
}
.explan li{
    list-style: none;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    
}
.explan li img{
    width: 100%;
}

@media screen and (max-width:500px){
    
    
    html,body{
        width: 100%;
    }
   
    ul.nav-main>li>a{
        width: 100%;
        font-size: 1em;
    } 
   
    ul.tab-list{
        width: 100%;
    }
    #s1{
        width: 100%;
    }
    #s1 background img{
        width: 100%;
    }

    div.up-down-banner{
        width: 40px;
        height: 40px;
    }
    
   
    ul.tab-list>li>a{
        font-size: 0.9em;
    }
   
    .panel-wrap{
        width: 95%;
    }
    .detail-content p{
        text-align: left;
        text-shadow: 1px 1px black;
        font-weight: 300;
    }
    ul.cartification-g li{
        width: 45%;
        margin-left: 3.33%;
        
    }
    .tab-content h2{
        width: 80%;
    }
    .detail-img{
        width: 100%;
        
       
    }
   
   
}
@media screen and (max-width:450px){
    
    
    html,body{
        width: 100%;
        
    }
    .panel-content{
        font-size: 0.8em;
    }
 

    ul.nav-main li a{
        font-size: 12px;
        
    }
        
     ul.tab-list{
        width: 100%;
    }
    ul.tab-list a{
        font-size: 0.5em;
    }
    div.section-wrap{
        width: 100%;
        height: 100%;
    }

    .panel-wrap {
       width: 100%;
    }
    .p-open p{
        font-size: 0.8em;
    }
    div.tab-content h3{
        font-size: 0.9em;
    }
    
    
}
