@charset "UTF-8";
.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 {
  text-align: center;
}
.Txt h2 {
  color: #002c26;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(1px + 2.2vw);
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .Txt h2 {
    font-size: calc(18px + 3vw);
    margin-bottom: 5px;
    letter-spacing: 0;
  }
}
.Txt h2 span {
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .Txt h2 span {
    font-weight: 400;
  }
}
.Txt p {
  font-weight: 400;
  letter-spacing: 1px;
}

.bannerArea {
  overflow: hidden;
  min-height: 100vh;
  background: url(../images/img/page-bg.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media (max-width: 991px) {
  .bannerArea {
    min-height: 0;
    background: url(../images/img/page-bg-m.jpg);
  }
}
.bannerArea .layer {
  background-size: contain;
}
.bannerArea .bannerBox {
  min-height: 95vh;
  align-items: center;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    min-height: 0;
    padding: 58% 0 49% 0;
  }
}
.bannerArea .bannerBox .logo {
  width: 17%;
  display: block;
  margin: 0 auto 3% auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 60%;
    margin-bottom: 7%;
  }
}
.bannerArea .bannerBox .Txt {
  text-align: center;
}
.bannerArea .bannerBox .Txt h2 {
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    letter-spacing: 2px;
    margin-bottom: 5px;
  }
}
.bannerArea .bannerBox .Txt .subTitle {
  width: calc(50px + 26vw);
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt .subTitle {
    width: calc(50px + 53vw);
  }
}

.page01 {
  padding: 8% 0 45% 0;
}
@media (max-width: 991px) {
  .page01 {
    padding: 20% 0 67% 0;
    margin-top: -1px;
  }
}
.page01 .Txt h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page01 .Txt h2 span {
  color: #db5318;
  margin: 0 5px;
  font-weight: 300;
}
.page01 .Txt .subTitle {
  width: calc(40px + 15vw);
}
@media (max-width: 991px) {
  .page01 .Txt .subTitle {
    width: calc(50px + 59vw);
  }
}
.page01 .Txt .airplane {
  width: 15%;
  display: block;
  margin: 1% auto;
}
@media (max-width: 991px) {
  .page01 .Txt .airplane {
    width: 46%;
    margin: 5% auto;
  }
}
.page01 .Txt p {
  color: #002c26;
}
.page01 .Txt p span {
  font-weight: 600;
}

