.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 {
  z-index: 3;
}
.Txt .title-EN {
  display: block;
}
.Txt h2 {
  color: #a38a77;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2.5rem;
}
@media (max-width: 1600px) {
  .Txt h2 {
    font-size: 2.1rem;
  }
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.5rem;
  }
}
.Txt h3 {
  color: #a38a77;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 1600px) {
  .Txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .Txt h3 {
    font-size: 0.95rem;
  }
}
.Txt h3 span {
  font-size: 2.2rem;
}
@media (max-width: 1600px) {
  .Txt h3 span {
    font-size: 1.9rem;
  }
}
@media (max-width: 991px) {
  .Txt h3 span {
    font-size: 1.1rem;
  }
}
.Txt p {
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 767px) {
  .Txt p {
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .Txt p br {
    display: none;
  }
}

.page {
  overflow: hidden;
}
.page .title {
  padding-bottom: 12px;
  margin-bottom: 2rem;
}
.page .title::after {
  content: "";
  width: 100px;
  height: 6px;
  background: #a38a77;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media (max-width: 991px) {
  .page .title::after {
    width: 75px;
  }
}
.page .title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #a38a77;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bannerArea {
  background: #e6e6e5;
  overflow: hidden;
}
.bannerArea .companyLogo {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 10%;
}
@media (max-width: 991px) {
  .bannerArea .companyLogo {
    width: 28%;
    left: 5%;
  }
}
.bannerArea .bannerBox {
  min-height: 100vh;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 667px;
  }
}
.bannerArea .TxtBox {
  position: absolute;
  top: 15%;
  right: 20%;
}
@media (max-width: 991px) {
  .bannerArea .TxtBox {
    right: 3%;
    top: 17%;
  }
}
.bannerArea .TxtBox .Txt {
  display: flex;
}
@media (max-width: 991px) {
  .bannerArea .TxtBox .Txt {
    display: block;
  }
}
.bannerArea .TxtBox .Txt .titleBox {
  margin-right: 2rem;
}
.bannerArea .TxtBox .Txt .titleBox .title {
  width: 260px;
  margin-bottom: 4%;
}
@media (max-width: 1600px) {
  .bannerArea .TxtBox .Txt .titleBox .title {
    width: 234px;
    margin-bottom: 5%;
  }
}
@media (max-width: 991px) {
  .bannerArea .TxtBox .Txt .titleBox .title {
    width: 195px;
    margin-bottom: 0;
  }
}
.bannerArea .TxtBox .Txt .titleBox h2 {
  display: flex;
  align-items: center;
  color: #0082ca;
  font-size: 2rem;
}
@media (max-width: 1600px) {
  .bannerArea .TxtBox .Txt .titleBox h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .bannerArea .TxtBox .Txt .titleBox h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.bannerArea .TxtBox .Txt .titleBox h2 .decoBorder {
  background: #0082ca;
  width: 60px;
  height: 1px;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .bannerArea .TxtBox .Txt .titleBox h2 .decoBorder {
    width: 40px;
  }
}
@media (max-width: 991px) {
  .bannerArea .TxtBox .Txt p {
    width: 195px;
  }
}
@media (min-width: 992px) {
  .bannerArea .TxtBox .Txt p span {
    display: none;
  }
}
.bannerArea .logoBox {
  position: absolute;
  bottom: 15%;
  left: 63%;
}
@media (max-width: 991px) {
  .bannerArea .logoBox {
    bottom: 22%;
    left: 58%;
  }
}
.bannerArea .logoBox .logo {
  width: 280px;
  display: block;
  margin: 0 auto 0.5rem auto;
}
@media (max-width: 1600px) {
  .bannerArea .logoBox .logo {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .bannerArea .logoBox .logo {
    width: 120px;
  }
}
.bannerArea .logoBox .mainTitle {
  color: #000;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .bannerArea .logoBox .mainTitle {
    font-size: 1rem;
  }
}
.bannerArea .logoBox .mainTitle span {
  padding-left: 10px;
  margin-left: 8px;
}
.bannerArea .logoBox .mainTitle span::after {
  content: "";
  width: 1px;
  height: 40%;
  background: #000;
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .page01 {
    background: #285a89;
    padding-top: 25%;
  }
}
.page01 .TxtBox {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .page01 .TxtBox {
    top: 7%;
    left: 5%;
    transform: translateY(0%);
  }
}
.page01 .TxtBox .Txt {
  width: 28%;
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .page01 .TxtBox .Txt h2, .page01 .TxtBox .Txt p {
    color: #fff;
  }
}

.page02 {
  padding: 7% 7% 3% 7%;
}
@media (max-width: 991px) {
  .page02 {
    padding: 10% 0 0 0;
  }
}
.page02 .Txt {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page02 .Txt {
    width: 75%;
    margin-left: 5%;
  }
}
.page02 .Txt .title-EN {
  width: 320px;
  margin-bottom: 1rem;
}
@media (max-width: 1600px) {
  .page02 .Txt .title-EN {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .page02 .Txt .title-EN {
    width: 170px;
    margin-bottom: 0.5rem;
  }
}
.page02 .rightBox {
  padding-bottom: 4%;
}
@media (max-width: 991px) {
  .page02 .rightBox {
    margin-bottom: 2rem;
    padding: 0 5%;
  }
}
.page02 .rightBox .title-EN {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: -7%;
}
@media (max-width: 1600px) {
  .page02 .rightBox .title-EN {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .page02 .rightBox .title-EN {
    width: 150px;
    margin-right: 0;
    margin-bottom: -6%;
  }
}
.page02 .rightBox .infoImg {
  top: 0;
}
.page02 .rightBox .subTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  height: 100%;
}
@media (max-width: 991px) {
  .page02 .rightBox .subTxt {
    align-items: start;
  }
}
.page02 .rightBox .subTxt h3 {
  color: #a38a77;
  font-family: "Noto Serif TC", serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  white-space: nowrap;
  margin: 0;
  font-size: calc(0.7rem + 0.7vw);
  margin-bottom: 95%;
}
@media (max-width: 991px) {
  .page02 .rightBox .subTxt h3 {
    margin-bottom: 0;
  }
}
.page02 .rightBox .subTxt h3:last-child {
  align-self: end;
  margin-bottom: 25%;
}
@media (max-width: 991px) {
  .page02 .rightBox .subTxt h3:last-child {
    margin-bottom: 0;
    align-self: start;
  }
}
.page02 .rightBox .mainImg .innerImg {
  padding-top: 176%;
}
@media (max-width: 991px) {
  .page02 .rightBox .mainImg .innerImg {
    padding-top: 181%;
  }
}

@media (min-width: 992px) {
  .page03 .TxtBox .Txt .title, .page04 .TxtBox .Txt .title {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .page03 .TxtBox .Txt .title::after, .page04 .TxtBox .Txt .title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page03 .slickBox, .page04 .slickBox {
  margin-top: 3%;
}
@media (min-width: 992px) {
  .page03 .slickBox .item, .page04 .slickBox .item {
    padding: 0 8px;
  }
}

.page03 {
  padding: 5% 7%;
}
@media (max-width: 991px) {
  .page03 {
    padding: 33% 0 5% 0;
  }
}
@media (max-width: 991px) {
  .page03 .TxtBox {
    width: 75%;
    margin-left: 5%;
  }
}
.page03 .TxtBox .title-EN {
  width: 350px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .page03 .TxtBox .title-EN {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .page03 .TxtBox .title-EN {
    width: 214px;
    margin-left: 0;
  }
}
.page03 .imgSlick2 {
  margin-top: 3%;
}
@media (min-width: 992px) {
  .page03 .imgSlick2 .item {
    padding: 0 8px;
  }
}

.page04 {
  padding: 5% 0;
  background: #e6e6e6;
}
@media (max-width: 991px) {
  .page04 {
    padding: 10% 0 5% 0;
  }
}
.page04 .TxtBox .title-EN {
  width: 380px;
  display: block;
  margin: 0 auto 1rem auto;
}
@media (max-width: 1600px) {
  .page04 .TxtBox .title-EN {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .page04 .TxtBox .title-EN {
    position: absolute;
    top: 30%;
    left: auto;
    right: -47%;
    width: 180px;
    margin: 0;
    transform: rotate(90deg);
  }
}
@media (max-width: 991px) {
  .page04 .TxtBox .Txt {
    width: 75%;
    margin-left: 5%;
  }
}

.page05 {
  padding: 7% 7% 15% 7%;
  background: #fff;
}
@media (max-width: 991px) {
  .page05 {
    padding: 23% 0 35% 0;
  }
}
.page05 .YT-video {
  overflow: hidden;
}
.page05 .YT-video a {
  display: block;
}
.page05 .YT-video a .Img .innerImg {
  padding-top: 56%;
}
.page05 .YT-video a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fbfbfb;
  text-shadow: 0 0 10px #000;
  font-size: 5rem;
  transition: all 0.5s;
}
.page05 .YT-video a:hover i {
  font-size: 6rem;
  transition: all 0.5s;
}
.page05 .titleBox .pic {
  width: 40%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page05 .titleBox .pic {
    width: 90%;
    margin-right: 0;
    margin-top: 3%;
  }
}
.page05 .titleBox h2 {
  text-align: center;
}
@media (max-width: 991px) {
  .page05 .titleBox h2 {
    text-align: right;
    padding-right: 8%;
  }
}
.page05 .contentBox {
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page05 .contentBox {
    margin-top: 5%;
  }
}
@media (max-width: 991px) {
  .page05 .contentBox .Txt {
    padding: 0 7%;
    margin-top: 15%;
  }
}
.page05 .contentBox .Txt .item {
  margin-top: 5%;
}
@media (max-width: 767px) {
  .page05 .contentBox .Txt .item h3 {
    margin-bottom: 1.5rem;
  }
}
.page05 .contentBox .Txt .item p {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page05 .contentBox .Txt .item p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
.page05 .contentBox .Txt .item p span {
  color: #a38a77;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 3px;
}

.page06 {
  background: #fff;
}
.page06 .titleBox .Txt {
  padding: 7% 0 3% 0;
}
@media (max-width: 991px) {
  .page06 .titleBox .Txt {
    padding: 10% 0 5% 5%;
  }
}
.page06 .titleBox .title-EN {
  width: 354px;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .page06 .titleBox .title-EN {
    width: 302px;
  }
}
@media (max-width: 991px) {
  .page06 .titleBox .title-EN {
    width: 214px;
    margin-left: 0;
  }
}
.page06 .contentBox {
  background: #f5e1d1;
}
.page06 .contentBox .item {
  padding: 5% 7% 7% 7%;
}
@media (max-width: 991px) {
  .page06 .contentBox .item {
    padding: 10% 3% 15% 3%;
  }
}
.page06 .contentBox .item .logo01 {
  width: 120px;
}
@media (max-width: 991px) {
  .page06 .contentBox .item .logo01 {
    width: auto;
    height: 14px;
  }
}
.page06 .contentBox .item .logo02 {
  width: 180px;
}
@media (max-width: 991px) {
  .page06 .contentBox .item .logo02 {
    width: auto;
    height: 14px;
  }
}
.page06 .contentBox .item .logo03 {
  height: 55px;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .page06 .contentBox .item .logo03 {
    width: auto;
    height: 36px;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.page06 .contentBox .item .logo04 {
  width: 120px;
}
@media (max-width: 991px) {
  .page06 .contentBox .item .logo04 {
    width: auto;
    height: 18px;
  }
}
.page06 .contentBox .item h3 {
  color: #a67c52;
}
.page06 .contentBox .item p {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page06 .contentBox .item p {
    font-size: 0.8rem;
  }
}
.page06 .contentBox .item p span {
  color: #fff;
  display: block;
  background: #a38a77;
  padding: 2px 5px 3px 5px;
}
.page06 .contentBox .item .lockImg {
  width: 20%;
  position: absolute;
  left: 0%;
  bottom: -5%;
}
@media (max-width: 991px) {
  .page06 .contentBox .item .lockImg {
    left: 3%;
    bottom: 3%;
  }
}
.page06 .contentBox .item .infoImg {
  top: 0;
}
.page06 .contentBox .item .icon {
  width: 60%;
  display: block;
  margin-left: auto;
}
.page06 .contentBox .item .Img01 .innerImg {
  padding-top: 55%;
}
@media (max-width: 991px) {
  .page06 .contentBox .item .Img01 .innerImg {
    padding-top: 87%;
  }
}
.page06 .contentBox .imgSlick {
  margin-bottom: 0;
}
.page06 .contentBox .imgSlick .slick-dots {
  bottom: 10%;
}
@media (max-width: 991px) {
  .page06 .contentBox .imgSlick .slick-dots {
    bottom: 5%;
  }
}

.page08 {
  padding: 10% 0 10% 7%;
}
@media (max-width: 991px) {
  .page08 {
    padding: 10% 0;
  }
}
@media (min-width: 992px) {
  .page08 .contentBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .page08 .contentBox .TxtBox {
    width: 35%;
  }
}
.page08 .contentBox .TxtBox::after {
  content: "";
  width: 17%;
  height: 25%;
  background-image: url(../images/img/page08-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 12%;
  right: 0;
}
@media (max-width: 991px) {
  .page08 .contentBox .TxtBox::after {
    top: 35%;
    right: auto;
    left: 81%;
  }
}
@media (min-width: 992px) {
  .page08 .contentBox .imgBox {
    width: 62%;
  }
}
@media (max-width: 991px) {
  .page08 .Txt {
    margin-left: 5%;
    width: 73%;
  }
}
.page08 .Txt .title-EN {
  width: 300px;
  margin-bottom: 0.5rem;
}
@media (max-width: 1600px) {
  .page08 .Txt .title-EN {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .page08 .Txt .title-EN {
    width: 190px;
  }
}

.page09 {
  padding: 0 7% 7% 7%;
}
@media (max-width: 991px) {
  .page09 {
    padding: 0 5%;
  }
}
.page09 .Txt .title {
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .page09 .Txt .title {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
}
.page09 .Txt .title::after {
  content: "";
  width: 50%;
}
@media (max-width: 991px) {
  .page09 .Txt .title::after {
    width: 75px;
  }
}
.page09 .Txt .title-EN {
  width: 270px;
  margin-right: 2rem;
}
@media (max-width: 1600px) {
  .page09 .Txt .title-EN {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .page09 .Txt .title-EN {
    width: 170px;
    margin-right: 1rem;
  }
}
.page09 .slickBox {
  border-bottom: 1px solid #a38a77;
  padding: 3% 0;
}
@media (max-width: 991px) {
  .page09 .slickBox {
    padding: 0 0 2rem 0;
  }
}
.page09 .slickBox .item {
  padding: 0 10%;
}
@media (max-width: 991px) {
  .page09 .slickBox .item {
    padding: 0 1%;
  }
}
.page09 .slickBox .Img .innerImg {
  padding-top: 167%;
}
.page09 .slickBox .slick-prev {
  left: -3%;
}
@media (max-width: 991px) {
  .page09 .slickBox .slick-prev {
    left: -7%;
  }
}
.page09 .slickBox .slick-next {
  right: -3%;
}
@media (max-width: 991px) {
  .page09 .slickBox .slick-next {
    right: -7%;
  }
}

.page10 {
  padding: 7%;
}
@media (max-width: 991px) {
  .page10 {
    padding: 10% 0;
  }
}
.page10 .infoImg.top {
  top: 0;
}
@media (max-width: 991px) {
  .page10 .Txt {
    padding: 10% 0 0 5%;
    width: 75%;
  }
}

.page11 {
  background: #fff;
  padding: 13% 20% 23% 0;
}
@media (max-width: 991px) {
  .page11 {
    padding: 14% 20% 32% 0;
  }
}
.page11 .stage .layer {
  background-position: bottom;
}
.page11 .title {
  width: 48%;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 991px) {
  .page11 .title {
    width: 76%;
    margin-bottom: 1.5rem;
  }
}
.page11 .logo {
  width: 19%;
  margin-right: 3%;
}
@media (max-width: 991px) {
  .page11 .logo {
    width: 29%;
  }
}
.page11 .text {
  width: 26%;
}
@media (max-width: 991px) {
  .page11 .text {
    width: 44%;
  }
}
.page11 img {
  pointer-events: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[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 */