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

.Txt h2 {
  font-size: calc(1rem + 0.9vw);
  letter-spacing: 2px;
  font-family: "Noto Serif TC", serif;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .Txt h2 {
    font-size: calc(1.1rem + 0.7vw);
  }
}
@media (max-width: 991px) {
  .Txt h2 {
    letter-spacing: 2px;
  }
}
.Txt h3 {
  font-size: calc(0.55rem + 0.9vw);
  font-family: "Cinzel", serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: calc(0.8rem + 0.9vw);
  }
}
.Txt p {
  font-size: calc(0.1rem + 0.9vw);
  line-height: 1.7;
  margin-bottom: 0;
  text-align: justify;
}
@media (max-width: 991px) {
  .Txt p {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .Txt p br {
    display: none;
  }
}

.bannerArea {
  overflow: hidden;
  background-image: url(../images/img/page-bg.jpg);
  background-size: contain;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .bannerArea {
    font-size: 0.9rem;
    background-image: url(../images/img/page-bg-m.jpg);
    background-attachment: scroll;
  }
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0vh;
    padding: 47% 0 55% 0;
  }
}
.bannerArea .bannerBox .logo {
  width: 10%;
  display: block;
  margin: 0 auto 4% auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 30%;
    margin: 0 auto 10% auto;
  }
}
.bannerArea .bannerBox .Txt {
  text-align: center;
  color: #b69341;
}
.bannerArea .bannerBox .Txt h2 {
  font-size: calc(1.2rem + 0.9vw);
  letter-spacing: 3px;
}
@media (max-width: 1500px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: calc(1.2rem + 0.7vw);
  }
}
.bannerArea .bannerBox .Txt h2 span {
  font-size: calc(1.7rem + 0.9vw);
}
@media (max-width: 1500px) {
  .bannerArea .bannerBox .Txt h2 span {
    font-size: calc(1.7rem + 0.7vw);
  }
}

