.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;
}

.Txt h2, .Txt h3 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: 1.2rem;
  }
}
.Txt .font-EN {
  font-family: "Noto Serif TC", serif;
  margin-top: 1.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 991px) {
  .Txt .font-EN {
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.Txt p {
  color: #565554;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}

.bannerArea {
  min-height: 100vh;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
  }
}
.bannerArea .slogan {
  position: absolute;
  opacity: 0;
}
.bannerArea .bannerBox {
  min-height: 80vh;
  align-items: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 73% 0;
    justify-content: end;
  }
}
.bannerArea .decoTxt {
  font-family: "Noto Serif TC", serif;
  color: #fff;
  position: absolute;
  right: 9%;
  bottom: 33%;
  letter-spacing: 0.1rem;
}
@media (max-width: 991px) {
  .bannerArea .decoTxt {
    font-size: 1.2rem;
    right: 5%;
    bottom: 17%;
  }
}

.page01 .Txt {
  padding-top: 5%;
  z-index: 3;
}
@media (max-width: 991px) {
  .page01 .Txt {
    padding-top: 25%;
  }
}

.page02 {
  padding: 7% 0 3% 0;
}
@media (max-width: 991px) {
  .page02 {
    padding: 15% 0;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .page02 .Txt .font-EN {
    margin-bottom: 45%;
  }
}
.page02 .Txt h2 {
  color: #e6483f;
}
.page02 .Txt small {
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .page02 .Txt small {
    font-size: 0.7rem;
  }
}
.page02 .imgSlick2 {
  margin: 7% 0;
}
@media (max-width: 991px) {
  .page02 .imgSlick2 {
    margin: 10% 0;
    margin-right: 5%;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .page02 .imgSlick2:after {
    content: "";
    width: 60px;
    height: 60px;
    background: #e6483f;
    position: absolute;
    top: -9%;
    right: -6%;
    z-index: -1;
  }
}
.page02 .imgSlick2 .item {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .page02 .imgSlick2 .item {
    padding: 0;
  }
}
.page02 .imgSlick2 .Img .innerImg {
  padding-top: 60%;
}
@media (max-width: 991px) {
  .page02 .imgSlick2:last-child {
    margin: 25% 0 0 5%;
  }
}
@media (max-width: 991px) {
  .page02 .imgSlick2:last-child:after {
    left: -6%;
    right: auto;
  }
}

.page03 .Txt {
  z-index: 3;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .page03 .Txt {
    padding-top: 25%;
  }
}
@media (max-width: 991px) {
  .page03 .Img .innerImg {
    padding-top: 170%;
  }
}

.page04, .page06 {
  margin-top: -7px;
  background: #225c5e;
}
.page04 .imgSlick, .page06 .imgSlick {
  z-index: 3;
}
.page04 .Img .innerImg, .page06 .Img .innerImg {
  padding-top: 62%;
}
.page04 .Txt, .page06 .Txt {
  z-index: 2;
}
@media (max-width: 991px) {
  .page04 .Txt, .page06 .Txt {
    padding: 30% 0;
  }
}
@media (max-width: 767px) {
  .page04 .Txt, .page06 .Txt {
    padding: 22% 0;
  }
}
@media (max-width: 391px) {
  .page04 .Txt, .page06 .Txt {
    padding: 21.5% 0;
  }
}
@media (max-width: 376px) {
  .page04 .Txt, .page06 .Txt {
    padding: 21% 0;
  }
}
.page04 .row::after, .page06 .row::after {
  content: "";
  background-image: url(../images/img/page04-txtBg.png);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .page04 .row::after, .page06 .row::after {
    background-image: url(../images/img/page04-txtBg-m.png);
    background-position: top;
  }
}

.page05 {
  margin-top: -6px;
  padding: 5% 0 4% 0;
  background: #fff;
  z-index: 5;
}
@media (max-width: 991px) {
  .page05 {
    padding: 10% 0 0 0;
  }
}
.page05 .Txt {
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page05 .Txt {
    margin-bottom: 10%;
  }
}
.page05 .Txt h2 {
  color: #b08046;
}
.page05 .item {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .page05 .item {
    padding: 0;
  }
}
.page05 .item .Img .innerImg {
  padding-top: 61%;
}

@media (max-width: 991px) {
  .page06 {
    margin-top: -7px;
    z-index: 15;
  }
}
.page06 .infoTxt {
  text-align: center;
  color: #fff;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .page06 .infoTxt {
    font-size: 0.9rem;
    padding-bottom: 1rem;
  }
}
.page06 .Txt {
  z-index: 2;
}
@media (max-width: 991px) {
  .page06 .Txt {
    padding: 20% 0;
  }
}
@media (max-width: 767px) {
  .page06 .Txt {
    padding: 13% 0;
  }
}
.page06 .Img .innerImg {
  padding-top: 88%;
}
.page06 .row::after {
  content: "";
  background-image: url(../images/img/page06-txtBg.png);
  background-position: right;
}
@media (max-width: 991px) {
  .page06 .row::after {
    background-image: url(../images/img/page06-txtBg-m.png);
    background-position: top;
  }
}

.page07 {
  padding: 15% 0 30% 0;
}
@media (max-width: 991px) {
  .page07 {
    padding: 30% 0 50% 5%;
  }
}
.page07 .Txt h2, .page07 .Txt h3 {
  color: #eb6056;
}
.page07 .Txt h3 {
  text-align: right;
  line-height: 1.5;
  align-self: end;
  margin-left: 15%;
  letter-spacing: 0.3rem;
}
@media (max-width: 1599px) {
  .page07 .Txt h3 {
    margin-left: 10%;
  }
}
@media (max-width: 991px) {
  .page07 .Txt h3 {
    text-align: left;
    margin-left: 0;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}
.page07 .Txt h5 {
  line-height: 2;
  letter-spacing: 0.1rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .page07 .Txt h5 {
    font-size: 0.9rem;
    padding-bottom: 100px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page07 .Txt h5::after {
    content: "";
    width: 1px;
    height: 100px;
    background: #231815;
    position: absolute;
    left: 3px;
    bottom: 0;
  }
}
.page07 .decoTxt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  position: absolute;
  bottom: 17%;
  left: 7%;
}
@media (max-width: 991px) {
  .page07 .decoTxt {
    font-size: 1.3rem;
    bottom: 13%;
    letter-spacing: 0.3rem;
  }
}/*# sourceMappingURL=style.css.map */