.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;
  z-index: -2;
}

.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: 8s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .light {
    animation-duration: 5s;
    animation-delay: 0s;
    animation-timing-function: linear(0 0%, 0.39 71.89%);
  }
}

@keyframes light-animate {
  0%, 100% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 -200%;
  }
  50% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 300%;
  }
}
.bannerArea {
  overflow: hidden;
}
.bannerArea .slogan {
  position: absolute;
  opacity: 0;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
}
.bannerArea .Txt {
  color: #fff;
  text-align: center;
}
.bannerArea .Txt h2 {
  letter-spacing: 2px;
  line-height: 1.5;
  font-size: calc(10px + 2.2vw);
  color: #254893;
  font-weight: 600;
}
@media (max-width: 991px) {
  .bannerArea .Txt h2 {
    font-size: 1.8rem;
    letter-spacing: 1.5;
  }
}
.bannerArea .Txt h3 {
  font-size: calc(5px + 1.7vw);
  letter-spacing: 2.7px;
  line-height: 1.7;
  color: #41210d;
  display: inline-block;
  padding: 0 2% 3px 2%;
  margin: 2% 0 2.5% 0;
  border: 2px solid #41210d;
  border-radius: 3px;
  background: linear-gradient(to right, #cfaa58 0, #e3c774 15%, #dbbb64 50%, #e3c774 85%, #cfaa58 100%);
  z-index: 2;
}
@media (max-width: 991px) {
  .bannerArea .Txt h3 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin: 2% 0 5% 0;
    padding: 0 4% 3px 4%;
  }
}
.bannerArea .Txt h4 {
  color: #000;
  font-size: calc(10px + 2vw);
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .bannerArea .Txt h4 {
    font-size: 1.8rem;
  }
}
.bannerArea .Txt h4 span, .bannerArea .Txt h4 a {
  color: #254893;
  font-weight: 600;
}

