/* common */
html{
  scroll-behavior: smooth;
  scroll-padding-top: 300px;
  overflow-x: hidden;
}
body{
  overflow-x: hidden;
}
#container-box{
  display: none;
}
.content_wrap{
  width: 100%;
}


  .product-page {
    padding-bottom: 120px;
  }

  .product-anchor-nav {
    display: flex;
    gap: 12px;
    margin-top: 34px;
  }

  .product-anchor-nav__link {
    min-width: 160px;
    height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--color-red);
    color: #fff;
    font-size: var(--normal-txt);
    font-weight: var(--bold-weight);
    transition: opacity .3s;
  }

  .product-anchor-nav__link:hover {
    opacity: 0.85;
  }

  .product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 48px;
    align-items: start;
    margin-top: 26px;
  }

  .product-copy {
    color: var(--color-darkgray);
    font-size: var(--normal-txt);
    line-height: 1.9;
  }

  .product-copy p {
    margin: 0 0 20px;
  }

  .product-copy p:last-child {
    margin-bottom: 0;
  }

  .product-visual-placeholder,
  .product-image-placeholder {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-visual-placeholder img{
    width: 100%;
  }
  .product-image-placeholder::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid var(--color-gray);
  }

  .product-section {
    margin-top: 92px;
  }

  .product-section__row {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
  }

  .product-section__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--color-black);
    font-size: calc(var(--medium-txt) * 1.1);
    font-weight: var(--bold-weight);
  }

  .product-section__title::before {
    content: "";
    width: 5px;
    height: 18px;
    background: var(--color-red);
    flex: 0 0 auto;
  }

  .product-image-placeholder {
    aspect-ratio: 1 / 0.72;
  }

  .product-image-placeholder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-video-box {
    margin-top: 22px;
    position: relative;
    padding: 24px 56px 0 0;
  }
  .product-video-box.left{
    padding: 24px 0 0 56px;
  }
  .product-video-box::after {
    content: "";
    position: absolute;
    top: 12%;
    right: 0;
    width: 78%;
    height: calc(100% - 28px);
    background: var(--color-lightgray);
    z-index: -1;
  }
  .product-video-box.left::after{
    right: unset;
    left: 0;
  }
  .video-thumb.product-video-thumb {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 980px);
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }


  .product-video-thumb__play {
    position: relative;
    z-index: 2;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(23, 23, 23, 0.78);
    color: #fff;
    font-size: var(--large-txt);
  }

  .product-characteristics {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 28px;
  }

  .product-characteristics__item {
    min-width: 0;
  }

  .product-characteristics__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 40px;
    padding: 0 50px;
    margin-bottom: 16px;
    background: #8c8f99;
    color: #fff;
    font-size: var(--medium-txt);
    font-family: "Rajdhani", sans-serif !important;
    font-weight: var(--exbold-weight);
    clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%);
  }

  .product-characteristics__name {
    margin: 0 0 10px;
    color: var(--color-black);
    font-size: var(--normal-txt);
    font-weight: var(--bold-weight);
    line-height: 1.2;
  }
  .product-characteristics__name > span{color: var(--color-red);}
  .product-characteristics__desc {
    margin: 0;
    color: var(--color-darkgray);
    font-size: var(--small-txt);
    line-height: 1.2;
    word-break: keep-all;
  }

  .product-characteristics__desc + .product-characteristics__desc {
    margin-top: 8px;
  }

  .product-spec-table-wrap {
    margin-top: 26px;
  }

  .product-spec-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
  }

  .product-spec-table thead th {
    padding: 16px 12px;
    background: #6e7079;
    color: #fff;
    font-size: var(--small-txt);
    font-weight: var(--bold-weight);
    text-align: center;
    border: 1px solid #7f828d;
    vertical-align: middle;
  }

  .product-spec-table tbody td {
    padding: 14px 12px;
    color: var(--color-darkgray);
    font-size: var(--small-txt);
    text-align: center;
    border: 1px solid var(--color-gray);
    background: #fff;
    vertical-align: middle;
  }

  .product-spec-table tbody tr:nth-child(even) td {
    background: #fafafa;
  }


  /* 슬라이드 */

    .product-visual-slider {
    aspect-ratio: 1 / 0.82;
    position: absolute;
    overflow: hidden;
    width: 40%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
.product-visual-slider .swiper-slide img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 0;
  width: 38px;
  height: 38px;
  background: rgba(23,23,23,.28);
  color: #fff;
  cursor: pointer;
}
.hero-prev{ left: 10px; }
.hero-next{ right: 10px; }

/* badge color variants */
.product-characteristics__badge.badge-gray{ background: #8c8f99; }
.product-characteristics__badge.badge-black{ background: #171717; }
.product-characteristics__badge.badge-teal{ background: #2fadb8; }
.product-characteristics__badge.badge-blue{ background: #3f6ea8; }

/* table rank mark */
.check{
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgba(82, 82, 91, 0) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgba(82, 82, 91, .15) var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  background-image: conic-gradient(var(--tw-gradient-stops));
  -webkit-clip-path: polygon(50% 100%, 100% 50%, 50% 0, 0 50%);
  clip-path: polygon(50% 100%, 100% 50%, 50% 0, 0 50%);
  display: inline-block;
  height: 1.25rem;
  width: .875rem;
}



/* responsive */
@media (max-width: 1400px) {
  .product-page {
    padding-bottom: 100px;
  }

  .product-hero {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
  }

  .product-section__row {
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  .product-hero{
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-hero > div:first-child{
    order: 2; /* 텍스트/앵커 네비 */
  }

  .product-hero .product-visual-slider{
    order: 1; /* 슬라이더를 위로 */
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
  }
  .product-anchor-nav {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .product-anchor-nav__link {
    min-width: 150px;
  }

  .product-section {
    margin-top: 72px;
  }

  .product-section__row {
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
  }

  .product-image-placeholder {
    max-width: 760px;
  }

  .product-characteristics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 20px;
  }

  .product-video-box {
    padding: 18px 28px 0 0;
  }

  .product-video-box::after {
    width: 85%;
    height: calc(100% - 20px);
  }

  .product-spec-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--color-gray);
  }

  .product-spec-table {
    min-width: 980px;
  }
}

@media (max-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }

  .product-page {
    padding-bottom: 80px;
  }

  .product-hero {
    margin-top: 18px;
    gap: 20px;
  }

  .product-copy p {
    margin: 0 0 14px;
  }

  .product-anchor-nav {
    gap: 8px;
  }

  .product-anchor-nav__link {
    min-width: calc(50% - 4px);
    height: 46px;
    padding: 0 14px;
  }

  .product-section {
    margin-top: 56px;
  }

  .product-section__title {
    margin-bottom: 14px;
  }

  .product-video-box {
    margin-top: 14px;
    padding: 10px 0 0;
  }

  .product-video-box::after {
    display: none;
  }

  .product-characteristics {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-characteristics__badge {
    margin-bottom: 10px;
  }

  .product-spec-table thead th,
  .product-spec-table tbody td {
    padding: 10px 8px;
  }

  .hero-nav {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(23, 23, 23, 0.55);
    color: #fff;
    display: grid;
    place-items: center;
  }

  .hero-prev { left: 8px; }
  .hero-next { right: 8px; }
}

@media (max-width: 560px) {
  .product-anchor-nav__link {
    min-width: 100%;
  }

  .product-visual-slider {
    aspect-ratio: 4 / 3;
  }

  .product-image-placeholder::before {
    inset: 10px;
  }

  .product-spec-table {
    min-width: 860px;
  }
}
