/* CSS Document */
.waferList .waferCard, .waferList .waferBtn .plus::after, .waferList .waferItem::before, .catalogArea .dataItem .hover, .catalogArea .dataItem .txtBox, .catalogArea .dataItem .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding-bottom: 0 !important;
}

.technicalArea {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 1180px) {
  .technicalArea {
    padding: 60px 0;
  }
}

.technicalList {
  position: relative;
}
.technicalList.aniStart::before {
  -webkit-animation: aniHeight 3.5s ease-in-out 0.2s;
          animation: aniHeight 3.5s ease-in-out 0.2s;
}
.technicalList::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d88138;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
}
@media (max-width: 991px) {
  .technicalList::before {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .technicalList::before {
    left: 35px;
  }
}
@media (max-width: 575px) {
  .technicalList::before {
    display: none;
  }
}
.technicalList .technicalItem {
  position: relative;
}
.technicalList .technicalItem + .technicalItem {
  margin-top: 4.25rem;
}
@media (max-width: 1280px) {
  .technicalList .technicalItem + .technicalItem {
    margin-top: 3rem;
  }
}
@media (max-width: 575px) {
  .technicalList .technicalItem + .technicalItem {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .technicalList .technicalItem:nth-child(even) .leftBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .technicalList .technicalItem:nth-child(even) .centralBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .technicalList .technicalItem:nth-child(even) .rightBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
}
.technicalList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media (max-width: 575px) {
  .technicalList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}
.technicalList .leftBox {
  position: relative;
  width: calc((100% - 90px) / 2 - 0.625rem);
}
@media (max-width: 1280px) {
  .technicalList .leftBox {
    width: calc((100% - 80px) / 2 - 0.625rem);
  }
}
@media (max-width: 991px) {
  .technicalList .leftBox {
    display: none;
  }
}
.technicalList .leftBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.technicalList .centralBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1280px) {
  .technicalList .centralBox {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .technicalList .centralBox {
    width: 70px;
  }
}
@media (max-width: 575px) {
  .technicalList .centralBox {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.technicalList .centralBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #d88138;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (min-width: 576px) {
  .technicalList .centralBox::before {
    display: none;
  }
}
.technicalList .centralBox .iconBox {
  position: relative;
  width: 90px;
  height: 90px;
  background-color: #d88138;
  border-radius: 50%;
  padding: 20px;
  z-index: 1;
}
@media (max-width: 1280px) {
  .technicalList .centralBox .iconBox {
    width: 80px;
    height: 80px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .technicalList .centralBox .iconBox {
    width: 70px;
    height: 70px;
    padding: 14px;
  }
}
.technicalList .centralBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.technicalList .centralBox.aniStart::before {
  -webkit-animation: aniWidth 0.8s ease-in-out both;
          animation: aniWidth 0.8s ease-in-out both;
}
.technicalList .rightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 90px) / 2 - 0.625rem);
  padding-left: 2.75rem;
}
@media (max-width: 1499px) {
  .technicalList .rightBox {
    padding-left: 0;
  }
}
@media (max-width: 1280px) {
  .technicalList .rightBox {
    width: calc((100% - 80px) / 2 - 0.625rem);
  }
}
@media (max-width: 991px) {
  .technicalList .rightBox {
    width: calc(100% - 80px - 1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .technicalList .rightBox {
    width: calc(100% - 70px - 1.25rem);
  }
}
@media (max-width: 575px) {
  .technicalList .rightBox {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .technicalList .rightBox .Img {
    display: none;
  }
}
.technicalList .rightBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.technicalList .Txt {
  position: relative;
}
.technicalList .Txt .titleBox {
  margin-bottom: 0.5rem;
}
.technicalList .Txt .titleBox .decoTitle {
  text-transform: uppercase;
}
.technicalList .Txt .titleBox .title {
  font-weight: 500;
  margin-top: 0.5rem;
}
.technicalList .Txt .txtBox {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .technicalList .Txt .txtBox {
    margin-top: 0.625rem;
  }
}
.technicalList .Txt .txtBox .textEditor {
  font-weight: 300;
  letter-spacing: 0.05em;
}
.technicalList .Txt .txtBox .textEditor .fontWeight {
  font-weight: 400;
}
.technicalList .Txt .txtBox .textEditor ul li::marker {
  color: #d88138;
}
.technicalList .Txt .txtBox .textEditor ul li + li {
  margin-top: 0.25rem;
}

.catalogArea {
  position: relative;
  padding-bottom: 4px;
}
.catalogArea .wrap {
  max-width: 100%;
  padding: 0;
}
.catalogArea .dataBox {
  position: relative;
}
.catalogArea .dataList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 991px) {
  .catalogArea .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogArea .dataItem {
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .catalogArea .dataItem {
    width: 100%;
  }
}
.catalogArea .dataItem .item {
  position: relative;
  overflow: clip;
}
@media (min-width: 1181px) {
  .catalogArea .dataItem .item:hover .Img img {
    scale: 0.95;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .catalogArea .dataItem .item:hover .Txt .txtBox {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .catalogArea .dataItem .item:hover .hover {
    opacity: 1;
  }
  .catalogArea .dataItem .item:hover .hover .txtBox {
    -webkit-animation: aniSlideDown 0.6s ease-in-out 0.2s both;
            animation: aniSlideDown 0.6s ease-in-out 0.2s both;
  }
  .catalogArea .dataItem .item:hover .hover .intro {
    -webkit-animation: aniSlideDown 0.6s ease-in-out 0.4s both;
            animation: aniSlideDown 0.6s ease-in-out 0.4s both;
  }
  .catalogArea .dataItem .item:hover .hover .btnBox {
    -webkit-animation: aniSlideDown 0.6s ease-in-out 0.6s both;
            animation: aniSlideDown 0.6s ease-in-out 0.6s both;
  }
  .catalogArea .dataItem .item:hover .square {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
    -webkit-transition: clip-path 0.6s linear, opacity 0.5s ease-in-out 0.2s;
    transition: clip-path 0.6s linear, opacity 0.5s ease-in-out 0.2s;
  }
}
.catalogArea .dataItem .Img {
  overflow: clip;
}
@media (max-width: 991px) {
  .catalogArea .dataItem .Img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .catalogArea .dataItem .Img {
    height: 250px;
  }
}
.catalogArea .dataItem .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to Bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
}
.catalogArea .dataItem .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 991px) {
  .catalogArea .dataItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.catalogArea .dataItem .Txt {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .Txt {
    padding: 1.5rem;
  }
}
.catalogArea .dataItem .Txt .txtBox {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .Txt .txtBox {
    display: none;
  }
}
.catalogArea .dataItem .Txt .txtBox::before {
  width: 0;
}
.catalogArea .dataItem .txtBox {
  position: relative;
  padding-bottom: 1.5rem;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .txtBox {
    padding-bottom: 1rem;
  }
}
.catalogArea .dataItem .txtBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.catalogArea .dataItem .txtBox .engTitle {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .txtBox .engTitle {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .catalogArea .dataItem .txtBox .engTitle {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .catalogArea .dataItem .txtBox .engTitle {
    font-size: 30px;
  }
}
.catalogArea .dataItem .txtBox .title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .txtBox .title {
    font-size: 20px;
  }
}
.catalogArea .dataItem .hover {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .hover {
    padding: 1.5rem;
    opacity: 1;
  }
}
.catalogArea .dataItem .intro {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  max-width: 550px;
  margin: 1.25rem auto 0;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .intro {
    font-size: 16px;
    margin-top: 1rem;
  }
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .intro {
    display: block;
    font-size: 15px;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .catalogArea .dataItem .intro {
    display: none;
  }
}
.catalogArea .dataItem .btnBox {
  margin-top: 3.625rem;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .btnBox {
    margin-top: 2rem;
  }
}
@media (max-width: 1180px) {
  .catalogArea .dataItem .btnBox {
    display: block;
    margin-top: 1.5rem;
  }
}
.catalogArea .dataItem .square {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  clip-path: inset(50% 0 50% 0);
  -webkit-transition: clip-path 0.6s linear 0.5s, opacity 0.5s ease-in-out 0.3s;
  transition: clip-path 0.6s linear 0.5s, opacity 0.5s ease-in-out 0.3s;
  pointer-events: none;
  z-index: 1;
}
.catalogArea .dataItem .square rect {
  stroke: #f8f8f8;
  stroke-width: 64;
}
@media (max-width: 1499px) {
  .catalogArea .dataItem .square rect {
    stroke-width: 32;
  }
}
.catalogArea .dataItem .linkWrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.classNoteArea {
  position: relative;
  padding: 90px 0;
}
@media (max-width: 768px) {
  .classNoteArea {
    padding: 60px 0;
  }
}
.classNoteArea .classNoteBox {
  position: relative;
}
.classNoteArea .classNoteBox .titleBox .title {
  margin-top: 0.5rem;
}
.classNoteArea .classNoteBox .titleBox .text {
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.08em;
  max-width: 1250px;
  margin: 1.5rem auto 0;
}
@media (max-width: 1180px) {
  .classNoteArea .classNoteBox .titleBox .text {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .classNoteArea .classNoteBox .titleBox .text {
    margin-top: 0.5rem;
  }
}

.insPageArea {
  position: relative;
  padding: 85px 0;
}
@media (max-width: 1280px) {
  .insPageArea {
    padding: 60px 0;
  }
}
@media (max-width: 1180px) {
  .insPageArea {
    padding: 40px 0;
  }
}
.insPageArea .contentList {
  position: relative;
}
.insPageArea .contentItem {
  position: relative;
}
.insPageArea .item {
  position: relative;
}

.waferArea {
  position: relative;
  background-image: url("../images/deco/catalog/wafer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 130px 0 45px;
  margin-bottom: 4px;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .waferArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .waferArea {
    padding: 60px 0;
    background-attachment: initial;
  }
}
.waferArea .waferBox {
  position: relative;
  max-width: 1320px;
}
.waferArea .imgBox {
  position: relative;
}
@media (max-width: 1180px) {
  .waferArea .imgBox {
    margin-bottom: 2rem;
  }
}
.waferArea .imgBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.waferArea .imgBox .Img:not(.img01) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.waferArea .contentBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1180px) {
  .waferArea .contentBox {
    position: relative;
  }
}

.waferList {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .waferList {
    display: none;
  }
}
.waferList .waferItem {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .waferList .waferItem {
    position: relative;
    pointer-events: auto;
  }
}
.waferList .waferItem::before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.waferList .waferItem.show::before {
  width: 180px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.waferList .waferItem.show .waferBtn .plus::after {
  rotate: 90deg;
}
.waferList .waferItem.show .waferBtn .title {
  clip-path: inset(0 100% 0 0);
}
.waferList .waferItem.show .waferCard {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.waferList .waferItem:nth-child(1) {
  left: -7%;
  bottom: 23.5%;
}
@media (max-width: 1599px) {
  .waferList .waferItem:nth-child(1) {
    left: -30px;
  }
}
@media (max-width: 1366px) {
  .waferList .waferItem:nth-child(1) {
    left: 0;
    bottom: 27%;
  }
}
@media (max-width: 1280px) {
  .waferList .waferItem:nth-child(1) {
    bottom: 28%;
  }
}
.waferList .waferItem:nth-child(1)::before {
  bottom: 32%;
  right: 40px;
}
@media (max-width: 1599px) {
  .waferList .waferItem:nth-child(1)::before {
    bottom: 30%;
  }
}
@media (max-width: 1366px) {
  .waferList .waferItem:nth-child(1)::before {
    bottom: 27.5%;
    right: 20px;
  }
}
.waferList .waferItem:nth-child(1) .waferBtn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  top: 80px;
}
.waferList .waferItem:nth-child(1) .waferCard {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.waferList .waferItem:nth-child(2) {
  top: -23%;
  right: -65px;
}
@media (max-width: 1599px) {
  .waferList .waferItem:nth-child(2) {
    top: -20%;
    right: 2%;
  }
}
@media (max-width: 1366px) {
  .waferList .waferItem:nth-child(2) {
    top: -17%;
    right: 3%;
  }
}
@media (max-width: 1280px) {
  .waferList .waferItem:nth-child(2) {
    top: -18%;
    right: 0;
  }
}
.waferList .waferItem:nth-child(2)::before {
  left: 40px;
  bottom: 50%;
}
@media (max-width: 1599px) {
  .waferList .waferItem:nth-child(2)::before {
    left: 20px;
  }
}
@media (max-width: 1599px) {
  .waferList .waferItem:nth-child(2) .item {
    -webkit-column-gap: 150px;
       -moz-column-gap: 150px;
            column-gap: 150px;
  }
}
.waferList .waferItem:nth-child(2) .waferCard {
  clip-path: inset(0 100% 0 0);
  top: 50px;
}
.waferList .waferItem:nth-child(2).show .waferCard {
  clip-path: inset(0 0 0 0);
}
.waferList .waferItem:nth-child(3) {
  bottom: 25%;
  right: -85px;
}
@media (max-width: 1599px) {
  .waferList .waferItem:nth-child(3) {
    right: 8%;
  }
}
@media (max-width: 1366px) {
  .waferList .waferItem:nth-child(3) {
    right: 10%;
  }
}
@media (max-width: 1280px) {
  .waferList .waferItem:nth-child(3) {
    bottom: 23%;
    right: 5%;
  }
}
.waferList .waferItem:nth-child(3).show .waferCard {
  clip-path: inset(0 0 0 0);
}
.waferList .waferItem:nth-child(3)::before {
  left: 40px;
  bottom: 50%;
}
.waferList .waferItem:nth-child(3) .waferCard {
  clip-path: inset(0 100% 0 0);
  top: 100px;
}
.waferList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 155px;
     -moz-column-gap: 155px;
          column-gap: 155px;
}
@media (max-width: 1599px) {
  .waferList .item {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.waferList .waferBtn {
  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: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 40px;
  pointer-events: auto;
  z-index: 1;
}
.waferList .waferBtn .icon {
  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;
  height: 48px;
  background-color: #d88138;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1366px) {
  .waferList .waferBtn .icon {
    width: 40px;
    height: 40px;
  }
}
.waferList .waferBtn .icon::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(216, 129, 56, 0.5);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  -webkit-animation: breathingBig 1.5s ease-in-out infinite;
          animation: breathingBig 1.5s ease-in-out infinite;
}
.waferList .waferBtn .plus {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}
@media (max-width: 1366px) {
  .waferList .waferBtn .plus {
    width: 12px;
    height: 12px;
  }
}
.waferList .waferBtn .plus::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.waferList .waferBtn .plus::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.waferList .waferBtn .title {
  display: block;
  width: 160px;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  padding: 7px 32px 7px 54px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10px;
  translate: 0 -50%;
  clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 1366px) {
  .waferList .waferBtn .title {
    width: 140px;
    font-size: 20px;
    padding: 5px 28px 5px 48px;
  }
}
.waferList .waferCard {
  position: relative;
  width: 435px;
  background-color: #fff;
  padding: 2rem 2.5rem 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 0 100%);
  z-index: 2;
}
@media (max-width: 1599px) {
  .waferList .waferCard {
    width: 380px;
    padding: 1.5rem 2rem 2.5rem;
  }
}
@media (max-width: 1366px) {
  .waferList .waferCard {
    width: 350px;
    padding: 1rem 1.5rem 1.5rem;
  }
}
.waferList .waferCard .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.waferList .waferCard .Txt {
  position: relative;
  margin-top: 0.25rem;
}
.waferList .waferCard .Txt .title {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
}
@media (max-width: 1366px) {
  .waferList .waferCard .Txt .title {
    font-size: 23px;
  }
}
.waferList .waferCard .Txt .text {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #383838;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 0.625rem;
  padding-top: 1rem;
}
@media (max-width: 1366px) {
  .waferList .waferCard .Txt .text {
    font-size: 16px;
    padding-top: 0.75rem;
    margin-top: 0.5rem;
  }
}

.waferListMobile {
  position: relative;
  margin: 0 -10px;
}
@media (min-width: 1181px) {
  .waferListMobile {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .waferListMobile {
    margin: 0 -20px;
  }
}
@media (max-width: 375px) {
  .waferListMobile {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .waferListMobile .slick-list {
    padding: 0 80px;
  }
}
@media (max-width: 480px) {
  .waferListMobile .slick-list {
    padding: 0 40px;
  }
}
@media (max-width: 375px) {
  .waferListMobile .slick-list {
    padding: 0;
  }
}
.waferListMobile:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  overflow: hidden;
}
.waferListMobile:not(.slick-slider) .waferItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.waferListMobile .waferItem {
  position: relative;
  padding: 0 10px;
}
.waferListMobile .item {
  position: relative;
  background-color: #fff;
  padding: 2rem 2.5rem 3rem;
}
@media (max-width: 768px) {
  .waferListMobile .item {
    padding: 1.5rem;
  }
}
@media (max-width: 375px) {
  .waferListMobile .item {
    padding: 1.25rem;
  }
}
.waferListMobile .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.waferListMobile .Txt {
  position: relative;
  margin-top: 0.25rem;
}
.waferListMobile .Txt .title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
}
@media (max-width: 768px) {
  .waferListMobile .Txt .title {
    font-size: 20px;
  }
}
.waferListMobile .Txt .text {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #383838;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 0.75rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .waferListMobile .Txt .text {
    font-size: 15px;
  }
}
/*# sourceMappingURL=catalog.css.map */