#todaysValue ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 916px;
  gap: 20px 30px;
  margin: auto;
  font-size: 20px;
}
#todaysValue ul li.todaysValueList {
  position: relative;
  width: 443px;
}
#todaysValue ul li.todaysValueList.ssv::before,
#todaysValue ul li.todaysValueList.netSsv::before,
#todaysValue ul li.todaysValueList.ggv::before,
#todaysValue ul li.todaysValueList.netGgv::before,
#todaysValue ul li.todaysValueList.preOrderSsv::before,
#todaysValue ul li.todaysValueList.happyPriceValue::before,
#todaysValue ul li.todaysValueList.sevenDaysValue::before {
  content: '';
  position: absolute;
  background-image: url("/com/images/common/icon_ssv_series.png");
  z-index: 1;
  background-size: 95px auto;
  width: 70px;
}
#todaysValue ul li.todaysValueList.ssv::before {
  background-position: 0 0;
  height: 23px;
  top: -10px;
}
#todaysValue ul li.todaysValueList.ssv .productBox {
  background-color: #fff9d9;
}
#todaysValue ul li.todaysValueList.netSsv::before {
  background-position: 0 -79px;
  height: 17px;
  top: -7px;
}
#todaysValue ul li.todaysValueList.netSsv .productBox {
  background-color: #fff9d9;
}
#todaysValue ul li.todaysValueList.anniversary .productBox {
  background-color: #fee9b4;
}
#todaysValue ul li.todaysValueList.ggv::before {
  background-position: 0 -38px;
  height: 23px;
  top: -10px;
}
#todaysValue ul li.todaysValueList.ggv .productBox {
  background-color: #f8e9e9;
}
#todaysValue ul li.todaysValueList.netGgv::before {
  background-position: 0 -110px;
  height: 17px;
  top: -8px;
}
#todaysValue ul li.todaysValueList.netGgv .productBox {
  background-color: #f8e9e9;
}
#todaysValue ul li.todaysValueList.preOrderSsv::before {
  background-position: 0 -303px;
  height: 32px;
  top: -14px;
}
#todaysValue ul li.todaysValueList.happyPriceValue::before {
  background-position: 0 -237px;
  height: 21px;
  top: -10px;
}
#todaysValue ul li.todaysValueList.sevenDaysValue::before {
  background-position: 0 -143px;
  height: 15px;
  top: -5px;
}
#todaysValue ul li.todaysValueList .productBox {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.03);
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.03);
  border: 1px solid #ddd;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#todaysValue ul li.todaysValueList .productBox .image {
  position: relative;
}
#todaysValue ul li.todaysValueList .productBox .image .noStock {
  position: absolute;
  background-image: url("/img/icon/icon_thankyou400.png");
  background-size: 100%;
  width: 48px;
  height: 48px;
  bottom: 6px;
  right: 6px;
  z-index: 1;
}
#todaysValue ul li.todaysValueList .productBox .image img {
  display: block;
}
#todaysValue ul li.todaysValueList .productBox .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 14px 9px;
  gap: 6px;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyTop .preOrder {
  width: 123px;
  height: 25px;
  background-color: #ffe88e;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyTop .productName {
  font-size: 14px;
  line-height: 120%;
  max-height: 34px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyTop .saleInfoBox {
  font-size: 12px;
  line-height: 140%;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyTop .saleInfoBox .regularPrice.lineThrough {
  text-decoration: line-through;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyBottom .monthlyPayment {
  font-size: 10px;
  line-height: 140%;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyBottom .priceInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyBottom .priceInfo .salesPriceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyBottom .priceInfo .salesPriceBox .salesPrice {
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  color: #e4007f;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyBottom .priceInfo .salesPriceBox .priceTax {
  font-size: 12px;
  line-height: 100%;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyBottom .priceInfo .discountRateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
}
#todaysValue ul li.todaysValueList .productBox .body .bodyBottom .priceInfo .discountRateBox .discountRate {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #f17fbf;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
