@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #1a1a1a;
  --primary-hover: #333;
  --bg: #fff;
  --bg-gray: #f8f8f8;
  --border: #e8e8e8;
  --text: #222;
  --text-sub: #666;
  --text-light: #999;
  --max-w: 1400px;
  --font: 'Noto Sans KR', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); font-size: 14px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font); }

/* ── 레이아웃 ── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 1rem; }
.section { padding: 3rem 0; }
.section-sm { padding: 1.5rem 0; }
.section-title { font-size: 1.375rem; font-weight: 700; color: var(--text); margin-bottom: 1.5rem; }
.section-title span { font-size: 0.875rem; font-weight: 400; color: var(--text-sub); margin-left: 0.5rem; }

/* ── 상단 서브바 ── */
.top-bar { background: #f5f5f5; border-bottom: 1px solid var(--border); height: 36px; display: flex; align-items: center; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar-left a { display: inline-flex; align-items: center; gap: 0.375rem; color: var(--text-sub); font-size: 0.8rem; margin-right: 0.75rem; }
.top-bar-left a:hover { color: var(--primary); }
.top-bar-right { font-size: 0.8rem; color: var(--text-sub); }

/* ── 메인 헤더 ── */
.main-header { border-bottom: 1px solid var(--border); padding: 0.875rem 0; background: #fff; }
.main-header .container { display: flex; align-items: center; gap: 1.5rem; }
.logo { flex-shrink: 0; }
.logo img { height: 44px; width: auto; }
.logo-text { font-size: 1.5rem; font-weight: 700; color: var(--primary); letter-spacing: -0.5px; }
.search-wrap { flex: 1; max-width: 480px; position: relative; }
.search-wrap input { width: 100%; height: 42px; border: 2px solid var(--primary); padding: 0 3rem 0 1rem; font-size: 0.9rem; font-family: var(--font); outline: none; border-radius: 0; }
.search-wrap button { position: absolute; right: 0; top: 0; height: 42px; width: 44px; background: var(--primary); border: none; display: flex; align-items: center; justify-content: center; }
.search-wrap button svg { fill: #fff; }
.header-right { margin-left: auto; display: flex; align-items: center; gap: 1.25rem; }
.header-right a { font-size: 0.85rem; color: var(--text-sub); display: flex; flex-direction: column; align-items: center; gap: 2px; }
.header-right a svg { width: 22px; height: 22px; fill: var(--text-sub); }
.header-right a:hover { color: var(--primary); }
.header-right a:hover svg { fill: var(--primary); }
.header-phone { font-size: 1.1rem; font-weight: 700; color: var(--primary); }

/* ── 카테고리 네비바 ── */
.cat-nav { background: #fff; border-bottom: 2px solid var(--primary); position: sticky; top: 0; z-index: 100; }
.cat-nav .container { display: flex; }
.cat-nav-item { position: relative; }
.cat-nav-item > a { display: flex; align-items: center; gap: 4px; padding: 0 1.25rem; height: 48px; font-size: 0.9rem; font-weight: 600; white-space: nowrap; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.15s; }
.cat-nav-item > a:hover, .cat-nav-item.active > a { color: var(--primary); border-bottom-color: var(--primary); }
.cat-nav-item:hover .dropdown { display: block; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; border: 1px solid var(--border); min-width: 160px; z-index: 200; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.dropdown a { display: block; padding: 0.625rem 1rem; font-size: 0.85rem; color: var(--text-sub); border-bottom: 1px solid var(--border); }
.dropdown a:last-child { border-bottom: none; }
.dropdown a:hover { background: var(--bg-gray); color: var(--primary); }
.cat-nav-extra { margin-left: auto; display: flex; align-items: center; gap: 0.5rem; padding-right: 0; }
.cat-nav-extra a { font-size: 0.85rem; padding: 0 0.75rem; height: 48px; display: flex; align-items: center; color: var(--text-sub); }
.cat-nav-extra a:hover { color: var(--primary); }

/* ── 히어로 슬라이더 ── */
.hero { position: relative; overflow: hidden; background: #1a1a1a; }
.hero-slides { display: flex; transition: transform 0.5s ease; height: 480px; }
.hero-slide { min-width: 100%; position: relative; display: flex; align-items: center; justify-content: center; }
.hero-slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-slide-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.42); }
.hero-slide-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 2rem; }
.hero-slide-content .slide-en { font-size: 0.8rem; letter-spacing: 3px; opacity: 0.75; margin-bottom: 0.75rem; text-transform: uppercase; }
.hero-slide-content h1, .hero-slide-content h2 { font-size: 2.5rem; font-weight: 700; line-height: 1.25; margin-bottom: 0.75rem; }
.hero-slide-content p { font-size: 1rem; opacity: 0.85; margin-bottom: 1.5rem; }
.hero-slide-content a { display: inline-block; padding: 0.75rem 2rem; background: #fff; color: var(--primary); font-weight: 700; font-size: 0.9rem; transition: background 0.2s; }
.hero-slide-content a:hover { background: #f0f0f0; }
.hero-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(255,255,255,0.85); border: none; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.hero-btn:hover { background: #fff; }
.hero-btn-prev { left: 1rem; }
.hero-btn-next { right: 1rem; }
.hero-dots { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); border: none; cursor: pointer; transition: background 0.2s; }
.hero-dot.active { background: #fff; }

/* ── 카테고리 아이콘 그리드 ── */
.cat-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1rem; }
.cat-card { display: flex; flex-direction: column; align-items: center; gap: 0.625rem; cursor: pointer; transition: transform 0.2s; }
.cat-card:hover { transform: translateY(-3px); }
.cat-card-img { width: 100%; aspect-ratio: 1/1; overflow: hidden; background: var(--bg-gray); }
.cat-card-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-card-name { font-size: 0.8rem; font-weight: 600; color: var(--text); text-align: center; }
.cat-card-en { font-size: 0.7rem; color: var(--text-light); }

/* ── 상품 그리드 ── */
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.product-card { cursor: pointer; text-decoration: none; display: block; border: 1px solid var(--border); background: #fff; transition: box-shadow 0.2s ease; }
.product-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.10); }
.product-card .card-img { aspect-ratio: 1/1; overflow: hidden; background: var(--bg-gray); }
.product-card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.product-card:hover .card-img img { transform: scale(1.04); }
.product-card .card-body { padding: 0.75rem; }
.card-name { font-size: 0.875rem; font-weight: 700; line-height: 1.4; color: var(--text); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-price { font-size: 1rem; font-weight: 700; color: var(--primary); margin-top: 0.4rem; }
.card-action { font-size: 0.75rem; color: var(--text-light); margin-top: 0.25rem; }

/* ── 탭 섹션 ── */
.tab-nav { display: flex; border-bottom: 2px solid var(--border); margin-bottom: 1.5rem; overflow-x: auto; }
.tab-btn { padding: 0.75rem 1.5rem; font-weight: 600; font-size: 0.9rem; cursor: pointer; border: none; background: none; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s; color: var(--text-sub); white-space: nowrap; font-family: var(--font); }
.tab-btn.active { border-bottom-color: var(--primary); color: var(--primary); }
.tab-content { display: none; }
.tab-content.active { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; }

/* ── 카테고리 배너 ── */
.cat-banner-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 0.75rem; }
.cat-banner { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; }
.cat-banner img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s; }
.cat-banner:hover img { transform: scale(1.05); }
.cat-banner-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 60%); }
.cat-banner-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem; color: #fff; }
.cat-banner-text .en { font-size: 0.7rem; letter-spacing: 2px; opacity: 0.8; }
.cat-banner-text .name { font-size: 1.1rem; font-weight: 700; }

/* ── 갤러리 ── */
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.5rem; }
.gallery-item { aspect-ratio: 1/1; overflow: hidden; cursor: pointer; background: var(--bg-gray); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.gallery-item:hover img { transform: scale(1.05); }

/* ── 쇼룸 영상 ── */
.showroom-video { position: relative; width: 100%; max-width: 960px; margin: 0 auto; aspect-ratio: 16/9; background: #000; overflow: hidden; }
.showroom-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ── 라이트박스 ── */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; line-height: 1; }

/* ── 브랜드 섹션 ── */
.brand-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.brand-info { padding: 1.5rem; border: 1px solid var(--border); }
.brand-info h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.375rem; }
.brand-info .brand-en { font-size: 0.8rem; color: var(--text-light); margin-bottom: 0.75rem; }
.brand-info p { font-size: 0.875rem; color: var(--text-sub); line-height: 1.7; margin-bottom: 1rem; }
.brand-info .brand-cats { font-size: 0.8rem; color: var(--text-light); }
.brand-tabs { display: flex; gap: 0.5rem; margin-bottom: 1rem; }
.brand-tab { padding: 0.375rem 0.875rem; font-size: 0.8rem; border: 1px solid var(--border); background: none; cursor: pointer; transition: all 0.15s; font-family: var(--font); }
.brand-tab.active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ── 매장 안내 ── */
.store-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 1.25rem; align-items: stretch; }
.store-map { background: var(--bg-gray); overflow: hidden; border: 1px solid var(--border); min-height: 480px; }
.store-map iframe { width: 100%; height: 100%; border: none; display: block; }
.store-info { background: #fff; border: 1px solid var(--border); padding: 1.75rem 1.5rem; display: flex; flex-direction: column; }
.store-info .store-en { font-size: 0.7rem; letter-spacing: 2px; color: var(--text-light); margin-bottom: 0.375rem; text-transform: uppercase; }
.store-info h3 { font-size: 1.25rem; font-weight: 700; margin: 0 0 1.25rem; padding-bottom: 1rem; border-bottom: 2px solid var(--primary); letter-spacing: -0.3px; }
.store-row { display: flex; gap: 1rem; padding: 0.75rem 0; font-size: 0.875rem; border-bottom: 1px solid var(--border); align-items: flex-start; }
.store-row:last-of-type { border-bottom: none; }
.store-row .label { font-weight: 700; min-width: 64px; color: var(--text); font-size: 0.78rem; padding-top: 2px; letter-spacing: 0.3px; }
.store-row .val { color: var(--text-sub); flex: 1; line-height: 1.7; }
.store-row .val a { color: var(--primary); font-weight: 700; }
.store-actions { margin-top: auto; padding-top: 1.5rem; display: flex; gap: 0.5rem; flex-wrap: wrap; }
.store-actions .btn { flex: 1; min-width: 0; text-align: center; padding-left: 0.5rem; padding-right: 0.5rem; }
.btn { display: inline-block; padding: 0.75rem 1.5rem; font-weight: 700; font-size: 0.875rem; cursor: pointer; transition: all 0.2s; font-family: var(--font); border: none; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: #333; }
.btn-outline { background: #fff; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }

/* ── 유도 배너 ── */
.cta-banner { background: var(--primary); color: #fff; text-align: center; padding: 3.5rem 1rem; }
.cta-banner h2 { font-size: 1.75rem; font-weight: 700; margin-bottom: 0.75rem; }
.cta-banner p { font-size: 1rem; opacity: 0.8; margin-bottom: 1.5rem; }
.btn-white { background: #fff; color: var(--primary); padding: 0.875rem 2rem; font-weight: 700; font-size: 0.95rem; display: inline-block; transition: opacity 0.2s; }
.btn-white:hover { opacity: 0.9; }

/* ── Footer ── */
.footer { background: #1a1a1a; color: #ccc; padding: 2.5rem 0 1.5rem; }
.footer-inner { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; margin-bottom: 1.5rem; }
.footer-logo .logo-text-f { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.footer-logo a { font-size: 0.8rem; color: #999; text-decoration: underline; }
.footer-biz { font-size: 0.8rem; line-height: 1.9; color: #aaa; }
.footer-biz strong { color: #fff; }
.footer-sns { display: flex; flex-direction: column; align-items: flex-end; gap: 0.625rem; }
.footer-sns a { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; color: #aaa; }
.footer-sns a:hover { color: #fff; }
.footer-sns svg { width: 18px; height: 18px; fill: currentColor; }
.footer-hours { font-size: 0.8rem; color: #aaa; margin-top: 0.5rem; line-height: 1.7; }
.footer-bottom { border-top: 1px solid #333; padding-top: 1rem; text-align: center; font-size: 0.75rem; color: #777; }

/* ── Floating ── */
.floating { position: fixed; bottom: 2rem; right: 1.5rem; z-index: 1000; display: flex; flex-direction: column; align-items: flex-end; gap: 0.5rem; }
.floating-main { width: 52px; height: 52px; background: var(--primary); color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,0.25); }
.floating-main svg { width: 24px; height: 24px; fill: #fff; }
.floating-items { display: flex; flex-direction: column; gap: 0.5rem; }
.floating-items.hidden { display: none; }
.float-btn { display: flex; align-items: center; gap: 0.5rem; background: #fff; border: 1px solid var(--border); padding: 0.5rem 0.875rem 0.5rem 0.75rem; font-size: 0.8rem; font-weight: 600; color: var(--text); box-shadow: 0 2px 8px rgba(0,0,0,0.12); white-space: nowrap; cursor: pointer; text-decoration: none; }
.float-btn svg { width: 18px; height: 18px; fill: var(--text); flex-shrink: 0; }
.float-btn:hover { background: var(--primary); color: #fff; }
.float-btn:hover svg { fill: #fff; }

/* ── 햄버거 ── */
.mob-menu-btn { display: none; background: none; border: none; flex-direction: column; gap: 5px; padding: 0.5rem; }
.mob-menu-btn span { display: block; width: 24px; height: 2px; background: var(--text); }
.mob-nav { display: none; position: fixed; inset: 0; background: #fff; z-index: 500; overflow-y: auto; padding: 1rem; }
.mob-nav.open { display: block; }
.mob-nav-close { float: right; font-size: 1.5rem; background: none; border: none; cursor: pointer; }
.mob-nav a { display: block; padding: 0.875rem 0; font-size: 1rem; font-weight: 600; border-bottom: 1px solid var(--border); }

/* ── 빵조각(breadcrumb) ── */
.breadcrumb { font-size: 0.8rem; color: var(--text-light); margin-bottom: 0.5rem; }
.breadcrumb a { color: var(--text-light); }
.breadcrumb span { margin: 0 0.375rem; }

/* ── 카테고리 히어로 ── */
.cat-hero { position: relative; height: 220px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cat-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.cat-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.48); }
.cat-hero-content { position: relative; z-index: 2; text-align: center; color: #fff; }
.cat-hero-content .cat-en { font-size: 0.75rem; letter-spacing: 3px; opacity: 0.7; margin-bottom: 0.375rem; }
.cat-hero-content h1 { font-size: 2rem; font-weight: 700; }

/* ── 필터 바 ── */
.filter-bar { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.filter-btn { padding: 0.375rem 1rem; font-size: 0.8rem; border: 1px solid var(--border); background: #fff; cursor: pointer; font-family: var(--font); transition: all 0.15s; }
.filter-btn.active, .filter-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ── 상품 상세 ── */
.detail-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.detail-gallery { display: flex; flex-direction: column; gap: 0.5rem; }
.detail-main-img { aspect-ratio: 1/1; overflow: hidden; background: var(--bg-gray); border: 1px solid var(--border); }
.detail-main-img img { width: 100%; height: 100%; object-fit: cover; }
.detail-thumbs { display: flex; gap: 0.5rem; }
.detail-thumb { width: 72px; height: 72px; overflow: hidden; cursor: pointer; border: 2px solid transparent; }
.detail-thumb.active { border-color: var(--primary); }
.detail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail-badge { display: inline-block; padding: 0.2rem 0.625rem; font-size: 0.75rem; background: var(--bg-gray); color: var(--text-sub); margin-bottom: 0.75rem; }
.detail-name { font-size: 1.5rem; font-weight: 700; line-height: 1.3; margin-bottom: 0.5rem; }
.detail-price { font-size: 1.375rem; font-weight: 700; color: var(--primary); margin: 0.875rem 0; }
.detail-spec { font-size: 0.85rem; color: var(--text-sub); border-top: 1px solid var(--border); padding-top: 0.875rem; margin-top: 0.875rem; line-height: 2; }
.detail-spec strong { color: var(--text); min-width: 64px; display: inline-block; }
.detail-btns { display: flex; gap: 0.75rem; margin-top: 1.5rem; flex-wrap: wrap; }
.detail-btns .btn { flex: 1; min-width: 160px; text-align: center; }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; padding: 1rem 0; font-size: 0.9rem; font-weight: 600; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: var(--font); color: var(--text); }
.faq-q svg { flex-shrink: 0; transition: transform 0.2s; fill: var(--text-sub); }
.faq-q.open svg { transform: rotate(180deg); }
.faq-a { display: none; padding: 0 0 1rem; font-size: 0.875rem; color: var(--text-sub); line-height: 1.8; }
.faq-a.open { display: block; }

/* ── 관련 상품 ── */
.related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }

/* ── 키워드 페이지 전용 ── */
.kw-checklist { list-style: none; padding: 0; margin: 0; }
.kw-checklist li { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--border); align-items: flex-start; font-size: 0.95rem; line-height: 1.75; }
.kw-checklist li:last-child { border-bottom: none; }
.kw-checklist .kw-num { flex-shrink: 0; width: 28px; height: 28px; background: var(--primary); color: #fff; font-size: 0.8rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.kw-prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.kw-prod-card { background: #fff; border: 1px solid var(--border); }
.kw-prod-card .card-img { aspect-ratio: 1/1; overflow: hidden; background: var(--bg-gray); }
.kw-prod-card .card-img img { width: 100%; height: 100%; object-fit: cover; }
.kw-prod-card .card-body { padding: 1rem; }
.kw-prod-card .card-name { font-size: 0.9rem; font-weight: 700; line-height: 1.5; color: var(--text); margin-bottom: 0.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.kw-spec { font-size: 0.78rem; color: var(--text-sub); line-height: 1.6; min-height: 1.3rem; }
.kw-price-inquiry { display: inline-flex; align-items: center; gap: 0.375rem; margin-top: 0.75rem; padding: 0.375rem 0.625rem; background: var(--bg-gray); color: var(--primary); font-size: 0.78rem; font-weight: 700; }
.kw-card-action { font-size: 0.78rem; color: var(--text-light); margin-top: 0.625rem; padding-top: 0.625rem; border-top: 1px solid var(--border); }
.kw-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.kw-related-card { display: block; background: #fff; border: 1px solid var(--border); padding: 1rem; transition: all 0.15s; }
.kw-related-card:hover { border-color: var(--primary); box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.kw-related-region { font-size: 0.72rem; color: var(--text-light); letter-spacing: 1px; margin-bottom: 0.375rem; }
.kw-related-kw { font-size: 0.875rem; font-weight: 700; color: var(--text); line-height: 1.5; }
@media (max-width: 960px){
  .kw-prod-grid { grid-template-columns: repeat(2,1fr); }
  .kw-related { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px){
  .kw-prod-grid { grid-template-columns: 1fr; }
  .kw-related { grid-template-columns: 1fr; }
}

/* ── 사이트맵 ── */
.sitemap-block { margin-bottom: 2.5rem; }
.sitemap-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem 1.5rem; }
.sitemap-list li { padding: 0.625rem 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.sitemap-list li a { color: var(--text); font-weight: 600; }
.sitemap-list li a:hover { color: var(--primary); text-decoration: underline; }
.sitemap-en { font-size: 0.72rem; color: var(--text-light); margin-left: 0.375rem; letter-spacing: 1px; }
.sitemap-region { display: block; font-size: 0.72rem; color: var(--text-light); margin-top: 0.25rem; }
@media (max-width: 768px){ .sitemap-list { grid-template-columns: 1fr; } }

/* ── 404 ── */
.error-wrap { text-align: center; padding: 6rem 1rem; }
.error-wrap h1 { font-size: 5rem; font-weight: 700; color: var(--border); }
.error-wrap h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; }

/* ── 반응형 ── */
@media (max-width: 1200px) {
  .product-grid, .tab-content.active { grid-template-columns: repeat(4,1fr); }
  .cat-grid { grid-template-columns: repeat(5,1fr); }
}
@media (max-width: 960px) {
  .brand-wrap, .store-grid, .detail-wrap { grid-template-columns: 1fr; }
  .store-map { min-height: 340px; aspect-ratio: 16/10; }
  .cat-banner-grid { grid-template-columns: repeat(3,1fr); }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-sns { align-items: flex-start; }
}
@media (max-width: 768px) {
  .product-grid, .tab-content.active, .related-grid { grid-template-columns: repeat(3,1fr); }
  .cat-grid { grid-template-columns: repeat(4,1fr); }
  .hero-slides { height: 320px; }
  .hero-slide-content h1, .hero-slide-content h2 { font-size: 1.5rem; }
  .search-wrap { max-width: 260px; }
  .cat-nav { display: none; }
  .mob-menu-btn { display: flex; }
  .header-right .hdr-link { display: none; }
}
@media (max-width: 480px) {
  .product-grid, .tab-content.active, .related-grid { grid-template-columns: repeat(2,1fr); }
  .cat-grid { grid-template-columns: repeat(3,1fr); }
  .cat-banner-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-slides { height: 240px; }
}
