.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;
}
.stage .bgSize-contain {
  background-size: contain;
}

.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;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 40% 0 65% 0;
  }
}
.bannerArea .bannerBox .logo {
  width: 20%;
  display: block;
  margin: 0 auto 4% auto;
}
@media (max-width: 1500px) {
  .bannerArea .bannerBox .logo {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 230px;
    margin-bottom: 18%;
  }
}
.bannerArea .bannerBox h2 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  color: #dbccb4;
  text-align: center;
  letter-spacing: 1px;
  font-size: calc(1.325rem + 0.9vw);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h2 {
    font-size: 1.4rem;
  }
}
.bannerArea .bannerBox h2 span {
  font-weight: 400;
  font-size: calc(1.625rem + 0.9vw);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h2 span {
    font-size: 1.6rem;
  }
}
.bannerArea .bannerBox h2:last-child {
  letter-spacing: 1.5px;
}

.page .Txt h2 {
  font-family: "Noto Serif TC", serif;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: 1.7rem;
  }
}
.page .Txt h2 span {
  font-size: 2.2rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .page .Txt h2 span {
    font-size: 1.9rem;
  }
}
.page .Txt h2 b {
  font-weight: 400;
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  .page .Txt h2 b {
    font-size: 2.5rem;
  }
}
.page .Txt p {
  line-height: 2;
}
@media (max-width: 991px) {
  .page .Txt p {
    line-height: 1.7;
  }
}

