.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.stage .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slogan {
  position: absolute;
  opacity: 0;
}

.bannerArea {
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
  }
}
.bannerArea .bannerBox {
  min-height: 80vh;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 8% 0 37% 0;
  }
}
.bannerArea .bannerBox .Txt {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt {
    display: block;
    text-align: center;
  }
}
.bannerArea .bannerBox .logo {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: 7%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 250px;
    margin-right: auto;
  }
}
.bannerArea .bannerBox .number {
  font-size: 5.4rem;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .number {
    font-size: 5.3rem;
    margin-top: -10px;
  }
}
.bannerArea .bannerBox b {
  color: #b9d0df;
  font-weight: 700;
  letter-spacing: 8px;
  margin-right: 7%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox b {
    margin-right: 0;
    display: block;
    font-size: 4rem;
  }
}
.bannerArea .bannerBox h2 {
  font-weight: 700;
  letter-spacing: 30px;
  padding: 6px 5px 9px 13px;
  margin-bottom: 0;
  margin-top: 7px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h2 {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    width: 247px;
    margin: -3px auto 5px auto;
    padding: 5px 10px;
    font-size: 2.2rem;
    letter-spacing: 0;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    border: 1px solid #fff;
  }
}
.bannerArea .bannerBox h2::after {
  content: "";
  width: 94%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h2::after {
    width: 0;
  }
}
.bannerArea .bannerBox h2::before {
  content: "";
  width: 94%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h2::before {
    width: 0;
  }
}
.bannerArea .bannerBox .subTitle {
  display: flex;
  align-items: end;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTitle {
    justify-content: center;
    margin-left: -10px;
  }
}
.bannerArea .bannerBox h3 {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h3 {
    font-size: 2.2rem;
    justify-content: center;
  }
}
.bannerArea .bannerBox h3 b {
  letter-spacing: 3px;
  display: flex;
  align-items: center;
}
.bannerArea .bannerBox h3 span {
  color: #fff;
  margin-left: -13px;
  margin-top: 11px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h3 span {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h3 .display-4 {
    font-size: 3.8rem;
  }
}
.bannerArea .bannerBox .subTxt {
  margin-top: 19px;
  margin-left: 4.6rem;
  letter-spacing: 5px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt {
    margin-left: -7px;
    letter-spacing: 0;
    margin-top: 0;
  }
}
.bannerArea .bannerBox small {
  writing-mode: vertical-lr;
  font-size: 1.6rem;
  margin: 0px 1px 7px 0;
  letter-spacing: 2px;
  font-weight: 700;
}

.Txt {
  letter-spacing: 1px;
}
.Txt h3 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  color: #246187;
  line-height: 1.3;
}

.page01 {
  overflow: hidden;
}
.page01 .Txt {
  z-index: 5;
  padding-left: 14%;
  padding-top: 30%;
}
@media (max-width: 991px) {
  .page01 .Txt {
    padding-left: 0;
    text-align: center;
    padding-top: 25%;
  }
}
.page01 .Txt h3 {
  margin-bottom: 2rem;
  color: #fff;
}
@media (max-width: 991px) {
  .page01 .Txt h3 {
    color: #246187;
  }
}
.page01 .Txt p {
  color: #fff;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .page01 .Txt p {
    color: #333;
  }
}

.page02, .page03 {
  overflow: hidden;
}
.page02 .Txt, .page03 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page02 .Txt, .page03 .Txt {
    padding: 4rem 0 3rem 0;
  }
}
.page02 .Txt h3, .page03 .Txt h3 {
  padding-bottom: 2rem;
  font-size: 2rem;
}
@media (max-width: 1500px) {
  .page02 .Txt h3, .page03 .Txt h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .page02 .Txt h3, .page03 .Txt h3 {
    font-size: 1.5rem;
  }
}
.page02 .Txt h3::after, .page03 .Txt h3::after {
  content: "";
  width: 64px;
  height: 120px;
  background-image: url(../images/img/deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page02 .Txt h3::after, .page03 .Txt h3::after {
    width: 54px;
    height: 110px;
    top: -0.9rem;
  }
}
.page02 .Txt small, .page03 .Txt small {
  color: #898989;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0;
  font-size: 12px;
}
@media (max-width: 1500px) {
  .page02 .Txt small, .page03 .Txt small {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page02 .Txt small, .page03 .Txt small {
    font-size: 8px;
  }
}

.page04 {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */