.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 {
  background: #1e4c28;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
  }
}
.bannerArea .stage .layer {
  background-position: bottom;
}
.bannerArea .bannerBox {
  min-height: 80vh;
  align-items: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 45% 0 90% 0;
  }
}
.bannerArea .bannerBox .Txt {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  display: inline-block;
  font-family: "Noto Serif TC", serif;
}
.bannerArea .bannerBox .Txt::after {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../images/img/deco-pic-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20%;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt::after {
    left: -10%;
    top: -15%;
    width: 80px;
    height: 80px;
  }
}
.bannerArea .bannerBox .Txt::before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/img/deco-pic-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -50%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt::before {
    right: -15%;
    top: 105%;
  }
}
.bannerArea .bannerBox .Txt h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 2.3rem;
    line-height: 1.5;
  }
}
.bannerArea .bannerBox .Txt h3 {
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.bannerArea .bannerBox .Txt a {
  color: #fff;
}

.page {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page {
    margin-top: -5px;
    padding-top: 2rem;
    margin-bottom: 10%;
  }
}
.page .Txt {
  text-align: center;
  color: #1e4c28;
}
@media (max-width: 991px) {
  .page .Txt {
    padding-bottom: 2rem;
  }
}
.page .Txt h2 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 6rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: 2.3rem;
    padding-bottom: 3.5rem;
    margin-bottom: 1rem;
  }
}
.page .Txt h2::after {
  content: "";
  width: 1px;
  height: 70px;
  background: #2c7d43;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page .Txt h2::after {
    height: 40px;
  }
}
.page .Txt h3 {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  color: #2c7d43;
  border: 1px solid #2c7d43;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding: 5px 10px;
}
@media (max-width: 1499px) {
  .page .Txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page .Txt h3 {
    font-size: 1.2rem;
  }
}
.page .Txt h5 {
  line-height: 1.8;
  color: #333;
}
@media (max-width: 1499px) {
  .page .Txt h5 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .page .Txt h5 {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */