@charset "UTF-8";
.mainframe {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
}
.mainframe a {
  text-decoration: none;
}
.mainframe img {
  max-width: 100%;
  display: block;
}
.mainframe button {
  background: none;
  border: none;
}
.mainframe button:hover {
  cursor: pointer;
}
.mainframe p, .mainframe a, .mainframe p a, .mainframe p span {
  font-size: 15px;
  font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0;
}
.mainframe h1 {
  font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mainframe .section__top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4vw 4vw 0;
}
@media screen and (max-width: 1200px) {
  .mainframe .section__top {
    padding: 0;
  }
}
.mainframe .section__top img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .mainframe .section__top img.top--db {
    display: none;
  }
}
.mainframe .section__top img.top--dn {
  display: none;
}
@media screen and (max-width: 600px) {
  .mainframe .section__top img.top--dn {
    display: block;
  }
}
.mainframe .section__desc {
  padding: 5rem 3rem 4rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mainframe .section__desc {
    padding: 3rem 2.5rem 2rem;
  }
}
.mainframe .section__desc h1 {
  font-size: 30px;
  margin-bottom: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .mainframe .section__desc h1 {
    font-size: 22.5px;
  }
}
.mainframe .section__desc p {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .mainframe .section__desc p {
    text-align: justify;
  }
}
.mainframe .section__desc p span {
  font-size: 15px;
  letter-spacing: 0.04em;
  display: block;
  line-height: 2.5;
}
@media screen and (max-width: 500px) {
  .mainframe .section__desc p span {
    display: inline;
    font-size: 12.75px;
  }
}
.mainframe .section__desc p.special {
  display: inline-block;
  padding: 0.7rem 1rem;
  color: #FFFFFF;
  background-color: #651018;
  font-size: 17.25px;
  margin-top: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 500px) {
  .mainframe .section__desc p.special {
    width: calc(100% - 2rem);
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .mainframe .section__desc p.special {
    width: calc(100% - 1.5rem);
    padding: 0.7rem 0.75rem;
    font-size: 12.75px;
  }
}
.mainframe .section__desc p.special2 {
  text-align: center;
  margin-top: 0.5rem;
}
.mainframe .section__desc p.special2 span {
  color: #651018;
  font-size: 12.75px;
  line-height: 1.5;
}
.mainframe .section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem auto 8rem;
}
@media screen and (max-width: 400px) {
  .mainframe .section__more {
    margin: 6rem auto 8rem;
  }
}
.mainframe .section__more .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.2rem 3rem 1rem;
}
.mainframe .section__more .button:after {
  content: "→";
  margin-left: 0.5rem;
  top: 1px;
  position: relative;
}
.mainframe .section__more .button:hover {
  transform: translateX(3px);
}
.mainframe .sep {
  margin: 6rem auto;
  margin-top: 15rem;
}
.mainframe .sep span {
  margin: 0 auto;
  height: 2px;
  width: 80px;
  background-color: #EFEFEF;
  transform: rotate(30deg);
  display: block;
}

/*# sourceMappingURL=style.css.map */
