.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;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}

.Txt {
  z-index: 2;
}
.Txt h2 {
  font-family: "SweiSpringCJK", "Noto Serif TC", sans-serif;
  letter-spacing: 3px;
  line-height: 1.3;
  font-weight: 600;
}
.Txt h3 {
  font-family: "SweiSpringCJK", "Noto Serif TC", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.Txt .englishTitle {
  font-family: "Belleza", sans-serif;
  letter-spacing: 2px;
  color: #22b573;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .Txt .englishTitle {
    font-size: 1.25rem;
  }
}
.Txt .subTitle {
  width: 320px;
  margin: 0 auto;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (max-width: 991px) {
  .Txt .subTitle {
    width: 250px;
    font-size: 1.3rem;
  }
}
.Txt p {
  letter-spacing: 1px;
  line-height: 1.7;
}

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

@keyframes shine-animate {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.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;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .light {
    animation-duration: 7s;
    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 400%;
  }
}
.map-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;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .map-light {
    animation-duration: 7s;
    animation-timing-function: linear(-1.22 -83.09%, -0.01 -25.21%, 0.74 87.98%);
  }
}

.bigger {
  animation: zoomPulse 3s infinite ease-in-out;
}

@keyframes zoomPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 45% 0 49% 0;
  }
}
.bannerArea .bannerBox .Img {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Img {
    width: 75%;
  }
}
.bannerArea .bannerBox .Img .innerImg {
  padding-top: 49%;
}
.bannerArea .bannerBox img {
  width: 54%;
  display: block;
  margin: 5% auto 0 auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox img {
    width: 70%;
    margin: 3rem auto 0 auto;
  }
}
.bannerArea .bannerBox .Txt {
  text-align: center;
}
.bannerArea .bannerBox .Txt h2 {
  color: #fff;
  font-weight: 700;
  margin-top: 5%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 2rem;
    margin: 3rem 0;
  }
}
.bannerArea .bannerBox .Txt h3 {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 {
    font-size: 1.8rem;
  }
}
.bannerArea .bannerBox .Txt h3 span {
  font-family: "Menbere", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.bannerArea .bannerBox .Txt h3 small {
  padding-right: 16px;
  margin-right: 16px;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 small {
    padding-right: 7px;
    margin-right: 7px;
    font-size: 1.3rem;
  }
}
.bannerArea .bannerBox .Txt h3 small::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 5%;
  right: 0;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 small::after {
    height: 70%;
    top: 12%;
  }
}

