.product_breadcrumbs {
  background-color: #f8fafc;
  border-bottom: 1px solid var(--border);
  padding: 1.4rem 0 1.5rem;
}
.product_breadcrumbs .breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.product_breadcrumbs .breadcrumbs span {
  font-size: 1.456rem;
  font-weight: 500;
  color: #1e293b;
  letter-spacing: 0;
}
.product_breadcrumbs .breadcrumbs span span::before {
  width: auto;
  height: auto;
  background: unset;
  content: ' / ';
  font-weight: 400;
  color: #cbd5e1;
  margin: 0 0.65rem 0 0.8rem;
}
.product_breadcrumbs .breadcrumbs span a {
  font-weight: 400;
  color: #64748b;
}
.product_show {
  padding: 6rem 0 8.6rem;
}
.product_show .swiper_box {
  width: 47.52314583%;
  padding-top: 0.5rem;
  position: sticky;
  top: 12rem;
}
.product_show .swiper_box > div {
  position: static;
}
.product_show .swiper_box + .head {
  max-width: 68.4rem;
}
.product_show .product_show_gallery_swiper {
  overflow: hidden;
  border-radius: 1.2rem;
  border: 1px solid #e1e5eb;
  background-image: linear-gradient(to bottom, #fff 34%, #dbdbdb);
}
.product_show .product_show_gallery_swiper .img {
  display: block;
  padding-bottom: 75.07331378%;
}
.product_show .product_show_gallery_swiper .img:hover img {
  transform: scale(1.02);
}
.product_show .product_show_thumbs_swiper {
  overflow: hidden;
  border-radius: 0.8rem;
  padding: 2px;
  margin: 1.6rem -2px 0;
}
.product_show .product_show_thumbs_swiper .swiper-slide {
  position: relative;
  max-width: 9rem;
  cursor: pointer;
}
.product_show .product_show_thumbs_swiper .swiper-slide::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 0.8rem;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.product_show .product_show_thumbs_swiper .swiper-slide-thumb-active::after {
  opacity: 1;
}
.product_show .product_show_thumbs_swiper .swiper-slide-thumb-active .img {
  background-color: #fff;
}
.product_show .product_show_thumbs_swiper .img {
  display: block;
  padding-bottom: 75.55555556%;
  border-radius: 0.8rem;
  background-color: var(--bg);
  transition: all 0.3s;
  overflow: hidden;
}
.product_show .product_show_thumbs_swiper .img:hover img {
  transform: scale(1.1);
}
.product_show .head {
  flex: 1;
  width: 100%;
}
.product_show .head h1 {
  font-size: 4.6rem;
  line-height: 1.30434783;
  font-weight: 600;
}
.product_show .head p {
  max-width: 65.7rem;
  margin-top: 3.5rem;
}
.product_show .ad_lis {
  margin-top: 2.5rem;
}
.product_show .ad_lis ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
}
.product_show .ad_lis li {
  display: grid;
  grid-template-columns: 4.1rem 1fr;
  align-items: center;
  font-size: 1.463rem;
  font-weight: 600;
  color: #1e293b;
  background-color: var(--bg);
  border-radius: 1rem;
  gap: 1.9rem;
  padding: 1.4rem 1.8rem 1.3rem;
}
.product_show .ad_lis .icon {
  padding-bottom: 100%;
  border-radius: 0.8rem;
  background-color: var(--primary);
}
.product_show .ad_lis .icon img {
  transform: scale(0.6097561);
}
.product_show .ad_lis span {
  margin-bottom: 2px;
}
.product_show .btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4.4rem;
}
.product_show .btn,
.product_show .btn_line {
  border-radius: 0.8rem;
  font-size: 1.688rem;
  border-width: 2px;
  line-height: 4.9rem;
  gap: 1.2rem;
  min-width: 22rem;
  padding: 0 3.5rem;
}
.product_show .btn::after {
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../img/arrow-r2.svg");
}
.product_show .btn_line {
  --anim: 0, 20%;
  flex-direction: row-reverse;
  border-color: var(--border);
  line-height: 5.1rem;
  gap: 1rem;
}
.product_show .btn_line::after {
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon-download2.svg") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  border-radius: 0;
}
.product_show .btn_line:hover {
  border-color: var(--primary);
}
.product_show .btn_line:hover::after {
  filter: contrast(0) brightness(2);
}
.product_show .cert_lis {
  border-top: 1px solid #e2e8f0;
  padding-top: 1.6rem;
  margin-top: 3.1rem;
}
.product_show .cert_lis ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 3.2rem;
}
.product_show .cert_lis li {
  display: flex;
  align-items: center;
  font-size: 1.463rem;
  color: #94a3b8;
  gap: 0.9rem;
}
.product_show .cert_lis img {
  display: block;
  flex-shrink: 0;
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
  margin-top: 2px;
}
.page_faqs {
  padding-bottom: 12.3rem;
}
.page_faqs .faqs {
  margin-top: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .product_show .head h1 {
    font-size: 4rem;
  }
  .product_show .btn,
  .product_show .btn_line {
    min-width: unset;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product_breadcrumbs {
    padding: 10px 0;
  }
  .product_breadcrumbs .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .product_breadcrumbs .breadcrumbs span {
    font-size: 14px;
  }
  .product_breadcrumbs .breadcrumbs span span::before {
    margin: 0 10px;
  }
  .product_show {
    padding: 30px 0 50px;
  }
  .product_show .swiper_box {
    padding: 0;
  }
  .product_show .product_show_gallery_swiper {
    border-radius: 10px;
  }
  .product_show .product_show_thumbs_swiper {
    margin: 14px 0 0;
  }
  .product_show .product_show_thumbs_swiper .swiper-slide {
    max-width: 60px;
  }
  .product_show .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .product_show .head p {
    margin-top: 12px;
  }
  .product_show .ad_lis {
    margin-top: 20px;
  }
  .product_show .ad_lis ul {
    gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
  }
  .product_show .ad_lis li {
    grid-template-columns: 32px 1fr;
    font-size: 14px;
    padding: 14px;
    gap: 14px;
    border-radius: 5px;
  }
  .product_show .ad_lis .icon {
    border-radius: 4px;
  }
  .product_show .ad_lis span {
    margin: 0;
  }
  .product_show .btns {
    margin-top: 20px;
    gap: 12px;
  }
  .product_show .btns .btn,
  .product_show .btns .btn_line {
    margin: 0;
    min-width: unset;
  }
  .product_show .btns .btn_line::after {
    width: 12px;
    height: 12px;
  }
  .product_show .cert_lis {
    margin-top: 20px;
    padding-top: 14px;
  }
  .product_show .cert_lis ul {
    gap: 16px;
  }
  .product_show .cert_lis li {
    font-size: 14px;
    gap: 6px;
  }
  .product_show .cert_lis li img {
    width: 12px;
    height: 12px;
    margin: 0;
  }
  .page_faqs {
    padding-bottom: 50px;
  }
  .page_faqs .faqs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .product_show .swiper_box {
    width: 100%;
    position: static;
  }
  .product_show .btns .btn,
  .product_show .btns .btn_line {
    width: 100%;
  }
}
