/* ============================================
   리스트 부분
   responnsive-search-list.html (360-598)
   ============================================ */

.rsl-list {
  padding: 32px 0 40px;
}

.rsl-list .list-wrapper {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.rsl-list .rsl-list__main {
  width: 1200px;
  min-height: 730px;
  position: relative;
}

.rsl-list .rsl-list__header {
  width: 100%;
}

.rsl-list .rsl-list__toolbar {
  width: 100%;
}

.rsl-list .rsl-list__count {
  padding: 4px 0 0 20px;
}

.rsl-list .total-count {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.72px;
  color: #111111;
}

.rsl-list .rsl-list__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px 0 20px;
  min-height: 47px;
}

.rsl-list .rsl-list__controls .rsl-list__sort {
  margin-left: auto;
  margin-right: 12px;
}

.rsl-list .rsl-list__recommend {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rsl-list .checkbox {
  width: 20px;
  height: 20px;
  background: #d0d5e2;
  border-radius: 4px;
  flex-shrink: 0;
}

.rsl-list .recommend-label {
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #505050;
}

.rsl-list .rsl-list__sort {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.rsl-list .sort-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #505050;
  cursor: pointer;
}

.rsl-list .sort-arrow {
  width: 14px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 14 16'%3E%3Cpath fill='%23505050' d='M3.5 6L7 10l3.5-4H3.5z'/%3E%3C/svg%3E") no-repeat center;
  flex-shrink: 0;
  cursor: pointer;
}

.rsl-list .sort-arrow.sort-arrow--up {
  transform: scaleY(-1);
}

.rsl-list .rsl-list__perpage {
  width: 89.33px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #b5bccc;
  border-radius: 8px;
}

/* listtmp.html / listtmp.css — landlist 툴바 (.rsl-list__controls.listtmp) */
.rsl-list .rsl-list__controls.listtmp {
  padding: 12px 20px;
  gap: 12px 24px;
  flex-wrap: wrap;
  align-items: center;
}

.rsl-list .rsl-list__controls.listtmp .listtmp__left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 23px;
}

.rsl-list .listtmp__check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  margin: 0;
}

.rsl-list .listtmp__check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.rsl-list .listtmp__check-box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #d0d5e2;
  transition: background 0.15s;
}

.rsl-list .listtmp__check input:focus-visible + .listtmp__check-box {
  outline: 2px solid #4e7ff0;
  outline-offset: 2px;
}

.rsl-list .listtmp__check input:checked + .listtmp__check-box {
  background: #4e7ff0;
  box-shadow: inset 0 0 0 2px #fff;
}

.rsl-list .listtmp__check-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #505050;
}

.rsl-list .rsl-list__controls.listtmp .listtmp__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.rsl-list .rsl-list__controls.listtmp .rsl-list__sort {
  margin-left: 0;
  margin-right: 0;
}

.rsl-list .listtmp__sorts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.rsl-list .listtmp__sort {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #505050;
  cursor: pointer;
  white-space: nowrap;
}

.rsl-list .listtmp__sort:hover {
  color: #111111;
}

.rsl-list .listtmp__sort:focus-visible {
  outline: 2px solid #4e7ff0;
  outline-offset: 2px;
  border-radius: 2px;
}

.rsl-list .listtmp__sort-icon {
  flex-shrink: 0;
  width: 14px;
  height: 16px;
  color: #505050;
  vertical-align: middle;
  object-fit: contain;
}

/* span/SVG/img 정렬 아이콘 — 기본 .sort-arrow(data URL 배경)와 충돌 방지 */
.rsl-list .listtmp__sort svg.sort-arrow,
.rsl-list .listtmp__sort img.listtmp__sort-icon.sort-arrow {
  background: none !important;
  background-image: none !important;
  display: block;
}

.rsl-list .listtmp__sort-icon.sort-arrow--up {
  transform: scaleY(-1);
}

.rsl-list .rsl-list__perpage .listtmp__page {
  width: 100%;
  min-width: 89px;
  height: 39px;
  padding: 0 12px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #505050;
  background: #ffffff;
  border: 1px solid #b5bccc;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23505050' stroke-width='1.5' d='m1 1.5 5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  box-sizing: border-box;
}

.rsl-list .rsl-list__perpage .listtmp__page:focus-visible {
  outline: 2px solid #4e7ff0;
  outline-offset: 2px;
}

.rsl-list .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .rsl-list .rsl-list__controls.listtmp .listtmp__right {
    justify-content: space-between;
    width: 100%;
  }

  .rsl-list .listtmp__sorts {
    gap: 12px 16px;
  }
}

