.home_product {
  padding: 7rem 0;
  overflow: hidden;
}
.home_product .swiper_box {
  margin-top: 0.3rem;
}
.home_product .home_product_swiper {
  overflow: hidden;
}
.home_product .home_product_swiper .swiper-slide-active ~ .swiper-slide .img {
  transform: translate(-25.5%, -2.9%) scale(0.83817427);
  transform-origin: left bottom;
}
.home_product .home_product_swiper .swiper-slide-active .img {
  transform: scale(1);
}
.home_product .home_product_swiper .swiper-slide-active .info {
  opacity: 1;
}
.home_product .home_product_swiper .item {
  display: block;
}
.home_product .home_product_swiper .img {
  max-width: 48.2rem;
  margin: 0 auto;
  transition: all 0.3s;
  transform: translate(31.5%, -2.9%) scale(0.83817427);
  transform-origin: right bottom;
}
.home_product .home_product_swiper .info {
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
}
.home_product .home_product_swiper .info .title {
  font-weight: 600;
  font-size: 3.6rem;
  margin-top: 2rem;
  letter-spacing: 0.025em;
}
.home_product .home_product_swiper .info .desc {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 2rem;
}
.home_product .swiper_btns {
  top: 42.9%;
}
.home_product .swiper_controls {
  position: static;
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 2.6rem;
}
.home_product .swiper_controls .pagination {
  gap: 1.6rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.home_product .swiper_controls .pagination::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1px;
  background-color: rgba(9, 27, 53, 0.5);
}
.home_product .swiper_controls .pagination .current {
  order: -1;
  font-weight: 500;
}
.home_product .swiper_controls .pagination .total {
  color: rgba(9, 27, 53, 0.5);
}
.home_product .swiper_controls .swiper-pagination {
  margin-left: auto;
}
/* .home_case {
  overflow: hidden;
  padding: 5.4rem 0 4.8rem;
}
.home_case .head {
  position: relative;
  z-index: 2;
}
.home_case .swiper_box {
  margin-top: -10.2rem;
}
.home_case .home_case_cylinder {
  cursor: grab;
  touch-action: pan-y;
}
.home_case .home_case_cylinder.is-dragging {
  cursor: grabbing;
}
.home_case .home_case_cylinder .img {
  padding-bottom: 145.539906%;
  box-shadow: 0.8rem 0.2rem 1.1rem rgba(6, 80, 186, 0.41);
}
.home_case .home_case_cylinder .title {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
} */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_product .home_product_swiper {
    overflow: unset;
  }
  .home_product .home_product_swiper .img {
    transform: translateX(25%) scale(0.7);
    transform-origin: right center;
  }
  .home_product .home_product_swiper .swiper-slide-active ~ .swiper-slide .img {
    transform: translateX(-25%) scale(0.7);
    transform-origin: left center;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_product .home_product_swiper {
    overflow: unset;
  }
  .home_product .home_product_swiper .img {
    transform: translateX(10%) scale(0.6);
  }
  .home_product .home_product_swiper .swiper-slide-active ~ .swiper-slide .img {
    transform: translateX(-10%) scale(0.6);
  }
}
@media screen and (max-width: 768px) {
  .home_product {
    padding: 50px 0;
  }
  .home_product .swiper_box {
    margin-top: 20px;
  }
  .home_product .home_product_swiper {
    overflow: unset;
  }
  .home_product .home_product_swiper .img {
    transform: translateX(10%) scale(0.7);
    transform-origin: right center;
  }
  .home_product .home_product_swiper .swiper-slide-active ~ .swiper-slide .img {
    transform: translateX(-10%) scale(0.7);
    transform-origin: left center;
  }
  .home_product .home_product_swiper .info .title {
    font-size: 18px;
    margin-top: 20px;
  }
  .home_product .home_product_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_product .swiper_controls {
    gap: 20px;
    margin-top: 30px;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
  }
  .home_product .swiper_controls .btn {
    grid-column: -1/1;
    order: -1;
    width: max-content;
    margin: 0 auto;
  }
  .home_product .swiper_controls .pagination {
    font-size: 14px;
    gap: 12px;
  }
  .home_product .swiper_controls .pagination::before {
    width: 18px;
  }
  .home_product .swiper_controls .swiper_btns {
    padding: 0;
    width: auto;
    margin: 0;
  }
  .home_product .swiper_controls .swiper-pagination {
    width: 100px;
  }
  /* .home_case {
    padding: 50px 0;
  }
  .home_case .swiper_box {
    margin: -80px 0;
  } */
}