@charset "UTF-8";
@media (max-width: 991px) {
  body {
    margin-bottom: 66px;
  }
}

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

.videoBlock {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}
.videoBlock .videoArea {
  width: 100%;
  font-size: 0;
  position: relative;
}
.videoBlock .videoArea video {
  height: 100%;
}
.videoBlock .videoArea video source {
  width: 100%;
  height: 100%;
}
.videoBlock .soundControl {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #E0DFC6;
  z-index: 9999;
}
.videoBlock .soundControl .soundBtn {
  font-size: 14px;
  color: #E0DFC6;
  font-weight: bold;
  cursor: pointer;
}
.videoBlock .soundControl .sound1, .videoBlock .soundControl .sound2 {
  display: none;
}

.bannerArea {
  overflow: hidden;
}
.bannerArea .bannerBox {
  min-height: 100vh;
  align-items: center;
  padding-bottom: 3%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox {
    margin-top: -2px;
    min-height: 0;
    padding: 45% 0 49% 0;
  }
}
.bannerArea .bannerBox .logo {
  width: 350px;
  display: block;
  margin: 0 auto 2rem auto;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .logo {
    width: 240px;
  }
}
.bannerArea .bannerBox .Txt {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: SweiSpringCJKtc-SemiBold;
}
.bannerArea .bannerBox .Txt h2 {
  font-size: 2.75rem;
  color: #fff;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h2 {
    font-size: 1.68rem;
  }
}
.bannerArea .bannerBox .Txt .subTxt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerArea .bannerBox .Txt .subTxt h3 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt .subTxt h3 {
    font-size: 1.2rem;
  }
}
.bannerArea .bannerBox .Txt .subTxt h3:first-child {
  justify-content: center;
  display: flex;
}
.bannerArea .bannerBox .Txt .subTxt .bi-telephone-fill {
  font-size: 2rem;
  margin-left: 12px;
  margin-right: -5px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt .subTxt .bi-telephone-fill {
    font-size: 1.3rem;
    margin-left: 7px;
    margin-right: -3px;
  }
}
.bannerArea .bannerBox .Txt .subTxt span {
  font-size: 2.3rem;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt .subTxt span {
    font-size: 1.5rem;
  }
}
.bannerArea .bannerBox .Txt .subTxt small {
  font-size: 1.2rem;
  margin: 10px 7px 0 7px;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt .subTxt small {
    font-size: 0.7rem;
    margin: 7px 3px 0 3px;
  }
}
.bannerArea .bannerBox .Txt h4 {
  font-size: 2rem;
  margin-top: 3%;
}
@media (max-width: 991px) {
  .bannerArea .bannerBox .Txt h4 {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}
.bannerArea .bannerBox .Txt a {
  color: #fff;
}
.bannerArea .bannerBox .Txt a:hover {
  color: rgba(255, 255, 255, 0.7882352941);
}

.page {
  overflow: hidden;
}
.page .Txt b {
  font-size: calc(1.6rem + 0.8vw);
  font-family: SweiSpringCJKtc-SemiBold;
  line-height: 1.3;
  letter-spacing: 1px;
  display: block;
}
@media (max-width: 991px) {
  .page .Txt b {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.page .Txt b span {
  color: #004098;
}
.page .Txt h2 {
  color: #004098;
  font-family: SweiSpringCJKtc-SemiBold;
  font-size: calc(1.2rem + 0.8vw);
  letter-spacing: 1px;
  line-height: 1.3;
}
@media (max-width: 1500px) {
  .page .Txt h2 {
    font-size: calc(1.2rem + 0.6vw);
  }
}
@media (max-width: 991px) {
  .page .Txt h2 {
    font-size: 1.4rem;
  }
}
.page .Txt h3 {
  font-family: SweiSpringCJKtc-SemiBold;
  font-size: calc(0.7rem + 0.8vw);
  letter-spacing: 1px;
  margin: 1rem 0;
}
@media (max-width: 1500px) {
  .page .Txt h3 {
    font-size: calc(0.7rem + 0.6vw);
  }
}
@media (max-width: 991px) {
  .page .Txt h3 {
    font-size: 1.1rem;
  }
}
.page .Txt p {
  letter-spacing: 1px;
  font-size: calc(0.15rem + 0.8vw);
}
@media (max-width: 1500px) {
  .page .Txt p {
    font-size: calc(0.15rem + 0.9vw);
  }
}
@media (max-width: 991px) {
  .page .Txt p {
    font-size: 0.9rem;
    text-align: justify;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .page .Txt p br {
    display: none;
  }
}

@media (max-width: 991px) {
  .page01 {
    background: #ededed;
    padding: 2rem 0 2.5rem 0;
  }
}
.page01 .Txt h3 {
  margin-top: 0;
}
.page01 .Img .innerImg {
  padding-top: 56%;
}
.page01 .item .TxtBox {
  width: 100%;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .page01 .item .TxtBox {
    position: relative;
    min-height: 158px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .page01 .imgSlick a {
    pointer-events: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.page01 .imgSlick .slick-dots {
  bottom: 20px;
}
@media (max-width: 991px) {
  .page01 .imgSlick .slick-dots {
    bottom: -30px;
  }
}

.page02 {
  padding: 5% 7%;
  margin-top: -7px;
}
@media (max-width: 991px) {
  .page02 {
    padding: 2.5rem 0;
  }
}

.page02, .page06, .page08, .page04 {
  background: #004098;
  padding: 10% 5% 10% 7%;
}
@media (max-width: 991px) {
  .page02, .page06, .page08, .page04 {
    padding: 2.5rem 0;
  }
}
.page02 .contentBox::after, .page06 .contentBox::after, .page08 .contentBox::after, .page04 .contentBox::after {
  content: "";
  width: 120%;
  height: 70%;
  background: #00398a;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .page02 .contentBox::after, .page06 .contentBox::after, .page08 .contentBox::after, .page04 .contentBox::after {
    width: 0;
  }
}
.page02 .Txt, .page06 .Txt, .page08 .Txt, .page04 .Txt {
  z-index: 2;
}
@media (max-width: 991px) {
  .page02 .Txt, .page06 .Txt, .page08 .Txt, .page04 .Txt {
    text-align: center;
    padding-bottom: 1.5rem;
  }
}
.page02 .Txt h2, .page06 .Txt h2, .page08 .Txt h2, .page04 .Txt h2 {
  color: #fff;
  margin-bottom: 0;
}
.page02 .Txt h3, .page06 .Txt h3, .page08 .Txt h3, .page04 .Txt h3 {
  color: rgba(255, 255, 255, 0.7254901961);
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.page02 .Txt p, .page06 .Txt p, .page08 .Txt p, .page04 .Txt p {
  color: #fff;
  margin-bottom: 0;
}
.page02 .imgSlick, .page02 .Img, .page06 .imgSlick, .page06 .Img, .page08 .imgSlick, .page08 .Img, .page04 .imgSlick, .page04 .Img {
  z-index: 2;
}

.page03, .page10 {
  padding: 4% 0 21% 0;
}
@media (max-width: 991px) {
  .page03, .page10 {
    padding: 10% 0 58% 0;
  }
}
.page03 .Txt, .page10 .Txt {
  text-align: center;
}
.page03 .Txt b, .page10 .Txt b {
  color: #fff;
}
.page03 .Txt b span, .page10 .Txt b span {
  color: #fff;
}
.page03 .Txt h2, .page03 .Txt p, .page10 .Txt h2, .page10 .Txt p {
  color: #fff;
  margin-bottom: 0;
}
.page03 .Txt h3, .page10 .Txt h3 {
  display: inline-block;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, 0.7254901961);
  border-bottom: 1px solid #fff;
}
.page03 .mainTxt, .page10 .mainTxt {
  background: rgba(0, 0, 0, 0.3803921569);
  width: calc(380px + 10vw);
  margin: 2rem auto 0 auto;
  padding: 3% 0;
}
@media (max-width: 991px) {
  .page03 .mainTxt, .page10 .mainTxt {
    width: 90%;
    margin-top: 1rem;
    padding: 2rem 0;
  }
}

@media (max-width: 991px) {
  .page04 {
    padding-bottom: 3rem;
  }
}
.page04 .Txt h2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.page05::after, .page07::after, .page09::after {
  content: "";
  background-image: url(../images/img/deco-pic-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22%;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0%;
}
@media (max-width: 991px) {
  .page05::after, .page07::after, .page09::after {
    background-image: url(../images/img/deco-pic-1-m.png);
    width: 290px;
    height: 76px;
  }
}
.page05 .titleBox, .page07 .titleBox, .page09 .titleBox {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 3;
  text-align: right;
}
@media (max-width: 991px) {
  .page05 .titleBox, .page07 .titleBox, .page09 .titleBox {
    position: relative;
    text-align: center;
    right: auto;
    top: auto;
    padding: 2.5rem 0 1rem 0;
  }
}
@media (min-width: 992px) {
  .page05 .titleBox b, .page07 .titleBox b, .page09 .titleBox b {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .page05 .titleBox b span, .page07 .titleBox b span, .page09 .titleBox b span {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .page05 .titleBox h2, .page07 .titleBox h2, .page09 .titleBox h2 {
    color: #fff;
  }
}
.page05 .TxtBox, .page07 .TxtBox, .page09 .TxtBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .page05 .TxtBox, .page07 .TxtBox, .page09 .TxtBox {
    padding: 1.5rem 0 4.5rem 0;
  }
}
.page05 .TxtBox .Txt, .page07 .TxtBox .Txt, .page09 .TxtBox .Txt {
  text-align: center;
}
.page05 .TxtBox .Txt::after, .page07 .TxtBox .Txt::after, .page09 .TxtBox .Txt::after {
  content: "";
  background-image: url(../images/img/deco-pic-3.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 65px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .page05 .TxtBox .Txt::after, .page07 .TxtBox .Txt::after, .page09 .TxtBox .Txt::after {
    width: 0;
  }
}
.page05 .Img .innerImg, .page07 .Img .innerImg, .page09 .Img .innerImg {
  padding-top: 85%;
}
@media (max-width: 991px) {
  .page05 .Img .innerImg, .page07 .Img .innerImg, .page09 .Img .innerImg {
    padding-top: 66%;
  }
}

.page04, .page07, .page09 {
  margin-top: 0;
}
.page04::after, .page07::after, .page09::after {
  background-image: url(../images/img/deco-pic-2.png);
  left: auto;
  right: -1%;
}
@media (max-width: 991px) {
  .page04::after, .page07::after, .page09::after {
    background-image: url(../images/img/deco-pic-2-m.png);
  }
}
.page04 .titleBox, .page07 .titleBox, .page09 .titleBox {
  right: auto;
  left: 5%;
  text-align: left;
}
@media (max-width: 991px) {
  .page04 .titleBox, .page07 .titleBox, .page09 .titleBox {
    left: auto;
    text-align: center;
  }
}

.page05 .Txt h3 {
  margin-top: 0.5rem;
}

.page09::after {
  height: 24%;
  right: -0.6%;
}
@media (max-width: 991px) {
  .page09::after {
    height: 76px;
  }
}
.page09 .Txt h3 span {
  font-size: calc(0.9rem + 0.8vw);
}
@media (max-width: 1500px) {
  .page09 .Txt h3 span {
    font-size: calc(0.9rem + 0.8vw);
  }
}
@media (max-width: 991px) {
  .page09 .Txt h3 span {
    font-size: 1.3rem;
  }
}
.page09 .Img .innerImg {
  padding-top: 72%;
}

.page10 {
  padding: 17% 0;
}
@media (max-width: 991px) {
  .page10 {
    padding: 2.5rem 0 3rem 0;
    background: #004098;
  }
}
.page10 .mainTxt {
  width: calc(400px + 15vw);
  margin: 2rem auto 0 7%;
}
@media (max-width: 991px) {
  .page10 .mainTxt {
    background-color: transparent;
    width: 100%;
    margin-top: 1rem;
    padding: 0 0 1.5rem 0;
    margin: 0 auto;
  }
}
.page10 .mainTxt .Txt h3 {
  margin-top: 0.5rem;
}
.page10 .subTxt {
  z-index: 3;
  position: absolute;
  top: 9%;
  right: 10%;
}
@media (max-width: 991px) {
  .page10 .subTxt {
    position: relative;
    top: auto;
    right: auto;
    width: 95%;
    margin: -5% auto 0 auto;
    background: #fff;
    padding: 2rem 0;
  }
}
.page10 .subTxt .Txt {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 991px) {
  .page10 .subTxt .Txt {
    display: block;
    text-align: right;
  }
}
.page10 .subTxt p {
  text-align: left;
  display: inline-block;
}
@media (max-width: 991px) {
  .page10 .subTxt p {
    color: #333;
    display: block;
  }
}
.page10 .subTxt p:last-child {
  text-align: right;
  display: inline-block;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .page10 .subTxt p:last-child {
    width: auto;
    padding-right: 8%;
    margin-top: 0.5rem;
  }
}
.page10 .subTxt p:last-child::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 105%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page10 .subTxt p:last-child::after {
    width: 30px;
    background: rgba(0, 0, 0, 0.6117647059);
  }
}
.page10 .Img .innerImg {
  padding-top: 80%;
}

.page11 {
  padding: 5% 0;
  background: #e8e8e8;
}
@media (max-width: 991px) {
  .page11 {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .page11 .item {
    padding: 0 5%;
  }
}
.page11 .TxtBox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page11 .TxtBox .Txt {
  text-align: center;
}
@media (max-width: 991px) {
  .page11 .TxtBox .Txt {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 991px) {
  .page11 .TxtBox .Txt h2 {
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
}
.page11 .TxtBox .Txt h2 span {
  display: block;
  color: #333;
}
.page11 .TxtBox .Txt h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.page11 .TxtBox .Txt p {
  text-align: center;
  width: 100%;
}
.page11 .TxtBox .Txt p br {
  display: block;
}
.page11 .Img .innerImg {
  padding-top: 72%;
}
@media (max-width: 991px) {
  .page11 .Img .innerImg {
    padding-top: 72.5%;
  }
}
.page11 .slick-prev {
  left: 1%;
}
@media (max-width: 991px) {
  .page11 .slick-prev {
    left: 0;
  }
}
.page11 .slick-next {
  right: 1%;
}
@media (max-width: 991px) {
  .page11 .slick-next {
    right: 0;
  }
}

[data-aos=custom-zoom-out] {
  transform: scale(1.15);
  opacity: 1;
  transition-property: transform, opacity;
  transition: transform 7s ease, opacity 7s 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;
}

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

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  } /* 原尺寸 */
  50% {
    transform: scale(1.15);
  } /* 放大 10%（想更顯著就改 1.2 或 1.3）*/
  100% {
    transform: scale(1);
  } /* 回到原尺寸 */
}
/* 動畫 */
.imgSlick img,
.imgSlick .image {
  transform: scale(1.15);
  transition: transform 8s ease;
}

.imgSlick .slick-slide.slick-active img,
.imgSlick .slick-slide.slick-active .image {
  transform: scale(1);
}

.imgSlick .zoom-animate {
  animation: zoomOut 8s ease forwards;
}

@keyframes zoomOut {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */