.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: space-between;
  padding: 0 5% 5% 5%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    padding: 23% 0 34% 0;
    min-height: 0;
  }
}
.bannerArea .bannerBox .logo {
  width: 37%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 45%;
  }
}
.bannerArea .bannerBox .decoTxt {
  width: 74%;
  margin: 7% auto 4% auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .decoTxt {
    width: 73%;
  }
}
.bannerArea .bannerBox .decoTxt .innerImg {
  padding-top: 11%;
}
.bannerArea .bannerBox .subTxt {
  text-align: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt {
    margin-top: 6%;
  }
}
.bannerArea .bannerBox .subTxt h2 {
  font-family: "Noto Serif TC", serif;
  color: #fff;
  font-size: calc(1px + 2.1vw);
  letter-spacing: calc(1px + 1.5vw);
  line-height: 1.8;
  padding-left: calc(1px + 1.5vw);
  margin-bottom: 8%;
}
.bannerArea .bannerBox .subTxt h3 {
  color: #e3917f;
  font-size: calc(1px + 1.5vw);
  letter-spacing: calc(1px + 0.1vw);
  line-height: 1.8;
  display: inline-block;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt h3 {
    font-size: calc(11px + 2vw);
    letter-spacing: calc(1px + 1.2vw);
    font-family: "Noto Sans TC", sans-serif;
    line-height: 1.4;
  }
}
.bannerArea .bannerBox .subTxt h3::after, .bannerArea .bannerBox .subTxt h3:before {
  content: "";
  width: 1px;
  height: 92%;
  background: #e3917f;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt h3::after, .bannerArea .bannerBox .subTxt h3:before {
    width: 4px;
  }
}
.bannerArea .bannerBox .subTxt h3::after {
  left: 110%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt h3::after {
    left: 107%;
  }
}
.bannerArea .bannerBox .subTxt h3:before {
  right: 110%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt h3:before {
    right: 108%;
  }
}
.bannerArea .bannerBox .subTxt h3 span {
  font-size: calc(1px + 1.6vw);
  letter-spacing: calc(1px + 0.5vw);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt h3 span {
    font-size: calc(11px + 2vw);
    letter-spacing: calc(1px + 1.2vw);
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt h3 span:nth-of-type(1) {
    font-size: calc(11px + 2.2vw);
  }
}
.bannerArea .bannerBox .subTxt h3 span:nth-of-type(2) {
  letter-spacing: calc(1px + 0.2vw);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subTxt h3 span:nth-of-type(2) {
    letter-spacing: calc(1px + 0.6vw);
  }
}
.bannerArea .bannerBox .subTxt h3 b {
  font-family: "Noto Serif TC", serif;
  color: #fff;
  font-size: calc(16px + 1.8vw);
  letter-spacing: calc(1px + 2.3vw);
}
.bannerArea .bannerBox .subTxt h3 a {
  color: #fff;
}
.bannerArea .bannerBox .mobileTxt {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .mobileTxt {
    margin-top: 35%;
  }
}
.bannerArea .bannerBox .mobileTxt .col-6 {
  padding: 0;
}
.bannerArea .bannerBox .mobileTxt b {
  font-size: calc(16px + 1.6vw);
  letter-spacing: calc(1px + 11vw);
  padding-left: calc(1px + 11vw);
  display: block;
  font-weight: 500;
}
.bannerArea .bannerBox .mobileTxt b::after {
  content: "";
  width: 20%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2235294118);
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.bannerArea .bannerBox .mobileTxt span {
  font-size: calc(10px + 1.4vw);
  letter-spacing: calc(1px + 0.3vw);
  display: block;
  margin-top: 10%;
}

.unitTxt {
  font-family: "Noto Serif TC", serif;
  color: #fff;
  text-align: center;
}
.unitTxt h2 {
  font-weight: 600;
  font-size: calc(1px + 1.4vw);
  letter-spacing: calc(1px + 0.4vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .unitTxt h2 {
    font-size: calc(6px + 2.5vw);
    letter-spacing: calc(1px + 1vw);
  }
}
.unitTxt h2 span {
  font-size: calc(1px + 1vw);
  margin: 0 3%;
}
@media (max-width: 991px) {
  .unitTxt h2 span {
    font-size: calc(6px + 1.5vw);
    margin: 0 2%;
  }
}
.unitTxt b {
  font-size: calc(1px + 2.2vw);
  letter-spacing: calc(1px + 0.6vw);
  font-weight: 500;
  display: block;
  margin-top: 2%;
}
@media (max-width: 991px) {
  .unitTxt b {
    font-size: calc(16px + 2vw);
    letter-spacing: calc(1px + 1vw);
  }
}
.unitTxt a {
  color: #fff;
}

.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;
}
@media (max-width: 991px) {
  .light {
    animation-name: light-animate-m;
  }
}

@keyframes light-animate {
  0% {
    mask-position: 0 -200%;
    -webkit-mask-position: 0 -200%;
  }
  100% {
    mask-position: 0 200%;
    -webkit-mask-position: 0 200%;
  }
}
@keyframes light-animate-m {
  0% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 50%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 -50%;
  }
}
.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .zoom-loop {
    animation: zoom-in-out 4s ease-in-out infinite;
  }
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-out-m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.shine {
  animation-name: shine-animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.shine-2 {
  animation-name: shine-animate-2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes shine-animate {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
}
@keyframes shine-animate-2 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
[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=custom-zoom-in] {
  transform: scale(0.8);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 3s ease, opacity 3s ease !important;
}

[data-aos=custom-zoom-in].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 */