.productsArea .dataList .dataItem .item .Img::before, .productsArea .dataList .dataItem .item .Img::after, .mediaArea .arrowBox .arrowPrev img, .mediaArea .arrowBox .arrowNext img, .mediaArea .arrowBox .arrowPrev, .mediaArea .arrowBox .arrowNext, .mediaArea .dataList .dataItem .item .Txt .title, .mediaArea .dataList .dataItem .item, .mediaArea .classBoxRow .classLink li .classTrigger, .newsArea .dataList .dataItem .item .arrowNext::before, .newsArea .dataList .dataItem .item .arrowNext, .newsArea .dataList .dataItem .item, .productsArea .arrowBox .arrowPrev img, .productsArea .arrowBox .arrowNext img, .productsArea .arrowBox .arrowPrev, .productsArea .arrowBox .arrowNext, .productsArea .dataList .dataItem .item, .technologyArea .bottomBox .arrowBox .arrowPrev img, .technologyArea .bottomBox .arrowBox .arrowNext img, .technologyArea .bottomBox .arrowBox .arrowPrev, .technologyArea .bottomBox .arrowBox .arrowNext, .technologyArea .bottomBox .ImgList.pc .ImgItem, .technologyArea .bottomBox .dataList .dataItem .Txt .text, .technologyArea .bottomBox .dataList .dataItem, .technologyArea .bottomBox .pinList .numBox::before, .technologyArea .bottomBox .pinList .numBox *, .certificationArea .leftBox .Img img, .aboutArea .rightBox .videoBox .playBtn .triangle, .bannerArea .controlBox .arrowNext::before, .bannerArea .controlBox .arrowNext::after, .bannerArea .controlBox .arrowPrev::before, .bannerArea .controlBox .arrowPrev::after, .ib_info_004 .close::before, .ib_info_004 .close::after, .ib_info_004 .close {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* home(ib_info_004) */
.ib_info_004 {
  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;
}
.ib_info_004 .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;
}
.ib_info_004 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.ib_info_004 .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.ib_info_004 img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_info_004 .Txt {
  padding: 30px;
}
.ib_info_004 .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.ib_info_004 .close {
  width: 46px;
  height: 46px;
  background-color: #00a7eb;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ib_info_004 .close::before, .ib_info_004 .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.ib_info_004 .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ib_info_004 .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .ib_info_004 .close:hover {
    background-color: #ffd800;
  }
  .ib_info_004 .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .ib_info_004 .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.ib_info_004.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ib_info_004.show .mask,
.ib_info_004.show .inner {
  opacity: 1;
}
.ib_info_004.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .ib_info_004 .popContent {
    max-height: calc(100vh - 150px);
  }
}

