@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

body {
    font-family: 'Roboto', 'Noto Sans TC', sans-serif;
}


/********** Fixing **********/
/* Custom swiper icon */
.swiper-button-prev,
.swiper-button-next {
    color: #333;
    width: 38px;
    height: 38px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}


/********** Main **********/
main img {
    max-width: 100%;
}


/********** Desktop Only **********/
@media (min-width: 1200px) {

}

/********** Large Desktop **********/
@media only screen and (max-width: 1199.98px) {

}

/********** Desktop **********/
@media only screen and (max-width: 991.98px) {

}

/********** Tablet **********/
@media only screen and (max-width: 767.98px) {

}

/********** Mobile **********/
@media only screen and (max-width: 479.98px) {

}