.page {
  overflow: hidden;
}
.page .Img .innerImg {
  padding-top: 100%;
}
.page .title {
  color: #004928;
  padding-left: 4rem;
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .page .title {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
}
.page .title::before {
  content: "";
  background-image: url(../images/img/deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 350px;
  height: 350px;
  position: absolute;
  top: -45%;
  left: 0;
}
@media (max-width: 991px) {
  .page .title::before {
    width: 140px;
    height: 170px;
    top: -25%;
  }
}
.page .title h2 {
  font-size: calc(10px + 2.25vw);
}
@media (max-width: 991px) {
  .page .title h2 {
    font-size: 1.15rem;
  }
}
.page .title h5 {
  font-weight: bold;
  font-size: calc(10px + 1.1vw);
  letter-spacing: 0.05rem;
}
@media (max-width: 991px) {
  .page .title h5 {
    font-size: 0.75rem;
    letter-spacing: 0.01rem;
  }
}
.page .title .deco-EN {
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 991px) {
  .page .TxtBox {
    padding-bottom: 10%;
  }
}
.page .TxtBox p {
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page .TxtBox p {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 991px) {
  .page .TxtBox p br {
    display: none;
  }
}

.decoBorder {
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, transparent 0, #809d57 20%, #027351 40%, #809d57 80%, transparent 100%);
}

.page01 {
  background: #20a4de;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .page01 {
    padding-top: 10%;
  }
}
.page01 .Txt {
  padding-top: 5%;
  z-index: 5;
}
@media (max-width: 991px) {
  .page01 .Txt {
    padding-top: 15%;
  }
}
.page01 .Txt h2 {
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.page02 {
  padding: 8% 0 5% 0;
}
@media (max-width: 991px) {
  .page02 {
    padding-top: 20%;
  }
}
.page02 .titleBox {
  padding-bottom: 3%;
}
@media (max-width: 991px) {
  .page02 .Img {
    margin-top: 10%;
  }
}
.page02 .Img .innerImg {
  padding-top: 63%;
}
.page02 .subTxt {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .page02 .subTxt p {
    line-height: 1.2rem;
  }
}
.page02 .subTxt p span {
  line-height: 1.7rem;
}
@media (max-width: 991px) {
  .page02 .subTxt p span {
    line-height: 0.8rem;
  }
}
.page02 .item {
  background-color: #F4F4F4;
  text-align: center;
  padding: 4% 5%;
  margin: 0 2%;
}
.page02 .item h4 {
  font-weight: bold;
  color: #004928;
}
.page02 .item h5 span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004928;
}
.page02 .item-m {
  color: #004928;
  background-color: #F4F4F4;
  padding: 5% 3%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.page02 .item-m h4 {
  margin-bottom: 1.5rem;
}
.page02 .item-m h5 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.page02 .item-m h6 {
  color: #000;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}

.page03 {
  padding: 10% 0 8% 0;
}
@media (max-width: 991px) {
  .page03 {
    padding-top: 30%;
  }
}
@media (max-width: 991px) {
  .page03 .stage .layer {
    background-position: right center;
    height: 50%;
  }
}
@media (max-width: 991px) {
  .page03 .title {
    margin-bottom: 0;
    padding-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .page03 .imgSlick {
    margin-top: 10%;
  }
}
.page03 .subTxt {
  margin-left: -1rem;
}
.page03 .subTxt h6 {
  font-size: 1.1rem;
  padding-left: 0.5rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .page03 .subTxt h6 {
    font-size: 0.8rem;
  }
}
.page03 .subTxt span {
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .page03 .subTxt span {
    display: block;
    font-size: 0.7rem;
  }
}

.page04 {
  padding: 10% 0 8% 0;
}
@media (max-width: 991px) {
  .page04 {
    padding-top: 30%;
  }
}
@media (max-width: 991px) {
  .page04 .title {
    padding-top: 0.3rem;
  }
}

.page05 {
  padding: 15% 0 10% 0;
}
@media (max-width: 991px) {
  .page05 {
    padding: 10% 0 0 0;
  }
}
@media (max-width: 991px) {
  .page05 .title {
    margin-bottom: 0;
    padding-top: 0.8rem;
  }
}
.page05 .Img .innerImg {
  padding-top: 70%;
}

.page06, .page08 {
  padding: 10% 0 8% 0;
}
@media (max-width: 991px) {
  .page06, .page08 {
    padding-top: 30%;
  }
}
.page06 .decoBorder, .page08 .decoBorder {
  width: 85%;
  margin: 8% 0 5% auto;
}
.page06 .title, .page08 .title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page06 .title, .page08 .title {
    padding-top: 0.4rem;
  }
}
.page06 .title::before, .page08 .title::before {
  top: -30%;
}
@media (max-width: 991px) {
  .page06 .title::before, .page08 .title::before {
    top: -25%;
  }
}
@media (max-width: 991px) {
  .page06 .imgSlick2, .page08 .imgSlick2 {
    margin-top: 2.5rem;
  }
}
.page06 .imgSlick2 .item, .page08 .imgSlick2 .item {
  padding: 0 7px;
}
@media (max-width: 767px) {
  .page06 .imgSlick2 .item, .page08 .imgSlick2 .item {
    padding: 0;
  }
}
.page06 .imgSlick2 .item .Img .innerImg, .page08 .imgSlick2 .item .Img .innerImg {
  padding-top: 70%;
}

.page07 {
  overflow: hidden;
  padding: 12% 0 8% 0;
}
@media (max-width: 991px) {
  .page07 {
    padding-top: 30%;
  }
}
.page07 .title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page07 .title {
    padding-top: 0.8rem;
  }
}
@media (max-width: 991px) {
  .page07 .Txt h5 {
    font-size: 0.75rem;
    letter-spacing: 0.01rem;
  }
}
.page07 .decoBorder {
  margin: 8% auto 5% 0;
}
@media (max-width: 991px) {
  .page07 .imgSlick3 {
    margin-top: 3rem;
    padding: 0 3%;
  }
}
.page07 .imgSlick3 .item {
  padding: 0 7px;
}
@media (max-width: 767px) {
  .page07 .imgSlick3 .item {
    padding: 0;
  }
}
.page07 .imgSlick3 .slick-dots {
  width: 94%;
}
.page07 .Img .innerImg {
  padding-top: 74%;
}

@media (max-width: 991px) {
  .page08 .imgBox {
    margin-top: 2.5rem;
  }
}
.page08 .Img .innerImg {
  padding-top: 66%;
}

.page09 {
  background: #f4f4f4;
  padding: 10% 0;
}
@media (max-width: 991px) {
  .page09 {
    padding: 20% 0;
  }
}
.page09 .title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page09 .title {
    padding-top: 1.2rem;
    margin-bottom: 5rem;
    padding-left: 2rem;
  }
}
.page09 .col:first-child::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #004928;
  position: absolute;
  top: 0;
  left: 95%;
}
@media (max-width: 991px) {
  .page09 .col:first-child .item {
    padding-left: 13%;
  }
}
.page09 .col:first-child .item::after {
  content: "";
  width: 200%;
  height: 1px;
  background: #004928;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .page09 .col:first-child .item::after {
    width: 215%;
  }
}
.page09 .col:first-child .item:last-child::after {
  width: 0;
}
.page09 .item {
  display: flex;
  align-items: center;
  padding: 1rem 10%;
}
@media (max-width: 991px) {
  .page09 .item {
    padding: 0.7rem 5%;
  }
}
.page09 .item b {
  color: #aec096;
  font-size: calc(6px + 4.2vw);
  font-family: "Noto Serif TC", serif;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .page09 .item b {
    font-size: 2.7rem;
  }
}
.page09 .item h2 {
  color: #848484;
  margin-bottom: 0;
  font-size: calc(6px + 1.5vw);
}
@media (max-width: 991px) {
  .page09 .item h2 {
    font-size: 1.1rem;
  }
}
.page09 .item h2 br {
  display: none;
}
@media (max-width: 991px) {
  .page09 .item h2 br {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */