@charset "utf-8";
 
 
/* media query mobile */
@media screen and (max-width: 1600px){
 
}

@media screen and (max-width: 1400px){
  
}
 

@media screen and (max-width:640px) {
 
}

@media screen and (max-width:540px) {
   
}

@media screen and (max-width: 480px){
 
}

@media screen and (max-width:380px) {
 
}




