@charset "UTF-8";
.newsArea .newsList .classTitleBox .title, .newsArea .newsList .newsItem::after, .newsArea .newsList .newsItem::before, .newsArea .newsList .newsItem, .productSolutionsArea .productSolutionsList .Txt, .productLayoutBox .largeCircleBox.packagingBox .waferSector.tsClass, .productLayoutBox .largeCircleBox.packagingBox .packageSector.tsClass, .productLayoutBox .largeCircleBox.pcbBox .substrateSector.tsClass, .productLayoutBox .largeCircleBox.pcbBox .rpcbSector.tsClass, .productLayoutBox .largeCircleBox.pcbBox .fpcbSector.tsClass, .productLayoutBox .largeCircleBox .classTextList li .text .dot, .productLayoutBox .largeCircleBox .classTextList li .text::after, .productLayoutBox .largeCircleBox .classTextList li .text::before, .productLayoutBox .largeCircleBox .classTextList li .text, .productLayoutBox .largeCircleBox .circleBox .baseCircle, .technologyArea .technologyContentList .videoBox, .technologyArea .technologyContentList .Img, .technologyArea .technologyContentList .item::before, .technologyArea .technologyNavList .title, .technologyArea .technologyNavList .num, .technologyArea .technologyNavList .item::after, .technologyArea .technologyNavList .item::before, .technologyArea .technologyNavList .item, .bannerArea .bannerVideo, .bannerArea .scrollDown, .bannerArea .controlBox, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  background-color: rgba(0, 54, 134, 0.8);
  border-radius: 1.5rem;
  padding: 3rem 1.5rem;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 70vh;
  overflow-y: auto;
}
.popWin .popContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.popWin .popContent::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.popWin .popContent::-webkit-scrollbar-thumb {
  background: #62bcea;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  top: 0;
  right: 0;
  translate: 25% -25%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #62bcea;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin .close::before, .popWin .close::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #003686;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.bgLineBox {
  margin-top: 90px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .bgLineBox {
    margin-top: 74px;
  }
}
@media (max-width: 768px) {
  .bgLineBox {
    margin-top: 71px;
  }
}
@media (max-width: 480px) {
  .bgLineBox {
    margin-top: 61px;
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  margin-bottom: 0 !important;
}
.bannerArea .bannerItem .blindsBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  z-index: 1;
}
.bannerArea .bannerItem .blindsBox .blinds {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  background-color: #0a1124;
}
.bannerArea .bannerItem .blindsBox .blinds:nth-child(1), .bannerArea .bannerItem .blindsBox .blinds:nth-child(6) {
  -ms-flex-preferred-size: calc((100% - 1380px + 100px) / 2);
      flex-basis: calc((100% - 1380px + 100px) / 2);
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .blindsBox .blinds:nth-child(1), .bannerArea .bannerItem .blindsBox .blinds:nth-child(6) {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .blindsBox .blinds:nth-child(1), .bannerArea .bannerItem .blindsBox .blinds:nth-child(6) {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .blindsBox .blinds:nth-child(1), .bannerArea .bannerItem .blindsBox .blinds:nth-child(6) {
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}
.bannerArea .bannerItem .blindsBox .blinds:nth-child(2), .bannerArea .bannerItem .blindsBox .blinds:nth-child(3), .bannerArea .bannerItem .blindsBox .blinds:nth-child(4), .bannerArea .bannerItem .blindsBox .blinds:nth-child(5) {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .blindsBox .blinds:nth-child(2), .bannerArea .bannerItem .blindsBox .blinds:nth-child(3), .bannerArea .bannerItem .blindsBox .blinds:nth-child(4), .bannerArea .bannerItem .blindsBox .blinds:nth-child(5) {
    -ms-flex-preferred-size: calc((100% - 100px) / 4);
        flex-basis: calc((100% - 100px) / 4);
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .blindsBox .blinds:nth-child(2), .bannerArea .bannerItem .blindsBox .blinds:nth-child(3), .bannerArea .bannerItem .blindsBox .blinds:nth-child(4), .bannerArea .bannerItem .blindsBox .blinds:nth-child(5) {
    -ms-flex-preferred-size: calc((100% - 60px) / 2);
        flex-basis: calc((100% - 60px) / 2);
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .blindsBox .blinds:nth-child(2), .bannerArea .bannerItem .blindsBox .blinds:nth-child(3), .bannerArea .bannerItem .blindsBox .blinds:nth-child(4), .bannerArea .bannerItem .blindsBox .blinds:nth-child(5) {
    -ms-flex-preferred-size: calc((100% - 40px) / 2);
        flex-basis: calc((100% - 40px) / 2);
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .blindsBox .blinds:nth-child(2), .bannerArea .bannerItem .blindsBox .blinds:nth-child(3) {
    display: none;
  }
}
.bannerArea .bannerItem .Img {
  height: 960px;
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .Img {
    height: 800px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .Img {
    height: 750px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Img {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Img {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img {
    height: 580px;
  }
}
.bannerArea .bannerItem .Txt {
  padding: 130px 50px 165px;
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .Txt {
    padding-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 120px 30px 80px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt {
    padding: 100px 20px 80px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  position: relative;
  width: 75%;
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .Txt .textBox {
    width: 100%;
  }
}
.bannerArea .bannerItem .Txt .title {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 0.095em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 36px;
  }
}
.bannerArea .bannerItem .Txt .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.65;
  color: #fff;
  margin-top: 2.5rem;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 18px;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 16px;
    margin-top: 0.625rem;
  }
}
@media (max-width: 575px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
}
.bannerArea .bannerItem .videoBox {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: clip;
}
@media (max-width: 1599px) {
  .bannerArea .bannerItem .videoBox {
    height: 800px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .bannerItem .videoBox {
    height: 750px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .videoBox {
    height: 650px;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .videoBox {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .videoBox {
    height: 580px;
  }
}
.bannerArea .bannerItem .videoBox video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1699px) {
  .bannerArea .bannerItem .videoBox video {
    width: 120%;
  }
}
@media (max-width: 991px) {
  .bannerArea .bannerItem .videoBox video {
    width: auto;
    height: 100%;
  }
}
.bannerArea .controlBox {
  width: 100%;
  max-width: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  position: absolute;
  top: 50%;
  right: 75px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1599px) {
  .bannerArea .controlBox {
    max-width: 200px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .controlBox {
    max-width: 180px;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    right: 50px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .controlBox {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  .bannerArea .controlBox {
    width: 50%;
    max-width: none;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 30px;
    top: unset;
    right: unset;
    left: 0;
    bottom: 30px;
    translate: 0 0;
  }
}
@media (max-width: 768px) {
  .bannerArea .controlBox {
    padding-left: 20px;
    bottom: 20px;
  }
}
.bannerArea .controlBox.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerArea .controlBox .arrowBox {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media (max-width: 1366px) {
  .bannerArea .controlBox .arrowBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .bannerArea .controlBox .arrowBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .bannerArea .controlBox .arrowBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.bannerArea .scrollDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.875rem;
  position: absolute;
  top: auto;
  right: 67px;
  bottom: 62px;
  left: auto;
  cursor: pointer;
}
@media (max-width: 1499px) {
  .bannerArea .scrollDown {
    right: 30px;
  }
}
@media (max-width: 1366px) {
  .bannerArea .scrollDown {
    bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown {
    right: 10px;
    row-gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .bannerArea .scrollDown {
    right: 12px;
    bottom: 20px;
  }
}
.bannerArea .scrollDown.hide {
  opacity: 0;
  pointer-events: none;
}
.bannerArea .scrollDown .text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #d9d9d9;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown .text {
    font-size: 12px;
  }
}
.bannerArea .scrollDown .line {
  --scrollHeight: 75px;
  position: relative;
  width: 1px;
  height: var(--scrollHeight);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1180px) {
  .bannerArea .scrollDown .line {
    --scrollHeight: 50px;
  }
}
@media (max-width: 768px) {
  .bannerArea .scrollDown .line {
    --scrollHeight: 40px;
  }
}
.bannerArea .scrollDown .line::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #62bcea;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  -webkit-animation: bannerScrollAnimation 5s linear infinite;
          animation: bannerScrollAnimation 5s linear infinite;
}
@media (max-width: 768px) {
  .bannerArea .scrollDown .line::before {
    width: 6px;
    height: 6px;
  }
}
.bannerArea .bannerVideo {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.bannerArea .bannerVideo.show {
  opacity: 1;
  pointer-events: auto;
}
.bannerArea .bannerVideo video {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.technologyArea {
  position: relative;
  padding: 20px 0 80px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1180px) {
  .technologyArea {
    padding: 90px 0 60px;
  }
}
@media (max-width: 768px) {
  .technologyArea {
    padding: 70px 0;
  }
}
.technologyArea .sectionTitleBox {
  margin-bottom: 3.375rem;
}
@media (max-width: 1180px) {
  .technologyArea .sectionTitleBox {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 768px) {
  .technologyArea .sectionTitleBox {
    margin-bottom: 2rem;
  }
}
.technologyArea .sectionTitleBox .controlBox {
  margin-top: 0;
}
@media (min-width: 769px) {
  .technologyArea .sectionTitleBox .controlBox {
    display: none;
  }
}
.technologyArea .technologyBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .technologyArea .technologyBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.technologyArea .technologyBox .leftBox {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .technologyArea .technologyBox .leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 480px) {
  .technologyArea .technologyBox .leftBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.technologyArea .technologyBox .rightBox {
  position: relative;
  width: 790px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .technologyArea .technologyBox .rightBox {
    width: 720px;
  }
}
@media (max-width: 1180px) {
  .technologyArea .technologyBox .rightBox {
    width: 650px;
  }
}
@media (max-width: 991px) {
  .technologyArea .technologyBox .rightBox {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .technologyArea .technologyBox .rightBox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.technologyArea .technologyNavList {
  height: 100%;
}
@media (max-width: 768px) {
  .technologyArea .technologyNavList {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (max-width: 480px) {
  .technologyArea .technologyNavList {
    width: 100%;
  }
}
.technologyArea .technologyNavList .slick-list {
  height: 100% !important;
}
.technologyArea .technologyNavList .technologyNavItem {
  position: relative;
}
.technologyArea .technologyNavList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1.5rem 1rem 1.5rem 3.625rem;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .technologyArea .technologyNavList .item {
    padding: 1.5rem 1rem 1.5rem 2.625rem;
  }
}
@media (max-width: 991px) {
  .technologyArea .technologyNavList .item {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    padding: 1rem 1rem 1rem 2rem;
  }
}
@media (max-width: 768px) {
  .technologyArea .technologyNavList .item {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    padding: 0 4rem 1rem 0;
  }
}
.technologyArea .technologyNavList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .technologyArea .technologyNavList .item::before {
    width: 100%;
  }
}
.technologyArea .technologyNavList .item::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #62bcea;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (min-width: 1181px) {
  .technologyArea .technologyNavList .item:hover .num,
  .technologyArea .technologyNavList .item:hover .title {
    color: #62bcea;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
.technologyArea .technologyNavList .num {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1180px) {
  .technologyArea .technologyNavList .num {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .technologyArea .technologyNavList .num {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .technologyArea .technologyNavList .num {
    font-size: 18px;
  }
}
.technologyArea .technologyNavList .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .technologyArea .technologyNavList .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .technologyArea .technologyNavList .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .technologyArea .technologyNavList .title {
    font-size: 20px;
  }
}
.technologyArea .technologyNavList .current .item {
  max-width: 100%;
  padding: 3.375rem 1rem 2rem 0;
}
@media (max-width: 1280px) {
  .technologyArea .technologyNavList .current .item {
    padding: 2.625rem 1rem 1.5rem 0;
  }
}
@media (max-width: 991px) {
  .technologyArea .technologyNavList .current .item {
    padding: 1.25rem 1rem 1.25rem 0;
  }
}
@media (max-width: 768px) {
  .technologyArea .technologyNavList .current .item {
    padding: 0 0 1rem 0;
  }
}
.technologyArea .technologyNavList .current .item::before {
  width: 100%;
}
.technologyArea .technologyNavList .current .item::after {
  -webkit-animation: widthAni 3.6s linear both;
          animation: widthAni 3.6s linear both;
}
.technologyArea .technologyNavList .current .title {
  font-size: 30px;
}
@media (max-width: 1180px) {
  .technologyArea .technologyNavList .current .title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .technologyArea .technologyNavList .current .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .technologyArea .technologyNavList .current .title {
    font-size: 20px;
  }
}
.technologyArea .technologyContentList {
  width: 100%;
}
.technologyArea .technologyContentList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technologyArea .technologyContentList:not(.slick-slider) .technologyContentItem {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.technologyArea .technologyContentList .slick-list {
  margin: -10px;
}
.technologyArea .technologyContentList .technologyContentItem {
  position: relative;
  padding: 10px;
}
.technologyArea .technologyContentList .item {
  position: relative;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .technologyArea .technologyContentList .item {
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.technologyArea .technologyContentList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 1.75rem);
  background-color: #003686;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -2;
  translate: -28px -32px;
}
@media (max-width: 991px) {
  .technologyArea .technologyContentList .item::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
  }
}
.technologyArea .technologyContentList .Img {
  position: relative;
  border: 1px solid #fff;
  translate: 28px 32px;
}
.technologyArea .technologyContentList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background-color: #62bcea;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  mix-blend-mode: screen;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
}
.technologyArea .technologyContentList .Img::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-box-shadow: inset 0 0 5px #62bcea;
          box-shadow: inset 0 0 5px #62bcea;
  z-index: 1;
}
.technologyArea .technologyContentList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.technologyArea .technologyContentList .videoBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: clip;
  opacity: 0;
  pointer-events: none;
}
.technologyArea .technologyContentList .videoBox.show {
  opacity: 1;
}
.technologyArea .technologyContentList .videoBox video {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.technologyArea .technologyContentList .slick-current .item::before {
  translate: 0 0;
}
.technologyArea .technologyContentList .slick-current .Img {
  translate: 0 0;
}

.productLayoutArea {
  position: relative;
  background-image: url("../images/deco/productLayout-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px 0 210px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .productLayoutArea {
    padding: 65px 0 160px;
  }
}
@media (max-width: 991px) {
  .productLayoutArea {
    padding: 50px 0 80px;
  }
}
@media (max-width: 768px) {
  .productLayoutArea {
    padding: 50px 0;
  }
}
.productLayoutArea::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1124), color-stop(15%, rgba(10, 17, 36, 0))), -webkit-gradient(linear, left bottom, left top, from(#0a1124), color-stop(10%, rgba(10, 17, 36, 0)));
  background: linear-gradient(to bottom, #0a1124 0%, rgba(10, 17, 36, 0) 15%), linear-gradient(to top, #0a1124 0%, rgba(10, 17, 36, 0) 10%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.productLayoutArea .decoBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 78%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .productLayoutArea .decoBox {
    width: 1200px;
  }
}
.productLayoutArea .decoBox img {
  display: block;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productLayoutArea .titleBox {
  z-index: 1;
}
.productLayoutArea .productLayoutOuterBox {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .productLayoutArea .productLayoutOuterBox {
    pointer-events: auto;
    overflow-x: scroll;
  }
  .productLayoutArea .productLayoutOuterBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #dbdbdb;
  }
  .productLayoutArea .productLayoutOuterBox::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .productLayoutArea .productLayoutOuterBox::-webkit-scrollbar-thumb {
    background: #003686;
  }
}

.productLayoutBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
  margin-top: 9.25rem;
  padding: 0 2.625rem;
}
@media (max-width: 1400px) {
  .productLayoutBox {
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .productLayoutBox {
    min-width: 950px;
    min-height: 450px;
    padding: 0 0 2rem 0;
    margin-top: 0;
  }
}
.productLayoutBox .leftAngle {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px #62bcea;
          box-shadow: 0 0 7px #62bcea;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -48px;
  translate: 0 -50%;
}
@media (max-width: 1400px) {
  .productLayoutBox .leftAngle {
    width: 54px;
    left: -42px;
  }
}
.productLayoutBox .leftAngle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 7px;
  height: auto;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px #62bcea;
          box-shadow: 0 0 7px #62bcea;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
.productLayoutBox .rightAngle {
  position: absolute;
  display: block;
  width: 70px;
  height: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px #62bcea;
          box-shadow: 0 0 7px #62bcea;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 1400px) {
  .productLayoutBox .rightAngle {
    width: 44px;
  }
}
.productLayoutBox .rightAngle::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
  -webkit-filter: drop-shadow(0 0 7px #62bcea);
          filter: drop-shadow(0 0 7px #62bcea);
}
@media (max-width: 1400px) {
  .productLayoutBox .rightAngle::after {
    border-width: 5px 0 5px 10px;
  }
}
.productLayoutBox .mainTitle {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
@media (max-width: 1400px) {
  .productLayoutBox .mainTitle {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .mainTitle {
    font-size: 20px;
  }
}
.productLayoutBox .smallCircleBox {
  position: relative;
}
.productLayoutBox .smallCircleBox .rightAngle {
  left: calc(100% - 12px);
}
.productLayoutBox .smallCircleBox .smallCircleItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  height: 175px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0.625rem;
  -webkit-box-shadow: inset 0 0 7px #62bcea, 0 0 7px #62bcea;
          box-shadow: inset 0 0 7px #62bcea, 0 0 7px #62bcea;
}
@media (max-width: 1400px) {
  .productLayoutBox .smallCircleBox .smallCircleItem {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .smallCircleBox .smallCircleItem {
    width: 130px;
    height: 130px;
  }
}
.productLayoutBox .smallCircleBox .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 32, 52, 0.5);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 7px rgba(98, 188, 234, 0.5);
          box-shadow: 0 0 7px rgba(98, 188, 234, 0.5);
}
@media (max-width: 1180px) {
  .productLayoutBox .smallCircleBox.fabBox .mainTitle {
    max-width: 65px;
  }
}
.productLayoutBox .smallCircleBox.fabBox .rightAngle {
  width: 58px;
}
@media (max-width: 1400px) {
  .productLayoutBox .smallCircleBox.fabBox .rightAngle {
    width: 48px;
  }
}
.productLayoutBox .smallCircleBox.fabBox .rightAngle::after {
  width: 7px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
}
.productLayoutBox .largeCircleBox {
  position: relative;
}
.productLayoutBox .largeCircleBox .rightAngle {
  width: 86px;
  left: calc(100% - 4px);
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox .rightAngle {
    width: 58px;
  }
}
.productLayoutBox .largeCircleBox .largeCircleItem {
  position: relative;
  width: 320px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox .largeCircleItem {
    width: 280px;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox .largeCircleItem {
    width: 240px;
    padding: 1.125rem;
  }
}
.productLayoutBox .largeCircleBox .mainTitle {
  position: absolute;
  top: 123%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
}
.productLayoutBox .largeCircleBox .borderBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productLayoutBox .largeCircleBox .circleBox {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: auto;
}
.productLayoutBox .largeCircleBox .circleBox .circle {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-linecap: round;
}
.productLayoutBox .largeCircleBox .circleBox .baseCircle {
  fill: rgba(19, 32, 52, 0.5);
}
.productLayoutBox .largeCircleBox .classTextList {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.productLayoutBox .largeCircleBox .classTextList li {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.productLayoutBox .largeCircleBox .classTextList li .text {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  padding: 1rem 0 1rem 2rem;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox .classTextList li .text {
    font-size: 18px;
    padding: 0.75rem 0 0.75rem 1.5rem;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox .classTextList li .text {
    font-size: 16px;
    padding: 0.625rem 0 0.625rem 1.25rem;
  }
}
.productLayoutBox .largeCircleBox .classTextList li .text::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.productLayoutBox .largeCircleBox .classTextList li .text::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.productLayoutBox .largeCircleBox .classTextList li .text .dot {
  content: "";
  width: 7px;
  height: auto;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
  scale: 0;
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox .classTextList li .text .dot {
    width: 6px;
  }
}
.productLayoutBox .largeCircleBox .classTextList li .shape {
  position: relative;
  display: block;
  width: 70px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox .classTextList li .shape {
    width: 60px;
    height: 28px;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox .classTextList li .shape {
    width: 50px;
    height: 20px;
  }
}
@media (min-width: 1181px) {
  .productLayoutBox .largeCircleBox .classTextList li.top .text:hover {
    color: #62bcea;
  }
}
.productLayoutBox .largeCircleBox .classTextList li.top .shape {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-bottom: -2rem;
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox .classTextList li.top .shape {
    margin-bottom: -1.25rem;
  }
}
.productLayoutBox .largeCircleBox .classTextList li.bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1181px) {
  .productLayoutBox .largeCircleBox .classTextList li.bottom .text:hover {
    color: #8963ff;
  }
}
.productLayoutBox .largeCircleBox .classTextList li.bottom .shape {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: -2rem;
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox .classTextList li.bottom .shape {
    margin-top: -1.25rem;
  }
}
.productLayoutBox .largeCircleBox .textList {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.productLayoutBox .largeCircleBox .textList li {
  position: absolute;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox .textList li {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox .textList li {
    font-size: 16px;
  }
}
.productLayoutBox .largeCircleBox.pcbBox .borderBox .blue {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  fill: none;
  stroke: #62bcea;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  stroke-dasharray: 920px;
}
.productLayoutBox .largeCircleBox.pcbBox .borderBox .purple {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  fill: none;
  stroke: #8963ff;
  stroke-width: 3px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  stroke-dasharray: 690px;
}
.productLayoutBox .largeCircleBox.pcbBox .fpcbSector {
  fill: #52d0ff;
}
.productLayoutBox .largeCircleBox.pcbBox .rpcbSector {
  fill: #8963ff;
}
.productLayoutBox .largeCircleBox.pcbBox .substrateSector {
  fill: #8963ff;
}
.productLayoutBox .largeCircleBox.pcbBox .fpcbText {
  top: 25%;
  left: 25%;
}
.productLayoutBox .largeCircleBox.pcbBox .rpcbText {
  bottom: 25%;
  left: 25%;
}
.productLayoutBox .largeCircleBox.pcbBox .substrateText {
  top: 45%;
  right: 10%;
}
.productLayoutBox .largeCircleBox.pcbBox .classTextList li.top {
  right: 49%;
  bottom: 98%;
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.pcbBox .classTextList li.top {
    right: 50%;
    bottom: 96%;
  }
}
.productLayoutBox .largeCircleBox.pcbBox .classTextList li.bottom {
  top: 101%;
  left: 51%;
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.pcbBox .classTextList li.bottom {
    top: 100%;
    left: 50%;
  }
}
.productLayoutBox .largeCircleBox.pcbBox .classTextList li.bottom .text {
  padding-left: 0;
}
.productLayoutBox .largeCircleBox.pcbBox {
  /* 滑鼠 hover 效果 */
}
.productLayoutBox .largeCircleBox.pcbBox.blueActive .rpcbSector,
.productLayoutBox .largeCircleBox.pcbBox.blueActive .substrateSector {
  fill: #52d0ff !important;
}
.productLayoutBox .largeCircleBox.pcbBox.blueActive .classTextList li.top .text {
  font-size: 26px;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox.pcbBox.blueActive .classTextList li.top .text {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.pcbBox.blueActive .classTextList li.top .text {
    font-size: 20px;
  }
}
.productLayoutBox .largeCircleBox.pcbBox.blueActive .classTextList li.top .text::before, .productLayoutBox .largeCircleBox.pcbBox.blueActive .classTextList li.top .text::after {
  width: 100%;
}
.productLayoutBox .largeCircleBox.pcbBox.blueActive .classTextList li.top .text .dot {
  scale: 1;
}
.productLayoutBox .largeCircleBox.pcbBox.purpleActive .baseCircle {
  fill: transparent;
}
.productLayoutBox .largeCircleBox.pcbBox.purpleActive .fpcbSector {
  fill: rgba(82, 208, 255, 0.3) !important;
}
.productLayoutBox .largeCircleBox.pcbBox.purpleActive .classTextList li.bottom .text {
  font-size: 26px;
  padding-left: 2rem;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox.pcbBox.purpleActive .classTextList li.bottom .text {
    font-size: 22px;
    padding-left: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.pcbBox.purpleActive .classTextList li.bottom .text {
    font-size: 20px;
    padding-left: 1rem;
  }
}
.productLayoutBox .largeCircleBox.pcbBox.purpleActive .classTextList li.bottom .text::before, .productLayoutBox .largeCircleBox.pcbBox.purpleActive .classTextList li.bottom .text::after {
  width: 100%;
}
.productLayoutBox .largeCircleBox.pcbBox.purpleActive .classTextList li.bottom .text .dot {
  scale: 1;
}
.productLayoutBox .largeCircleBox.pcbBox.fadeOut .baseCircle {
  fill: transparent;
}
.productLayoutBox .largeCircleBox.pcbBox.fadeOut .fpcbSector {
  fill: rgba(82, 208, 255, 0.3) !important;
}
.productLayoutBox .largeCircleBox.pcbBox.fadeOut .substrateSector,
.productLayoutBox .largeCircleBox.pcbBox.fadeOut .rpcbSector {
  fill: rgba(137, 99, 255, 0.3) !important;
}
.productLayoutBox .largeCircleBox.packagingBox .borderBox .blue {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  fill: none;
  stroke: #62bcea;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  stroke-dasharray: 460px;
}
.productLayoutBox .largeCircleBox.packagingBox .borderBox .purple {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #8963ff;
  stroke-width: 3px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  stroke-dasharray: 460px;
  stroke-dashoffset: 920px;
}
.productLayoutBox .largeCircleBox.packagingBox .packageSector {
  fill: #52d0ff;
}
.productLayoutBox .largeCircleBox.packagingBox .waferSector {
  fill: #8963ff;
}
.productLayoutBox .largeCircleBox.packagingBox .packageText {
  top: 25%;
  left: 50%;
  translate: -50% 0;
}
.productLayoutBox .largeCircleBox.packagingBox .waferText {
  bottom: 25%;
  left: 50%;
  translate: -50% 0;
}
.productLayoutBox .largeCircleBox.packagingBox .classTextList li.top {
  right: 50%;
  bottom: 101%;
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.packagingBox .classTextList li.top {
    bottom: 100%;
  }
}
.productLayoutBox .largeCircleBox.packagingBox .classTextList li.bottom {
  top: 101%;
  left: 50%;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox.packagingBox .classTextList li.bottom {
    top: 102%;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.packagingBox .classTextList li.bottom {
    top: 100%;
  }
}
.productLayoutBox .largeCircleBox.packagingBox .classTextList li.bottom .text {
  padding-left: 0;
}
.productLayoutBox .largeCircleBox.packagingBox {
  /* 滑鼠 hover 效果 */
}
.productLayoutBox .largeCircleBox.packagingBox.blueActive .baseCircle {
  fill: transparent;
}
.productLayoutBox .largeCircleBox.packagingBox.blueActive .waferSector {
  fill: rgba(137, 99, 255, 0.3) !important;
}
.productLayoutBox .largeCircleBox.packagingBox.blueActive .classTextList li.top .text {
  font-size: 26px;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox.packagingBox.blueActive .classTextList li.top .text {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.packagingBox.blueActive .classTextList li.top .text {
    font-size: 20px;
  }
}
.productLayoutBox .largeCircleBox.packagingBox.blueActive .classTextList li.top .text::before, .productLayoutBox .largeCircleBox.packagingBox.blueActive .classTextList li.top .text::after {
  width: 100%;
}
.productLayoutBox .largeCircleBox.packagingBox.blueActive .classTextList li.top .text .dot {
  scale: 1;
}
.productLayoutBox .largeCircleBox.packagingBox.purpleActive .baseCircle {
  fill: transparent;
}
.productLayoutBox .largeCircleBox.packagingBox.purpleActive .packageSector {
  fill: rgba(82, 208, 255, 0.3) !important;
}
.productLayoutBox .largeCircleBox.packagingBox.purpleActive .classTextList li.bottom .text {
  font-size: 26px;
  padding-left: 2rem;
}
@media (max-width: 1400px) {
  .productLayoutBox .largeCircleBox.packagingBox.purpleActive .classTextList li.bottom .text {
    font-size: 22px;
    padding-left: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .productLayoutBox .largeCircleBox.packagingBox.purpleActive .classTextList li.bottom .text {
    font-size: 20px;
    padding-left: 1rem;
  }
}
.productLayoutBox .largeCircleBox.packagingBox.purpleActive .classTextList li.bottom .text::before, .productLayoutBox .largeCircleBox.packagingBox.purpleActive .classTextList li.bottom .text::after {
  width: 100%;
}
.productLayoutBox .largeCircleBox.packagingBox.purpleActive .classTextList li.bottom .text .dot {
  scale: 1;
}
.productLayoutBox .largeCircleBox.packagingBox.fadeOut .baseCircle {
  fill: transparent;
}
.productLayoutBox .largeCircleBox.packagingBox.fadeOut .packageSector {
  fill: rgba(82, 208, 255, 0.3) !important;
}
.productLayoutBox .largeCircleBox.packagingBox.fadeOut .waferSector {
  fill: rgba(137, 99, 255, 0.3) !important;
}

.productSolutionsArea {
  position: relative;
  padding: 120px 0 130px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .productSolutionsArea {
    padding: 90px 0 100px;
  }
}
@media (max-width: 768px) {
  .productSolutionsArea {
    padding: 70px 0;
  }
}
.productSolutionsArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 991px) {
  .productSolutionsArea .topBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 480px) {
  .productSolutionsArea .topBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.productSolutionsArea .topBox .block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media (max-width: 480px) {
  .productSolutionsArea .topBox .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.625rem;
  }
}
.productSolutionsArea .topBox .titleBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
}
.productSolutionsArea .topBox .btnBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
  margin-top: 0;
  translate: 0 -3px;
}
@media (max-width: 1180px) {
  .productSolutionsArea .topBox .btnBox {
    max-width: 85px;
  }
}
@media (max-width: 768px) {
  .productSolutionsArea .topBox .btnBox {
    max-width: 80px;
  }
}
@media (max-width: 480px) {
  .productSolutionsArea .topBox .btnBox {
    translate: 0 0;
  }
}
.productSolutionsArea .topBox .controlBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
}
.productSolutionsArea .productSolutionsBox {
  position: relative;
  margin-top: 3rem;
}
@media (max-width: 480px) {
  .productSolutionsArea .productSolutionsBox {
    max-width: 300px;
    margin: 2rem auto 0;
  }
}
.productSolutionsArea .productSolutionsList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productSolutionsArea .productSolutionsList:not(.slick-slider) .productSolutionsItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .productSolutionsArea .productSolutionsList:not(.slick-slider) .productSolutionsItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .productSolutionsArea .productSolutionsList:not(.slick-slider) .productSolutionsItem {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .productSolutionsArea .productSolutionsList:not(.slick-slider) .productSolutionsItem {
    width: 100%;
  }
}
.productSolutionsArea .productSolutionsList .productSolutionsItem {
  position: relative;
}
.productSolutionsArea .productSolutionsList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .Txt {
    height: 100%;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .Txt .title {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .hoverBox {
    pointer-events: auto;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .hoverBox .title {
    opacity: 1;
    translate: 0 0;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .hoverBox .text {
    opacity: 1;
    translate: 0 0;
    -webkit-transition: all 0.5s ease-in-out 0.6s;
    transition: all 0.5s ease-in-out 0.6s;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .hoverBox .btnBox {
    opacity: 1;
    translate: 0 0;
    -webkit-transition: all 0.5s ease-in-out 0.7s;
    transition: all 0.5s ease-in-out 0.7s;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .hoverBox .btnBox .btn::before {
    width: 100%;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .hoverBox .btnBox .btn::after {
    border-color: #62bcea;
    -webkit-animation: btnArrowAni 1s ease-in-out 0.2s infinite;
            animation: btnArrowAni 1s ease-in-out 0.2s infinite;
  }
  .productSolutionsArea .productSolutionsList .item:has(.linkWrap):hover .hoverBox .btnBox .btn .btnText {
    color: #62bcea;
  }
}
.productSolutionsArea .productSolutionsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.productSolutionsArea .productSolutionsList .Txt {
  width: 100%;
  height: 103px;
  padding: 2rem 1rem;
  background-color: rgba(0, 54, 134, 0.8);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 1366px) {
  .productSolutionsArea .productSolutionsList .Txt {
    height: 83px;
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 1180px) {
  .productSolutionsArea .productSolutionsList .Txt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .productSolutionsArea .productSolutionsList .Txt {
    padding: 0.75rem 0.625rem;
  }
}
.productSolutionsArea .productSolutionsList .Txt .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out 0.4s;
  transition: opacity 0.5s ease-in-out 0.4s;
}
@media (max-width: 1366px) {
  .productSolutionsArea .productSolutionsList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .productSolutionsArea .productSolutionsList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .productSolutionsArea .productSolutionsList .Txt .title {
    font-size: 18px;
  }
}
.productSolutionsArea .productSolutionsList .hoverBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1.25rem;
  max-width: 265px;
  margin: 0 auto;
  pointer-events: none;
}
.productSolutionsArea .productSolutionsList .hoverBox .title {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productSolutionsArea .productSolutionsList .hoverBox .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #cccccc;
  text-align: center;
  margin-top: 2rem;
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productSolutionsArea .productSolutionsList .hoverBox .btnBox {
  width: 100%;
  margin-top: 3rem;
  opacity: 0;
  translate: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.productSolutionsArea .productSolutionsList .hoverBox .btnBox .btn {
  max-width: 120px;
}
.productSolutionsArea .productSolutionsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productSolutionsArea .controlBox {
  position: relative;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .productSolutionsArea .controlBox {
    display: none;
  }
}
@media (max-width: 991px) {
  .productSolutionsArea .controlBox {
    margin-top: 2rem;
  }
}

.newsArea {
  position: relative;
  background-image: url("../images/deco/news-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 140px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 90px 0 110px;
  }
}
@media (max-width: 768px) {
  .newsArea {
    padding: 70px 0 90px;
  }
}
.newsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.625rem 1.5rem;
}
@media (max-width: 768px) {
  .newsArea .wrap {
    gap: 1.5rem 1rem;
  }
}
.newsArea .titleBox {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.newsArea .functionBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 768px) {
  .newsArea .functionBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.newsArea .functionBox .controlBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.newsArea .functionBox .btnBox {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 90px;
}
@media (max-width: 1180px) {
  .newsArea .functionBox .btnBox {
    max-width: 85px;
  }
}
@media (max-width: 768px) {
  .newsArea .functionBox .btnBox {
    max-width: 80px;
  }
}
.newsArea .newsBox {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
@media (max-width: 768px) {
  .newsArea .newsBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.newsArea .newsBox .blindsBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.newsArea .newsBox .blindsBox .blinds {
  position: relative;
  display: block;
  width: 100%;
  height: 33.3333333333%;
  background-color: #0a1124;
}
.newsArea .newsBox .blindsBox .blinds:nth-child(1), .newsArea .newsBox .blindsBox .blinds:nth-child(3) {
  translate: 100% 0;
}
.newsArea .newsBox .blindsBox .blinds:nth-child(2) {
  translate: -100% 0;
}
.newsArea .newsList .slick-list {
  padding: 4px 0;
}
.newsArea .newsList .slick-slide + .slick-slide {
  border-top: 1px solid rgba(167, 167, 167, 0.5);
}
.newsArea .newsList .newsItem {
  position: relative;
}
@media (min-width: 1181px) {
  .newsArea .newsList .newsItem:hover::before {
    width: 100%;
  }
  .newsArea .newsList .newsItem:hover::after {
    height: 100%;
  }
  .newsArea .newsList .newsItem:hover .classTitleBox .title {
    color: #fff;
    background-color: #62bcea;
  }
}
.newsArea .newsList .newsItem::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(0, 54, 134, 0.5);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.newsArea .newsList .newsItem::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 2px;
  height: 0;
  background-color: #62bcea;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.newsArea .newsList .item {
  position: relative;
  padding: 2.5rem 1.25rem;
}
@media (max-width: 1180px) {
  .newsArea .newsList .item {
    padding: 2.25rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .item {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .item {
    padding: 1.25rem 0.625rem;
  }
}
.newsArea .newsList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .newsArea .newsList .Txt {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .Txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .Txt {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
    padding-right: 1rem;
  }
}
.newsArea .newsList .newsInfoBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 115px;
}
@media (max-width: 1180px) {
  .newsArea .newsList .newsInfoBox {
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsInfoBox {
    min-width: 95px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .newsInfoBox {
    min-width: 90px;
  }
}
.newsArea .newsList .newsInfoBox .dateBox {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #cccccc;
}
@media (max-width: 1180px) {
  .newsArea .newsList .newsInfoBox .dateBox {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsInfoBox .dateBox {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .newsInfoBox .dateBox {
    font-size: 14px;
  }
}
.newsArea .newsList .classTitleBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.newsArea .newsList .classTitleBox .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
  color: var(--newsMColor, #003686);
  text-align: center;
  background-color: var(--newsMBgColor, #62bcea);
  min-width: 125px;
  padding: 0.5rem 1.25rem;
  border-radius: 1.875rem;
}
@media (max-width: 1180px) {
  .newsArea .newsList .classTitleBox .title {
    font-size: 16px;
    min-width: 100px;
    padding: 0.375rem 0.75rem;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .classTitleBox .title {
    font-size: 15px;
    min-width: auto;
    padding: 0.375rem 0.625rem;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .classTitleBox .title {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
  }
}
.newsArea .newsList .newsTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
  .newsArea .newsList .newsTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .newsTitle {
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .newsArea .newsList .newsTitle {
    font-size: 15px;
  }
}
.newsArea .newsList .plusArrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
}
@media (max-width: 1180px) {
  .newsArea .newsList .plusArrow {
    width: 32px;
  }
}
@media (max-width: 768px) {
  .newsArea .newsList .plusArrow {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    right: 4px;
    bottom: auto;
    left: auto;
    translate: 0 -50%;
  }
}
.newsArea .newsList .plusArrow .arrow {
  position: relative;
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .newsArea .newsList .plusArrow .arrow {
    width: 8px;
  }
}
.newsArea .newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

footer {
  z-index: 1;
}
/*# sourceMappingURL=home.css.map */