@charset "UTF-8";
/*  좋아요 페이지 스타일 파일입니다. */
.profile-like__list table tr th {
}
.profile-like__list .product-option-info {
  padding: 20px;
  height: 100%;
}
.profile-like__list .product-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  letter-spacing: 0.005em;
}

.product-name {
  color: var(--gray003);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 8px;
}
.brand-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile-like__list .thumb-item__media {
  flex: none;
  width: 102px;
  height: 102px;
  border: none;
}
.profile-like__list .notice.empty-list {
  padding: 40px 0;
  border-bottom: 1px solid var(--gray001);
}
.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: 16px;
    line-height: 16px;
  display: flex;
  justify-content: space-between;
}
.profile-like__benefit-sale {
  color: var(--color-point-red);
  padding-right: 10px;
  font-weight: 500;
}
.profile-like__benefit-sale-price {
  color: var(--gray003);
  font-size: 16px;
}
.profile-like__benefit-mileage {
  color: var(--color-point-red);
  padding-right: 10px;
  font-weight: 500;
  line-height: 14px;
}
.profile-like__benefit-mileage-price {
  color: var(--gray003);
  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;
}

.l-title__align-end {
  padding-top: 0;
  justify-content: space-between; /* (241222) 가운데 정렬 추가*/
}

.thumb-item__media {
  width: 100px;
  height: 100px;
  background-color: var(--bg-gray) !important;
}

.thumb-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumb-item__img img {
  width: auto;
  height: 80%;
}

table .product-option-info__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; /* 250108 상품/옵션 정보 정렬을 위한 스타일 수정 */
  gap: 20px;
}

/* 0104 상품이미지 a태그 조정 */
.thumb-item__media a {
  width: 100%;
  height: 100%;
}

/* 250108 상품/옵션 정보 정렬을 위한 스타일 수정 */
.thumb-item__name{
  width:100%;
}

/* 250109 상품 관련 정렬을 위한 스타일 수정 */
.btn-group-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:10px;
}