.sct_10.lists-row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 40px;
}

.sct_10 .sct_li {
  width: calc((100% - 23px * 4) / 4);
  margin-bottom: 0;
  padding: 0;
  float: none;
}

.sct_10 .sct_txt {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sct_10 .sct_txt a {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.sct_10 .sct_basic {
  margin-right: 5px;
  color: #767676;
  font-size: 16px;
  line-height: 22px;
}

.sct_10 .sct_cost {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  margin: 5px 0 0;
}

.sct_10 .sct_img a {
  /* background: #f5f5f5; */
  border-radius: 8px;
}

.sct_10 .sct_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  right: 14px;
  bottom: 20px;
  width: 46px;
  height: 46px;
  line-height: 1;
  border-radius: 50%;
}

.sct_10 .sct_cart i {
  margin-right: 0;
}

.sct_10 .sct_img:hover .sct_cart {
  display: block;
}