.page01 {
  background: #0074c1;
  padding-top: 15%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page01 {
    padding-top: 45%;
  }
}
@media (max-width: 767px) {
  .page01 {
    padding-top: 85%;
  }
}
.page01 .Txt {
  text-align: center;
  color: #fff;
  padding-top: 7%;
}
@media (max-width: 1700px) {
  .page01 .Txt {
    padding-top: 5%;
  }
}
@media (max-width: 991px) {
  .page01 .Txt {
    padding-top: 15%;
  }
}
.page01 .Txt .title {
  display: inline-block;
}
.page01 .Txt .title::after {
  content: "";
  width: 50%;
  height: 64%;
  border: 1px solid #fff;
  border-left: 0;
  position: absolute;
  bottom: 8%;
  left: 102%;
}
@media (max-width: 991px) {
  .page01 .Txt .title::after {
    border: 0;
  }
}
.page01 .Txt .title::before {
  content: "";
  width: 50%;
  height: 64%;
  border: 1px solid #fff;
  border-right: 0;
  position: absolute;
  bottom: 8%;
  right: 102%;
}
@media (max-width: 991px) {
  .page01 .Txt .title::before {
    border: 0;
  }
}
@media (max-width: 991px) {
  .page01 .Txt .title h2 {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 991px) {
  .page01 .Txt .title .subTitle {
    border: 1px solid #fff;
    padding: 5px 10px;
    margin: 0.5rem auto 0 auto;
  }
}
.page01 .Txt .title .englishTitle {
  color: #94dfbc;
}
.page01 .Txt p {
  width: 50%;
  margin: 2rem auto 0 auto;
}
@media (max-width: 1500px) {
  .page01 .Txt p {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .page01 .Txt p {
    width: 95%;
    text-align: justify;
    margin: 1rem auto 0 auto;
  }
}

.page02 .Txt {
  display: flex;
  color: #fff;
  padding: 10% 10% 0 10%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page02 .Txt {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .page02 .Txt {
    display: block;
    text-align: center;
  }
}
.page02 .Txt .title {
  min-width: 295px;
  margin-right: 1.5rem;
}
@media (max-width: 991px) {
  .page02 .Txt .title {
    max-width: 250px;
    min-width: 0;
    margin: 0 auto;
    padding: 10% 0;
  }
}
.page02 .Txt .title h2 {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .page02 .Txt .title h2 {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 0.2rem;
  }
}
.page02 .Txt .title .englishTitle {
  color: #fff;
  font-size: 1.31rem;
}
@media (max-width: 991px) {
  .page02 .Txt .title .englishTitle {
    font-size: 0.92rem;
    color: #92e0ba;
  }
}
.page02 .Txt .title .subTitle {
  margin-left: 0;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .page02 .Txt .title .subTitle {
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
  }
}
.page02 .Txt p {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page02 .Txt p {
    width: 95%;
    margin: 10% auto 0 auto;
    text-align: justify;
  }
}
@media (max-width: 391px) {
  .page02 .Txt p {
    margin: 5% auto 0 auto;
  }
}

.page03 {
  padding: 10% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page03 {
    padding: 25% 0 10% 0;
  }
}
.page03 .stage .layer {
  background-size: contain;
  background-position: top left;
}
.page03 .Txt {
  text-align: center;
  margin-bottom: 5%;
}
.page03 .Txt .title {
  display: inline-block;
}
.page03 .Txt .title::after {
  content: "";
  width: 50%;
  height: 64%;
  border: 1px solid #1d6658;
  border-left: 0;
  position: absolute;
  bottom: 8%;
  left: 102%;
}
@media (max-width: 991px) {
  .page03 .Txt .title::after {
    border: 0;
  }
}
.page03 .Txt .title::before {
  content: "";
  width: 50%;
  height: 64%;
  border: 1px solid #1d6658;
  border-right: 0;
  position: absolute;
  bottom: 8%;
  right: 102%;
}
@media (max-width: 991px) {
  .page03 .Txt .title::before {
    border: 0;
  }
}
.page03 .Txt .title h2 {
  color: #1d6658;
}
@media (max-width: 991px) {
  .page03 .Txt .title h2 {
    width: 220px;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    margin: 0 auto;
  }
}
.page03 .Txt .title .subTitle {
  color: #1d6658;
}
@media (max-width: 991px) {
  .page03 .Txt .title .subTitle {
    width: 220px;
    font-size: 1.3rem;
    margin-top: 0.3rem;
  }
}
.page03 .Txt p {
  width: 60%;
  margin: 2rem auto 0 auto;
  text-align: justify;
}
@media (max-width: 1500px) {
  .page03 .Txt p {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .page03 .Txt p {
    width: 95%;
    text-align: justify;
    margin: 1rem auto 0 auto;
  }
}
.page03 .imgBox {
  justify-content: space-around;
}
@media (max-width: 991px) {
  .page03 .imgBox {
    padding: 0 3%;
  }
}
.page03 .imgBox .col-lg-4 .Img .innerImg {
  padding-top: 75%;
}
@media (max-width: 991px) {
  .page03 .imgBox .col-lg-4 .Img .innerImg {
    padding-top: 56%;
  }
}
.page03 .imgBox .col-lg-4 .Img:last-child .innerImg {
  padding-top: 71%;
}
@media (max-width: 991px) {
  .page03 .imgBox .col-lg-4 .Img:last-child .innerImg {
    padding-top: 56%;
  }
}

.page04 {
  padding: 10% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page04 {
    padding: 15% 5% 20% 5%;
  }
}
.page04 .Txt {
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .page04 .Txt {
    margin-bottom: 10%;
  }
}
.page04 .Txt h2 {
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  .page04 .Txt h2 {
    font-size: 1.8rem;
    width: 250px;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    margin: 0 auto 0.5rem auto;
  }
}
.page04 .Txt .englishTitle {
  font-size: 1.45rem;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .page04 .Txt .englishTitle {
    font-size: 1.05rem;
    color: #91debc;
  }
}
.page04 .Txt p {
  width: 60%;
  text-align: justify;
  margin: 2rem auto 0 auto;
}
@media (max-width: 991px) {
  .page04 .Txt p {
    width: 100%;
    margin: 2rem auto 0 auto;
  }
}

.page05 {
  padding: 5% 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .page05 {
    padding: 5% 8%;
  }
}
@media (max-width: 991px) {
  .page05 {
    padding: 10% 0;
  }
}
.page05 .titleBox {
  display: flex;
  align-items: end;
  padding-left: 2%;
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page05 .titleBox {
    display: block;
    margin-bottom: 5%;
  }
}
@media (max-width: 991px) {
  .page05 .titleBox .logoBox {
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
.page05 .titleBox .logoBox img {
  width: 150px;
  display: block;
}
@media (max-width: 991px) {
  .page05 .titleBox .logoBox img {
    width: 140px;
  }
}
@media (max-width: 991px) {
  .page05 .titleBox .logoBox img:first-child {
    width: 55px;
    margin-right: 5px;
  }
}
.page05 .titleBox .Txt {
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .page05 .titleBox .Txt {
    margin-left: 0;
  }
}
.page05 .titleBox .Txt h2 {
  font-size: 2.32rem;
}
@media (max-width: 991px) {
  .page05 .titleBox .Txt h2 {
    font-size: 1.7rem;
    width: 250px;
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
    margin: 1rem auto 0 auto;
  }
}
.page05 .titleBox .Txt h3 {
  color: #9fa0a0;
}
.page05 .slickBox::after {
  content: "";
  width: 110%;
  height: 2.5rem;
  background: linear-gradient(to right, #748b97 0, #748b97 65%, transparent 100%);
  position: absolute;
  bottom: 10px;
  left: 1.75%;
  z-index: 1;
}
@media (max-width: 991px) {
  .page05 .slickBox::after {
    width: 0;
  }
}
.page05 .imgSlick2 {
  z-index: 3;
}
.page05 .imgSlick2 .item {
  padding: 0 7%;
}
.page05 .imgSlick2 .item .Img .innerImg {
  padding-top: 134%;
}
.page05 .imgSlick2 .item .Img p {
  text-align: center;
  color: #fff;
  margin-top: 5px;
  font-family: "SweiSpringCJK", "Noto Serif TC", sans-serif;
}
@media (max-width: 991px) {
  .page05 .imgSlick2 .item .Img p {
    background: #748b97;
    margin: 0;
    padding: 3px 0;
  }
}
.page05 .imgSlick2 .slick-prev {
  left: -4%;
}
.page05 .imgSlick2 .slick-next {
  right: -4%;
}
.page05 .imgSlick2 .slick-prev:before,
.page05 .imgSlick2 .slick-next:before {
  color: #9fa0a0;
}
.page05 .TxtBox {
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page05 .TxtBox {
    padding: 0 7%;
  }
}
.page05 .TxtBox .Txt {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .page05 .TxtBox .Txt {
    display: block;
    text-align: center;
  }
}
.page05 .TxtBox .Txt h2 {
  color: #cdcece;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2.32rem;
  padding-left: 1.7%;
  min-width: 430px;
}
@media (max-width: 991px) {
  .page05 .TxtBox .Txt h2 {
    font-size: 1.7rem;
    min-width: 0;
  }
}
.page05 .TxtBox .Txt p {
  text-align: justify;
  padding-right: 1.7%;
}
@media (max-width: 991px) {
  .page05 .TxtBox .Txt p {
    padding-right: 0;
    color: #4d4d4d;
  }
}

.page06 {
  padding: 8% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page06 {
    padding: 15% 2%;
  }
}
.page06 .Txt {
  text-align: center;
}
.page06 .Txt .englishTitle {
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .page06 .Txt .englishTitle {
    font-size: 1.03rem;
  }
}
.page06 .Txt .subTitle {
  color: #fff;
  width: 370px;
}
@media (max-width: 991px) {
  .page06 .Txt .subTitle {
    width: 270px;
    font-size: 1.3rem;
  }
}
.page06 .Txt h2 {
  color: #495960;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 991px) {
  .page06 .Txt h2 {
    margin-top: 0.5rem;
  }
}
.page06 .Txt p {
  text-align: justify;
  width: 70%;
  margin: 0 auto 3rem auto;
}
@media (max-width: 991px) {
  .page06 .Txt p {
    width: 100%;
    margin: 0;
    color: #4d4d4d;
  }
}

[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;
}

[data-aos=fade] {
  opacity: 0;
  transition: opacity 2s ease;
}

[data-aos=fade].aos-animate {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */