@charset "utf-8";


/* tablet */
@media all and (max-width:1280px) {

}

/* mobile */
@media all and (max-width:768px) {
  
}
