@charset "UTF-8";
.catalogArea .tabClassBox .tabClassList span, .catalogArea .catalogList .Img img, .bannerArea .videoBox, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
  border-radius: 20px;
  overflow: hidden;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 55px;
  height: 55px;
  background-color: #001f60;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 28px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  transform: rotate(45deg);
}
.popWin .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #001f60;
  }
  .popWin .close:hover::before {
    transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
    /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  position: relative;
}
@media (min-width: 1181px) {
  .bannerArea {
    height: 100vh;
    height: 100dvh;
  }
  .bannerArea .wrap,
  .bannerArea .bannerBox,
  .bannerArea .slick-list,
  .bannerArea .slick-track {
    height: 100%;
  }
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
  overflow: hidden;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1200px;
  padding: calc(74vh - 320px) 20px 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt {
    padding: 200px 20px 160px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt {
    padding: 160px 12px 160px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
}
.bannerArea .bannerItem .Txt .title {
  color: #FFF;
  text-align: center;
  font-size: 33px;
  letter-spacing: 1.65px;
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 26px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  padding-top: 18px;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(80px, 5.3vw, 100px);
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 840px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: clamp(46px, 9vw, 65px);
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .subtitle {
    padding-top: 30px;
    font-size: clamp(36px, 9.5vw, 42px);
    line-height: 1.4;
  }
}
@media (max-width: 414px) {
  .bannerArea .bannerItem .Txt .subtitle {
    padding-top: 10px;
    font-size: clamp(32px, 9vw, 36px);
    line-height: 1.2;
  }
}
@media (max-width: 360px) {
  .bannerArea .bannerItem .Txt .subtitle {
    -webkit-line-clamp: 3;
  }
}
.bannerArea .bannerItem .Img img {
  min-height: 875px;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 414px) {
  .bannerArea .bannerItem .Img img {
    min-height: 600px;
  }
}
.bannerArea .videoBox {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 16/9;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 1536px) {
  .bannerArea .videoBox {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.bannerArea .videoBox.pause {
  opacity: 0;
}
.bannerArea .videoBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 7.4%;
  right: 2.8%;
  z-index: 5;
}
@media (min-width: 1181px) {
  .bannerArea .videoBtn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    animation: haloPulse 1.5s infinite ease-out;
  }
}
.bannerArea .videoBtn .videoBtnPlay {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 4px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.bannerArea .videoBtn .videoBtnPause {
  position: absolute;
  width: 24px;
  height: 32px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 35%, transparent 35%, transparent 65%, #ffffff 65%, #ffffff 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bannerArea .videoBtn.pause .videoBtnPlay {
  opacity: 0;
}
.bannerArea .videoBtn.pause .videoBtnPause {
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .videoBtn {
    width: 70px;
    height: 70px;
    bottom: 85px;
  }
  .bannerArea .videoBtn .videoBtnPlay {
    border-width: 10px 0 10px 18px;
  }
  .bannerArea .videoBtn .videoBtnPause {
    width: 20px;
    height: 22px;
  }
}
@media (max-width: 840px) {
  .bannerArea .videoBtn {
    bottom: 25%;
    right: 50%;
    transform: translateX(50%);
  }
  .bannerArea .videoBtn.pause {
    bottom: 9.5%;
  }
}
@media (max-width: 480px) {
  .bannerArea .videoBtn {
    width: 60px;
    height: 60px;
  }
  .bannerArea .videoBtn .videoBtnPlay {
    border-width: 8px 0 8px 15px;
  }
}
.bannerArea .videoSoundBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  position: absolute;
  bottom: 7.4%;
  right: calc(2.8% + 100px);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.bannerArea .videoBox:not(.pause) ~ .videoSoundBtn {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .videoSoundBtn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}
.bannerArea .videoSoundBtn .videoSoundOn,
.bannerArea .videoSoundBtn .videoSoundOff {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transition: opacity 0.3s ease;
}
.bannerArea .videoSoundBtn .videoSoundOn::before,
.bannerArea .videoSoundBtn .videoSoundOff::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(0 35%, 50% 35%, 100% 0, 100% 100%, 50% 65%, 0 65%);
}
.bannerArea .videoSoundBtn .videoSoundOn {
  opacity: 1;
}
.bannerArea .videoSoundBtn .videoSoundOn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 14px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 50% 50% 0/0 50% 50% 0;
}
.bannerArea .videoSoundBtn .videoSoundOff {
  position: absolute;
  opacity: 0;
}
.bannerArea .videoSoundBtn .videoSoundOff::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 2px;
  background: #ffffff;
}
.bannerArea .videoSoundBtn.muted .videoSoundOn {
  opacity: 0;
}
.bannerArea .videoSoundBtn.muted .videoSoundOff {
  opacity: 1;
}
@media (max-width: 1180px) {
  .bannerArea .videoSoundBtn {
    width: 50px;
    height: 50px;
    bottom: 85px;
    right: calc(2.8% + 90px);
  }
}
@media (max-width: 840px) {
  .bannerArea .videoSoundBtn {
    /* 貼齊已置中的 videoBtn 左側：videoBtn 半寬 35 + 間距 10 + soundBtn 半寬 25 = 70px */
    bottom: calc(9.5% + 10px);
    right: 50%;
    transform: translateX(calc(50% - 70px));
  }
}
@media (max-width: 480px) {
  .bannerArea .videoSoundBtn {
    width: 44px;
    height: 44px;
    /* videoBtn 半寬 30 + 間距 10 + soundBtn 半寬 22 = 62px */
    bottom: calc(9.5% + 8px);
    transform: translateX(calc(50% - 62px));
  }
}
.bannerArea .slick-current .Img {
  animation: bannerZoom 5s ease;
}
.bannerArea .slick-current .Txt .title {
  animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 480px) {
  .bannerArea .scrollDown {
    bottom: 35px;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
@media (max-width: 414px) {
  .bannerArea .scrollDown span.text {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .bannerArea .scrollDown span.text {
    font-size: 12px;
  }
}
.bannerArea .scrollDown span.icon {
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  animation: haloPulse 2s infinite ease-in-out;
}
.bannerArea .scrollDown span.icon svg {
  width: 100%;
  height: 100%;
  animation: arrowSlide 1.5s infinite ease-in-out;
}
@media (max-width: 414px) {
  .bannerArea .scrollDown span.icon {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 360px) {
  .bannerArea .scrollDown span.icon {
    width: 48px;
    height: 48px;
  }
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  transform: translateY(50%);
}

.catalogArea {
  padding: 68px 0;
  overflow: hidden;
}
@media (max-width: 640px) {
  .catalogArea {
    padding: 50px 0;
  }
}
.catalogArea .wrap {
  max-width: 1660px;
}
.catalogArea .unClick {
  pointer-events: none;
}
@media (max-width: 480px) {
  .catalogArea .titleBox {
    margin-bottom: 15px;
  }
}
.catalogArea .catalogBox {
  transition: all 0.4s;
  padding-bottom: 20px;
  position: relative;
}
.catalogArea .catalogBox.hide {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.2s;
}
@media (max-width: 1180px) {
  .catalogArea .catalogBox {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .catalogArea .catalogBox {
    padding: 0 30px;
  }
}
.catalogArea .arrowBox {
  top: 39%;
  width: calc(100% + 8.073vw);
}
@media (max-width: 1720px) {
  .catalogArea .arrowBox {
    width: calc(100% + 30px);
  }
}
@media (max-width: 1180px) {
  .catalogArea .arrowBox {
    width: 100%;
  }
}
.catalogArea .catalogList {
  padding-top: 20px;
  position: relative;
}
.catalogArea .catalogList:not(.slick-slider) {
  display: flex;
}
.catalogArea .catalogList:not(.slick-slider) .catalogItem {
  width: 16.6666666667%;
  flex-shrink: 0;
}
.catalogArea .catalogList .item {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.catalogArea .catalogList .item .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1181px) {
  .catalogArea .catalogList .item .linkWrap:hover ~ .Img img {
    transform: scale(0.97);
  }
  .catalogArea .catalogList .item .linkWrap:hover ~ .Txt .title,
  .catalogArea .catalogList .item .linkWrap:hover ~ .Txt a {
    color: #001f60;
  }
}
.catalogArea .catalogList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.catalogArea .catalogList .Txt {
  width: 100%;
  padding: 12px 15px 30px;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.catalogArea .catalogList .Txt .title {
  font-size: 20px;
  letter-spacing: 1px;
}
.catalogArea .catalogList .Txt .title a {
  color: #474747;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalogArea .tabClassBox {
  padding-top: 8px;
}
.catalogArea .tabClassBox .tabClassList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.catalogArea .tabClassBox .tabClassList span {
  display: block;
  width: 37px;
  height: 9px;
  border: 1px solid #474747;
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
}
.catalogArea .tabClassBox .tabClassList span.current {
  background-color: #474747;
}
@media (min-width: 1181px) {
  .catalogArea .tabClassBox .tabClassList span:hover {
    background-color: #474747;
  }
}

.aboutArea .wrap {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
@media (min-width: 841px) {
  .aboutArea .aboutItem:nth-child(2n) .Img {
    order: 1;
  }
  .aboutArea .aboutItem:nth-child(2n) .Txt {
    order: 2;
  }
}
.aboutArea .item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  min-height: 570px;
}
@media (min-width: 1181px) {
  .aboutArea .item {
    min-height: 100vh;
  }
}
.aboutArea .item .Img {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.aboutArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .item .Txt {
  width: 50%;
  background-color: var(--custom-color, #001f60);
}
.aboutArea .item .Txt .subtitle .mask {
  overflow: hidden;
  display: inline-block;
}
@media (max-width: 840px) {
  .aboutArea .item .Txt {
    width: 100%;
  }
  .aboutArea .item .Img {
    width: 100%;
    max-height: 450px;
  }
}
@media (max-width: 480px) {
  .aboutArea .item .Img {
    max-height: 390px;
  }
}
.aboutArea .Txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 50px 20px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    padding: 10px 35px 20px;
  }
}
@media (max-width: 840px) {
  .aboutArea .Txt {
    padding: 50px 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt {
    padding: 36px 10px 42px;
  }
}
.aboutArea .Txt .titleBox {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
}
.aboutArea .Txt .titleBox .title {
  font-family: "Noto Sans TC", sans-serif;
  color: #FFF;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1.25px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutArea .Txt .titleBox .subtitle {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(48px, 4vw, 60px);
  font-weight: 300;
  padding-top: 34px;
  line-height: clamp(60px, 4.375vw, 70px);
}
.aboutArea .Txt .titleBox .text {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.2px;
  margin-top: clamp(20px, 1.7vw, 30px);
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutArea .Txt .titleBox .btnBox {
  margin-top: clamp(40px, 3.5vw, 66px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 14px;
}
@media (min-width: 993px) {
  .aboutArea .Txt .titleBox .btnBox {
    gap: 20px 28px;
  }
}
.aboutArea .Txt .titleBox:has(.text) .btnBox {
  margin-top: clamp(40px, 3.333vw, 80px);
}
@media (max-width: 1180px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 24px;
  }
  .aboutArea .Txt .titleBox .subtitle {
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: clamp(40px, 5vw, 56px);
    padding-top: 22px;
  }
  .aboutArea .Txt .titleBox .text {
    font-size: 18px;
    margin-top: 8px;
  }
  .aboutArea .Txt .titleBox .btnBox {
    margin-top: clamp(20px, 3.5vw, 40px);
  }
  .aboutArea .Txt .titleBox:has(.text) .btnBox {
    margin-top: clamp(20px, 3.5vw, 40px);
  }
}
@media (max-width: 840px) {
  .aboutArea .Txt .titleBox .subtitle {
    font-size: 46px;
    line-height: 54px;
  }
  .aboutArea .Txt .titleBox .btnBox {
    margin-top: 60px;
    gap: 20px 25px;
  }
  .aboutArea .Txt .titleBox .text {
    margin-top: 0px;
  }
  .aboutArea .Txt .titleBox:has(.text) .btnBox {
    margin-top: 48px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .titleBox .subtitle {
    font-size: clamp(36px, 10vw, 46px);
    line-height: clamp(42px, 12vw, 54px);
  }
  .aboutArea .Txt .titleBox .btnBox {
    margin-top: clamp(60px, 18.5vw, 88px);
  }
}
@media (max-width: 414px) {
  .aboutArea .Txt .titleBox .title {
    font-size: 20px;
  }
  .aboutArea .Txt .titleBox .subtitle {
    font-size: clamp(30px, 12vw, 34px);
    line-height: clamp(38px, 11.5vw, 38px);
  }
  .aboutArea .Txt .titleBox .text {
    font-size: 16px;
    padding-top: 10px;
  }
  .aboutArea .Txt .titleBox .btnBox {
    margin-top: 20px;
    gap: 20px 15px;
  }
  .aboutArea .Txt .titleBox .btnBox .btn {
    font-size: 16px;
    padding: 12px 20px;
    min-width: 140px;
  }
  .aboutArea .Txt .titleBox:has(.text) .btnBox {
    margin-top: 20px;
  }
}