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: #404040;
  background-image: url(../images/bg_footer.png), url(../images/bg_blue.png), url(../images/bg_color.jpg);
  background-repeat: no-repeat;
  background-size: 40%, cover, cover;
  background-position: left bottom, center center, center center;
}
@media only screen and (max-width: 1024px) {
  body {
    background-size: 60%, cover, cover;
  }
}
@media only screen and (max-width: 820px) {
  body {
    background-size: 75%, cover, cover;
  }
}

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;
}

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

a {
  text-decoration: none;
}

header h1 {
  margin-top: 1em;
  padding-top: 1em;
  height: 620px;
  text-indent: -9999px;
  background-image: url(../images/title.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1366px) {
  header h1 {
    margin-top: 0;
    height: 530px;
  }
}
@media only screen and (max-width: 1160px) {
  header h1 {
    height: 900px;
    margin-top: 1.5em;
    background-image: url(../images/mobile_title.png);
    background-position: 55% top;
  }
}
@media only screen and (max-width: 820px) {
  header h1 {
    height: 700px;
  }
}
@media only screen and (max-width: 600px) {
  header h1 {
    height: 400px;
  }
}

article {
  margin-top: -1em;
}
@media only screen and (max-width: 600px) {
  article {
    margin-top: -2em;
  }
}
article .btn_area {
  width: 98%;
  max-width: 1460px;
  box-sizing: border-box;
  margin: 1em auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  article .btn_area {
    margin: 0;
  }
}
article .btn_area a {
  display: block;
  width: 30%;
}
article .btn_area a img {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  article .btn_area a {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  article .btn_area a {
    width: 80%;
    margin: 0;
    margin-top: -1em;
  }
}

footer {
  margin-top: -1em;
  margin-bottom: 1em;
  padding-top: 12em;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1466px) {
  footer {
    padding-top: 8em;
  }
}
@media only screen and (max-width: 1366px) {
  footer {
    padding-top: 6em;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    padding-top: 4em;
    justify-content: center;
  }
}
@media only screen and (max-width: 820px) {
  footer {
    padding-bottom: 4em;
    padding-top: 2em;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    padding-top: 0;
    padding-bottom: 5em;
  }
}
footer img {
  margin: auto;
  display: block;
  width: 95%;
  max-width: 1000px;
}
@media only screen and (max-width: 1466px) {
  footer img {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  footer img {
    padding-bottom: 15em;
  }
}
@media only screen and (max-width: 820px) {
  footer img {
    padding-bottom: 10em;
  }
}
@media only screen and (max-width: 600px) {
  footer p {
    width: 100%;
    height: 320px;
    background-image: url(../images/mobile_footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
  }
  footer p img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */