@keyframes loading-spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.buying-guide .tab-content .slider-controls {
  right: 20px;
}
.buying-guide .product-table .table-wrap table {
  min-width: 520px;
}
.buying-guide .product-table .table-wrap table .col1,
.buying-guide .product-table .table-wrap table thead tr:first-child th:first-child {
  width: 330px;
}
.buying-guide .product-table .table-wrap .y.text p {
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .product-table .table-wrap table {
    max-width: calc(100vw - 40px);
  }
  .buying-guide .product-table .table-wrap table .col1 {
    width: 140px;
  }
  .buying-guide .product-table .table-wrap table thead tr:first-child th:first-child,
  .buying-guide .product-table .table-wrap table tbody th {
    width: 140px;
  }
  .buying-guide .product-table .table-wrap .y.text p {
    font-size: 12px;
  }
}
.buying-guide .point-box .media-des {
  margin-top: 88px;
}
.buying-guide .media-des {
  margin-top: 50px;
}
.buying-guide .media-des h5 {
  font-size: 32px;
  color: inherit;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-align: center;
}
.buying-guide .media-des .video-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  border-radius: 12px;
}
.buying-guide .media-des .video-wrap.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.buying-guide .media-des .video-wrap.loading:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: loading-spin 0.8s linear infinite;
  pointer-events: none;
  z-index: 3;
}
.buying-guide .media-des .video-wrap video {
  display: block;
  width: 100%;
}
.buying-guide .media-des .video-wrap .btn-pause {
  right: 52px;
}
.buying-guide .media-des .video-wrap .btn-mute {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  z-index: 1;
  background: url(/kr/story/buying-guide/2025/img/ic32_sound_on.svg) no-repeat center/100%;
  font-size: 0;
}
.buying-guide .media-des .video-wrap .btn-mute.muted {
  background-image: url(/kr/story/buying-guide/2025/img/ic32_sound_off.svg);
}
@media only screen and (max-width: 1023px) {
  .buying-guide .media-des h5 {
    font-size: 18px;
  }
  .buying-guide .media-des .video-wrap {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    border-radius: 0;
  }
  .buying-guide .media-des .video-wrap .btn-pause {
    right: 60px;
    bottom: 20px;
    width: 32px;
    height: 32px;
  }
  .buying-guide .media-des .video-wrap .btn-mute {
    bottom: 20px;
    width: 32px;
    height: 32px;
  }
}
.buying-guide .point-tip {
  margin-top: 50px;
}