@charset "UTF-8";
.linkArea .linkList .Img img, .newsArea .mobileBox .controlBox .slick-arrow.js-next::after, .newsArea .mobileBox .controlBox .slick-arrow.js-prev::after, .newsArea .plusArrow::after, .newsArea .plusArrow::before, .newsArea .plusArrow, .newsArea .topBox .controlBox .slick-arrow.js-next::after, .newsArea .topBox .controlBox .slick-arrow.js-prev::after, .catalogArea .rightBox .arrowBox .arrow, .catalogArea .rightBox .arrowBox, .catalogArea .rightBox img, .catalogArea .rightBox .Img, .catalogArea .rightBox .dial, .catalogArea .rightBox .iconBox, .catalogArea .rightBox .iconItem, .catalogArea .rightBox .hide, .catalogArea .rightBox .down, .catalogArea .rightBox .focus, .catalogArea .rightBox .up, .catalogArea .rightBox .slick-slide, .catalogArea .leftBox .item .Txt .readMoreBtn::before, .catalogArea .leftBox .item .Txt .readMoreBtn::after, .catalogArea .leftBox .item .Txt .readMoreBtn, .advantagesArea .controlBox .slick-arrow.js-next::after, .advantagesArea .controlBox .slick-arrow.js-prev::after, .bannerArea .bottomBox .arrowBox .prevArrow,
.bannerArea .bottomBox .arrowBox .nextArrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s ease-in-out;
}

.outerWrap {
  padding-top: 0;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
  }
}

.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;
}
.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: 46px;
  height: 46px;
  background-color: #198df6;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  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: #198df6;
  }
  .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;
}
.mainArea .wrap {
  max-width: 1495px;
}

@media (min-width: 1181px) {
  header.homeTop {
    top: 19px;
    background-color: transparent;
    box-shadow: none;
  }
}
@media (min-width: 1181px) and (max-width: 1580px) {
  header.homeTop {
    top: 0px;
  }
}
@media (min-width: 1181px) {
  header.homeTop .logo svg {
    color: #fff;
  }
  header.homeTop .menu > .menuItem a {
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  header.homeTop .menu > .menuItem a:hover {
    color: #198df6;
  }
}
@media (min-width: 1181px) {
  header.homeTop .menu .submenu a {
    background-color: rgba(247, 247, 247, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  header.homeTop .menu .submenu a:hover {
    background-color: #198df6;
    color: #fff;
  }
}
@media (min-width: 1181px) {
  header.homeTop .rightBox .controlBox::before {
    background-color: rgba(255, 255, 255, 0.2);
  }
  header.homeTop .rightBox .controlBox .icon-search,
  header.homeTop .rightBox .controlBox .icon-language {
    stroke: #fff;
  }
  header.homeTop .rightBox .controlBox .languageBox .languageList {
    background-color: rgba(247, 247, 247, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  header.homeTop .rightBox .controlBox .languageBox .languageList li a {
    color: #fff;
  }
  header.homeTop .rightBox .contactBtn {
    background-color: rgba(25, 141, 246, 0.35);
  }
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  justify-content: center;
  max-width: 1435px;
  padding: 124px 20px 187px;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt {
    padding: 87px 20px 187px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 147px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 88px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    padding: 0px 20px 157px;
  }
}
@media (max-width: 380px) {
  .bannerArea .bannerItem .Txt {
    padding: 20px 20px 80px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: flex;
  flex-direction: column;
}
.bannerArea .bannerItem .Txt .decoTitle {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1.2px;
  padding-bottom: 28px;
  opacity: 0;
}
@media (max-width: 1580px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    padding-bottom: 10px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .decoTitle {
    text-align: center;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2.6px;
  opacity: 0;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 32px;
    letter-spacing: 1.6px;
    text-align: center;
  }
}
@media (max-width: 399px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 30px;
  }
}
.bannerArea .bannerItem .Txt .title .enTitle {
  font-weight: 500;
  letter-spacing: 1.8px;
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .title .enTitle {
    letter-spacing: 1.2px;
  }
}
.bannerArea .bannerItem .Txt .text {
  display: block;
  color: #fff;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
@media (max-width: 1580px) {
  .bannerArea .bannerItem .Txt .text {
    margin-top: 8px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .text {
    line-height: 1.8;
    text-align: center;
    -webkit-line-clamp: 3;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  margin-top: 63px;
  opacity: 0;
}
@media (max-width: 1680px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin: 30px auto 0;
  }
}
.bannerArea .bannerItem .Txt .btnBox .btn {
  border: 1px solid #fff;
  color: #fff;
}
.bannerArea .bannerItem .Txt .btnBox .btn .btnArrow {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .Txt .btnBox .btn.animation:hover {
    border: 1px solid #198df6;
    background-color: #198df6;
  }
}
.bannerArea .bannerItem .Txt .btnBox .btn.animation::after {
  background-color: #198df6;
}
.bannerArea .slick-current .Txt .decoTitle {
  animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  animation: slideUpAnimation 0.8s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  animation: slideUpAnimation 0.8s 1s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  animation: slideUpAnimation 0.8s 1.4s 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 .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #198df6;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #198df6;
  }
}
.bannerArea .bottomBox {
  position: absolute;
  width: 100%;
  bottom: 90px;
  padding-bottom: 20px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bannerArea .bottomBox {
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .bannerArea .bottomBox {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bottomBox {
    bottom: 100px;
  }
}
@media (max-width: 380px) {
  .bannerArea .bottomBox {
    bottom: 20px;
  }
}
.bannerArea .bottomBox .arrowBox {
  display: flex;
  max-width: 1435px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 15px;
}
@media (max-width: 767px) {
  .bannerArea .bottomBox .arrowBox {
    justify-content: center;
  }
}
.bannerArea .bottomBox .arrowBox .prevArrow,
.bannerArea .bottomBox .arrowBox .nextArrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 30px;
  border: 1px solid #fff;
}
@media (max-width: 1180px) {
  .bannerArea .bottomBox .arrowBox .prevArrow,
  .bannerArea .bottomBox .arrowBox .nextArrow {
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bottomBox .arrowBox .prevArrow:hover,
  .bannerArea .bottomBox .arrowBox .nextArrow:hover {
    border-color: #198df6;
    background-color: #198df6;
  }
}
.bannerArea .bottomBox .arrowBox .arrow {
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
}
.bannerArea .bottomBox .arrowBox .prevArrow .arrow {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-left: 5px;
}
.bannerArea .bottomBox .arrowBox .nextArrow .arrow {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-right: 5px;
}
.bannerArea .numberBox {
  position: absolute;
  right: 3.8vw;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 185px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .numberBox {
    right: -60px;
  }
}
@media (max-width: 768px) {
  .bannerArea .numberBox {
    display: none;
  }
}
.bannerArea .numberBox span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}
.bannerArea .numberBox span.line {
  position: relative;
  width: 115px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.bannerArea .numberBox span.line::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: var(--progress, 0%);
  height: 2px;
  background-color: #fff;
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 90px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 380px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown span {
  display: block;
  margin-top: -14px;
  margin-left: 5px;
}
@media (max-width: 1680px) {
  .bannerArea .scrollDown span {
    margin-top: -21px;
    margin-left: 0px;
  }
}
.bannerArea .scrollDown span.text {
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.bannerArea .scrollDown span.scrollArrow {
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transform-origin: center center;
  margin-top: 8px;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  transform: translateY(50%);
}

.aboutArea {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.aboutArea .wrap {
  max-width: 100%;
  margin: -87px 0 0 auto;
  padding: 0;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    margin: 0 auto;
  }
}
.aboutArea .aboutBox {
  display: flex;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.aboutArea .leftBox,
.aboutArea .rightBox {
  width: 50%;
}
@media (max-width: 768px) {
  .aboutArea .leftBox,
  .aboutArea .rightBox {
    width: 100%;
  }
}
.aboutArea .leftBox {
  display: flex;
  align-items: center;
  padding-left: 160px;
  background-image: linear-gradient(to right, transparent 0 160px, #fff 160px 100%);
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    padding-left: 0px;
  }
}
.aboutArea .rightBox {
  position: relative;
  overflow: hidden;
}
.aboutArea .rightBox .Img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .aboutArea .rightBox .Img {
    max-height: 260px;
  }
}
.aboutArea .rightBox .Img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox .Img img {
    width: auto;
    max-height: 640px;
  }
}
.aboutArea .Txt {
  pointer-events: all;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 100%;
  max-width: 30vw;
  height: 100%;
  padding-left: 3vw;
  padding-bottom: 6px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .aboutArea .Txt {
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .aboutArea .Txt {
    max-width: 32vw;
  }
}
@media (max-width: 1280px) {
  .aboutArea .Txt {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt {
    justify-content: flex-start;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt {
    max-width: 540px;
    margin: 0 auto;
    padding: 57px 20px 147px;
  }
}
@media (max-width: 380px) {
  .aboutArea .Txt {
    padding: 57px 20px 25vw;
  }
}
.aboutArea .Txt .textEditor {
  width: 100%;
  max-width: 480px;
  padding: 0 15px 0 0;
}
@media (max-width: 1280px) {
  .aboutArea .Txt .textEditor {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt .textEditor {
    max-width: 100%;
  }
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
}
.aboutArea .Txt .decoTitle {
  letter-spacing: 0.65px;
  padding-left: 2px;
}
@media (max-width: 768px) {
  .aboutArea .Txt .decoTitle {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .subtitle {
    text-align: center;
    font-size: 18px;
    padding: 18px 0 0;
  }
}
.aboutArea .Txt .text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
}
@media (max-width: 768px) {
  .aboutArea .Txt .text {
    text-align: center;
    padding-left: 0px;
    font-size: 16px;
    padding-top: 13px;
    line-height: 1.74;
  }
}
.aboutArea .Txt .btnBox {
  width: 100%;
  max-width: 480px;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .aboutArea .Txt .btnBox {
    margin-top: 30px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .Txt .btnBox {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .btnBox {
    margin-top: 28px;
  }
  .aboutArea .Txt .btnBox .btn {
    margin: 0 auto;
  }
}
.aboutArea .aboutEarth {
  position: absolute;
  top: 0;
  left: 56.3%;
  width: 45vw;
  max-width: 810px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1366px) {
  .aboutArea .aboutEarth {
    top: 7%;
    width: 37vw;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutEarth {
    top: auto;
    bottom: -4.5vw;
    width: 50vw;
    left: 50%;
  }
}
@media (max-width: 1024px) {
  .aboutArea .aboutEarth {
    bottom: -1.5vw;
  }
}
@media (max-width: 768px) {
  .aboutArea .aboutEarth {
    width: 120%;
    max-width: 480px;
    bottom: -3vw;
    left: 45%;
    transform: rotate(90deg) translate(0%, 50%);
  }
}
@media (max-width: 480px) {
  .aboutArea .aboutEarth {
    left: 43%;
    bottom: -7vw;
  }
}
.aboutArea .aboutEarth img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .earth_right,
.aboutArea .earth_mid,
.aboutArea .earth_1,
.aboutArea .earth_2 {
  pointer-events: none;
  position: absolute;
}
@media (max-width: 1366px) {
  .aboutArea .earth_right,
  .aboutArea .earth_mid,
  .aboutArea .earth_1,
  .aboutArea .earth_2 {
    transform-origin: center center;
  }
  .aboutArea .earth_right .Img,
  .aboutArea .earth_mid .Img,
  .aboutArea .earth_1 .Img,
  .aboutArea .earth_2 .Img {
    scale: 0.8;
  }
}
.aboutArea .earth_right .Img img,
.aboutArea .earth_mid .Img img,
.aboutArea .earth_1 .Img img,
.aboutArea .earth_2 .Img img {
  display: block;
}
.aboutArea .earth_right {
  top: 3.7vw;
  right: 8.5vw;
}
@media (max-width: 960px) {
  .aboutArea .earth_right {
    right: 3.5vw;
  }
}
@media (max-width: 768px) {
  .aboutArea .earth_right {
    top: auto;
    bottom: 10vw;
    right: -10vw;
  }
}
@media (max-width: 580px) {
  .aboutArea .earth_right {
    right: -30%;
  }
}
@media (max-width: 480px) {
  .aboutArea .earth_right {
    right: -40%;
  }
}
@media (max-width: 414px) {
  .aboutArea .earth_right {
    right: -50%;
  }
}
.aboutArea .earth_mid {
  top: 14.8vw;
  left: 27vw;
}
@media (max-width: 1180px) {
  .aboutArea .earth_mid {
    top: 26.8vw;
    left: 12vw;
  }
}
@media (max-width: 960px) {
  .aboutArea .earth_mid {
    top: 35.8vw;
  }
}
@media (max-width: 768px) {
  .aboutArea .earth_mid {
    top: auto;
    bottom: 0vw;
    left: 0vw;
  }
}
@media (max-width: 580px) {
  .aboutArea .earth_mid {
    left: -20%;
  }
}
@media (max-width: 480px) {
  .aboutArea .earth_mid {
    left: -35%;
  }
}
@media (max-width: 414px) {
  .aboutArea .earth_mid {
    left: -45%;
  }
}
.aboutArea .earth_1 {
  top: 5.7vw;
  left: 4.7vw;
}
@media (max-width: 1180px) {
  .aboutArea .earth_1 {
    top: 35vw;
    left: auto;
    right: 0;
  }
}
@media (max-width: 960px) {
  .aboutArea .earth_1 {
    top: 40vw;
  }
}
@media (max-width: 768px) {
  .aboutArea .earth_1 {
    top: auto;
    bottom: -20vw;
  }
}
@media (max-width: 480px) {
  .aboutArea .earth_1 {
    display: none;
  }
}
.aboutArea .earth_2 {
  top: 14.1vw;
  left: 6.1vw;
}
@media (max-width: 1180px) {
  .aboutArea .earth_2 {
    top: 30.1vw;
    left: 6.1vw;
  }
}
@media (max-width: 960px) {
  .aboutArea .earth_2 {
    top: 35vw;
  }
}
@media (max-width: 768px) {
  .aboutArea .earth_2 {
    top: auto;
    bottom: 20vw;
  }
}
@media (max-width: 480px) {
  .aboutArea .earth_2 {
    display: none;
  }
}

.advantagesArea {
  padding: 53px 0 48px;
  background-image: linear-gradient(90deg, #001d37 0%, #198df6 100%);
}
@media (max-width: 768px) {
  .advantagesArea {
    padding: 34px 0 51px;
  }
}
.advantagesArea .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1490px;
}
@media (max-width: 1180px) {
  .advantagesArea .wrap {
    gap: 28px;
  }
}
.advantagesArea .titleBox {
  width: 305px;
  margin-bottom: 0;
  padding: 4px 0 0;
}
@media (max-width: 1180px) {
  .advantagesArea .titleBox {
    width: 100%;
    text-align: center;
  }
}
.advantagesArea .titleBox .decoTitle {
  color: #fff;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .advantagesArea .titleBox .decoTitle {
    font-size: 16px;
  }
}
.advantagesArea .titleBox .title {
  color: #fff;
  font-size: 35px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .advantagesArea .titleBox .title {
    font-size: 32px;
    padding-top: 21px;
  }
}
.advantagesArea .titleBox .subtitle {
  color: #fff;
  letter-spacing: 1px;
  padding: 16px 0 13px 0;
}
@media (max-width: 768px) {
  .advantagesArea .titleBox .subtitle {
    font-size: 18px;
    padding: 19px 0 13px 0;
  }
}
.advantagesArea .advantagesBox {
  width: calc(100% - 305px);
}
@media (max-width: 1180px) {
  .advantagesArea .advantagesBox {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 960px) {
  .advantagesArea .advantagesBox {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .advantagesArea .advantagesBox {
    position: relative;
    max-width: 480px;
  }
}
.advantagesArea .advantagesList {
  display: flex;
  flex-wrap: wrap;
}
.advantagesArea .advantagesItem {
  width: 33.3333333333%;
  padding-left: 105px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1580px) {
  .advantagesArea .advantagesItem {
    padding: 0 5vw;
  }
}
@media (max-width: 1440px) {
  .advantagesArea .advantagesItem {
    padding: 0 4vw;
  }
}
@media (max-width: 1280px) {
  .advantagesArea .advantagesItem {
    padding: 0 3vw;
  }
}
@media (max-width: 1180px) {
  .advantagesArea .advantagesItem {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .advantagesArea .advantagesItem {
    border-left: none;
  }
}
.advantagesArea .advantagesItem:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .advantagesArea .advantagesItem:last-child {
    border-right: none;
  }
}
@media (max-width: 1180px) {
  .advantagesArea .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.advantagesArea .item .Img {
  width: 43px;
  height: 43px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
@media (max-width: 1180px) {
  .advantagesArea .item .Img {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .advantagesArea .item .Img {
    width: 85px;
    height: 85px;
  }
}
.advantagesArea .item .Img span.corner {
  position: absolute;
  width: 4px;
  height: 4px;
  border: none;
}
@media (max-width: 768px) {
  .advantagesArea .item .Img span.corner {
    width: 8px;
    height: 8px;
  }
}
.advantagesArea .item .Img span.corner.tl {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .advantagesArea .item .Img span.corner.tl {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.advantagesArea .item .Img span.corner.tr {
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .advantagesArea .item .Img span.corner.tr {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.advantagesArea .item .Img span.corner.bl {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .advantagesArea .item .Img span.corner.bl {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.advantagesArea .item .Img span.corner.br {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .advantagesArea .item .Img span.corner.br {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.advantagesArea .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
  z-index: 1;
}
.advantagesArea .item .Txt .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.2px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .advantagesArea .item .Txt .title {
    padding-top: 22px;
  }
}
.advantagesArea .item .Txt .text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.6px;
  padding: 4px 0 0 0;
}
@media (max-width: 768px) {
  .advantagesArea .item .Txt .text {
    letter-spacing: 0.8px;
  }
}
.advantagesArea .controlBox {
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 52px;
  width: 100%;
}
.advantagesArea .controlBox .arrowBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.advantagesArea .controlBox .slick-arrow {
  pointer-events: all;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 10px;
  margin: 10px 8px;
  background-color: transparent !important;
  border-color: #fff;
}
.advantagesArea .controlBox .slick-arrow::before {
  border: none;
}
.advantagesArea .controlBox .slick-arrow.js-prev {
  margin-left: 0px;
}
.advantagesArea .controlBox .slick-arrow.js-prev::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) translate(-50%, 0%);
}
@media (min-width: 1181px) {
  .advantagesArea .controlBox .slick-arrow.js-prev:hover::after {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
.advantagesArea .controlBox .slick-arrow.js-next {
  margin-right: 0px;
}
.advantagesArea .controlBox .slick-arrow.js-next::after {
  content: "";
  position: absolute;
  top: 24%;
  left: 35%;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translate(-50%, 0%);
}
@media (min-width: 1181px) {
  .advantagesArea .controlBox .slick-arrow.js-next:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.advantagesArea .controlBox .btnBox {
  margin-top: 0px;
  margin-left: 6px;
}
.advantagesArea .controlBox .btnBox .btn {
  min-width: 250px;
}

.catalogArea {
  background-image: url(../images/catalogBg.jpg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 130px 0 120px;
}
@media (max-width: 1580px) {
  .catalogArea {
    padding: 80px 0;
  }
}
@media (max-width: 1280px) {
  .catalogArea {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .catalogArea {
    padding: 57px 0 90px;
  }
}
.catalogArea .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1490px;
}
.catalogArea .leftBox {
  width: 430px;
}
@media (max-width: 1180px) {
  .catalogArea .leftBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .catalogArea .leftBox {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.catalogArea .leftBox .titleBox {
  margin-bottom: 0;
  padding: 4px 0 20px;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .titleBox {
    text-align: center;
  }
}
.catalogArea .leftBox .titleBox .decoTitle {
  color: #198df6;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .titleBox .decoTitle {
    font-size: 16px;
  }
}
.catalogArea .leftBox .titleBox .title {
  color: #2c2c2c;
  font-size: 42px;
  padding-top: 23px;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .titleBox .title {
    font-size: 32px;
    padding-top: 20px;
  }
}
.catalogArea .leftBox .titleBox .subtitle {
  color: #464646;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 23px 0 7px 0;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .titleBox .subtitle {
    font-size: 16px;
    line-height: 1.74;
    padding: 15px 0 7px 0;
  }
}
.catalogArea .leftBox .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.catalogArea .leftBox .dataList .slick-slide:not(.slick-current) {
  pointer-events: none;
}
.catalogArea .leftBox .item .Img {
  margin-left: auto;
  max-width: 510px;
  padding: 0 30px;
}
@media (min-width: 769px) {
  .catalogArea .leftBox .item .Img {
    display: none;
  }
}
.catalogArea .leftBox .item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .item .Txt {
    text-align: center;
  }
}
.catalogArea .leftBox .item .Txt .enTitle {
  color: #0d66b3;
  font-size: 144px;
  font-weight: 500;
  line-height: 1;
  margin-left: -6px;
}
@media (max-width: 1580px) {
  .catalogArea .leftBox .item .Txt .enTitle {
    font-size: 100px;
  }
}
@media (max-width: 960px) {
  .catalogArea .leftBox .item .Txt .enTitle {
    display: none;
  }
}
.catalogArea .leftBox .item .Txt .zhTitle {
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1.2px;
  padding: 23px 0 0;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .item .Txt .zhTitle {
    font-size: 18px;
  }
}
.catalogArea .leftBox .item .Txt .text {
  color: #464646;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.45px;
  padding: 10px 0 0 2px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .item .Txt .text {
    padding: 5px 0 0 2px;
  }
}
.catalogArea .leftBox .item .Txt .text.expanded {
  display: block;
  overflow: visible;
}
.catalogArea .leftBox .item .Txt .readMoreBtn {
  display: none;
  cursor: pointer;
  color: #aaaaaa;
  font-size: 13px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 1px;
  padding-top: 10px;
  width: 100%;
  text-align: center;
}
.catalogArea .leftBox .item .Txt .readMoreBtn.visible {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.catalogArea .leftBox .item .Txt .readMoreBtn::before, .catalogArea .leftBox .item .Txt .readMoreBtn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #aaaaaa;
  border-bottom: 1.5px solid #aaaaaa;
  transform: rotate(45deg);
  margin-bottom: 3px;
}
.catalogArea .leftBox .item .Txt .readMoreBtn.collapseMode::before, .catalogArea .leftBox .item .Txt .readMoreBtn.collapseMode::after {
  transform: rotate(-135deg);
  margin-bottom: -3px;
}
@media (min-width: 1181px) {
  .catalogArea .leftBox .item .Txt .readMoreBtn:hover {
    color: #198df6;
  }
  .catalogArea .leftBox .item .Txt .readMoreBtn:hover::before, .catalogArea .leftBox .item .Txt .readMoreBtn:hover::after {
    border-color: #198df6;
  }
}
.catalogArea .leftBox .item .Txt .btnBox {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .catalogArea .leftBox .item .Txt .btnBox {
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .catalogArea .leftBox .item .Txt .btnBox .btn {
    margin: 0 auto;
  }
}
.catalogArea .picBox {
  padding: 0 48px;
  margin: 11vw 0 auto 0;
  width: calc(100% - 710px);
}
@media (max-width: 1440px) {
  .catalogArea .picBox {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .picBox {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .catalogArea .picBox {
    display: none;
  }
}
.catalogArea .picBox .picList:not(.slick-slider) .picItem:not(:first-child) {
  display: none;
}
.catalogArea .picBox .Img {
  margin-left: auto;
  max-width: 510px;
}
.catalogArea .picBox img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalogArea .rightBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 280px;
  padding-bottom: 25px;
}
@media (max-width: 1180px) {
  .catalogArea .rightBox {
    position: absolute;
    right: 30px;
    top: 45vw;
    width: 112px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .catalogArea .rightBox {
    position: static;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    transform: translate(0, 0);
  }
}
.catalogArea .rightBox.noArrow {
  justify-content: center;
}
.catalogArea .rightBox.hasArrow .slick-list {
  padding: 16px 16px 25px 0;
}
.catalogArea .rightBox .up .item {
  transform: translateY(-10px);
}
.catalogArea .rightBox .focus .item .title {
  color: #000000;
}
.catalogArea .rightBox .focus .dial {
  opacity: 1;
}
.catalogArea .rightBox .focus .Img {
  background-color: #198df6;
  scale: 1.1;
}
.catalogArea .rightBox .focus img {
  filter: brightness(0) invert(1);
  scale: 1.1;
}
.catalogArea .rightBox .down {
  transform: translateY(10px);
}
.catalogArea .rightBox .hide {
  opacity: 0;
  transform: translateY(10px);
}
.catalogArea .rightBox .slick-list {
  padding: 0 16px 30px 0;
  z-index: 1;
}
.catalogArea .rightBox .slick-track {
  padding: 6px 0 20px;
}
.catalogArea .rightBox .slick-vertical .slick-slide {
  width: 100% !important;
  border: none;
}
.catalogArea .rightBox .iconList {
  position: relative;
}
@media (max-width: 1180px) {
  .catalogArea .rightBox .iconList {
    display: none;
  }
}
.catalogArea .rightBox .iconList::after {
  content: "";
  position: absolute;
  top: 0;
  right: 55px;
  display: block;
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #adadad 0px, #adadad 2px, #fff 2px, #fff 4px);
  z-index: 0;
}
.catalogArea .rightBox .iconItem {
  height: 100px;
  padding: 10px 0;
}
.catalogArea .rightBox .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.catalogArea .rightBox .item .title {
  color: #a8a7a7;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  letter-spacing: 0.6px;
  padding-right: 10px;
}
.catalogArea .rightBox .iconBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77.5px;
  height: 77.5px;
  margin-left: 26px;
  z-index: 1;
}
.catalogArea .rightBox .dial {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  width: 110px;
  height: 110px;
  background: repeating-conic-gradient(from 0deg, #198df6 0deg 1.8deg, #ffffff 1.8deg 3.6deg), radial-gradient(circle at center, #ffffff 0%, #e6e6e6 100%);
  border-radius: 50%;
  -webkit-mask: radial-gradient(transparent 48px, red 0);
}
.catalogArea .rightBox .tick {
  pointer-events: none;
  position: absolute;
  width: 110px;
  height: 110px;
  background: repeating-conic-gradient(from 0deg, #d1d2d3 0deg 1.8deg, #ffffff 1.8deg 3.6deg), radial-gradient(circle at center, #ffffff 0%, #e6e6e6 100%);
  border-radius: 50%;
  -webkit-mask: radial-gradient(transparent 48px, red 0);
  z-index: 1;
}
.catalogArea .rightBox .Img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #198df6;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}
.catalogArea .rightBox img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalogArea .rightBox .arrowBox {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #c2c2c2;
  margin: 0 40px 0 0;
}
@media (max-width: 1180px) {
  .catalogArea .rightBox .arrowBox {
    margin: 0;
    border: 1px solid #198df6;
  }
}
@media (max-width: 768px) {
  .catalogArea .rightBox .arrowBox {
    position: static !important;
  }
  .catalogArea .rightBox .arrowBox:has(.js-prev) {
    order: 1;
  }
  .catalogArea .rightBox .arrowBox:has(.js-next) {
    order: 3;
  }
}
@media (min-width: 1181px) {
  .catalogArea .rightBox .arrowBox:hover {
    background-color: #198df6;
    border: 1px solid #198df6;
  }
  .catalogArea .rightBox .arrowBox:hover .arrow.js-prev::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .catalogArea .rightBox .arrowBox:hover .arrow.js-next::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  .catalogArea .rightBox .arrowBox:has(.js-prev) {
    position: absolute;
    left: -100px;
    bottom: 20px;
  }
}
@media (max-width: 380px) {
  .catalogArea .rightBox .arrowBox:has(.js-prev) {
    left: -90px;
  }
}
@media (max-width: 768px) {
  .catalogArea .rightBox .arrowBox:has(.js-next) {
    position: absolute;
    right: -100px;
    bottom: 20px;
  }
}
@media (max-width: 380px) {
  .catalogArea .rightBox .arrowBox:has(.js-next) {
    right: -90px;
  }
}
.catalogArea .rightBox .arrowBox .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transform-origin: center;
}
.catalogArea .rightBox .arrowBox .arrow::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
}
.catalogArea .rightBox .arrowBox .arrow.js-prev::after {
  border-top: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  transform: rotate(-45deg);
  margin: 5px 0 0 1px;
}
@media (max-width: 1180px) {
  .catalogArea .rightBox .arrowBox .arrow.js-prev::after {
    top: 20%;
    left: 40%;
    transform: rotate(-135deg);
    border-top: 1px solid #198df6;
    border-right: 1px solid #198df6;
  }
}
.catalogArea .rightBox .arrowBox .arrow.js-next::after {
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  transform: rotate(45deg);
  margin: 0 0 3px 1px;
}
@media (max-width: 1180px) {
  .catalogArea .rightBox .arrowBox .arrow.js-next::after {
    top: 36%;
    left: 25%;
    transform: rotate(-45deg);
    border-right: 1px solid #198df6;
    border-bottom: 1px solid #198df6;
  }
}
.catalogArea .rightBox .numberBox {
  position: absolute;
  bottom: -5px;
  width: 100%;
  max-width: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .catalogArea .rightBox .numberBox {
    bottom: -25px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .rightBox .numberBox {
    position: static;
  }
}
@media (max-width: 768px) {
  .catalogArea .rightBox .numberBox {
    order: 2;
  }
}
.catalogArea .rightBox .numberBox span {
  color: #3d3d3d;
}
.catalogArea .rightBox .numberBox span.current {
  color: #198df6;
}
.catalogArea .rightBox .numberBox span.line {
  width: 54px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

.newsArea {
  padding: 102px 0 30px;
}
@media (max-width: 1580px) {
  .newsArea {
    padding: 80px 0 30px;
  }
}
@media (max-width: 1280px) {
  .newsArea {
    padding: 50px 0 30px;
  }
}
.newsArea .topBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .newsArea .topBox {
    justify-content: center;
  }
}
.newsArea .topBox .titleBox {
  padding-top: 9px;
}
@media (max-width: 1180px) {
  .newsArea .topBox .titleBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .newsArea .topBox .titleBox {
    margin-bottom: 17px;
    text-align: center;
  }
}
.newsArea .topBox .titleBox .decoTitle {
  letter-spacing: 0.65px;
  padding-left: 3px;
}
@media (max-width: 768px) {
  .newsArea .topBox .titleBox .decoTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsArea .topBox .titleBox .title {
    padding-top: 22px;
  }
}
.newsArea .topBox .titleBox .subtitle {
  letter-spacing: 1px;
}
.newsArea .topBox .controlBox {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .newsArea .topBox .controlBox {
    display: none;
  }
}
.newsArea .topBox .controlBox .arrowBox {
  display: flex;
}
.newsArea .topBox .controlBox .slick-arrow {
  position: relative;
  padding: 10px;
  margin: 10px 8px;
}
@media (max-width: 1180px) {
  .newsArea .topBox .controlBox .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
.newsArea .topBox .controlBox .slick-arrow::before {
  border: none;
}
.newsArea .topBox .controlBox .slick-arrow.js-prev::after {
  content: "";
  position: absolute;
  top: 54%;
  left: 48%;
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1px solid #198df6;
  border-left: 1px solid #198df6;
  transform: rotate(45deg) translate(-50%, 0%);
}
@media (max-width: 1180px) {
  .newsArea .topBox .controlBox .slick-arrow.js-prev::after {
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 1181px) {
  .newsArea .topBox .controlBox .slick-arrow.js-prev:hover::after {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
.newsArea .topBox .controlBox .slick-arrow.js-next::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 47%;
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #198df6;
  border-bottom: 1px solid #198df6;
  transform: rotate(45deg) translate(-50%, 0%);
}
@media (max-width: 1180px) {
  .newsArea .topBox .controlBox .slick-arrow.js-next::after {
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 1181px) {
  .newsArea .topBox .controlBox .slick-arrow.js-next:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.newsArea .topBox .controlBox .btnBox {
  margin-top: 0px;
  margin-left: 6px;
}
.newsArea .topBox .controlBox .btnBox .btn {
  min-width: 250px;
}
.newsArea .bottomBox {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .newsArea .bottomBox {
    display: none;
  }
}
.newsArea .bottomBox .pointBox {
  width: 50%;
}
.newsArea .bottomBox .newsBox {
  width: 50%;
  padding: 0 5px 0 42px;
}
.newsArea .bottomBox .newsBox.onlyRight {
  width: 100%;
  padding: 0;
}
@media (max-width: 1440px) {
  .newsArea .bottomBox .newsBox {
    padding: 0 0 0 30px;
  }
}
.newsArea .pointBox .Img {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.newsArea .pointBox .Img::after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  display: block;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.newsArea .pointBox img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.newsArea .pointBox .Txt {
  padding: 17px 28px;
  display: flex;
  flex-wrap: wrap;
}
.newsArea .pointBox .Txt .title {
  color: #2c2c2c;
  padding-top: 7px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.newsArea .pointBox .Txt .text {
  color: #2c2c2c;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.7px;
  line-height: 1.8;
  padding-top: 7px;
}
.newsArea .newsBox {
  position: relative;
}
.newsArea .slick-list {
  padding: 3px 0 0;
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.newsArea .newsItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.newsArea .newsItem::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #c1c1c1;
  position: absolute;
  right: 0;
  bottom: -1px;
  transition: all 1s ease;
}
@media (min-width: 1181px) {
  .newsArea .newsItem:hover .Img {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
  }
  .newsArea .newsItem:hover .title a {
    color: #198df6;
  }
  .newsArea .newsItem:hover .plusArrow {
    border-color: #198df6;
  }
  .newsArea .newsItem:hover .plusArrow::before, .newsArea .newsItem:hover .plusArrow::after {
    background-color: #198df6;
  }
}
@media (max-width: 1180px) {
  .newsArea .newsItem {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .newsArea .newsItem {
    padding: 15px 0;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 91px;
}
.newsArea .Txt {
  display: flex;
  position: relative;
}
@media (max-width: 480px) {
  .newsArea .Txt {
    flex-direction: column;
  }
}
.newsArea .newsInfoBox {
  padding: 0 50px 0 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1180px) {
  .newsArea .newsInfoBox {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .newsArea .newsInfoBox {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsInfoBox {
    width: 100%;
    border: none;
    padding: 0 10px 5px;
  }
}
.newsArea .textBox {
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0 0 0;
}
.newsArea .textBox .title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.6;
  margin-bottom: 5px;
  padding-right: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1440px) {
  .newsArea .textBox .title {
    padding-right: 0;
  }
}
.newsArea .textBox .text {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.5;
}
.newsArea .textBox .text.ellipsis {
  height: 22px;
  overflow: hidden;
}
.newsArea .plusArrow {
  position: absolute;
  width: 33.5px;
  height: 33.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  right: 28px;
  margin-top: 5px;
}
@media (max-width: 1440px) {
  .newsArea .plusArrow {
    right: 0px;
  }
}
@media (max-width: 1180px) {
  .newsArea .plusArrow {
    display: none;
  }
}
.newsArea .plusArrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 1px;
  background-color: #c1c1c1;
}
.newsArea .plusArrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 11px;
  background-color: #c1c1c1;
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.newsArea .dateBox {
  display: flex;
  align-items: center;
  width: 100%;
}
.newsArea .dateBox .icon-data {
  width: 16px;
  height: 15px;
  color: #666666;
  margin-right: 7px;
}
.newsArea .dateBox .date {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.newsArea .mobileBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .newsArea .mobileBox {
    display: none;
  }
}
.newsArea .mobileBox .item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
}
.newsArea .mobileBox .Img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.newsArea .mobileBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.newsArea .mobileBox .Txt .mobileInfoBox {
  width: 100%;
}
.newsArea .mobileBox .Txt .dateBox {
  padding-top: 15px;
}
.newsArea .mobileBox .Txt .textBox {
  padding: 8px 0 0;
}
.newsArea .mobileBox .Txt .title {
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-bottom: 8px;
}
.newsArea .mobileBox .Txt .text {
  color: #2c2c2c;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.7px;
  line-height: 1.7;
  padding: 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsArea .mobileBox .controlBox {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .newsArea .mobileBox .controlBox {
    margin-top: 17px;
  }
}
@media (max-width: 380px) {
  .newsArea .mobileBox .controlBox {
    max-width: 200px;
    justify-content: center;
    margin: 17px auto 0;
  }
}
.newsArea .mobileBox .controlBox .btnBox {
  margin: auto 0;
}
.newsArea .mobileBox .controlBox .arrowBox {
  display: flex;
}
@media (max-width: 380px) {
  .newsArea .mobileBox .controlBox .arrowBox {
    position: absolute;
    width: 310px;
    justify-content: space-between;
  }
}
.newsArea .mobileBox .controlBox .slick-arrow {
  position: relative;
  padding: 10px;
  margin: 10px 8px;
  width: 48px;
  height: 48px;
}
@media (max-width: 380px) {
  .newsArea .mobileBox .controlBox .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
.newsArea .mobileBox .controlBox .slick-arrow::before {
  border: none;
}
.newsArea .mobileBox .controlBox .slick-arrow.js-prev::after {
  content: "";
  position: absolute;
  top: 32%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #198df6;
  border-left: 1px solid #198df6;
  transform: rotate(-45deg) translate(-50%, 0%);
}
@media (max-width: 380px) {
  .newsArea .mobileBox .controlBox .slick-arrow.js-prev::after {
    top: 24%;
  }
}
@media (min-width: 1181px) {
  .newsArea .mobileBox .controlBox .slick-arrow.js-prev:hover::after {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}
.newsArea .mobileBox .controlBox .slick-arrow.js-next::after {
  content: "";
  position: absolute;
  top: 32%;
  left: 44%;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #198df6;
  border-bottom: 1px solid #198df6;
  transform: rotate(-45deg) translate(-50%, 0%);
}
@media (max-width: 380px) {
  .newsArea .mobileBox .controlBox .slick-arrow.js-next::after {
    top: 24%;
  }
}
@media (min-width: 1181px) {
  .newsArea .mobileBox .controlBox .slick-arrow.js-next:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.linkArea {
  padding: 30px 0 130px;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/linkBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 92px;
}
@media (max-width: 1180px) {
  .linkArea {
    padding: 30px 0 80px;
  }
}
@media (max-width: 960px) {
  .linkArea {
    background-size: 200%;
    background-position: center bottom -30vw;
  }
}
@media (max-width: 640px) {
  .linkArea {
    padding: 30px 0 60px;
    background-position: center bottom -35vw;
  }
}
.linkArea .wrap {
  max-width: 1485px;
}
.linkArea .linkList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 1180px) {
  .linkArea .linkList {
    gap: 20px;
  }
}
.linkArea .linkList .linkItem {
  width: calc((100% - 72px) / 3);
}
@media (max-width: 960px) {
  .linkArea .linkList .linkItem {
    width: calc((100% - 72px) / 2);
  }
}
@media (max-width: 640px) {
  .linkArea .linkList .linkItem {
    width: 100%;
  }
}
.linkArea .linkList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .linkArea .linkList .item:hover .Img img {
    transform: scale(1.05);
  }
}
.linkArea .linkList .Img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.linkArea .linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.linkArea .linkList .Txt {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}
.linkArea .linkList .Txt .title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.linkArea .linkList .Txt .subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding-bottom: 4px;
}
.linkArea .linkList .Txt a {
  position: absolute;
  inset: 0;
  display: block;
}