<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*  좋아요 페이지 스타일 파일입니다. */
.profile-like__list table tr th {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
.profile-like__list .product-option-info {
  padding: 20px;
}
.profile-like__list .product-name {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 16px;
}
.profile-like__list .thumb-item__media {
  flex: none;
  width: 100px;
  height: 100px;
}
.profile-like__list .btn-group {
  margin: 0;
}
.profile-like__list .notice.empty-list {
  padding: 40px 0;
  border-bottom: 1px solid var(--gray200);
}
.profile-like__benefit_list {
  font-size: 14px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 90px;
  gap: 5px;
}
.profile-like__benefit_list .btns-td {
  vertical-align: baseline;
}
.profile-like__benefit_item {
  font-size: 14px;
  line-height: 14px;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
}
.profile-like__benefit-sale {
  color: var(--color-point);
  padding-right: 10px;
  font-weight: 500;
  line-height: 14px;
}
.profile-like__benefit-sale-price {
  font-size: 16px;
  line-height: 16px;
}
.profile-like__benefit-mileage {
  color: var(--color-secondary);
  padding-right: 10px;
  font-weight: 500;
  line-height: 14px;
}
.profile-like__benefit-mileage-price {
  font-size: 16px;
  line-height: 16px;
}
.profile-like__no-benefit {
  flex: 1;
}
.profile-like__benefit-amount {
  font-size: 16px;
  line-height: 16px;
}
.profile-like____benefit-sale-unit, .profile-like__benefit-mileage-unit, .profile-like__benefit-amount-unit {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
</pre></body></html>