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

.bannerArea {
  overflow: hidden;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 50% 0 76% 0;
  }
}
.bannerArea .bannerBox .logo {
  width: 22%;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 767px) {
  .bannerArea .bannerBox .logo {
    width: 65%;
    margin-bottom: 1.5rem;
  }
}
.bannerArea .bannerBox h2 {
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: normal;
}
.bannerArea .bannerBox h2 span {
  color: #c19a61;
}

h2 {
  font-size: calc(1.2rem + 0.9vw);
  font-family: SweiSpringCJKtc;
  letter-spacing: 2px;
  font-weight: bold;
}
@media (max-width: 991px) {
  h2 {
    letter-spacing: 1px;
  }
}

h3 {
  font-size: calc(1rem + 0.7vw);
  font-family: SweiSpringCJKtc;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.7568627451);
}
@media (max-width: 991px) {
  h3 {
    letter-spacing: 1px;
  }
}

.font-EN {
  font-family: "Cinzel", serif;
  font-size: calc(1rem + 0.7vw);
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .font-EN {
    letter-spacing: 1px;
    font-size: calc(1.2rem + 0.9vw);
  }
}

p {
  font-size: calc(6px + 0.65vw);
}
@media (max-width: 991px) {
  p {
    font-size: calc(11px + 0.85vw);
  }
}

.Txt {
  z-index: 2;
}
.Txt p {
  text-align: justify;
  line-height: 1.8;
}

.page01 {
  overflow: hidden;
}
@media (max-width: 991px) {
  .page01 {
    background: #0495d5;
    padding-top: 68%;
  }
}
.page01 .TxtBox {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .page01 .TxtBox {
    top: 5%;
  }
}
.page01 .Txt {
  color: #fff;
  padding: 0 5%;
}
.page01 .Txt .title {
  border-left: 8px solid rgba(13, 78, 138, 0.6039215686);
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .page01 .Txt .title {
    margin-bottom: 1.5rem;
  }
}
.page01 .Txt h3, .page01 .Txt .font-EN {
  color: rgba(255, 255, 255, 0.6705882353);
}
.page01 .Img .innerImg {
  padding-top: 56%;
}