.bannerArea .wrap {
  position: relative;
}
.bannerArea .dataBox {
  position: relative;
}
.bannerArea .dataList .dataItem .item {
  position: relative;
}
.bannerArea .dataList .dataItem .Img {
  position: relative;
  z-index: 0;
}
.bannerArea .dataList .dataItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
@media (max-width: 1440px) {
  .bannerArea .dataList .dataItem .Img {
    position: relative;
    padding-bottom: 75vh;
  }
  .bannerArea .dataList .dataItem .Img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.bannerArea .dataList .dataItem .Txt {
  width: 100%;
  max-width: 1450px;
  position: absolute;
  left: 50%;
  top: 36%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 0 50px 0 200px;
}
@media (max-width: 1440px) {
  .bannerArea .dataList .dataItem .Txt {
    padding: 0 50px 0 150px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .dataList .dataItem .Txt {
    top: 30%;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .dataList .dataItem .Txt {
    padding: 0 20px;
  }
}
.bannerArea .dataList .dataItem .Txt .bannerTitleBox .decoTitle {
  position: relative;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
  padding-left: 28px;
}
.bannerArea .dataList .dataItem .Txt .bannerTitleBox .decoTitle::before {
  width: 6px;
  height: 16px;
  border-radius: 1px;
  background-color: #ffd800;
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .dataList .dataItem .Txt .bannerTitleBox .decoTitle::after {
  width: 16px;
  height: 6px;
  border-radius: 1px;
  background-color: #ffd800;
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .bannerArea .dataList .dataItem .Txt .bannerTitleBox .decoTitle {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
@media (max-width: 768px) {
  .bannerArea .dataList .dataItem .Txt .bannerTitleBox .decoTitle {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.bannerArea .dataList .dataItem .Txt .bannerTitleBox .title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 2.5px;
  margin: 10px 0 15px;
}
@media (max-width: 1180px) {
  .bannerArea .dataList .dataItem .Txt .bannerTitleBox .title {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .bannerArea .dataList .dataItem .Txt .bannerTitleBox .title {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.bannerArea .dataList .dataItem .Txt .bannerTitleBox .subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
@media (max-width: 1180px) {
  .bannerArea .dataList .dataItem .Txt .bannerTitleBox .subtitle {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
@media (max-width: 768px) {
  .bannerArea .dataList .dataItem .Txt .bannerTitleBox .subtitle {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
.bannerArea .slick-slide .Txt .title, .bannerArea .slick-slide .Txt .decoTitle, .bannerArea .slick-slide .Txt .subtitle, .bannerArea .slick-slide .Txt .btnBox {
  opacity: 0;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.4s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.4s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .decoTitle {
  -webkit-animation: slideUpAnimation 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.4s 0.6s ease-in-out forwards;
          animation: slideUpAnimation 0.4s 0.6s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .btnBox {
  -webkit-animation: slideUpAnimation 0.4s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.4s 0.8s ease-in-out forwards;
}
.bannerArea .videoBox {
  width: 120%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.bannerArea .videoBox .bannerVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerArea .controlBox {
  width: 30px;
  position: absolute;
  left: 65px;
  top: 35%;
}
@media (max-width: 1180px) {
  .bannerArea .controlBox {
    display: none;
  }
}
.bannerArea .controlBox .arrowPrev,
.bannerArea .controlBox .arrowNext {
  cursor: pointer;
}
.bannerArea .controlBox .arrowPrev {
  width: 27px;
  height: 14px;
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1181px) {
  .bannerArea .controlBox .arrowPrev:hover::before, .bannerArea .controlBox .arrowPrev:hover::after {
    background-color: #ffd800;
  }
}
.bannerArea .controlBox .arrowPrev::before, .bannerArea .controlBox .arrowPrev::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  bottom: 0;
}
.bannerArea .controlBox .arrowPrev::before {
  left: 0;
  -webkit-transform: rotate(-45.9deg);
          transform: rotate(-45.9deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.bannerArea .controlBox .arrowPrev::after {
  right: 0;
  -webkit-transform: rotate(45.9deg);
          transform: rotate(45.9deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.bannerArea .controlBox .arrowNext {
  width: 27px;
  height: 14px;
  position: relative;
  margin-top: 25px;
}
@media (min-width: 1181px) {
  .bannerArea .controlBox .arrowNext:hover::before, .bannerArea .controlBox .arrowNext:hover::after {
    background-color: #ffd800;
  }
}
.bannerArea .controlBox .arrowNext::before, .bannerArea .controlBox .arrowNext::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  top: 0;
}
.bannerArea .controlBox .arrowNext::before {
  left: 0;
  -webkit-transform: rotate(45.9deg);
          transform: rotate(45.9deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.bannerArea .controlBox .arrowNext::after {
  right: 0;
  -webkit-transform: rotate(-45.9deg);
          transform: rotate(-45.9deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.bannerArea .controlBox .page {
  text-align: center;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  .bannerArea .controlBox .page {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 768px) {
  .bannerArea .controlBox .page {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.bannerArea .controlBox .page .line {
  width: 1px;
  height: 100px;
  background-color: #fff;
  margin: 10px auto;
}
.bannerArea .controlBox .page .total {
  color: #00a7eb;
}
.bannerArea .scrollDown {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  z-index: 1;
  padding: 0 0 20px 0;
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    font-size: 12px;
    letter-spacing: 0.24px;
    padding: 10px;
  }
}
.bannerArea .scrollDown .ring {
  width: 128px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -64px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 768px) {
  .bannerArea .scrollDown .ring {
    width: 84px;
    aspect-ratio: 1/1;
    bottom: -42px;
  }
}
@-webkit-keyframes scrollHint {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1.7);
            transform: translateX(-50%) scale(1.7);
    opacity: 0;
  }
}
@keyframes scrollHint {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1.7);
            transform: translateX(-50%) scale(1.7);
    opacity: 0;
  }
}
.bannerArea .scrollDown .ring1 {
  -webkit-animation: scrollHint 5s infinite ease;
          animation: scrollHint 5s infinite ease;
}
.bannerArea .scrollDown .ring2 {
  -webkit-animation: scrollHint 5s infinite ease 1.67s;
          animation: scrollHint 5s infinite ease 1.67s;
}
.bannerArea .scrollDown .ring3 {
  -webkit-animation: scrollHint 5s infinite ease 3.34s;
          animation: scrollHint 5s infinite ease 3.34s;
}

.aboutArea .Txt .title, .certificationArea .Txt .title, .technologyArea .Txt .title, .productsArea .Txt .title, .newsArea .Txt .title, .mediaArea .Txt .title {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .title, .certificationArea .Txt .title, .technologyArea .Txt .title, .productsArea .Txt .title, .newsArea .Txt .title, .mediaArea .Txt .title {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .title, .certificationArea .Txt .title, .technologyArea .Txt .title, .productsArea .Txt .title, .newsArea .Txt .title, .mediaArea .Txt .title {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.aboutArea .Txt .subtitle, .certificationArea .Txt .subtitle, .technologyArea .Txt .subtitle, .productsArea .Txt .subtitle, .newsArea .Txt .subtitle, .mediaArea .Txt .subtitle {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .subtitle, .certificationArea .Txt .subtitle, .technologyArea .Txt .subtitle, .productsArea .Txt .subtitle, .newsArea .Txt .subtitle, .mediaArea .Txt .subtitle {
    font-size: 15px;
    letter-spacing: 0.225px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .subtitle, .certificationArea .Txt .subtitle, .technologyArea .Txt .subtitle, .productsArea .Txt .subtitle, .newsArea .Txt .subtitle, .mediaArea .Txt .subtitle {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.aboutArea .Txt .text, .certificationArea .Txt .text, .technologyArea .Txt .text, .productsArea .Txt .text, .newsArea .Txt .text, .mediaArea .Txt .text {
  color: #535353;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.16px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .text, .certificationArea .Txt .text, .technologyArea .Txt .text, .productsArea .Txt .text, .newsArea .Txt .text, .mediaArea .Txt .text {
    font-size: 15px;
    letter-spacing: 0.075px;
  }
}
@media (max-width: 768px) {
  .aboutArea .Txt .text, .certificationArea .Txt .text, .technologyArea .Txt .text, .productsArea .Txt .text, .newsArea .Txt .text, .mediaArea .Txt .text {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media (max-width: 768px) {
  .aboutArea .btnBox, .certificationArea .btnBox, .technologyArea .btnBox, .productsArea .btnBox, .newsArea .btnBox, .mediaArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.aboutArea {
  position: relative;
  padding: 164px 0 125px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 60px 0 80px;
  }
}
.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1180px) {
  .aboutArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aboutArea .leftBox {
  width: 50%;
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .aboutArea .leftBox .titleBox {
    text-align: center;
  }
  .aboutArea .leftBox .titleBox::before, .aboutArea .leftBox .titleBox::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.aboutArea .leftBox .Txt {
  width: 100%;
  max-width: 645px;
}
.aboutArea .leftBox .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 50px;
}
.aboutArea .leftBox .dataList .dataItem:not(:last-child) {
  padding: 0 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .aboutArea .leftBox .dataList .dataItem:not(:last-child) {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .aboutArea .leftBox .dataList .dataItem:not(:last-child) {
    padding: 0 10px;
  }
}
.aboutArea .leftBox .dataList .dataItem:first-child {
  padding-left: 0;
}
.aboutArea .leftBox .dataList .dataItem:last-child {
  padding-left: 45px;
}
@media (max-width: 768px) {
  .aboutArea .leftBox .dataList .dataItem:last-child {
    padding-left: 20px;
  }
}
.aboutArea .leftBox .dataList .dataItem .Img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox .dataList .dataItem .Img {
    width: 100%;
    max-width: 85px;
  }
  .aboutArea .leftBox .dataList .dataItem .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.aboutArea .leftBox .dataList .dataItem .text {
  text-align: center;
}
@media (max-width: 1180px) {
  .aboutArea .leftBox {
    width: 100%;
  }
  .aboutArea .leftBox .Txt {
    max-width: none;
  }
  .aboutArea .leftBox .dataList {
    width: 100%;
    margin: 15px 0;
  }
  .aboutArea .leftBox .dataList .dataItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
.aboutArea .rightBox {
  width: 50%;
  padding: 10px 0 0 20px;
}
@media (max-width: 1180px) {
  .aboutArea .rightBox {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .aboutArea .rightBox .Img img {
    margin: 0 auto;
  }
}
.aboutArea .rightBox .videoBox {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutArea .rightBox .videoBox .aboutVideo {
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutArea .rightBox .videoBox .playBtn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 128px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: rgba(26, 16, 0, 0.2);
  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;
  display: none;
}
.aboutArea .rightBox .videoBox .playBtn .triangle {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
}
.aboutArea .rightBox .videoBox .playBtn .text {
  width: 170px;
  aspect-ratio: 1/1;
  background: url("../images/playBtn.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.aboutArea .rightBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 679px;
  border-radius: 20px;
}
.aboutArea .decoBox {
  overflow-x: hidden;
  overflow-y: visible;
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.aboutArea .decoBox .cellTopLeft {
  width: clamp(60px, 13%, 268px);
  height: auto;
  aspect-ratio: 268/276;
  background: url("../images/deco/aboutCells/top-left.png") center no-repeat;
  position: absolute;
  top: 80px;
  left: -80px;
}
@media (max-width: 1180px) {
  .aboutArea .decoBox .cellTopLeft {
    top: 50%;
    left: -10px;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoBox .cellTopLeft {
    top: auto;
    bottom: 10%;
  }
}
.aboutArea .decoBox .cellCenterLeft {
  width: clamp(50px, 10%, 114px);
  height: auto;
  aspect-ratio: 114/112;
  background: url("../images/deco/aboutCells/bottom-left.png") center no-repeat;
  position: absolute;
  top: 47%;
  left: 90px;
}
@media (max-width: 1780px) {
  .aboutArea .decoBox .cellCenterLeft {
    top: auto;
    bottom: 10%;
    left: 40%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoBox .cellCenterLeft {
    left: 15%;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoBox .cellCenterLeft {
    display: none;
  }
}
.aboutArea .decoBox .cellTopRight {
  width: clamp(65px, 14%, 277px);
  height: auto;
  aspect-ratio: 277/271;
  background: url("../images/deco/aboutCells/top-right.png") center no-repeat;
  position: absolute;
  top: -150px;
  right: 215px;
}
@media (max-width: 1440px) {
  .aboutArea .decoBox .cellTopRight {
    top: 0px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoBox .cellTopRight {
    right: 20%;
  }
}

.certificationArea {
  position: relative;
  z-index: 1;
  padding: 105px 0 115px;
}
@media (max-width: 1180px) {
  .certificationArea {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .certificationArea {
    padding: 60px 0 60px;
  }
}
.certificationArea::before {
  width: calc(100% - 80px);
  height: 100%;
  border-radius: 50px 0 0 50px;
  background-image: url("../images/deco/certificationDeco.png");
  background-position: center right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1560px) {
  .certificationArea::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1180px) {
  .certificationArea::before {
    width: calc(100% - 20px);
    background-size: auto 100%;
    border-radius: 20px 0 0 20px;
  }
}
.certificationArea::after {
  width: calc(100% - 80px);
  height: 100%;
  border-radius: 50px 0 0 50px;
  background: #f3f3f3;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1560px) {
  .certificationArea::after {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1180px) {
  .certificationArea::after {
    width: calc(100% - 20px);
  }
}
.certificationArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .certificationArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .certificationArea .wrap .rightBox {
    width: 100%;
  }
  .certificationArea .wrap .leftBox {
    width: 90%;
    max-width: 600px;
  }
}
@media (max-width: 479px) {
  .certificationArea .wrap .leftBox {
    width: 100%;
  }
}
.certificationArea .leftBox, .certificationArea .rightBox {
  width: 50%;
}
.certificationArea .leftBox {
  padding: 0 50px;
}
.certificationArea .leftBox .Img {
  width: 100%;
  position: relative;
}
.certificationArea .leftBox .Img img {
  -webkit-transform: scale(0.82);
          transform: scale(0.82);
  position: relative;
  z-index: 0;
}
.certificationArea .leftBox .Img img.current {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.certificationArea .leftBox .Img img:first-of-type {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.certificationArea .leftBox .Img img:last-of-type {
  position: absolute;
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (max-width: 768px) {
  .certificationArea .leftBox .Img img {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .certificationArea .leftBox .Img img {
    max-width: 220px;
  }
}
@media (max-width: 1536px) {
  .certificationArea .leftBox {
    padding: 0 30px;
  }
}
@media (max-width: 1180px) {
  .certificationArea .leftBox {
    padding: 0 20px;
  }
}
.certificationArea .rightBox {
  padding-top: 10px;
  padding-left: 90px;
}
@media (max-width: 400px) {
  .certificationArea .rightBox .titleBox {
    text-align: center;
  }
  .certificationArea .rightBox .titleBox::before, .certificationArea .rightBox .titleBox::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.certificationArea .rightBox .Txt {
  max-width: 535px;
}
@media (max-width: 1180px) {
  .certificationArea .rightBox .Txt {
    max-width: none;
  }
}
@media (max-width: 1536px) {
  .certificationArea .rightBox {
    padding-left: 20px;
  }
}
.certificationArea .decoBox {
  pointer-events: none;
  inset: 0;
  position: absolute;
  z-index: 1;
}
.certificationArea .decoBox .cellTopRight {
  width: clamp(70px, 25%, 295px);
  height: auto;
  aspect-ratio: 295/296;
  background: url("../images/deco/aboutCells/bottom-right.png") center no-repeat;
  position: absolute;
  top: -110px;
  right: 20px;
}
@media (max-width: 1180px) {
  .certificationArea .decoBox .cellTopRight {
    top: -50px;
  }
}
.certificationArea .decoBox .cellBottomLeft {
  width: clamp(60px, 15%, 123px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/technologyCells/top-left.png") center no-repeat;
  position: absolute;
  bottom: -70px;
  left: 20.5%;
}

.technologyArea {
  background-image: url("../images/deco/technologyDeco.png");
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  padding: 118px 0 108px;
}
@media (max-width: 1180px) {
  .technologyArea {
    padding: 70px 0 80px;
  }
}
@media (max-width: 768px) {
  .technologyArea {
    padding: 60px 0;
  }
}
.technologyArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.technologyArea .topBox .Txt {
  width: 535px;
}
.technologyArea .topBox .btnBox {
  margin: 0;
}
@media (max-width: 1440px) {
  .technologyArea .topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .technologyArea .topBox .titleBox, .technologyArea .topBox .btnBox {
    width: 100%;
  }
  .technologyArea .topBox .btnBox {
    margin-top: 45px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .topBox .btnBox {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .technologyArea .topBox .btnBox {
    margin-top: 30px;
  }
}
.technologyArea .bottomBox {
  max-width: 100%;
  height: 1050px;
  position: relative;
}
@media (max-width: 1440px) {
  .technologyArea .bottomBox {
    height: 900px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox {
    height: auto;
    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;
  }
}
.technologyArea .bottomBox .ImgList, .technologyArea .bottomBox .dataList, .technologyArea .bottomBox .pinList {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.technologyArea .bottomBox .pinList {
  z-index: 2;
}
.technologyArea .bottomBox .ImgList {
  z-index: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .ImgList {
    position: relative !important;
  }
}
.technologyArea .bottomBox .dataList {
  z-index: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .dataList {
    width: 100%;
    position: relative !important;
  }
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .pinList {
    display: none;
  }
}
.technologyArea .bottomBox .pinList .numBox {
  cursor: pointer;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #00a7eb;
  font-size: 25px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
}
.technologyArea .bottomBox .pinList .numBox::after {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.technologyArea .bottomBox .pinList .numBox::before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: -2;
  opacity: 0;
  -webkit-animation: shining 3s infinite ease;
          animation: shining 3s infinite ease;
}
.technologyArea .bottomBox .pinList .numBox1 {
  top: 21.5%;
  left: 30.5%;
}
.technologyArea .bottomBox .pinList .numBox2 {
  top: 29.5%;
  left: 65%;
}
.technologyArea .bottomBox .pinList .numBox3 {
  top: 42%;
  left: 24.5%;
}
.technologyArea .bottomBox .pinList .numBox4 {
  top: 51%;
  left: 70%;
}
@media (min-width: 1181px) {
  .technologyArea .bottomBox .pinList .numBox:hover {
    color: #ffd800;
  }
  .technologyArea .bottomBox .pinList .numBox:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
}
.technologyArea .bottomBox .pinList .numBox.current {
  color: #ffd800;
}
.technologyArea .bottomBox .pinList .numBox.current::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.technologyArea .bottomBox .dataList {
  pointer-events: none;
}
.technologyArea .bottomBox .dataList .dataItem {
  pointer-events: all;
  cursor: pointer;
  background: transparent;
  border-radius: 20px;
  padding: 26px 33px;
}
@media (max-width: 480px) {
  .technologyArea .bottomBox .dataList .dataItem {
    padding: 0;
  }
}
.technologyArea .bottomBox .dataList .dataItem .Txt {
  padding-left: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .technologyArea .bottomBox .dataList .dataItem .Txt {
    padding-left: 0;
  }
}
.technologyArea .bottomBox .dataList .dataItem .Txt .title {
  color: #535353;
  font-weight: 500;
}
.technologyArea .bottomBox .dataList .dataItem .Txt .subtitle {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #535353;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.technologyArea .bottomBox .dataList .dataItem .Txt .text {
  pointer-events: all;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.technologyArea .bottomBox .dataList.pc {
  display: block;
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .dataList.pc {
    display: none;
  }
}
.technologyArea .bottomBox .dataList.pc .dataItem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 410px;
  height: 100px;
  position: absolute;
}
.technologyArea .bottomBox .dataList.pc .dataItem.current {
  height: 186px;
  background: #fff;
  -webkit-animation: shining 3s infinite ease;
          animation: shining 3s infinite ease;
}
.technologyArea .bottomBox .dataList.pc .dataItem.current .Txt .text {
  height: 75px;
}
.technologyArea .bottomBox .dataList.pc .dataItem .Txt::before, .technologyArea .bottomBox .dataList.pc .dataItem .Txt::after {
  width: 2px;
  height: 21px;
  content: "";
  position: absolute;
  left: 0;
}
.technologyArea .bottomBox .dataList.pc .dataItem .Txt::before {
  top: 0;
  background: #00a7eb;
}
.technologyArea .bottomBox .dataList.pc .dataItem .Txt::after {
  top: 21px;
  background: #ffd800;
}
.technologyArea .bottomBox .dataList.pc .dataItem .Txt .text {
  max-width: 330px;
  height: 0;
  overflow-y: scroll;
  margin-top: 10px;
  padding-left: 5px;
}
.technologyArea .bottomBox .dataList.pc .dataItem .Txt .text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(219, 219, 219, 0);
}
.technologyArea .bottomBox .dataList.pc .dataItem .Txt .text::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(219, 219, 219, 0);
}
.technologyArea .bottomBox .dataList.pc .dataItem .Txt .text::-webkit-scrollbar-thumb {
  background: #00a7eb;
}
.technologyArea .bottomBox .dataList.pc .dataItem1 {
  bottom: 80%;
  left: 30.5%;
}
@media (max-width: 1440px) {
  .technologyArea .bottomBox .dataList.pc .dataItem1 {
    left: 20px;
  }
}
.technologyArea .bottomBox .dataList.pc .dataItem2 {
  bottom: 72%;
  left: 68%;
}
@media (max-width: 1536px) {
  .technologyArea .bottomBox .dataList.pc .dataItem2 {
    left: auto;
    right: 20px;
  }
}
.technologyArea .bottomBox .dataList.pc .dataItem3 {
  top: 52%;
  left: 15%;
}
@media (max-width: 1440px) {
  .technologyArea .bottomBox .dataList.pc .dataItem3 {
    left: 20px;
  }
}
.technologyArea .bottomBox .dataList.pc .dataItem4 {
  top: 60%;
  left: 52%;
}
@media (max-width: 1440px) {
  .technologyArea .bottomBox .dataList.pc .dataItem4 {
    left: auto;
    right: 20px;
  }
}
.technologyArea .bottomBox .dataList.mb {
  display: none;
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .dataList.mb {
    display: block;
    width: 80%;
  }
}
@media (max-width: 479px) {
  .technologyArea .bottomBox .dataList.mb {
    width: 100%;
  }
}
.technologyArea .bottomBox .dataList.mb .dataItem {
  padding: 10px 0;
}
.technologyArea .bottomBox .dataList.mb .dataItem .numBox {
  width: 53px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffff;
  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;
  margin: 0 auto 10px;
}
.technologyArea .bottomBox .dataList.mb .dataItem .numBox .num {
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  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;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #ffd800;
  font-size: 16px;
  font-weight: 500;
}
.technologyArea .bottomBox .dataList.mb .dataItem .Txt .title, .technologyArea .bottomBox .dataList.mb .dataItem .Txt .subtitle, .technologyArea .bottomBox .dataList.mb .dataItem .Txt .text {
  text-align: center;
}
.technologyArea .bottomBox .dataList.mb .dataItem .Txt .text {
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .dataList {
    pointer-events: all;
  }
  .technologyArea .bottomBox .dataList .dataItem {
    position: relative;
  }
  .technologyArea .bottomBox .dataList .dataItem1, .technologyArea .bottomBox .dataList .dataItem2, .technologyArea .bottomBox .dataList .dataItem3, .technologyArea .bottomBox .dataList .dataItem4 {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
}
.technologyArea .bottomBox .ImgList {
  pointer-events: none;
  -webkit-animation: outerGlowPulse 3s infinite ease;
          animation: outerGlowPulse 3s infinite ease;
}
@-webkit-keyframes outerGlowPulse {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
            filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 40px rgba(0, 255, 255, 0.19)) drop-shadow(0 0 60px rgba(0, 255, 255, 0.32));
            filter: drop-shadow(0 0 40px rgba(0, 255, 255, 0.19)) drop-shadow(0 0 60px rgba(0, 255, 255, 0.32));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
            filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
  }
}
@keyframes outerGlowPulse {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
            filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 40px rgba(0, 255, 255, 0.19)) drop-shadow(0 0 60px rgba(0, 255, 255, 0.32));
            filter: drop-shadow(0 0 40px rgba(0, 255, 255, 0.19)) drop-shadow(0 0 60px rgba(0, 255, 255, 0.32));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
            filter: drop-shadow(0 0 10px rgba(0, 255, 255, 0.13)) drop-shadow(0 0 20px rgba(0, 255, 255, 0.26));
  }
}
.technologyArea .bottomBox .ImgList.pc {
  display: block;
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .ImgList.pc {
    display: none;
  }
}
.technologyArea .bottomBox .ImgList.pc .mask {
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.technologyArea .bottomBox .ImgList.pc .ImgItem {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.technologyArea .bottomBox .ImgList.pc .ImgItem.current {
  opacity: 1;
}
.technologyArea .bottomBox .ImgList.mb {
  pointer-events: all;
  display: none;
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .ImgList.mb {
    display: block;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .technologyArea .bottomBox .ImgList.mb {
    max-width: 310px;
    width: 100%;
  }
}
.technologyArea .bottomBox .ImgList.mb .mask {
  position: relative;
  margin: 0 auto;
}
.technologyArea .bottomBox .ImgList .mask {
  width: 310px;
  height: 310px;
  -webkit-mask-image: url("../images/icon/crossMask.svg");
          mask-image: url("../images/icon/crossMask.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (max-width: 480px) {
  .technologyArea .bottomBox .ImgList .mask {
    max-width: 310px;
    max-height: 310px;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.technologyArea .bottomBox .arrowBox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  pointer-events: none;
  width: 100%;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 1;
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .technologyArea .bottomBox .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 479px) {
  .technologyArea .bottomBox .arrowBox {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.technologyArea .bottomBox .arrowBox .arrowPrev, .technologyArea .bottomBox .arrowBox .arrowNext {
  pointer-events: all;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 167, 235, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  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;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
          box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
}
@media (max-width: 768px) {
  .technologyArea .bottomBox .arrowBox .arrowPrev, .technologyArea .bottomBox .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
.technologyArea .bottomBox .arrowBox .arrowPrev img, .technologyArea .bottomBox .arrowBox .arrowNext img {
  width: 19px;
  height: 16px;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
}
@media (max-width: 768px) {
  .technologyArea .bottomBox .arrowBox .arrowPrev img, .technologyArea .bottomBox .arrowBox .arrowNext img {
    width: 14px;
    height: 12px;
  }
}
@media (min-width: 1181px) {
  .technologyArea .bottomBox .arrowBox .arrowPrev:hover, .technologyArea .bottomBox .arrowBox .arrowNext:hover {
    border-color: #00a7eb;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
  }
  .technologyArea .bottomBox .arrowBox .arrowPrev:hover img, .technologyArea .bottomBox .arrowBox .arrowNext:hover img {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
  }
}
.technologyArea .orbitBox {
  width: 75%;
  max-width: 1045px;
  aspect-ratio: 1045/320;
  position: absolute;
  top: 24.5%;
  left: 12.25%;
  z-index: 1;
}
@media (max-width: 1280px) {
  .technologyArea .orbitBox {
    left: 12%;
  }
}
.technologyArea .orbitBox .innerOrbit {
  width: 60%;
  max-width: 635px;
  height: auto;
  aspect-ratio: 635/195;
  background-image: url("../images/deco/innerOrbit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1536px) {
  .technologyArea .orbitBox .innerOrbit {
    width: 63%;
    top: 9.5%;
  }
}
@media (max-width: 1440px) {
  .technologyArea .orbitBox .innerOrbit {
    width: 70%;
    top: 11%;
  }
}
@media (max-width: 1280px) {
  .technologyArea .orbitBox .innerOrbit {
    width: 80%;
    top: 12.5%;
  }
}
.technologyArea .orbitBox .outerOrbit {
  width: 100%;
  height: auto;
  aspect-ratio: 1045/320;
  background-image: url("../images/deco/outerOrbit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .technologyArea .orbitBox .outerOrbit {
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1280px) {
  .technologyArea .orbitBox .outerOrbit {
    width: 130%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.technologyArea .orbitBox #theSvg {
  width: 100%;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
}
.technologyArea .orbitBox .animatedBall {
  width: 17px;
  aspect-ratio: 1/1;
  border-radius: 99px;
}
.technologyArea .orbitBox .animatedBall.mainColor {
  background: #00a7eb;
}
.technologyArea .orbitBox .animatedBall.thirdColor {
  background: #ffd800;
}
.technologyArea .decoBox {
  pointer-events: none;
  inset: 0;
  position: absolute;
  z-index: 0;
}
.technologyArea .decoBox .cellCenterLeft {
  width: clamp(50px, 10%, 114px);
  height: auto;
  aspect-ratio: 114/130;
  background: url("../images/deco/technologyCells/center-left.png") center no-repeat;
  position: absolute;
  top: 39%;
  left: 9%;
}
@media (max-width: 1440px) {
  .technologyArea .decoBox .cellCenterLeft {
    top: 10%;
    left: auto;
    right: 15%;
  }
}
@media (max-width: 768px) {
  .technologyArea .decoBox .cellCenterLeft {
    top: 5%;
    right: 5%;
  }
}
.technologyArea .decoBox .cellBottomLeft {
  width: clamp(70px, 15%, 275px);
  height: auto;
  aspect-ratio: 275/276;
  background: url("../images/deco/technologyCells/bottom-left.png") center no-repeat;
  position: absolute;
  bottom: -35px;
  left: 24%;
}
@media (max-width: 768px) {
  .technologyArea .decoBox .cellBottomLeft {
    bottom: 0;
    left: 10px;
  }
}
.technologyArea .decoBox .cellBottomRight {
  width: clamp(60px, 10%, 101px);
  height: auto;
  aspect-ratio: 101/102;
  background: url("../images/deco/technologyCells/center-right.png") center no-repeat;
  position: absolute;
  top: 60%;
  right: 6%;
}

.productsArea {
  border-top-left-radius: 108px;
  background: url("../images/deco/productDeco2.jpg") no-repeat center;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0 150px;
  margin-top: -108px;
}
.productsArea::before {
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #609ab8, #0c3f55, #278dc9, #11418a, #075881, #0b699b, #50b1df, #0e6086, #13405a);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 1;
}
@media (max-width: 1180px) {
  .productsArea {
    margin-top: 0;
    padding: 80px 0 80px;
  }
}
@media (max-width: 768px) {
  .productsArea {
    border-top-left-radius: 50px;
    padding: 60px 0 80px;
  }
}
.productsArea .topBox {
  position: relative;
  z-index: 2;
}
.productsArea .topBox .titleBox {
  margin: 0;
}
.productsArea .topBox .titleBox .title, .productsArea .topBox .titleBox .subtitle {
  color: #fff !important;
}
.productsArea .topBox .titleBox .title strong, .productsArea .topBox .titleBox .subtitle strong {
  color: #fff !important;
}
.productsArea .bottomBox {
  position: relative;
  z-index: 2;
}
.productsArea .dataList {
  width: calc(100% + 40px);
  position: relative;
  z-index: 0;
  margin: 0 -20px;
}
@media (max-width: 1680px) {
  .productsArea .dataList {
    width: calc(100% - 106px);
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .productsArea .dataList {
    width: 100%;
  }
}
.productsArea .dataList .dataItem {
  padding: 84px 20px 20px;
}
@media (max-width: 1180px) {
  .productsArea .dataList .dataItem {
    padding: 40px 15px 10px;
  }
  .productsArea .dataList .dataItem.center .item {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .productsArea .dataList .dataItem.center .item .Img::before, .productsArea .dataList .dataItem.center .item .Img::after {
    opacity: 1;
    -webkit-animation: rotate 8s linear infinite;
            animation: rotate 8s linear infinite;
  }
}
@media (max-width: 768px) {
  .productsArea .dataList .dataItem {
    padding: 30px 10px 10px;
  }
}
.productsArea .dataList .dataItem .item {
  position: relative;
}
@media (min-width: 1181px) {
  .productsArea .dataList .dataItem .item:hover {
    -webkit-transform: translateY(-42px);
            transform: translateY(-42px);
  }
  .productsArea .dataList .dataItem .item:hover .Img::before, .productsArea .dataList .dataItem .item:hover .Img::after {
    opacity: 1;
    -webkit-animation: rotate 8s linear infinite;
            animation: rotate 8s linear infinite;
  }
}
.productsArea .dataList .dataItem .item .Img {
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 20px;
}
.productsArea .dataList .dataItem .item .Img img {
  position: relative;
  z-index: 0;
  display: block;
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productsArea .dataList .dataItem .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.productsArea .dataList .dataItem .item .Txt {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
.productsArea .dataList .dataItem .item .Txt .text {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .productsArea .dataList .dataItem .item .Txt .text {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
@media (max-width: 768px) {
  .productsArea .dataList .dataItem .item .Txt .text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.28px;
  }
}
.productsArea .arrowBox {
  pointer-events: none;
  width: 1600px;
  position: absolute;
  bottom: 155px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1680px) {
  .productsArea .arrowBox {
    width: 100%;
    bottom: 150px;
  }
}
@media (max-width: 479px) {
  .productsArea .arrowBox {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    gap: 20px;
  }
}
.productsArea .arrowBox .arrowPrev, .productsArea .arrowBox .arrowNext {
  pointer-events: all;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 50%;
  cursor: pointer;
  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;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}
.productsArea .arrowBox .arrowPrev img, .productsArea .arrowBox .arrowNext img {
  width: 19px;
  height: 16px;
  -webkit-filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.3));
          filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.3));
}
@media (max-width: 768px) {
  .productsArea .arrowBox .arrowPrev img, .productsArea .arrowBox .arrowNext img {
    width: 14px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  .productsArea .arrowBox .arrowPrev, .productsArea .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) {
  .productsArea .arrowBox .arrowPrev:hover, .productsArea .arrowBox .arrowNext:hover {
    -webkit-box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.3);
  }
  .productsArea .arrowBox .arrowPrev:hover img, .productsArea .arrowBox .arrowNext:hover img {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5)) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.5));
  }
}

.backgroundWrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}

.newsArea {
  position: relative;
  z-index: 1;
  background-image: url("../images/deco/newsDeco.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 130px 0 155px;
}
@media (max-width: 1536px) {
  .newsArea {
    background-size: 100% auto;
  }
}
@media (max-width: 1180px) {
  .newsArea {
    background-image: url("../images/deco/aboutDecoBg2.png");
    background-size: 50% auto;
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 60px 0 60px;
  }
}
.newsArea .topBox {
  max-width: 763px;
  margin: 0 0 0 auto;
}
@media (max-width: 1180px) {
  .newsArea .topBox {
    margin: 0 0 30px auto;
  }
}
.newsArea .topBox .titleBox {
  margin-bottom: 0;
}
.newsArea .btnBox {
  width: 65%;
  max-width: 755px;
  margin: 62px 0 0 auto;
}
@media (max-width: 1180px) {
  .newsArea .btnBox {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .newsArea .btnBox {
    margin-top: 30px;
  }
}
.newsArea .dataBox {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.newsArea .dataList {
  width: 815px;
  max-width: 65%;
  height: 460px;
  overflow-y: auto;
  position: relative;
  padding: 5px 13px 0;
  margin-right: -13px;
}
.newsArea .dataList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: rgba(219, 219, 219, 0);
}
.newsArea .dataList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(219, 219, 219, 0);
}
.newsArea .dataList::-webkit-scrollbar-thumb {
  background: #00a7eb;
}
@media (max-width: 1180px) {
  .newsArea .dataList {
    height: 370px;
  }
}
@media (max-width: 768px) {
  .newsArea .dataList {
    height: 310px;
  }
}
.newsArea .dataList .line {
  width: calc(100% - 80px);
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: sticky;
  bottom: 0;
  margin: 0 auto;
}
.newsArea .dataList .dataItem {
  height: 150px;
}
@media (max-width: 1180px) {
  .newsArea .dataList .dataItem {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .newsArea .dataList .dataItem {
    height: 100px;
  }
}
.newsArea .dataList .dataItem .item {
  height: 100%;
  position: relative;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 32px 25px;
}
@media (max-width: 1536px) {
  .newsArea .dataList .dataItem .item {
    padding: 20px 15px;
  }
}
@media (max-width: 1180px) {
  .newsArea .dataList .dataItem .item {
    padding: 15px 0;
  }
}
@media (min-width: 1181px) {
  .newsArea .dataList .dataItem .item:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  }
  .newsArea .dataList .dataItem .item:hover .arrowNext {
    border-color: #00a7eb;
  }
  .newsArea .dataList .dataItem .item:hover .arrowNext::before {
    background: #00a7eb;
  }
}
.newsArea .dataList .dataItem .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.newsArea .dataList .dataItem .item .dataInfoBox {
  width: 110px;
  min-width: 110px;
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
}
@media (max-width: 1180px) {
  .newsArea .dataList .dataItem .item .dataInfoBox {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .newsArea .dataList .dataItem .item .dataInfoBox {
    width: 80px;
    min-width: 80px;
    padding-right: 10px;
  }
}
.newsArea .dataList .dataItem .item .dataInfoBox .dateBox {
  text-transform: uppercase;
  text-align: center;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #3b3b3b;
  font-weight: 500;
}
.newsArea .dataList .dataItem .item .dataInfoBox .dateBox .date {
  font-size: 50px;
}
@media (max-width: 1180px) {
  .newsArea .dataList .dataItem .item .dataInfoBox .dateBox .date {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .newsArea .dataList .dataItem .item .dataInfoBox .dateBox .date {
    font-size: 32px;
  }
}
.newsArea .dataList .dataItem .item .dataInfoBox .dateBox .year {
  font-size: 18px;
}
@media (max-width: 1180px) {
  .newsArea .dataList .dataItem .item .dataInfoBox .dateBox .year {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsArea .dataList .dataItem .item .dataInfoBox .dateBox .year {
    font-size: 14px;
  }
}
.newsArea .dataList .dataItem .item .Txt {
  width: 100%;
  position: relative;
  z-index: 0;
  padding-left: 30px;
}
@media (max-width: 1536px) {
  .newsArea .dataList .dataItem .item .Txt {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .newsArea .dataList .dataItem .item .Txt {
    padding-left: 15px;
  }
}
.newsArea .dataList .dataItem .item .Txt .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsArea .dataList .dataItem .item .Txt .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.newsArea .dataList .dataItem .item .Txt .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .newsArea .dataList .dataItem .item .Txt .text {
    display: none;
  }
}
.newsArea .dataList .dataItem .item .arrowNext {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  position: relative;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .newsArea .dataList .dataItem .item .arrowNext {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .newsArea .dataList .dataItem .item .arrowNext {
    display: none;
  }
}
.newsArea .dataList .dataItem .item .arrowNext::before {
  width: 8px;
  height: 15px;
  -webkit-mask-image: url("../images/icon/arrow.svg");
          mask-image: url("../images/icon/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #cccccc;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .newsArea .dataList .dataItem .item .arrowNext {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1536px) {
  .newsArea .topBox, .newsArea .dataList, .newsArea .btnBox {
    width: 60%;
    max-width: none;
    min-width: auto;
    margin-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  .newsArea .topBox, .newsArea .dataList, .newsArea .btnBox {
    width: 100%;
  }
}

.mediaArea {
  background-image: url("../images/deco/gridDeco.png");
  background-position: left bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  overflow-y: visible;
  padding: 197px 0 170px;
  margin-top: -197px;
}
.mediaArea::before {
  width: 100%;
  height: 100%;
  background-image: url("../images/deco/mediaDeco.png");
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .mediaArea::before {
    background-size: contain;
    background-position: right bottom;
  }
}
@media (max-width: 768px) {
  .mediaArea::before {
    background-size: 100% auto;
  }
}
@media (max-width: 1180px) {
  .mediaArea {
    padding: 100px 0 100px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .mediaArea {
    padding: 60px 0;
  }
}
.mediaArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 40px;
}
.mediaArea .topBox .titleBox {
  margin: 0;
}
@media (max-width: 400px) {
  .mediaArea .topBox .titleBox.textLeft::before {
    left: 5px;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 400px) {
  .mediaArea .topBox .titleBox.textLeft::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 400px) {
  .mediaArea .topBox .titleBox.textLeft {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .mediaArea .topBox {
    gap: 20px;
  }
}
.mediaArea .wrap {
  position: relative;
}
.mediaArea .classBoxRow {
  margin: 0;
}
.mediaArea .classBoxRow .classCurrent {
  color: #00a7eb;
  background: #ffffff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.mediaArea .classBoxRow .classCurrent::before, .mediaArea .classBoxRow .classCurrent::after {
  color: #00a7eb;
}
.mediaArea .classBoxRow .classLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mediaArea .classBoxRow .classLink li {
  margin: 0 0 0 25px;
}
.mediaArea .classBoxRow .classLink li .classTrigger {
  border-radius: 26.5px;
  background: #fff;
  color: #989898;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  padding: 13.5px 46px;
}
@media (max-width: 1180px) {
  .mediaArea .classBoxRow .classLink li .classTrigger {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}
@media (max-width: 768px) {
  .mediaArea .classBoxRow .classLink li .classTrigger {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.mediaArea .classBoxRow .classLink li .classTrigger.current {
  color: #00a7eb;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1181px) {
  .mediaArea .classBoxRow .classLink li .classTrigger:hover {
    color: #00a7eb;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1180px) {
  .mediaArea .classBoxRow .classLink li {
    width: 100%;
    display: block;
    margin: 0;
  }
  .mediaArea .classBoxRow .classLink li .classTrigger {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 13.5px 15px;
  }
}
@media (max-width: 1180px) {
  .mediaArea .classBoxRow .classLink {
    display: none;
  }
  .mediaArea .classBoxRow .classLink.open {
    display: block;
  }
}
.mediaArea .dataList {
  width: calc(100% + 36px);
  position: relative;
  z-index: 0;
  margin: -10px -18px 0;
}
.mediaArea .dataList .dataItem {
  height: 280px;
  padding: 10px 18px;
}
.mediaArea .dataList .dataItem .item {
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 32px 45px;
}
@media (max-width: 1180px) {
  .mediaArea .dataList .dataItem .item {
    padding: 20px 25px;
  }
}
@media (max-width: 768px) {
  .mediaArea .dataList .dataItem .item {
    padding: 20px;
  }
}
@media (min-width: 1181px) {
  .mediaArea .dataList .dataItem .item:hover {
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  }
  .mediaArea .dataList .dataItem .item:hover .Txt .title {
    color: #00a7eb;
  }
}
.mediaArea .dataList .dataItem .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.mediaArea .dataList .dataItem .item .dataInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.mediaArea .dataList .dataItem .item .dataInfoBox .dateBox {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #535353;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (max-width: 1180px) {
  .mediaArea .dataList .dataItem .item .dataInfoBox .dateBox {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.mediaArea .dataList .dataItem .item .dataInfoBox .classTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 95px;
  max-width: 50%;
  border-radius: 99px;
  background: -webkit-gradient(linear, left top, right top, from(#007ac1), color-stop(50%, #00a7eb), to(#007ac1));
  background: linear-gradient(to right, #007ac1 0%, #00a7eb 50%, #007ac1 100%);
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 5px 15px;
}
@media (max-width: 1180px) {
  .mediaArea .dataList .dataItem .item .dataInfoBox .classTitle {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
@media (max-width: 768px) {
  .mediaArea .dataList .dataItem .item .dataInfoBox .classTitle {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}
.mediaArea .dataList .dataItem .item .Txt .title {
  word-break: break-all;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mediaArea .dataList .dataItem .item .Txt .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.mediaArea .dataList .dataItem .item .Txt .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mediaArea .arrowBox {
  pointer-events: none;
  width: 1600px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media (max-width: 1680px) {
  .mediaArea .arrowBox {
    width: 100%;
    padding: 0 22px;
  }
}
@media (max-width: 1280px) {
  .mediaArea .arrowBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    margin: 30px auto 0;
  }
}
.mediaArea .arrowBox .arrowPrev, .mediaArea .arrowBox .arrowNext {
  pointer-events: all;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 167, 235, 0.5);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  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;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
          box-shadow: 0 0 0 0 rgba(0, 167, 235, 0.3);
}
@media (max-width: 768px) {
  .mediaArea .arrowBox .arrowPrev, .mediaArea .arrowBox .arrowNext {
    width: 40px;
    height: 40px;
  }
}
.mediaArea .arrowBox .arrowPrev img, .mediaArea .arrowBox .arrowNext img {
  width: 19px;
  height: 16px;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
          filter: drop-shadow(0 0 0 rgba(0, 167, 235, 0.3));
}
@media (max-width: 768px) {
  .mediaArea .arrowBox .arrowPrev img, .mediaArea .arrowBox .arrowNext img {
    width: 14px;
    height: 12px;
  }
}
@media (min-width: 1181px) {
  .mediaArea .arrowBox .arrowPrev:hover, .mediaArea .arrowBox .arrowNext:hover {
    border-color: #00a7eb;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
            box-shadow: 0 0 5px 0 rgba(0, 167, 235, 0.3);
  }
  .mediaArea .arrowBox .arrowPrev:hover img, .mediaArea .arrowBox .arrowNext:hover img {
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
            filter: drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5)) drop-shadow(0px 0px 3px rgba(0, 167, 235, 0.5));
  }
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
.productsArea {
  --clr-card: #ffffff;
  --clr-1: #11729d;
  --clr-2: #ffffff;
  --clr-3: #4e699c;
}
.productsArea .dataList .dataItem .item .Img::before, .productsArea .dataList .dataItem .item .Img::after {
  content: " ";
  position: absolute;
  z-index: -1;
  inset: -2px;
  background: conic-gradient(from var(--gradient-angle), var(--clr-card), var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-2), var(--clr-1), var(--clr-card));
  border-radius: inherit;
  opacity: 0;
}
.productsArea .dataList .dataItem .item .Img::after {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
@-webkit-keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}