.single-product-main-image {
  width: 40%;
}

/* 상품 요약 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.joint-series {
  margin: 24px 0;
}

.joint-series__head {
  margin-bottom: 20px;
  text-align: left;
}

.joint-series__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 6px;
}

.joint-series__subtitle {
  margin: 0;
  color: #555;
}

.joint-series__section-title {
  font-size: 18px;
  font-weight: 700;
  margin: 22px 0 10px;
}

.joint-series__feature-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.joint-series__feature-item strong {
  display: inline-block;
  margin-right: 6px;
}

.joint-series__type-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.joint-series__type-list li {
  background: #f6f7fb;
  border: 1px solid #eceff5;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 14px;
}

.joint-series__feature-item {
  font-size: 16px;
  line-height: 1.4;
}

.joint-series__types-note {
  margin-top: 8px;
  color: #666;
}

.spec-table-wrap {
  border-top: 3px solid #6a53ff;
  margin-top: 10px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  color: #111;
}

.spec-table .col-label {
  width: 160px;
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  vertical-align: middle;
}

.spec-table th {
  background: #f6f7fb;
  color: #555;
  font-weight: 600;
  text-align: left;
  border-right: 1px solid #efeff4;
}

.spec-table tbody tr + tr th,
.spec-table tbody tr + tr td {
  border-top: 1px solid #e7e8ee;
}

.spec-desc {
  margin-top: 12px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.joint-series__summary {
  margin-top: 18px;
  color: #333;
}

@media (max-width: 480px) {
  .spec-table .col-label {
    width: 120px;
  }

  .spec-table {
    font-size: 15px;
  }

  .spec-desc {
    font-size: 14px;
  }
}

/* 상품 설명 */

.woocommerce-tabs h2 {
  display: none;
}

#tab-description .s3-wrapper {
  width: auto;
  margin-inline: 0;
  margin-bottom: 36px;
}

#tab-description .s3-head {
  margin-bottom: 72px;
}

#tab-description .s3-head .s3-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}

#tab-description .s3-head .s3-subtitle {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  color: #222;
  margin-top: 4px;
}

#tab-description .s3-steps {
  display: flex;
  list-style: none;
  margin: 0;
  justify-content: space-evenly;
}

#tab-description .s3-steps .step-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}

#tab-description .s3-steps .step-card img {
  margin: 48px 0;
}

#tab-description .s3-steps .step-card .step-num {
  color: #949494;
  line-height: 26px;
  font-size: 14px;
  padding: 0 14px;
  border-radius: 18px;
  border: 1px solid #c6c6c6;
  margin-bottom: 18px;
}

#tab-description .s3-steps .step-card .step-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

#tab-description .s3-steps .step-card .step-desc {
  color: #9ca7b3;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  #tab-description .s3-steps {
    flex-direction: column;
    gap: 36px;
  }
}

/* 상품 메인 이미지 slick */

/* 메인 이미지 1장만 표시 */
/* .product-view img {
  display: none;
}

.product-view img.active {
  display: block;
} */

/* 썸네일 영역 */
/* .product-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.product-thumbs img {
  width: 60px;
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 6px;
  transition: 0.2s ease;
}

.product-thumbs img.active,
.product-thumbs img:hover {
  opacity: 1;
  transform: scale(1.05);
} */
/* ---------------------------------- */
/* 메인 이미지: product-view 단위로 제어 */
/* .product-box01 .product-view {
  display: none;
}
.product-box01 .product-view.active {
  display: block;
} */

/* 썸네일 */
/* .product-box01 .product-thumbs-wrap {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.product-box01 .product-thumbs {
  margin: 0 !important;
  width: auto !important;
}

.product-box01 .product-thumbs img {
  width: 60px;
  height: auto;
  display: block;
  opacity: 0.6;
  border-radius: 6px;
  transition: 0.2s ease;
}

.product-box01 .product-thumbs.active img,
.product-box01 .product-thumbs:hover img {
  opacity: 1;
  transform: scale(1.05);
} */
/* --------------------------------------- */
/* 메인 이미지 : active 만 표시 */
.product-box01 .product-view {
  display: none;
}

.product-box01 .product-view.active {
  display: block;
}

/* 썸네일 래퍼 */
.product-box01 .product-thumbs-wrap {
  margin-top: 12px;
}

/* 썸네일 한 줄 정렬 */
.product-box01 .product-thumbs {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* 혹시 남아있는 br 방어 */
.product-box01 .product-thumbs br {
  display: none;
}

/* 썸네일 이미지 */
.product-box01 .product-thumbs img {
  width: 60px !important;
  max-width: none !important;
  height: auto;
  flex: 0 0 60px;
  display: block;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 6px;
  transition: 0.2s ease;
}

.product-box01 .product-thumbs img.active,
.product-box01 .product-thumbs img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.product-box .right .product-cate .special-heading-border {
  display: none;
}

.product-box .right .product-title h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.av-7vdom-982989aa4563b20d90026993bafdc838 .hr-inner {
  border-color: #ddd !important;
}

.product-spec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.product-spec .pricing-table {
  display: flex;
  align-items: center;
}

.product-spec .pricing-table li {
  background-color: #fff !important;
  border: none !important;
  font-size: 24px !important;
  text-align: left;
}

.product-spec .pricing-table li:first-of-type {
  width: 20% !important;
  font-weight: 700 !important;
  flex: 4;
}
.product-spec .pricing-table li:nth-of-type(2) {
  flex: 6;
}

.shop-link-btn a {
  font-size: 20px !important;
  line-height: normal !important;
  border: 1px solid #333 !important;
  padding: 10px 15px !important;
  display: inline-block !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  color: var(--enfold-main-color-primary) !important;
}

.shop-link-btn a:hover {
  color: #fff !important;
  background-color: #17277d !important;
}

.product-set-box .set-title {
  margin-bottom: 40px;
}

.product-set-box .set-title h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
}

.product-set-box .box {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
}
.product-set-box .box::before,
.product-set-box .box::after {
  display: none;
}

.product-set-box .box .left {
  margin: 0;
}

.product-set-box .box .av_textblock_section {
  width: 70%;
  height: 100%;
}

.product-set-box .box .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.product-set-box .box .right .title2 {
  font-size: 22px;
  font-weight: 500;
  color: #2239b9;
}
.product-set-box .box .right .desc {
  font-size: 18px;
  line-height: normal;
  padding: 10px 15px 0;
}
