@charset "UTF-8";
.detailArea .dataBox .Img .pointerBox p, .detailArea .dataBox .Img .pointerBox span, .detailArea .dataBox .Img .pointerBox, .detailArea .dataBox .Img .pointer, .insIntroArea .dataBox .rightBox .arrowBox .arrow.next::after, .insIntroArea .dataBox .rightBox .arrowBox .arrow.prev::after, .recommendArea .Txt .title, .recommendArea .Img img, .recommendArea .Img::after, .applicationArea .dataList li::before, .applicationArea .dataList li, .productArea .Txt, .productArea .Img img, .productArea .Img::after, .productArea .Img::before, .introArea .featureList li::before, .introArea .featureList li::after {
  -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);
}

/* 列表頁 */
.introArea {
  background-color: #ececec;
  position: relative;
  overflow: hidden;
}
.introArea .bgCanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.introArea .dataBox {
  padding: 70px 0 165px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 80px 1fr;
  grid-template-columns: 400px 1fr;
  gap: 80px;
  overflow-y: clip;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .introArea .dataBox {
    padding: 60px 0 150px;
    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: 700px) {
  .introArea .dataBox {
    padding: 60px 0;
  }
}
@media (max-width: 640px) {
  .introArea .dataBox {
    gap: 40px;
  }
}
.introArea .dataClassTitle {
  color: #ed6d34;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.84px;
}
.introArea .dataClassTitle2 {
  color: #1b1b1b;
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 53px;
  position: relative;
  letter-spacing: -0.5px;
}
@media (max-width: 640px) {
  .introArea .dataClassTitle2 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.introArea .dataClassTitle2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background-color: #0390c8;
}
.introArea .dataClassSubtitle {
  font-size: 21px;
  color: #0390c8;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 18px;
  letter-spacing: 1.2px;
  line-height: 1.7;
}
@media (max-width: 640px) {
  .introArea .dataClassSubtitle {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.introArea .dataClassSubtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #d8d8d8;
}
.introArea .dataText {
  padding-right: 30px;
  letter-spacing: 1.5px;
  line-height: 2;
  color: rgba(27, 27, 27, 0.7);
}
.introArea .rightBox {
  position: relative;
}
@media (max-width: 1180px) {
  .introArea .rightBox {
    width: 100%;
  }
}
.introArea .rightBox .Img {
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 640px) {
  .introArea .rightBox .Img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.introArea .rightBox .Img img {
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .introArea .rightBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.introArea .rightBox .Img .stage {
  position: absolute;
  width: 139%;
  bottom: -43%;
  left: -23.5%;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 700px) {
  .introArea .rightBox .Img .stage {
    display: none;
  }
}
.introArea .rightBox .Img .stage img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .featureBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 700px) {
  .introArea .featureBox {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.introArea .featureBox .bg {
  position: absolute;
  left: 1.5%;
  top: -21.5%;
}
@media (max-width: 1180px) {
  .introArea .featureBox .bg {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 700px) {
  .introArea .featureBox .bg {
    display: none;
  }
}
.introArea .featureList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  row-gap: 80px;
  -webkit-transform: translate(-4%, 4%);
          transform: translate(-4%, 4%);
}
@media (max-width: 1180px) {
  .introArea .featureList {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  .introArea .featureList {
    max-width: 90%;
  }
}
@media (max-width: 820px) {
  .introArea .featureList {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .introArea .featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .introArea .featureList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    row-gap: 20px;
  }
}
.introArea .featureList li {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #ed6d34;
  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;
  font-size: 0;
}
@media (max-width: 640px) {
  .introArea .featureList li {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1181px) {
  .introArea .featureList li:hover {
    background-color: #0390c8;
  }
  .introArea .featureList li:hover::before {
    content: "";
    position: absolute;
    opacity: 1;
    -webkit-animation: rotate 3s linear infinite;
            animation: rotate 3s linear infinite;
  }
  .introArea .featureList li:hover::after {
    content: "";
    position: absolute;
    opacity: 1;
  }
}
.introArea .featureList li::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 98%;
  height: 98%;
  background-color: #0390c8;
  z-index: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.introArea .featureList li::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;
}
.introArea .featureList li img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.introArea .featureList li span {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.56px;
  position: relative;
  z-index: 2;
}
.introArea .featureList li:nth-child(2), .introArea .featureList li:nth-child(4) {
  justify-self: flex-end;
}

.productArea {
  padding: 120px 0 60px;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .productArea {
    padding: 80px 0 60px;
  }
}
@media (max-width: 960px) {
  .productArea {
    padding: 60px 0;
  }
}
.productArea .bgCanvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.productArea .wrap {
  position: relative;
  z-index: 2;
  max-width: 1360px !important;
}
@media (max-width: 640px) {
  .productArea .titleBox {
    margin-bottom: 0;
  }
}
.productArea .titleBox .title {
  color: #1b1b1b;
  padding-bottom: 27px;
  margin-bottom: 65px;
}
.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;
}
@media (min-width: 1181px) {
  .productArea .dataItem:hover .Txt {
    background-color: #ed6d34;
  }
  .productArea .dataItem:hover .Txt::after {
    content: "";
    position: absolute;
    opacity: 0.35;
  }
  .productArea .dataItem:hover .Txt .title {
    color: #fff;
  }
  .productArea .dataItem:hover .Txt .text {
    color: rgba(255, 255, 255, 0.7);
  }
  .productArea .dataItem:hover .Img img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .productArea .dataItem:hover .Img::before {
    opacity: 1;
  }
  .productArea .dataItem:hover .Img::after {
    content: "";
    position: absolute;
    -webkit-filter: grayscale(0) brightness(1) opacity(0.2);
            filter: grayscale(0) brightness(1) opacity(0.2);
    background-position: center 60%;
  }
}
.productArea .dataBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 390px 30px 1fr 30px 390px;
  grid-template-columns: 390px 1fr 390px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 1280px) {
  .productArea .dataBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.productArea .dataBox.column1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.productArea .dataBox.column1 .dataListBox {
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .productArea .dataBox.column1 .dataListBox {
    max-width: 100%;
  }
}
.productArea .dataBox.column2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.productArea .dataBox.column2 .dataListBox {
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .productArea .dataBox.column2 .dataListBox {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .productArea .dataBox.column2 .dataListBox.left .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 820px) {
  .productArea .dataBox.column2 .dataListBox.right {
    display: none;
  }
}
@media (max-width: 1280px) {
  .productArea .dataBox:not(.column2) .dataListBox:not(.center) {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .productArea .dataBox:not(.column2) .dataListBox:not(.center) {
    max-width: 200px;
  }
}
@media (max-width: 820px) {
  .productArea .dataBox:not(.column2) .dataListBox:not(.center) {
    display: none;
  }
}
.productArea .dataBox:not(.column2) .dataListBox:not(.center) .Txt {
  max-width: 100%;
  padding: 22px 20px 15px;
  margin: 30px 10px;
}
.productArea .dataBox:not(.column2) .dataListBox:not(.center) .Txt .title {
  line-height: 1;
}
.productArea .dataBox .dataListBox {
  max-width: 100%;
}
.productArea .dataBox .dataListBox.center {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .productArea .dataBox .dataListBox.center {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .productArea .dataBox .dataListBox.center .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .productArea .dataBox .dataListBox.left, .productArea .dataBox .dataListBox.right {
    display: none;
  }
}
.productArea .Img {
  border-radius: 18px;
  max-width: 330px;
  aspect-ratio: 330/360;
  background-color: #fff;
  position: relative;
  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;
}
.productArea .Img::before {
  content: "";
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: -8px;
  left: -8px;
  display: block;
  width: 300px;
  height: 330px;
  border-radius: 22px;
  background-color: #ed6d34;
}
.productArea .Img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(0.25) opacity(0.1);
          filter: grayscale(1) brightness(0.25) opacity(0.1);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.productArea .Img img {
  position: relative;
  z-index: 3;
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productArea .Txt {
  color: #fff;
  text-align: center;
  max-width: 95%;
  margin: 30px auto 0;
  padding: 22px 34px 15px;
  border-radius: 10px;
  position: relative;
  background-color: transparent;
}
@media (max-width: 992px) {
  .productArea .Txt {
    margin: 20px auto 0;
    padding: 22px 15px 15px;
  }
}
@media (max-width: 768px) {
  .productArea .Txt {
    padding: 22px 0 15px;
  }
}
.productArea .Txt::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 10px;
  background-color: #ed6d34;
  left: -10px;
  top: -10px;
  z-index: 1;
  opacity: 0;
}
.productArea .Txt .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #1b1b1b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0.84px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .productArea .Txt .title {
    font-size: 18px;
  }
}
.productArea .Txt .title a {
  color: currentColor;
}
.productArea .Txt .text {
  position: relative;
  z-index: 2;
  text-align: left;
  font-size: 16px;
  color: rgba(27, 27, 27, 0.7);
  line-height: 1.8125;
  letter-spacing: 0.48px;
}
.productArea .slick-list {
  padding: 15px 0;
}
.productArea .arrowBox {
  z-index: 5;
  top: 36%;
}
.productArea .arrowBox .arrow {
  color: #434343;
  border: 1px solid #434343;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .productArea .arrowBox .arrow:hover {
    border: 1px solid #ed6d34;
  }
  .productArea .arrowBox .arrow:hover svg {
    color: #fff;
  }
}
.productArea .arrowBox .arrow.prev {
  left: -65px;
}
@media (max-width: 1440px) {
  .productArea .arrowBox .arrow.prev {
    left: -45px;
  }
}
@media (max-width: 1180px) {
  .productArea .arrowBox .arrow.prev {
    left: 0;
  }
}
.productArea .arrowBox .arrow.next {
  right: -65px;
}
@media (max-width: 1440px) {
  .productArea .arrowBox .arrow.next {
    right: -45px;
  }
}
@media (max-width: 1180px) {
  .productArea .arrowBox .arrow.next {
    right: 0;
  }
}
.productArea .arrowBox .arrow svg {
  color: #434343;
}

.applicationArea {
  padding: 90px 0 135px;
  position: relative;
  background-image: url("../images/productsapplicationbg.jpg");
  background-image: -webkit-image-set(url("../images/productsapplicationbg.webp") type("image/webp"), url("../images/productsapplicationbg.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/productsapplicationbg.webp") type("image/webp"), url("../images/productsapplicationbg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
@media (max-width: 1440px) {
  .applicationArea {
    padding: 60px 0 100px;
  }
}
@media (max-width: 640px) {
  .applicationArea {
    padding: 60px 0;
  }
}
.applicationArea .bg {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.applicationArea .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ed6d34));
  background-image: linear-gradient(to bottom, transparent, #ed6d34);
  -webkit-filter: hue-rotate(-15deg);
          filter: hue-rotate(-15deg);
  opacity: 0.15;
  z-index: 3;
}
.applicationArea .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.applicationArea .wrap {
  position: relative;
  z-index: 2;
}
.applicationArea .titleBox .title {
  color: #fff;
  padding-bottom: 25px;
  margin-bottom: 43px;
}
@media (max-width: 1440px) {
  .applicationArea .titleBox .title {
    margin-bottom: 30px;
  }
}
.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 .dataBox {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 310px 0 1fr;
  grid-template-columns: 310px 1fr;
      grid-template-areas: "left center";
  gap: 0;
}
@media (max-width: 960px) {
  .applicationArea .dataBox {
    row-gap: 30px;
  }
}
.applicationArea .dataBox .leftBox {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  max-height: 530px;
  overflow: hidden;
  grid-area: left;
}
@media (max-width: 640px) {
  .applicationArea .dataBox .leftBox {
    max-height: 224px;
  }
}
.applicationArea .dataBox .centerBox {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: center;
  margin-top: 25px;
}
.applicationArea .dataBox .rightBox {
  position: absolute;
  top: 25px;
  right: -60px;
}
@media (max-width: 960px) {
  .applicationArea .dataBox .rightBox {
    position: static;
    grid-area: right;
  }
}
@media (max-width: 1180px) {
  .applicationArea .dataBox {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 960px) {
  .applicationArea .dataBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
        grid-template-areas: "left center" "right right";
  }
  .applicationArea .dataBox .leftBox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .applicationArea .dataBox .centerBox {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .applicationArea .dataBox .rightBox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 700px) {
  .applicationArea .dataBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "center" "left" "right";
  }
  .applicationArea .dataBox .leftBox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .applicationArea .dataBox .centerBox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .applicationArea .dataBox .rightBox {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 640px) {
  .applicationArea .dataBox {
    gap: 20px;
  }
}
.applicationArea .dataList {
  counter-reset: item;
  padding-right: 20px;
}
.applicationArea .dataList li {
  position: relative;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  counter-increment: item;
  padding: 33px 0 33px 107px;
  cursor: pointer;
  letter-spacing: 0.84px;
}
@media (max-width: 1180px) {
  .applicationArea .dataList li {
    font-size: 18px;
    padding: 15px 0 15px 80px;
  }
}
.applicationArea .dataList li.current {
  color: #fff;
  font-weight: 700;
  background-color: #ed6d34;
  border-radius: 10px;
}
.applicationArea .dataList li.current::before {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  left: 32px;
  letter-spacing: 1.68px;
}
@media (max-width: 1180px) {
  .applicationArea .dataList li.current::before {
    font-size: 30px;
  }
}
.applicationArea .dataList li::before {
  content: "";
  position: absolute;
  content: counter(item, decimal-leading-zero);
  top: 50%;
  left: 43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
  color: currentColor;
  letter-spacing: 0.84px;
}
.applicationArea .Img {
  max-width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #ed6d34;
  position: relative;
}
.applicationArea .Img .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ed6d34;
  clip-path: inset(0% 100% 0% 0%);
}
.applicationArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.applicationArea .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  gap: 12px;
}
@media (max-width: 960px) {
  .applicationArea .arrowBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.applicationArea .arrowBox .arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
@media (min-width: 960px) {
  .applicationArea .arrowBox .arrow.prev {
    rotate: 90deg;
  }
}
@media (min-width: 960px) {
  .applicationArea .arrowBox .arrow.next {
    rotate: 90deg;
  }
}

.recommendArea {
  padding: 120px 0 130px;
  background-image: url("../images/productsotherbg.jpg");
  background-image: -webkit-image-set(url("../images/productsotherbg.webp") type("image/webp"), url("../images/productsotherbg.jpg") type("image/jpeg"));
  background-image: image-set(url("../images/productsotherbg.webp") type("image/webp"), url("../images/productsotherbg.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
@media (max-width: 1440px) {
  .recommendArea {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .recommendArea {
    padding: 60px 0;
  }
}
.recommendArea .titleBox .title {
  color: #000;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .recommendArea .titleBox .title {
    margin-bottom: 30px;
  }
}
.recommendArea .titleBox .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.recommendArea .dataBox {
  position: relative;
}
.recommendArea .dataList {
  margin: 0 -20px;
}
@media (min-width: 1181px) {
  .recommendArea .dataItem:hover .Img img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .recommendArea .dataItem:hover .Img::after {
    content: "";
    position: absolute;
    -webkit-filter: grayscale(0) brightness(1) opacity(0.2);
            filter: grayscale(0) brightness(1) opacity(0.2);
    background-position: center 60%;
  }
  .recommendArea .dataItem:hover .Txt .title {
    color: #0390c8;
  }
}
.recommendArea .Img {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .recommendArea .Img {
    padding: 10px 0;
  }
}
.recommendArea .Img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(0.25) opacity(0.2);
          filter: grayscale(1) brightness(0.25) opacity(0.2);
  background-image: url("../images/sampleLogo.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.recommendArea .Img img {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .recommendArea .Img img {
    max-width: unset;
  }
}
.recommendArea .Txt {
  padding-top: 22px;
}
.recommendArea .Txt .title {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 1px;
}
.recommendArea .Txt .title a {
  color: currentColor;
}
.recommendArea .slick-slide {
  padding: 0 20px;
}
.recommendArea .arrowBox {
  top: 38%;
  z-index: 5;
}
.recommendArea .arrowBox .arrow {
  color: #565656;
  border: 1px solid #565656;
  cursor: pointer;
}
.recommendArea .arrowBox .arrow.prev {
  left: -95px;
}
@media (max-width: 1180px) {
  .recommendArea .arrowBox .arrow.prev {
    left: -70px;
  }
}
@media (max-width: 820px) {
  .recommendArea .arrowBox .arrow.prev {
    left: -32px;
  }
}
.recommendArea .arrowBox .arrow.next {
  right: -95px;
}
@media (max-width: 1180px) {
  .recommendArea .arrowBox .arrow.next {
    right: -70px;
  }
}
@media (max-width: 820px) {
  .recommendArea .arrowBox .arrow.next {
    right: -32px;
  }
}
.recommendArea .arrowBox .arrow svg {
  color: #565656;
}

.ctaArea {
  position: relative;
  height: 410px;
  padding-top: 117px;
}
.ctaArea .titleBox .title {
  position: relative;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 68px;
  letter-spacing: 1.5px;
}
@media (max-width: 700px) {
  .ctaArea .titleBox .title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .ctaArea .titleBox .title {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.ctaArea .titleBox .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #0390c8;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.ctaArea .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ctaArea .bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ctaArea .wrap {
  position: relative;
  z-index: 2;
}
.ctaArea .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 內頁 */
.insIntroArea {
  padding: 120px 0 90px;
  background-color: #f4f4f4;
}
@media (max-width: 1366px) {
  .insIntroArea {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .insIntroArea {
    padding: 60px 0 40px;
  }
}
.insIntroArea .dataBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 450px 55px 1fr;
  grid-template-columns: 450px 1fr;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
@media (max-width: 1280px) {
  .insIntroArea .dataBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 840px) {
  .insIntroArea .dataBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 700px) {
  .insIntroArea .dataBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}
.insIntroArea .dataBox .rightBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 30px 1fr;
  grid-template-columns: 180px 1fr;
      grid-template-areas: "nav main";
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-top: 10px;
}
@media (min-width: 701px) and (max-width: 1180px) {
  .insIntroArea .dataBox .rightBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "main";
  }
}
@media (max-width: 640px) {
  .insIntroArea .dataBox .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroArea .dataBox .rightBox .albumListMain {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: main;
  max-width: 480px;
  max-height: 475px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 640px) {
  .insIntroArea .dataBox .rightBox .albumListMain {
    max-width: 90vw;
  }
}
.insIntroArea .dataBox .rightBox .albumListMain img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroArea .dataBox .rightBox .albumListNav {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav;
  max-width: 100%;
}
@media (min-width: 701px) and (max-width: 1180px){
  .insIntroArea .dataBox .rightBox .albumListMain {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 701px) and (max-width: 1180px) {
  .insIntroArea .dataBox .rightBox .albumListNav {
    display: none;
  }
}
@media (max-width: 640px) {
  .insIntroArea .dataBox .rightBox .albumListNav {
    display: none;
  }
}
.insIntroArea .dataBox .rightBox .albumListNav .slick-slide {
  padding-bottom: 10px;
  cursor: pointer;
}
.insIntroArea .dataBox .rightBox .albumListNav .albumItem {
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  width: 180px;
  height: 150px;
}
@media (max-width: 700px) {
  .insIntroArea .dataBox .rightBox .albumListNav .albumItem {
    height: auto;
  }
}
.insIntroArea .dataBox .rightBox .albumListNav img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.insIntroArea .dataBox .rightBox .arrowBox {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 10%;
  width: 40px;
  height: 100%;
}
@media (max-width: 1180px) {
  .insIntroArea .dataBox .rightBox .arrowBox {
    display: none;
  }
}
.insIntroArea .dataBox .rightBox .arrowBox .arrow {
  cursor: pointer;
}
@media (min-width: 1181px) {
  .insIntroArea .dataBox .rightBox .arrowBox .arrow:hover {
    background-color: transparent;
  }
  .insIntroArea .dataBox .rightBox .arrowBox .arrow:hover.prev::after {
    content: "";
    position: absolute;
    border-top: 3px solid #ed6d34;
    border-left: 3px solid #ed6d34;
  }
  .insIntroArea .dataBox .rightBox .arrowBox .arrow:hover.next::after {
    content: "";
    position: absolute;
    border-top: 3px solid #ed6d34;
    border-right: 3px solid #ed6d34;
  }
}
.insIntroArea .dataBox .rightBox .arrowBox .arrow.prev {
  position: relative;
  top: -45px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  scale: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.insIntroArea .dataBox .rightBox .arrowBox .arrow.prev::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #00181b;
  border-left: 3px solid #00181b;
}
.insIntroArea .dataBox .rightBox .arrowBox .arrow.next {
  position: relative;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  scale: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.insIntroArea .dataBox .rightBox .arrowBox .arrow.next::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  border-top: 3px solid #00181b;
  border-right: 3px solid #00181b;
}
.insIntroArea .classTitle {
  color: #ed6d34;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.84px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .insIntroArea .classTitle {
    margin-bottom: 0;
  }
}
.insIntroArea .title {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.4px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1180px) {
  .insIntroArea .title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .insIntroArea .title {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.insIntroArea .title::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.insIntroArea .subtitle {
  color: #0390c8;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.84px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.insIntroArea .subtitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d5d5d5;
  left: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .insIntroArea .subtitle {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.insIntroArea .introduction {
  color: rgba(27, 27, 27, 0.7);
  letter-spacing: 1.4px;
  line-height: 2;
}
.insIntroArea .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 40px;
}
.insIntroArea .slick-dots li.slick-active button::before {
  background-color: #ed6d34;
  opacity: 1;
}

.detailArea {
  background-color: #f7f7f7;
  padding: 115px 0 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .detailArea {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .detailArea {
    overflow: hidden;
  }
}
.detailArea .wrap {
  position: relative;
  z-index: 2;
}
.detailArea .titleBox {
  color: #000;
  text-align: left;
  padding-bottom: 30px;
  margin-bottom: 70px;
  letter-spacing: 1.92px;
}
@media (max-width: 640px) {
  .detailArea .titleBox {
    font-size: 21px;
  }
}
.detailArea .titleBox::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #0390c8;
  left: 0;
  bottom: 0;
}
@media (min-width: 1181px) {
  .detailArea .dataBox {
    margin-top: -150px;
  }
}
@media (max-width: 640px) {
  .detailArea .dataBox {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.detailArea .dataBox .Img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1180px) {
  .detailArea .dataBox .Img {
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  .detailArea .dataBox .Img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.detailArea .dataBox .Img .pointer {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #0390c8;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  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;
}
@media (min-width: 1181px) {
  .detailArea .dataBox .Img .pointer:hover {
    background-color: #ed6d34;
  }
}
.detailArea .dataBox .Img .pointer i {
  line-height: 20px;
}
@media (max-width: 640px) {
  .detailArea .dataBox .Img .pointer {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
.detailArea .dataBox .Img .pointerBox {
  position: absolute;
  max-width: 400px;
  color: #0390c8;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.84px;
  left: 120%;
  top: 0;
  text-wrap: nowrap;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 25px;
  border-radius: 18px;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.detailArea .dataBox .Img .pointerBox span {
  opacity: 0;
  color: #ed6d34;
}
.detailArea .dataBox .Img .pointerBox p {
  opacity: 0;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(27, 27, 27, 0.7);
  letter-spacing: 0.64px;
  line-height: 1.75;
  width: 320px;
  white-space: normal;
}
.detailArea .marquee {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.moduleBox {
  max-width: 80vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.moduleBox p {
  font-size: 20px;
}
.moduleBox p:not(.moduleTitle) {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #1b1b1b;
  letter-spacing: 0.64px;
  line-height: 1.75;
}

.tabArea .tab {
  margin-top: 0;
}
.tabArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 250px;
}
@media (max-width: 1180px) {
  .tabArea .wrap {
    gap: 0;
  }
}
.tabArea .tabItem a {
  font-size: 21px;
  padding: 22px 70px;
}
@media (max-width: 1180px) {
  .tabArea .tabItem a {
    padding: 22px 40px;
  }
}
@media (max-width: 414px) {
  .tabArea .tabItem a {
    padding: 20px;
  }
}
.tabArea .tabContent {
  padding: 100px 0 187px;
}
@media (max-width: 1680px) {
  .tabArea .tabContent {
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  .tabArea .tabContent {
    padding: 40px 0;
  }
}
.tabArea .textEditor .contentBuilder.special {
  padding-bottom: 77px;
}
@media (max-width: 1180px) {
  .tabArea .textEditor .contentBuilder.special {
    padding-bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .tabArea .textEditor .contentBuilder.special .shelfWrap .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tabArea .textEditor .contentBuilder.special .shelfWrap .item.picLeft .Img {
  border-radius: 18px;
  width: 53.5%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tabArea .textEditor .contentBuilder.special .shelfWrap .item.picLeft .Img {
    width: 100%;
  }
}
.tabArea .textEditor .contentBuilder.special .shelfWrap .item.picLeft .Txt {
  padding: 0px 45px 0px 58px;
}
@media (max-width: 1180px) {
  .tabArea .textEditor .contentBuilder.special .shelfWrap .item.picLeft .Txt {
    width: 100%;
    padding: 40px 0px 0px 0px;
  }
}
.tabArea .textEditor .title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  color: #1b1b1b;
  padding-bottom: 45px;
}
@media (max-width: 1180px) {
  .tabArea .textEditor .title {
    padding-bottom: 30px;
  }
}
.tabArea .textEditor .subtitle {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding-bottom: 16px;
}
.tabArea .textEditor .paragraph {
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  letter-spacing: 0.6px;
  line-height: 1.85;
  color: rgba(27, 27, 27, 0.7);
  text-align: left;
}
/*# sourceMappingURL=ib_catalog_000.css.map */