.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;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
  justify-content: end;
  padding-right: 5%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 7% 0 10% 0;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Img {
    padding: 0 14%;
    margin-bottom: 5%;
  }
}
.bannerArea .bannerBox .mainImg {
  width: 40%;
  width: 355px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1500px) {
  .bannerArea .bannerBox .mainImg {
    width: 285px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .mainImg {
    width: 48%;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}
.bannerArea .Txt {
  text-align: center;
}
.bannerArea .Txt h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2.95rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media (max-width: 1500px) {
  .bannerArea .Txt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .Txt h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.bannerArea .Txt h3 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 10px;
  margin-bottom: 2rem;
}
@media (max-width: 1500px) {
  .bannerArea .Txt h3 {
    font-size: 1.5rem;
    letter-spacing: 9px;
  }
}
@media (max-width: 991px) {
  .bannerArea .Txt h3 {
    font-size: 1rem;
    letter-spacing: 4px;
    margin-bottom: 1.5rem;
  }
}
.bannerArea .Txt .font-EN {
  font-family: "Cinzel", serif;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
}
@media (max-width: 1500px) {
  .bannerArea .Txt .font-EN {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .Txt .font-EN {
    font-size: 0.4rem;
  }
}
.bannerArea .Txt small.font-EN {
  font-size: 0.65rem;
}
@media (max-width: 1500px) {
  .bannerArea .Txt small.font-EN {
    font-size: 0.5rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .Txt small.font-EN {
    font-size: 0.3rem;
  }
}
.bannerArea .Txt .deco-EN {
  font-family: "Times New Roman", serif;
  color: #db8083;
  letter-spacing: 8px;
  font-size: 2.2rem;
  margin-top: 2rem;
  display: block;
}
@media (max-width: 1500px) {
  .bannerArea .Txt .deco-EN {
    font-size: 2rem;
    letter-spacing: 5px;
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .Txt .deco-EN {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    letter-spacing: 4px;
  }
}
.bannerArea .Txt h4 {
  font-size: 2rem;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 1500px) {
  .bannerArea .Txt h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .Txt h4 {
    font-size: 1.5rem;
    margin: 0.5rem 0;
  }
}
.bannerArea .Txt h4 small {
  margin-left: 3px;
}
@media (max-width: 991px) {
  .bannerArea .Txt h4 small {
    margin-left: 1px;
  }
}
.bannerArea .Txt h5 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-bottom: 3px;
  margin-top: 1.5rem;
}
@media (max-width: 1500px) {
  .bannerArea .Txt h5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .Txt h5 {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 1;
  }
}
.bannerArea .Txt a {
  color: #211815;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .bannerArea .Txt a {
    letter-spacing: 1.1px;
  }
}
.bannerArea .Img .innerImg {
  padding-top: 67%;
}

.dark {
  animation: bgDark 5s ease-in-out infinite;
}

@keyframes bgDark {
  0% {
    filter: brightness(88%);
  }
  50% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(88%);
  }
}
[data-aos=custom-zoom-out] {
  transform: scale(1.1);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 5s 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;
}/*# sourceMappingURL=style.css.map */