@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Lora:wght@600;700&family=Oswald:wght@500&family=Roboto:wght@500&display=swap');


body{
    
    font-family: 'noto sans KR', sans-serif;
    margin: 0;
    padding: 0;
}
*{
    margin:0;
    padding:0;
}

.top {
    width: 100%;

    margin: 0 auto;

    position: relative;
  }
 .top img {
    width: 100%;
    height: 40%;
    vertical-align: middle;


  }
  
.top .text {
    padding: 10px 20px;
    color:#fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.section .con {
    width:90%;
   
    margin: 0 auto;

    text-align: center;
}
.con .news {
  
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap:wrap;
   width:100%;
   margin-top: -5%;

 }

.con .news .title{
    margin-top: 10%;
    color:#619fef;
    font-size: 1.5em;
    display: flex;
    text-align: center;
    justify-content: center;
    width:100%;
}

.con .news .title img{
   width: 100%;
   height: 1px;

}
.con .news01{
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    width:100%;
    height: 500px;

  
}
.con .news01 .list{
    display: inline-block;
    width:calc(100%-50%);
   color:#666666;
   text-align: justify;
   word-break: break-all ;
   box-sizing: border-box;
   border:1px solid #666666;
   padding: 10% ;


}

.con .news01 .list ul {
    display: inline-block;
    vertical-align: top;
    
}
.con .news01 .list ul li{
    width:100%;
    display:flex;
    text-align: justify ;
    margin-top: 10px;
   

    
}
.con .news01 .list ul li *{
    display: inline-block;
    vertical-align: top;

}


@media (max-width:640px){
    .con .wrap1 .news01 .list ul li p{
        font-size: 0.9rem;
    }

}


@media (max-width:1200px){
    body{
    
        box-sizing: border-box;
        
    }
    .header{
        width: 100%;
        height: 25%;
    }
    
     
.top .text{
    display: none;
}
.top img{
    width: 100%;
    height: 25%;
}
.con .news .title {
    margin-top: 15%;
}
.con .news .title h4{
    font-size: 0.9rem;
}


.con .news01 {
    float:none;
    margin: 0 auto;
    width:100%;


    text-align: center;
}
.con .news01 .list{
    width: 80%;
    min-height: 500px;
    text-align: center;
    margin-top: 5%;

  }
  .con .news01 .list ul li p{
    font-size: 1.2em;


}



}