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

.sct_10 .sct_li {
  width: calc((100% - 14px * 3) / 3); /* gap 고려한 계산 */
  margin-bottom: 0;
  padding: 0;
  float: none;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sct_10 .sct_li:hover {
  border-color: var(--primary-color);
}

.sct_10 .sct_li .sct_ct_wrap {
  padding: 10px 16px 20px;
}

.sct_10 .sct_txt {
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
  min-height: 51px;
}

.sct_10 .sct_txt a {
  display: block;
  word-break: break-all;
  margin: 0;
  color: #000;
  font-size: 14px;

  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;
  font-family: "Montserrat";
}

.sct_10 .sct_dict_cust {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 3px;
  color: var(--primary-color);
}

.sct_10 .sct_dict_cust span {
  font-size: 18px;
}

.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;
}
