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

.bannerArea {
  overflow: hidden;
}
.bannerArea .slogan {
  position: absolute;
  opacity: 0;
}
.bannerArea .bannerBox {
  align-items: center;
  min-height: 100vh;
  padding-bottom: 5vh;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0vh;
    padding: 39% 0 79% 0;
  }
}
.bannerArea .bannerBox img {
  display: block;
  margin: 0 auto;
}
.bannerArea .bannerBox .mainLogo {
  width: 45%;
  margin: 3rem auto 1rem auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .mainLogo {
    width: 75%;
    margin: 5rem auto 0.5rem auto;
  }
}
.bannerArea .bannerBox .subLogo {
  width: 15%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .subLogo {
    width: 30%;
  }
}
.bannerArea .bannerBox h2 {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.813);
  text-align: center;
  letter-spacing: 10px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h2 {
    font-size: 1.2rem;
    letter-spacing: 5px;
    padding-left: 5px;
    text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.535);
  }
}

.Txt {
  z-index: 2;
}
.Txt h2 {
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .Txt h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.7rem;
    letter-spacing: 5px;
  }
}
.Txt h3 {
  letter-spacing: 5px;
}
@media (max-width: 1600px) {
  .Txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
.Txt p {
  letter-spacing: 3px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .Txt p {
    letter-spacing: 2px;
  }
}
.Txt .title span {
  font-family: "Cinzel", serif;
}

.page01 {
  padding-top: 10%;
  background: linear-gradient(to right, #016EB4 0, #006eb4 30%, #016bb2 40%, #006cb3 50%, #016bb4 70%, #006cb6 80%, #0072bc 90%);
}
@media (max-width: 991px) {
  .page01 {
    padding-top: 38%;
  }
}
@media (max-width: 767px) {
  .page01 {
    padding-top: 68%;
    background: linear-gradient(to bottom, #015fad 0, #015fad 15%, #006eb6 30%);
  }
}
@media (max-width: 991px) {
  .page01 .TxtBox {
    display: flex;
    justify-content: space-between;
    padding: 15% 5% 0 5%;
  }
}
@media (max-width: 767px) {
  .page01 .TxtBox {
    padding: 20% 5% 0 5%;
  }
}
.page01 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page01 .Txt {
    display: flex;
    flex-direction: row-reverse;
  }
}
.page01 .Txt .title {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 7%;
  margin-bottom: 0.5rem;
}
@media (max-width: 1700px) {
  .page01 .Txt .title {
    padding-top: 5%;
  }
}
@media (max-width: 991px) {
  .page01 .Txt .title {
    flex-direction: row-reverse;
    padding-top: 0;
    align-items: start;
    margin-bottom: 0;
  }
}
.page01 .Txt .title h2 {
  color: #fff;
}
@media (max-width: 991px) {
  .page01 .Txt .title h2 {
    margin: 0;
    writing-mode: vertical-lr;
    text-align: left;
    letter-spacing: 7px;
  }
}
.page01 .Txt .title h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #00adeb;
  position: absolute;
  bottom: -7px;
  left: 0;
}
@media (max-width: 991px) {
  .page01 .Txt .title h2::before {
    width: 1px;
    height: 95%;
    bottom: auto;
    top: 0;
    left: auto;
    right: -1px;
  }
}
@media (max-width: 991px) {
  .page01 .Txt .title h2:first-child::before {
    width: 0;
  }
}
.page01 .Txt .title h2:last-child {
  display: inline-block;
}
@media (max-width: 991px) {
  .page01 .Txt .title h2:last-child::after {
    content: "";
    width: 1px;
    height: 95%;
    background: #00adeb;
    position: absolute;
    top: 0;
    left: -1px;
  }
}
.page01 .Txt .title h2:last-child::before {
  content: "";
  width: 96%;
  height: 1px;
  background: #00adeb;
  position: absolute;
  bottom: -7px;
  left: 0;
}
@media (max-width: 991px) {
  .page01 .Txt .title h2:last-child::before {
    width: 1px;
    height: 95%;
    bottom: auto;
    top: 0;
    left: auto;
    right: -1px;
  }
}
.page01 .Txt h3 {
  color: #bae5fa;
  line-height: 1.5;
  letter-spacing: 5px;
}
.page01 .Txt h3 span {
  color: #fff;
}
@media (max-width: 991px) {
  .page01 .Txt h3 {
    writing-mode: vertical-rl;
    text-align: left;
    margin-right: 5px;
    font-size: 1.2rem;
  }
}
.page01 .subTxt {
  color: #4295c9;
}
.page01 .subTxt span {
  font-family: "Cinzel", serif;
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  letter-spacing: 3px;
}
.page01 .subTxt p {
  display: inline-block;
  letter-spacing: 3px;
  margin-top: 5px;
  font-size: 0.8rem;
  border-top: 1px solid #4295c9;
  margin-top: 5px;
  padding-top: 5px;
}

.page02 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page02 {
    padding-bottom: 28%;
  }
}
.page02 .contentBox {
  align-items: center;
}
@media (max-width: 991px) {
  .page02 .contentBox {
    display: block;
    position: absolute;
    top: 14%;
    left: 52%;
    transform: translateX(-50%);
    z-index: 3;
    width: 341px;
  }
}
.page02 .Txt {
  color: #fff;
  padding-left: 15%;
}
@media (max-width: 991px) {
  .page02 .Txt {
    padding-left: 0;
  }
}
.page02 .Txt .title {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .page02 .Txt .title {
    align-items: end;
  }
}
.page02 .Txt .title span {
  writing-mode: vertical-rl;
  font-size: 11px;
  margin-right: 1rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .page02 .Txt .title span {
    font-size: 8px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .page02 .Txt .title h2 {
    line-height: 1.6;
  }
}
.page02 .Txt .title h2::after {
  content: "";
  width: 80%;
  height: 30%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3490196078) 0, rgba(255, 255, 255, 0.1725490196) 70%, transparent 100%);
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (max-width: 991px) {
  .page02 .Txt .title h2::after {
    bottom: 0;
  }
}
.page02 .Txt .subTxt {
  padding-left: 2.5rem;
  margin-top: 1.5rem;
}
.page02 .Txt .subTxt::after {
  content: "";
  width: 2px;
  height: 90%;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 1rem;
}
@media (max-width: 991px) {
  .page02 .Txt .subTxt::after {
    width: 1px;
    top: 3px;
    height: 88%;
  }
}
@media (max-width: 991px) {
  .page02 .Txt .subTxt p {
    letter-spacing: 4px;
  }
}
.page02 .Img .innerImg {
  padding-top: 87%;
}
@media (max-width: 991px) {
  .page02 .Img .innerImg {
    padding-top: 216%;
  }
}
.page02 .Img .innerImg .image {
  border-bottom-left-radius: 270px;
}
@media (max-width: 991px) {
  .page02 .Img .innerImg .image {
    border-bottom-left-radius: 0;
  }
}

.page03 {
  overflow: hidden;
}
.page03 .stage .layer {
  background-size: contain;
}
.page03 .TxtBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page03 .TxtBox .Txt .title {
  display: inline-block;
}
.page03 .TxtBox .Txt .title span {
  color: #b4b4b5;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  position: absolute;
  top: 7%;
  left: 46%;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt .title span {
    font-size: 7px;
    top: 13%;
  }
}
.page03 .TxtBox .Txt .title h2 {
  color: #2a5e58;
}
.page03 .TxtBox .Txt .subTxt {
  color: #595757;
}
.page03 .TxtBox .Txt .subTxt h3 {
  display: inline-block;
  padding-top: 1rem;
  margin: 1rem 0;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt .subTxt h3 {
    padding-top: 0.5rem;
    letter-spacing: 3px;
    margin: 0 0 2rem 0;
  }
}
.page03 .TxtBox .Txt .subTxt h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0, rgba(114, 113, 113, 0.2235294118) 5%, #727171 50%, rgba(114, 113, 113, 0.2235294118) 95%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.page03 .slickBox::after {
  content: "";
  width: 180px;
  height: 220px;
  background-image: url(../images/img/page03-deco-pic-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2%;
  left: 99.9%;
}
@media (max-width: 991px) {
  .page03 .slickBox::after {
    background-image: url(../images/img/page03-deco-pic-2.png);
    bottom: 85%;
    left: auto;
    right: 0;
    width: 78px;
    height: 100px;
    z-index: -1;
  }
}
.page03 .Img .innerImg {
  padding-top: 98%;
}
.page03 .Img .infoImg {
  padding: 7% 1rem;
}

.page04 {
  overflow: hidden;
  padding-top: 3%;
}
.page04 .Txt p {
  text-align: center;
  padding: 5% 0;
}
.page04 .Img .innerImg {
  padding-top: 127%;
}
.page04 .Img .infoImg {
  text-align: left;
}

.page05 {
  padding: 5% 0 7% 0;
}
@media (max-width: 991px) {
  .page05 {
    padding: 20% 0 10% 0;
  }
}
.page05 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page05 .Txt {
    text-align: left;
    padding-left: 2%;
  }
}
.page05 .Txt h2 {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
.page05 .Txt h3 {
  color: #2a5e58;
  margin: 1rem 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page05 .Txt h3 {
    letter-spacing: 3px;
  }
}
.page05 .Txt p {
  color: #595757;
}
@media (max-width: 991px) {
  .page05 .Txt p {
    padding-left: 1rem;
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .page05 .Txt p::after {
    content: "";
    width: 1px;
    height: 90%;
    background: #898989;
    position: absolute;
    top: 5px;
    left: 0;
  }
}
.page05 .Txt span {
  color: #fff;
  font-family: "Cinzel", serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
@media (max-width: 991px) {
  .page05 .Txt span {
    text-align: right;
    display: block;
    font-size: 7px;
  }
}
.page05 img {
  width: 70%;
  display: block;
  margin: 3% auto 7% auto;
}
@media (max-width: 991px) {
  .page05 img {
    width: 90%;
    margin: 13% auto 20% auto;
  }
}

.page06 {
  padding: 17% 0;
  overflow: hidden;
}
@media (max-width: 1700px) {
  .page06 {
    padding: 15% 0;
  }
}
@media (max-width: 1600px) {
  .page06 {
    padding: 13% 0;
  }
}
@media (max-width: 991px) {
  .page06 {
    padding: 13% 0 11% 0;
  }
}
.page06 .contentBox .mainLogo {
  width: 45%;
  display: block;
  margin: 3rem auto 1rem auto;
}
@media (max-width: 991px) {
  .page06 .contentBox .mainLogo {
    width: 60%;
    margin: 0 auto 0.5rem auto;
  }
}
.page06 .contentBox .subLogo {
  width: 15%;
}
@media (max-width: 991px) {
  .page06 .contentBox .subLogo {
    width: 30%;
  }
}
.page06 .contentBox h2 {
  color: #fff;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.813);
  text-align: center;
  letter-spacing: 10px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .page06 .contentBox h2 {
    font-size: 0.9rem;
    letter-spacing: 5px;
    padding-left: 5px;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.764);
  }
}
.page06 .contentBox b {
  font-weight: 700;
  font-size: 4.6rem;
  color: #fff;
  display: block;
  text-align: center;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.813);
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 7px;
  padding-left: 7px;
  line-height: 1;
}
@media (max-width: 991px) {
  .page06 .contentBox b {
    font-size: 1.53rem;
    padding-left: 5px;
    letter-spacing: 5px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.686);
  }
}
.page06 .contentBox a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */