/* ============================================================
 * main_recom_mz.css — 메인(PC) 두레추천 섹션 매거진 리디자인 (A안, 2026-07-02)
 * 스코프: .main_section1_mdchoice 내부 신규 클래스(mzr_*)만 사용
 *   → 기존 style_v2.css(대형 분기파일)·popcard 규칙 무간섭
 * 로드: shop/main_home.jsp 추천 섹션에서만. 수정 시 ?v= 갱신
 * 폰트: 마루부리는 reviewMainAssets(후기 섹션)에서 이미 로드됨
 * ============================================================ */

/* ---- 섹션 배경: 크림 페이퍼(매거진 지면 톤) — style_v2 의 #F7FFEE(라임) 덮어씀 ---- */
.main_section1_mdchoice{ background:#faf8f2; }
/* 카드·인용박스가 배경 위에 떠 보이도록 카드 테두리 톤 조정 */
.main_section1_mdchoice .mzr_card{ border-color:#e5e1d4; }

/* ============================================================
 * [v1.3.0 2026-07-02] 메인 롤링배너 = 카드형 + 양옆 peek + 목차 드로어 (2번)
 * 풀블리드(1900px 센터링 트릭) -> 라운드 카드(min(1240px,86vw)) + 비활성 딤
 * 스와이퍼: slidesPerView auto + spaceBetween 22 (js/shop/main.js)
 * ============================================================ */
/* 3차(A안): 무대 그라데이션 — 배너존이 아래 추천 섹션(크림 #faf8f2)으로 이어지는 지면 + 카드 폭 1360 확대 */
/* [접지 2026-07-22] "붕 뜸" 완화: 상하 여백 축소(22/40->10/16). 폭·화살표 기준(1360)은 유지 */
/* [각지게 2026-07-22] 라운드·그림자 제거 → 떠있는 카드감 제거, 지면 밀착 */
/* [풀블리드+최대폭캡 2026-07-22] 쿠얼리식: 폭은 화면 따라가되 최대 1600px 고정(그 이상 안 커짐, 가운데 정렬) + 반짝장터와 여백 0(바로 밀착) */
.main_visual{ max-width:1600px; margin:0 auto; padding:0; overflow:hidden; position:relative; background:linear-gradient(180deg,#ffffff 0%,#f8f6ef 60%,#faf8f2 100%); }
.main_visual .main_visual_swiper{ max-width:100%; margin:0; border-radius:0; overflow:hidden; }
.main_visual .swiper-slide{ position:relative; }
.main_visual .swiper-slide img{ position:static !important; left:auto !important; margin-left:0 !important; width:100%; display:block; }
/* 화살표: 풀블리드 → 화면 좌우 가장자리 */
.main_visual .mv_btn_prev{ left:24px; margin-left:0; }
.main_visual .mv_btn_next{ left:auto; right:24px; margin-left:0; }
/* 컨트롤(카운터 + 목차 버튼) — 풀블리드 우하단 코너 */
.main_visual .mvz_ctl{ position:absolute; right:24px; bottom:22px; display:flex; gap:8px; z-index:5; align-items:center; }
.main_visual .mvz_ctl .main_visual_pagination{ position:static; width:auto; height:auto; margin:0; padding:6px 14px; background:rgba(0,0,0,.4); background-image:none; border-radius:99px; font-size:13.5px; line-height:1.4; color:rgba(255,255,255,.92); letter-spacing:.06em; }
.main_visual .mvz_toc_btn{ background:rgba(0,0,0,.4); color:#fff; font-size:13px; font-weight:700; border:1px solid rgba(255,255,255,.4); border-radius:99px; padding:6px 15px; cursor:pointer; transition:.15s; -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px); }
.main_visual .mvz_toc_btn:hover{ background:rgba(0,0,0,.65); }
/* 목차 드로어(잡지 차례) */
/* [목차 컴팩트 카드 2026-07-22] 풀커버 오버레이 → 가운데 좁은 "차례 카드"(그리드 정렬·구분선·1줄 말줄임·화살표) */
.main_visual .mvz_toc{ position:absolute; inset:0; z-index:7; background:rgba(15,21,16,.6); -webkit-backdrop-filter:blur(4px); backdrop-filter:blur(4px); display:flex; align-items:center; justify-content:center; padding:20px; opacity:0; pointer-events:none; transition:opacity .22s; }
.main_visual .mvz_toc.open{ opacity:1; pointer-events:auto; }
.main_visual .mvz_toc_card{ position:relative; width:min(560px,92%); max-height:min(78%,440px); display:flex; flex-direction:column; background:linear-gradient(180deg,#213121 0%,#182417 100%); border:1px solid rgba(255,255,255,.1); border-radius:18px; box-shadow:0 24px 60px rgba(0,0,0,.42); overflow:hidden; transform:translateY(10px) scale(.98); transition:transform .22s cubic-bezier(.2,.7,.2,1); }
.main_visual .mvz_toc.open .mvz_toc_card{ transform:none; }
.main_visual .mvz_toc_tt{ font-family:'Maru Buri','Noto Serif KR',serif; color:#fff; font-size:20px; letter-spacing:.01em; text-align:left; margin:0; padding:22px 54px 15px 24px; border-bottom:1px solid rgba(255,255,255,.09); }
.main_visual .mvz_toc_tt small{ display:block; font-size:11px; letter-spacing:.24em; color:#ffd98a; font-family:'Pretendard','Noto Sans KR',sans-serif; font-weight:700; margin-bottom:7px; }
.main_visual .mvz_toc_list{ display:block; flex:1; min-height:0; padding:8px 12px 14px; overflow:auto; }
.main_visual .mvz_toc_item{ display:grid; grid-template-columns:28px 1fr 16px; align-items:center; gap:12px; color:rgba(255,255,255,.86); cursor:pointer; padding:12px 12px; border-radius:10px; transition:.14s; font-size:16px; border-bottom:1px solid rgba(255,255,255,.06); }
.main_visual .mvz_toc_list .mvz_toc_item:last-child{ border-bottom:0; }
.main_visual .mvz_toc_item:hover{ background:rgba(255,255,255,.09); color:#fff; }
.main_visual .mvz_toc_item::after{ content:'\2192'; color:rgba(255,255,255,.32); font-size:15px; text-align:right; }
.main_visual .mvz_toc_item:hover::after{ color:#ffd98a; }
.main_visual .mvz_toc_item .no{ font-family:'Maru Buri','Noto Serif KR',serif; font-size:14px; color:#9db89a; }
.main_visual .mvz_toc_item:hover .no{ color:#ffd98a; }
.main_visual .mvz_toc_item .tt{ max-width:none; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; letter-spacing:-.01em; }
.main_visual .mvz_toc_close{ position:absolute; top:14px; right:16px; z-index:2; width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,.1); border:0; color:rgba(255,255,255,.85); font-size:21px; line-height:1; cursor:pointer; transition:.14s; }
.main_visual .mvz_toc_close:hover{ background:rgba(255,255,255,.2); color:#fff; }

/* ============================================================
 * [v1.2.0 2026-07-02] 메인 롤링배너 화살표 = 다크 글래스 원형 (1안)
 * 기존 mv_btn_prev/next.png(85px 고정 이미지)는 배너색에 따라 묻힘
 * -> 반투명 검정 원 + 흰 꺾쇠 + 흰 테두리: 어떤 배너색에도 가시성 보장
 * 좌우 위치(margin-left)는 기존 유지, 세로는 배너 중앙 정렬
 * ============================================================ */
.main_visual .mv_btn_prev,
.main_visual .mv_btn_next{
  width:52px; height:52px; border-radius:50%;
  background:rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.45);
  -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px);
  top:50%; margin-top:-26px;
  display:flex; align-items:center; justify-content:center;
  transition:background .15s;
}
.main_visual .mv_btn_prev:hover,
.main_visual .mv_btn_next:hover{ background:rgba(0,0,0,.62); }
.main_visual .mv_btn_prev::before,
.main_visual .mv_btn_next::before{
  content:''; width:12px; height:12px;
  border-left:3px solid #fff; border-bottom:3px solid #fff; border-radius:1px;
}
.main_visual .mv_btn_prev::before{ transform:rotate(45deg); margin-left:4px; }
.main_visual .mv_btn_next::before{ transform:rotate(-135deg); margin-right:4px; }

/* ---- 섹션 타이틀 (매거진 타이포) ---- */
.main_section1_mdchoice .mzr_head{ text-align:center; padding:64px 0 34px; }
.main_section1_mdchoice .mzr_eyebrow{ font-size:14px; letter-spacing:.14em; color:#3d6041; font-weight:700; }
.main_section1_mdchoice .mzr_eyebrow b{ color:#1d271e; }
.main_section1_mdchoice .mzr_title{ font-family:'Maru Buri','Noto Serif KR',serif; font-size:34px; font-weight:600; margin-top:12px; letter-spacing:-.01em; color:#1d271e; }
.main_section1_mdchoice .mzr_title em{ font-style:normal; color:#3d6041; }
.main_section1_mdchoice .mzr_rule{ width:44px; height:3px; background:#3d6041; opacity:.5; border-radius:2px; margin:18px auto 0; }

/* ---- 슬라이더 레이아웃 ---- */
.main_section1_mdchoice .mzr_outer{ position:relative; width:1140px; margin:0 auto; padding:0 0; }
.main_section1_mdchoice .mzr_page{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; padding:4px; box-sizing:border-box; }

/* ---- 카드 ---- */
.main_section1_mdchoice .mzr_card{ position:relative; border:1px solid #e8e6dc; border-radius:16px; overflow:hidden; background:#fff; display:flex; flex-direction:column; transition:box-shadow .15s, transform .15s; }
.main_section1_mdchoice .mzr_card:hover{ box-shadow:0 10px 26px rgba(29,39,30,.10); transform:translateY(-2px); }
.main_section1_mdchoice .mzr_link{ display:block; cursor:pointer; }
.main_section1_mdchoice .mzr_imgbox{ position:relative; background:#fafafa; }
.main_section1_mdchoice .mzr_imgbox img{ width:100%; aspect-ratio:1/1; object-fit:cover; display:block; }
.main_section1_mdchoice .mzr_cart{ position:absolute; right:12px; bottom:12px; width:44px; height:44px; border-radius:50%; border:0; background:rgba(255,255,255,.92); box-shadow:0 2px 8px rgba(0,0,0,.18); font-size:19px; cursor:pointer; z-index:2; display:flex; align-items:center; justify-content:center; }
.main_section1_mdchoice .mzr_cart:hover{ background:#3d6041; color:#fff; }
.main_section1_mdchoice .mzr_body{ padding:16px 18px 18px; display:flex; flex-direction:column; gap:8px; flex:1; }
/* 2026-07-22 이번주 구매수량 배지 — 썸네일 좌상단 오버레이(mzr_buy). 딥그린 반투명 위 흰 글자, 시니어 가독 14px.
   예약마크(mzr_mark)와 같은 좌상단이나 rcResv 상호배타라 동시 노출 없음. 한정배지(좌하)·담기(우하)와도 미충돌 */
.main_section1_mdchoice .mzr_buy{ position:absolute; top:8px; left:8px; z-index:3; background:rgba(61,96,65,.92); color:#fff; font-size:14px; font-weight:700; padding:4px 10px; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,.22); line-height:1.2; }
.main_section1_mdchoice .mzr_buy b{ font-weight:800; }
.main_section1_mdchoice .mzr_nm{ font-size:19px; font-weight:800; color:#1d271e; }
.main_section1_mdchoice .mzr_price{ display:flex; align-items:baseline; gap:7px; }
.main_section1_mdchoice .mzr_price .dc{ color:#fe0605; font-weight:800; font-size:17px; }
.main_section1_mdchoice .mzr_price .now{ font-size:21px; font-weight:800; color:#3d6041; font-family:'Roboto','Pretendard','Noto Sans KR',sans-serif; }
.main_section1_mdchoice .mzr_price .old{ color:#9aa09b; text-decoration:line-through; font-size:13px; }
/* 추천 이유 = 마루부리 인용 캡션 */
/* 2026-07-16 v1.4.6 재디자인: 가독성 한 단계 강화(16px/600/#2a3630) — 인용부호 하나만 유지(좌측보더 병용 금지), min-height 16px 기준 재계산(line-height 1.6×2줄+padding22, 여유버퍼 포함) */
/* 2026-07-16 v1.4.7: 그리드+자동더보기(mzr_more_hide/mzr_sentinel) 회수, 스와이퍼 화살표·점 인디케이터 CSS 복원 — 인용문구 강화(위 줄)만 유지 */
.main_section1_mdchoice .mzr_quote{ font-family:'Maru Buri','Noto Serif KR',serif; font-size:16px; font-weight:600; line-height:1.6; color:#2a3630; background:linear-gradient(165deg,#fffdf7,#f5f9f4); border-radius:10px; padding:11px 13px 11px 30px; position:relative; margin-top:2px; word-break:keep-all; box-sizing:border-box; min-height:76px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.main_section1_mdchoice .mzr_quote::before{ content:'\201C'; position:absolute; left:10px; top:2px; font-family:Georgia,serif; font-size:26px; color:#b9ccba; font-weight:800; }
/* 2026-07-10 PC 메인 카드 표준정보(모바일 동일): 생산자·규격·인증·산지·온도·한정 — 전역 클래스 */
.gcard-farmer{ font-size:12.5px; color:#8a8f86; font-weight:600; margin-bottom:2px; line-height:1.3; word-break:keep-all; }
/* 2026-07-16 PC 메인 카드 별점(rvstat) — 업체명(gcard-farmer) 옆 근접배치 1줄, 모바일 rd(metatop/rvstat) 동일 토큰. 전역 클래스(섹션 무관: mzr_card·ts_band·main_section2·thm_card·ngv2) */
.metatop{ display:flex; align-items:center; justify-content:flex-start; gap:8px; margin-bottom:2px; min-height:20px; }
.metatop .gcard-farmer{ margin:0; flex:0 1 auto; max-width:60%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.metatop .rvstat{ margin:0; flex:0 0 auto; }
.rvstat{ display:inline-flex; align-items:center; gap:5px; font-size:12.5px; line-height:1; cursor:pointer; }
.rvstat .star{ color:#F5A623; font-size:13px; line-height:1; }
.rvstat b{ font-family:'Roboto','Pretendard',sans-serif; font-weight:800; color:#1d271e; }
.rvstat .rvc{ color:#8a8f86; font-weight:500; }
.gcard-meta{ display:flex; flex-wrap:wrap; align-items:center; gap:5px; margin-top:6px; }
.gcard-meta .gcard-spec{ font-size:12.5px; color:#6c7268; font-weight:600; }
.gcard-meta .gcard-pill{ font-size:12px; font-weight:700; color:#3d6041; background:#eef3ea; border:1px solid #dce7da; border-radius:7px; padding:2px 8px; line-height:1.4; }
.gcard-meta .gcard-pill--sanji{ background:#fbf0e4; border-color:#f0dcc2; color:#9a5b1e; }
.gcard-meta .gcard-pill--temp{ background:#eaf2f8; border-color:#cfe0ee; color:#2f6d9e; }
.gcard-limit{ position:absolute; left:9px; bottom:9px; z-index:3; background:rgba(216,53,42,.95); color:#fff; font-size:12px; font-weight:700; padding:3px 9px; border-radius:8px; box-shadow:0 1px 4px rgba(0,0,0,.2); }
.gcard-limit b{ font-weight:800; }

/* 2026-07-10 신규생활재 섹션 톤 통일 (다른 카드와 동일 카드박스 그리드) */
.main_section5 .product_type1{ display:grid !important; grid-template-columns:repeat(4,1fr); gap:16px; }
.main_section5 .product_type1 > li{ float:none !important; width:auto !important; margin:0 !important; background:#fff; border:1px solid #e8e6dc; border-radius:14px; overflow:hidden; box-shadow:0 1px 4px rgba(29,39,30,.05); position:relative; transition:box-shadow .15s, transform .15s; }
.main_section5 .product_type1 > li:hover{ box-shadow:0 8px 22px rgba(29,39,30,.10); transform:translateY(-2px); }
.main_section5 .product_type1 > li .txt_box{ padding:12px 14px 14px; }
.main_section5 .product_type1 > li .cart{ z-index:3; }
/* 가격: '조합원' 라벨 제거 + 다른 카드와 동일 가격 스타일 */
.main_section5 .product_type1 dl.price dt{ display:none !important; }
.main_section5 .product_type1 dl.price{ margin-top:6px; }
.main_section5 .product_type1 dd.won{ display:flex; align-items:baseline; flex-wrap:wrap; gap:4px; font-family:'Roboto','Pretendard',sans-serif; font-size:20px; font-weight:800; color:#1d271e; }
.main_section5 .product_type1 dd.won .sale{ order:-1; width:100%; font-size:13px; font-weight:600; color:#9aa09b; text-decoration:line-through; }

/* 품절 */
.main_section1_mdchoice .mzr_card.soldout .mzr_imgbox::after{ content:'일시품절'; position:absolute; inset:0; background:rgba(255,255,255,.55); display:flex; align-items:center; justify-content:center; font-weight:800; color:#565a57; font-size:17px; }
.main_section1_mdchoice .mzr_card.soldout .mzr_cart{ display:none; }

/* ---- 화살표 (그린 외곽선 원형, 카드 바깥) ---- */
.main_section1_mdchoice .mzr_prev,
.main_section1_mdchoice .mzr_next{ position:absolute; top:42%; width:46px; height:46px; border-radius:50%; border:1.5px solid #3d6041; background:#fff; color:#3d6041; font-size:18px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:.15s; z-index:3; }
.main_section1_mdchoice .mzr_prev:hover,
.main_section1_mdchoice .mzr_next:hover{ background:#3d6041; color:#fff; }
.main_section1_mdchoice .mzr_prev{ left:-64px; }
.main_section1_mdchoice .mzr_next{ right:-64px; }
.main_section1_mdchoice .mzr_prev.swiper-button-disabled,
.main_section1_mdchoice .mzr_next.swiper-button-disabled{ opacity:.3; }

/* ---- 점 인디케이터 (Swiper pagination, dynamicBullets: 현재 주변만 표시) ---- */
.main_section1_mdchoice .mzr_dots{ position:relative; margin:24px auto 0; text-align:center; height:14px; }
.main_section1_mdchoice .mzr_dots .swiper-pagination-bullet{ background:#d5dbd4; opacity:1; cursor:pointer; }
.main_section1_mdchoice .mzr_dots .swiper-pagination-bullet-active{ background:#3d6041; }

/* ---- 더 보기 ---- */
.main_section1_mdchoice .mzr_more{ display:block; width:220px; margin:26px auto 0; text-align:center; border:1.5px solid #3d6041; color:#3d6041; border-radius:999px; padding:12px 0; font-size:15px; font-weight:700; text-decoration:none; transition:.15s; }
.main_section1_mdchoice .mzr_more:hover{ background:#3d6041; color:#fff; }

/* ============================================================
 * [v1.1.0 2026-07-02] 테마별 기획전 매거진 코너 밴드 (A안)
 * 스코프: .main_section_thema.thm_v2 (기존 .main_section_thema 스타일 override)
 * 상품수 자동 분기: 1=히어로 / 2~3=카드+티저 / 4+=4칸 레일
 * ============================================================ */
.main_section_thema.thm_v2{ padding:42px 0 12px; }
.thm_v2 .inner{ width:1140px; margin:0 auto; }
/* 헤더 밴드 */
.thm_v2 .thm_head{ display:flex; align-items:flex-end; gap:14px; }
.thm_v2 .thm_eyebrow{ font-size:12.5px; letter-spacing:.15em; color:#3d6041; font-weight:800; padding-bottom:6px; }
.thm_v2 .thm_tt{ font-family:'Maru Buri','Noto Serif KR',serif; font-size:25px; font-weight:600; letter-spacing:-.01em; color:#1d271e; margin:0; line-height:1.3; }
.thm_v2 .thm_all{ margin-left:auto; font-size:14px; font-weight:700; color:#3d6041; text-decoration:none; padding-bottom:5px; white-space:nowrap; cursor:pointer; }
.thm_v2 .thm_all:hover{ text-decoration:underline; }
.thm_v2 .thm_rule{ height:2px; background:linear-gradient(90deg,#3d6041 0 44px,#eceae2 44px); margin:12px 0 20px; }
/* 4칸 레일 카드 */
.thm_v2 .thm_rail{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.thm_v2 .thm_card{ position:relative; border:1px solid #e8e6dc; border-radius:14px; overflow:hidden; background:#fff; transition:box-shadow .15s, transform .15s; }
.thm_v2 .thm_card:hover{ box-shadow:0 8px 22px rgba(29,39,30,.10); transform:translateY(-2px); }
.thm_v2 .thm_link{ display:block; cursor:pointer; text-decoration:none; }
.thm_v2 .thm_imgbox{ position:relative; background:#fafafa; }
.thm_v2 .thm_imgbox img{ width:100%; aspect-ratio:1/1; object-fit:cover; display:block; }
.thm_v2 .thm_cart{ position:absolute; right:10px; bottom:10px; width:40px; height:40px; border-radius:50%; border:0; background:rgba(255,255,255,.92); box-shadow:0 2px 7px rgba(0,0,0,.16); font-size:16px; cursor:pointer; z-index:2; display:flex; align-items:center; justify-content:center; }
.thm_v2 .thm_cart:hover{ background:#3d6041; color:#fff; }
.thm_v2 .thm_body{ padding:12px 14px 14px; }
.thm_v2 .thm_nm{ font-size:15px; font-weight:700; line-height:1.35; height:40px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#1d271e; word-break:keep-all; }
.thm_v2 .thm_price{ margin-top:6px; display:flex; align-items:baseline; gap:6px; }
.thm_v2 .thm_price .dc{ color:#fe0605; font-weight:800; font-size:14.5px; }
.thm_v2 .thm_price .now{ font-size:17.5px; font-weight:800; color:#3d6041; font-family:'Roboto','Pretendard','Noto Sans KR',sans-serif; }
/* 품절 오버레이 */
.thm_v2 .thm_halt{ position:absolute; inset:0; background:rgba(255,255,255,.6); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:3px; font-weight:800; color:#565a57; font-size:15px; z-index:1; text-align:center; }
.thm_v2 .thm_halt span:last-child{ font-size:12.5px; font-weight:600; }
/* 티저(빈칸 채움) */
.thm_v2 .thm_teaser{ border:1.5px dashed #b9ccba; border-radius:14px; background:linear-gradient(165deg,#f7faf5,#eef4ec); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-decoration:none; padding:20px; transition:.15s; cursor:pointer; }
.thm_v2 .thm_teaser:hover{ background:#e7f0e6; }
.thm_v2 .thm_teaser .tico{ width:44px; height:44px; border-radius:50%; border:1.5px solid #3d6041; color:#3d6041; display:flex; align-items:center; justify-content:center; font-size:17px; }
.thm_v2 .thm_teaser .tq{ font-family:'Maru Buri','Noto Serif KR',serif; font-size:15.5px; color:#33413a; text-align:center; line-height:1.6; word-break:keep-all; max-width:420px; }
.thm_v2 .thm_teaser .ta{ font-size:13.5px; font-weight:800; color:#3d6041; }
/* 상품 1개 = 가로 히어로 */
.thm_v2 .thm_hero{ display:grid; grid-template-columns:360px 1fr; border:1px solid #e8e6dc; border-radius:16px; overflow:hidden; background:linear-gradient(115deg,#fff 55%,#f7faf5 100%); transition:box-shadow .15s; }
.thm_v2 .thm_hero:hover{ box-shadow:0 10px 26px rgba(29,39,30,.10); }
.thm_v2 .thm_hero_img{ position:relative; display:block; cursor:pointer; }
.thm_v2 .thm_hero_img img{ width:100%; height:100%; aspect-ratio:1/1; object-fit:cover; display:block; background:#fafafa; }
.thm_v2 .thm_hero_body{ padding:32px 38px; display:flex; flex-direction:column; justify-content:center; gap:11px; min-width:0; }
.thm_v2 .thm_hero_badge{ align-self:flex-start; background:#f8a31e; color:#1d271e; font-size:12.5px; font-weight:800; padding:4px 10px; border-radius:7px; }
.thm_v2 .thm_hero_nm{ font-size:25px; font-weight:800; letter-spacing:-.01em; color:#1d271e; text-decoration:none; cursor:pointer; word-break:keep-all; }
.thm_v2 .thm_hero_nm:hover{ text-decoration:underline; }
.thm_v2 .thm_hero_sub{ font-size:14px; color:#828a83; margin:-4px 0 0; }
.thm_v2 .thm_hero_quote{ font-family:'Maru Buri','Noto Serif KR',serif; font-size:15.5px; line-height:1.8; color:#41504a; word-break:keep-all; max-width:520px; margin:0; }
.thm_v2 .thm_hero_price{ display:flex; align-items:baseline; gap:8px; margin-top:2px; }
.thm_v2 .thm_hero_price .dc{ color:#fe0605; font-weight:800; font-size:19px; }
.thm_v2 .thm_hero_price .now{ font-size:26px; font-weight:800; color:#3d6041; font-family:'Roboto','Pretendard','Noto Sans KR',sans-serif; }
.thm_v2 .thm_hero_price .old{ color:#9aa09b; text-decoration:line-through; font-size:14px; }
.thm_v2 .thm_hero_acts{ display:flex; align-items:center; gap:12px; margin-top:8px; }
.thm_v2 .thm_hero_cart{ border:0; background:#3d6041; color:#fff; border-radius:999px; padding:13px 28px; font-size:15.5px; font-weight:800; cursor:pointer; display:inline-flex; gap:8px; align-items:center; }
.thm_v2 .thm_hero_cart:hover{ background:#2f5233; }
.thm_v2 .thm_hero_go{ font-size:14px; font-weight:700; color:#3d6041; text-decoration:none; padding:13px 8px; cursor:pointer; }
.thm_v2 .thm_hero_go:hover{ text-decoration:underline; }

/* 2026-07-09 두레추천 예약(연보라)·택배예약(연하늘) 카드 행 — 클릭=상세페이지. 섹션(mzr_outer)과 동일 1140 중앙정렬 */
.mzr_rgrow{ width:1140px; max-width:100%; margin:0 auto; box-sizing:border-box; display:flex; gap:10px; overflow-x:auto; -webkit-overflow-scrolling:touch; padding:6px 0 8px; }
.mzr_rgcard{ flex:0 0 132px; border-radius:14px; overflow:hidden; cursor:pointer; border:1px solid #e5e0d5; background:#fff; }
.mzr_rg--reserve{ background:#f5f2fc; border-color:#e2d8f5; }
.mzr_rg--gift{ background:#eaf4fb; border-color:#cfe6f5; }
.mzr_rgimg{ position:relative; aspect-ratio:1/1; background:#fff; }
.mzr_rgimg img{ width:100%; height:100%; object-fit:cover; display:block; }
.mzr_rgbadge{ position:absolute; top:6px; left:6px; color:#fff; font-size:10.5px; font-weight:800; padding:2px 6px; border-radius:5px; }
.mzr_rgbadge.b-reserve{ background:#7b5cc7; }
.mzr_rgbadge.b-gift{ background:#2f8fd6; }
.mzr_rgnm{ padding:7px 8px 2px; font-size:12.5px; font-weight:600; color:#33402f; line-height:1.32; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; min-height:33px; }
.mzr_rgprice{ padding:0 8px 9px; display:flex; align-items:baseline; gap:4px; }
.mzr_rgprice .dc{ color:#e0483b; font-weight:800; font-size:12px; }
.mzr_rgprice .now{ font-weight:800; font-size:14px; color:#2e4a32; }
@media (min-width:1025px){ .mzr_rgcard{ flex-basis:160px; } }
/* 두레추천 예약/택배 섹션 제목 (마루부리) — 1140 중앙정렬 */
.mzr_rghead{ width:1140px; max-width:100%; margin:20px auto 9px; box-sizing:border-box; padding:0; }
@media (max-width:1024px){ .mzr_rghead, .mzr_rgrow{ padding-left:14px; padding-right:14px; } }
.mzr_rgeb{ font-size:12px; font-weight:700; color:#7b5cc7; letter-spacing:.02em; }
.mzr_rgtt{ font-family:'Maru Buri','Nanum Myeongjo',serif; font-size:20px; font-weight:800; color:#2e2a22; margin:3px 0 0; line-height:1.3; }
@media (min-width:1025px){ .mzr_rgtt{ font-size:23px; } }
/* 2026-07-09 메인 기획전(테마) 섹션 예약/택배 카드 — 기존 thm_card 형식 + 태그·배경색 */
.thm_v2 .thm_card--reserve{ background:#f5f2fc; border-color:#e2d8f5; }
.thm_v2 .thm_card--gift{ background:#eaf4fb; border-color:#cfe6f5; }
.thm_v2 .thm_card .thm_imgbox{ position:relative; }
.thm_v2 .thm_tag{ position:absolute; top:8px; left:8px; z-index:3; color:#fff; font-size:13.5px; font-weight:800; padding:4px 11px; border-radius:7px; box-shadow:0 2px 6px rgba(0,0,0,.22); }
.thm_v2 .thm_tag--reserve{ background:#7b5cc7; }
.thm_v2 .thm_tag--gift{ background:#2f8fd6; }
/* 2026-07-10 코너 맨앞 정규상품 = 판매 1위 뱃지 */
.thm_v2 .thm_rank1{ position:absolute; top:8px; left:8px; z-index:4; display:inline-flex; align-items:center; gap:4px; background:linear-gradient(135deg,#3d6041,#2f5233); color:#fff; font-size:13px; font-weight:800; letter-spacing:-.01em; padding:4px 11px 4px 8px; border-radius:8px; box-shadow:0 2px 7px rgba(0,0,0,.24); }
.thm_v2 .thm_rank1 .rk-crown{ font-size:13.5px; line-height:1; }
/* 2026-07-09 예약/택배 카드 하단 작은 예약하기 버튼 */
.thm_v2 .thm_resbtn{ display:block; width:100%; margin-top:8px; padding:6px 0; border-radius:7px; background:#fff; font-size:11.5px; font-weight:700; line-height:1.2; cursor:pointer; text-align:center; border:1px solid; }
/* 2026-07-22 PC 예약/택배 담기버튼도 진초록 solid 통일(모바일과 동일 CTA 색). 유형구분은 태그칩(thm_tag--reserve/gift) 담당 */
.thm_v2 .thm_resbtn--reserve,.thm_v2 .thm_resbtn--gift{ background:#3d6041; color:#fff; border-color:#3d6041; }
.thm_v2 .thm_resbtn--reserve:hover,.thm_v2 .thm_resbtn--gift:hover{ background:#2f5233; color:#fff; border-color:#2f5233; }
/* 2026-07-09 두레추천 예약/택배 카드 상단 마크(예약/택배예약) */
.mzr_imgbox{ position:relative; }
.mzr_mark{ position:absolute; top:8px; left:8px; z-index:3; color:#fff; font-size:13.5px; font-weight:800; padding:4px 11px; border-radius:7px; box-shadow:0 2px 6px rgba(0,0,0,.22); }
.mzr_mark--res{ background:#7b5cc7; }
.mzr_mark--gift{ background:#2f8fd6; }
/* 2026-07-09 두레추천 페이지(recommend.do, popcard_v3) 예약/택배 마크 */
.product_type_popcard_v3 .productline .row_2 .tag .bg_res{ background-color:#7b5cc7; font-size:16px; height:30px; line-height:30px; padding:0 11px; }
.product_type_popcard_v3 .productline .row_2 .tag .bg_gift{ background-color:#2f8fd6; font-size:16px; height:30px; line-height:30px; padding:0 11px; }

/* ============================================================
 * 2026-07-10 메인 반짝장터 밴드(.ts_band) 스타일 보강
 * 운영에서 style_v2.css의 .ts_band 규칙이 렌더 미적용(중복로드/캐스케이드)로 밴드가 깨짐.
 * main_recom_mz.css는 style_v2 뒤에 로드되므로 여기서 재선언해 확실히 적용.
 * ============================================================ */
.main_section4.ts_band{ background:linear-gradient(180deg,#3D6041 0%,#2E4A32 100%); padding:34px 0 42px; position:relative; overflow:hidden; }
.main_section4.ts_band::before{ content:""; position:absolute; inset:0; background:radial-gradient(1100px 240px at 12% -30%, rgba(217,184,74,.18), transparent 60%); pointer-events:none; }
.main_section4.ts_band .inner{ width:1160px; display:grid; grid-template-columns:340px 1fr; gap:36px; align-items:center; position:relative; z-index:1; }
.ts_band .ts_panel{ color:#fff; }
.ts_band .ts_eyebrow{ font-family:'MaruBuri','Nanum Myeongjo',serif; font-size:26px; display:flex; align-items:center; gap:10px; }
.ts_band .ts_eyebrow .ts_spark{ color:#D9B84A; font-size:19px; }
.ts_band .ts_deadline{ margin-top:8px; font-size:14px; color:#d7e2d3; }
.ts_band .ts_deadline b{ color:#D9B84A; font-weight:600; }
.ts_band .ts_count{ margin-top:16px; font-size:64px; line-height:1; font-weight:800; font-variant-numeric:tabular-nums; display:flex; align-items:baseline; gap:1px; white-space:nowrap; color:#fff; text-shadow:0 2px 18px rgba(0,0,0,.25); }
.ts_band .ts_count .ts_num{ min-width:80px; text-align:center; display:inline-block; }
.ts_band .ts_count .ts_colon{ color:#D9B84A; padding:0 4px; font-weight:600; }
.ts_band .ts_count .ts_sec{ color:#D9B84A; }
.ts_band .ts_count .ts_days{ font-size:24px; font-weight:700; color:#D9B84A; min-width:auto; margin-right:8px; align-self:center; }
.ts_band .ts_count .ts_days:empty{ display:none; }
.ts_band .ts_count_lab{ margin-top:6px; font-size:11px; color:#c3d2bf; display:flex; gap:58px; padding-left:24px; letter-spacing:.2em; }
.ts_band .ts_ember{ margin-top:14px; height:7px; border-radius:6px; background:rgba(255,255,255,.14); overflow:hidden; }
.ts_band .ts_ember>i{ display:block; height:100%; width:100%; border-radius:6px; background:linear-gradient(90deg,#B8902E,#D9B84A); }
.ts_band .ts_tag{ margin-top:15px; font-size:14px; color:#eef3ec; }
.ts_band .ts_tag b{ color:#fff; }
.ts_band .slider_tab{ margin-top:20px; }
.ts_band .slider_tab li{ display:inline-block; margin:0 8px 0 0; }
.ts_band .slider_tab a{ display:block; background:rgba(255,255,255,.12); width:120px; height:40px; border-radius:24px; line-height:40px; text-align:center; font-size:16px; color:#dfe8db; }
.ts_band .slider_tab li.on a{ background:#D9B84A; color:#2E4A32; font-weight:700; }
.ts_band .ms4_prod_wrap{ position:relative; overflow:hidden; }
.ts_band .ms4_slider_wrap{ overflow:hidden; position:relative; padding:6px 2px 8px; }
.ts_band .ms4_slider_wrap .swiper-wrapper{ display:flex; }
.ts_band .ms4_slider_wrap .swiper-slide{ width:230px; flex:0 0 auto; margin-right:16px; background:#F4F1EA; border-radius:12px; box-shadow:0 10px 24px rgba(0,0,0,.20); overflow:hidden; position:relative; }
.ts_band .ms4_slider_wrap .img_wrap{ position:relative; aspect-ratio:1/1; background:#fff; }
.ts_band .ms4_slider_wrap .img_wrap img{ width:100%; height:100%; object-fit:cover; }
.ts_band .ms4_slider_wrap .img_wrap .tag{ position:absolute; top:10px; left:10px; z-index:2; }
/* 2026-07-22 할인배지 숫자 세로 중앙정렬 + 높이 보정(inline-block line-height:1 → inline-flex 중앙, min-height 40) */
.ts_band .ms4_slider_wrap .img_wrap .tag .bg_y{ display:inline-flex; align-items:center; justify-content:center; min-height:40px; background:#E8452A; color:#fff; font-size:23px; font-weight:900; line-height:1; padding:0 13px; border-radius:10px; }
.ts_band .ms4_slider_wrap .img_wrap .tag .bg_g{ display:inline-block; background:#3D6041; color:#fff; font-size:12px; padding:4px 8px; border-radius:6px; margin-top:4px; }
.ts_band .ms4_slider_wrap .img_wrap .tag .bg_c{ display:inline-block; background:#B8902E; color:#fff; font-size:12px; padding:4px 8px; border-radius:6px; margin-top:4px; }
/* 2026-07-20 QA: 칩(specrow) 추가로 카드 정보가 1줄 늘어 style_v2 고정 height:112px에 하단(가격) 잘림 — height:auto+min-height로 내용만큼 자연 확장(칩 없는 카드는 기존 높이 유지) */
.ts_band .ms4_slider_wrap .txt_box{ background:#F4F1EA; padding:13px 14px 15px; margin:0; box-sizing:border-box; overflow:visible; position:relative; height:auto; min-height:112px; }
.ts_band .ms4_slider_wrap .txt_box .title{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:15px; font-weight:600; color:#23301F; margin-bottom:9px; display:block; }
.ts_band .ms4_slider_wrap .txt_box .comf{ margin-top:8px; display:inline-block; font-size:11px; line-height:1; color:#6f7a63; background:#e7e3d6; padding:3px 7px; border-radius:4px; }
.ts_band .ms4_slider_wrap .txt_box .price{ display:flex; align-items:baseline; gap:6px; padding:0; margin:0; }
.ts_band .ms4_slider_wrap .txt_box .price dt{ display:none; }
.ts_band .ms4_slider_wrap .txt_box .price .won{ display:flex; align-items:baseline; gap:6px; flex-wrap:wrap; }
.ts_band .ms4_slider_wrap .txt_box .price .won .sale{ font-size:12px; color:#a79f8d; text-decoration:line-through; }
.ts_band .ms4_slider_wrap .txt_box dl.price:first-of-type .won{ font-size:24px; font-weight:800; color:#3D6041; }
.ts_band .ms4_slider_wrap .txt_box dl.price + dl.price{ display:none; }
.ts_band .ms4_slider_wrap .cart{ position:absolute; bottom:10px; right:10px; width:48px; height:48px; border-radius:0; background:url(../../images/shop/ico_cart_line.svg) 50% 50% no-repeat; background-size:32px; font-size:0; box-shadow:none; }
.ts_band .btn_more{ grid-column:1 / -1; display:block; width:300px; height:48px; line-height:47px; font-size:16px; font-weight:600; margin:26px auto 0; background:rgba(255,255,255,.14); color:#fff; border:1px solid rgba(255,255,255,.35); border-radius:24px; text-align:center; }

/* 2026-07-23 중간 띠배너 (위치1/2/3 · SM_BANNER_M 타입 S/T/U · 관리자 등록분) */
.mid_strip{ width:1140px; max-width:100%; margin:20px auto; box-sizing:border-box; }
@media (max-width:1180px){ .mid_strip{ padding:0 14px; } }
.mid_strip .mid_strip_a{ display:block; }
.mid_strip .mid_strip_a + .mid_strip_a{ margin-top:12px; }
.mid_strip img{ width:100%; height:auto; display:block; border-radius:0; }
.mid_strip--demo{ min-height:96px; border-radius:0; display:flex; align-items:center; justify-content:center; text-align:center; background:repeating-linear-gradient(135deg,#f5f0e2,#f5f0e2 14px,#efe8d5 14px,#efe8d5 28px); border:2px dashed #d9c98f; }
.mid_strip--demo .mid_strip_demolabel{ font-size:14px; font-weight:700; color:#8a7534; letter-spacing:-.01em; padding:0 14px; }