.page02 {
  margin-top: -18%;
}
@media (max-width: 991px) {
  .page02 {
    margin-top: -23%;
  }
}
.page02::after {
  content: "";
  width: 100%;
  height: 117%;
  background-image: url(../images/img/page02-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .page02::after {
    background-image: url(../images/img/page02-bg-m.jpg);
    background-size: contain;
    top: 12%;
  }
}
.page02 .Txt h2 {
  margin-bottom: 3%;
}
.page02 .Txt .subTitle {
  width: calc(5px + 13vw);
}
@media (max-width: 991px) {
  .page02 .Txt .subTitle {
    width: calc(5px + 45vw);
  }
}
.page02 .Txt p {
  color: #002c26;
}
.page02 .Txt p span {
  color: #db5318;
}
.page02 .Txt p span:nth-of-type(4) {
  color: #fff;
  background: #db5318;
  padding: 0 7px 2px 7px;
  border-radius: 5px;
  margin: 0 3px;
}
@media (max-width: 991px) {
  .page02 .Txt p span:nth-of-type(4) {
    padding: 0 4px 1px 5px;
  }
}
.page02 .mainImg {
  width: 87%;
  margin-right: auto;
}
@media (max-width: 991px) {
  .page02 .mainImg {
    width: 100%;
  }
}
.page02 .itemList {
  display: flex;
  margin-top: 5%;
}
.page02 .itemList .itemBox {
  width: 50%;
}
.page02 .itemList .itemBox .item {
  border-left: 4px solid #db5318;
  padding-left: 2%;
  margin-bottom: 5%;
  line-height: 1;
}
@media (max-width: 991px) {
  .page02 .itemList .itemBox .item {
    border-left: 2px solid #db5318;
    padding-left: 5px;
  }
}
.page02 .itemList .itemBox .item h6 {
  font-size: calc(1px + 1.2vw);
  color: #db5318;
  line-height: 0.7;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .page02 .itemList .itemBox .item h6 {
    font-size: calc(6px + 1.7vw);
    display: flex;
    align-items: center;
    margin-bottom: 3px;
  }
}
.page02 .itemList .itemBox .item h6 span {
  font-size: calc(1px + 1.5vw);
}
@media (max-width: 991px) {
  .page02 .itemList .itemBox .item h6 span {
    font-size: calc(6px + 3.7vw);
    margin-bottom: 2px;
  }
}
.page02 .itemList .itemBox .item p {
  color: #002c26;
}
@media (max-width: 991px) {
  .page02 .itemList .itemBox .item p {
    font-size: calc(3px + 1.2vw);
    letter-spacing: 0;
  }
}

.page03 {
  padding: 10% 7%;
}
@media (max-width: 991px) {
  .page03 {
    padding: 12% 7%;
  }
}
.page03::after {
  content: "";
  width: 100%;
  height: 111%;
  background-image: url(../images/img/page03-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 23%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .page03::after {
    background-image: url(../images/img/page03-bg-m.jpg);
    top: 19%;
  }
}
.page03 .Txt h2 {
  margin-bottom: 12%;
}
@media (max-width: 991px) {
  .page03 .Txt h2 {
    margin-bottom: 5%;
  }
}
.page03 .col-4:first-child .Img .imgTxt h3 {
  letter-spacing: calc(1px + 0.4vw);
  padding-left: calc(1px + 0.4vw);
}
.page03 .col-4:nth-of-type(3) .Img .logo {
  width: 80%;
}
.page03 .col-4:nth-of-type(4) .Img .logo {
  width: 55%;
}
.page03 .col-4:nth-of-type(5) .Img .logo {
  width: 55%;
}
.page03 .col-4:nth-of-type(6) .Img .logo {
  width: 60%;
}
@media (max-width: 991px) {
  .page03 .col-4:nth-of-type(6) .Img .logo {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .page03 .col-4:nth-of-type(7) .Img .logo {
    width: 80%;
  }
}
.page03 .Img .imgSloganBox {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 40%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 991px) {
  .page03 .Img .imgSloganBox {
    width: 55%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.page03 .Img .imgSloganBox img {
  width: 100%;
}
.page03 .Img .imgTxt {
  z-index: 2;
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 0;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.page03 .Img .imgTxt .logo {
  width: 70%;
  display: block;
  margin: 0 auto 5% auto;
}
.page03 .Img .imgTxt h3 {
  font-size: calc(1px + 1.4vw);
  display: block;
  padding: 2px 0 5px 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page03 .Img .imgTxt h3 {
    font-size: calc(8px + 0.5vw);
    font-weight: 500;
    padding: 2px 0 3px 0;
  }
}
.page03 .Img .imgTxt h3::after, .page03 .Img .imgTxt h3::before {
  content: "";
  width: calc(1px + 11.5vw);
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page03 .Img .imgTxt h3::after, .page03 .Img .imgTxt h3::before {
    background: rgba(255, 255, 255, 0.5725490196);
    width: calc(1px + 20vw);
  }
}
.page03 .Img .imgTxt h3::after {
  top: 0;
}
.page03 .Img .imgTxt h3::before {
  bottom: 0;
}
.page03 .Img .imgTxt p {
  letter-spacing: 1px;
  margin-top: 23%;
  font-weight: 300;
}
@media (max-width: 991px) {
  .page03 .Img .imgTxt p {
    font-size: calc(3px + 1.4vw);
    letter-spacing: 0;
    margin-bottom: 5px;
    font-weight: 400;
  }
}
.page03 .subTitle {
  width: calc(5px + 25vw);
  margin: 2% auto 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .page03 .subTitle {
    width: calc(18px + 60vw);
    margin-top: 5%;
  }
}

.page04 {
  padding: 4% 7% 15% 7%;
}
@media (max-width: 991px) {
  .page04 {
    padding: 4% 5% 34% 5%;
  }
}
.page04::after {
  content: "";
  width: 100%;
  height: 74%;
  background-image: url(../images/img/page04-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 38%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .page04::after {
    background-image: url(../images/img/page04-bg-m.jpg);
    top: 13%;
    height: 97%;
  }
}
.page04 .Txt {
  margin-bottom: 4%;
}
@media (max-width: 991px) {
  .page04 .Txt {
    margin-bottom: 8%;
  }
}
.page04 .Txt h2 {
  line-height: 1;
}
@media (max-width: 991px) {
  .page04 .Txt h2 {
    font-size: calc(18px + 5.2vw);
    letter-spacing: calc(1px + 0.8vw);
  }
}
.page04 .Txt h2 span {
  font-size: calc(1px + 1.5vw);
}
@media (max-width: 991px) {
  .page04 .Txt h2 span {
    font-size: calc(18px + 3vw);
    margin-bottom: 5px;
    letter-spacing: 0;
  }
}
.page04 h3 {
  font-size: calc(1px + 1.4vw);
  letter-spacing: calc(1px + 0.3vw);
  color: #fff;
  text-align: center;
  background: #002c26;
  padding: 15px 0 17px 0;
}
@media (max-width: 991px) {
  .page04 h3 {
    font-size: calc(8px + 3vw);
    letter-spacing: calc(1px + 2.5vw);
    padding: 3px 0 5px 0;
  }
}
.page04 .logo {
  display: block;
  margin: 5% auto 0 auto;
  width: 60%;
}
@media (max-width: 991px) {
  .page04 .logo {
    width: 100%;
    margin: 4% 0 8% 0;
  }
}
.page04 table {
  width: 100%;
  font-size: calc(1px + 1.2vw);
  color: #fff;
  font-weight: 400;
}
.page04 table thead th {
  background: #002c26;
  border-right: 2px solid #fff;
}
@media (max-width: 991px) {
  .page04 table thead th {
    border-right: 1px solid #fff;
  }
}
.page04 table thead th:last-of-type {
  border-right: 0;
}
.page04 table thead th h3 {
  padding: 12px 0 10px 0;
}
@media (max-width: 991px) {
  .page04 table thead th h3 {
    font-size: calc(6px + 2.5vw);
    letter-spacing: calc(1px + 0.2vw);
    padding: 3px 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page04 table tbody {
    font-size: calc(3px + 1.5vw);
    letter-spacing: 0.5px;
  }
}
.page04 table tbody tr {
  border-top: 1px solid #fff;
}
.page04 table tbody tr th {
  width: 20%;
  letter-spacing: calc(1px + 0.1vw);
  font-weight: 400;
  background: rgba(145, 142, 142, 0.3647058824);
  text-align: center;
  padding: 12px 0;
  border-right: 2px solid #fff;
}
@media (max-width: 991px) {
  .page04 table tbody tr th {
    width: 15%;
    letter-spacing: calc(1px + 0.3vw);
    padding: 7px 0;
    border-right: 1px solid #fff;
  }
}
.page04 table tbody tr td {
  width: 30%;
  text-align: center;
  background: rgba(145, 142, 142, 0.5215686275);
}
@media (max-width: 991px) {
  .page04 table tbody tr td {
    background: rgba(145, 142, 142, 0.6941176471);
  }
}
.page04 table tbody tr td:first-of-type {
  width: 45%;
  background: rgba(66, 65, 65, 0.4901960784);
  border-right: 2px solid #fff;
}
@media (max-width: 991px) {
  .page04 table tbody tr td:first-of-type {
    width: 40%;
    background: rgba(66, 65, 65, 0.6274509804);
  }
}
.page04 table tbody tr td span::after {
  content: "";
  background-image: url(../images/img/page04-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38%;
  height: 100%;
  position: absolute;
  left: 102%;
  top: 52%;
  transform: translateY(-50%);
}
.page04 .subTitle {
  width: calc(5px + 23vw);
  margin: 10% 0 0 auto;
  display: block;
}
@media (max-width: 991px) {
  .page04 .subTitle {
    width: calc(18px + 55vw);
    margin-right: auto;
    margin: 10% auto 0 auto;
    padding-left: 13%;
  }
}

.swing {
  display: inline-block;
  transform-origin: top center; /* 從上方中心點旋轉 */
  animation: swing 4s ease-in-out infinite;
}

@keyframes swing {
  0% {
    transform: rotateX(13deg);
  }
  50% {
    transform: rotateX(-13deg);
  }
  100% {
    transform: rotateX(13deg);
  }
}
.swing-slow {
  display: inline-block;
  transform-origin: top center; /* 從上方中心點旋轉 */
  animation: swing-slow 4s ease-in-out infinite;
}

@keyframes swing-slow {
  0% {
    transform: rotateX(-13deg);
  }
  50% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(13deg);
  }
}
.scene {
  perspective: 3000px; /* 給父層加透視，才能有3D感 */
}
@media (max-width: 991px) {
  .scene {
    perspective: 1000px;
  }
}

.zoom-loop {
  display: inline-block;
  animation: zoom-in-out 8s ease-in-out infinite;
}
@media (max-width: 991px) {
  .zoom-loop {
    animation: zoom-in-out-m 6s ease-in-out infinite;
  }
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-out-m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.move {
  animation: floatBreath 13s ease-in-out infinite;
}
@media (max-width: 991px) {
  .move {
    animation: floatBreath-m 16s ease-in-out infinite;
  }
}

@keyframes floatBreath {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, 30px) scale(1.04);
  }
  50% {
    transform: translate(0, 40px) scale(1);
  }
  75% {
    transform: translate(-20px, -20px) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes floatBreath-m {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(0, -10px) scale(1.04);
  }
  50% {
    transform: translate(-20px, 0px) scale(1);
  }
  75% {
    transform: translate(-10px, -10px) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@media (max-width: 991px) {
  body {
    margin-bottom: 68px;
  }
}

[data-aos=custom-zoom-out] {
  transform: scale(1.2);
  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;
}

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

[data-aos=fade].aos-animate {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */