@import 'notosanstc.css';
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.product-card-wrap,
.product-card-bottom-wrap {
  width: 1100px;
  margin: auto;
}

.product-title-wrap {
  position: relative;
  margin: 5rem auto;
}
.product-title-wrap div {
  position: absolute;
  width: 55%;
  top: 0;
  left: 0;
}
.product-title-wrap div h2 {
  font-size: 2.375rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.product-title-wrap div p {
  font-size: 1.375rem;
  line-height: 180%;
}
.product-title-wrap .product-top-img {
  position: relative;
  display: block;
  margin: auto;
  margin-right: 0;
  top: -1rem;
  width: 45%;
}

.product-main-title {
  position: relative;
  font-weight: normal;
  text-align: center;
  margin: 7rem auto 3rem auto;
}
.product-main-title h2 {
  font-size: 2rem;
}

.product-card-wrap,
.product-card-bottom-wrap {
  position: relative;
}
.product-card-wrap .card-container-noswiper .card-wrapper,
.product-card-bottom-wrap .card-container-noswiper .card-wrapper {
  justify-content: flex-start;
}
.product-card-wrap .card-container-noswiper .card-slide,
.product-card-bottom-wrap .card-container-noswiper .card-slide {
  width: calc((100% - 51px) / 2);
}
.product-card-wrap .card-container-noswiper .card-slide:nth-child(even),
.product-card-bottom-wrap .card-container-noswiper .card-slide:nth-child(even) {
  margin: 25px 0;
  margin-left: 50px;
}
.product-card-wrap .card-container-noswiper .card-slide:nth-child(odd),
.product-card-bottom-wrap .card-container-noswiper .card-slide:nth-child(odd) {
  margin: 25px 0;
}
.product-main-bottom-wrap {
  position: relative;
  padding: 5rem 0;
  margin-top: 3rem;
  background: #ebebeb;
}
.product-main-bottom-wrap .product-main-title {
  margin: 1rem auto;
}
.product-main-bottom-wrap .product-main-title span {
  background: #ebebeb;
}

.product-card-bottom-wrap .card-container .card-slide article {
  position: absolute;
  top: 1rem;
  left: 0;
  font-weight: bold;
  background: none;
}
.product-card-bottom-wrap .card-container .card-slide article h3 {
  font-size: 2rem;
}
.product-card-bottom-wrap .card-container .card-slide article span {
  display: block;
  font-size: 1.375rem;
  margin-top: 0.5rem;
}
.product-card-bottom-wrap .card-container .card-slide .card-img {
  height: 275px;
  padding: 0;
  background-size: auto 75% !important;
  background-position: right 3rem center !important;
  background-repeat: no-repeat !important;
}
.product-card-bottom-wrap .card-container .card-slide::after {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .product-card-wrap,
  .product-card-bottom-wrap {
    width: 900px;
  }
  .product-card-bottom-wrap .card-container .card-slide .card-img {
    height: 225px;
  }
}
@media only screen and (max-width: 1024px) {
  .product-card-wrap,
  .product-card-bottom-wrap {
    overflow: hidden;
    width: 100%;
  }
  .product-card-wrap .card-container,
  .product-card-bottom-wrap .card-container {
    padding-bottom: 2.5rem;
  }
  .product-card-wrap .card-container-noswiper .card-slide:nth-child(even), .product-card-wrap .card-container-noswiper .card-slide:nth-child(odd),
  .product-card-bottom-wrap .card-container-noswiper .card-slide:nth-child(even),
  .product-card-bottom-wrap .card-container-noswiper .card-slide:nth-child(odd) {
    margin: auto;
  }
  .product-title-wrap {
    margin: 3rem auto;
  }
  .product-title-wrap div {
    position: static;
    width: 100%;
  }
  .product-title-wrap .product-top-img {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
  .product-main-title {
    margin: 5rem auto 1.5rem auto;
  }
  .product-main-title span {
    padding: 0 1.5rem;
  }
  .product-main-bottom-wrap {
    padding: 3rem 0;
  }
  .product-main-bottom-wrap .card-container {
    padding: 0;
  }
  .product-main-bottom-wrap .card-container .card-wrapper {
    margin: 0;
  }
  .product-main-bottom-wrap .card-container .card-wrapper .card-slide {
    display: block;
    width: 100%;
    height: 100% !important;
    margin: 1rem 0;
  }
  .product-main-bottom-wrap .card-container .card-wrapper .card-slide .card-img {
    height: 0;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .product-title-wrap div h2 {
    font-size: 1.75rem;
  }
  .product-title-wrap div p {
    font-size: 1rem;
  }
  .product-main-title h2,
  .product-card-bottom-wrap .card-container .card-slide article h3 {
    font-size: 1.75rem;
  }
  .product-card-bottom-wrap .card-container .card-slide article {
    padding: 1.5rem;
    top: 0;
  }
  .product-card-bottom-wrap .card-container .card-slide .card-img {
    background-position: right 1rem center !important;
  }
}/*# sourceMappingURL=product.css.map */