@charset "UTF-8";
body {
  margin: 0;
}

.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: "Inter", "Noto Sans TC", Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .mainframe p, .mainframe a, .mainframe p a, .mainframe p span {
    font-size: 0.95em;
  }
}
.mainframe .text {
  padding: 0 2rem;
  line-height: 2.5;
}
.mainframe h1 {
  font-family: "Inter", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.75em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .mainframe h1 {
    font-size: 1.4em;
  }
}
.mainframe .section__top {
  padding: 4vw 4vw 6rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .mainframe .section__top {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 600px) {
  .mainframe .section__top {
    padding: 0 0 4rem 0;
  }
}
.mainframe .section__top img {
  width: 100%;
  margin-bottom: 2rem;
}
@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__about {
  background-color: #F1F3FA;
  padding: 6rem 0;
}
@media screen and (max-width: 600px) {
  .mainframe .section__about {
    padding: 0 0 4rem 0;
  }
}
.mainframe .section__about:nth-child(2) {
  padding: 6rem 0 0 0;
}
@media screen and (max-width: 600px) {
  .mainframe .section__about:nth-child(2) {
    padding: 0 0 4rem 0;
  }
}
.mainframe .section__about .inner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .mainframe .section__about .inner {
    width: 100%;
  }
}
.mainframe .section__about .inner .panel {
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .mainframe .section__about .inner .panel {
    width: 90%;
    margin: 2rem auto;
  }
}
.mainframe .section__about .inner .panel img {
  width: calc(50% - 0.4rem);
  padding: 0.2rem;
}
@media screen and (max-width: 600px) {
  .mainframe .section__about .inner .panel img {
    width: 100%;
  }
}
.mainframe .section__about .inner .info .room {
  width: 75%;
  margin: 0 auto 2rem;
  text-align: center;
}
.mainframe .section__about .inner .info .room:first-child {
  margin: 2rem auto 3rem;
}
.mainframe .section__about .inner .info .room p {
  margin-top: 1rem;
}
.mainframe .section__about .inner .special {
  background-color: #DDE1EC;
  border-radius: 40px;
  width: 60%;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 3rem 4rem;
}
@media screen and (max-width: 800px) {
  .mainframe .section__about .inner .special {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .mainframe .section__about .inner .special {
    padding: 2rem 2rem 4rem;
  }
}
.mainframe .section__about .inner .special ul {
  padding: 0;
}
.mainframe .section__about .inner .special ul li {
  line-height: 2.5;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .mainframe .section__about .inner .special ul li {
    font-size: 0.95em;
  }
}
.mainframe .section__about .inner .special .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: #333333;
  color: #FFFFFF;
  padding: 1.5rem 3rem;
  margin-top: 2rem;
}
.mainframe .section__about .inner .special .button:after {
  content: "→";
  margin-left: 0.5rem;
  top: 1px;
  position: relative;
}
.mainframe .section__about .inner .special .button:hover {
  transform: translateX(3px);
}
.mainframe .section__final {
  padding: 6rem 0;
}
.mainframe .section__final a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .mainframe .section__final a {
    max-width: 170px;
  }
}
.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 */
