@charset "UTF-8";

/* 1024px =================================================== */
@media screen and (max-width: 1024px) {

}
/* 768px ==================================================== */
@media screen and (max-width: 768px) {

}
/* 480px ==================================================== */
@media screen and (max-width: 480px) {}
/* 320px ==================================================== */
@media screen and (max-width: 320px) {}
/* 320px ==================================================== */
