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

.videoArea {
  overflow: hidden;
}
.videoArea .stage {
  background: rgba(0, 0, 0, 0.262745098);
}
.videoArea .videoBox {
  align-items: center;
  justify-content: center;
  padding-top: 14%;
}
@media (max-width: 1700px) {
  .videoArea .videoBox {
    padding-top: 12.5%;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox {
    padding: 34% 0;
  }
}
.videoArea .videoBox .logo {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .videoArea .videoBox .logo {
    width: 80%;
  }
}
.videoArea .videoBox .Txt {
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.345);
}
.videoArea .videoBox .Txt h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 5px;
  margin-top: 2rem;
  font-size: 3rem;
}
@media (max-width: 1500px) {
  .videoArea .videoBox .Txt h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox .Txt h2 {
    font-size: 2rem;
    flex-direction: column;
    letter-spacing: 3px;
  }
}
.videoArea .videoBox .Txt h2 img {
  width: 25px;
  margin: 0 25px 0 20px;
}
@media (max-width: 991px) {
  .videoArea .videoBox .Txt h2 img {
    margin: 12px 0 8px 0;
    width: 20px;
  }
}
.videoArea .videoBox .Txt h4 {
  font-family: "Noto Serif TC", serif;
  color: #c19962;
  text-align: center;
  letter-spacing: 2px;
  margin: 2rem 0 7% 0;
}
@media (max-width: 1500px) {
  .videoArea .videoBox .Txt h4 {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox .Txt h4 {
    font-size: 1rem;
    line-height: 1.3;
    margin: 1rem 0 3rem 0;
  }
}
.videoArea .videoBox .Txt h3 {
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 1.2rem;
}
@media (max-width: 1500px) {
  .videoArea .videoBox .Txt h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .videoArea .videoBox .Txt h3 {
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}

.Img .innerImg .image {
  border-radius: 40px;
}
@media (max-width: 1025px) {
  .Img .innerImg .image {
    border-radius: 0;
  }
}

.page {
  padding: 9% 7%;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .page {
    padding: 5% 0% 5% 0%;
  }
}
@media (max-width: 767px) {
  .page {
    padding: 10% 0%;
    margin-top: -3px;
  }
}
.page .Txt {
  letter-spacing: 1px;
}
@media (max-width: 1025px) {
  .page .Txt {
    padding-left: 2%;
  }
}
@media (max-width: 377px) {
  .page .Txt {
    padding-left: 0;
  }
}
.page .Txt .title {
  color: #d18f71;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 1500px) {
  .page .Txt .title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .page .Txt .title {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.page .Txt .title::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #d18f71;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .page .Txt .title::after {
    width: 60%;
  }
}
.page .Txt .title::before {
  content: "";
  width: 90px;
  height: 5px;
  background: #d18f71;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .page .Txt .title::before {
    width: 60px;
  }
}
.page .Txt h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 2.5rem;
  letter-spacing: 2px;
}
@media (max-width: 1500px) {
  .page .Txt h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.page .Txt h2 b {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media (max-width: 1500px) {
  .page .Txt h2 b {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .page .Txt h2 b {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.page .Txt h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.9rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 1500px) {
  .page .Txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page .Txt h3 {
    font-size: 1.3rem;
  }
}
.page .Txt h4 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.5rem;
}
@media (max-width: 1500px) {
  .page .Txt h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .page .Txt h4 {
    font-size: 1.1rem;
  }
}
.page .Txt p {
  line-height: 1.5;
  font-size: 1.1rem;
}
@media (max-width: 1500px) {
  .page .Txt p {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .page .Txt p {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }
}
.page .Txt .font-EN {
  font-family: "Times New Roman", serif;
  letter-spacing: 0;
}

.page01 .Txt h2, .page02 .Txt h2 {
  font-size: 2.1rem;
  line-height: 1.5;
}
@media (max-width: 1500px) {
  .page01 .Txt h2, .page02 .Txt h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .page01 .Txt h2, .page02 .Txt h2 {
    font-size: 1.3rem;
  }
}

.page01, .page03 {
  padding: 5% 7%;
}
@media (max-width: 1025px) {
  .page01, .page03 {
    padding: 5% 0% 5% 0%;
  }
}
@media (max-width: 767px) {
  .page01, .page03 {
    padding: 10% 0%;
    margin-top: -3px;
  }
}

.page01 .Img .innerImg {
  padding-top: 119%;
}

.page03 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page03 .Txt {
    text-align: left;
  }
}
.page03 .Txt .title {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .page03 .Txt .title {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.page03 .Txt .title::after {
  width: 32%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page03 .Txt .title::after {
    width: 60%;
    left: 0;
    transform: translateX(0%);
  }
}
.page03 .Txt .title::before {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page03 .Txt .title::before {
    left: 0;
    transform: translateX(0%);
  }
}
.page03 .Img .innerImg {
  padding-top: 47%;
}
@media (max-width: 991px) {
  .page03 .Img .innerImg {
    padding-top: 80%;
  }
}

.page06 {
  padding: 5% 7%;
}
@media (max-width: 1500px) {
  .page06 {
    padding: 5%;
  }
}
@media (max-width: 1025px) {
  .page06 {
    padding: 5% 0% 5% 0%;
  }
}
@media (max-width: 767px) {
  .page06 {
    padding: 10% 3%;
    margin-top: -3px;
  }
}
.page06 .topBox {
  margin-bottom: 2rem;
}
.page06 .topBox .Txt {
  text-align: center;
}
.page06 .topBox .Txt .title {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .page06 .topBox .Txt .title {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.page06 .topBox .Txt .title::after {
  width: 32%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page06 .topBox .Txt .title::after {
    width: 300px;
  }
}
.page06 .topBox .Txt .title::before {
  left: 50%;
  transform: translateX(-50%);
}
.page06 .topBox .Txt h3 {
  color: #d18f71;
}
@media (max-width: 767px) {
  .page06 .topBox .Txt h3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page06 .bottomBox {
  justify-content: center;
}
.page06 .bottomBox .Txt {
  text-align: center;
}
.page06 .bottomBox .Txt h3 {
  display: inline-block;
  padding-bottom: 1rem;
  margin: 0 0 1rem 0;
}
.page06 .bottomBox .Txt h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d18f71;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page06 .bottomBox .slickBox {
    padding-left: 5%;
  }
}
.page06 .bottomBox .Img .innerImg {
  padding-top: 116%;
}
@media (max-width: 991px) {
  .page06 .bottomBox .infoImg {
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

.page06 .name, .page07 .name {
  background: #cb8971;
  color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .page06 .name, .page07 .name {
    margin: 1rem 0;
  }
}
.page06 .Img .innerImg .image, .page07 .Img .innerImg .image {
  border-radius: 50px;
}
@media (max-width: 1025px) {
  .page06 .Img .innerImg .image, .page07 .Img .innerImg .image {
    border-radius: 30px;
  }
}

.page07 {
  padding: 5% 7%;
}
@media (max-width: 1500px) {
  .page07 {
    padding: 5%;
  }
}
@media (max-width: 1025px) {
  .page07 {
    padding: 5% 0% 5% 0%;
  }
}
@media (max-width: 767px) {
  .page07 {
    padding: 10% 3%;
    margin-top: -3px;
  }
}
.page07 .Txt {
  text-align: center;
}
.page07 .Txt h3 {
  display: inline-block;
  padding-bottom: 1rem;
  margin: 1rem;
}
.page07 .Txt h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d18f71;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page07 .bottomBox {
  margin-top: 2rem;
}
@media (min-width: 767px) {
  .page07 .bottomBox .item {
    padding: 0 1rem;
  }
}
.page07 .bottomBox .item .Img .innerImg {
  padding-top: 70%;
}
.page07 .bottomBox .name {
  padding: 10px 0;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .page07 .bottomBox .name {
    width: 100%;
  }
}
.page07 .bottomBox .logo {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page07 .bottomBox .logo {
    width: 45%;
  }
}
.page07 .bottomBox .slick-prev {
  left: -3%;
}
.page07 .bottomBox .slick-next {
  right: -3%;
}
.page07 .bottomBox .slick-next,
.page07 .bottomBox .slick-prev {
  top: 37%;
}
@media (max-width: 767px) {
  .page07 .bottomBox .slick-next,
  .page07 .bottomBox .slick-prev {
    top: 31%;
  }
}

.page08 {
  padding: 5% 10%;
}
@media (max-width: 1500px) {
  .page08 {
    padding: 5% 7%;
  }
}
@media (max-width: 1025px) {
  .page08 {
    padding: 5% 0% 5% 0%;
  }
}
@media (max-width: 767px) {
  .page08 {
    padding: 10% 0%;
    margin-top: -3px;
  }
}
.page08 .Img .innerImg {
  padding-top: 115%;
}

.page12 {
  padding: 9% 7% 5% 7%;
}
@media (max-width: 1500px) {
  .page12 {
    padding: 9% 5% 5% 5%;
  }
}
@media (max-width: 1025px) {
  .page12 {
    padding: 5% 0 5% 0;
  }
}
@media (max-width: 767px) {
  .page12 {
    padding: 15% 0 5% 0;
  }
}
@media (max-width: 1025px) {
  .page12 .Txt {
    padding: 0 3%;
  }
}
.page12 .bottomBox {
  margin-top: 5%;
}
@media (max-width: 1025px) {
  .page12 .bottomBox {
    margin-top: 0;
    padding: 7% 3% 0 3%;
  }
}
.page12 .bottomBox .Img .innerImg {
  padding-top: 73%;
}
@media (max-width: 1025px) {
  .page12 .bottomBox .Img .innerImg .image {
    border-radius: 20px;
  }
}
.page12 .subContent {
  padding-top: 3%;
  justify-content: center;
  border-bottom: 1px solid #d18f71;
}
@media (max-width: 1025px) {
  .page12 .subContent {
    border-bottom: 0px;
    padding-top: 0;
  }
}
.page12 .subContent .Txt {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
@media (max-width: 1025px) {
  .page12 .subContent .Txt {
    margin-bottom: 0px;
    padding-top: 10px;
  }
}
.page12 .subContent .Txt h3 {
  color: #d18f71;
  margin-bottom: 10px;
}
@media (max-width: 1025px) {
  .page12 .subContent .col {
    border-bottom: 1px solid #d18f71;
    margin: 0 5%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1025px) {
  .page12 .subContent .col .Txt {
    padding-left: 0;
    padding-right: 0;
  }
}
.page12 .subContent .col:nth-child(2) .Txt {
  border-left: 1px solid #d18f71;
  border-right: 1px solid #d18f71;
}
@media (max-width: 1025px) {
  .page12 .subContent .col:nth-child(2) .Txt {
    border-left: 0px;
    border-right: 0px;
  }
}
.page12 .subContent ul {
  list-style: none;
  background: #fff;
  border: 1px solid #d18f71;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 20px;
}
@media (max-width: 1025px) {
  .page12 .subContent ul {
    padding: 2rem 1rem 1rem 1rem;
  }
}
.page12 .subContent ul li {
  text-align: left;
}
.page12 .subContent ul i {
  color: #d18f71;
  margin-right: 5px;
}
.page12 .subContent .subTxtBox {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1025px) {
  .page12 .subContent .subTxtBox {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page12 .subContent .subTxt {
  writing-mode: vertical-rl;
  background: #d18f71;
  color: #f2f2f2;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  padding: 13px 0;
  border-radius: 20px;
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .page12 .subContent .subTxt {
    font-size: 1rem;
  }
}
@media (max-width: 1025px) {
  .page12 .subContent .subTxt {
    font-size: 0.9rem;
    padding: 3px 15px;
    writing-mode: horizontal-tb;
  }
}
.page12 .subContent:nth-child(2) {
  border-bottom: 0px;
}

[data-aos=custom-zoom-out] {
  transform: scale(1.15);
  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.8);
  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 */