.buying-guide .tab-content .img-wrap .bubble-wrap {
  --pc-top: 46%;
  --mobile-top: 50%;
}
.buying-guide .product-table .table-wrap table {
  min-width: 710px;
}
.buying-guide .product-table .table-wrap table .col1 {
  width: 100px;
}
.buying-guide .product-table .table-wrap table .col2 {
  width: 150px;
}
.buying-guide .product-table .table-wrap thead tr:first-child th:first-child {
  width: 252px;
}
@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: 67px;
  }
}