.serviceApplication .bottomBox .item .Txt, .serviceApplication .bottomBox .item, .serviceIntroduction .tabItem::before, .arrowBox .arrowBtn {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body:not(.WebSiteHome) .outerWrap:not(:has(.bannerArea)) .mainArea {
  padding-top: 0;
}
body:not(.WebSiteHome) .outerWrap {
  overflow: visible;
}
body:not(.WebSiteHome) .mainArea {
  padding: 0;
  overflow: visible;
}
body:not(.WebSiteHome) .mainArea .contentBox {
  padding: 0;
}

.bannerArea {
  background: linear-gradient(to bottom, white 0, white calc(100% - 90px), transparent 100%);
  z-index: 4;
}

@media (max-width: 640px) {
  section .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  section .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .titleBox .subtitle {
  color: #fdd000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  padding: 0 0 15px 0;
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
section .titleBox .subtitle .icon {
  padding-bottom: 8px;
  width: 33px;
}
section .titleBox .title {
  color: #000;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  section .titleBox .title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  section .titleBox .title {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
section .titleBox .text {
  color: #000;
}
section .btnBox {
  margin-left: -25px;
}
@media (max-width: 640px) {
  section .btnBox {
    margin-left: 0;
  }
}
section .btnBox .btn {
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
section .btnBox .btn svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 1181px) {
  section .btnBox .btn:hover {
    background-color: transparent;
    color: #000;
  }
}

.arrowBox {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.arrowBox .arrowBtn {
  width: 50px;
  height: 50px;
  border: 1px solid #595757;
  border-radius: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.arrowBox .arrowBtn svg {
  width: 20px;
  height: 20px;
  fill: #595757;
}
@media (min-width: 1181px) {
  .arrowBox .arrowBtn:hover {
    border-color: transparent;
    background-color: #fdd000;
  }
  .arrowBox .arrowBtn:hover svg {
    fill: #fdd000;
  }
}

.controlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.controlBlock .arrowBox {
  gap: 4px;
  height: 45px;
}
.controlBlock .arrowBox .arrowBtn {
  width: 45px;
  height: 45px;
}

.serviceExosome {
  padding-top: 210px;
  margin-top: -100px;
  padding-bottom: 180px;
  background-image: url(../images/ins/service_exosome_bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
.serviceExosome .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serviceExosome .topBox .title {
  font-size: 58px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .serviceExosome .topBox .title {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .serviceExosome .topBox .title {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
}
.serviceExosome .bottomBox {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 25px;
}
.serviceExosome .bottomBox .cellBox {
  position: relative;
}
.serviceExosome .bottomBox .cellBox .pic {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.serviceExosome .bottomBox .cellBox .pic img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceExosome .bottomBox .cellBox .pic:first-child {
  position: static;
  width: 100%;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(1) {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(2) {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(3) {
  -webkit-animation: floatAnimation 6s ease-in-out infinite;
          animation: floatAnimation 6s ease-in-out infinite;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(4) {
  -webkit-animation: floatAnimation 6s ease-in-out infinite;
          animation: floatAnimation 6s ease-in-out infinite;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(5) {
  -webkit-animation: floatAnimation 3s ease-in-out infinite;
          animation: floatAnimation 3s ease-in-out infinite;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(6) {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(7) {
  -webkit-animation: floatAnimation 5s ease-in-out infinite;
          animation: floatAnimation 5s ease-in-out infinite;
}
.serviceExosome .bottomBox .cellBox .pic:nth-child(8) {
  -webkit-animation: floatAnimation 4s ease-in-out infinite;
          animation: floatAnimation 4s ease-in-out infinite;
}
.serviceExosome .decoArea {
  pointer-events: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.serviceExosome .decoArea .listBox {
  position: relative;
  top: calc(50% - 60px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
}
.serviceExosome .decoArea .textList:not(.slick-slider) {
  overflow: hidden;
}
.serviceExosome .decoArea .textList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serviceExosome .decoArea .text {
  padding: 0 50px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.serviceExosome .decoArea .deco_down {
  width: 100%;
  height: 180px;
  position: absolute;
  top: calc(100% - 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.serviceExosome .decoArea .deco_down .line {
  width: 1px;
  height: 180px;
  background-color: #fdd000;
  position: relative;
}
.serviceExosome .decoArea .deco_down .line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fdd000;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.serviceIntroduction {
  overflow: hidden;
  padding-top: 415px;
  margin-top: -215px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/ins/service_introduction_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 1180px) {
  .serviceIntroduction {
    padding-top: 350px;
  }
}
.serviceIntroduction .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .serviceIntroduction .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceIntroduction .wrap::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 290px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1180px) {
  .serviceIntroduction .wrap::before {
    display: none;
  }
}
.serviceIntroduction .leftBox {
  width: 25%;
  padding-top: 110px;
}
@media (max-width: 1180px) {
  .serviceIntroduction .leftBox {
    width: 100%;
    padding-top: 50px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .serviceIntroduction .leftBox {
    padding-top: 0;
  }
}
.serviceIntroduction .leftBox .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .serviceIntroduction .leftBox .titleBox {
    margin-bottom: 30px;
  }
}
.serviceIntroduction .tabBox {
  padding: 40px 0;
}
@media (max-width: 1180px) {
  .serviceIntroduction .tabBox {
    padding-top: 0;
  }
}
.serviceIntroduction .tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.serviceIntroduction .tabItem {
  padding: 10px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.serviceIntroduction .tabItem::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #fdd000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1181px) {
  .serviceIntroduction .tabItem:hover::before {
    content: "";
    position: absolute;
    width: 100%;
  }
}
.serviceIntroduction .tabItem .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
}
.serviceIntroduction .tabItem.active::before {
  content: "";
  position: absolute;
  width: 100%;
}
.serviceIntroduction .rightBox {
  width: 75%;
}
@media (max-width: 1180px) {
  .serviceIntroduction .rightBox {
    width: 100%;
  }
}
.serviceIntroduction .dataList:not(.slick-slider) {
  overflow: hidden;
}
.serviceIntroduction .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serviceIntroduction .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  .serviceIntroduction .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .serviceIntroduction .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.serviceIntroduction .item .imgBox {
  padding: 20px;
}
.serviceIntroduction .item .Img {
  width: 100%;
  max-width: 580px;
  position: relative;
}
@media (max-width: 768px) {
  .serviceIntroduction .item .Img {
    max-width: 420px;
  }
}
.serviceIntroduction .item .Img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fdd000;
  top: -20px;
  right: -20px;
  z-index: -1;
  border-radius: 7%;
}
.serviceIntroduction .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 7%;
}
.serviceIntroduction .item .Txt {
  width: 100%;
  max-width: 420px;
  padding-left: 60px;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .serviceIntroduction .item .Txt {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .serviceIntroduction .item .Txt {
    padding-left: 0;
  }
}
.serviceIntroduction .item .top {
  padding: 20px 0;
}
.serviceIntroduction .item .top .numBox {
  color: #fdd000;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  padding-bottom: 10px;
}
.serviceIntroduction .item .top .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding-bottom: 20px;
  height: 65px;
}
.serviceIntroduction .item .text {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
  height: 265px;
}
@media (max-width: 1024px) {
  .serviceIntroduction .item .text {
    padding-top: 0;
  }
}

.serviceMachine {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .serviceMachine {
    padding: 80px 0;
  }
}
.serviceMachine .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .serviceMachine .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .serviceMachine .titleBox.pc {
    display: none;
  }
}
.serviceMachine .titleBox.mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1025px) {
  .serviceMachine .titleBox.mobile {
    display: none;
  }
}
.serviceMachine .leftBox {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .serviceMachine .leftBox {
    width: 100%;
  }
}
.serviceMachine .leftBox .dataSecondBox {
  opacity: 0.3;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 330px;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .serviceMachine .leftBox .dataSecondBox {
    display: none;
  }
}
.serviceMachine .leftBox .dataSecondBox .secondList:not(.slick-slider) {
  overflow: hidden;
}
.serviceMachine .leftBox .dataSecondBox .secondList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serviceMachine .leftBox .dataSecondBox .item .Img {
  width: 100%;
}
.serviceMachine .leftBox .dataSecondBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceMachine .leftBox .dataSecondBox .item .Txt {
  width: 100%;
}
.serviceMachine .leftBox .dataSecondBox .item .Txt .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.5;
  height: 70px;
  padding-bottom: 10px;
}
.serviceMachine .leftBox .dataBox {
  width: 100%;
  max-width: 560px;
  position: relative;
  margin-left: -30px;
}
@media (max-width: 1024px) {
  .serviceMachine .leftBox .dataBox {
    margin-left: 0;
  }
}
.serviceMachine .leftBox .dataBox .decoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.serviceMachine .leftBox .dataBox .decoBox .picBox {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceMachine .leftBox .dataBox .decoBox .roundBg {
  width: 1120px;
  position: absolute;
  bottom: -25px;
  right: -190px;
}
.serviceMachine .leftBox .dataBox .decoBox .roundBox {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 1/1;
  height: auto;
  padding: 45px;
}
.serviceMachine .leftBox .dataBox .decoBox .roundBox .round {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.serviceMachine .leftBox .dataBox .decoBox .roundBox .round img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.serviceMachine .leftBox .dataBox .decoBox .roundBox .pic {
  position: relative;
  background-color: #ebebeb;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  outline: 10px solid #fff;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
}
.serviceMachine .leftBox .dataBox .decoBox .roundBox .pic::after {
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  border-radius: 50%;
  border: 2px solid #fdd000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.serviceMachine .leftBox .dataBox .js-dataList:not(.slick-slider) {
  overflow: hidden;
  max-height: 670px;
}
.serviceMachine .leftBox .dataBox .js-dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serviceMachine .leftBox .dataBox .item {
  aspect-ratio: 1/1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 120px;
}
@media (max-width: 1180px) {
  .serviceMachine .leftBox .dataBox .item {
    padding: 100px;
  }
}
.serviceMachine .leftBox .dataBox .item .Img {
  width: 100%;
  max-width: 320px;
}
.serviceMachine .leftBox .dataBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceMachine .leftBox .dataBox .item .linkWrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  margin: auto;
}
.serviceMachine .leftBox .controlBlock {
  margin-top: 10px;
  padding-right: 20px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .serviceMachine .leftBox .controlBlock {
    padding-right: 0;
  }
}
.serviceMachine .leftBox .controlBlock .arrowBox {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
.serviceMachine .leftBox .controlBlock .arrowBox .arrowBtn {
  pointer-events: auto;
}
.serviceMachine .rightBox {
  width: 50%;
  margin-left: auto;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .serviceMachine .rightBox {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.serviceMachine .rightBox .decoBox {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.serviceMachine .rightBox .decoBox .deco_ball {
  width: 100%;
  max-width: 380px;
  position: absolute;
  left: 70%;
  top: -50px;
}
.serviceMachine .rightBox .titleBox {
  padding-left: 85px;
  margin-bottom: 50px;
}
.serviceMachine .rightBox .dataBox {
  width: 100%;
  padding: 65px 70px 55px 85px;
  position: relative;
}
@media (max-width: 480px) {
  .serviceMachine .rightBox .dataBox {
    padding: 40px 20px;
  }
}
.serviceMachine .rightBox .dataBox::after {
  content: "";
  position: absolute;
  background-color: #f5f5f5;
  height: 100%;
  width: 50vw;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .serviceMachine .rightBox .dataBox::after {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
}
.serviceMachine .rightBox .dataList:not(.slick-slider) {
  overflow: hidden;
  max-height: 320px;
}
.serviceMachine .rightBox .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serviceMachine .rightBox .top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.serviceMachine .rightBox .top .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.5;
  height: 90px;
}
.serviceMachine .rightBox .text {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.95;
  height: 145px;
}

.serviceApplication {
  background-color: #f4f5f6;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .serviceApplication {
    padding: 80px 0;
  }
}
.serviceApplication::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  right: 65px;
  background-image: url(../images/ins/about_team_bg.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.serviceApplication .wrap {
  position: relative;
  z-index: 2;
}
.serviceApplication .topBox {
  padding-top: 10px;
  padding-bottom: 40px;
}
.serviceApplication .topBox .titleBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  margin: 0;
}
@media (max-width: 768px) {
  .serviceApplication .topBox .titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.serviceApplication .topBox .titleBox .text {
  padding-left: 20px;
  letter-spacing: 0.75px;
}
.serviceApplication .bottomBox {
  margin: 0 -25px;
  padding-bottom: 20px;
}
.serviceApplication .bottomBox .dataList:not(.slick-slider) {
  overflow: hidden;
  max-height: 500px;
}
.serviceApplication .bottomBox .dataList:not(.slick-slider) .dataItem:not(:first-child) {
  display: none;
}
.serviceApplication .bottomBox .dataItem {
  padding: 100px 20px 10px;
}
.serviceApplication .bottomBox .item {
  position: relative;
}
@media (min-width: 1181px) {
  .serviceApplication .bottomBox .item:hover {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .serviceApplication .bottomBox .item:hover .Txt {
    outline: 6px solid #fdd000;
  }
}
.serviceApplication .bottomBox .item .Img {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  max-width: 83px;
  padding: 20px;
  background-color: #fdd000;
  border-radius: 50%;
  outline: 10px solid #fff;
}
.serviceApplication .bottomBox .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceApplication .bottomBox .item .Txt {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  outline: 6px solid transparent;
}
@media (max-width: 480px) {
  .serviceApplication .bottomBox .item .Txt {
    padding: 30px;
    padding-top: 50px;
  }
}
.serviceApplication .bottomBox .item .Txt .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.serviceApplication .bottomBox .item .Txt .expBox {
  padding-top: 20px;
  min-height: 100px;
}

.serviceExp .wrap {
  max-width: 100%;
  padding: 0;
}