.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;
  min-height: 100vh;
  background: #ffe200;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
  }
}
.bannerArea .bannerBox {
  min-height: 60vh;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 27% 0 92% 0;
  }
}
.bannerArea .bannerBox .Txt {
  color: #0059af;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt {
    text-align: center;
  }
}
.bannerArea .bannerBox .Txt h2 {
  font-size: calc(7px + 3.9vw);
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    justify-content: center;
    font-size: calc(10px + 8.7vw);
  }
}
.bannerArea .bannerBox .Txt h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: calc(4px + 1.8vw);
  line-height: 0.8;
  color: #0059af;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 {
    font-size: calc(5px + 4.3vw);
  }
}
.bannerArea .bannerBox .Txt h3 small {
  font-size: calc(1px + 1.06vw);
  font-weight: 400;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 small {
    font-size: calc(5px + 1.7vw);
  }
}
.bannerArea .bannerBox .Txt b {
  display: block;
  font-size: calc(4px + 4vw);
  margin-bottom: 16px;
  padding-left: 2%;
  margin-left: 2%;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt b {
    font-size: calc(4px + 11vw);
    padding-left: 3%;
    margin-left: 3%;
    margin-bottom: 12px;
  }
}
.bannerArea .bannerBox .Txt b::after {
  content: "";
  width: 1px;
  height: 55%;
  background: #0059af;
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}
.bannerArea .bannerBox .Txt a {
  color: #0059af;
}
.bannerArea .bannerBox .logo {
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: 10%;
  margin-bottom: 2%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 70%;
    margin-right: auto;
    margin-top: 5%;
  }
}
.bannerArea .bannerBox .lifeSmart {
  height: calc(1px + 4.2vw);
  margin-left: 2%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .lifeSmart {
    height: calc(5px + 11.7vw);
    margin-left: 3%;
  }
}

.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 6s ease-in-out infinite;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.Txt {
  letter-spacing: 1px;
}
.Txt h3 {
  font-family: "Noto Serif TC", serif;
  font-weight: 600;
  color: #246187;
  line-height: 1.3;
}

.page01 {
  overflow: hidden;
}
.page01 .Txt {
  z-index: 5;
  padding-left: 14%;
  padding-top: 30%;
}
@media (max-width: 991px) {
  .page01 .Txt {
    padding-left: 0;
    text-align: center;
    padding-top: 25%;
  }
}
.page01 .Txt h3 {
  margin-bottom: 2rem;
  color: #fff;
}
@media (max-width: 991px) {
  .page01 .Txt h3 {
    color: #246187;
  }
}
.page01 .Txt p {
  color: #fff;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .page01 .Txt p {
    color: #333;
  }
}

.page02, .page03 {
  overflow: hidden;
}
.page02 .Txt, .page03 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page02 .Txt, .page03 .Txt {
    padding: 4rem 0 3rem 0;
  }
}
.page02 .Txt h3, .page03 .Txt h3 {
  padding-bottom: 2rem;
  font-size: 2rem;
}
@media (max-width: 1500px) {
  .page02 .Txt h3, .page03 .Txt h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .page02 .Txt h3, .page03 .Txt h3 {
    font-size: 1.5rem;
  }
}
.page02 .Txt h3::after, .page03 .Txt h3::after {
  content: "";
  width: 64px;
  height: 120px;
  background-image: url(../images/img/deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page02 .Txt h3::after, .page03 .Txt h3::after {
    width: 54px;
    height: 110px;
    top: -0.9rem;
  }
}
.page02 .Txt small, .page03 .Txt small {
  color: #898989;
  font-family: "Bodoni Moda", serif;
  letter-spacing: 0;
  font-size: 12px;
}
@media (max-width: 1500px) {
  .page02 .Txt small, .page03 .Txt small {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .page02 .Txt small, .page03 .Txt small {
    font-size: 8px;
  }
}

.page04 {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */