/* —————————————————————————————————————————————————— */
/* —————————— 超小螢幕設備 (手機，小於 768px) —————————— */
/* —————————————————————————————————————————————————— */
body, html {
    color: #403f3f;
    font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
    vertical-align: baseline;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:focus,
a:active {
    color: white;
    text-decoration: none;
}

/* —————————————————————————————————————————————————— */
/* ———————— 小螢幕設備 (平板，768px（含）以上) ————————— */
/* —————————————————————————————————————————————————— */
@media (min-width: 768px) {
}

/* —————————————————————————————————————————————————— */
/* ——————— 中螢幕設備 (一般桌面，992px（含）以上) ——————— */
/* —————————————————————————————————————————————————— */
@media (min-width: 992px) {
}

/* —————————————————————————————————————————————————— */
/* —————— 大螢幕設備 (大型桌面，1200px（含）以上) ——————— */
/* —————————————————————————————————————————————————— */
@media (min-width: 1200px) {
}