.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: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

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

.videoBlock {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}
.videoBlock .videoArea {
  width: 100%;
  font-size: 0;
  position: relative;
}
.videoBlock .videoArea video {
  height: 100%;
}
.videoBlock .videoArea video source {
  width: 100%;
  height: 100%;
}
.videoBlock .soundControl {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #E0DFC6;
  z-index: 9999;
}
.videoBlock .soundControl .soundBtn {
  font-size: 14px;
  color: #E0DFC6;
  font-weight: bold;
  cursor: pointer;
}
.videoBlock .soundControl .sound1, .videoBlock .soundControl .sound2 {
  display: none;
}

.bannerArea {
  overflow: hidden;
  background: #005d57;
}
@media (max-width: 991px) {
  .bannerArea {
    margin-top: -2px;
  }
}
.bannerArea::before {
  content: "";
  width: 100%;
  height: 19%;
  background: #db7b38;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .bannerArea::before {
    height: 21%;
  }
}
.bannerArea .stage .layer {
  background-position: bottom;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerArea .bannerBox .Txt {
  text-align: center;
  font-family: "Noto Serif TC", serif;
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt {
    margin-bottom: 37%;
  }
}
.bannerArea .bannerBox .Txt h2 {
  font-size: calc(5px + 2.8vw);
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: calc(14px + 2.8vw);
    letter-spacing: 1px;
  }
}
.bannerArea .bannerBox .Txt span {
  color: #db7b38;
  font-weight: 600;
  font-size: calc(5px + 2.4vw);
  display: inline-block;
  margin: 4% 0 8% 0;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt span {
    font-size: calc(14px + 2.4vw);
    margin: 1% 0 7% 0;
  }
}
.bannerArea .bannerBox .Txt h3 {
  color: #fff;
  font-size: calc(5px + 2vw);
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 {
    font-size: calc(10px + 2.2vw);
    letter-spacing: 1px;
  }
}
.bannerArea .bannerBox .Txt h3 small {
  color: rgba(219, 124, 56, 0.9019607843);
}

.contentBox {
  position: absolute;
  width: 100%;
}

.Txt {
  z-index: 3;
}
.Txt h2 {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  font-size: calc(1px + 1.7vw);
  letter-spacing: 0.1vw;
  margin-bottom: 1.5;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: calc(6px + 3vw);
    letter-spacing: 0.1vw;
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .Txt h2 br {
    display: none;
  }
}
.Txt p {
  letter-spacing: 0.05vw;
  line-height: 2;
}
@media (max-width: 991px) {
  .Txt p {
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  .Txt p br {
    display: none;
  }
}

.decoTxt {
  color: #fff;
  font-size: calc(1px + 1.3vw);
  letter-spacing: 0.25vw;
  line-height: 1.8;
  position: absolute;
  z-index: 3;
}
@media (max-width: 991px) {
  .decoTxt {
    font-size: calc(1px + 3.5vw);
    letter-spacing: 0.5vw;
  }
}

.pageGroup {
  overflow: hidden;
}
@media (max-width: 991px) {
  .pageGroup .Img .innerImg {
    padding-top: 177%;
  }
}

.page img {
  width: 100%;
}
.page .TxtBox::after, .page .TxtBox::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
}
.page .TxtBox .Txt {
  display: flex;
  flex-direction: column;
}
.page .TxtBox .Txt h2 {
  margin-bottom: 1%;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt h2 {
    margin-bottom: 15%;
  }
}
.page .TxtBox .Txt p {
  color: #fff;
}
.page .TxtBox .Txt::after, .page .TxtBox .Txt::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.page01 .contentBox {
  top: 20%;
  left: 10%;
}
@media (max-width: 991px) {
  .page01 .contentBox {
    left: 15%;
    top: 25%;
  }
}
.page01 .TxtBox::before {
  width: 9%;
  height: 96%;
  top: -24%;
  left: -3%;
}
@media (max-width: 991px) {
  .page01 .TxtBox::before {
    width: 25%;
    height: 29%;
    top: -6%;
    left: -9%;
  }
}
.page01 .TxtBox::after {
  width: 8%;
  height: 128%;
  top: -24%;
  left: 6%;
}
@media (max-width: 991px) {
  .page01 .TxtBox::after {
    width: 24%;
    height: 44%;
    top: -6%;
    left: 16%;
  }
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt h2 span {
    padding-left: 37%;
  }
}
.page01 .TxtBox .Txt p {
  margin-left: 9.3%;
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt p {
    margin-left: 37%;
  }
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt p span {
    display: none;
  }
}
.page01 .TxtBox .Txt::after {
  width: 22.7%;
  height: 150%;
  top: -46%;
  left: 14%;
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt::after {
    width: 25%;
    height: 48%;
    top: -10%;
    left: 40%;
  }
}
.page01 .TxtBox .Txt::before {
  width: 8.5%;
  height: 77%;
  top: 27%;
  left: 36.7%;
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt::before {
    width: 13%;
    height: 27%;
    top: 11%;
    left: 65%;
  }
}
.page01 .decoTxt {
  bottom: 28%;
  right: 17%;
}
@media (max-width: 991px) {
  .page01 .decoTxt {
    bottom: 6%;
    right: auto;
    left: 14%;
  }
}

