@charset "UTF-8";
.linkArea .item .title, .linkArea .item .imgBox::after, .linkArea .item .imgBox::before, .newsArea .bottom .lineBox .line, .newsArea .newsItem, .homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab::after, .homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab, .popWindowArea .close::before, .popWindowArea .close::after, .popWindowArea .close {
  transition: all 0.5s ease-in-out;
}

.popWindowArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWindowArea .popWindowMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWindowArea .popWindowBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  height: 100%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWindowArea .popWindowContent {
  height: 100%;
  overflow-y: auto;
  overflow-x: clip;
}
.popWindowArea img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWindowArea .Txt {
  padding: 30px;
}
.popWindowArea .Txt .popTitle {
  font-size: clamp(18px, 1.25vw, 24px);
  margin-bottom: 25px;
}
.popWindowArea .close {
  width: 46px;
  height: 46px;
  background-color: #3284C7;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWindowArea .close::before, .popWindowArea .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWindowArea .close::before {
  transform: rotate(45deg);
}
.popWindowArea .close::after {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .popWindowArea .close:hover {
    background-color: #3284C7;
  }
  .popWindowArea .close:hover::before {
    transform: rotate(-30deg);
  }
  .popWindowArea .close:hover::after {
    transform: rotate(30deg);
  }
}
.popWindowArea.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWindowArea.show .popWindowMask,
.popWindowArea.show .popWindowBox {
  opacity: 1;
}
.popWindowArea.show .popWindowBox {
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .popWindowArea .popWindowContent {
    max-height: calc(100vh - 150px);
    /*以防有不支援dvh的瀏覽器*/
    max-height: calc(100dvh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem img {
  width: 100%;
}
.bannerArea .bannerItem .logoBox {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(82deg, #004587 11.47%, rgba(16, 89, 156, 0.87) 30.35%, rgba(50, 132, 199, 0.55) 46.71%, rgba(50, 132, 199, 0) 64.15%);
  z-index: 1;
  width: 74.95%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .logoBox {
    width: 100%;
    height: 100%;
    background: rgba(50, 132, 199, 0.2);
  }
}
.bannerArea .bannerItem .logoBox .logo {
  margin: 5px 0 0 0;
  width: 51.3%;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .logoBox .logo {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
  }
}
.bannerArea .bannerItem .logoBox .deco1,
.bannerArea .bannerItem .logoBox .deco2,
.bannerArea .bannerItem .logoBox .deco3 {
  position: absolute;
  z-index: 1;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .logoBox .deco1,
  .bannerArea .bannerItem .logoBox .deco2,
  .bannerArea .bannerItem .logoBox .deco3 {
    display: none;
  }
}
.bannerArea .bannerItem .logoBox .deco1 {
  bottom: 16.1%;
  left: 6%;
  width: 8.6%;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .logoBox .deco1 {
    left: 20px;
  }
}
.bannerArea .bannerItem .logoBox .deco2 {
  top: 20%;
  left: 7%;
  width: 1.17%;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .logoBox .deco2 {
    left: 20px;
  }
}
.bannerArea .bannerItem .logoBox .deco3 {
  top: 7.2%;
  left: 39%;
  width: 6.5%;
}
.bannerArea .bannerItem .Txt {
  max-width: 1500px;
  padding: 8.54vw 50px 15.104vw;
}
@media (min-width: 1920px) {
  .bannerArea .bannerItem .Txt {
    padding: 164px 50px 290px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt {
    justify-content: start;
    padding: 164px 30px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    justify-content: start;
    padding: 80px 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 40px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  max-height: 100%;
  overflow: hidden;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  opacity: 0;
  font-family: "Red Hat Display", Arial, sans-serif;
  font-size: clamp(22px, 1.458vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.1px;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: clamp(16px, 0.9375vw, 18px);
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  opacity: 0;
  text-shadow: 0 4px 4.3px rgba(0, 0, 0, 0.1);
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0 0 2px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: clamp(34px, 3.333vw, 64px);
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: clamp(28px, 2.1875vw, 42px);
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  opacity: 0;
  font-size: clamp(22px, 1.6667vw, 32px);
  text-shadow: 0 4px 4.3px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.45px;
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: clamp(22px, 1.458vw, 28px);
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: clamp(18px, 1.25vw, 24px);
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .slick-current .Txt .subtitle {
  animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  animation: rotate 50s linear forwards;
}
.bannerArea .slickBtnBox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
  z-index: 3;
  justify-content: start;
  padding: 0 50px 13.125vw;
}
@media (min-width: 1920px) {
  .bannerArea .slickBtnBox {
    padding: 0 50px 252px;
  }
}
@media (max-width: 960px) {
  .bannerArea .slickBtnBox {
    display: none;
  }
}
.bannerArea .slickBtnBox .slickBtnNumber {
  margin: 0;
}

.homeLinkArea {
  padding: 115px 0 0;
  min-height: 27.76vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .homeLinkArea {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .homeLinkArea {
    padding: 60px 0 20px;
    min-height: unset;
  }
}
.homeLinkArea .wrap {
  max-width: 1398px;
  position: relative;
}
.homeLinkArea .wrap .decoBox .deco1 {
  position: absolute;
  top: -55px;
  left: -72px;
  width: 10.8%;
  z-index: 1;
}
@media (max-width: 1540px) {
  .homeLinkArea .wrap .decoBox .deco1 {
    left: 0;
    top: -70px;
  }
}
@media (max-width: 1023px) {
  .homeLinkArea .wrap .decoBox .deco1 {
    top: -40px;
    width: 60px;
  }
}
.homeLinkArea .wrap .decoBox .deco2 {
  position: absolute;
  top: 11.2vw;
  right: -29px;
  width: 20.2%;
  height: 5.85vw;
  z-index: 1;
  border-radius: 999px;
  border: 2px solid #E9E9E9;
}
@media (min-width: 1921px) {
  .homeLinkArea .wrap .decoBox .deco2 {
    top: 215px;
    height: 112px;
  }
}
@media (max-width: 1540px) {
  .homeLinkArea .wrap .decoBox .deco2 {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .homeLinkArea .wrap .decoBox .deco2 {
    display: none;
  }
}
.homeLinkArea .wrap .decoBox .deco3 {
  position: absolute;
  top: 14.7vw;
  right: -43px;
  width: 3.698vw;
  height: 3.698vw;
  z-index: 1;
  border-radius: 50%;
  background: linear-gradient(-135deg, #3284C7 0%, #75C8CF 100%);
}
@media (min-width: 1921px) {
  .homeLinkArea .wrap .decoBox .deco3 {
    top: 282px;
    width: 71px;
    height: 71px;
  }
}
@media (max-width: 1540px) {
  .homeLinkArea .wrap .decoBox .deco3 {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .homeLinkArea .wrap .decoBox .deco3 {
    display: none;
  }
}
.homeLinkArea .homeLinkList {
  display: flex;
}
@media (max-width: 767px) {
  .homeLinkArea .homeLinkList {
    flex-direction: column;
    gap: 10px;
  }
}
.homeLinkArea .homeLinkList .homeLinkItem {
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .homeLinkArea .homeLinkList .homeLinkItem {
    flex: unset;
  }
}
.homeLinkArea .homeLinkList .homeLinkItem:nth-of-type(1) {
  z-index: 3;
}
.homeLinkArea .homeLinkList .homeLinkItem:nth-of-type(1) .homeLinkTab {
  background-color: #75C8CF;
}
.homeLinkArea .homeLinkList .homeLinkItem:nth-of-type(2) {
  z-index: 2;
}
.homeLinkArea .homeLinkList .homeLinkItem:nth-of-type(2) .homeLinkTab {
  background-color: #3284C7;
}
.homeLinkArea .homeLinkList .homeLinkItem:nth-of-type(3) {
  z-index: 1;
}
.homeLinkArea .homeLinkList .homeLinkItem:nth-of-type(3) .homeLinkTab {
  background-color: #FFC046;
}
.homeLinkArea .homeLinkList .homeLinkItem.active .homeLinkTab::after {
  transform: translateY(-50%) rotate(0);
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab {
  color: #fff;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.48px;
  padding: 25px 70px 25px 35px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1540px) {
  .homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab {
    padding: 20px 50px 20px 20px;
  }
}
@media (min-width: 1024px) {
  .homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab:hover {
    filter: brightness(1.1);
  }
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab::before, .homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1540px) {
  .homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab::before, .homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab::after {
    right: 20px;
  }
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkTab::after {
  transform: translateY(-50%) rotate(90deg);
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkPanel {
  padding: 34px 40px 26px;
  background: #F2F2F2;
  box-shadow: 0 10px 60px 0 rgba(0, 32, 110, 0.07);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 1540px) {
  .homeLinkArea .homeLinkList .homeLinkItem .homeLinkPanel {
    padding: 15px 20px;
  }
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkSubItem {
  margin: 0 0 2px 0;
  color: #676767;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.4px;
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkSubItem > a,
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkSubItem > span {
  padding: 7px 4px;
  display: block;
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkSubItem a {
  color: inherit;
  position: relative;
}
.homeLinkArea .homeLinkList .homeLinkItem .homeLinkSubItem a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .homeLinkArea .homeLinkList .homeLinkItem .homeLinkSubItem a:hover {
    color: #3284C7;
  }
}

.aboutArea {
  padding: 123px 0 0;
  position: relative;
}
@media (max-width: 1023px) {
  .aboutArea {
    padding-top: 60px;
  }
}
.aboutArea .decoBox .earth {
  position: absolute;
  top: -44px;
  left: -51px;
  width: 41.5vw;
  z-index: 1;
}
@media (max-width: 480px) {
  .aboutArea .decoBox .earth {
    width: 80vw;
    top: -20px;
    left: -5vw;
  }
}
.aboutArea .decoBox .arrow {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 2vw;
}
@media (max-width: 1023px) {
  .aboutArea .decoBox .arrow {
    width: 20px;
  }
}
.aboutArea .decoBox .arrow img {
  animation: arrowDecorationAni 2s linear infinite;
}
.aboutArea .decoBox .arrow img:nth-of-type(2) {
  animation-delay: 0.3s;
}
.aboutArea .decoBox .arrow.arrowBottm {
  bottom: 19.3%;
  left: 7.7%;
}
@media (max-width: 1540px) {
  .aboutArea .decoBox .arrow.arrowBottm {
    left: 20px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .decoBox .arrow.arrowBottm {
    display: none;
  }
}
.aboutArea .decoBox .arrow.arrowTop {
  right: 8.7vw;
  top: 99px;
}
@media (max-width: 1540px) {
  .aboutArea .decoBox .arrow.arrowTop {
    top: 70px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .decoBox .arrow.arrowTop {
    top: 0;
  }
}
.aboutArea .decoBox .deco1,
.aboutArea .decoBox .deco2,
.aboutArea .decoBox .deco3 {
  position: absolute;
}
@media (max-width: 1023px) {
  .aboutArea .decoBox .deco1,
  .aboutArea .decoBox .deco2,
  .aboutArea .decoBox .deco3 {
    display: none;
  }
}
.aboutArea .decoBox .deco1 {
  bottom: -8%;
  right: -7.4%;
  width: 14.6vw;
  z-index: 2;
}
.aboutArea .decoBox .deco2 {
  bottom: 5%;
  right: 6.5%;
  width: 3.42vw;
  z-index: 1;
}
.aboutArea .decoBox .deco3 {
  bottom: -9%;
  right: 3.4%;
  background-color: #FFC046;
  width: 5.9375vw;
  height: 5.9375vw;
  border-radius: 50%;
  z-index: 0;
}
.aboutArea .wrap {
  max-width: 1396px;
}
.aboutArea .aboutBox {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .aboutArea .aboutBox {
    display: block;
  }
}
.aboutArea .imgBox {
  width: 52.5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .aboutArea .imgBox {
    width: 80%;
    margin: 0 auto;
  }
}
.aboutArea .imgBox .deco1 {
  position: absolute;
  top: 0.7%;
  left: -8.6%;
  width: 11%;
  z-index: 2;
}
.aboutArea .imgBox .deco2 {
  position: absolute;
  top: -3.5%;
  left: -3.1%;
  z-index: 1;
  width: 10.5%;
  height: 10%;
  background: linear-gradient(to bottom, #3284C7 0%, #75C8CF 100%);
  z-index: 1;
}
.aboutArea .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutArea .Txt {
  width: 47.5%;
  padding-right: 70px;
}
@media (max-width: 900px) {
  .aboutArea .Txt {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .aboutArea .Txt {
    width: 100%;
    padding: 0;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 23px;
}
@media (max-width: 900px) {
  .aboutArea .Txt .titleBox {
    margin-bottom: 10px;
  }
}
.aboutArea .Txt .titleBox .decoTitle {
  margin-top: -3px;
}
.aboutArea .Txt .titleBox .decoTitle .txt::after {
  margin: -6px 0 0;
}
.aboutArea .Txt .text {
  color: #676767;
  text-shadow: 0 4px 4.3px rgba(0, 0, 0, 0.1);
  font-family: "Open+Sans", Arial, sans-serif;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.2px;
}
@media (max-width: 900px) {
  .aboutArea .Txt .text {
    font-size: clamp(14px, 0.8vw, 16px);
  }
}
@media (max-width: 767px) {
  .aboutArea .Txt .text {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .aboutArea .Txt .text {
    padding-bottom: 20px;
  }
}
.aboutArea .Txt .btnBox {
  margin-top: 27px;
}
@media (max-width: 900px) {
  .aboutArea .Txt .btnBox {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .aboutArea .pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .aboutArea .pc {
    display: none;
  }
}
@media (max-width: 1023px) {
  .aboutArea .ph {
    display: none;
  }
}
@media (max-width: 767px) {
  .aboutArea .ph {
    display: block;
  }
}
.aboutArea .ph .btnBox {
  margin: 0;
  justify-content: center;
}
.aboutArea .numberBox {
  margin: 40px 0 0;
  padding: 47px 69px 28px 95px;
  position: relative;
}
@media (max-width: 1023px) {
  .aboutArea .numberBox {
    padding: 28px 30px;
  }
}
@media (max-width: 900px) {
  .aboutArea .numberBox {
    margin: 30px 0 0;
    padding: 20px 30px 0;
  }
}
@media (max-width: 767px) {
  .aboutArea .numberBox {
    padding: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .numberBox {
    margin-top: 20px;
  }
}
.aboutArea .numberBox::before {
  content: "";
  display: block;
  width: calc(100% + 34.4vw);
  height: 100%;
  background-color: #3284C7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .aboutArea .numberBox::before {
    top: auto;
    bottom: -100px;
    height: calc(100% + 60vw);
    width: calc(100% + 60px);
    left: -30px;
  }
}
.aboutArea .numberBox .numberList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 767px) {
  .aboutArea .numberBox .numberList {
    justify-content: space-between;
    gap: 10px 20px;
  }
}
.aboutArea .numberBox .numberItem {
  width: calc(50% - 2.5px);
  margin: 0 0 34px;
}
@media (max-width: 900px) {
  .aboutArea .numberBox .numberItem {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .aboutArea .numberBox .numberItem {
    width: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .aboutArea .numberBox .numberItem {
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .aboutArea .numberBox .numberItem:nth-of-type(even) {
    display: flex;
    justify-content: end;
  }
}
.aboutArea .numberBox .numberItem .item {
  color: #FFF;
  font-weight: 700;
}
.aboutArea .numberBox .numberItem .item .topNum {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: end;
  margin: 0 0 14px;
}
@media (max-width: 900px) {
  .aboutArea .numberBox .numberItem .item .topNum {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .aboutArea .numberBox .numberItem .item .topNum {
    justify-content: center;
  }
}
.aboutArea .numberBox .numberItem .item .number {
  font-size: clamp(34px, 3.333vw, 64px);
  line-height: 1;
}
@media (max-width: 900px) {
  .aboutArea .numberBox .numberItem .item .number {
    font-size: clamp(28px, 2.1875vw, 42px);
  }
}
.aboutArea .numberBox .numberItem .item .percent,
.aboutArea .numberBox .numberItem .item .unit {
  font-size: clamp(20px, 1.302vw, 25px);
}
@media (max-width: 900px) {
  .aboutArea .numberBox .numberItem .item .percent,
  .aboutArea .numberBox .numberItem .item .unit {
    font-size: clamp(14px, 0.8vw, 16px);
  }
}
.aboutArea .numberBox .numberItem .item .title {
  font-size: clamp(18px, 1.1458vw, 22px);
  font-family: "Inter", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 900px) {
  .aboutArea .numberBox .numberItem .item .title {
    font-size: clamp(14px, 0.885vw, 17px);
  }
}

.newsArea {
  padding: 108px 0 80px;
}
.newsArea .wrap {
  max-width: 1398px;
}
.newsArea .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 480px) {
  .newsArea .top {
    flex-wrap: wrap;
  }
}
.newsArea .top .titleBox {
  margin-bottom: 11px;
}
.newsArea .top .classBoxRow {
  margin: 0 0 16px;
  padding: 0;
  border: none;
}
@media (max-width: 480px) {
  .newsArea .top .classBoxRow {
    width: 100%;
  }
}
.newsArea .top .classBoxRow .classCurrent {
  width: 200px;
}
@media (max-width: 480px) {
  .newsArea .top .classBoxRow .classCurrent {
    width: 100%;
  }
}
.newsArea .top .classBoxRow .classLink {
  top: 100%;
}
.newsArea .newsBox {
  position: relative;
}
.newsArea .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #3284C7;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: all 1s ease;
}
.newsArea .newsItem::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F2F2F2;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (min-width: 1024px) {
  .newsArea .newsItem:hover::after {
    opacity: 1;
  }
  .newsArea .newsItem:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .newsArea .newsItem:hover .Txt .title .txt {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: all 0.7s;
  }
  .newsArea .newsItem:hover .Txt .title::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.7s;
  }
  .newsArea .newsItem:hover .Txt .arrow {
    color: #fff;
  }
  .newsArea .newsItem:hover .Txt .arrow::before {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  .newsArea .newsItem:hover .Txt .arrow::after {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}
.newsArea .item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 95px;
}
@media (max-width: 1023px) {
  .newsArea .item {
    height: 85px;
  }
}
@media (max-width: 480px) {
  .newsArea .item {
    height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
.newsArea .Txt {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  width: calc(100% - 340px);
  padding: 0 21px 0 56px;
}
@media (max-width: 1023px) {
  .newsArea .Txt {
    width: calc(100% - 250px);
    padding: 0 21px;
  }
}
@media (max-width: 767px) {
  .newsArea .Txt {
    width: calc(100% - 200px);
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .newsArea .Txt {
    width: 100%;
    padding: 20px 0 0;
    align-items: start;
  }
}
.newsArea .Txt .arrow {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #676767;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .newsArea .Txt .arrow {
    display: none;
  }
}
.newsArea .Txt .arrow::before, .newsArea .Txt .arrow::after {
  content: "";
  height: 44px;
  width: 44px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.newsArea .Txt .arrow::before {
  border: 1px solid #C3C3C3;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.5s;
}
.newsArea .Txt .arrow::after {
  background: linear-gradient(to right, #3284C7 0%, #75C8CF 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 0.5s;
}
.newsArea .Txt .arrow .icon {
  width: 23px;
  height: 23px;
  position: relative;
  z-index: 1;
}
.newsArea .Txt .textBox {
  width: calc(100% - 64px);
}
@media (max-width: 1023px) {
  .newsArea .Txt .textBox {
    width: calc(100% - 54px);
  }
}
@media (max-width: 767px) {
  .newsArea .Txt .textBox {
    width: 100%;
  }
}
.newsArea .Txt .title {
  color: #000;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.0417vw, 20px);
  position: relative;
  letter-spacing: -0.1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .newsArea .Txt .title {
    font-size: clamp(14px, 0.8vw, 16px);
  }
}
.newsArea .Txt .title .txt {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  transition: all 0.8s;
}
.newsArea .Txt .title::before {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: transparent;
  /* 文字顏色設定透明 */
  background-image: linear-gradient(to right, #3284C7 0%, #75C8CF 100%);
  /* 設定漸層角度及顏色 */
  -webkit-background-clip: text;
  /* 背景裁剪成文字的前景色 */
  background-clip: text;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.8s;
}
.newsArea .newsInfoBox {
  border-right: 1px solid #ccc;
  width: 340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 500;
  padding: 2px 19px 0;
}
@media (max-width: 1023px) {
  .newsArea .newsInfoBox {
    width: 250px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .newsArea .newsInfoBox {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsInfoBox {
    width: 100%;
    border-right: none;
    padding: 0;
  }
}
.newsArea .newsInfoBox .date {
  color: #000;
  font-size: clamp(16px, 0.9896vw, 19px);
  width: 110px;
}
@media (max-width: 1023px) {
  .newsArea .newsInfoBox .date {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .newsArea .newsInfoBox .date {
    width: 80px;
    font-size: clamp(14px, 0.8vw, 16px);
  }
}
.newsArea .newsInfoBox .classTitle {
  color: #3284C7;
  font-size: clamp(16px, 1.0417vw, 20px);
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .newsArea .newsInfoBox .classTitle {
    font-size: clamp(14px, 0.8vw, 16px);
  }
}
@media (max-width: 480px) {
  .newsArea .newsInfoBox .classTitle {
    flex: unset;
  }
}
.newsArea .bottom {
  display: flex;
  align-items: center;
  gap: 68px;
  margin: 42px 0 0;
}
@media (max-width: 1023px) {
  .newsArea .bottom {
    margin-top: 20px;
    position: relative;
  }
}
.newsArea .bottom .slickBtnBox {
  width: 125px;
}
@media (max-width: 1023px) {
  .newsArea .bottom .slickBtnBox {
    position: absolute;
    inset: 0;
    align-items: center;
    width: 100%;
  }
}
.newsArea .bottom .lineBox {
  flex: 1;
  height: 1px;
  background: #D9D9D9;
}
@media (max-width: 1023px) {
  .newsArea .bottom .lineBox {
    display: none;
  }
}
.newsArea .bottom .lineBox .line {
  height: 2px;
  background: linear-gradient(to right, #3284C7 0%, #75C8CF 100%);
}
.newsArea .bottom .btnBox {
  margin: 0;
}
@media (max-width: 1023px) {
  .newsArea .bottom .btnBox {
    width: 100%;
    justify-content: center;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.linkArea {
  padding: 152px 0 75px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .linkArea {
    padding: 60px 0;
  }
}
.linkArea .decoBox {
  z-index: 0;
}
@media (max-width: 1023px) {
  .linkArea .decoBox {
    display: none;
  }
}
.linkArea .decoBox .deco1,
.linkArea .decoBox .deco2,
.linkArea .decoBox .deco3 {
  position: absolute;
  z-index: 1;
}
.linkArea .decoBox .deco1 {
  bottom: 27px;
  left: -8.2%;
  z-index: 1;
  width: 15vw;
}
.linkArea .decoBox .deco2 {
  bottom: 5.4%;
  left: 8.3%;
  z-index: 1;
  width: 9.1vw;
}
.linkArea .decoBox .deco2 svg {
  width: 100%;
  height: 100%;
}
.linkArea .decoBox .deco3 {
  bottom: -17%;
  left: -4.6%;
  z-index: 0;
  width: 18.28vw;
  height: 18.28vw;
  border-radius: 50%;
  opacity: 0.2;
  background: linear-gradient(90deg, #3284C7 0%, #75C8CF 100%);
}
.linkArea::before {
  content: "";
  display: block;
  width: 53.7%;
  position: absolute;
  top: 84px;
  right: 0;
  height: calc(100% - 84px);
  z-index: 0;
  background: #FFF8EB;
}
@media (max-width: 1023px) {
  .linkArea::before {
    width: 100%;
    top: 0;
    height: 100%;
  }
}
.linkArea::after {
  content: "";
  display: block;
  width: 53.7%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  background: url(../../images/tw/highlight/bg.png) top left/100% no-repeat;
}
@media (max-width: 1023px) {
  .linkArea::after {
    display: none;
  }
}
.linkArea .wrap {
  max-width: 1398px;
  position: relative;
  z-index: 1;
}
.linkArea .left {
  position: absolute;
  top: 23px;
  left: 50px;
  width: 300px;
}
@media (max-width: 1350px) {
  .linkArea .left {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .linkArea .left {
    position: static;
    width: 100%;
  }
}
.linkArea .titleBox {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .linkArea .titleBox {
    margin-bottom: 0;
  }
}
.linkArea .titleBox .decoTitle {
  margin: 0 0 9px;
}
@media (max-width: 1023px) {
  .linkArea .linkBox .btnBox {
    display: flex;
    justify-content: center;
  }
}
.linkArea .linkBox .linkList {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .linkArea .linkBox .linkList {
    gap: 0 20px;
  }
}
.linkArea .linkBox .linkList .linkItem {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .linkArea .linkBox .linkList .linkItem:nth-of-type(1) {
    display: flex;
    align-items: end;
    width: 70.7%;
    padding-left: 31.2%;
  }
  .linkArea .linkBox .linkList .linkItem:nth-of-type(2) {
    width: 29%;
    display: flex;
    align-items: end;
    padding: 0 0 0 33px;
  }
  .linkArea .linkBox .linkList .linkItem:nth-of-type(3) {
    width: 31.1%;
    padding: 0 4.3% 0 0;
    margin: -122px 0 0;
  }
  .linkArea .linkBox .linkList .linkItem:nth-of-type(4) {
    width: 26.6%;
  }
  .linkArea .linkBox .linkList .linkItem:nth-of-type(5) {
    width: 42.3%;
    padding: 0 0 0 34px;
  }
}
@media (max-width: 1023px) {
  .linkArea .linkBox .linkList .linkItem {
    margin: 0;
    padding-top: 20px;
    width: 100%;
  }
  .linkArea .linkBox .linkList .linkItem:not(:has(.videoBox)) {
    padding-top: 0;
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .linkArea .linkBox .linkList .linkItem:not(:has(.videoBox)) {
    width: 100%;
  }
}
.linkArea .item {
  position: relative;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.linkArea .item .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 3;
}
@media (min-width: 1024px) {
  .linkArea .item:has(.linkWrap):hover .imgBox::before, .linkArea .item:has(.linkWrap):hover .imgBox::after {
    opacity: 1;
  }
  .linkArea .item:has(.linkWrap):hover .title {
    color: #3284C7;
  }
}
@media (max-width: 1023px) {
  .linkArea .item:has(.videoBox) {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .linkArea .item:has(.videoBox) .imgBox {
    transform: translateY(30px);
    padding: 4px 30px;
  }
  .linkArea .item:has(.videoBox) .imgBox .date {
    top: 4px;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .linkArea .item:has(.videoBox) .imgBox {
    display: none;
  }
}
.linkArea .item:has(.videoBox) .Txt {
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .linkArea .item:has(.videoBox) .Txt {
    display: none;
  }
}
.linkArea .item .imgBox {
  transform: translateY(26px);
  position: relative;
}
.linkArea .item .imgBox::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #3284C7 0%, #75C8CF 100%);
  opacity: 0;
}
.linkArea .item .imgBox::after {
  content: "VIEW MORE";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: 700;
  line-height: 2;
  padding: 0 0 18px 0;
  opacity: 0;
}
.linkArea .item .imgBox .date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #FFC046;
  color: #fff;
  padding: 6px 23px;
}
.linkArea .item .imgBox img {
  width: 100%;
}
.linkArea .item .date {
  color: #FFF;
  text-align: center;
  font-size: clamp(14px, 0.885vw, 17px);
  font-weight: 500;
}
.linkArea .item .Txt {
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 2;
}
.linkArea .item .title {
  color: #000;
  font-size: clamp(16px, 1.0417vw, 20px);
  font-weight: 500;
  line-height: 1.5;
  background: #FFF;
  box-shadow: 0 10px 60px 0 rgba(0, 32, 110, 0.07);
  width: 89%;
  padding: 12px 18px;
}
.linkArea .videoBox {
  position: absolute;
  inset: 0;
  z-index: 5;
  transition: opacity 0.4s ease;
}
@media (max-width: 1023px) {
  .linkArea .videoBox {
    position: static;
    aspect-ratio: 16/9;
  }
}
.linkArea .videoFrame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.linkArea .videoFrame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  /* 手機: banner 比例 1023/1200 (比 16:9 高)，撐滿高度、橫向裁切 */
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}
.linkArea .videoToggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  transition: transform 0.5s ease;
}