.page02, .page05 {
  overflow: hidden;
}
.page02 .Txt, .page05 .Txt {
  text-align: center;
}
.page02 .Txt .title, .page05 .Txt .title {
  text-align: center;
}
.page02 .Txt .title h3, .page05 .Txt .title h3 {
  display: inline-block;
  border-bottom: 5px solid rgba(255, 255, 255, 0.2392156863);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .page02 .Txt .title h3, .page05 .Txt .title h3 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .page02 .Txt p, .page05 .Txt p {
    width: 68%;
    margin: 0 auto;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
.page02 .Txt .font-EN, .page05 .Txt .font-EN {
  color: rgba(255, 255, 255, 0.5137254902);
  font-size: calc(1rem + 0.9vw);
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  .page02 .Txt .font-EN, .page05 .Txt .font-EN {
    font-size: calc(1.2rem + 0.9vw);
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}

.page02 {
  display: flex;
  align-items: center;
  padding: 7% 0;
}
@media (max-width: 991px) {
  .page02 {
    flex-direction: column-reverse;
    padding: 15% 0;
  }
}
.page02 .imgBox {
  width: 63%;
}
@media (max-width: 991px) {
  .page02 .imgBox {
    width: 100%;
  }
}
.page02 .TxtBox {
  width: 37%;
}
@media (max-width: 991px) {
  .page02 .TxtBox {
    width: 100%;
    padding: 0 5%;
  }
}

.page03, .page06 {
  overflow: hidden;
}
.page03 .TxtBox, .page06 .TxtBox {
  padding: 5% 5% 3% 5%;
}
@media (max-width: 991px) {
  .page03 .TxtBox, .page06 .TxtBox {
    padding: 15% 5% 5% 5%;
  }
}
.page03 .TxtBox .Txt .title, .page06 .TxtBox .Txt .title {
  border-left: 8px solid rgba(193, 155, 97, 0.6862745098);
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .page03 .TxtBox .Txt .title, .page06 .TxtBox .Txt .title {
    margin-bottom: 1.5rem;
  }
}

.page03 .imgBox {
  padding: 5% 5% 10% 5%;
  background: #f0f0f0;
}
@media (max-width: 991px) {
  .page03 .imgBox {
    padding: 15% 5% 10% 5%;
  }
}
.page03 .imgBox::after {
  content: "";
  width: 100%;
  height: 18.5%;
  background: #f0f0f0;
  border-top: 1px solid #333;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1600px) {
  .page03 .imgBox::after {
    height: 18%;
  }
}
@media (max-width: 991px) {
  .page03 .imgBox::after {
    width: 8%;
    height: 100%;
    left: 0;
    border-top: 0;
    border-right: 1px solid #333;
  }
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col {
    margin-bottom: 10%;
    width: 65%;
  }
}
.page03 .imgBox .row .col::after {
  content: "";
  width: 1px;
  height: 90%;
  background: #333;
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col::after {
    width: 100%;
    height: 1px;
    left: -90%;
    bottom: 50%;
    transform: translate(0, -50%);
  }
}
.page03 .imgBox .row .col::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #dac9ad;
  border: 3px solid #c19a61;
  position: absolute;
  bottom: -21%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col::before {
    bottom: auto;
    top: 50%;
    left: -14%;
    transform: translate(0, -50%);
  }
}
.page03 .imgBox .row .col:first-child {
  margin-top: 10%;
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col:first-child {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col:first-child::after {
    left: -50%;
  }
}
.page03 .imgBox .row .col:first-child::before {
  bottom: -38%;
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col:first-child::before {
    bottom: auto;
    top: 50%;
    left: 4%;
  }
}
.page03 .imgBox .row .col:nth-child(2n) {
  margin-top: 5%;
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col:nth-child(2n) {
    margin-top: 0;
    width: 65%;
    margin-left: 13%;
  }
}
.page03 .imgBox .row .col:nth-child(2n)::before {
  bottom: -27%;
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col:nth-child(3), .page03 .imgBox .row .col:nth-child(5) {
    margin-left: 33%;
  }
}
@media (max-width: 991px) {
  .page03 .imgBox .row .col:nth-child(3)::before, .page03 .imgBox .row .col:nth-child(5)::before {
    left: -45%;
  }
}
.page03 .imgBox .logoBox {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page03 .imgBox .logoBox {
    width: 45%;
  }
}
.page03 .imgBox .logoBox::after {
  content: "";
  width: 110%;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.page03 .imgBox .logo {
  width: 100%;
  display: block;
  z-index: 3;
  background: #f0f0f0;
}
.page03 .imgBox .item a {
  z-index: 2;
}
.page03 .imgBox .item .imgTxt {
  text-align: center;
  background: #d1b58c;
  padding: 1rem 0;
  z-index: 2;
}
.page03 .imgBox .item .imgTxt h4 {
  font-family: SweiSpringCJKtc;
  font-weight: bold;
  font-size: calc(1rem + 0.5vw);
  margin-bottom: 0;
}
.page03 .imgBox .item .imgTxt p {
  margin-bottom: 0;
}

.page04 {
  overflow: hidden;
}
.page04 .TxtBox {
  position: absolute;
  width: 100%;
  top: 12%;
  left: 0;
  padding: 0 7%;
}
@media (max-width: 991px) {
  .page04 .TxtBox {
    top: 10%;
    padding: 0 5%;
  }
}
.page04 .TxtBox .Txt {
  color: #fff;
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt {
    text-align: center;
  }
}
.page04 .TxtBox .Txt h3 {
  color: rgba(255, 255, 255, 0.6705882353);
  display: inline-block;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 5px solid rgba(13, 78, 138, 0.5921568627);
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt h3 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page04 .TxtBox .Txt .font-EN {
  text-align: right;
  color: rgba(255, 255, 255, 0.5215686275);
  font-size: calc(2.2rem + 0.9vw);
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt .font-EN {
    font-size: calc(1.2rem + 0.9vw);
    text-align: center;
  }
}

@media (min-width: 992px) {
  .page05 .Txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .page05 .Txt {
    padding: 10% 5% 5% 5%;
  }
}
.page05 .Txt .title h3 {
  border-bottom: 5px solid rgba(193, 155, 97, 0.5843137255);
}
@media (min-width: 992px) {
  .page05 .Txt p {
    width: 78%;
    margin: 0 auto;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
.page05 .Txt .font-EN {
  color: rgba(193, 155, 97, 0.6862745098);
}
@media (max-width: 991px) {
  .page05 .Txt .font-EN {
    margin-bottom: 0;
  }
}
.page05 .Img .innerImg {
  padding-top: 74%;
}

.page06 {
  padding-top: 2%;
}
.page06 .Img .innerImg {
  padding-top: 56%;
}
.page06 .Txt .font-EN {
  padding: 1% 5% 3% 5%;
  color: rgba(193, 155, 97, 0.6862745098);
  font-size: calc(2.2rem + 0.9vw);
  text-align: right;
}
@media (max-width: 991px) {
  .page06 .Txt .font-EN {
    font-size: calc(1.2rem + 0.9vw);
    padding-top: 5%;
  }
}

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

@keyframes shine-animate {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.bg-dark {
  animation: bgDark 2s ease-in-out infinite;
}

@keyframes bgDark {
  0% {
    filter: brightness(90%);
  }
  50% {
    filter: brightness(110%);
  }
  100% {
    filter: brightness(90%);
  }
}
.light {
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center 0%;
  -webkit-mask-image: url(../images/img/mark-light.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: center 0%;
  animation-name: light-animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear(-0.45 51.76%, 1.34 101.31%);
  animation-fill-mode: both;
}

@keyframes light-animate {
  0% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 -100%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 100%;
  }
}
[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=custom-zoom-in] {
  transform: scale(0.85);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 3s ease, opacity 3s ease !important;
}

[data-aos=custom-zoom-in].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 */