@charset "utf-8";
/* 메인비주얼 */
.MVisual .item .slogan p { font-family: 'OneMobileTitle'; line-height: 3rem;}
.MVisual .item .slogan p em { display: block; }
 
/* media query mobile */
@media screen and (max-width: 1600px){
 
}

@media screen and (max-width: 1400px){
  
}
 

@media screen and (max-width:880px) {
    /* 메인비주얼 */
    .MVisual .item .slogan p { line-height: 1.8rem;}
}

@media screen and (max-width:540px) {
   
}

@media screen and (max-width: 480px){
 
}

@media screen and (max-width:380px) {
    /* 게시판 */
    .notice .titTab ul li a{padding: 0 0.6rem;}
}




