body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #4f483d;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  list-style: none;
  padding-left: 1.5em;
}

input[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

h2, .txt, h3 {
  width: 96%;
  max-width: 1280px;
  margin: auto;
}

h2 {
  font-weight: 800;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  font-size: 1.75em;
}

.txt {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

h3 {
  border-bottom: 2px solid #90462b;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: #90462b;
  font-weight: 800;
  font-size: 1.2em;
}

ul li {
  list-style: inside decimal;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

ol li {
  list-style: inside disc;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}/*# sourceMappingURL=style.css.map */