/* css/pages/board-board-review-list.css — 분양후기 목록 페이지 전용 보정
 * R24 레이어 오염 보정: PC 스킨(style-30) .xans-board-listpackage-8 .xans-board-list-8 ul{min-width:756px;margin:-20px 0 0}
 * 이 두 DOM 이 같은 cafe24 보드 클래스를 공유해 m-only 레이어의 ul.thumbType 까지 756px 로 벌어짐 — m 레이어에서 무력화.
 */
.m-only .xans-board-listpackage-8 .xans-board-list-8 ul.thumbType,
.xans-board-listpackage-8.m-only .xans-board-list-8 ul.thumbType { min-width: 0; margin: 0; }

/* R24 병합오염 보정(파리티 r3): m 스킨(style-32) bare 규칙의 PC 전이 복원 — style-30 원문값.
 * body: style-32 body,code{Roboto,#1b1b1b} → style-30 body{NanumGothic,#666}(static/1480/12px 는 overlay 전역).
 * #container: style-32 {z-index:100;relative;overflow:hidden;margin -1px;bg#fff} → style-30 {width:80%;margin:0 auto}(static/visible/투명 무지정 원값).
 * #contents: style-32 {relative;bg#fff;padding:0 0 29px} → style-30 {float:right;width:100%}(static/투명/pad0 원값). */
@media (min-width: 1025px) {
  body { font-family: 'NanumGothic', "맑은고딕", "Malgun Gothic", Dotum, "돋음", sans-serif; color: #666; }
  #container { position: static; overflow: visible; margin: 0 auto; background-color: transparent; }
  #contents { position: static; padding: 0; background-color: transparent; }
}

/* stylefix r2: 전역 legend 복원(overlay)이 이 스킨(PC 원문=legend 숨김)에선 역오염 —
 * 스펙(_styles/board-gallery-list.json) p h24·fieldset 48·form 88 = legend 비가시 기준. 페이지 한정 재숨김 */
@media (min-width: 1025px) {
  .pc-only .boardSearch legend { position: absolute; left: -9999px; width: 0; height: 0; overflow: hidden; text-indent: -9999px; }
}

/* 배선 3상태 마크업 스타일 */
.ahb-state { padding: 40px 0; text-align: center; color: #666; }
