body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  overflow-x: hidden;
  color: #40200e;
  background-image: url(../images/bg_item01.png), url(../images/bg_item03.png), url(../images/bg_item02.png), url(../images/bg.png);
  background-color: #fff;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: right top, left 350px, 70px top, left top;
  background-size: auto, auto, auto, cover;
}
@media only screen and (max-width: 1480px) {
  body {
    background-size: 500px, 350px, 250px, cover;
    background-position: right top, left 200px, 70px top, left top;
  }
}
@media only screen and (max-width: 1280px) {
  body {
    background-size: 400px, 280px, 250px, cover;
    background-position: right 100px, left 220px, 20px top, left top;
  }
}
@media only screen and (max-width: 820px) {
  body {
    background-size: 300px, 200px, 200px, cover;
    background-position: right top, left 150px, 20px top, left top;
  }
}
@media only screen and (max-width: 600px) {
  body {
    background-size: 170px, 0, 100px, cover;
    background-position: right 20px, left 120px, 20px top, left top;
  }
}
@media only screen and (max-width: 400px) {
  body {
    background-size: 120px, 0, 100px, cover;
    background-position: right 70px, left 120px, 20px top, left top;
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 16px;
    background-size: 120px, 0, 100px, cover;
    background-position: right 40px, left 120px, 20px top, left top;
  }
}

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

body, html {
  height: 100%;
}

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

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

a {
  text-decoration: none;
}

header h1 {
  height: 560px;
  text-indent: -9999px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1480px) {
  header h1 {
    background-size: 800px;
    background-position: 45% 45%;
  }
}
@media only screen and (max-width: 1280px) {
  header h1 {
    height: 500px;
    background-size: 800px;
    background-position: 35% 35%;
  }
}
@media only screen and (max-width: 820px) {
  header h1 {
    height: 350px;
    background-size: 550px;
    background-position: 25% 40%;
  }
}
@media only screen and (max-width: 600px) {
  header h1 {
    height: 180px;
    background-image: url(../images/title_mo.png);
    background-size: 300px;
    background-position: 10% bottom;
  }
}
@media only screen and (max-width: 320px) {
  header h1 {
    height: 150px;
    background-image: url(../images/title_mo.png);
    background-size: 260px;
    background-position: 10% 50%;
  }
}

article {
  background-image: url(../images/bg_item04.png), url(../images/bg_item05.png);
  background-repeat: no-repeat;
  background-position: right 90%, 120px center;
}
@media only screen and (max-width: 1480px) {
  article {
    background-position: right 60%, 30px 20%;
    background-size: 500px, 0;
  }
}
@media only screen and (max-width: 600px) {
  article {
    background: none;
  }
}
article .text_list {
  background: rgba(255, 255, 255, 0.5);
  width: 95%;
  max-width: 1080px;
  margin: 2em auto;
  padding: 1em;
  border-top: 5px solid #eabc4e;
  border-bottom: 5px solid #eabc4e;
  box-sizing: border-box;
}
@media only screen and (max-width: 1480px) {
  article .text_list {
    max-width: 960px;
  }
}
@media only screen and (max-width: 600px) {
  article .text_list {
    padding: 0;
  }
}
article .text {
  width: 95%;
  max-width: 960px;
  margin: auto;
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-weight: 300;
}
@media only screen and (max-width: 820px) {
  article .text {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 600px) {
  article .text {
    flex-direction: column;
    font-size: 1em;
  }
  article .text p {
    padding-left: 0.5em;
    box-sizing: border-box;
  }
}
article .text i {
  font-style: normal;
  font-size: 1em;
  font-weight: 500;
}
article .text h3 {
  width: 180px;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
article .text h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #e5c7a1;
  width: 100%;
  z-index: 1;
}
article .text h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #d19810;
  width: 40%;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  article .text h3 {
    width: fit-content;
    text-align: left;
  }
}
article .text ol {
  padding-left: 1em;
  width: calc(100% - 150px);
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  article .text ol {
    padding-left: 1.5em;
    width: 100%;
  }
}
article .text ol li span {
  display: block;
}
article .download {
  position: fixed;
  top: 70%;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  article .download {
    top: 550px;
  }
}
@media only screen and (max-width: 600px) {
  article .download {
    top: auto;
    bottom: 100px;
    right: 0;
  }
  article .download a img {
    width: 45px;
  }
}

footer {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 20px solid #3d251b;
}
footer p {
  font-size: 0.75em;
  text-align: center;
  color: #897049;
}
@media only screen and (max-width: 600px) {
  footer p {
    font-size: 0.7em;
  }
}/*# sourceMappingURL=style.css.map */