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