.page01 {
  background-image: url(../images/img/page01-img.jpg);
  background-size: cover;
  padding: 15% 0;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .page01 {
    background-image: url(../images/img/page01-img-m.jpg);
    padding: 34% 0;
    background-attachment: scroll;
  }
}
.page01 .TxtBox {
  text-align: center;
}
.page01 .TxtBox .Txt {
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 7% 5%;
  background: rgba(0, 0, 0, 0.3215686275);
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt {
    padding: 10% 5%;
    background: rgba(0, 0, 0, 0.5098039216);
    margin: 0 5%;
  }
}
.page01 .TxtBox .Txt h2 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt h2 {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

.page02 {
  overflow: hidden;
}

.page {
  overflow: hidden;
}
.page .Txt h2 {
  color: #bb922c;
}
.page .Txt h3 {
  color: rgba(179, 164, 121, 0.537254902);
}

.page03 .TxtBox, .page04 .TxtBox, .page06 .TxtBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page03 .Txt, .page04 .Txt, .page06 .Txt {
  width: 60%;
}
@media (max-width: 991px) {
  .page03 .Txt, .page04 .Txt, .page06 .Txt {
    width: 90%;
    padding-bottom: 2rem;
  }
}
.page03 .Txt p, .page04 .Txt p, .page06 .Txt p {
  width: 100%;
  padding-left: 1rem;
  margin-top: 2rem;
  margin-left: 1rem;
}
@media (max-width: 991px) {
  .page03 .Txt p, .page04 .Txt p, .page06 .Txt p {
    margin-top: 1rem;
    margin-left: 0;
  }
}
.page03 .Txt p::after, .page04 .Txt p::after, .page06 .Txt p::after {
  content: "";
  width: 1px;
  height: 104%;
  background: #b3a479;
  position: absolute;
  top: -2%;
  left: 0;
}

.page03 {
  padding: 7% 0;
}
@media (max-width: 991px) {
  .page03 {
    padding: 12% 0;
  }
}

.page04 {
  padding-bottom: 7%;
}
@media (max-width: 991px) {
  .page04 {
    padding-bottom: 12%;
  }
}
.page04 .imgSlick::after {
  content: "";
  width: 30%;
  height: 20%;
  background-image: url(../images/img/page04-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 95%;
  right: 0;
  z-index: -1;
}

.page05 {
  padding: 5% 0;
  background-image: url(../images/img/page-bg.jpg);
  background-size: contain;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .page05 {
    font-size: 0.9rem;
    background-image: url(../images/img/page-bg-m.jpg);
    background-attachment: scroll;
    padding: 10% 0;
  }
}
.page05 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page05 .Txt {
    padding: 0 5%;
  }
}
.page05 .Txt b {
  font-family: "Noto Serif TC", serif;
  color: #b3a479;
  font-weight: 400;
  display: block;
  letter-spacing: 3px;
  font-size: calc(1.5rem + 0.9vw);
}
@media (max-width: 1500px) {
  .page05 .Txt b {
    font-size: calc(1.5rem + 0.7vw);
  }
}
@media (max-width: 991px) {
  .page05 .Txt b {
    letter-spacing: 2px;
  }
}
.page05 .Txt h2 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .page05 .Txt h2 {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page05 .slickBox {
  margin-top: 3%;
  padding: 0 7%;
}
@media (max-width: 991px) {
  .page05 .slickBox {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .page05 .slickBox .slick-slide:nth-child(2n) {
    margin-top: 5%;
  }
}
.page05 .slickBox .item {
  padding: 0 7px;
}
@media (max-width: 991px) {
  .page05 .slickBox .item {
    padding: 0 10%;
  }
}
.page05 .slickBox .item .Img .innerImg {
  padding-top: 150%;
}
.page05 .slickBox .item p {
  text-align: center;
  color: #333;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .page05 .slickBox .slick-prev {
    left: -5%;
  }
}
@media (max-width: 991px) {
  .page05 .slickBox .slick-next {
    right: -5%;
  }
}

@media (max-width: 991px) {
  .page06 .Txt {
    padding: 12% 0 2rem 0;
  }
}
.page06 .Txt h3 {
  font-size: calc(0.75rem + 0.9vw);
  font-family: "Cinzel", serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page06 .Txt h3 {
    font-size: calc(0.9rem + 0.9vw);
  }
}
.page06 .imgBox::after {
  content: "";
  width: 20%;
  height: 30%;
  background-image: url(../images/img/page06-deco-pic.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 75%;
  left: -13%;
  z-index: -1;
}
.page06 .imgBox .innerImg {
  padding-top: 85%;
}

.page07 .Txt b, .page08 .Txt b {
  font-size: calc(1.3rem + 0.9vw);
  font-family: "Cinzel", serif;
  color: rgba(179, 164, 121, 0.3843137255);
  font-weight: 400;
}
@media (max-width: 1500px) {
  .page07 .Txt b, .page08 .Txt b {
    font-size: calc(1.3rem + 0.7vw);
  }
}
@media (max-width: 991px) {
  .page07 .Txt b, .page08 .Txt b {
    font-size: calc(1.5rem + 0.7vw);
  }
}

.page07 {
  padding: 10% 0;
}
@media (max-width: 991px) {
  .page07 {
    padding: 20% 0;
  }
}
.page07::after {
  content: "";
  width: 85%;
  height: 80%;
  border: 1px solid #b3a479;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .page07::after {
    width: 90%;
  }
}
.page07 .Txt {
  text-align: center;
  margin-bottom: 2%;
}
@media (max-width: 991px) {
  .page07 .Txt {
    margin-bottom: 1.5rem;
  }
}
.page07 .Txt b {
  color: rgba(179, 164, 121, 0.3843137255);
}
.page07 .Txt p {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .page07 .Txt p {
    padding: 0 12%;
  }
}
@media (min-width: 992px) {
  .page07 .item {
    padding: 0 7px;
  }
}
.page07 .Img .innerImg {
  padding-top: 49%;
}

.page08 {
  padding: 0 10% 5% 10%;
}
@media (max-width: 991px) {
  .page08 {
    padding: 0 5% 10% 5%;
  }
}
.page08 .item {
  background-image: url(../images/img/page08-decobg.jpg);
  background-size: contain;
  align-items: center;
  margin-top: 5%;
}
@media (max-width: 991px) {
  .page08 .item {
    margin-top: 8%;
  }
}
.page08 .item .TxtBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .page08 .item .TxtBox {
    padding: 10% 4%;
    display: block;
  }
}
.page08 .item .TxtBox .Txt h2 {
  font-size: calc(1rem + 0.6vw);
}
@media (max-width: 1500px) {
  .page08 .item .TxtBox .Txt h2 {
    font-size: calc(1.1rem + 0.35vw);
  }
}
@media (max-width: 991px) {
  .page08 .item .TxtBox .Txt h2 {
    font-size: calc(1rem + 0.4vw);
    letter-spacing: 1px;
    margin-bottom: 0;
  }
}
.page08 .item .TxtBox .Txt h3 {
  color: #b3a479;
  letter-spacing: 1px;
  font-family: "Noto Serif TC", serif;
}
.page08 .item .TxtBox .Txt p {
  border-top: 1px solid #fff;
  padding-top: 1rem;
  margin-top: 1rem;
  display: inline-block;
}
@media (max-width: 991px) {
  .page08 .item .TxtBox .Txt p {
    font-size: 0.85rem;
    display: block;
  }
}
.page08 .Img .innerImg {
  padding-top: 56%;
}

.page09 .Img .innerImg {
  padding-top: 43%;
}
@media (max-width: 991px) {
  .page09 .Img .innerImg {
    padding-top: 81%;
  }
}

[data-aos=custom-zoom-out] {
  transform: scale(1.1);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 3s ease, opacity 3s ease !important;
}

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

[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;
}/*# sourceMappingURL=style.css.map */