    .product__commentArea  {
      text-align: center;
    }
    .product__commentArea .detItem__list {
      margin: 60px 0;
    }
    .product__commentArea .detItem__list li{
      list-style-type: none;
    }

    .product__commentArea,
    .product_comment_2 {
      max-width: 800px;
      margin: auto;
    }
    .product_comment_2 dl.specification dt,
    .product_comment_2 dl.specification dd {
      text-align: left;
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 14px;
    }
@media (max-width:768px) {
    .product_comment_2 dl.specification dt,
    .product_comment_2 dl.specification dd {
    font-size: 12px;
    }
}
.periodTable .periodTable__unit{
  display: flex;
}
.periodTable .periodTable__unit dt,
.periodTable .periodTable__unit dd{
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    font-weight: 500;
    letter-spacing: 1px;
}
.periodTable .periodTable__unit dt {
    flex: 0 0 120px;
    background-color: #f2f2f2;
}
.periodTable .periodTable__unit dd{
  flex: auto;
}
.periodBnr {
  margin: 15px 0;
}
@media (max-width:768px) {
.periodTable .periodTable__unit dt {
    flex: 0 0 90px;
}
.periodTable .periodTable__unit dt,
.periodTable .periodTable__unit dd{
    padding: 10px 5px;
    font-size: 12px;
}
}
  .stock__text {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .stock__text span{
    font-size: 16px;
    font-weight: bold;
  }
  @media (max-width:768px) {
  .stock__text {
    margin-top: 10px;
    font-size: 12px;
  }
  .stock__text span{
    font-size: 15px;
  }
  }