@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("font/Font_Awesome_5/fa-brands-400.woff") format("woff");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("font/Font_Awesome_5/fa-regular-400.woff") format("woff");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("font/Font_Awesome_5/fa-solid-900.woff") format("woff");
}

html, body { position: relative; font: 16px 'Noto Sans TC', sans-serif; margin: 0; padding: 0; }
img, iframe { border:0; height: auto; max-width: 100%; }
ol, ul, li { margin: 0; padding: 0; list-style-type: none; }
a { color: #fff; transition: .28s linear; text-decoration:none; }
a:hover { color: #b37d35;}
input, a:active, a:focus{ outline: none; }