.page01 {
  padding-top: 10%;
  background: #3674b2;
}
@media (max-width: 1500px) {
  .page01 {
    padding-top: 15%;
  }
}
@media (max-width: 991px) {
  .page01 {
    padding-top: 30%;
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .page01 {
    padding-top: 65%;
  }
}
.page01 .TxtBox {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
.page01 .TxtBox .Txt {
  text-align: center;
  color: #fff;
}
.page01 .Img .innerImg {
  padding-top: 56%;
}
.page01 .infoImg {
  text-align: right;
  padding-right: 2%;
}
.page01 .infoImg::after {
  content: "";
  width: 12%;
  height: 800%;
  background-image: url(../images/img/deco-pic-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -110%;
  right: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .page01 .infoImg::after {
    width: 108px;
    height: 70px;
    top: -10px;
  }
}

.page02,
.page03 {
  padding: 5% 7%;
}
@media (max-width: 991px) {
  .page02,
  .page03 {
    padding: 15% 0;
  }
}
.page02 .Txt h2,
.page03 .Txt h2 {
  color: #00393a;
}
.page02 .infoImg.gray,
.page03 .infoImg.gray {
  text-align: right;
  color: #4d4d4d;
  text-shadow: 0 0 0;
  bottom: 0;
}

.page02 {
  background: #e9e9e9;
}
.page02 .Txt .title {
  background: #e9e9e9;
  padding-bottom: 2rem;
  z-index: 2;
}
.page02 .Txt .title h2 {
  margin-bottom: 0;
}
.page02 .topBox {
  align-items: end;
}
@media (max-width: 991px) {
  .page02 .topBox {
    padding-left: 5%;
  }
}
.page02 .topBox::after {
  content: "";
  width: 1px;
  height: 99%;
  background: #00393a;
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .page02 .topBox::after {
    left: 4rem;
  }
}
.page02 .topBox .Txt p {
  padding-left: 2rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page02 .topBox .Txt p {
    padding-left: 3rem;
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .page02 .topBox .imgBox {
    padding-right: 0;
    z-index: 2;
  }
}
.page02 .topBox .imgBox .Img .innerImg {
  padding-top: 45%;
}
@media (max-width: 991px) {
  .page02 .topBox .imgBox .Img .innerImg {
    padding-top: 50%;
  }
}
.page02 .bottomBox {
  margin-top: 7%;
  overflow: hidden;
}
.page02 .bottomBox .Txt h2 {
  text-align: right;
}
.page02 .bottomBox .Txt img {
  width: 100%;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .page02 .bottomBox .Txt img {
    width: 145%;
    margin-left: -30%;
  }
}
@media (max-width: 991px) {
  .page02 .bottomBox .imgBox {
    padding-left: 0;
    padding-right: 20%;
    margin-bottom: 7%;
  }
}
.page02 .bottomBox .imgBox .Img .innerImg {
  padding-top: 65%;
}
@media (max-width: 991px) {
  .page02 .bottomBox .imgBox .Img .innerImg {
    padding-top: 70%;
  }
}

.page03 {
  background: #cfded9;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page03 {
    padding-bottom: 25%;
  }
}
@media (max-width: 991px) {
  .page03 .Txt {
    padding-left: 5%;
  }
}
.page03 .Txt h2 {
  color: #00393a;
}
.page03 img {
  width: 100%;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .page03 img {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page03 .bottomBox {
    padding: 0;
  }
}
.page03 .bottomBox .video-1 {
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .page03 .bottomBox .video-1 {
    margin-top: 10%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .page03 .bottomBox .video-1 .infoImg {
    padding-left: 2%;
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .page03 .bottomBox .video-2 {
    padding-left: 2%;
  }
}
@media (max-width: 991px) {
  .page03 .bottomBox .video-2 .infoImg {
    padding-left: 6%;
    padding-bottom: 8px;
  }
}
.page03 .bottomBox .Txt {
  margin-top: 5%;
}
@media (max-width: 991px) {
  .page03 .bottomBox .Txt {
    padding-left: 27%;
    margin-top: 10%;
  }
}
@media (max-width: 991px) {
  .page03 .bottomBox .Txt h2 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .page03 .bottomBox .Txt h2 b {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .page03 .infoImg.gray {
    padding-right: 2rem;
    bottom: -10px;
  }
}

.page04 {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: end;
  padding-block: 6%;
}
.page04 .Txt h2 {
  font-size: 3.2rem;
}
@media (max-width: 991px) {
  .page04 .Txt h2 {
    font-size: 2.3rem;
  }
}
.page04 .Txt h2 span {
  font-size: inherit;
}
.page04 .Txt .font-EN {
  font-weight: 500;
  font-size: 5rem;
}
@media (max-width: 991px) {
  .page04 .Txt .font-EN {
    font-size: 3.3rem;
  }
}
@media (max-width: 1200px) {
  .page04 {
    padding-block: 14%;
  }
}
@media (max-width: 991px) {
  .page04 {
    padding-block: 20%;
  }
}

[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;
}

[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;
}

.light {
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center 0%;
  -webkit-mask-image: url(../images/img/mark-light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center 0%;
  animation-name: light-animate;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear(-0.45 51.76%, 1.34 101.31%);
  animation-fill-mode: both;
}

@keyframes light-animate {
  0% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 -150%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 150%;
  }
}
.sway {
  display: inline-block;
  animation: sway 6s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes sway {
  0%, 100% {
    transform: rotate(0deg) scale(1.01);
  }
  50% {
    transform: rotate(2deg) scale(1.02);
  }
}
.sway-right {
  display: inline-block;
  animation: sway-right 7s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes sway-right {
  0%, 100% {
    transform: rotate(0deg) scale(1.01);
  }
  50% {
    transform: rotate(-2deg) scale(1.02);
  }
}
.sway-right-slow {
  display: inline-block;
  animation: sway-right-slow 8s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes sway-right-slow {
  0%, 100% {
    transform: rotate(0deg) scale(1.01);
  }
  50% {
    transform: rotate(-2deg) scale(1.02);
  }
}
.sway-slow {
  display: inline-block;
  animation: sway 10s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes sway-slow {
  0%, 100% {
    transform: rotate(0deg) scale(1.01);
  }
  50% {
    transform: rotate(2deg) scale(1.02);
  }
}/*# sourceMappingURL=style.css.map */