.rsl-list .per-page {
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #505050;
}

.rsl-list .rsl-list__thead {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #f6f9ff;
  margin-top: 12px;
  padding: 0 16px;
}

.rsl-list .th-photo {
  width: 220px;
  min-width: 220px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #111111;
  text-align: center;
}

.rsl-list .th-info {
  width: 424px;
  min-width: 424px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #111111;
  text-align: center;
}

.rsl-list .th-price {
  width: 256px;
  min-width: 256px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #111111;
  text-align: center;
}

.rsl-list .th-status {
  width: 268px;
  min-width: 268px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.rsl-list .th-status-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.rsl-list .th-status-col:nth-child(2) {
  flex: 1.4 1 0;
}

.rsl-list .th-status-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #111111;
}

.rsl-list .th-status-sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: -0.48px;
  color: #111111;
}

.rsl-list .rsl-list__body {
  width: 100%;
  padding-left: 16px;
}

.rsl-list .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 160px;
  /* rsl-list__body 좌측 16px + 여기 0 = thead(.rsl-list__thead) 좌측 16px 과 정렬 */
  padding: 14px 16px 10px 0;
  cursor: pointer;
}

.rsl-list .item-photo {
  width: 220px;
  min-width: 220px;
  height: 160px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #e8e8e8;
}

.rsl-list .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rsl-list .btn-heart {
  position: absolute;
  right: 14px;
  top: 6px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.rsl-list .btn-heart::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E") no-repeat center;
}

.rsl-list .item-body {
  width: 424px;
  min-width: 424px;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rsl-list .item-body-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rsl-list .item-body-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rsl-list .item-type {
  font-weight: 500;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #4e7ff0;
}

.rsl-list .item-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
}

.rsl-list .item-case {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
}

.rsl-list .item-court,
.rsl-list .item-divider {
  color: #767676;
  font-size: 16px;
  font-weight: 500;
}

.rsl-list .item-divider {
  font-weight: 400;
}

.rsl-list .item-address {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.72px;
  color: #111111;
}

.rsl-list .item-spec {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: -0.52px;
  color: #767676;
}

.rsl-list .item-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}

.rsl-list .tag {
  padding: 2px 4px;
  background: #fff5f5;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19.5px;
  letter-spacing: -0.52px;
  color: #ff4141;
}

.rsl-list .tag-more {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.4px;
  color: #ff4141;
  text-decoration: none;
}

.rsl-list .item-prices {
  width: 256px;
  min-width: 256px;
  padding: 0 0 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
}

.rsl-list .price-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 27px;
  width: 100%;
  max-width: 216px;
}

.rsl-list .price-label {
  width: 55px;
  min-width: 52px;
  margin-right: 24px;
  flex-shrink: 0;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.5px;
  letter-spacing: -0.52px;
  color: #111111;
}

.rsl-list .price-value {
  width: 145px;
  min-width: 140px;
  flex-shrink: 0;
  text-align:left;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.72px;
  color: #111111;
}

.rsl-list .price-row.highlight .price-label,
.rsl-list .price-row.highlight .price-value {
  color: #4e7ff0;
}

.rsl-list .price-row.muted .price-label,
.rsl-list .price-row.muted .price-value {
  color: #c4c4c4;
}

.rsl-list .item-status {
  width: 268px;
  min-width: 268px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  /* .th-status 와 동일(0 8px) — 좌측 16px 들여쓰기 제거로 헤더와 세로 정렬 */
  padding: 0 8px;
  box-sizing: border-box;
}

.rsl-list .status-cell {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.rsl-list .status-cell:nth-child(2) {
  flex: 1.4 1 0;
}

.rsl-list .status-cell:last-child {
  width: auto;
  flex: 1 1 0;
}

.rsl-list .status-main {
  font-weight: 500;
  font-size: 16px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #111111;
}

.rsl-list .status-cell .status-main:first-child + .status-sub {
  margin-top: 0;
}

.rsl-list .status-sub {
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #4e7ff0;
}

.rsl-list .status-cell:last-child .status-main {
  font-weight: 400;
  display: block;
}

.rsl-list .list-divider {
  width: 1160px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  border: none;
  border-top: 1px solid #b5bccc;
}

.rsl-list .rsl-list__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 28px;
  margin-top:15px;
}

.rsl-list .page-arrow {
  width: 12px;
  height: 12px;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23505050' d='M7.5 2.5L4 6l3.5 3.5V2.5z'/%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
}

.rsl-list .page-next {
  transform: scaleX(-1);
}

.rsl-list .page-numbers {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rsl-list .page-num {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.72px;
  color: #505050;
  border-radius: 30px;
}

.rsl-list .page-num.current {
  background: #d0d5e2;
  font-weight: 500;
  color: #111111;
}

@media (max-width: 767px) {
  .rsl-list {
    padding: 16px 0 24px;
  }

  .rsl-list .list-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  .rsl-list .rsl-list__main {
    width: 100%;
    min-height: 0;
  }

  .rsl-list .rsl-list__count {
    padding: 0;
    margin-bottom: 8px;
  }

  .rsl-list .total-count {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.64px;
  }

  .rsl-list .rsl-list__controls {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    padding: 0;
    min-height: 0;
  }

  .rsl-list .rsl-list__controls.listtmp .listtmp__right {
    display: contents;
  }

  .rsl-list .rsl-list__recommend {
    order: 1;
  }

  .rsl-list .rsl-list__perpage {
    order: 2;
    width: 72px;
    height: 32px;
    margin-left: auto;
    border-radius: 6px;
  }

  .rsl-list .per-page {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: -0.52px;
  }

  /* landlist listtmp: 모바일에서 정렬 버튼 행(매각기일·감정가 …) 숨김 */
  .rsl-list .listtmp__sorts.rsl-list__sort {
    display: none !important;
  }

  .rsl-list .page-numbers::-webkit-scrollbar {
    display: none;
  }

  .rsl-list .listtmp__check-text {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: -0.52px;
  }

  .rsl-list .listtmp__check-box {
    width: 18px;
    height: 18px;
  }

  .rsl-list .rsl-list__perpage .listtmp__page {
    height: 100%;
    min-height: 0;
    font-size: 13px;
    padding: 0 8px;
    padding-right: 22px;
    border-radius: 6px;
  }

  .rsl-list .sort-item,
  .rsl-list .recommend-label {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: -0.52px;
  }

  .rsl-list .sort-arrow {
    width: 12px;
    height: 14px;
  }

  .rsl-list .checkbox {
    width: 18px;
    height: 18px;
  }

  .rsl-list .rsl-list__thead {
    display: none;
  }

  .rsl-list .rsl-list__body {
    padding-left: 0;
    margin-top: 12px;
  }

  /* list-item--molist 가 아닌 카드(오늘/기타 리스트) — 기존 모바일 그리드 유지 */
  .rsl-list .list-item:not(.list-item--molist) {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    grid-template-areas:
      "photo prices"
      "body body"
      "status status";
    gap: 8px 12px;
    min-height: 0;
    padding: 12px;
    border: 1px solid #d0d5e2;
    border-radius: 8px;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-photo {
    grid-area: photo;
    width: 120px;
    min-width: 0;
    height: 80px;
  }

  .rsl-list .list-item:not(.list-item--molist) .btn-heart {
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }

  .rsl-list .list-item:not(.list-item--molist) .btn-heart::after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-prices {
    grid-area: prices;
    width: auto;
    min-width: 0;
    padding: 1px 0;
    gap: 0;
  }

  .rsl-list .list-item:not(.list-item--molist) .price-row {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 23px;
    max-width: none;
  }

  .rsl-list .list-item:not(.list-item--molist) .price-label {
    width: 40px;
    min-width: 40px;
    margin-right: 0;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.48px;
    text-align: left;
  }

  .rsl-list .list-item:not(.list-item--molist) .price-value {
    width: auto;
    min-width: 0;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: -0.6px;
    text-align: left;
  }

  .rsl-list .list-item:not(.list-item--molist) .price-row.muted .price-value {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-body {
    grid-area: body;
    width: auto;
    min-width: 0;
    padding: 0;
    gap: 4px;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-type {
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: -0.52px;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-meta {
    gap: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: -0.52px;
    flex-wrap: wrap;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-address {
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: -0.6px;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-spec {
    gap: 6px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.48px;
    flex-wrap: wrap;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-tags {
    gap: 4px;
  }

  .rsl-list .list-item:not(.list-item--molist) .tag {
    padding: 0 4px;
    font-size: 11px;
    line-height: 15.4px;
    letter-spacing: -0.44px;
  }

  .rsl-list .list-item:not(.list-item--molist) .tag-more {
    font-size: 10px;
    line-height: 14px;
  }

  .rsl-list .list-item:not(.list-item--molist) .item-status {
    grid-area: status;
    width: auto;
    min-width: 0;
    padding: 4px 0 0;
    border-top: 1px solid #d0d5e2;
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 8px 12px;
    align-items: center;
  }

  .rsl-list--wait-yejung .list-item:not(.list-item--molist) .item-status {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 10px 12px;
    align-items: center;
  }

  .rsl-list--wait-yejung .list-item:not(.list-item--molist) .status-wait-body--stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .rsl-list--wait-yejung .list-item:not(.list-item--molist) .status-wait-body--stack .status-wait-body__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }

  .rsl-list--wait-yejung .list-item:not(.list-item--molist) .status-wait-body--stack .status-wait-body__label {
    font-size: 13px;
    line-height: 19.5px;
    letter-spacing: -0.52px;
    flex-shrink: 0;
  }

  .rsl-list--wait-yejung .list-item:not(.list-item--molist) .status-wait-body--stack .status-wait-body__value {
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: -0.6px;
    text-align: left;
  }

  .rsl-list--wait-yejung .list-item:not(.list-item--molist) .price-label {
    margin-right: 0;
  }

  .rsl-list .list-item:not(.list-item--molist) .status-cell {
    width: auto;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    justify-content: flex-start;
  }

  .rsl-list .list-item:not(.list-item--molist) .status-cell:last-child {
    justify-content: flex-end;
  }

  .rsl-list .list-item:not(.list-item--molist) .status-main,
  .rsl-list .list-item:not(.list-item--molist) .status-sub {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.48px;
    white-space: nowrap;
  }

  .rsl-list .list-item:not(.list-item--molist) .status-main {
    color: #505050;
  }

  .rsl-list .list-item:not(.list-item--molist) .status-sub {
    color: #82b8ff;
  }

  .rsl-list .list-item:not(.list-item--molist) .status-cell:last-child .status-main + .status-main::before {
    content: "/";
    margin: 0 2px 0 1px;
    color: #505050;
  }

  .rsl-list .list-divider {
    display: none;
  }

  .rsl-list .rsl-list__pagination {
    width: 100%;
    gap: 12px;
    margin-top: 24px;
  }

  .rsl-list .page-arrow {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
  }

  .rsl-list .page-numbers {
    gap: 2px;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .rsl-list .page-num {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.56px;
  }
}

/* 예정물건(wait/list): 툴바 셀렉트 · 관심 열만 사진 대신 중앙 배치 */
.rsl-list--wait-yejung .rsl-list__select {
  height: 39px;
  min-width: 148px;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid #b5bccc;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.56px;
  color: #111;
  box-sizing: border-box;
}

.rsl-list--wait-yejung .rsl-list__perpage .rsl-list__select {
  min-width: 120px;
}

.rsl-list .btn-heart.btn-heart--active {
  background: rgba(78, 127, 240, 0.92);
}

/* 예정물건: 청구금액 라벨–값 간격 축소 */
.rsl-list--wait-yejung .price-label {
  margin-right: 8px;
}

.rsl-list--wait-yejung .price-row {
  max-width: 240px;
}

.rsl-list--wait-yejung .price-value {
  text-align: left;
}

/* 예정물건: 상태 — 개시/배당 가로 배치를 위해 상태열 확장, 물건정보 열을 동일 px만큼 축소(행 합 1200px 유지) */
.rsl-list--wait-yejung .th-info,
.rsl-list--wait-yejung .item-body {
  width: 344px;
  min-width: 344px;
  max-width: 344px;
}

/* 예정물건: 상태 — item-body와 동일 타이포(라벨=item-type, 값=item-address), 행 합 1200px에 맞춤 */
.rsl-list--wait-yejung .th-status {
  width: 380px;
  min-width: 380px;
  max-width: 380px;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  box-sizing: border-box;
  /* thead에서 '개시결정/배당종기/결과/조회'가 본문보다 우측으로 보이는 현상 보정 */
  margin-left: -8px;
}

/* thead: 개시결정 / 배당종기 세로로 쌓음(한 줄에 나란히 두지 않음) */
.rsl-list--wait-yejung .th-status-col--wait-body.th-status-col--wait-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
}

.rsl-list--wait-yejung .th-status-col--wait-body.th-status-col--wait-stack .th-status-title {
  line-height: 1.25;
  min-width: 0;
  text-align: center;
  width: 100%;
}

.rsl-list--wait-yejung .th-status > .th-status-col:nth-child(2) {
  flex: 0 0 78px;
  width: 78px;
  align-items: center;
  transform: translateX(-20px);
}

.rsl-list--wait-yejung .th-status > .th-status-col:nth-child(3) {
  flex: 0 0 52px;
  width: 52px;
  align-items: center;
  transform: translateX(-10px);
}

.rsl-list--wait-yejung .item-status {
  width: 357px;
  min-width: 357px;
  max-width: 354px;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  /* thead .th-status 와 동일 좌우 패딩 */
  padding: 0 7px;
  box-sizing: border-box;
}

.rsl-list--wait-yejung .status-cell-group--wait-body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* PC: 개시결정·날짜 → 다음 줄 배당종기·날짜 (세로 스택, 각 줄은 라벨+값 가로) */
.rsl-list--wait-yejung .status-wait-body--stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.rsl-list--wait-yejung .status-wait-body--stack .status-wait-body__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

.rsl-list--wait-yejung .status-wait-body--stack .status-wait-body__label {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: -0.6px;
  color: #4e7ff0;
  white-space: nowrap;
}

.rsl-list--wait-yejung .status-wait-body--stack .status-wait-body__value {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  color: #111111;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow-wrap: normal;
}

.rsl-list--wait-yejung .item-status__overlay {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 0;
}

.rsl-list--wait-yejung .item-status__overlay .status-cell {
  flex: 0 0 78px;
  width: 78px;
  min-width: 0;
}

.rsl-list--wait-yejung .item-status__overlay .status-cell:last-child {
  width: 52px;
  flex: 0 0 52px;
}

/* ── 리스트 유형 구분: 경매 · 예정 · 공매 ─────────────────── */

.rsl-list .rsl-list__pagination-wrapper {
  margin-top: 8px;
}

/* 경매 검색 리스트 (auction/list.html) */
.rsl-list--auction .rsl-list__count .total-count::before {
  content: "경매";
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #4e7ff0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.48px;
  vertical-align: middle;
}

/* 예정물건 (wait/list.html) */
.rsl-list--wait-yejung .rsl-list__count .total-count::before {
  content: "예정";
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #7c5cff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.48px;
  vertical-align: middle;
}

/* 공매 목록 (public/list.html) */
.rsl-list--gongmae .rsl-list__count .total-count::before {
  content: "공매";
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #0d9b7a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.48px;
  vertical-align: middle;
}

.rsl-list--gongmae .rsl-list__thead--gongmae {
  background: #f2faf7;
}

.rsl-list--gongmae .rsl-list__controls--gongmae {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 12px;
  margin-left: auto;
}

.rsl-list--gongmae .rsl-list__sort-wrap .rsl-list__select,
.rsl-list--gongmae .rsl-list__perpage .rsl-list__select {
  height: 39px;
  min-width: 160px;
  max-width: 100%;
  padding: 0 12px;
  border: 1px solid #b5bccc;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.56px;
  color: #111;
  box-sizing: border-box;
}

.rsl-list--gongmae .rsl-list__perpage .rsl-list__select {
  min-width: 120px;
}

.rsl-list--gongmae .list-item {
  cursor: pointer;
}

.rsl-list--gongmae .list-item.blueone {
  background: #f4f8ff;
}

.rsl-list--gongmae .list-item.redone {
  background: #fdf5f5;
}

.rsl-list--gongmae .item-spec--gongmae-bid {
  font-size: 14px;
  font-weight: 500;
  color: #1976d2;
}

.rsl-list--gongmae .gongmae-star-notes .star_rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  font-size: 13px;
}

.rsl-list--gongmae .gongmae-star-notes .star_rating span.on {
  color: #fe4240;
}

.rsl-list--gongmae .gongmae-memo {
  font-weight: 500;
  color: #4e7ff0;
}

.rsl-list--gongmae .price-row.highlight .price-label {
  width: auto;
  min-width: 52px;
  max-width: 120px;
  white-space: normal;
  text-align: right;
  line-height: 1.25;
}

/* 공매: 상태(3열) 헤더/본문 정렬 보정 */
.rsl-list--gongmae .item-status {
  justify-content: space-between;
}

.rsl-list--gongmae .status-cell {
  text-align: center;
}

/* 공매: '조회수' 헤더는 단일 라벨이므로, 본문 마지막 칸의 보조 라벨(조회) 숨김 */
.rsl-list--gongmae .status-cell:last-child .status-sub {
  display: none;
}

/* 공매: 감정가/최저가 칸과 물건정보(주소) 사이 간격 확보 */
.rsl-list--gongmae .item-prices {
  padding-left: 50px;
}

/* 공매: 레이블(감정가/최저가)과 금액 사이 간격 축소 */
.rsl-list--gongmae .price-label {
  margin-right: 8px;
}
