.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;
}
.stage .bgSize-contain {
  background-size: contain;
}

.slogan {
  position: absolute;
  opacity: 0;
}

.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 5s ease-in-out infinite;
}
@media (max-width: 991px) {
  .zoom-loop {
    animation: zoom-in-out-m 5s ease-in-out infinite;
  }
}

.zoom-loop-small {
  display: inline-block;
  animation: zoom-in-out 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .zoom-loop-small {
    animation: zoom-in-out-m 3s ease-in-out infinite;
  }
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-out-m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.bannerArea {
  overflow: hidden;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
  padding-bottom: 8%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 35% 0 52% 0;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox {
    padding: 25% 0 42% 0;
  }
}
.bannerArea .bannerBox .logo {
  display: block;
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .bannerArea .bannerBox .logo {
    width: 27%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 80px;
  }
}
.bannerArea .bannerBox .Txt {
  text-align: right;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt {
    text-align: center;
    padding-top: 130px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt::after {
    content: "";
    width: 1px;
    height: 130px;
    background: rgba(0, 91, 42, 0.7843137255);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bannerArea .bannerBox .Txt h2 {
  font-family: "SweiSpringCJKtc-SemiBold", sans-serif;
  color: #005b2b;
  letter-spacing: 4px;
  font-size: 2.5rem;
}
@media (max-width: 1700px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}
.bannerArea .bannerBox .Txt p {
  font-family: "Noto Serif TC", serif;
  color: #a8734a;
  line-height: 2;
  margin-top: 3rem;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt p {
    font-size: 0.6rem;
    margin-top: 1.5rem;
  }
}

.Txt {
  z-index: 2;
}
.Txt h2 {
  font-family: "SweiSpringCJKtc-SemiBold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #014726;
}
@media (max-width: 1500px) {
  .Txt h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.4rem;
  }
}

.decoTitle {
  font-family: "Cinzel", serif;
  display: block;
  letter-spacing: 1px;
  color: #c9caca;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  bottom: 9%;
  left: 4%;
}
@media (max-width: 991px) {
  .decoTitle {
    left: 93%;
    bottom: 10%;
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .decoTitle {
    font-size: 10px;
    bottom: 19%;
  }
}
@media (max-width: 391px) {
  .decoTitle {
    bottom: 22%;
  }
}

.page {
  overflow: hidden;
  background: #fff;
  padding: 5%;
}
@media (max-width: 991px) {
  .page {
    padding: 0;
  }
}
.page .TxtBox {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .page .TxtBox {
    width: 74%;
  }
}
@media (max-width: 1500px) {
  .page .TxtBox {
    width: 76%;
  }
}
@media (max-width: 991px) {
  .page .TxtBox {
    width: 80%;
    padding: 12% 0 8% 0;
  }
}
.page .TxtBox .Txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page .TxtBox .Txt h2 {
  margin-bottom: 2.5rem;
  letter-spacing: 2px;
}
@media (max-width: 1400px) {
  .page .TxtBox .Txt h2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .page .TxtBox .Txt h2 {
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
  }
}
.page .TxtBox .Txt h2 span {
  background: #fff;
  padding-right: 10px;
}
.page .TxtBox .Txt p {
  letter-spacing: 1px;
  margin-bottom: 3.5rem;
  text-align: justify;
}
@media (max-width: 1400px) {
  .page .TxtBox .Txt p {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page .TxtBox .Txt p {
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
}
.page .TxtBox .Txt .mainText::after {
  content: "";
  width: 180%;
  height: 110px;
  border-bottom: 1px solid #014726;
  border-left: 1px solid #014726;
  position: absolute;
  bottom: -27%;
  left: 2px;
}
@media (max-width: 1700px) {
  .page .TxtBox .Txt .mainText::after {
    height: 95px;
  }
}
@media (max-width: 1300px) {
  .page .TxtBox .Txt .mainText::after {
    height: 75px;
  }
}
@media (max-width: 991px) {
  .page .TxtBox .Txt .mainText::after {
    border-right: 1px solid #014726;
    border-left: 0;
    width: 90%;
    height: 150px;
    bottom: 69%;
    left: auto;
    right: 0;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .page .TxtBox .Txt .mainText::after {
    width: 150px;
    height: 150px;
    bottom: 76%;
    right: auto;
    left: 50%;
  }
}
@media (max-width: 391px) {
  .page .TxtBox .Txt .mainText::after {
    bottom: 78%;
  }
}
.page .Img {
  z-index: 4;
}

.page01 .Img .innerImg {
  padding-top: 95%;
}
@media (max-width: 991px) {
  .page01 .Img .innerImg {
    padding-top: 120%;
  }
}

.page02 {
  padding: 0;
}
.page02 .Img .innerImg {
  padding-top: 56%;
}

@media (max-width: 991px) {
  .page03, .page06 {
    padding-top: 10%;
  }
}
.page03 .imgBox .col-6:first-child, .page06 .imgBox .col-6:first-child {
  margin-top: 13%;
}
.page03 .Img .innerImg, .page06 .Img .innerImg {
  padding-top: 87%;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt .mainText::after, .page06 .TxtBox .Txt .mainText::after {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .page03 .TxtBox .Txt .mainText::after, .page06 .TxtBox .Txt .mainText::after {
    bottom: 76%;
    height: 180px;
  }
}

.page04 {
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page04 {
    padding: 0;
  }
}
.page04 .imgSlick {
  z-index: 5;
}
.page04 .imgSlick .Img .innerImg {
  padding-top: 74%;
}
@media (max-width: 991px) {
  .page04 .imgSlick .Img .innerImg {
    padding-top: 120%;
  }
}
.page04 .TxtBox .Txt {
  padding-left: 5%;
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt {
    padding-left: 0;
  }
}
.page04 .TxtBox .Txt .mainText::after {
  right: 2px;
  left: auto;
  border-left: 0;
  border-right: 1px solid #005b2b;
}
@media (max-width: 767px) {
  .page04 .TxtBox .Txt .mainText::after {
    bottom: 74%;
    left: 50%;
  }
}
@media (max-width: 391px) {
  .page04 .TxtBox .Txt .mainText::after {
    bottom: 76%;
  }
}
.page04 .decoTitle {
  top: 9%;
  bottom: auto;
  right: 4%;
  left: auto;
}
@media (max-width: 991px) {
  .page04 .decoTitle {
    left: 93%;
    top: auto;
    bottom: 10%;
  }
}
@media (max-width: 767px) {
  .page04 .decoTitle {
    bottom: 18%;
  }
}

.page05 {
  padding: 3% 5%;
}
@media (max-width: 991px) {
  .page05 {
    padding: 0;
  }
}
.page05 .Img .innerImg {
  padding-top: 79%;
}
.page05 .mainImg .innerImg {
  padding-top: 53%;
}
@media (max-width: 991px) {
  .page05 .mainImg .innerImg {
    padding-top: 80%;
  }
}
@media (max-width: 767px) {
  .page05 .TxtBox .Txt .mainText::after {
    bottom: 77%;
  }
}
@media (max-width: 391px) {
  .page05 .TxtBox .Txt .mainText::after {
    bottom: 79%;
  }
}
@media (max-width: 767px) {
  .page05 .decoTitle {
    bottom: 21%;
  }
}
@media (max-width: 391px) {
  .page05 .decoTitle {
    bottom: 24%;
  }
}

.page06 {
  padding: 5% 0% 5% 10%;
}
@media (max-width: 991px) {
  .page06 {
    padding: 10% 0 0 0;
  }
}
.page06 .imgBox .col-6:first-child {
  margin-top: 0;
}
.page06 .imgBox .col-6:last-child {
  margin-top: 13%;
}
.page06 .TxtBox .Txt {
  padding-left: 11%;
  padding-right: 5%;
}
@media (max-width: 991px) {
  .page06 .TxtBox .Txt {
    padding: 0;
  }
}
.page06 .TxtBox .Txt .mainText::after {
  right: 2px;
  left: auto;
  border-left: 0;
  border-right: 1px solid #005b2b;
}
@media (max-width: 767px) {
  .page06 .TxtBox .Txt .mainText::after {
    border-bottom: 0;
    right: 98%;
    bottom: 103%;
  }
}

.page07 {
  padding: 5% 0 5% 5%;
}
@media (max-width: 991px) {
  .page07 {
    padding: 0;
  }
}
.page07 .imgSlick {
  z-index: 4;
}
.page07 .imgSlick .Img .innerImg {
  padding-top: 87%;
}
@media (max-width: 991px) {
  .page07 .imgSlick .Img .innerImg {
    padding-top: 120%;
  }
}
.page07 .TxtBox .Txt {
  padding-right: 27%;
}
@media (max-width: 991px) {
  .page07 .TxtBox .Txt {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page07 .decoTitle {
    bottom: 15%;
  }
}
@media (max-width: 391px) {
  .page07 .decoTitle {
    bottom: 18%;
  }
}
.page07 .slick-dots {
  right: auto;
  left: -44px;
}
@media (max-width: 991px) {
  .page07 .slick-dots {
    flex-direction: row;
    bottom: 20px;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0%);
    gap: 0;
  }
}

.page08 {
  padding: 5% 0;
}
@media (max-width: 991px) {
  .page08 {
    padding: 0;
  }
}
.page08 .stage .layer {
  height: 25%;
}
@media (max-width: 991px) {
  .page08 .stage .layer {
    height: 100%;
  }
}
.page08 .Img .innerImg {
  padding-top: 84%;
}
@media (max-width: 991px) {
  .page08 .Img .innerImg {
    padding-top: 120%;
  }
}
@media (max-width: 991px) {
  .page08 .TxtBox {
    padding: 10% 0 2% 0;
  }
}
.page08 .TxtBox .Txt .icon {
  width: 60px;
  display: block;
  margin: 0 auto 1.5rem auto;
}
@media (max-width: 991px) {
  .page08 .TxtBox .Txt .icon {
    width: 40px;
    margin-bottom: 1rem;
  }
}
.page08 .TxtBox .Txt h2 {
  margin-left: 10px;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  color: #076832;
}
@media (max-width: 1400px) {
  .page08 .TxtBox .Txt h2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page08 .TxtBox .Txt h2 {
    margin-bottom: 1rem;
  }
}
.page08 .TxtBox .Txt h2:nth-child(2) {
  border: 1px solid #076832;
  display: inline-block;
  padding: 0px 33px;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .page08 .TxtBox .Txt h2:nth-child(2) {
    padding: 0px 26px 0 30px;
  }
}
@media (max-width: 991px) {
  .page08 .TxtBox .Txt h2:nth-child(2) {
    padding: 0px 23px;
  }
}
.page08 .TxtBox .Txt h2:nth-child(3) {
  margin-left: 18px;
}
.page08 .TxtBox .Txt p {
  font-family: "SweiSpringCJKtc-SemiBold", sans-serif;
  text-align: center;
  padding-left: 10px;
  background: #fff;
  z-index: 6;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .page08 .TxtBox .Txt p {
    padding-bottom: 0;
  }
}
.page08 .TxtBox .Txt p span {
  letter-spacing: 3.1px;
  font-size: 1.02rem;
  margin-left: -0.5px;
}
@media (max-width: 1500px) {
  .page08 .TxtBox .Txt p span {
    letter-spacing: 2.9px;
    font-size: 0.915rem;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .page08 .TxtBox .Txt p span {
    font-size: 0.85rem;
    letter-spacing: 1.75px;
  }
}
.page08 .TxtBox .Txt .mainText {
  text-align: center;
  padding-bottom: 5%;
}
.page08 .TxtBox .Txt .mainText::after {
  height: 260px;
  bottom: -50%;
  right: 47%;
  left: auto;
  border-left: 0;
  border-right: 1px solid #014726;
}
@media (max-width: 1700px) {
  .page08 .TxtBox .Txt .mainText::after {
    bottom: -40%;
    height: 240px;
  }
}
@media (max-width: 1500px) {
  .page08 .TxtBox .Txt .mainText::after {
    bottom: -35%;
    height: 190px;
  }
}
@media (max-width: 1200px) {
  .page08 .TxtBox .Txt .mainText::after {
    bottom: -20%;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .page08 .TxtBox .Txt .mainText::after {
    width: 0;
    height: 0;
  }
}
.page08 .decoTitle {
  right: 2%;
  left: auto;
}
@media (max-width: 991px) {
  .page08 .decoTitle {
    left: 93%;
    bottom: 83%;
    color: #fff;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .page08 .decoTitle {
    bottom: 78%;
  }
}

.goToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .goToTopBtn {
    bottom: 65px;
    right: 5px;
  }
}
.goToTopBtn .goToTop {
  width: 45px;
  height: 45px;
  display: block;
  line-height: 0.6;
  padding-left: 10%;
  padding-top: 4%;
  border-radius: 50%;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .goToTopBtn .goToTop {
    width: 40px;
    height: 40px;
    padding-left: 11%;
    padding-top: 5%;
  }
}
.goToTopBtn .goToTop i {
  color: #014726;
  font-size: 36px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .goToTopBtn .goToTop i {
    font-size: 32px;
  }
}
.goToTopBtn .goToTop:hover {
  background: #02351e;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .goToTopBtn .goToTop:hover {
    background: transparent;
  }
}
.goToTopBtn .goToTop:hover i {
  color: #fff;
}
@media (max-width: 991px) {
  .goToTopBtn .goToTop:hover i {
    color: #014726;
  }
}

[data-aos=zoom-out] {
  transform: scale(1.1);
}

[data-aos=zoom-out].aos-animate {
  transform: scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.95);
}

[data-aos=zoom-in].aos-animate {
  transform: scale(1);
}

.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: 2s;
  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;
    animation-duration: 1.5s;
    animation-timing-function: linear(-1.22 -83.09%, -0.01 -25.21%, 0.74 87.98%);
  }
}

@keyframes light-animate {
  0% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 -200%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 200%;
  }
}/*# sourceMappingURL=style.css.map */