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

.title {
  display: inline-block;
}
@media (max-width: 991px) {
  .title {
    margin-right: 19%;
    margin-bottom: 1.5rem;
  }
}
.title h2 {
  color: #1b2466;
}
.title h2 span {
  margin-left: 5.5rem;
}
@media (max-width: 991px) {
  .title h2 span {
    margin-left: 7rem;
  }
}
.title small {
  display: block;
  text-align: right;
  font-family: "Noto Serif TC", serif;
}

.Txt h2 {
  color: #1b2466;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 2rem;
  }
}
.Txt h3 {
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: 1.3rem;
  }
}
.Txt .subTitle {
  display: inline-block;
  padding: 5px 10px 6px 10px;
  letter-spacing: 2px;
  margin: 1.2rem 0;
  border: 1px solid #808080;
  color: #808080;
  font-size: 1.6rem;
}
@media (max-width: 1500px) {
  .Txt .subTitle {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .Txt .subTitle {
    margin: 1.5rem 0;
    font-size: 1.1rem;
    margin: 1rem 0 1.3rem 0;
  }
}
.Txt h6 {
  color: #808080;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
@media (max-width: 1500px) {
  .Txt h6 {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .Txt h6 {
    font-size: 1rem;
  }
}
.Txt p {
  letter-spacing: 1.5px;
  line-height: 2;
  text-align: justify;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Txt p {
    letter-spacing: 1px;
    line-height: 1.7;
  }
}

.subTxt h6 {
  letter-spacing: 2px;
}
.subTxt h6::after {
  content: "";
  width: 20px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translateY(-50%);
}
.subTxt p {
  margin-bottom: 1rem;
}

.decoBorder {
  width: 80px;
  height: 1.5px;
  background: linear-gradient(to right, #179eb2 0, #025a90 30%, #164d90 50%, #20247a 100%);
  margin-right: 10px;
}

.bannerArea {
  overflow: hidden;
}
.bannerArea .slogan {
  position: absolute;
  opacity: 0;
}
.bannerArea .bannerBox {
  min-height: 97vh;
  justify-content: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 48% 0;
  }
}
.bannerArea .bannerBox .Txt {
  color: #fff;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt {
    text-align: center;
    margin-top: 2rem;
  }
}
.bannerArea .bannerBox .Txt h2 {
  color: #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 1.7rem;
  }
}
.bannerArea .bannerBox .Txt h2::after {
  content: "";
  width: 110px;
  height: 1.5px;
  background: linear-gradient(to right, #179eb2 0, #025a90 30%, #164d90 50%, #20247a 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bannerArea .bannerBox .Txt h3 {
  line-height: 1.5;
  font-family: "Noto Serif TC", serif;
}

.page01 {
  background: #1a89be;
}
.page01 .contentBox {
  padding-top: 5%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page01 .contentBox {
    padding-top: 10%;
  }
}
.page01 .Txt {
  color: #fff;
}
@media (max-width: 991px) {
  .page01 .Txt {
    text-align: center;
    margin-bottom: 5%;
  }
}
.page01 .Txt .subTitle {
  color: #fff;
  border: 1px solid #fff;
  margin-top: 0;
}
@media (max-width: 991px) {
  .page01 .Txt .subTitle {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .page01 .Txt p {
    text-align: center;
  }
}
.page01 .title h2 {
  color: #fff;
}
.page01 .title small {
  opacity: 0.8;
}

.page02 {
  overflow: hidden;
  padding: 7% 0 3% 0;
}
@media (max-width: 991px) {
  .page02 {
    padding: 30% 5% 0 5%;
  }
}
.page02 .stage .layer {
  background-position: top left;
}
.page02 .Txt {
  display: inline-block;
  z-index: 5;
}
.page02 .Txt h2 {
  display: inline-block;
  text-align: left;
}
.page02 .Txt h2 span {
  display: flex;
  align-items: center;
}
.page02 .Txt h4 {
  text-align: center;
  padding: 5px 14px 6px 14px;
}
@media (max-width: 1500px) {
  .page02 .Txt h4 {
    padding: 5px 25px 6px 25px;
  }
}
.page02 .Txt p {
  max-width: 362px;
}
@media (max-width: 991px) {
  .page02 .Txt p {
    max-width: 100%;
  }
}
.page02 .subTxt p {
  max-width: 100%;
}
.page02 img {
  width: 60%;
  display: block;
  margin: 2rem auto 0 auto;
  z-index: 5;
}
@media (max-width: 1500px) {
  .page02 img {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .page02 img {
    width: 70%;
    margin: 1rem auto 1.5rem auto;
  }
}
@media (max-width: 767px) {
  .page02 img {
    width: 100%;
    margin: 2rem auto 2.5rem auto;
  }
}
.page02 .imgSlick {
  margin-top: 2rem;
  margin-left: -43%;
}
@media (max-width: 991px) {
  .page02 .imgSlick {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.page02 .imgSlick::after {
  content: "";
  width: 30%;
  height: 100%;
  background-image: url(../images/img/page01-deco-bg.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2px;
}
@media (max-width: 991px) {
  .page02 .imgSlick::after {
    width: 0;
  }
}
.page02 .imgSlick .item {
  padding: 0 5px;
}
@media (max-width: 991px) {
  .page02 .imgSlick .item {
    padding: 0;
  }
}
.page02 .imgSlick .slick-prev {
  left: 31%;
}
@media (max-width: 991px) {
  .page02 .imgSlick .slick-prev {
    left: 0;
  }
}
.page02 .imgSlick .slick-dots {
  width: 78.5%;
  text-align: right;
}
@media (max-width: 991px) {
  .page02 .imgSlick .slick-dots {
    width: 100%;
    text-align: center;
  }
}

.page03 {
  padding: 5%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page03 {
    padding: 15% 5% 20% 5%;
  }
}
.page03 .stage .layer {
  background-position: bottom right;
}
.page03 h5 {
  color: #808080;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  text-align: center;
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .page03 h5 {
    font-size: 1rem;
  }
}
.page03 .title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page03 .title {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.page03 .title h2 {
  text-align: left;
}
@media (max-width: 991px) {
  .page03 .title h2 span {
    margin-left: 4rem;
  }
}
.page03 .title small {
  color: #bbcad2;
}
.page03 .Txt p {
  max-width: 460px;
  margin: 0 auto 1.5rem auto;
}
@media (max-width: 1500px) {
  .page03 .Txt p {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .page03 .Txt p {
    max-width: 100%;
  }
}

.page04 {
  padding: 15% 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page04 {
    background: #535357;
    padding: 20% 0 0 0;
  }
}
@media (max-width: 991px) {
  .page04 .contentBox {
    padding: 0 5%;
  }
}
.page04 .decoBorder {
  background: #fff;
}
@media (max-width: 991px) {
  .page04 .decoBorder {
    width: 55px;
  }
}
.page04 .TxtBox {
  background: #76757a;
  padding: 5% 3% 5% 5%;
}
@media (max-width: 1500px) {
  .page04 .TxtBox {
    margin-left: 7%;
    padding: 7% 3% 7% 5%;
  }
}
@media (max-width: 991px) {
  .page04 .TxtBox {
    padding: 10% 5%;
    margin-left: 0;
  }
}
.page04 .Txt h2 {
  display: inline-block;
  text-align: left;
  color: #fff;
  margin: 1rem 0 2rem 0;
}
@media (max-width: 991px) {
  .page04 .Txt h2 {
    margin-bottom: 1.5rem;
  }
}
.page04 .Txt h2 span {
  display: flex;
  align-items: center;
}
.page04 .Txt p {
  color: #fff;
  width: 93%;
}
@media (max-width: 991px) {
  .page04 .Txt p {
    width: 100%;
  }
}

.page05 {
  padding: 7% 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .page05 {
    padding: 7%;
  }
}
@media (max-width: 991px) {
  .page05 {
    padding: 15% 0;
  }
}
@media (max-width: 767px) {
  .page05 {
    padding: 30% 0 15% 0;
  }
}
.page05 .itemBox {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .page05 .itemBox {
    margin-top: 0;
  }
}
.page05 .col:nth-child(2) .imgBox {
  background: #d7dce2;
}
.page05 .col:nth-child(3) .imgBox {
  background: #d7dce2;
}
@media (max-width: 767px) {
  .page05 .col:nth-child(3) .imgBox {
    background: #fafbfc;
  }
}
@media (max-width: 767px) {
  .page05 .col:nth-child(4) .imgBox {
    background: #d7dce2;
  }
}
.page05 .col:nth-child(4) .imgBox .Img {
  width: 40%;
}
.page05 .item {
  align-items: center;
  justify-content: center;
}
.page05 .item .imgBox {
  background: #fafbfc;
  min-height: 177px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .page05 .item .imgBox {
    min-height: 160px;
  }
}
.page05 .item .imgBox .Img {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page05 .item .Txt {
    text-align: center;
    margin-top: 1rem;
  }
}
.page05 .item .Txt h6 {
  font-family: "Noto Serif TC", serif;
  display: inline-block;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .page05 .item .Txt p {
    text-align: center;
  }
}

.page06 {
  padding: 8% 0;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .page06 {
    padding: 8% 0 8% 10%;
  }
}
@media (max-width: 991px) {
  .page06 {
    background: #000;
    padding: 0 0 15% 0;
  }
}
@media (max-width: 991px) {
  .page06 .Txt {
    text-align: center;
    padding: 0 2%;
  }
}
.page06 .Txt h2 {
  color: #fff;
}
.page06 .Txt .subTitle {
  padding: 5px 15px 6px 15px;
}
.page06 .Txt p {
  width: 36%;
  color: #fff;
}
@media (max-width: 1500px) {
  .page06 .Txt p {
    width: 38%;
  }
}
@media (max-width: 991px) {
  .page06 .Txt p {
    width: 100%;
  }
}

.page07 {
  padding: 7% 10% 12% 10%;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .page07 {
    padding: 7% 7% 12% 7%;
  }
}
@media (max-width: 991px) {
  .page07 {
    padding: 15% 5% 20% 5%;
  }
}
.page07 .stage .layer {
  background-position: bottom right;
}
.page07 .topBox {
  margin-bottom: 5%;
}
.page07 .Txt h2 {
  display: inline-block;
  text-align: left;
}
.page07 .Txt h2 span {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.page07 .Txt .subTitle {
  margin: 0 0 1rem 0;
  padding: 5px 15px 6px 15px;
}
@media (max-width: 991px) {
  .page07 .Txt .subTitle {
    margin: 0 0 1.2rem 0;
  }
}
@media (max-width: 991px) {
  .page07 .decoBorder {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .page07 .title {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .page07 .subTxt {
    margin: 1rem 0 2.3rem 0;
  }
}/*# sourceMappingURL=style.css.map */