/* BASIC css start */
/* ============================================================
	피시위즈 모바일 후기 모아보기 (power_review) — CSS 탭   2026-08-15

	★ 후기 목록은 파워리뷰 위젯이 그립니다. 마크업을 옮기지도 감싸지도 않고
	  **CSS 로만 덮습니다.** 위젯 CSS 가 아이디로 잡혀 있어 세기가 같으므로
	  덮는 규칙에는 !important 를 씁니다. 다만 **display 는 손대지 않습니다** —
	  위젯 JS 가 켜고 끕니다(고르기 목록·구매 옵션).

	★ 부품표(모바일) — 가장자리 16 · 제목 16 Bold · 부제 11.5 #8A9099
	  카드 선 1px #DFE3E8 · 모서리 12 · 안쪽 12 · 카드 사이 12
	  탭 높이 44 · 지금 탭 Bold + 밑줄 2px · 별 #E0A400 · 쪽번호 칸 36 모서리 8
============================================================ */

#contents #fwPr {padding:0 0 24px;}

/* 머리 */
#contents #fwPr .fw-rhead {padding:20px 16px 12px;}
#contents #fwPr .fw-rhead h2 {margin:0;font-size:16px;font-weight:800;color:#14181D;letter-spacing:-.3px;}
#contents #fwPr .fw-rhead p {margin:4px 0 0;font-size:11.5px;color:#8A9099;}

/* 탭 — 세 칸 균등 (부품표 탭 44) */
#contents #fwPr .fw-rtabs {display:flex;border-bottom:1px solid #EFEFEF;margin:0 0 12px;}
#contents #fwPr .fw-rtabs a {flex:1 1 0;height:44px;line-height:44px;text-align:center;
	font-size:13px;color:#8A9099;text-decoration:none;}
#contents #fwPr .fw-rtabs a.on {color:#14181D;font-weight:700;box-shadow:inset 0 -2px 0 #14181D;}

#contents #fwPr .fw-rbox {padding:0 16px;}

/* ── 위젯 덮기 ─────────────────────────────────────────────── */

/* 고르기 줄 — 색·선·모서리·글자만 맞춥니다. 크기는 위젯 값(35)을 그대로 둡니다.
   부품표 값(48)으로 키우면 위젯이 스스로 잡아 둔 자리와 겹칩니다. */
#contents #fwPr #reviewBoard .frm .lst a {border:1px solid #DFE3E8 !important;border-radius:8px !important;
	color:#14181D !important;font-size:12.5px !important;}
#contents #fwPr #reviewBoard .sch .txt-input {border:1px solid #DFE3E8 !important;border-radius:8px !important;
	font-size:12.5px !important;color:#14181D !important;}
#contents #fwPr #reviewBoard .sch a.btn {border-radius:8px !important;background:#14181D !important;
	color:#fff !important;font-size:12.5px !important;}

/* 후기 한 건 — 모바일은 한 줄에 하나 (PC 는 2열) */
#contents #fwPr ul.review-wrap {display:block !important;margin:0 !important;padding:0 !important;list-style:none !important;}
#contents #fwPr ul.review-wrap > li {box-sizing:border-box !important;width:100% !important;float:none !important;
	border:1px solid #DFE3E8 !important;border-radius:12px !important;
	padding:12px !important;margin:0 0 12px !important;background:#fff !important;}
#contents #fwPr ul.review-wrap > li table {width:100% !important;border:0 !important;}
#contents #fwPr ul.review-wrap > li td {border:0 !important;padding:0 !important;vertical-align:top !important;}

/* 썸네일 */
#contents #fwPr .tiny img {width:64px !important;height:64px !important;object-fit:contain !important;
	background:#fff !important;border-radius:10px !important;border:0 !important;}

/* 글자 */
#contents #fwPr .cont {padding-left:12px !important;}
#contents #fwPr .star em {color:#E0A400 !important;}
#contents #fwPr .content, #contents #fwPr .content_p {font-size:12.5px !important;line-height:1.5 !important;
	color:#2B3138 !important;}
#contents #fwPr ul.desc {margin:8px 0 0 !important;padding:0 !important;list-style:none !important;}
#contents #fwPr ul.desc li {display:inline-block !important;margin:0 8px 0 0 !important;
	font-size:11px !important;color:#8A9099 !important;}

/* 시안에 없는 것 — 등급 뱃지와 별 옆 아이콘 */
#contents #fwPr .survey {display:none !important;}

/* 쪽 번호 — 칸 36 · 모서리 8 · 사이 6 (부품표) */
#contents #fwPr .paging {display:flex !important;justify-content:center !important;gap:6px !important;
	margin:16px 0 0 !important;}
#contents #fwPr .paging a, #contents #fwPr .paging strong {min-width:36px !important;height:36px !important;
	line-height:34px !important;box-sizing:border-box !important;text-align:center !important;
	border:1px solid #DFE3E8 !important;border-radius:8px !important;
	font-size:12.5px !important;color:#41474E !important;text-decoration:none !important;}
#contents #fwPr .paging strong {background:#14181D !important;border-color:#14181D !important;
	color:#fff !important;font-weight:700 !important;}

/* 후기가 없을 때 */
#contents #fwPr .none-data {padding:48px 16px;text-align:center;font-size:12.5px;color:#8A9099;
	white-space:pre-line;line-height:1.6;}

/* BASIC css end */

