.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 .videoBox {
  padding: 26% 0;
}
@media (max-width: 991px) {
  .videoArea .videoBox {
    padding: 84% 0;
  }
}
.videoArea .videoBox .logo {
  display: block;
  margin: 0 auto;
  width: 12%;
}
@media (max-width: 991px) {
  .videoArea .videoBox .logo {
    width: 35%;
  }
}

.bannerArea {
  background-image: url(../images/img/banner-bg.jpg);
  background-position: right bottom;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  margin-top: -6px;
}
@media (max-width: 991px) {
  .bannerArea {
    background-image: url(../images/img/banner-bg-m.jpg);
  }
}
.bannerArea .stage .layer {
  background-size: contain;
  background-position: bottom right;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
  width: 63%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    width: auto;
    min-height: 0;
    padding: 15% 0 128% 0;
  }
}
.bannerArea .bannerBox .logo {
  width: 425px;
  display: block;
  margin: 0 auto 1.3rem auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 310px;
    margin-bottom: 1rem;
  }
}

.titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.titleBox .title {
  font-family: "SweiSpringCJKtc-SemiBold", sans-serif;
  text-align: center;
  color: #fff;
}
.titleBox .title h2 {
  font-size: 2.3rem;
  letter-spacing: 1rem;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .titleBox .title h2 {
    font-size: 1.8rem;
    letter-spacing: 12px;
    padding-left: 12px;
  }
}
.titleBox .title h3 {
  letter-spacing: 4px;
  font-size: 1.5rem;
  padding-left: 4px;
}
@media (max-width: 991px) {
  .titleBox .title h3 {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-left: 2px;
  }
}

.baseLine {
  width: 45px;
  height: 55px;
}
@media (max-width: 991px) {
  .baseLine {
    width: 30px;
    height: 40px;
  }
}
.baseLine::after, .baseLine::before {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.6666666667);
  position: absolute;
}
.baseLine::after {
  width: 65px;
  top: 0;
}
@media (max-width: 991px) {
  .baseLine::after {
    width: 45px;
  }
}
.baseLine::before {
  width: 30px;
  bottom: 0;
}
@media (max-width: 991px) {
  .baseLine::before {
    width: 20px;
  }
}

.leftLine {
  border-left: 1px solid rgba(255, 255, 255, 0.6666666667);
}
.leftLine::after, .leftLine::before {
  left: 0;
}

.rightLine {
  border-right: 1px solid rgba(255, 255, 255, 0.6666666667);
}
.rightLine::after, .rightLine::before {
  right: 0;
}

.Txt h2 {
  font-family: "SweiSpringCJKtc-SemiBold", sans-serif;
  letter-spacing: 5px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: 1.5rem;
  }
}
.Txt p {
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .Txt p {
    letter-spacing: 0.5px;
  }
}
@media (max-width: 991px) {
  .Txt p span {
    display: none;
  }
}
.Txt .font-EN {
  font-family: "Tenor Sans", sans-serif;
  color: #fb705e;
  font-weight: 400;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .Txt .font-EN {
    font-size: 0.9rem;
  }
}

