@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap");

@import "common.css";
@import "index.css";
@import "page.css";
@import "count.css";
/* @import "swiper.css"; */

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 576px) {
}
