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

p {
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.7;
}
@media (max-width: 991px) {
  p {
    font-weight: 400;
    line-height: 1.3;
  }
}

.bannerArea {
  overflow: hidden;
}
.bannerArea .bannerBox {
  padding: 25% 0 20% 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    padding: 0 0 15% 0;
  }
}
.bannerArea .bannerBox h1 {
  font-family: "Noto Serif TC", serif;
  line-height: 1.5;
  font-size: calc(3px + 3vw);
  margin-bottom: 17%;
  margin-top: 14%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h1 {
    font-size: calc(16px + 2vw);
    margin-bottom: 15%;
    margin-top: 47%;
  }
}
.bannerArea .bannerBox h1 span {
  color: #e2be87;
}
.bannerArea .bannerBox h2 {
  opacity: 0;
  position: absolute;
}
.bannerArea .bannerBox h3 {
  color: #e2be87;
  font-family: "Noto Serif TC", serif;
  font-size: calc(3px + 2vw);
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h3 {
    font-size: calc(10px + 2vw);
  }
}
.bannerArea .bannerBox h3:nth-of-type(2) {
  margin-top: 5%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox h3:nth-of-type(2) {
    margin-top: 5%;
  }
}
.bannerArea .bannerBox h3:nth-of-type(2) span {
  color: #fff;
}
.bannerArea .bannerBox p {
  font-size: calc(1px + 1.2vw);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox p {
    line-height: 1.7;
    font-size: calc(10px + 0.9vw);
  }
}
.bannerArea .bannerBox p:first-of-type {
  margin-bottom: 5%;
}
.bannerArea .bannerBox .date {
  font-size: calc(3px + 2.5vw);
  text-align: center;
  display: block;
  font-weight: 300;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .date {
    font-size: calc(10px + 2vw);
  }
}
.bannerArea .bannerBox .date small {
  font-size: calc(3px + 1.5vw);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .date small {
    font-size: calc(5px + 2vw);
  }
}
.bannerArea .bannerBox .date span {
  font-family: "Noto Serif TC", serif;
}
.bannerArea .bannerBox .Img {
  width: 70%;
  margin: 0 auto 12% auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Img {
    width: 85%;
    margin-bottom: 12%;
  }
}
.bannerArea .bannerBox .Img .innerImg {
  padding-top: 26%;
}
.bannerArea .bannerBox a {
  transition: all 0.4s ease;
  display: inline-block;
}
.bannerArea .bannerBox a:hover {
  transform: scale(1.03);
  transition: all 0.4s ease;
}
.bannerArea .bannerBox .shiningLogo {
  width: 20%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .shiningLogo {
    width: 35%;
  }
}

.page {
  padding-bottom: 10%;
  color: #fff;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 991px) {
  .page {
    padding-bottom: 15%;
    margin-top: -3px;
  }
}
.page .stage .layer {
  background-position: top;
}
.page p {
  line-height: 2;
  margin-bottom: 15%;
}
@media (max-width: 991px) {
  .page p {
    margin-bottom: 7%;
  }
}
.page .videoBox {
  padding: 12% 10%;
}
.page .ytVideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.page .ytVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .Txt {
  display: flex;
}
.page .Txt h2 {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-family: "Noto Serif TC", serif;
  font-size: calc(3px + 2.3vw);
  line-height: 1.7;
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: calc(14px + 1.8vw);
    line-height: 1.4;
  }
}
.page .firstTxt {
  margin: 11% 0 17% 15%;
}
@media (max-width: 991px) {
  .page .firstTxt {
    margin: 0% 0 1% 3%;
  }
}
.page .firstTxt h2 span {
  margin-top: 22%;
}
@media (max-width: 991px) {
  .page .firstTxt h2 span {
    margin-top: 22.5%;
  }
}
.page .firstTxt .text {
  margin-top: 11.5%;
  margin-left: 2%;
}
@media (max-width: 991px) {
  .page .firstTxt .text {
    margin-top: 20%;
  }
}
.page .secondaryTxt {
  justify-content: center;
  margin: 25% 0 0 5%;
}
@media (max-width: 991px) {
  .page .secondaryTxt {
    margin: 53% 20% 10% 0;
  }
}
@media (max-width: 767px) {
  .page .secondaryTxt {
    margin: 15% 0 10% 3%;
    justify-content: start;
  }
}
.page .secondaryTxt h2 span {
  margin-top: 27%;
}
@media (max-width: 991px) {
  .page .secondaryTxt h2 span {
    margin-top: 29%;
  }
}
.page .secondaryTxt .text {
  text-align: right;
  margin-top: 20%;
  margin-right: 2%;
}
@media (max-width: 991px) {
  .page .secondaryTxt .text {
    margin-top: 31%;
  }
}
.page .secondaryTxt .text p span {
  margin-right: -2px;
}
.page .tertiaryTxt {
  margin: 55% 0 0 35%;
  justify-content: center;
}
@media (max-width: 991px) {
  .page .tertiaryTxt {
    margin: 68% 0 0 47%;
  }
}
@media (max-width: 767px) {
  .page .tertiaryTxt {
    margin: 55% 0 0 47%;
  }
}
.page .imgBox {
  width: 39%;
}
@media (max-width: 991px) {
  .page .imgBox {
    width: 38%;
  }
}
.page .imgBox img {
  width: 100%;
  margin-bottom: 3%;
}
.page .imgBox .imgTitle {
  position: absolute;
  top: 0;
  z-index: 2;
}
.page .imgBox .imgTitle b {
  color: #e2be87;
  font-weight: 600;
  font-family: "Noto Serif TC", serif;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: calc(5px + 7vw);
}
.page .firstImgBox {
  margin-left: auto;
}
.page .firstImgBox .imgTitle {
  left: -17%;
}
@media (max-width: 991px) {
  .page .secondaryImgBox {
    margin-top: -9%;
  }
}
@media (max-width: 767px) {
  .page .secondaryImgBox {
    margin-top: -20%;
  }
}
.page .secondaryImgBox .imgTitle {
  left: 94%;
}
.page .btnBox {
  text-align: center;
  margin: 12% 0 22% 0;
}
@media (max-width: 991px) {
  .page .btnBox {
    margin: 38% 0 30% 0%;
  }
}
@media (max-width: 767px) {
  .page .btnBox {
    margin: 11% 0 23% 0%;
  }
}
.page .btnBox h4 {
  font-family: "Noto Serif TC", serif;
  font-size: calc(3px + 2.3vw);
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .page .btnBox h4 {
    font-size: calc(14px + 1.8vw);
  }
}
.page .btnBox h2 {
  opacity: 0;
  position: absolute;
}
.page .btnBox .btnGroup a {
  font-family: "Noto Serif TC", serif;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.4% 1.8% 0.6% 2.4%;
  font-size: calc(3px + 1.5vw);
  letter-spacing: calc(1px + 0.5vw);
  transition: all 0.4s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .page .btnBox .btnGroup a {
    font-size: calc(7px + 2vw);
    padding: 0.7% 3.1% 1% 3.7%;
    border: 1px solid rgba(255, 255, 255, 0.5098039216);
  }
}
.page .btnBox .btnGroup a:hover {
  border: 1px solid #851014;
  background: #fff;
  color: #851014;
  transition: all 0.4s ease;
}
.page .btnBox .btnGroup a:nth-of-type(2) {
  letter-spacing: calc(1px + 0.2vw);
  padding: 0.4% 1.9% 0.6% 2.3%;
}
.page .btnBox .btnGroup span {
  margin: 0 1%;
  font-family: "Noto Serif TC", serif;
  font-size: calc(3px + 1.5vw);
}
@media (max-width: 991px) {
  .page .btnBox .btnGroup span {
    font-size: calc(7px + 2vw);
  }
}
.page .btnBox p {
  margin-bottom: 4%;
}
.page .infoBox {
  display: flex;
  justify-content: center;
  margin-top: 10%;
}
@media (max-width: 991px) {
  .page .infoBox {
    display: block;
    margin: 34% 7% 0 7%;
  }
}
.page .infoBox .infoTitle {
  width: 10%;
  margin-right: 3%;
}
.page .infoBox .infoTitle b {
  color: #904236;
  font-weight: 600;
  display: block;
  font-family: "Noto Serif TC", serif;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: calc(5px + 7vw);
}
.page .infoBox .infoText {
  width: 66%;
  margin-top: 17%;
}
@media (max-width: 991px) {
  .page .infoBox .infoText {
    width: 94%;
    margin-top: 10%;
    margin-left: 3%;
  }
}
.page .infoBox .infoText h5 {
  font-size: calc(3px + 1.5vw);
  margin-bottom: 5%;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page .infoBox .infoText h5 {
    font-size: calc(10px + 1.5vw);
  }
}
.page .infoBox .infoText h6 {
  font-size: calc(1px + 1.2vw);
  margin-bottom: 1%;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page .infoBox .infoText h6 {
    font-size: calc(10px + 1.2vw);
    margin-bottom: 3%;
  }
}
.page .infoBox .infoText ul {
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .page .infoBox .infoText ul {
    padding-left: 4%;
    margin-bottom: 10%;
  }
}
.page .infoBox .infoText ul li {
  font-weight: 300;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .page .infoBox .infoText ul li {
    font-weight: 400;
  }
}
.page .infoBox .infoText ul li span {
  font-weight: 700;
}
.page .infoBox .infoText hr {
  opacity: 1;
  margin: 8% 0 3% 0;
}
@media (max-width: 991px) {
  .page .infoBox .infoText hr {
    opacity: 0.5;
    margin: 25% 0 8% 0;
  }
}
.page .infoBox .infoText .date {
  margin-bottom: 3%;
}
.page .infoBox .infoText .date span {
  display: block;
  font-size: calc(3px + 1.5vw);
  margin-bottom: 0.5%;
}
@media (max-width: 991px) {
  .page .infoBox .infoText .date span {
    font-size: calc(1px + 4.2vw);
  }
}
.page .infoBox .infoText .date span b {
  margin-right: 2%;
  display: inline-block;
  letter-spacing: calc(1px + 0.05vw);
}
@media (max-width: 991px) {
  .page .infoBox .infoText .date span b {
    margin-right: 3%;
    letter-spacing: 0;
  }
}
.page .infoBox .infoText .date span small {
  font-size: calc(2px + 1vw);
}
@media (max-width: 991px) {
  .page .infoBox .infoText .date span small {
    font-size: calc(7px + 1vw);
  }
}
.page .infoBox .infoText .date span:first-of-type b {
  letter-spacing: calc(1px + 1.23vw);
  margin-right: 0.35%;
}
@media (max-width: 991px) {
  .page .infoBox .infoText .date span:first-of-type b {
    letter-spacing: 2.9vw;
    margin-right: 0;
  }
}
.page .infoBox .infoText p {
  margin-bottom: 0;
  text-align: justify;
}
.page .logoBox {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 7%;
}
@media (max-width: 991px) {
  .page .logoBox {
    margin-right: 3%;
  }
}
.page .logoBox img {
  display: block;
  width: 100%;
}
.page .logoBox .logo {
  width: 9%;
  margin-right: 1%;
}
@media (max-width: 991px) {
  .page .logoBox .logo {
    width: 21%;
    margin-right: 2%;
  }
}
.page .logoBox .tel {
  width: 22%;
}
@media (max-width: 991px) {
  .page .logoBox .tel {
    width: 53%;
  }
}

@media (max-width: 991px) {
  body {
    margin-bottom: 66px;
  }
}

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

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

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

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

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

@keyframes shine-animate {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
}/*# sourceMappingURL=style.css.map */