.buying-guide .tab-content .img-wrap .bubble-wrap {
  --pc-top: 46%;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .subtab-wrap .point-wrap#buying-point-1-2 .content .btn-wrap a.btn-product {
    width: 192px;
  }
}
.buying-guide .procuct-summary .sticky-product-no .inner .inner2 div span,
.buying-guide .procuct-summary .procuct-no span {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background: #ccc;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .buying-guide .procuct-summary .procuct-no span {
    margin: 0 5px;
  }
}
.buying-guide .media-wrap.autoplay-slider-wrap .slider-controls {
  right: 20px;
}
.buying-guide .product-table .table-wrap table {
  min-width: 710px;
}
.buying-guide .product-table .table-wrap table .col1 {
  width: 150px;
}
.buying-guide .product-table .table-wrap table .col2 {
  width: 180px;
}
.buying-guide .product-table .table-wrap thead tr:first-child th:first-child {
  width: 330px;
}
@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,
  .buying-guide .product-table .table-wrap table .col2 {
    width: 70px;
  }
  .buying-guide .product-table .table-wrap table thead tr:first-child th:first-child {
    width: 140px;
  }
  .buying-guide .product-table .table-wrap table tbody th,
  .buying-guide .product-table .table-wrap table tbody .th2 {
    width: 70px;
  }
}

.buying-guide .procuct-summary .des {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
}