@charset "UTF-8";
/*전체시작*/
*{margin: 0 auto;}   
.body_container{
    font-size:16px;
    font-family: 'roboto', sans-serif;
    font-weight:400;
    color:#333333;
    background: #eeeeee;  
    text-align: center;
  }
 .main_visual {
    width:80%;
    height: 1000px
    background: #eeeeee; 
    margin: 0 auto;
 } 
 
.main_visual img{
    width:60%;
   
    text-align: center;
}
    
    
    
.back_h{
    height: 100px;
    background: #eeeeee;
}
    
    
    
    
    
    
    


