/* ============================================================
   상품(구매) 화면 스타일
   ------------------------------------------------------------
   snspang 의 <style> 블록을 «순서 그대로» 이어 붙인 것이다.
   ⚠ 규칙 단위로 쪼개서 옮기면 안 된다. @media 안에 있던 규칙이
     밖으로 튀어나와 모바일 규칙이 데스크톱에도 걸린다 — 실제로 그렇게 깨졌다.
     (상품 CSS 의 @media 9개가 통째로 사라졌었다)
   ⚠ 홈과 상품은 «따로» 둔다. .trust 처럼 같은 이름이 서로 다른 뜻인 것이 있다
     (홈=실시간 주문현황 / 상품=신뢰 배지). 한 파일에 합치면 서로 덮어쓴다.
   ============================================================ */

/* 웹폰트는 shell.css 한 벌로 옮겼다 (2026-09-16) — 일곱 벌 복사돼 있던 것이다 */


  /* 기본값·리셋(:root·*·body·a·img·.wrap·머리띠)은 shell.css 한 벌로 옮겼다 (2026-09-16) */
  :root{--mint:#eef4ff}   /* 상품 화면만 쓰는 색 — 공통이 아니라 여기 남긴다 */
  /* 머리줄(로고줄·메뉴줄·검색) 규칙은 shell.css 한 벌로 옮겼다 (2026-09-16) */
  /* 메가 드롭다운(패널·카드·프로모) 규칙은 shell.css 한 벌로 옮겼다 (2026-09-16) */
  /* 이동 경로(.crumb) 공통 규칙은 shell.css 에 있다 (2026-09-16).
     ⚠ 상품 화면만 위아래 여백이 다르다 — 머리 구조가 달라 일부러 둔 값이다.
       화면 CSS 는 shell.css 뒤에 실리므로 이 한 줄이 이긴다. */
  .crumb{padding:18px 0 6px;}

  /* 상단 2열 */
  .top{display:grid;grid-template-columns:1fr 1.05fr;gap:34px;padding:6px 0 30px;}
  .thumb{position:relative;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#f6c945;display:grid;place-items:end center;border:1px solid var(--line);}
  .thumb .pl{position:absolute;top:20px;left:0;right:0;text-align:center;font-size:12px;font-weight:800;letter-spacing:.06em;color:rgba(20,20,20,.6);}
  .thumb .tt{position:absolute;top:46px;left:0;right:0;text-align:center;font-size:38px;font-weight:900;color:#1a1a1a;line-height:1.12;letter-spacing:-.045em;}
  .thumb .best{position:absolute;top:16px;right:16px;background:#ff5b45;color:#fff;font-size:11px;font-weight:800;padding:3px 9px;border-radius:7px;}
  .thumb img{width:56%;margin-bottom:4px;filter:drop-shadow(0 12px 14px rgba(0,0,0,.16));}
  .thumb.thumb-img{background:#fff;place-items:stretch;} .thumb img.ff{width:100%;height:100%;margin:0;object-fit:contain;filter:none;}
  .thumb .prop{position:absolute;bottom:38px;width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:21px;box-shadow:0 6px 10px rgba(0,0,0,.14);}
  .thumb .prop.l{left:26px;} .thumb .prop.r{right:26px;}

  .buy h1{font-size:25px;font-weight:800;letter-spacing:-.03em;line-height:1.3;}
  .buy .rate{display:flex;align-items:center;gap:8px;margin:10px 0 16px;font-size:13px;color:var(--gray);font-weight:600;}
  .buy .rate .st{color:#f5a623;font-weight:800;} .buy .rate a{color:#111;text-decoration:underline;}
  .buy .pricebox{padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
  .buy .pricebox .dc{font-size:22px;font-weight:900;color:#ff5b45;margin-right:6px;} .buy .pricebox s{color:#bbb;font-size:15px;}
  .buy .pricebox b{font-size:32px;font-weight:900;} .buy .pricebox .won{font-size:17px;font-weight:800;} .buy .pricebox .per{font-size:12.5px;color:var(--gray);font-weight:700;margin-left:8px;}

  .opt{padding:16px 0;border-bottom:1px solid var(--line);}
  .opt .lbl{font-size:13px;font-weight:800;color:#333;margin-bottom:10px;}
  .segs{display:flex;gap:8px;flex-wrap:wrap;} .seg{border:1.5px solid var(--line);border-radius:10px;padding:9px 15px;font-size:13.5px;font-weight:700;color:#444;cursor:pointer;}
  .seg.on{border-color:#111;background:#111;color:#fff;}
  .qtyrow{display:flex;align-items:center;gap:12px;}
  .qty{display:flex;border:1.5px solid var(--line);border-radius:11px;overflow:hidden;}
  .qty button{width:42px;height:46px;border:0;background:#f7f7f7;font-size:19px;font-weight:800;cursor:pointer;}
  .qty input{width:100px;height:46px;border:0;text-align:center;font-size:16px;font-weight:800;}
  .qtyhint{font-size:12px;color:var(--gray);font-weight:600;}
  .modes{display:flex;gap:9px;} .mode{flex:1;border:1.5px solid var(--line);border-radius:11px;padding:11px;text-align:center;cursor:pointer;}
  .mode.on{border-color:var(--accent);background:var(--mint);} .mode b{display:block;font-size:13.5px;} .mode span{font-size:11px;color:var(--gray);}
  .tierchips{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;}
  .tierchip{border:1.5px solid var(--line);border-radius:10px;padding:8px 6px;text-align:center;line-height:1.3;}
  .tierchip b{display:block;font-size:13.5px;color:#111;} .tierchip span{font-size:10.5px;color:var(--gray);}
  .tierchip.on{border-color:var(--accent);background:var(--mint);} .tierchip.on b{color:var(--accent-d);}
  .linkin{width:100%;border:1.5px solid var(--line);border-radius:11px;padding:13px 15px;font-size:14px;}
  .total{display:flex;justify-content:space-between;align-items:baseline;padding:18px 0 14px;}
  .total .t{font-size:14px;color:var(--gray);font-weight:700;} .total .v{font-size:30px;font-weight:900;}
  .actions{display:flex;gap:10px;}
  .btn-cart{flex:1;border:1.5px solid #111;background:#fff;color:#111;font-weight:800;font-size:16px;padding:16px;border-radius:13px;cursor:pointer;}
  .btn-buy{flex:1.3;border:0;background:#111;color:#fff;font-weight:900;font-size:16px;padding:16px;border-radius:13px;cursor:pointer;}
  .safe{margin-top:12px;font-size:12px;color:var(--gray);font-weight:600;text-align:center;}

  /* 상세 탭 */
  .detail{border:1px solid var(--line);border-radius:16px;margin:10px 0 30px;overflow:hidden;box-shadow:0 3px 14px rgba(0,0,0,.04);}
  .dtabs{display:flex;border-bottom:1px solid var(--line);}
  .dtabs button{flex:1;border:0;background:none;padding:16px;font-size:14.5px;font-weight:800;color:#999;cursor:pointer;border-bottom:2.5px solid transparent;}
  .dtabs button.on{color:#111;border-color:#111;}
  .dbody{padding:28px 30px;font-size:14.5px;color:#3a4234;line-height:1.85;}
  .dbody h2, .dbody h3{font-size:17px;font-weight:800;color:#1b241a;margin:18px 0 8px;} .dbody h2:first-child, .dbody h3:first-child{margin-top:0;}
  .dbody ul{margin:0 0 6px 18px;} .dbody li{margin:6px 0;}
  .infogrid{display:grid;grid-template-columns:150px 1fr;border:1px solid var(--line);border-radius:10px;overflow:hidden;font-size:13.5px;}
  .infogrid dt{background:#f5f8ff;padding:12px 15px;font-weight:800;border-bottom:1px solid var(--line);}
  .infogrid dd{padding:12px 15px;color:#555;border-bottom:1px solid var(--line);}

  /* ===== 리치 상세 컴포넌트 ===== */
  .pd-lead{font-size:20px;font-weight:800;color:#1b241a;line-height:1.5;letter-spacing:-.025em;}
  .pd-lead .hl{color:var(--accent-d);background:linear-gradient(180deg,transparent 62%,#c3d1f1 62%);}
  .pd-sub{color:var(--gray);font-size:14.5px;margin:8px 0 24px;}
.pd-why{font-size:14.5px;line-height:1.75;color:#333;margin:6px 0 8px;}
.pd-p{font-size:14.5px;line-height:1.8;color:#333;margin:0 0 12px;}
  .feat3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0;}
  .feat3 .f{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:22px 16px;text-align:center;}
  .feat3 .f .e{font-size:30px;} .feat3 .f b{display:block;font-size:15px;margin:11px 0 5px;color:#1b241a;} .feat3 .f span{font-size:13px;color:var(--gray);line-height:1.5;}
  .steps{margin:8px 0;} .steps li{list-style:none;display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px dashed var(--line);}
  .steps li:last-child{border-bottom:0;} .steps .no{flex:0 0 auto;width:30px;height:30px;border-radius:50%;background:var(--accent);color:#fff;font-weight:800;display:grid;place-items:center;font-size:14px;}
  .steps b{color:#1b241a;font-size:14.5px;} .steps p{margin:2px 0 0;font-size:13.5px;color:var(--gray);}
  table.compare{width:100%;border-collapse:collapse;margin:14px 0;font-size:14px;border:1px solid var(--line);border-radius:12px;overflow:hidden;}
  table.compare th,table.compare td{padding:13px 16px;text-align:center;border-bottom:1px solid var(--line);border-right:1px solid var(--line);}
  table.compare th:last-child,table.compare td:last-child{border-right:0;}
  table.compare thead th{background:#f5f8ff;font-weight:800;font-size:13.5px;} table.compare thead th.us{background:var(--mint);color:var(--accent-d);}
  table.compare td.us{color:var(--accent-d);font-weight:800;} table.compare td.x{color:#c0c0c0;} table.compare tbody tr:last-child td{border-bottom:0;}
  table.compare td:first-child,table.compare th:first-child{text-align:left;color:#555;font-weight:700;background:#fcfcfc;}
  .callout{background:var(--mint);border:1px solid #cfe0ff;border-radius:12px;padding:15px 18px;font-size:14px;color:#1e3a8a;font-weight:600;margin:18px 0;line-height:1.6;}
  .rsum{display:flex;align-items:center;gap:34px;background:#fafbf8;border:1px solid var(--line);border-radius:14px;padding:22px 28px;margin-bottom:20px;flex-wrap:wrap;}
  .rsum .big{text-align:center;} .rsum .big .n{font-size:44px;font-weight:900;line-height:1;} .rsum .big .st{color:#f5a623;font-size:15px;} .rsum .big .c{font-size:12px;color:var(--gray);margin-top:5px;}
  .rsum .bars{flex:1;min-width:230px;} .rsum .bar{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--gray);margin:4px 0;}
  .rsum .bar .track{flex:1;height:7px;background:#eee;border-radius:4px;overflow:hidden;} .rsum .bar .fill{height:100%;background:#f5a623;}
  .rvlist .item{border-top:1px solid var(--line);padding:17px 0;} .rvlist .item:first-child{border-top:0;}
  .rvlist .h{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--gray);flex-wrap:wrap;} .rvlist .h .st{color:#f5a623;font-weight:800;} .rvlist .h b{color:#333;} .rvlist .h .re{background:var(--mint);color:var(--accent-d);font-size:10.5px;font-weight:800;padding:1px 7px;border-radius:5px;}
  .rvlist .item p{font-size:14.5px;color:#333;margin-top:8px;line-height:1.6;}
  .rvlist .item .mine{background:#eef3ff;color:#3355cc;font-size:10.5px;font-weight:800;padding:1px 7px;border-radius:5px;}
  /* 구매 후기 작성 폼 */
  .rvform{background:#fafbf8;border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-bottom:18px;}
  .rvform.note{color:var(--gray);font-size:13.5px;font-weight:600;text-align:center;padding:16px;}
  .rvform .rvf-t{font-size:14.5px;font-weight:800;color:#1b241a;margin-bottom:10px;}
  .rvstars{display:flex;gap:4px;font-size:26px;color:#e2e2e2;margin-bottom:10px;line-height:1;}
  .rvstars span{transition:color .1s;} .rvstars span.on{color:#f5a623;}
  .rvform textarea{width:100%;min-height:78px;border:1.5px solid var(--line);border-radius:11px;padding:12px 14px;font-size:14px;font-family:inherit;resize:vertical;outline:0;background:#fff;}
  .rvform textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px rgba(37,99,235,.10);}
  .rvform .rvbtn{margin-top:10px;background:var(--accent);color:#fff;border:0;border-radius:11px;padding:12px 22px;font-size:14.5px;font-weight:800;font-family:inherit;}
  .rvform .rvbtn:hover{background:#1d4ed8;}
  .qa .item{border-bottom:1px solid var(--line);} .qa summary{list-style:none;cursor:pointer;padding:16px 2px;font-size:14.5px;font-weight:700;color:#333;display:flex;gap:10px;align-items:center;}
  .qa summary::-webkit-details-marker{display:none;} .qa summary .qq{width:22px;height:22px;border-radius:50%;background:#111;color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center;flex:0 0 auto;}
  .qa summary::after{content:"+";margin-left:auto;color:#bbb;font-size:20px;} .qa .item[open] summary::after{content:"−";}
  .qa .ans{padding:0 2px 17px 34px;font-size:13.5px;color:var(--gray);line-height:1.75;}
  .wtag{font-size:14px;font-weight:800;margin:18px 0 9px;color:#1b241a;} .wtag:first-child{margin-top:4px;}
  .warns{display:grid;gap:11px;} .warn{display:flex;gap:12px;border-radius:12px;padding:15px 17px;border:1px solid;}
  .warn.red{background:#fff5f5;border-color:#ffdcdc;} .warn.amber{background:#fff9ec;border-color:#ffe6b0;} .warn.info{background:#f2f8fd;border-color:#d5e8f7;}
  .warn .e{font-size:19px;flex:0 0 auto;line-height:1.4;} .warn b{display:block;color:#1b241a;font-size:14px;} .warn span{font-size:13px;color:var(--gray);}
  .related h2{font-size:22px;font-weight:500;margin-bottom:18px;letter-spacing:-.03em;}
  .rgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .rcard{border:1px solid var(--line);border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 3px 14px rgba(0,0,0,.04);}
  .rcard .th{aspect-ratio:1/1;background:var(--bg,#f6c945);position:relative;display:grid;place-items:end center;}
  .rcard .th .t{position:absolute;top:30px;left:0;right:0;text-align:center;font-size:20px;font-weight:900;color:#1a1a1a;}
  .rcard .th img{width:56%;} .rcard .b{padding:13px 14px;} .rcard .nm{font-size:14px;} .rcard .pr{font-size:16px;font-weight:800;margin-top:6px;}

  /* 푸터 규칙은 shell.css 한 벌로 옮겼다 (2026-09-16) — 일곱 벌 복사돼 있던 것이다 */

  @media(max-width:900px){.gnb{display:none;}.top{grid-template-columns:1fr;}.rgrid{grid-template-columns:repeat(2,1fr);}}

  /* 🔴 좁은 화면에서는 «주문할 것»이 먼저다 (2026-09-11).
       한 단으로 펴지면 그림(정사각 348px)과 배지 줄이 먼저 깔려서
       상품 이름이 화면 위에서 740px 아래에 있었다 — 무엇을 파는 화면인지 보려면
       한 화면을 넘겨야 했다. 그림은 이름·단가·수량을 다 보여 준 «뒤»에 둔다.
     ⚠ 넓은 화면(왼쪽 그림 / 오른쪽 폼)은 그대로다 — 이 규칙은 900px 아래에서만 산다. */
  @media(max-width:900px){
    /* 폼 → 구간표 → 그림. ⚠ 순서를 매길 때 «.top 의 자식 전부»에 매긴다 —
         .tierbox 에 안 주면 order 기본값 0 이라 제목보다 앞으로 튀어나온다. */
    .top > .buy{order:1;}
    .top > .tierbox{order:2;}
    .top > .tcol{order:3;margin-top:22px;}
    .tcol .thumb{aspect-ratio:16/10;}
    /* 🔴 그림 썸네일은 «정사각 그대로» 둔다 (2026-09-16).
         위 16/10 은 «CSS 로 그린» 썸네일(노란 바탕)을 납작하게 만들려던 것인데,
         진짜 그림(.thumb-img)에도 걸리면서 1080 정사각 그림이 350×219 상자에 들어가
         아래가 129px 잘렸다 — 「인스타 팔로워 늘리기」의 «늘리기»가 반으로 잘려 나갔다.
       ⚠ cover 로 채우는 것도 답이 아니다. 이 썸네일 51장은 «글자가 그려진» 그림이라
         어느 쪽을 잘라도 글이 상한다. 통째로 보이거나 아예 안 보이거나 둘 중 하나다.
       ★ 그림이 한 화면을 먹던 문제는 이미 순서로 풀었다 — 폼·구간표 다음(order:3)이라
         정사각이어도 「무엇을 파는지」가 먼저 보인다. */
    /* ⚠ 900px 가까이에서는 정사각이 728px 짜리 «벽»이 된다. 그림 원본이 1080 이라
         420 이면 또렷하고도 남는다 — 그보다 키우지 않고 가운데 세운다. */
    .tcol .thumb.thumb-img{aspect-ratio:1/1;max-width:420px;margin-left:auto;margin-right:auto;}
  }


/* 수량이 «묶음»으로 정해진 상태 — 눌러도 안 바뀐다는 것을 보여 준다 (2026-09-11) */
.qty.locked{opacity:.62}
.qty.locked button{pointer-events:none}
.qty.locked input{cursor:default}

/* ===== 상품설명 프리미엄 리디자인 (대기업 톤 / AI티 제거) ===== */
.dbody{padding:34px 36px;color:#2b3128;font-size:15px;line-height:1.9;}
.dbody h2, .dbody h3{position:relative;font-size:19px;font-weight:900;color:#12180f;letter-spacing:-.035em;margin:42px 0 16px;padding-top:40px;}
.dbody h2:not(:first-child), .dbody h3:not(:first-child){border-top:1px solid #eceee8;}
.dbody h2:first-child, .dbody h3:first-child{margin-top:0;padding-top:0;}
.dbody h2::before, .dbody h3::before{content:"";position:absolute;left:0;top:28px;width:28px;height:3px;border-radius:2px;background:var(--accent);}
.dbody h2:first-child::before, .dbody h3:first-child::before{display:none;}
.dbody ul li{margin:7px 0;}
.pd-lead{font-size:23px;font-weight:900;color:#12180f;line-height:1.45;letter-spacing:-.035em;}
.pd-lead .hl{color:var(--accent-d);background:linear-gradient(180deg,transparent 60%,#c3d1f1 60%);padding:0 2px;}
.pd-sub{color:#6b7266;font-size:15px;margin:12px 0 26px;line-height:1.7;}
.pd-p{font-size:15px;line-height:1.9;color:#353b31;margin:0 0 13px;}
.pd-why{font-size:15px;line-height:1.85;color:#353b31;margin:0 0 13px;}
.feat3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;}
.feat3 .f{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#fff;border:1px solid #ebeee8;border-radius:14px;padding:20px;box-shadow:0 1px 2px rgba(16,24,40,.04);}
.feat3 .f .e{font-size:22px;width:46px;height:46px;display:grid;place-items:center;background:var(--mint);border-radius:12px;margin-bottom:13px;}
.feat3 .f b{display:block;font-size:14.5px;margin:0 0 5px;color:#12180f;font-weight:800;}
.feat3 .f span{font-size:12.5px;color:#6b7266;line-height:1.55;}
.pd-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ebeee8;border-radius:16px;overflow:hidden;background:#fff;margin:22px 0;box-shadow:0 2px 12px rgba(16,24,40,.05);}
.pd-stats .s{padding:24px 12px;text-align:center;border-right:1px solid #f0f2ee;}
.pd-stats .s:last-child{border-right:0;}
.pd-stats .s b{display:block;font-size:25px;font-weight:900;color:var(--accent-d);letter-spacing:-.03em;line-height:1.05;}
.pd-stats .s span{font-size:12px;color:#8a8f88;font-weight:600;margin-top:5px;display:block;}
.steps li{padding:16px 0;border-bottom:1px solid #f1f2ee;}
.steps .no{width:32px;height:32px;font-size:14px;}
.compare{border-radius:14px;box-shadow:0 2px 12px rgba(16,24,40,.05);font-size:14.5px;}
.compare thead th{padding:15px 16px;font-size:13.5px;}
.compare th,table.compare td{padding:15px 16px;}
.compare thead th.us{background:var(--accent);color:#fff;}
.compare td.us{color:var(--accent-d);font-weight:800;}
.callout{background:#f4f8ff;border:1px solid #d7e3ff;border-left:3px solid var(--accent);border-radius:12px;padding:16px 20px;font-size:14.5px;color:#2e3951;font-weight:600;margin:26px 0 2px;line-height:1.7;}
.infogrid{border-radius:12px;font-size:14px;}
.infogrid dt{padding:14px 16px;} .infogrid dd{padding:14px 16px;color:#444;}
@media(max-width:560px){.feat3,.pd-stats{grid-template-columns:repeat(2,1fr);}.pd-stats .s:nth-child(2n){border-right:0;}.dbody{padding:24px 18px;}}


/* ===== 주문 폼(buy box) 프리미엄 (대기업 톤) ===== */
.buy h1{font-size:23px;letter-spacing:-.03em;color:#12180f;}
.pricebox{padding:18px 0;}
.opt{padding:20px 0;border-bottom:1px solid #f1f3ee;}
.lbl{font-size:13.5px;font-weight:800;color:#2b3128;margin-bottom:12px;}
.qty{border:1px solid #e4e7e0;border-radius:11px;}
.qty input{font-size:16px;font-weight:800;}
.qtyrow{gap:14px;}
.mode{border:1px solid #e4e7e0;border-radius:11px;padding:12px;transition:.14s;}
.mode.on{border-color:var(--accent);background:var(--mint);box-shadow:0 0 0 1px var(--accent);}
.pick-btn{border-radius:10px;border:1px solid #e4e7e0;}
.linkin{border:1px solid #e4e7e0;border-radius:11px;padding:14px 15px;background:#fafcff;transition:.14s;}
.linkin:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px rgba(37,99,235,.14);outline:0;}
#amountInput{border:1px solid #e4e7e0;border-radius:11px;padding:13px 14px;background:#fafcff;}
.total{margin-top:8px;padding:18px 20px;background:linear-gradient(120deg,#eff5ff,#e7f0ff);border:1px solid #cfe0ff;border-radius:14px;}
.total .t{font-size:14px;color:#3a5a9a;font-weight:700;}
.total .v{font-size:28px;font-weight:900;color:var(--accent-d);letter-spacing:-.02em;}
.actions{margin-top:14px;}
.btn-buy{width:100%;flex:1;background:var(--accent-d);border-radius:13px;padding:17px;font-size:16.5px;box-shadow:0 8px 20px rgba(37,99,235,.24);transition:.15s;}
.btn-buy:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 12px 26px rgba(37,99,235,.32);}
.safe{margin-top:14px;font-size:12px;background:#f5f8ff;border:1px solid #e6ebf5;border-radius:10px;padding:12px 14px;line-height:1.6;}


/* 주문 폼 설명 텍스트 (구매자 안내) */
.opt-help{margin-top:11px;font-size:12.5px;line-height:1.7;color:#6b7266;background:#f5f8ff;border:1px solid #eaeef5;border-radius:10px;padding:11px 13px;}
.opt-help b{color:#2b3128;font-weight:800;}
.mode{position:relative;}
.mode b{font-size:14px;} .mode span{font-size:11.5px;}


/* 구매박스 컴팩트 (여백 축소) */
.buy .rate{margin:7px 0 11px;}
.buy .pricebox{padding:11px 0;}
.buy .opt{padding:11px 0;}
.buy .opt .lbl{margin-bottom:7px;}
.buy .opt-help{margin-top:7px;padding:8px 11px;font-size:12px;line-height:1.5;}
.buy .qty button{height:42px;}
.buy .qty input{height:42px;}
.buy .mode{padding:9px;}
.buy .total{margin-top:5px;padding:12px 16px;}
.buy .actions{margin-top:9px;}
.buy .btn-buy{padding:14px;}
.buy .safe{margin-top:9px;padding:8px 12px;font-size:11.5px;line-height:1.5;}


/* ===== 구매박스 프리미엄 완성도 (대기업 SaaS 패널) ===== */
.thumb{border-color:#e6e9f0;box-shadow:0 6px 28px rgba(20,30,60,.07);}
.top{align-items:start;}
.buy{background:#fff;border:1px solid #e6e9f0;border-radius:18px;padding:24px 24px 20px;box-shadow:0 6px 28px rgba(20,30,60,.07);}
.buy h1{font-size:22px;line-height:1.32;color:#111827;}
.buy .rate{margin:9px 0 0;padding-bottom:14px;border-bottom:1px solid #eef1f6;}
.buy .rate .st{color:#f59e0b;} .buy .rate a{color:#111827;text-decoration:none;border-bottom:1px solid #d7dce5;}
.buy .pricebox{border:0;padding:14px 0 12px;display:flex;align-items:baseline;flex-wrap:wrap;gap:1px;}
.buy .pricebox b{font-size:34px;font-weight:900;color:#0f1b3d;letter-spacing:-.02em;}
.buy .pricebox .won{font-size:15px;font-weight:800;color:#0f1b3d;margin-left:1px;}
.buy .pricebox .per{display:block;width:100%;margin:7px 0 0;font-size:12.5px;color:#6b7280;font-weight:600;}
.buy .trust{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 2px;padding-bottom:4px;}
.buy .trust span{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;color:#374151;background:#f4f6fa;border:1px solid #e6e9f0;border-radius:7px;padding:4px 9px;}
.buy .opt{border-bottom:1px solid #eef1f6;padding:14px 0;}
.buy .opt:last-of-type{border-bottom:0;}
.buy .opt .lbl{font-size:12.5px;font-weight:800;color:#111827;letter-spacing:-.01em;margin-bottom:9px;}
.buy .qty{border:1px solid #d7dce5;border-radius:10px;background:#fff;overflow:hidden;}
.buy .qty button{background:#f7f9fc;color:#334155;transition:.12s;} .buy .qty button:hover{background:#eef2f8;color:#111827;}
.buy .qty input{color:#0f1b3d;}
.buy .qtyhint{color:#6b7280;font-weight:600;}
.buy .modes{background:#f4f6fa;border:1px solid #e6e9f0;border-radius:12px;padding:4px;gap:4px;}
.buy .mode{border:1px solid transparent;border-radius:9px;background:transparent;box-shadow:none;padding:9px 6px;}
.buy .mode.on{background:#fff;border-color:#dbe2ee;box-shadow:0 1px 3px rgba(20,30,60,.09);}
.buy .mode b{color:#4b5563;} .buy .mode.on b{color:var(--accent-d);}
.buy .mode span{color:#9aa2b1;} .buy .mode.on span{color:#6b7280;}
.buy .linkin{border:1px solid #d7dce5;background:#fafbfd;}
.buy .total{margin-top:14px;background:#f6f8fc;border:1px solid #e6e9f0;border-radius:13px;padding:14px 18px;}
.buy .total .t{color:#4b5563;font-weight:700;} .buy .total .v{color:#0f1b3d;font-size:26px;letter-spacing:-.02em;}
.buy .actions{margin-top:12px;}
.buy .btn-buy{background:linear-gradient(180deg,#2563eb,#1d4ed8);border-radius:12px;padding:15px;font-size:16px;font-weight:800;letter-spacing:-.01em;box-shadow:0 8px 20px rgba(37,99,235,.26);}
.buy .btn-buy:hover{background:linear-gradient(180deg,#1d4ed8,#1a44c2);box-shadow:0 12px 26px rgba(37,99,235,.32);}
.buy .safe{margin-top:11px;background:transparent;border:0;padding:7px 0 0;color:#8a93a5;font-size:11.5px;text-align:center;line-height:1.5;}


/* 별점·구매수 강조 */
.buy .rate{flex-wrap:wrap;gap:8px;}
.buy .rate .r-score{display:inline-flex;align-items:center;gap:3px;}
.buy .rate .r-score .st{color:#f59e0b;font-size:15px;}
.buy .rate .r-score b{font-size:16px;font-weight:900;color:#111827;}
.buy .rate .r-rev{color:#6b7280;font-weight:700;border-bottom:1px solid #d7dce5;text-decoration:none;font-size:12.5px;}
.buy .rate .r-buys{font-size:12px;font-weight:800;color:#1d4ed8;background:#eef4ff;border:1px solid #dbe6ff;border-radius:7px;padding:3px 9px;}
.buy .rate .r-fast{font-size:11.5px;font-weight:700;color:#334155;background:#f4f6fa;border:1px solid #e6e9f0;border-radius:7px;padding:3px 9px;}
/* 하단 플로팅 구매바 (스크롤 고정) */
.buybar{position:fixed;left:0;right:0;bottom:0;z-index:80;background:#fff;border-top:1px solid #e6e9f0;box-shadow:0 -6px 24px rgba(20,30,60,.10);transform:translateY(115%);transition:transform .28s cubic-bezier(.4,0,.2,1);}
.buybar.show{transform:none;}
.buybar .bb-in{display:flex;align-items:center;gap:16px;height:66px;}
.bb-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px;}
.bb-nm{font-size:14.5px;font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bb-meta{font-size:12px;color:#6b7280;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.bb-right{display:flex;align-items:center;gap:14px;flex:none;}
.bb-price{font-size:20px;font-weight:900;color:#0f1b3d;letter-spacing:-.02em;}
.bb-btn{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;border:0;border-radius:11px;padding:12px 26px;font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 6px 16px rgba(37,99,235,.28);}
.bb-btn:hover{background:linear-gradient(180deg,#1d4ed8,#1a44c2);}
@media(max-width:560px){.bb-meta{display:none;}.bb-btn{padding:12px 18px;}.bb-price{font-size:18px;}.buybar .bb-in{height:60px;gap:10px;}}


/* 구매박스 정돈 (중복 제거 · 여백 축소) */
.buy .rate .r-fast{display:none;}
.buy .trust{display:block;background:none;border:0;padding:0;margin:3px 0 0;font-size:11.5px;color:#8a93a5;font-weight:600;line-height:1.7;letter-spacing:-.01em;}
.buy .trust span{all:unset;}
.buy .opt{padding:12px 0;}
.buy .opt-help{background:none;border:0;padding:0;margin-top:6px;color:#9aa2b1;font-size:11.5px;line-height:1.55;}
.buy .safe{display:none;}
.buy .tierchips{gap:6px;}
.buy .tierchip{padding:6px 4px;border-radius:9px;}
.buy .tierchip b{font-size:12.5px;} .buy .tierchip span{font-size:10px;}


/* 구간단가 접기(.tierfold)는 없앴다 — 주문 단추 아래에 접혀 있어 아무도 못 봤다.
   지금은 썸네일 아래 .tierbox 로 펼쳐 둔다(파일 끝). 규칙도 같이 지운다.
   ⚠ 안 쓰는 규칙을 남겨 두면 다음 사람이 «어느 쪽이 진짜인지» 모른다. */
.buy .safe{display:block;margin-top:11px;background:none;border:0;padding:7px 0 0;color:#8a93a5;font-size:11.5px;text-align:center;}


/* 이미지 아래 신뢰 배지 */
.tcol{min-width:0;}

/* ── 약속 네 줄 (2026-09-11) ───────────────────────────────────
   🔴 왜 바꿨나 — 예전에는 「🔒 비밀번호 불필요」처럼 이모지 알약 배지 넷이 나란히 있었다.
     ① 이모지는 기기마다 다르게 그려지고, 어떤 환경에서는 네모로 나온다.
     ② 똑같이 생긴 알약 넷이 서면 «무엇이 중요한지»가 사라진다 — 넷 다 안 읽힌다.
   ★ 라벨(작고 흐리게) + 값(크고 진하게)으로 위계를 준다. 아이콘은 선으로 직접 그렸다.
   ★ 왼쪽 세로 막대가 네 줄을 «한 덩이»로 묶는다 — 카드 테두리를 두르지 않는다.
   ⚠ 「시작」 줄의 빨간 보조줄은 «주문하는 자리에서 해야 하는 고지»다. 지우지 말 것. */
.tcol .facts{list-style:none;margin:16px 0 0;padding:2px 0 2px 15px;position:relative;
  display:grid;gap:11px}
.tcol .facts::before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:3px;
  border-radius:2px;background:linear-gradient(180deg,#2563eb,#1e3a8a)}
.tcol .facts li{display:grid;grid-template-columns:17px 52px minmax(0,1fr);align-items:baseline;
  gap:0 10px;line-height:1.45}
.tcol .facts svg{width:17px;height:17px;stroke:#7c8aa5;stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round;transform:translateY(3px)}
.tcol .facts b{font-size:11.5px;font-weight:700;color:#8a93a5;letter-spacing:.02em}
.tcol .facts span{font-size:14px;font-weight:800;color:#12180f;letter-spacing:-.02em}
/* 고지 한 줄 — 값 아래에 붙는다. 붉은 계열이지만 «경고 상자»로 키우지 않는다 */
.tcol .facts i{display:block;margin-top:3px;font-style:normal;
  font-size:11.5px;font-weight:700;color:#b4232a;letter-spacing:-.01em}
@media(max-width:560px){
  .tcol .facts{gap:10px;padding-left:13px}
  .tcol .facts li{grid-template-columns:16px 46px minmax(0,1fr);gap:0 8px}
  .tcol .facts span{font-size:13.5px}
}


.tcol .trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.tcol .trust span{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#374151;background:#fff;border:1px solid #e6e9f0;border-radius:9px;padding:7px 12px;box-shadow:0 1px 2px rgba(20,30,60,.04);}
@media(max-width:560px){.tcol .trust span{font-size:11.5px;padding:6px 10px;}}




/* ── 상품 카드 (.prod) — 홈 CSS 에서 가져왔다 ────────────────
   구매 페이지의 «같은 플랫폼 다른 상품»이 같은 카드를 쓴다.
   ⚠ 홈 CSS 는 상품 페이지에 안 실리므로 여기 따로 둬야 한다.
     안 그러면 관련 상품이 글자만 남아 깨진다.
   ⚠ @media 안의 규칙도 «괄호째» 옮겼다 — 밖으로 꺼내면
     모바일 규칙이 데스크톱에도 걸린다. 이번에 그걸로 한 번 깨졌다. */
.trust .th{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:800;letter-spacing:-.02em;margin-bottom:14px;}
.feed li .nm{flex:none;}
.prod{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;cursor:pointer;box-shadow:0 3px 14px rgba(0,0,0,.04);transition:.16s;}
.prod .th{position:relative;aspect-ratio:1/1;background:var(--bg,#f6c945);overflow:hidden;display:grid;place-items:end center;}
.prod .th .tt{position:absolute;top:38px;left:0;right:0;text-align:center;font-size:26px;font-weight:900;color:#1a1a1a;line-height:1.14;letter-spacing:-.045em;}
.prod .th .hot.best{background:#ff5b45;}
.glb{display:inline-block;margin-left:5px;padding:1px 6px;border-radius:999px;background:#eef1f5;color:#5b6472;font-size:11px;font-weight:800;vertical-align:middle;}
.prod .th img.ff{width:100%;height:100%;margin:0;object-fit:contain;filter:none;}
.prod .th .prop.l{left:16px;}
.prod .info{display:block;white-space:normal;padding:15px 16px 17px;}
.prod .pr{margin-top:9px;font-size:17px;font-weight:800;color:#111;}
.prod .pr small{font-size:13px;font-weight:700;}
.prod .cnt .lbl{color:#aaa;font-weight:600;margin-right:2px;}

/* 위 블록에 빠져 있던 나머지 — «관련 상품» 카드가 노란 네모로만 나왔다.
   .prod .th.thumb-img 가 없어서 그림이 눌려 높이 0 이 됐기 때문이다.
   ⚠ .prod 는 홈 CSS 의 규칙을 «통째로» 가져와야 한다. 골라서 옮기면 이렇게 깨진다. */
.prod:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(0,0,0,.09);}
.prod .th .pl{position:absolute;top:16px;left:0;right:0;text-align:center;font-size:11px;font-weight:800;letter-spacing:.06em;color:rgba(20,20,20,.6);}
.prod .th.thumb-img{background:#fff;place-items:stretch;}
.prod .th .prop.r{right:16px;}
.prod .nm{font-size:15px;font-weight:400;color:var(--ink);letter-spacing:-.02em;}
.prod .pr .dc{color:#ff5b45;margin-right:4px;font-size:14px;}
.prod .cnt .st{color:#f5a623;}
.prod .th .hot{position:absolute;top:13px;right:13px;background:#111;color:#fff;font-size:10.5px;font-weight:800;padding:3px 8px;border-radius:6px;}
  /* 유지 시간 배지 — 라이브 시청자처럼 «시간만 다른» 상품에 붙는다.
     ⚠ .hot(배지)과 «반대쪽»에 둔다. 둘 다 오른쪽 위에 있으면 겹친다. */
  .prod .th .dur{position:absolute;top:13px;left:13px;background:rgba(17,17,17,.82);color:#fff;font-size:10.5px;font-weight:800;padding:3px 8px;border-radius:6px;letter-spacing:-.2px;}

.prod .th img{width:58%;margin-bottom:2px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.13));}
.prod .th .prop{position:absolute;bottom:28px;width:32px;height:32px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:16px;box-shadow:0 4px 8px rgba(0,0,0,.13);}
.prod .cnt{margin-top:9px;display:flex;flex-wrap:wrap;gap:4px 11px;font-size:12px;font-weight:900;color:#171717;}

/* 구간 단가 칩 — 지금 적용되는 구간에 불이 들어온다 */
.tierchips .tc{border:1px solid #e6e9f0;border-radius:9px;padding:8px 6px;text-align:center;background:#fff;transition:.13s;}
.tierchips .tc b{display:block;font-size:13px;font-weight:900;color:#12141a;}
.tierchips .tc span{display:block;margin-top:2px;font-size:10.5px;font-weight:700;color:#9aa2b1;}
.tierchips .tc.on{border-color:var(--accent,#2563eb);background:var(--soft,#eef4ff);}
.tierchips .tc.on b{color:var(--accent-d,#1d4ed8);}

/* ── 수량 구간별 단가 — 썸네일 아래 칸 ──────────────────────
   ★ .top 은 두 칸 격자다. 여기에 셋째 아이를 넣고 «자리를 못 박는다».
     자동 배치에 맡기면 첫 줄 높이(주문 폼 881px)가 끝난 «뒤»에 놓여
     썸네일에서 300px 쯤 떨어진 허공에 뜬다.
       .tcol   1열 1행
       .buy    2열 1~2행 (세로로 두 줄을 걸친다)
       .tierbox 1열 2행  ← 썸네일 바로 아래
   ⚠ align-items:start 가 있어야 .tcol 이 제 높이(588px)만 쓴다.
     늘어나면 tierbox 가 다시 아래로 밀린다. */
.top{grid-template-rows:auto auto;}
.top > .tcol{grid-column:1;grid-row:1;}
.top > .buy{grid-column:2;grid-row:1 / span 2;}
.top > .tierbox{grid-column:1;grid-row:2;align-self:start;}

.tierbox{background:#fff;border:1px solid #e6e9f0;border-radius:16px;padding:16px 18px 14px;
  box-shadow:0 4px 18px rgba(20,30,60,.05);}
.tierbox .tb-hd{font-size:13.5px;font-weight:900;color:#12141a;margin-bottom:11px;}
.tierbox .tb-hd span{margin-left:7px;font-size:11.5px;font-weight:700;color:#9aa2b1;}
/* ⚠ 칸을 좁게 잡으면 한 줄에 다섯이 들어가 「5+2」로 어그러지고,
     「1,000~2,999명」이 두 줄로 접힌다. 한 줄에 넷이 맞다. */
.tierbox .tierchips{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:7px;}
.tierbox .tb-ft{margin:11px 0 0;font-size:11.5px;color:#9aa2b1;font-weight:600;line-height:1.7;word-break:keep-all;}
.tierbox .tb-ft b{color:#5b6472;font-weight:800;}

@media(max-width:900px){
  /* 한 줄로 쌓일 때는 «폼 아래»로 내려온다.
     ⚠ 못 박은 자리를 풀지 않으면 좁은 화면에서 구간표가 수량 칸보다
       한참 «위»에 놓인다 — 수량을 만지면서 볼 수가 없다. */
  .top > .tcol,.top > .buy,.top > .tierbox{grid-column:auto;grid-row:auto;}
  .tierbox{margin-top:-10px;}
}

/* 링크 입력칸 아래 «예시 주소» 한 줄 */
.linkex{margin:7px 0 0;font-size:12px;color:#8a93a5;font-weight:600;line-height:1.7;word-break:break-all}
.linkex code{background:#f4f6fa;border:1px solid #e6e9f0;border-radius:6px;padding:2px 6px;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px;color:#41506b}
.linkex a{margin-left:6px;color:#2563eb;font-weight:800;text-decoration:none;white-space:nowrap}
.linkex a:hover{text-decoration:underline}
/* 요청 내용(리뷰·댓글 글) — 여러 줄 */
.reqin{min-height:84px;resize:vertical;line-height:1.6;padding-top:12px;font-family:inherit}

/* ── 별점 ────────────────────────────────────────────────────
   ⚠ 라디오를 «큰 것부터» 그려 두고 ~ 로 왼쪽을 칠한다.
     자바스크립트 없이도 고를 수 있어야 해서 checkbox 꼼수를 쓰지 않았다. */
.stars{display:flex;align-items:center;gap:2px;flex-direction:row-reverse;justify-content:flex-end}
.stars input{position:absolute;opacity:0;width:0;height:0}
.stars label{font-size:30px;line-height:1;color:#e3e7ee;cursor:pointer;transition:.1s;padding:0 1px}
.stars label:hover,.stars label:hover ~ label,
.stars input:checked ~ label{color:#fbbf24}
.stars .starnum{order:-1;margin-left:10px;font-size:14px;font-weight:800;color:#5b6472}

/* ── 좋았던 점 ─────────────────────────────────────────────── */
.chipbox{display:flex;flex-wrap:wrap;gap:7px}
.chipopt{border:1px solid #dfe4ea;background:#fff;border-radius:999px;padding:9px 14px;
  font-size:13px;font-weight:700;color:#48505e;cursor:pointer;user-select:none;transition:.13s}
.chipopt input{position:absolute;opacity:0;width:0;height:0}
.chipopt:hover{border-color:#b9c9ea;background:#fbfcfe}
.chipopt:has(input:checked){border-color:#2563eb;background:#eef4ff;color:#1d4ed8;
  box-shadow:0 0 0 1px #2563eb inset}
/* 하루 1건씩 도는 상품 — 상자가 아니라 «한 줄»이다. 주문창이 길어지면 안 산다. */
.dailynote{margin:-4px 0 14px;font-size:12.5px;color:#8a93a5;font-weight:600;line-height:1.6}
.dailynote b{color:#1d4ed8;font-weight:800}
/* 별점·「좋았던 점」처럼 짧은 칸은 위아래를 붙인다 */
.opt-tight{padding-bottom:6px}
.opt-tight + .opt-tight{padding-top:0}

/* 주소 확인 결과 — 팔기 전에 「몇 개나 넣을 수 있는지」를 보여 준다 */
.linkchk{margin-top:8px;border-radius:10px;padding:9px 13px;font-size:12.5px;font-weight:700;line-height:1.6;word-break:break-all}
.linkchk.wait{background:#f6f8fb;border:1px solid #e6ebf3;color:#8a93a5}
.linkchk.good{background:#f0f9f3;border:1px solid #bfe6cd;color:#15803d}
.linkchk.good b{color:#0f6b33;font-weight:900}
.linkchk.bad{background:#fff5f5;border:1px solid #fecaca;color:#b91c1c}
.linkchk.warn{background:#fff8f1;border:1px solid #fdba74;color:#9a3412}

/* ── 리뷰 고르기 ──────────────────────────────────────────
   ★ 주문칸에는 «고른 것»만 한 줄. 목록은 모달에서 고른다 —
     스무 줄을 펼쳐 두면 수량·금액·주문 단추가 화면 밖으로 밀린다. */
/* 고른 리뷰 한 줄 — 줄 전체가 «다시 고르기» 자리다(여는 단추를 따로 두지 않는다) */
.revsel{width:100%;margin-top:9px;display:flex;align-items:center;gap:10px;text-align:left;
  background:linear-gradient(180deg,#fbfcfe,#f5f8fc);border:1px solid #e3e9f2;border-radius:12px;
  padding:11px 13px;font-family:inherit;cursor:pointer;transition:.13s}
.revsel:hover{border-color:#c9d8f0;background:#f4f8ff}
.revsel .rs-cur{flex:1;min-width:0;font-size:12.5px;font-weight:600;color:#8a93a5;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.revsel .rs-cur b{color:#1f2430;font-weight:800}
.revsel .rs-go{font-size:12px;font-weight:800;color:#2563eb;white-space:nowrap}

/* 정렬 칩 */
.rvm-sort{display:flex;gap:6px;padding:11px 20px;border-bottom:1px solid #f2f5f9;background:#fff}
.rvm-sort button{border:1px solid #e3e9f2;background:#fff;border-radius:999px;padding:6px 13px;
  font-family:inherit;font-size:12px;font-weight:700;color:#7b8698;cursor:pointer;transition:.13s}
.rvm-sort button:hover{background:#f7f9fc}
.rvm-sort button.on{border-color:#2563eb;background:#eef4ff;color:#1d4ed8;font-weight:800}

/* ── 리뷰 고르는 모달 ─────────────────────────────────────
   ⚠ 배경을 흐리게(backdrop-filter) 깔면 뒤 화면이 살아 있다는 느낌은 남기고
     시선은 모달로 모인다. 지원 안 하는 브라우저는 어두운 막만 보인다 — 그래도 된다. */
.rvm{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:18px}
.rvm[hidden]{display:none}
.rvm-bg{position:absolute;inset:0;background:rgba(12,17,30,.5);backdrop-filter:blur(3px);
  animation:rvmFade .18s ease}
.rvm-box{position:relative;background:#fff;border-radius:20px;width:100%;max-width:540px;
  max-height:82vh;display:flex;flex-direction:column;overflow:hidden;
  box-shadow:0 30px 70px rgba(12,17,30,.34);animation:rvmUp .2s cubic-bezier(.2,.9,.3,1)}
@keyframes rvmFade{from{opacity:0}to{opacity:1}}
@keyframes rvmUp{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}

.rvm-hd{display:flex;align-items:center;gap:9px;padding:17px 20px 15px;
  border-bottom:1px solid #eef1f6;background:#fff}
.rvm-hd b{font-size:16px;font-weight:900;color:#12141a;letter-spacing:-.02em}
.rvm-hd span{font-size:12px;font-weight:700;color:#9aa2b1}
.rvm-x{margin-left:auto;width:30px;height:30px;border:0;border-radius:9px;background:#f4f6fa;
  color:#7b8698;font-size:14px;cursor:pointer;line-height:1;transition:.13s}
.rvm-x:hover{background:#e9edf4;color:#41506b}

.rvm-list{overflow-y:auto;flex:1;padding:8px;scrollbar-width:thin}
.rvm-list::-webkit-scrollbar{width:9px}
.rvm-list::-webkit-scrollbar-thumb{background:#dfe4ec;border-radius:9px;border:3px solid #fff}

/* 리뷰 한 줄 — 사진 · 글쓴이 · 본문 · 고름 표시 */
.rp-it{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:0 12px;align-items:start;
  padding:11px;border:1px solid transparent;border-radius:14px;cursor:pointer;transition:.13s}
.rp-it + .rp-it{margin-top:2px}
.rp-it:hover{background:#f7f9fc}
.rp-it input{position:absolute;opacity:0;width:0;height:0}
.rp-it:has(input:checked){background:#f4f8ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb inset}

.rp-ph{position:relative;width:52px;height:52px;border-radius:11px;overflow:hidden;flex:none;
  background:#f1f4f9;display:grid;place-items:center}
.rp-ph img{width:100%;height:100%;object-fit:cover;display:block}
.rp-ph i{position:absolute;right:3px;bottom:3px;background:rgba(12,17,30,.72);color:#fff;
  font-style:normal;font-size:10px;font-weight:800;border-radius:6px;padding:1px 5px}
.rp-noph{font-size:19px;font-weight:900;color:#b6c0d0}

.rp-body{min-width:0}
.rp-top{display:flex;align-items:center;gap:7px;margin-bottom:3px}
.rp-top b{font-size:13px;font-weight:800;color:#1f2430}
.rp-top em{font-style:normal;font-size:11.5px;color:#a3abb8;font-weight:600}
.rp-like{margin-left:auto;font-size:11.5px;font-weight:800;color:#9aa2b1;white-space:nowrap}
.rp-t{display:block;font-size:12.5px;color:#5b6472;line-height:1.62;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rp-none{color:#a3abb8;font-style:normal}

/* 고른 줄에만 보이는 체크 */
.rp-tick{width:20px;height:20px;border-radius:50%;border:1.5px solid #dfe4ec;flex:none;
  align-self:center;transition:.13s}
.rp-it:has(input:checked) .rp-tick{border-color:#2563eb;background:#2563eb;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/></svg>");
  background-size:13px;background-repeat:no-repeat;background-position:center}

.rvm-ft{display:flex;gap:9px;padding:13px 20px;border-top:1px solid #eef1f6;background:#fbfcfe}
.rvm-more{flex:1;border:1px solid #dfe4ea;background:#fff;border-radius:11px;padding:11px;
  font-family:inherit;font-size:13px;font-weight:800;color:#41506b;cursor:pointer;transition:.13s}
.rvm-more:hover{background:#f4f6fa;border-color:#c9d3e2}
.rvm-ok{border:0;background:#12141a;color:#fff;border-radius:11px;padding:11px 22px;
  font-family:inherit;font-size:13px;font-weight:800;cursor:pointer}
.rvm-ok:hover{background:#000}
.rp-msg{margin:0;padding:38px 14px;text-align:center;color:#9aa2b1;font-size:13px;font-weight:600}

/* 좁은 화면에서는 «아래에서 올라오는» 시트로 */
@media(max-width:560px){
  .rvm{padding:0;align-items:flex-end}
  .rvm-box{max-width:none;max-height:86vh;border-radius:20px 20px 0 0;animation:rvmSheet .22s cubic-bezier(.2,.9,.3,1)}
  .rvm-hd{padding:15px 16px 13px}
  .rvm-sort{padding:9px 16px}
  .rvm-ft{padding:11px 16px calc(11px + env(safe-area-inset-bottom))}
  .rp-ph{width:46px;height:46px}
}
@keyframes rvmSheet{from{transform:translateY(26px)}to{transform:none}}
.rp-it{display:grid;grid-template-columns:auto 1fr auto;gap:4px 9px;align-items:baseline;
  padding:10px 13px;border-bottom:1px solid #f2f5f9;cursor:pointer;font-size:12.5px}
.rp-it:last-child{border-bottom:0}
.rp-it:hover{background:#fbfcfe}
.rp-it:has(input:checked){background:#eef4ff}
.rp-it input{margin:0;accent-color:#2563eb}
.rp-it .rp-w{font-weight:800;color:#41506b;white-space:nowrap}
.rp-it .rp-t{grid-column:2;color:#5b6472;line-height:1.5;word-break:break-all}
.rp-it .rp-m{grid-column:3;grid-row:1;color:#9aa2b1;font-weight:700;white-space:nowrap;font-size:11.5px}
/* 로그인해야 주문되는 손님에게 보이는 단추 — 색은 주문 단추와 같게 두고 글자만 다르다 */
.buy .btn-login,.btn-buy.btn-login{display:flex;align-items:center;justify-content:center;
  text-decoration:none;text-align:center}
.buy .btn-hint{margin:9px 0 0;font-size:12.5px;color:#8a9099;font-weight:600;line-height:1.7}
.buy .btn-hint a{color:#2563eb;font-weight:800;text-decoration:none}

/* 상품설명 — 「알아 두시면 좋은 것」 네 칸 */
.pd-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin:14px 0 26px}
.pd-trust .t{display:grid;grid-template-columns:auto 1fr;gap:3px 11px;align-items:start;
  background:#fbfcfe;border:1px solid #e9edf4;border-radius:14px;padding:14px 16px}
.pd-trust .e{grid-row:1/3;width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid #e6eaf2;
  display:grid;place-items:center;font-size:16px}
.pd-trust b{font-size:13.5px;font-weight:800;color:#12141a}
.pd-trust span{font-size:12.5px;color:#5b6472;line-height:1.75;word-break:keep-all}
@media(max-width:720px){.pd-trust{grid-template-columns:1fr}}

/* 상품설명 — 「이런 게 걱정되실 겁니다」 */
.pd-worry{margin:14px 0 26px;border:1px solid #e9edf4;border-radius:16px;overflow:hidden}
.pd-worry .w{padding:16px 18px;border-bottom:1px solid #f2f5f9;background:#fff}
.pd-worry .w:last-child{border-bottom:0}
.pd-worry b{display:block;font-size:14px;font-weight:800;color:#12141a;margin-bottom:6px}
.pd-worry b::before{content:'Q ';color:#2563eb}
.pd-worry p{margin:0;font-size:13.5px;color:#4b5563;line-height:1.85;word-break:keep-all}

/* 상품설명 맨 위 «한눈에» 네 줄 */
.pd-sum{display:grid;gap:1px;background:#e9edf4;border:1px solid #e9edf4;border-radius:16px;
  overflow:hidden;margin:6px 0 26px}
.pd-sum .s{display:grid;grid-template-columns:132px 1fr;gap:12px;background:#fff;padding:14px 18px;align-items:baseline}
.pd-sum b{font-size:12.5px;font-weight:800;color:#7b8698}
.pd-sum span{font-size:13.5px;color:#1f2430;font-weight:600;line-height:1.75;word-break:keep-all}
@media(max-width:640px){
  .pd-sum .s{grid-template-columns:1fr;gap:3px}
  .pd-sum b{font-size:11.5px}
}

/* 섹션 요점 넉 줄 — 긴 글을 안 읽는 사람도 여기는 훑는다 */
.pd-pt{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0 26px}
.pd-pt .p{background:#fbfcfe;border:1px solid #e9edf4;border-radius:13px;padding:13px 15px}
.pd-pt b{display:block;font-size:13px;font-weight:800;color:#12141a;margin-bottom:4px}
.pd-pt b::before{content:'· ';color:#2563eb;font-weight:900}
.pd-pt span{font-size:12.5px;color:#5b6472;line-height:1.7;word-break:keep-all}
@media(max-width:720px){.pd-pt{grid-template-columns:1fr}}

/* 유지 시간 고르는 칸 — .modes 와 같은 생김새인데 개수가 6~8개다.
   ⚠ .modes 는 2칸(당일·기간분산) 기준이라 grid 가 2열로 잠겨 있다.
     그대로 두면 8개가 4줄로 늘어져 화면을 다 먹는다. */
.modes.durs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.modes.durs .mode{padding:9px 6px;text-align:center}
.modes.durs .mode b{font-size:13px}
.modes.durs .mode span{display:block;font-size:10.5px;color:#999;margin-top:2px}
@media(max-width:520px){.modes.durs{grid-template-columns:repeat(3,1fr)}}

/* ── 사진 고르기 (카카오맵 리뷰) ──────────────────────────────
   ★ 미리보기 타일 + 「＋」 칸. 파일은 폼과 함께 올라간다. */
.phbox{display:flex;flex-wrap:wrap;gap:10px}
.phadd{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  width:80px;height:80px;border-radius:14px;border:1px dashed #c9d3e2;background:#fbfcfe;
  color:#6b7480;cursor:pointer;transition:border-color .15s,background .15s}
.phadd:hover{border-color:#12141a;background:#f4f6fa}
.phic{font-size:20px;font-weight:700;line-height:1}
.phcnt{font-size:11px;font-weight:800;font-variant-numeric:tabular-nums}
.phtile{position:relative;width:80px;height:80px;border-radius:14px;overflow:hidden;
  border:1px solid #e4e9f2;background:#f4f6fa}
.phtile img{width:100%;height:100%;object-fit:cover;display:block}
.phx{position:absolute;top:4px;right:4px;width:22px;height:22px;border:0;border-radius:50%;
  background:rgba(18,20,26,.72);color:#fff;font-size:11px;line-height:1;cursor:pointer}
.phx:hover{background:#12141a}
.phnote{margin:9px 0 0;font-size:12px;color:#8b93a1;line-height:1.5}

/* ── 리뷰 쓰는 방식 · 자동 묶음 ────────────────────────────────
   ★ 방식 고르기는 「당일 / 기간 분산」과 같은 .modes 를 쓴다. 묶음만 따로 그린다. */
.packs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:10px}
.pack{display:flex;flex-direction:column;gap:2px;text-align:left;cursor:pointer;
  border:1px solid #e4e9f2;background:#fff;border-radius:13px;padding:12px 13px;
  transition:border-color .15s,background .15s,box-shadow .15s}
.pack:hover{border-color:#c9d3e2;background:#fbfcfe}
.pack.on{border-color:#12141a;background:#f7f8fb;box-shadow:inset 0 0 0 1px #12141a}
.pack b{font-size:13.5px;font-weight:900;letter-spacing:-.01em}
.pack span{font-size:11.5px;color:#8b93a1;line-height:1.45}
.pack em{margin-top:5px;font-style:normal;font-size:15px;font-weight:900;font-variant-numeric:tabular-nums}
.rmnote{margin:10px 0 0;padding:10px 12px;border-radius:11px;background:#fff8ec;
  border:1px solid #ffe2b0;color:#92400e;font-size:12.5px;font-weight:700;line-height:1.55}
@media (max-width:560px){ .packs{grid-template-columns:1fr} }

/* 후기로 가는 길 (2026-09-09)
   ⚠ 후기가 0건이면 개수를 적지 않는다. 없는 것을 있는 척하지 않는다. */
.rvgo-p{display:block;margin-top:10px;text-align:center;padding:10px;border:1px solid #e6e9ef;border-radius:12px;
  font-size:13px;font-weight:800;color:#6b7280;background:#fbfcfe}
.rvgo-p:hover{border-color:#2563eb;color:#2563eb}

/* 「좋았던 점」 안내 (2026-09-09)
   ⚠ 공급처 API 에 이 칸이 없어 «글 끝에 붙는다». 화면이 그 사실을 말해야 한다. */
.chiphint{margin:0 0 9px;font-size:12px;line-height:1.6;color:#8a94a6}
.chiphint b{color:#b45309;font-weight:800}

/* ── 모바일 머리줄(검색·링크) 규칙은 «site.css» 한 곳에 있다 (2026-09-16) ──
   전에는 이 블록이 화면 CSS 일곱 벌에 그대로 복사돼 있었다. 한 벌만 고치면 그 화면만
   바뀌고 나머지 여섯은 옛 모양으로 남는다 — 실제로 그렇게 어긋났다. site.css 는 모든
   화면에 «화면 CSS 뒤에» 실리므로 거기 한 벌이면 족하다. */


/* ── 모바일 머리줄이 «붙어 있다» (2026-09-12) — home.css 와 같은 규칙 ──
   🔴 로그인하면 한 줄에 다섯이 들어가 서로 닿아 보였다(로고·잔액·마이페이지·로그아웃·⚙관리자).
   ⚠ 잔액 칸과 ⚙관리자는 숨기지 않는다. 「마이페이지」 글자만 뺀다 — 잔액 칸이 같은 곳으로 간다. */
