@charset "UTF-8";
.navArea .fixedNavigationBox a::before, .navArea .fixedNavigationBox a, .navArea .fixedNavigationBox::before, .navArea .fixedNavigationBox, .arrowBox .arrowPrev::after, .arrowBox .arrowNext::after, .arrowBox .arrowPrev::before, .arrowBox .arrowNext::before, .aboutAwardArea .classBoxRow .classLink span img, .aboutAwardArea .classBoxRow .classLink span, .aboutTechnologyArea .slickLine .line, .aboutTechnologyArea .classBoxRow .classLink span img, .aboutTechnologyArea .classBoxRow .classLink span, .aboutArea .decoText div {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  overflow: clip;
  padding-bottom: 0 !important;
}
.mainArea .pageTitleBox {
  margin: 0;
}

.aboutArea {
  position: relative;
  padding: 75px 0 167px;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .aboutArea {
    padding: 50px 0;
  }
}
.aboutArea::before {
  content: "";
  position: absolute;
  width: clamp(200px, 27%, 534px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/donutDeco.png") no-repeat center center;
  background-size: contain;
  top: -140px;
  right: 50px;
  z-index: -1;
  animation: rotate 20s linear infinite reverse;
}
.aboutArea::after {
  content: "";
  position: absolute;
  width: clamp(250px, 30%, 590px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/deco/donutDeco.png") no-repeat center center;
  background-size: contain;
  rotate: -90deg;
  bottom: 15%;
  left: 50px;
  z-index: -1;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.aboutArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 50px;
  z-index: 1;
  padding-bottom: 140px;
}
@media (max-width: 1440px) {
  .aboutArea .topBox {
    padding-bottom: 60px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .aboutArea .topBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-bottom: 30px;
  }
}
.aboutArea .topBox .videoBtn {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #086ea3;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .aboutArea .topBox .videoBtn {
    top: auto;
    bottom: 20%;
  }
}
@media (max-width: 768px) {
  .aboutArea .topBox .videoBtn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    z-index: 1;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.aboutArea .topBox .videoBtn::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: inherit;
  background: #086ea3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.2;
}
.aboutArea .topBox .videoBtn::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: inherit;
  border: 1px solid #fff;
  opacity: 0.2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .aboutArea .topBox .videoBtn {
    width: 80px;
    height: 80px;
  }
}
.aboutArea .topBox .videoBtn .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.aboutArea .topBox .videoBtn .text::before {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  content: "";
}
.aboutArea .topBox .Txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 600px;
}
@media (max-width: 1180px) {
  .aboutArea .topBox .Txt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutArea .topBox .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.aboutArea .topBox .Txt .titleBox {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.aboutArea .topBox .Txt .titleBox::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #086ea3;
  bottom: 0;
  left: 0;
}
.aboutArea .topBox .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
  max-width: 700px;
  margin-top: 5px;
}
@media (max-width: 1180px) {
  .aboutArea .topBox .Img {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .aboutArea .topBox .Img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    z-index: 0;
  }
  .aboutArea .topBox .Img.hasVideo {
    margin-top: -62.5px;
  }
}
.aboutArea .topBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .Txt .text {
  color: #494949;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
}
@media (max-width: 1180px) {
  .aboutArea .Txt .text {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.8px;
  }
}
.aboutArea .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
  z-index: 0;
  padding-top: 20px;
}
@media (max-width: 1180px) {
  .aboutArea .bottomBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
    margin-top: -300px;
  }
}
@media (max-width: 960px) {
  .aboutArea .bottomBox {
    margin-top: -250px;
  }
}
@media (max-width: 768px) {
  .aboutArea .bottomBox {
    gap: 30px;
    margin-top: 0;
  }
}
.aboutArea .bottomBox .Img {
  max-width: 876px;
}
@media (max-width: 1180px) {
  .aboutArea .bottomBox .Img {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .aboutArea .bottomBox .Img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 876px;
  }
}
.aboutArea .bottomBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .bottomBox .Txt {
  min-height: 340px;
  max-width: 470px;
  position: relative;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
  padding-top: 23px;
}
@media (max-width: 1180px) {
  .aboutArea .bottomBox .Txt {
    max-width: 100%;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .aboutArea .bottomBox .Txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.aboutArea .bottomBox .Txt::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 2px;
  background-color: #086ea3;
  top: -1px;
  left: 0;
}
.aboutArea .decoText {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 140px;
  font-weight: 500;
  letter-spacing: 21px;
  white-space: nowrap;
  color: #d8d8d8;
}
.aboutArea .decoText span {
  display: inline;
}
@media (max-width: 1440px) {
  .aboutArea .decoText {
    font-size: 100px;
    letter-spacing: 10px;
    top: 45%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .decoText {
    top: 5%;
    left: auto;
    right: 30px;
    -webkit-transform: none;
            transform: none;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .aboutArea .decoText {
    display: none;
  }
}

.aboutPhilosophyArea {
  background: url("../images/deco/aboutPhilosophyDeco.jpg") no-repeat center top;
  background-size: cover;
  padding: 110px 0;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea {
    padding: 50px 0;
  }
}
.aboutPhilosophyArea .dataBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin: 100px auto 0;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataBox {
    margin: 80px auto 0;
  }
}
@media (max-width: 640px) {
  .aboutPhilosophyArea .dataBox {
    margin: 50px auto 0;
  }
}
.aboutPhilosophyArea .dataBox .decoBox {
  position: absolute;
  top: -33px;
  left: -28px;
  right: -30px;
  z-index: 1;
}
.aboutPhilosophyArea .dataBox .decoBox .decoImg {
  height: calc(100% + 4px);
  background: url("../images/deco/aboutPhilosophyDeco2.png") no-repeat center bottom;
  background-size: 100% auto;
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: -14px;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataBox .decoBox .decoImg {
    left: -12px;
    right: -12px;
    bottom: -10px;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea .dataBox .decoBox .decoImg {
    display: none;
  }
}
.aboutPhilosophyArea .dataBox .decoBox svg {
  width: 100%;
}
@media (max-width: 640px) {
  .aboutPhilosophyArea .dataBox .decoBox svg {
    display: none;
  }
}
.aboutPhilosophyArea .dataBox .decoBox svg path {
  stroke-width: 28;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataBox .decoBox svg path {
    stroke-width: 20;
  }
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataBox .decoBox svg path {
    stroke-width: 25;
  }
}
.aboutPhilosophyArea .dataBox .decoBox svg .dot {
  r: 14;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataBox .decoBox svg .dot {
    r: 12;
  }
}
.aboutPhilosophyArea .dataBox .decoBox svg .dot1 {
  fill: #b9c6c3;
}
.aboutPhilosophyArea .dataBox .decoBox svg .dot2 {
  fill: #13bbe8;
}
.aboutPhilosophyArea .dataBox .decoBox svg .dot3 {
  fill: #7ae4ea;
}
.aboutPhilosophyArea .dataBox .decoBox svg .dot4 {
  fill: #b3c4c0;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataBox .decoBox {
    top: -28px;
    left: -24px;
    right: -24px;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea .dataBox .decoBox {
    top: -24px;
    left: -20px;
    right: -22px;
  }
}
.aboutPhilosophyArea .dataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  --root: 28px;
  gap: var(--root);
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataList {
    --root: 20px;
  }
}
@media (max-width: 640px) {
  .aboutPhilosophyArea .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.aboutPhilosophyArea .dataList .dataItem {
  width: 247px;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataList .dataItem {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea .dataList .dataItem {
    width: 170px;
  }
}
.aboutPhilosophyArea .dataList .cardItem {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 28px;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataList .cardItem {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea .dataList .cardItem {
    gap: 5px;
    padding: 10px;
  }
}
.aboutPhilosophyArea .dataList .cardItem::before {
  content: "";
  position: absolute;
  width: calc(100% + 2 * var(--root));
  height: calc(100% + 2 * var(--root));
  border-radius: inherit;
  background: #d1e0dd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.aboutPhilosophyArea .dataList .cardItem .Img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #086ea3;
  padding: 6px;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataList .cardItem .Img {
    width: 80px;
    height: 80px;
  }
}
.aboutPhilosophyArea .dataList .cardItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  border-radius: 99px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.aboutPhilosophyArea .dataList .cardItem .Txt {
  text-align: center;
}
.aboutPhilosophyArea .dataList .cardItem .Txt .subtitle {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #086ea3;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.52px;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataList .cardItem .Txt .subtitle {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea .dataList .cardItem .Txt .subtitle {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.aboutPhilosophyArea .dataList .cardItem .Txt .title {
  color: #434343;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2.2px;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataList .cardItem .Txt .title {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea .dataList .cardItem .Txt .title {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.aboutPhilosophyArea .dataList .cardText {
  text-align: center;
  color: #3c3c3c;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.95px;
  margin-top: 73px;
}
@media (max-width: 1180px) {
  .aboutPhilosophyArea .dataList .cardText {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.9px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .aboutPhilosophyArea .dataList .cardText {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 640px) {
  .aboutPhilosophyArea .dataList .cardText {
    margin-top: 25px;
  }
}

.aboutHistoryArea {
  padding: 110px 0;
}
@media (max-width: 1180px) {
  .aboutHistoryArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea {
    padding: 50px 0;
  }
}
.aboutHistoryArea .wrap {
  position: relative;
}
@media (max-width: 640px) {
  .aboutHistoryArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutHistoryArea .arrowBox {
  position: absolute;
  top: 10px;
  right: 50px;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .arrowBox {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea .arrowBox {
    right: 20px;
  }
}
.aboutHistoryArea .titleBox {
  pointer-events: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .aboutHistoryArea .titleBox {
    margin-bottom: 20px;
  }
}
.aboutHistoryArea .dataBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-top: 1px solid #eeeeee;
  position: relative;
  padding: 50px 0 0;
}
.aboutHistoryArea .dataBox::before {
  content: "";
  position: absolute;
  width: 10px;
  height: calc(100% - 40px);
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #086ea3), to(transparent));
  background: linear-gradient(to bottom, #086ea3 95%, transparent 100%);
  background-position: center;
  z-index: 0;
  left: 110px;
  top: 40px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .dataBox::before {
    left: 90px;
  }
}
.aboutHistoryArea .dataBox::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 48px);
  background: repeating-linear-gradient(to bottom, #fff 0 2px, transparent 2px 6px);
  top: 48px;
  left: 114px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .dataBox::after {
    left: 94px;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea .dataBox {
    padding-left: 30px;
  }
  .aboutHistoryArea .dataBox::before {
    left: 0px;
  }
  .aboutHistoryArea .dataBox::after {
    left: 4px;
  }
}
.aboutHistoryArea .dataBox .dataList {
  height: 740px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .dataBox .dataList {
    height: 500px;
  }
}
.aboutHistoryArea .dataBox .dataList::before {
  content: "";
  position: absolute;
  display: block;
  position: sticky;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background: linear-gradient(to bottom, transparent, white);
  top: calc(100% - 100px);
  left: 0;
  z-index: 2;
}
.aboutHistoryArea .dataItem {
  border-bottom: 1px solid #eeeeee;
  scroll-snap-align: start; /* 精準對齊頂端 */
  padding: 0 0 45px 0;
  padding-right: 35px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .aboutHistoryArea .dataItem {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.aboutHistoryArea .dataItem:last-of-type {
  border: none;
  padding-bottom: 50px;
}
.aboutHistoryArea .dataItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .aboutHistoryArea .dataItem .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.aboutHistoryArea .dataItem .item .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .dataItem .item .Txt {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea .dataItem .item .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.aboutHistoryArea .dataItem .item .Txt .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 85px;
  color: #086ea3;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 35px;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .dataItem .item .Txt .title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea .dataItem .item .Txt .title {
    font-size: 24px;
    line-height: 24px;
  }
}
.aboutHistoryArea .dataItem .item .Txt .text {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .dataItem .item .Txt .text {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea .dataItem .item .Txt .text {
    padding-left: 0;
  }
}
.aboutHistoryArea .dataItem .item .Txt .text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid #086ea3;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 20px;
  left: 0;
}
@media (max-width: 1180px) {
  .aboutHistoryArea .dataItem .item .Txt .text::before {
    top: 14px;
  }
}
@media (max-width: 768px) {
  .aboutHistoryArea .dataItem .item .Txt .text::before {
    display: none;
  }
}
.aboutHistoryArea .dataItem .item .Txt .text ul li::marker {
  color: #086ea3;
}
@media (max-width: 480px) {
  .aboutHistoryArea .dataItem .item .Txt .text * {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.7px;
  }
}
.aboutHistoryArea .dataItem .item .Img {
  max-width: 280px;
}
.aboutHistoryArea .dataItem .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.aboutTechnologyArea {
  background: #fafafa;
  padding: 85px 0 95px;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea {
    padding: 60px 0 85px;
  }
}
@media (max-width: 768px) {
  .aboutTechnologyArea {
    padding: 40px 0 80px;
  }
}
.aboutTechnologyArea .titleBox {
  margin-bottom: 60px;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .titleBox {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .aboutTechnologyArea .titleBox {
    margin-bottom: 30px;
  }
}
.aboutTechnologyArea .titleBox .subtitle {
  padding-top: 10px;
}
.aboutTechnologyArea .classBoxRow {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .classBoxRow {
    border: none;
  }
}
.aboutTechnologyArea .classBoxRow .classLink {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .aboutTechnologyArea .classBoxRow .classLink {
    gap: 15px;
  }
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .classBoxRow .classLink {
    gap: 0;
    border-radius: 25px;
    padding: 10px 0;
    background-color: #fff;
  }
}
.aboutTechnologyArea .classBoxRow .classLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.aboutTechnologyArea .classBoxRow .classLink span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  background: #fff;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  cursor: pointer;
  white-space: nowrap;
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.9px;
  padding: 5px 20px;
}
.aboutTechnologyArea .classBoxRow .classLink span img {
  -webkit-filter: brightness(0) invert(0.635);
          filter: brightness(0) invert(0.635);
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .classBoxRow .classLink span img {
    width: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.aboutTechnologyArea .classBoxRow .classLink span.current {
  background: #fff;
  color: #086ea3;
  border-color: transparent;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
.aboutTechnologyArea .classBoxRow .classLink span.current img {
  -webkit-filter: none;
          filter: none;
}
@media (min-width: 1181px) {
  .aboutTechnologyArea .classBoxRow .classLink span:hover {
    background: #fff;
    color: #086ea3;
    border-color: transparent;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
  }
  .aboutTechnologyArea .classBoxRow .classLink span:hover img {
    -webkit-filter: none;
            filter: none;
  }
}
@media (max-width: 1280px) {
  .aboutTechnologyArea .classBoxRow .classLink span {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .classBoxRow .classLink span {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.aboutTechnologyArea .classBoxRow .classLink span .Img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutTechnologyArea .slickLine {
  z-index: 0;
  width: 100%;
  height: 3px;
  background: #eeeeee;
  position: relative;
  margin-bottom: 38px;
}
.aboutTechnologyArea .slickLine .line {
  height: 3px;
  background: #086ea3;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .slickLine {
    display: none;
  }
}
.aboutTechnologyArea .technologyBox {
  position: relative;
}
.aboutTechnologyArea .technologyList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.aboutTechnologyArea .technologyList .slick-track .slick-slide {
  height: auto !important;
}
.aboutTechnologyArea .technologyList .slick-track .slick-slide > div {
  height: 100%;
}
.aboutTechnologyArea .technologyItem {
  height: 100%;
}
.aboutTechnologyArea .technologyItem .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .aboutTechnologyArea .technologyItem .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutTechnologyArea .technologyItem .item .Img {
  width: 60%;
  max-width: 810px;
  height: auto;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .technologyItem .item .Img {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .aboutTechnologyArea .technologyItem .item .Img {
    width: 100%;
  }
}
.aboutTechnologyArea .technologyItem .item .Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.aboutTechnologyArea .technologyItem .item .Txt {
  width: 40%;
  max-width: 524px;
  position: relative;
  padding-top: 35px;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .technologyItem .item .Txt {
    width: 50%;
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .aboutTechnologyArea .technologyItem .item .Txt {
    width: 100%;
    max-width: none;
  }
}
.aboutTechnologyArea .technologyItem .item .Txt .icon {
  width: 86px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background: #086ea3;
  border-radius: 50%;
  right: 10px;
  top: 15px;
}
.aboutTechnologyArea .technologyItem .item .Txt .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.aboutTechnologyArea .technologyItem .item .Txt .icon::before {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: inherit;
  border: 1px dashed rgba(23, 23, 23, 0.2);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: absoluteCenteringRotate 20s linear infinite;
          animation: absoluteCenteringRotate 20s linear infinite;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .technologyItem .item .Txt .icon::before {
    width: calc(100% + 10px);
  }
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .technologyItem .item .Txt .icon {
    width: 70px;
    right: 5px;
  }
}
@media (max-width: 768px) {
  .aboutTechnologyArea .technologyItem .item .Txt .icon {
    top: 25px;
  }
}
@media (max-width: 480px) {
  .aboutTechnologyArea .technologyItem .item .Txt .icon {
    display: none;
  }
}
.aboutTechnologyArea .technologyItem .item .Txt .infoBox {
  width: calc(100% - 86px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .technologyItem .item .Txt .infoBox {
    width: calc(100% - 80px);
  }
}
.aboutTechnologyArea .technologyItem .item .Txt .infoBox .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.2px;
}
@media (max-width: 1180px) {
  .aboutTechnologyArea .technologyItem .item .Txt .infoBox .title {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 1.1px;
  }
}
.aboutTechnologyArea .technologyItem .item .Txt .infoBox .subtitle {
  width: 100%;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #086ea3;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.26px;
  position: relative;
  padding-bottom: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.aboutTechnologyArea .technologyItem .item .Txt .infoBox .subtitle::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #086ea3;
  bottom: 0;
  left: 0;
}
.aboutTechnologyArea .technologyItem .item .Txt .text {
  color: #494949;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.8px;
}
.aboutTechnologyArea .technologyItem .item .Txt .text.ellipsis {
  height: 135px;
}
.aboutTechnologyArea .technologyItem .item .Txt .arrowBox {
  margin-top: 10px;
}

.aboutPatentsArea .wrap {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.aboutPatentsArea .wrap .patentsBox {
  position: relative;
}
.aboutPatentsArea .wrap .patentsBox .Txt {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 35%;
  padding: 0 50px;
}
@media (max-width: 1180px) {
  .aboutPatentsArea .wrap .patentsBox .Txt {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .aboutPatentsArea .wrap .patentsBox .Txt {
    padding: 0 20px;
  }
}
@media (max-width: 1440px) {
  .aboutPatentsArea .wrap .patentsBox .Txt {
    top: 25%;
  }
}
@media (max-width: 640px) {
  .aboutPatentsArea .wrap .patentsBox .Txt {
    top: 15%;
  }
}
@media (max-width: 480px) {
  .aboutPatentsArea .wrap .patentsBox .Txt {
    position: relative;
    top: auto;
    padding: 30px 20px;
    text-align: center !important;
  }
}
.aboutPatentsArea .wrap .patentsBox .Txt .titleBox {
  color: #fff !important;
  margin: 0;
}
.aboutPatentsArea .wrap .patentsBox .Txt .titleBox .title, .aboutPatentsArea .wrap .patentsBox .Txt .titleBox .subtitle, .aboutPatentsArea .wrap .patentsBox .Txt .titleBox .decoTitle, .aboutPatentsArea .wrap .patentsBox .Txt .titleBox .text {
  color: #fff !important;
}
.aboutPatentsArea .wrap .patentsBox .Txt .titleBox .subtitle {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .aboutPatentsArea .wrap .patentsBox .Txt .titleBox .subtitle {
    font-size: 16px;
  }
}
.aboutPatentsArea .wrap .patentsBox .Img {
  position: relative;
  z-index: 0;
}
.aboutPatentsArea .wrap .patentsBox .Img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #034161;
  opacity: 0.8;
  z-index: 1;
}
.aboutPatentsArea .wrap .patentsBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 1440px) {
  .aboutPatentsArea .wrap .patentsBox .Img {
    width: 100%;
    height: auto;
    padding-bottom: 25%;
  }
  .aboutPatentsArea .wrap .patentsBox .Img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1180px) {
  .aboutPatentsArea .wrap .patentsBox .Img {
    padding-bottom: 30%;
  }
}
@media (max-width: 768px) {
  .aboutPatentsArea .wrap .patentsBox .Img {
    padding-bottom: 40%;
  }
}
@media (max-width: 640px) {
  .aboutPatentsArea .wrap .patentsBox .Img {
    padding-bottom: 50%;
  }
}
@media (max-width: 480px) {
  .aboutPatentsArea .wrap .patentsBox .Img {
    position: absolute;
    inset: 0;
    padding: 0;
  }
}

.aboutAccreditationArea {
  padding: 120px 0;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea {
    padding: 50px 0;
  }
}
.aboutAccreditationArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.aboutAccreditationArea .titleBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 55px;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .titleBox {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center !important;
    margin-bottom: 20px;
  }
}
.aboutAccreditationArea .titleBox .textEditor {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.aboutAccreditationArea .titleBox .text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 1015px;
  color: #676767;
}
.aboutAccreditationArea .isoBox {
  width: 50%;
  max-width: 635px;
  background: #fafafa;
  position: relative;
  padding: 33px 70px;
  margin: 0 0 30px;
}
@media (max-width: 1280px) {
  .aboutAccreditationArea .isoBox {
    padding: 0 33px 35px;
  }
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .isoBox {
    margin: 20px 0;
    padding: 0 25px 20px;
  }
}
.aboutAccreditationArea .isoBox .isoTopList {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoTopList {
    margin: 0 -15px;
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem {
  position: relative;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem {
    padding: 0 15px;
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  max-width: 390px;
  height: calc(100% - 50px);
  min-height: 65px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  border-radius: 99px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem::before {
    width: calc(100% - 30px);
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item {
    gap: 5px;
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #cee2ed;
  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;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img {
    width: 80px;
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img img {
  width: calc(100% - 60px);
  max-width: 62px;
  display: block;
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img img {
    width: calc(100% - 40px);
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img::before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: inherit;
  background: repeating-conic-gradient(#fff 0deg 2.5deg, transparent 2.5deg 7.5deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), black 0);
          mask: radial-gradient(farthest-side, transparent calc(100% - 2px), black 0);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: absoluteCenteringRotate 20s linear infinite;
          animation: absoluteCenteringRotate 20s linear infinite;
  z-index: 1;
}
@media (max-width: 480px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img::before {
    width: calc(100% - 10px);
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img::after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: inherit;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 480px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Img::after {
    width: calc(100% - 20px);
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt {
  position: relative;
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt .title {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #086ea3;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt .title {
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt .title {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt .subtitle {
  color: #434343;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt .subtitle {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt .subtitle {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 480px) {
  .aboutAccreditationArea .isoBox .isoTopList .isoItem .item .Txt .subtitle {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.aboutAccreditationArea .isoBox .isoBottomList {
  position: relative;
  margin-left: 66px;
  padding-top: 25px;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoBottomList {
    display: none;
  }
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoBottomList {
    margin-top: -100px;
    margin-left: 100px;
  }
}
.aboutAccreditationArea .isoBox .isoBottomList::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.2);
  top: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoBottomList::before {
    display: none;
  }
}
.aboutAccreditationArea .isoBox .isoBottomList .isoItem {
  cursor: pointer;
  position: relative;
  border-left: 2px solid transparent;
  padding-left: 30px;
  margin-left: -1px;
}
.aboutAccreditationArea .isoBox .isoBottomList .isoItem .item {
  padding: 6px 0px;
}
.aboutAccreditationArea .isoBox .isoBottomList .isoItem .item .Txt {
  color: #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.aboutAccreditationArea .isoBox .isoBottomList .isoItem .item .Txt .countBox {
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
}
.aboutAccreditationArea .isoBox .isoBottomList .isoItem .item .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.aboutAccreditationArea .isoBox .isoBottomList .slick-current .isoItem {
  border-left-color: #086ea3;
}
.aboutAccreditationArea .isoBox .isoBottomList .slick-current .isoItem .Txt {
  color: #086ea3;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .isoBottomList .slick-current {
    opacity: 0;
  }
}
.aboutAccreditationArea .isoBox .arrowBox {
  margin-top: 60px;
  margin-left: 66px;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .isoBox .arrowBox {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutAccreditationArea .patentsChart {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart {
    width: 100%;
    height: 450px;
    max-width: 800px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .patentsChart {
    height: 400px;
    padding: 0;
  }
}
.aboutAccreditationArea .patentsChart::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  max-height: 522px;
  background: url("../images/deco/graphsBg.jpg") no-repeat center top;
  background-size: 100% 100%;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart::before {
    height: calc(100% - 75px);
  }
}
.aboutAccreditationArea .patentsChart .item {
  width: 120px;
  height: 530px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart .item {
    width: 100px;
    height: 360px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .patentsChart .item {
    width: 80px;
    height: 330px;
  }
}
@media (max-width: 480px) {
  .aboutAccreditationArea .patentsChart .item {
    width: 60px;
  }
}
.aboutAccreditationArea .patentsChart .item .num {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #086ea3;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 47px;
  font-weight: 600;
  letter-spacing: 0;
  position: absolute;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart .item .num {
    font-size: 40px;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .patentsChart .item .num {
    font-size: 30px;
    -webkit-transform: translateY(-46px);
            transform: translateY(-46px);
  }
}
@media (max-width: 480px) {
  .aboutAccreditationArea .patentsChart .item .num {
    font-size: 22px;
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px);
  }
}
.aboutAccreditationArea .patentsChart .item .num .unit {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart .item .num .unit {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .patentsChart .item .num .unit {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.aboutAccreditationArea .patentsChart .item .graph {
  width: 100%;
  min-height: 120px;
  display: block;
  background: #086ea3;
}
.aboutAccreditationArea .patentsChart .item .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
  border-left: 1px solid #086ea3;
  border-right: 1px solid #086ea3;
  padding: 0 10px 0;
  margin-top: 15px;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart .item .title {
    font-size: 18px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .patentsChart .item .title {
    font-size: 16px;
    line-height: 15px;
  }
}
.aboutAccreditationArea .patentsChart .maskBox {
  width: 100%;
  height: calc(100% - 70px - 30px);
  position: absolute;
  bottom: 30px;
  left: 0;
  clip-path: polygon(0% 100%, 100% 100%, 100% 30%, 0% 95%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart .maskBox {
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .patentsChart .maskBox {
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    width: 100%;
    left: 0;
  }
}
.aboutAccreditationArea .patentsChart .maskBox .maskItem {
  width: 120px;
  min-height: 50px;
  background: #04547e;
}
@media (max-width: 1180px) {
  .aboutAccreditationArea .patentsChart .maskBox .maskItem {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .aboutAccreditationArea .patentsChart .maskBox .maskItem {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .aboutAccreditationArea .patentsChart .maskBox .maskItem {
    width: 60px;
  }
}

.aboutAwardArea {
  background: #fafafa;
  padding: 105px 0 130px;
}
@media (max-width: 1180px) {
  .aboutAwardArea {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  .aboutAwardArea {
    padding: 50px 0 80px;
  }
}
.aboutAwardArea .titleBox {
  margin-bottom: 50px;
}
.aboutAwardArea .titleBox .subtitle {
  padding-top: 15px;
}
.aboutAwardArea .classBoxRow {
  position: relative;
  margin-top: 30px;
}
.aboutAwardArea .classBoxRow .classLink {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.aboutAwardArea .classBoxRow .classLink li {
  min-width: 156px;
  margin: 0;
}
.aboutAwardArea .classBoxRow .classLink span {
  border-radius: 35px;
  background: #fff;
  border: 1px solid #eeeeee;
  cursor: pointer;
  text-align: center;
  color: #898989;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.9px;
  padding: 5px 20px;
}
.aboutAwardArea .classBoxRow .classLink span img {
  -webkit-filter: brightness(0) invert(0.635);
          filter: brightness(0) invert(0.635);
}
.aboutAwardArea .classBoxRow .classLink span.current {
  background: #086ea3;
  color: #fff;
}
.aboutAwardArea .classBoxRow .classLink span.current img {
  -webkit-filter: none;
          filter: none;
}
@media (min-width: 1181px) {
  .aboutAwardArea .classBoxRow .classLink span:hover {
    background: #086ea3;
    color: #fff;
  }
  .aboutAwardArea .classBoxRow .classLink span:hover img {
    -webkit-filter: none;
            filter: none;
  }
}
.aboutAwardArea .awardList {
  margin: 0 -18px;
  margin-bottom: 30px;
}
.aboutAwardArea .awardList .awardItem {
  padding: 0 18px;
}
.aboutAwardArea .awardList .awardItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutAwardArea .awardList .awardItem .Txt {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .aboutAwardArea .awardList .awardItem .Txt {
    padding-top: 15px;
  }
}
.aboutAwardArea .awardList .awardItem .Txt .title {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.9px;
}
@media (max-width: 768px) {
  .aboutAwardArea .awardList .awardItem .Txt .title {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
  }
}
.aboutAwardArea .arrowBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .arrowBox {
    gap: 15px;
  }
}
.arrowBox .arrowPrev, .arrowBox .arrowNext {
  width: 60px;
  height: 60px;
  border: 1px solid #086ea3;
  background: #fff;
  position: relative;
}
@media (min-width: 1181px) {
  .arrowBox .arrowPrev:hover::before, .arrowBox .arrowNext:hover::before {
    background: #04547e !important;
  }
  .arrowBox .arrowPrev:hover::after, .arrowBox .arrowNext:hover::after {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
@media (max-width: 768px) {
  .arrowBox .arrowPrev, .arrowBox .arrowNext {
    width: 50px;
    height: 50px;
  }
}
.arrowBox .arrowPrev::before, .arrowBox .arrowNext::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 9px;
  -webkit-mask-image: url("../images/icon/buttonArrow.svg");
          mask-image: url("../images/icon/buttonArrow.svg");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #086ea3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.arrowBox .arrowPrev::after, .arrowBox .arrowNext::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #04547e;
  clip-path: polygon(0% 100%, 0% 100%, 100% 0%, 100% 0%);
}
.arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}

.albumList {
  margin: 0 -20px;
}
.albumList .albumItem {
  cursor: pointer;
  padding: 0 20px;
}
.albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .albumList {
    margin: 0 -15px;
  }
  .albumList .albumItem {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .albumList {
    margin: 0 -8px;
  }
  .albumList .albumItem {
    padding: 0 8px;
  }
}

.navArea {
  position: relative;
}
.navArea .fixedNavigationBox {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 49;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(calc(-100% - 50px));
          transform: translateY(-50%) translateX(calc(-100% - 50px));
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding: 30px 0 30px 0;
}
@media (max-width: 1680px) {
  .navArea .fixedNavigationBox {
    font-size: 16px;
  }
  .navArea .fixedNavigationBox::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid #086ea3;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}
.navArea .fixedNavigationBox a {
  color: #bdbdbd;
  display: block;
  position: relative;
  padding: 12px 40px 12px 30px;
}
.navArea .fixedNavigationBox a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #086ea3;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media (min-width: 1181px) {
  .navArea .fixedNavigationBox a:hover {
    color: #086ea3;
  }
}
.navArea .fixedNavigationBox a.active {
  color: #086ea3;
}
.navArea .fixedNavigationBox a.active::before {
  opacity: 1;
}
.navArea .fixedNavigationBox.open {
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
@media (max-width: 1680px) {
  .navArea .fixedNavigationBox.open {
    -webkit-transform: translateY(-50%) translateX(-150px);
            transform: translateY(-50%) translateX(-150px);
  }
}
@media (max-width: 1680px) and (min-width: 1181px) {
  .navArea .fixedNavigationBox.open:hover {
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
  .navArea .fixedNavigationBox.open:hover::before {
    opacity: 0;
  }
}
@media (max-width: 1180px) {
  .navArea .fixedNavigationBox.open {
    display: none;
  }
}