.page02 .contentBox {
  top: 73%;
  left: 9%;
}
@media (max-width: 991px) {
  .page02 .contentBox {
    left: 14%;
    top: 19%;
  }
}
.page02 .TxtBox::before {
  width: 9%;
  height: 96%;
  top: -24%;
  left: -3%;
}
@media (max-width: 991px) {
  .page02 .TxtBox::before {
    width: 38%;
    height: 10%;
    top: 75%;
    left: -7%;
  }
}
.page02 .TxtBox::after {
  width: 30.7%;
  height: 126%;
  top: -24%;
  left: 6%;
}
@media (max-width: 991px) {
  .page02 .TxtBox::after {
    width: 33%;
    height: 16%;
    top: 75%;
    left: 31%;
  }
}
@media (max-width: 991px) {
  .page02 .TxtBox .Txt {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .page02 .TxtBox .Txt h2 span {
    padding-left: 44%;
  }
}
.page02 .TxtBox .Txt p {
  margin-left: 9.3%;
}
@media (max-width: 991px) {
  .page02 .TxtBox .Txt p {
    margin-left: 35%;
    margin-bottom: 87%;
  }
}
@media (max-width: 991px) {
  .page02 .TxtBox .Txt p span {
    display: none;
  }
}
.page02 .TxtBox .Txt::before {
  width: 11%;
  height: 70%;
  top: 32%;
  left: 36.7%;
}
@media (max-width: 991px) {
  .page02 .TxtBox .Txt::before {
    width: 9%;
    height: 10%;
    top: 81%;
    left: 64%;
  }
}
@media (max-width: 991px) {
  .page02 .TxtBox .Txt::after {
    width: 5%;
    height: 1%;
    top: 81%;
    left: 73%;
  }
}
.page02 .decoTxt {
  bottom: 33%;
  right: 13%;
}
@media (max-width: 991px) {
  .page02 .decoTxt {
    bottom: 49%;
    right: 28%;
  }
}

.page03 .contentBox {
  top: 43%;
  left: 19%;
}
@media (max-width: 991px) {
  .page03 .contentBox {
    left: 19%;
    top: 20%;
  }
}
.page03 .TxtBox::before {
  width: 9%;
  height: 37%;
  top: -8%;
  left: -2%;
}
@media (max-width: 991px) {
  .page03 .TxtBox::before {
    width: 17%;
    height: 32%;
    top: -8%;
    left: -9%;
  }
}
.page03 .TxtBox::after {
  width: 5%;
  height: 57%;
  top: -8%;
  left: 7%;
}
@media (max-width: 991px) {
  .page03 .TxtBox::after {
    width: 32%;
    height: 48%;
    top: -8%;
    left: 8%;
  }
}
.page03 .TxtBox .Txt h2 {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt h2 {
    margin-bottom: 13%;
  }
}
.page03 .TxtBox .Txt h2 span {
  padding-left: 9%;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt h2 span {
    padding-left: 14%;
  }
}
.page03 .TxtBox .Txt p {
  margin-right: 68%;
  margin-top: 2%;
  color: #000;
  text-align: center;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt p {
    margin-left: -39%;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt p span {
    display: none;
  }
}
.page03 .TxtBox .Txt::before {
  width: 18%;
  height: 35%;
  top: 14%;
  left: 12%;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt::before {
    width: 31%;
    height: 32%;
    top: 8%;
    left: 40%;
  }
}
.page03 .decoTxt {
  bottom: 34%;
  right: 12%;
}
@media (max-width: 991px) {
  .page03 .decoTxt {
    bottom: 9%;
    right: auto;
    left: 18%;
  }
}

.page04 .contentBox {
  top: 36%;
  left: 58%;
}
@media (max-width: 991px) {
  .page04 .contentBox {
    left: 15%;
    top: 29%;
  }
}
.page04 .TxtBox::before {
  width: 6%;
  height: 50%;
  top: -10%;
  left: -2%;
}
@media (max-width: 991px) {
  .page04 .TxtBox::before {
    width: 15%;
    height: 25%;
    top: 43%;
    left: -6%;
  }
}
.page04 .TxtBox::after {
  width: 15%;
  height: 75%;
  top: -10%;
  left: 4%;
}
@media (max-width: 991px) {
  .page04 .TxtBox::after {
    width: 34%;
    height: 39%;
    top: 43%;
    left: 9%;
  }
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt {
    flex-direction: column-reverse;
  }
}
.page04 .TxtBox .Txt h2 {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt h2 {
    margin-bottom: 13%;
  }
}
.page04 .TxtBox .Txt h2 span {
  padding-left: 7%;
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt h2 span {
    padding-left: 14.5%;
  }
}
.page04 .TxtBox .Txt p {
  margin-left: -155%;
  margin-top: -1%;
  color: #000;
  text-align: center;
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt p {
    margin-left: 37%;
    margin-bottom: 7%;
    margin-top: 0;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt p span {
    display: none;
  }
}
.page04 .TxtBox .Txt::before {
  width: 14%;
  height: 49%;
  top: 16%;
  left: 19%;
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt::before {
    width: 38%;
    height: 26%;
    top: 56%;
    left: 43%;
  }
}
.page04 .TxtBox .Txt::after {
  width: 5.5%;
  height: 7%;
  top: 16%;
  left: 33%;
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt::after {
    width: 5%;
    height: 5%;
    top: 56%;
    left: 81%;
  }
}
.page04 .decoTxt {
  bottom: 28%;
  right: 14%;
}
@media (max-width: 991px) {
  .page04 .decoTxt {
    bottom: auto;
    top: 18%;
    right: 25%;
  }
}

.page05 img {
  width: 100%;
}
.page05 .contentBox {
  top: 30%;
  left: 0;
}
@media (max-width: 991px) {
  .page05 .contentBox {
    top: 25%;
  }
}
.page05 .contentBox .Txt {
  text-align: center;
}
.page05 .contentBox .Txt h2 {
  color: #005d57;
  font-size: calc(5px + 2vw);
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 2%;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .page05 .contentBox .Txt h2 {
    font-size: calc(16px + 2.2vw);
    margin-bottom: 5%;
  }
}
@media (max-width: 991px) {
  .page05 .contentBox .Txt p span {
    display: none;
  }
}
.page05 .decoTxt {
  top: 58%;
  right: 35%;
}
@media (max-width: 991px) {
  .page05 .decoTxt {
    top: 73%;
    right: auto;
    left: 25%;
  }
}

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

[data-aos=custom-zoom-out].aos-animate {
  transform: scale(1);
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translateY(30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-up].aos-animate {
  transform: translateY(0);
  opacity: 1;
}

[data-aos=fade-down] {
  transform: translateY(-30px);
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=fade-down].aos-animate {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */