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: #fff;
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 16px;
  }
}

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 {
  height: 800px;
  background-image: url(../images/top_img.png), url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: 95% top, left top;
}
@media only screen and (max-width: 1680px) {
  header {
    height: 700px;
    background-position: right top, 10% top;
    background-size: 15%, cover;
  }
}
@media only screen and (max-width: 1366px) {
  header {
    height: 600px;
    background-position: right top, 10% top;
    background-size: 15%, cover;
  }
}
@media only screen and (max-width: 1280px) {
  header {
    background-position: right top, 10% top;
    background-size: 15%, cover;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    height: 480px;
    background-position: right top, 10% top;
    background-size: 17%, cover;
  }
}
@media only screen and (max-width: 820px) {
  header {
    height: 400px;
    background-position: right top, 20% top;
    background-size: 120px, cover;
  }
}
@media only screen and (max-width: 600px) {
  header {
    height: 250px;
    background-position: right top, 10% top;
    background-size: 80px, cover;
  }
}
@media only screen and (max-width: 320px) {
  header {
    height: 200px;
    background-position: right top, 10% top;
    background-size: 50px, cover;
  }
}
header h1 {
  height: 480px;
  text-indent: -9999px;
  background-image: url(../images/title_fgs.png), url(../images/title.png);
  background-repeat: no-repeat;
  background-position: 55% 25%, 90% bottom;
}
@media only screen and (max-width: 1680px) {
  header h1 {
    background-size: 400px, 850px;
    background-position: 50% 15%, 90% 65%;
  }
}
@media only screen and (max-width: 1366px) {
  header h1 {
    background-size: 400px, 750px;
    background-position: 60% 15%, 95% 50%;
  }
}
@media only screen and (max-width: 1280px) {
  header h1 {
    background-size: 400px, 750px;
    background-position: 55% 10%, 95% 50%;
  }
}
@media only screen and (max-width: 1024px) {
  header h1 {
    background-size: 400px, 580px;
    background-position: 60% 15%, 85% 40%;
  }
}
@media only screen and (max-width: 820px) {
  header h1 {
    background-size: 300px, 480px;
    background-position: 55% 10%, 90% 30%;
  }
}
@media only screen and (max-width: 600px) {
  header h1 {
    height: 250px;
    background-size: 150px, 260px;
    background-position: 52% 15%, right 35%;
  }
}
@media only screen and (max-width: 320px) {
  header h1 {
    height: 150px;
    background-size: 160px, 220px;
    background-position: 60% 15%, right 50%;
  }
}

article {
  padding-top: 1em;
  padding-bottom: 2em;
  background-color: #3d251b;
  background-image: url(../images/right_flower.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: relative;
}
article .text {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  font-weight: 100;
}
@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 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: #fff;
  width: 100%;
  z-index: 1;
}
article .text h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #e5c7a1;
  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;
  bottom: 60px;
  right: 20px;
}
@media only screen and (max-width: 820px) {
  article .download a img {
    width: 80px;
  }
}
@media only screen and (max-width: 600px) {
  article .download {
    bottom: 10px;
    right: 10px;
  }
}

footer {
  background: #cfa972;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
footer p {
  font-size: 0.75em;
  text-align: center;
  color: #3d251b;
}
@media only screen and (max-width: 600px) {
  footer p {
    font-size: 0.7em;
  }
}

@keyframes download {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */