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

.Txt, .title {
  font-family: "Noto Serif TC", serif;
}

.bannerArea {
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
    padding: 5% 0 63% 0;
  }
}
.bannerArea .slogan {
  position: absolute;
  opacity: 0;
}
.bannerArea .bannerBox {
  padding-top: 5%;
}
.bannerArea .bannerBox img {
  width: 20%;
  margin-bottom: 1.5em;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox img {
    width: 17%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox img {
    width: 27%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerBox img {
    width: 50%;
  }
}
.bannerArea .bannerBox .Txt {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif TC", serif;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.678);
}
.bannerArea .bannerBox .Txt h3 {
  max-width: 260px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt h3 {
    max-width: 220px;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h3 {
    max-width: 176px;
    font-size: 1.4rem;
  }
}
.bannerArea .bannerBox .Txt h2 {
  margin-left: -29px;
  margin-top: 2rem;
  display: inline-block;
  border-bottom: 0px;
  padding-bottom: 5px;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-left: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
}
.bannerArea .bannerBox .Txt h4 {
  max-width: 757px;
  font-size: 1.5rem;
  padding-top: 8px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 0 auto;
  border-top: 1px solid #fff;
}
@media (max-width: 1600px) {
  .bannerArea .bannerBox .Txt h4 {
    font-size: 1.3rem;
    max-width: 640px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h4 {
    max-width: 100%;
    font-size: 1.1rem;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    line-height: 2;
    border-top: 0;
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h4 span {
    display: none;
  }
}

.page01 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page01 {
    padding-top: 90%;
    background: #01a0ea;
  }
}
.page01 .Txt {
  z-index: 2;
  color: #fff;
  text-align: center;
  padding-top: 2%;
}
@media (max-width: 991px) {
  .page01 .Txt {
    padding-top: 25%;
  }
}
@media (max-width: 1600px) {
  .page01 .Txt h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .page01 .Txt h2 {
    font-size: 3rem;
  }
}
.page01 .Txt .subTxt {
  display: flex;
  justify-content: center;
  align-items: start;
}
@media (max-width: 991px) {
  .page01 .Txt .subTxt {
    display: block;
    text-align: center;
  }
}
.page01 .Txt .subTxt h3 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 3px 0 7px 0;
  margin-right: 12px;
}
@media (max-width: 1600px) {
  .page01 .Txt .subTxt h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .page01 .Txt .subTxt h3 {
    font-size: 2rem;
    display: inline-block;
    margin: 12px 0;
  }
}
.page01 .Txt .subTxt h5 {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  .page01 .Txt .subTxt h5 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .page01 .Txt .subTxt h5 {
    font-size: 1.45rem;
    max-width: 196px;
    margin: 0 auto;
  }
}

.page02 {
  padding: 3rem 5%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page02 {
    padding: 3rem 10%;
  }
}
@media (max-width: 767px) {
  .page02 {
    padding: 2rem 2.2rem;
  }
}
.page02 img {
  width: 13%;
}
@media (max-width: 991px) {
  .page02 img {
    width: 25%;
    margin: 0 auto 1rem auto;
  }
}
@media (max-width: 767px) {
  .page02 img {
    width: 40%;
  }
}
.page02 .titleBox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .page02 .titleBox {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.page02 .titleBox .title {
  display: inline-block;
  margin-left: 3%;
}
@media (max-width: 991px) {
  .page02 .titleBox .title {
    margin-left: 0;
    display: block;
    text-align: center;
  }
}
.page02 .titleBox .title b {
  font-size: 4rem;
  color: #40220f;
  letter-spacing: 1rem;
  line-height: 1.1;
}
@media (max-width: 1500px) {
  .page02 .titleBox .title b {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  .page02 .titleBox .title b {
    font-size: 2.5rem;
  }
}
.page02 .titleBox .title span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 17px;
  margin-top: 3px;
}
@media (max-width: 1500px) {
  .page02 .titleBox .title span {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .page02 .titleBox .title span {
    font-size: 0.85rem;
    letter-spacing: 12px;
  }
}
.page02 .contentBox {
  background: #fff;
  align-items: center;
}
.page02 .Txt {
  padding-left: 10%;
}
@media (max-width: 1500px) {
  .page02 .Txt {
    padding-left: 4%;
  }
}
@media (max-width: 1314px) {
  .page02 .Txt {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .page02 .Txt {
    padding: 2rem 0;
  }
}
.page02 .Txt .item {
  margin-bottom: 2rem;
}
@media (max-width: 1500px) {
  .page02 .Txt .item {
    margin-bottom: 1rem;
  }
}
.page02 .Txt .item:last-child {
  margin-bottom: 0;
}
.page02 .Txt .item h4 {
  color: #c30d23;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 1314px) {
  .page02 .Txt .item h4 {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }
}
.page02 .Txt .item h4 b {
  font-weight: 900;
  margin-top: -12px;
}
@media (max-width: 1314px) {
  .page02 .Txt .item h4 b {
    font-size: 1.5rem;
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  .page02 .Txt .item h4 b {
    margin-top: -6px;
  }
}
.page02 .Txt .item p {
  margin-bottom: 0;
  color: #40220f;
}
@media (max-width: 1314px) {
  .page02 .Txt .item p {
    font-size: 0.9rem;
    text-align: justify;
  }
}

.page03 {
  overflow: hidden;
}

.page04 {
  padding: 10% 0;
}
@media (max-width: 991px) {
  .page04 {
    padding: 4rem 0 2rem 0;
  }
}
@media (min-width: 1600px) {
  .page04 .container {
    max-width: 1550px;
  }
}
.page04 .logo {
  width: 500px;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 1600px) {
  .page04 .logo {
    width: 450px;
  }
}
@media (max-width: 991px) {
  .page04 .logo {
    width: 280px;
  }
}
.page04 .Txt {
  color: #40220f;
  text-align: center;
}
.page04 .Txt h2 {
  font-size: 3.5rem;
  max-width: 380px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 0 auto 3rem auto;
}
@media (max-width: 1600px) {
  .page04 .Txt h2 {
    max-width: 350px;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .page04 .Txt h2 {
    width: 260px;
    font-size: 2.5rem;
  }
}
.page04 .Txt h3 {
  font-size: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 1600px) {
  .page04 .Txt h3 {
    font-size: 2rem;
  }
}
.page04 .Txt h3 span {
  font-weight: 500;
}
.page04 .Txt a {
  color: #40220f;
}
.page04 .Txt .number {
  display: inline-block;
}
@media (max-width: 991px) {
  .page04 .Txt .number {
    font-size: 1.7rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.65rem;
    margin-bottom: 2rem;
  }
}
.page04 .Txt .number::after {
  content: "";
  width: 143px;
  height: 1px;
  background: #c9a063;
  position: absolute;
  top: 50%;
  right: 103%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .page04 .Txt .number::after {
    width: 114px;
  }
}
@media (max-width: 991px) {
  .page04 .Txt .number::after {
    width: 110%;
    top: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.page04 .Txt .number::before {
  content: "";
  width: 143px;
  height: 1px;
  background: #c9a063;
  position: absolute;
  top: 50%;
  left: 103%;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .page04 .Txt .number::before {
    width: 114px;
  }
}
@media (max-width: 991px) {
  .page04 .Txt .number::before {
    width: 0;
  }
}
.page04 .Txt p {
  letter-spacing: 5px;
  font-size: 1rem;
  padding-left: 5px;
  text-align: center;
}
@media (max-width: 1600px) {
  .page04 .Txt p {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */