@charset "UTF-8";
.newsArea .slick-dots li button::after, .newsArea .slick-dots li button::before, .newsArea .Img, .newsArea .Txt::after, .newsArea .dataBox .arrow svg, .newsArea .dataBox .arrow, .applicationArea .Txt, .applicationArea .Img img, .productArea .arrowBox .arrow svg, .aboutArea .item .Img::before, .aboutArea .item .Img, .aboutArea .item .imgBox::before, .bannerArea .dataHintBox .arrowBox .arrow svg, .bannerArea .dataHintBox .arrowBox .arrow, .pageHint a, .pageHint li::after, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}

body {
  background-color: #000;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #0390c8;
  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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #ed6d34;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.pageHint {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  color: #dadada;
  padding-left: 70px;
}
.pageHint.black {
  color: rgba(27, 27, 27, 0.15);
}
.pageHint.black li::after {
  content: "";
  position: absolute;
  background-color: #1b1b1b;
}
.pageHint.black li.current {
  color: #1b1b1b;
}
@media (max-width: 1680px) {
  .pageHint {
    display: none;
  }
}
.pageHint li {
  margin-bottom: 12px;
  position: relative;
}
.pageHint li::after {
  content: "";
  position: absolute;
  width: 50px;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
  background-color: #ed6d34;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.pageHint li.current {
  color: #fff;
}
.pageHint li.current::after {
  content: "";
  position: absolute;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.pageHint a {
  color: currentColor;
}

.bannerArea {
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  clear: both;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.bannerArea .dataBox {
  position: relative;
}
.bannerArea .dataBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .dataBox .bgLogo {
  position: absolute;
  left: 34.7%;
  top: 37%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.2;
  -webkit-filter: brightness(2);
          filter: brightness(2);
  width: 100%;
  max-width: 825px;
  pointer-events: none;
}
.bannerArea .dataBox .bgLogo svg {
  width: 100%;
}
.bannerArea .dataBox .dataLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .dataBox .dataList {
  position: relative;
  z-index: 2;
}
.bannerArea .dataBox .dataList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .dataBox .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.bannerArea .dataBox .dataList:not(.slick-slider) .dataItem .Img img {
  aspect-ratio: 1/0.5104166667;
}
@media (max-width: 640px) {
  .bannerArea .dataBox .dataList:not(.slick-slider) .dataItem .Img img {
    aspect-ratio: 1/1.25;
  }
}
.bannerArea .dataBox .slick-slider {
  height: 100%;
}
.bannerArea .dataBox .slick-current .dataItem .Txt .textBox {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .dataBox .slick-current .dataItem .Txt .title {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .dataBox .slick-current .dataItem .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .dataBox .slick-current .dataItem .Txt .btnBox {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .dataBox .dataItem {
  position: relative;
  font-size: 0;
}
.bannerArea .dataBox .dataItem .Txt {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  z-index: 3;
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1520px) {
  .bannerArea .dataBox .dataItem .Txt {
    max-width: 85vw;
  }
}
@media (max-width: 1200px) {
  .bannerArea .dataBox .dataItem .Txt {
    padding: 80px 20px;
  }
}
@media (max-width: 640px) {
  .bannerArea .dataBox .dataItem .Txt {
    max-width: 95vw;
  }
}
.bannerArea .dataBox .dataItem .Txt .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  max-width: 70%;
}
.bannerArea .dataBox .dataItem .Txt .textBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 3px;
  opacity: 0;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .bannerArea .dataBox .dataItem .Txt .textBox {
    padding-top: 25px;
  }
}
.bannerArea .dataBox .dataItem .Txt .title {
  font-size: 63px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  letter-spacing: 1.72px;
}
.bannerArea .dataBox .dataItem .Txt .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .bannerArea .dataBox .dataItem .Txt .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .dataBox .dataItem .Txt .title {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .bannerArea .dataBox .dataItem .Txt .title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.bannerArea .dataBox .dataItem .Txt .subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
  letter-spacing: 0.8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .bannerArea .dataBox .dataItem .Txt .subtitle {
    font-size: 18px;
    margin-top: 17px;
  }
}
@media (max-width: 640px) {
  .bannerArea .dataBox .dataItem .Txt .subtitle {
    font-size: 16px;
    margin-top: 0;
  }
}
.bannerArea .dataBox .dataItem .Txt .btnBox {
  opacity: 0;
  margin-top: 35px;
  pointer-events: auto;
}
@media (max-width: 1400px) {
  .bannerArea .dataBox .dataItem .Txt .btnBox {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .bannerArea .dataBox .dataItem .Txt .btnBox {
    margin-top: 20px;
    position: relative;
    top: auto;
    right: auto;
  }
}
.bannerArea .dataBox .dataItem .Img {
  position: relative;
  z-index: 1;
}
.bannerArea .dataBox .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .dataHintBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1750px;
  margin: 50px auto 0;
  pointer-events: none;
}
@media (max-width: 1780px) {
  .bannerArea .dataHintBox {
    max-width: 95vw;
  }
}
@media (max-width: 1180px) {
  .bannerArea .dataHintBox {
    display: none;
  }
}
.bannerArea .dataHintBox .dataHint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.bannerArea .dataHintBox .current,
.bannerArea .dataHintBox .total {
  color: #ed6d34;
  font-size: 18px;
  font-weight: 700;
}
.bannerArea .dataHintBox .line {
  height: 250px;
  width: 2px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  .bannerArea .dataHintBox .line {
    height: 200px;
  }
}
.bannerArea .dataHintBox .line .lineProcess {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #ed6d34;
}
.bannerArea .dataHintBox .arrowBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.bannerArea .dataHintBox .arrowBox .arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .bannerArea .dataHintBox .arrowBox .arrow:hover {
    background-color: #ed6d34;
  }
  .bannerArea .dataHintBox .arrowBox .arrow:hover svg {
    color: #fff;
  }
}
.bannerArea .dataHintBox .arrowBox .arrow.prev {
  rotate: 90deg;
}
.bannerArea .dataHintBox .arrowBox .arrow.next {
  rotate: 90deg;
}
.bannerArea .dataHintBox .arrowBox .arrow svg {
  color: #ed6d34;
}

.aboutArea {
  background-color: #f5f5f5;
  padding: 130px 0 70px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: clip;
  background-image: url("../images/aboutBg.jpg");
  background-image: -webkit-image-set(url("../images/aboutBg.webp") type("image/webp"), url("../images/aboutBg.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/aboutBg.webp") type("image/webp"), url("../images/aboutBg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  /* mobile slick 相關 */
}
@media (max-width: 1440px) {
  .aboutArea {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 50px 0;
  }
}
@media (max-width: 820px) {
  .aboutArea {
    background-image: none;
  }
}
@media (max-width: 640px) {
  .aboutArea {
    padding: 0 0 50px;
  }
}
.aboutArea .icon {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  width: 120px;
  height: 120px;
  background-image: url("../images/icon2.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 820px) {
  .aboutArea .icon {
    display: none;
  }
}
.aboutArea .titleBox {
  max-width: 950px;
  margin: 0 auto 105px;
}
@media (max-width: 1180px) {
  .aboutArea .titleBox {
    margin-bottom: 180px;
  }
}
@media (max-width: 820px) {
  .aboutArea .titleBox {
    margin-bottom: 40px;
  }
}
.aboutArea .titleBox .title {
  color: #1b1b1b;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 20px;
}
.aboutArea .titleBox .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #0390c8;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.aboutArea .titleBox .text {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: rgba(27, 27, 27, 0.7);
}
.aboutArea .dataBox {
  position: relative;
}
.aboutArea .dataList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 1440px) {
  .aboutArea .dataList {
    gap: 50px;
  }
}
@media (max-width: 820px) {
  .aboutArea .dataList {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 0;
  }
}
@media (max-width: 640px) {
  .aboutArea .dataList {
    display: block;
  }
}
.aboutArea .dataItem:nth-child(3) {
  margin-left: auto;
}
@media (max-width: 820px) {
  .aboutArea .dataItem:nth-child(3) {
    margin-left: 0;
  }
}
@media (min-width: 1181px) {
  .aboutArea .dataItem:hover .imgBox::before {
    content: "";
    position: absolute;
    opacity: 1;
    -webkit-animation: rotate 3s linear infinite;
            animation: rotate 3s linear infinite;
  }
  .aboutArea .dataItem:hover .imgBox .Img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0390c8), to(#0390c8));
    background-image: linear-gradient(180deg, #0390c8, #0390c8);
  }
  .aboutArea .dataItem:hover .imgBox .Img::before {
    content: "";
    position: absolute;
    opacity: 1;
    -webkit-animation: rotate 15s linear infinite;
            animation: rotate 15s linear infinite;
  }
}
.aboutArea .item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 640px) {
  .aboutArea .item {
    padding: 20px 0;
  }
}
.aboutArea .item .imgBox {
  position: relative;
  border-radius: 50%;
}
.aboutArea .item .imgBox::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: -1.5%;
  top: -1.5%;
  width: 103%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0390c8), to(#ed6d34));
  background-image: linear-gradient(180deg, #0390c8, #ed6d34);
  height: 103%;
  z-index: 1;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.aboutArea .item .Img {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ed6d34;
  -webkit-box-shadow: -2.084px -2.158px 0px 0px rgba(0, 42, 52, 0.004);
          box-shadow: -2.084px -2.158px 0px 0px rgba(0, 42, 52, 0.004);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 1280px) {
  .aboutArea .item .Img {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 820px) and (max-width: 1279px) {
  .aboutArea .item .Img {
    width: 100px;
    height: 100px;
  }
}
.aboutArea .item .Img::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-image: url("../images/dashCircle.svg");
  background-size: contain;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.aboutArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 70px;
}
@media (min-width: 820px) and (max-width: 1279px) {
  .aboutArea .item .Img img {
    max-width: 50px;
  }
}
.aboutArea .item .title {
  margin-top: 30px;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.72px;
}
@media (max-width: 1280px) {
  .aboutArea .item .title {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
@media (max-width: 400px) {
  .aboutArea .item .title {
    text-align: center;
  }
}
.aboutArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
}
@media (max-width: 820px) {
  .aboutArea .btnBox {
    margin-top: 40px;
  }
}
.aboutArea .btnBox .btn {
  border: 1px solid #1b1b1b;
}
.aboutArea .btnBox .btnText {
  color: #1b1b1b;
}
.aboutArea .mobileBox {
  max-width: 100%;
  overflow: hidden;
}
.aboutArea .mobileBox img {
  scale: 1.25;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 821px) {
  .aboutArea .mobileBox {
    display: none;
  }
}
.aboutArea .slick-list {
  overflow: visible;
}
.aboutArea .slick-current .dataItem .imgBox::before {
  content: "";
  position: absolute;
  opacity: 1;
  -webkit-animation: rotate 3s linear infinite;
          animation: rotate 3s linear infinite;
}
.aboutArea .slick-current .dataItem .imgBox .Img::before {
  content: "";
  position: absolute;
  opacity: 1;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}
.aboutArea .slick-disabled {
  opacity: 0;
}
@media (min-width: 641px) {
  .aboutArea .arrowBox {
    display: none;
  }
}

.productArea {
  background-color: #e5e5e5;
  padding: 135px 0 165px;
  position: relative;
  background-image: url("../images/productBg.jpg");
  background-image: -webkit-image-set(url("../images/productBg.webp") type("image/webp"), url("../images/productBg.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/productBg.webp") type("image/webp"), url("../images/productBg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  .productArea {
    background-image: url("../images/productBgM.jpg");
    background-image: -webkit-image-set(url("../images/productBgM.webp") type("image/webp"), url("../images/productBgM.jpg") type("image/jpeg"));
    background-image: image-set(url("../images/productBgM.webp") type("image/webp"), url("../images/productBgM.jpg") type("image/jpeg"));
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 1180px) {
  .productArea {
    padding: 50px 0;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .productArea {
    padding: 80px 0;
  }
}
.productArea .titleBox {
  margin-bottom: 115px;
}
@media (max-width: 1180px) {
  .productArea .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .productArea .titleBox {
    margin-bottom: 0;
  }
}
.productArea .titleBox .title {
  color: #1b1b1b;
  padding-bottom: 25px;
}
.productArea .titleBox .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #0390c8;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.productArea .dataBox {
  position: relative;
}
.productArea .dataItem .item > .Img {
  padding: 0 50px 0 15px;
}
@media (max-width: 640px) {
  .productArea .dataItem .item > .Img {
    padding: 20px 0;
  }
}
.productArea .prevItem,
.productArea .nextItem {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 300px;
}
@media (max-width: 1536px) {
  .productArea .prevItem,
  .productArea .nextItem {
    max-width: 250px;
  }
}
@media (max-width: 1260px) {
  .productArea .prevItem,
  .productArea .nextItem {
    display: none;
  }
}
.productArea .prevItem::after,
.productArea .nextItem::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  bottom: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.productArea .prevItem img,
.productArea .nextItem img {
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .prevItem {
  left: -120px;
}
@media (max-width: 1536px) {
  .productArea .prevItem {
    left: -60px;
  }
}
.productArea .nextItem {
  right: -120px;
}
@media (max-width: 1536px) {
  .productArea .nextItem {
    right: -60px;
  }
}
.productArea .arrowBox {
  top: 40%;
  left: -15px;
  z-index: 2;
  width: calc(100% + 30px);
}
@media (max-width: 640px) {
  .productArea .arrowBox {
    left: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .productArea .arrowBox {
    top: 25%;
  }
}
.productArea .arrowBox .arrow {
  border: 1px solid #434343;
  top: 50%;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .productArea .arrowBox .arrow:hover svg {
    color: #fff;
  }
}
.productArea .arrowBox .arrow.prev {
  left: -50px;
  scale: -1 1;
}
@media (max-width: 1680px) {
  .productArea .arrowBox .arrow.prev {
    left: 0;
  }
}
.productArea .arrowBox .arrow.next {
  right: -50px;
}
@media (max-width: 1680px) {
  .productArea .arrowBox .arrow.next {
    right: 0;
  }
}
.productArea .arrowBox .arrow svg {
  color: #444;
}
.productArea .dataListBox {
  position: relative;
  max-width: 46vw;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .productArea .dataListBox {
    max-width: 55vw;
  }
}
@media (max-width: 1280px) {
  .productArea .dataListBox {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .productArea .dataListBox {
    max-width: 100%;
  }
}
.productArea .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8fr 7fr;
  grid-template-columns: 8fr 7fr;
      grid-template-areas: "img txt";
}
@media (max-width: 1180px) {
  .productArea .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 640px) {
  .productArea .item {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
        grid-template-areas: "img" "txt";
  }
}
.productArea .Img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
  margin: 0 auto;
  max-width: 480px;
}
@media (max-width: 480px) {
  .productArea .Img {
    max-width: 180px;
  }
}
.productArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .Txt {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: txt;
  max-width: 366px;
}
@media (max-width: 640px){
  .productArea .Img {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .productArea .Txt {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media (max-width: 640px) {
  .productArea .Txt {
    max-width: 100%;
  }
}
.productArea .Txt .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  letter-spacing: 0.84px;
}
@media (max-width: 480px) {
  .productArea .Txt .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.productArea .Txt .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
}
.productArea .Txt .text {
  color: rgba(27, 27, 27, 0.7);
  letter-spacing: 1.5px;
  line-height: 2;
}
.productArea .featureList {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 75px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
@media (max-width: 820px) {
  .productArea .featureList {
    margin-top: 20px;
  }
}
@media (min-width: 641px) and (max-width: 820px) {
  .productArea .featureList {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .productArea .featureList {
    width: 100%;
  }
}
.productArea .featureList li {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 640px) {
  .productArea .featureList li {
    aspect-ratio: 1/1;
  }
}
.productArea .featureList li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #ed6d34;
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -9px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 640px) {
  .productArea .featureList li::after {
    display: none;
  }
}
.productArea .featureList li:nth-child(4n)::after {
  display: none;
}
@media (min-width: 641px) and (max-width: 820px) {
  .productArea .featureList li:nth-child(2n)::after {
    display: none;
  }
}
.productArea .featureList .Img {
  max-width: 50px;
}
.productArea .featureList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .featureList .title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 0.56px;
}
.productArea .featureList .title::after {
  content: "";
  position: absolute;
  display: none;
}
.productArea .btnBox {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .productArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .productArea .btnBox {
    margin-top: 20px;
  }
}
.productArea .btnBox .btn {
  color: #1b1b1b;
  border-color: #9e9e9e;
}

.applicationArea {
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/applicationBg.jpg");
  background-image: -webkit-image-set(url("../images/applicationBg.webp") type("image/webp"), url("../images/applicationBg.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/applicationBg.webp") type("image/webp"), url("../images/applicationBg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
@media (max-width: 1180px) {
  .applicationArea {
    padding: 60px 0;
  }
}
.applicationArea .applicationBg {
  position: absolute;
  left: 0;
  bottom: -180px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.applicationArea .wrap {
  position: relative;
  z-index: 2;
  max-width: 1545px;
}
@media (min-width: 1261px) and (max-width: 1400px) {
  .applicationArea .wrap {
    padding: 0;
  }
}
.applicationArea .titleBox {
  max-width: 940px;
  margin: 0 auto 80px;
}
@media (max-width: 1180px) {
  .applicationArea .titleBox {
    margin-bottom: 40px;
  }
}
.applicationArea .titleBox .title {
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.applicationArea .titleBox .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.applicationArea .titleBox .text {
  font-size: 16px;
  color: #fff;
}
.applicationArea .dataBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
      grid-template-areas: "leftList dataList rightList";
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1260px) {
  .applicationArea .dataBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.applicationArea .dataBox .leftList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: leftList;
}
@media (max-width: 1260px) {
  .applicationArea .dataBox .leftList {
    display: none;
  }
}
.applicationArea .dataBox .rightList {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: rightList;
}
@media (max-width: 1260px) {
  .applicationArea .dataBox .rightList {
    display: none;
  }
}
.applicationArea .dataBox .dataList {
  margin: 0 auto;
}
.applicationArea .dataBox .dataList:not(.leftList):not(.rightList) {
  position: relative;
  z-index: 1;
}
.applicationArea .dataBox .dataList:not(.leftList):not(.rightList)::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: -1;
  display: block;
  width: 225px;
  height: 255px;
  border-radius: 22px;
  background-color: #ed6d34;
}
@media (max-width: 640px) {
  .applicationArea .dataBox .dataList:not(.leftList):not(.rightList)::after {
    display: none;
  }
}
.applicationArea .dataBox .dataList.leftList, .applicationArea .dataBox .dataList.rightList {
  max-width: 320px;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.applicationArea .dataBox .dataList.leftList::after, .applicationArea .dataBox .dataList.rightList::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: -1;
  display: block;
  width: 225px;
  height: 255px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.applicationArea .dataBox .dataList.leftList .Txt, .applicationArea .dataBox .dataList.rightList .Txt {
  display: none;
}
.applicationArea .dataBox .dataList.leftList .Img2, .applicationArea .dataBox .dataList.rightList .Img2 {
  display: none;
}
.applicationArea .dataBox .dataList:not(.leftList):not(.rightList) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: dataList;
  max-width: 450px;
  z-index: 2;
}
@media (max-width: 1560px) {
  .applicationArea .dataBox .dataList:not(.leftList):not(.rightList) {
    max-width: 400px;
  }
}
@media (max-width: 640px) {
  .applicationArea .dataBox .dataList:not(.leftList):not(.rightList) {
    max-width: 85%;
  }
}
.applicationArea .dataBox .dataList:not(.leftList):not(.rightList) .slick-list {
  overflow: visible;
}
.applicationArea .dataBox .arrowBox {
  z-index: 2;
  top: 55%;
}
@media (max-width: 640px) {
  .applicationArea .dataBox .arrowBox {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.applicationArea .dataBox .arrowBox .arrow {
  border: 1px solid #fff;
  top: 50%;
  cursor: pointer;
}
@media (max-width: 640px) {
  .applicationArea .dataBox .arrowBox .arrow {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 15px;
  }
}
.applicationArea .dataBox .arrowBox .arrow.prev {
  left: -20px;
  scale: -1 1;
}
@media (max-width: 1680px) {
  .applicationArea .dataBox .arrowBox .arrow.prev {
    left: 0;
  }
}
.applicationArea .dataBox .arrowBox .arrow.next {
  right: -20px;
}
@media (max-width: 1680px) {
  .applicationArea .dataBox .arrowBox .arrow.next {
    right: 0;
  }
}
.applicationArea .dataItem {
  position: relative;
}
@media (min-width: 1181px) {
  .applicationArea .dataItem:hover .Img img {
    scale: 1.15;
  }
  .applicationArea .dataItem:hover .Txt {
    background-color: #ed6d34;
  }
}
.applicationArea .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.applicationArea .Img {
  border-radius: 10px;
  overflow: hidden;
}
.applicationArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.applicationArea .Img2 {
  position: absolute;
  left: -15%;
  bottom: -15%;
}
@media (max-width: 1560px) {
  .applicationArea .Img2 {
    bottom: -20%;
  }
}
@media (max-width: 640px) {
  .applicationArea .Img2 {
    max-width: 35vw;
    left: -10%;
  }
}
.applicationArea .Img2 img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.applicationArea .Txt {
  position: absolute;
  right: -6%;
  bottom: -6%;
  padding: 20px 40px;
  background-color: #0390c8;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  letter-spacing: 0.84px;
}
@media (max-width: 640px) {
  .applicationArea .Txt {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.applicationArea a {
  color: currentColor;
}
.applicationArea .btnBox {
  margin: 110px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .applicationArea .btnBox {
    margin: 100px auto 0;
  }
}
@media (max-width: 640px) {
  .applicationArea .btnBox {
    margin: 40px auto 0;
  }
}

.newsArea {
  padding: 125px 0 75px;
  background-color: #000;
  background-image: url("../images/newsBg.jpg");
  background-image: -webkit-image-set(url("../images/newsBg.webp") type("image/webp"), url("../images/newsBg.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/newsBg.webp") type("image/webp"), url("../images/newsBg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
  /* 最後一個會被 overflow hidden 所以往回推 */
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea .topBox {
  position: relative;
}
.newsArea .moreBtn {
  position: absolute;
  z-index: 1;
  right: 18.3%;
  top: 7.5%;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(237, 109, 52, 0.5);
}
@media (max-width: 1440px) {
  .newsArea .moreBtn {
    right: 15%;
  }
}
@media (max-width: 640px) {
  .newsArea .moreBtn {
    scale: 0.75;
    right: 10%;
    top: 10%;
  }
}
@media (max-width: 480px) {
  .newsArea .moreBtn {
    scale: 0.65;
    right: 0;
  }
}
.newsArea .moreBtn::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background-image: url("../images/moreBtnText.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: -25%;
  top: -25%;
  pointer-events: none;
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
}
.newsArea .moreBtn a {
  width: 90px;
  height: 90px;
  background-color: #0390c8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 40px;
}
@media (min-width: 1181px) {
  .newsArea .moreBtn:hover {
    background-color: rgba(3, 144, 200, 0.5);
  }
  .newsArea .moreBtn:hover a {
    background-color: #0390c8;
  }
}
.newsArea .titleBox {
  margin-bottom: -20px;
}
@media (max-width: 1440px) {
  .newsArea .titleBox {
    margin-bottom: 0px;
  }
}
.newsArea .titleBox .title {
  color: #1b1b1b;
  position: relative;
  padding-bottom: 30px;
}
.newsArea .titleBox .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #0390c8;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.newsArea .dataBox .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 640px) {
  .newsArea .dataBox .arrowBox {
    display: none;
  }
}
.newsArea .dataBox .arrowBox .arrow {
  position: relative;
  left: auto;
  scale: 1 1;
}
.newsArea .dataBox .arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(67, 67, 67, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.newsArea .dataBox .arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1181px) {
  .newsArea .dataBox .arrow:hover {
    background-color: #ed6d34;
  }
  .newsArea .dataBox .arrow:hover svg {
    color: #fff;
  }
}
.newsArea .dataBox .arrow svg {
  color: #434343;
  width: 14px;
}
@media (min-width: 1181px) {
  .newsArea .dataItem:hover .Img {
    opacity: 1;
  }
  .newsArea .dataItem:hover .Txt::after {
    content: "";
    position: absolute;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.newsArea .item {
  position: relative;
}
.newsArea .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 1fr 250px;
  grid-template-columns: 250px 1fr 250px;
  padding: 80px 0 100px;
  color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  .newsArea .Txt {
    padding: 60px 0 80px;
  }
}
@media (max-width: 1180px) {
  .newsArea .Txt {
    padding: 20px 0 40px;
    -ms-grid-columns: 250px 2fr 0.5fr;
    grid-template-columns: 250px 2fr 0.5fr;
  }
}
@media (max-width: 768px) {
  .newsArea .Txt {
    -ms-grid-columns: 1fr 1.5fr 0.5fr;
    grid-template-columns: 1fr 1.5fr 0.5fr;
  }
}
@media (max-width: 640px) {
  .newsArea .Txt {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 0 20px;
  }
}
.newsArea .Txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #535353;
}
.newsArea .Txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0390c8;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.newsArea .Txt .textBox {
  padding-left: 98px;
}
.newsArea .Txt .title {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.84px;
}
.newsArea .Txt .title a {
  color: #0390c8;
}
.newsArea .Txt .title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 640px) {
  .newsArea .Txt .title {
    margin-bottom: 15px;
  }
}
.newsArea .Txt .text {
  color: #535353;
  line-height: 1.875;
  letter-spacing: 0.64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsArea .dataInfoBox {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 768px) {
  .newsArea .dataInfoBox {
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .newsArea .dataInfoBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 15px;
    gap: 20px;
    padding: 0;
  }
}
.newsArea .year {
  font-size: 21px;
  line-height: 1;
  margin-bottom: 5px;
  color: #1b1b1b;
  letter-spacing: 0.84px;
}
@media (max-width: 640px) {
  .newsArea .year {
    font-size: 16px;
  }
}
.newsArea .date {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  color: #1b1b1b;
  letter-spacing: 1.68px;
}
@media (max-width: 1180px) {
  .newsArea .date {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .newsArea .date {
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0px;
  }
}
.newsArea .dataClassTitle {
  font-size: 14px;
  padding: 8px 30px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #ed6d34;
  border-radius: 18px;
  text-align: center;
  letter-spacing: 0.56px;
}
@media (max-width: 640px) {
  .newsArea .dataClassTitle {
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 12px;
  }
}
.newsArea .Img {
  position: absolute;
  max-width: 540px;
  aspect-ratio: 540/310;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.newsArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsArea .slick-slide.fix .Img {
  top: -50%;
}
.newsArea .bottomBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 60px;
}
.newsArea .bottomBox .arrowBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  position: relative;
  gap: 10px;
}
.newsArea .bottomBox .arrowBox .arrow {
  border: 1px solid #434343;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  position: relative;
  cursor: pointer;
}
.newsArea .bottomBox .arrowBox .arrow svg {
  color: #434343;
}
@media (min-width: 1181px) {
  .newsArea .bottomBox .arrowBox .arrow:hover svg {
    color: #fff;
  }
}
.newsArea .slick-dots {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: 10px;
}
.newsArea .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsArea .slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.newsArea .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.newsArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.4);
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.newsArea .slick-dots li button::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: -7px;
  top: -7px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
}
.newsArea .slick-dots li.slick-active button::before {
  background-color: #fff;
  opacity: 1;
}
.newsArea .slick-dots li.slick-active button::after {
  opacity: 1;
}
@media (min-width: 1181px) {
  .newsArea .slick-dots li:hover button::before {
    background-color: #0390c8;
    opacity: 1;
  }
}
/*# sourceMappingURL=home.css.map */