.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1137254902);
}
@media (max-width: 991px) {
  .stage {
    height: 99.5%;
  }
}
.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;
}

.videoArea {
  overflow: hidden;
}
.videoArea .videoBox {
  padding: 25% 0;
  align-items: center;
  z-index: 2;
  text-align: center;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991px) {
  .videoArea .videoBox {
    min-height: 0;
    padding: 69% 0;
  }
}
.videoArea .videoBox h2 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.382);
  margin-bottom: 2rem;
  font-size: calc(1.2rem + 0.9vw);
  letter-spacing: 8px;
}
@media (max-width: 991px) {
  .videoArea .videoBox h2 {
    letter-spacing: 5px;
  }
}
.videoArea .videoBox h3 {
  font-size: calc(0.8rem + 0.7vw);
  letter-spacing: 6px;
  color: rgba(255, 255, 255, 0.9098039216);
}
@media (max-width: 991px) {
  .videoArea .videoBox h3 {
    font-size: calc(1rem + 0.6vw);
    letter-spacing: 3px;
    line-height: 1.8;
  }
}

.page {
  background: #833625;
  padding: 8% 7%;
}
@media (max-width: 991px) {
  .page {
    margin-top: -5px;
    padding: 15% 5%;
  }
}
.page .Txt h2 {
  font-family: "Noto Serif TC", serif;
  color: #d3bfa5;
  letter-spacing: 5px;
  font-size: calc(1rem + 0.9vw);
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: calc(1.2rem + 0.9vw);
    letter-spacing: 3px;
  }
}
.page .Txt p {
  font-size: calc(3px + 0.8vw);
  color: rgba(255, 255, 255, 0.7921568627);
  letter-spacing: 1px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .page .Txt p {
    font-size: calc(11px + 0.8vw);
  }
}
.page .subTxt {
  border-top: 1px solid rgba(211, 191, 165, 0.5803921569);
  border-bottom: 1px solid rgba(211, 191, 165, 0.5803921569);
  padding: 10% 0;
  margin-top: 10%;
}
@media (max-width: 991px) {
  .page .subTxt {
    margin: 1.5rem 0;
  }
}
.page .subTxt .titleBox {
  display: flex;
  justify-content: space-between;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .page .subTxt .titleBox {
    margin-bottom: 1rem;
  }
}
.page .subTxt .titleBox h3 {
  color: #d3bfa5;
  letter-spacing: 2px;
  font-size: calc(0.9rem + 0.4vw);
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .page .subTxt .titleBox h3 {
    font-size: calc(1rem + 0.4vw);
  }
}
.page .subTxt .titleBox .area {
  text-align: right;
}
.page .subTxt .titleBox .area b {
  font-family: "Cinzel", serif;
  color: rgba(255, 255, 255, 0.7921568627);
  font-weight: 400;
  line-height: 1;
  font-size: calc(1rem + 0.8vw);
}
.page .subTxt .titleBox .area h4 {
  color: #fff;
  font-size: calc(0.9rem + 0.2vw);
  letter-spacing: 2px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .page .subTxt .titleBox .area h4 {
    margin-top: 5px;
  }
}
.page .subTxt .workBox {
  display: flex;
  justify-content: space-between;
}
.page .subTxt ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.page .subTxt ul li {
  font-size: calc(2px + 0.7vw);
  color: rgba(255, 255, 255, 0.7921568627);
  letter-spacing: 1px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .page .subTxt ul li {
    font-size: calc(9px + 0.7vw);
  }
}
.page .subTxt ul li span {
  margin-right: 10px;
}

[data-aos=custom-zoom-out] {
  transform: scale(1.1);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 3s ease, opacity 3s ease !important;
}

[data-aos=custom-zoom-out].aos-animate {
  transform: scale(1);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */