@charset "utf-8";
 
 
/* media query mobile */
@media screen and (max-width: 1600px){
 
}

@media screen and (max-width: 1400px){
  
}
 

@media screen and (max-width:860px) {
    /* 메인비주얼 */
    .MVisual .slogan {max-width: 18rem; }
}

@media screen and (max-width:768px) {
   
    /* 메인비주얼 */
    .MVisual .slogan {max-width: 100%; }
}

@media screen and (max-width: 480px){
 
}

@media screen and (max-width:380px) {
 
}