.page01 {
  background-image: url(../images/img/page01-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 14% 0;
}
@media (max-width: 991px) {
  .page01 {
    padding: 40% 0;
    background-image: url(../images/img/page01-bg-m.jpg);
    background-attachment: scroll;
  }
}
.page01 .Txt {
  text-align: center;
}
.page01 .Txt .font-EN {
  font-size: 3rem;
  display: block;
}
@media (max-width: 991px) {
  .page01 .Txt .font-EN {
    font-size: 2rem;
  }
}
.page01 .Txt h2 {
  letter-spacing: 12px;
  padding-left: 12px;
  margin: 2rem 0 2rem 0;
}
@media (max-width: 991px) {
  .page01 .Txt h2 {
    margin: 1.5rem 0;
    letter-spacing: 8px;
    padding-left: 8px;
  }
}

.page02, .page10 {
  overflow: hidden;
  padding-top: 7%;
}
@media (max-width: 991px) {
  .page02, .page10 {
    padding-top: 15%;
  }
}
.page02 .TxtBox, .page10 .TxtBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .page02 .TxtBox, .page10 .TxtBox {
    display: block;
  }
}
.page02 .TxtBox .mainTitle, .page10 .TxtBox .mainTitle {
  margin-right: 5%;
  z-index: 3;
}
@media (max-width: 991px) {
  .page02 .TxtBox .mainTitle, .page10 .TxtBox .mainTitle {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .page02 .Txt, .page10 .Txt {
    text-align: center;
  }
}
.page02 .Txt .title, .page10 .Txt .title {
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .page02 .Txt .title, .page10 .Txt .title {
    margin-bottom: 1rem;
  }
}
.page02 .Txt .title::after, .page10 .Txt .title::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fb705e;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .page02 .Txt .title::after, .page10 .Txt .title::after {
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.page02 .Img {
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page02 .Img {
    margin-top: 5%;
  }
}
.page02 .Img .innerImg {
  padding-top: 40%;
}
@media (max-width: 991px) {
  .page02 .Img .innerImg {
    padding-top: 80%;
  }
}

.page {
  overflow: hidden;
  padding-top: 7%;
}
.page .TxtBox {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .page .TxtBox .Txt {
    text-align: center;
    padding: 8% 0 5% 0;
  }
}
.page .title {
  padding-bottom: 83px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .page .title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.page .title::after {
  content: "";
  width: 1px;
  height: 80px;
  background: #fb705e;
  position: absolute;
  bottom: 0;
  left: 4px;
}
@media (max-width: 991px) {
  .page .title::after {
    width: 60px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.page03 .Img .innerImg {
  padding-top: 66%;
}

.page05 .Img .innerImg {
  padding-top: 62%;
}
.page05 .mainImg .innerImg {
  padding-top: 135%;
}
@media (max-width: 991px) {
  .page05 .mainImg .innerImg {
    padding-top: 138.5%;
  }
}

.page06 .Img .innerImg {
  padding-top: 67%;
}
.page06 .mainImg .innerImg {
  padding-top: 94%;
}

.page07 {
  overflow: hidden;
}
.page07 .Txt {
  text-align: center;
  padding: 7% 0 2% 0;
}
@media (max-width: 991px) {
  .page07 .Txt {
    padding: 15% 0 5% 0;
  }
}
.page07 .Txt .title {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .page07 .Txt .title {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.page07 .Txt .title::after {
  content: "";
  width: 660px;
  height: 60%;
  border: 1px solid #fb705e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .page07 .Txt .title::after {
    width: 0;
    height: 0;
  }
}
.page07 .Txt .title span {
  background: #fff;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .page07 .Txt .title span {
    padding: 0;
  }
}
.page07 .Img .innerImg {
  padding-top: 75%;
}
.page07 .mainImg .innerImg {
  padding-top: 53.3%;
}

.page08, .page09 {
  background-image: url(../images/img/page08-bg.jpg);
  background-size: cover;
  background-position: left;
  margin-top: 7%;
}
@media (max-width: 991px) {
  .page08, .page09 {
    background-image: url(../images/img/page08-bg-m.jpg);
    background-size: contain;
    background-position: top;
    margin-top: 15%;
  }
}
.page08 .Txt, .page09 .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page08 .Txt, .page09 .Txt {
    padding: 12% 0;
  }
}
.page08 .Txt h2, .page09 .Txt h2 {
  margin: 0 0 1rem 0;
}
.page08 .Txt p, .page09 .Txt p {
  margin-top: 1rem;
}
.page08 .Img .innerImg, .page09 .Img .innerImg {
  padding-top: 96%;
}

.page09 {
  background-image: url(../images/img/page09-bg.jpg);
}
@media (max-width: 991px) {
  .page09 {
    background-image: url(../images/img/page09-bg-m.jpg);
    margin-top: -5px;
  }
}

.page10 {
  margin-bottom: 5%;
}
@media (max-width: 991px) {
  .page10 {
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
  }
}
.page10 .imgBox {
  margin-top: 3%;
}
@media (max-width: 991px) {
  .page10 .imgBox {
    margin-top: 5%;
  }
}
.page10 .Img .innerImg {
  padding-top: 87%;
}
@media (max-width: 991px) {
  .page10 .Img .innerImg {
    padding-top: 115%;
  }
}
.page10 .mainImg .innerImg {
  padding-top: 131.5%;
}

.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 5s ease-in-out infinite;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
[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;
}

[data-aos=fade] {
  opacity: 0;
  transition: opacity 2s ease;
}

[data-aos=fade].aos-animate {
  opacity: 1;
}

.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 200%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 -200%;
  }
}
.light2 {
  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-animate2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear(-0.45 51.76%, 1.34 101.31%);
  animation-fill-mode: both;
}

@keyframes light-animate2 {
  0% {
    mask-position: 0 0%;
    -webkit-mask-position: 0 70%;
  }
  100% {
    mask-position: 0 100%;
    -webkit-mask-position: 0 -70%;
  }
}/*# sourceMappingURL=style.css.map */