.products-detail {
  padding-top: 30px;
}

.products-detail .title {
  margin-bottom: 20px;
}

.products-detail .swiper-slide {
  cursor: pointer;
}

.products-detail .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1600 / 600;
}

.products-detail .swiper-gallery .swiper-container {
  border: 1px solid #F25C19;
}

.products-detail .swiper-thumbs {
  display: none;
}

.products-detail .sub-info {
  line-height: 1.8;
  margin-top: 15px;
  margin-bottom: 20px;
}

.products-detail .sub-info ol {
  list-style: decimal;
  padding-left: 16px;
}

.products-detail .sub-info ul {
  padding-left: 16px;
}

.products-detail .btn {
  display: block;
  width: 140px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 0 20px 0;
  background: var(--style-color);
}

.products-detail .btn i {
  margin-left: 12px;
  font-weight: bold;
  font-size: 20px;
}

.products-detail .tab-back {
  margin-top: 30px;
}

.products-detail .list-tag {
  margin-bottom: 25px;
}

.products-detail .tab-list {
  justify-content: flex-start;
}

.products-detail .tab-list li {
  padding: 7px 15px;
  font-family: 'NTSomic-B';
  color: var(--style-color);
  border: 1px solid var(--style-color);
  cursor: pointer;
}

.products-detail .tab-list li.active {
  color: #fff;
  background: var(--style-color);
}

.products-detail .tab-pane p {
  line-height: 1.8;
}

.products-detail .tab-pane h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
}

.products-detail .tab-pane .row {
  align-items: center;
}

.products-detail .tab-pane .row>div:last-child {
  padding: 30px 15px;
}

.products-detail .tab-pane table tr, .products-detail .tab-pane table th, .products-detail .tab-pane table td {
  border-color: #BBB;
}

.products-detail .tab-pane table tr:first-child td {
  font-size: 18px;
  font-family: 'NTSomic-B';
  color: var(--style-color);
}

.products-detail .tab-pane iframe {
  width: 100%;
  aspect-ratio: 5 / 3;
}

@media (min-width: 768px) {
  .products-detail .swiper-thumbs {
    display: block;
    padding: 0 26px;
    margin-top: 26px;
    position: relative;
  }

  .products-detail .swiper-thumbs .swiper-slide {
    border: 1px solid var(--style-color);
  }

  .products-detail .prev-btn, .products-detail .next-btn {
    font-size: 20px;
  }

  .products-detail .list-tag {
    border-bottom: 2px solid rgba(242, 92, 25, .5);
  }

  .products-detail .tab-list {
    margin-bottom: -1px;
  }

  .products-detail .tab-list li {
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .products-detail .tab-list li:not(:last-child) {
    margin-right: -1px;
  }
}

@media (min-width: 992px) {
  .products-detail .tab-pane .row:nth-child(even) {
    flex-direction: row-reverse;
  }

  .products-detail .tab-pane .row:nth-child(odd)>div:first-child {
    padding-right: 0;
  }

  .products-detail .tab-pane .row:nth-child(odd)>div:last-child {
    padding-left: 30px;
  }

  .products-detail .tab-pane .row:nth-child(even)>div:first-child {
    padding-left: 0;
  }

  .products-detail .tab-pane .row:nth-child(even)>div:last-child {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .products-detail {
    padding-top: 64px;
  }

  .products-detail .title {
    margin-bottom: 48px;
  }

  .products-detail .sub-info {
    margin-top: 38px;
    margin-bottom: 35px;
  }

  .products-detail .btn {
    width: 160px;
    transition: opacity .3s;
  }

  .products-detail .btn:hover {
    opacity: .8;
  }

  .products-detail .btn i {
    font-size: 24px;
  }

  .products-detail .tab-back {
    margin-top: 70px;
  }

  .products-detail .list-tag {
    margin-bottom: 50px;
  }

  .products-detail .tab-list li {
    width: 243px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .products-detail .tab-pane .row>div:last-child {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .products-detail .tab-pane h2 {
    font-size: 26px;
    margin-bottom: 36px;
  }

  .products-detail .tab-pane .row:nth-child(odd)>div:last-child {
    padding-left: 60px;
  }

  .products-detail .tab-pane .row:nth-child(even)>div:last-child {
    padding-right: 60px;
  }

  .products-detail .tab-pane table tr, .products-detail .tab-pane table th, .products-detail .tab-pane table td {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .products-detail .tab-pane table tr:first-child td {
    font-size: 20px;
  }
}

@media (min-width: 1440px) {
  .products-detail .tab-pane .row:nth-child(odd)>div:last-child {
    padding-left: 80px;
  }

  .products-detail .tab-pane .row:nth-child(even)>div:last-child {
    padding-right: 80px;
  }
}

@media (min-width: 1640px) {
  .products-detail .sub-info {
    margin-bottom: 45px;
  }

  .products-detail .tab-pane .row:nth-child(odd)>div:last-child {
    padding-left: 115px;
  }

  .products-detail .tab-pane .row:nth-child(even)>div:last-child {
    padding-right: 115px;
  }
}


/* recommend */
.recommend {
  padding: 30px 0;
}

.recommend .title {
  text-align: left;
  margin-bottom: 20px;
}

.recommend .scale-img {
  border: 1px solid #707070;
}

.recommend .scale-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 475 / 299;
}

.recommend .tit {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'NTSomic-B';
}

.recommend .info {
  line-height: 1.8;
  max-height: 87px;
}

@media (min-width: 1200px) {
  .recommend {
    padding: 57px 0 60px;
  }

  .recommend .title {
    margin-bottom: 40px;
  }

  .recommend .tit {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1640px) {
  .recommend {
    padding-bottom: 84px;
  }

  .recommend .title {
    margin-bottom: 55px;
  }

  .recommend .tit {
    margin-top: 35px;
    margin-bottom: 17px;
  }
}