
/* Reset ===================================================================== */

img { max-width: 100%; height: auto; }
a { transition: all 0.3s ease-in-out; word-break: break-word; }
a, a:hover, a:active, a:visited, a:focus { color: #000;}
a:hover { text-decoration: none; }
* { outline: 0; box-sizing: border-box; font-family: "Noto Sans TC", "Outfit", Arial, Helvetica, sans-serif; }


p, td, li, label {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans TC", "Outfit", Arial, Helvetica, sans-serif;
}

/* ===================================================================== Reset */