* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Apple SD Gothic Neo','Pretendard','Noto Sans KR',-apple-system,sans-serif; color:#212124; background:#fff; }
a { color:inherit; text-decoration:none; }
button { font-family:inherit; cursor:pointer; }
img { display:block; }
.wrap { max-width:1280px; margin:0 auto; padding:0 40px; }

/* top strip */
.topstrip { background:#111; color:#fff; font-size:14px; }
.topstrip .wrap { display:flex; align-items:center; justify-content:center; gap:8px; height:44px; }
.topstrip .bolt { background:#fff; color:#111; border-radius:6px; width:22px; height:22px; display:inline-flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; }
.topstrip a { color:#fff; white-space:nowrap; }
.topstrip .ts-txt::before { content:'가챠 캡슐토이 B2B 도매 플랫폼 가챠상 오픈!'; }

/* header */
header.gd { border-bottom:1px solid #eee; background:#fff; position:sticky; top:0; z-index:50; }
.hd-top { display:flex; align-items:center; gap:28px; height:76px; }
.logo { font-size:26px; font-weight:800; color:#f30000; letter-spacing:-1px; display:flex; align-items:center; gap:2px; white-space:nowrap; }
.logo .zap { font-size:22px; }
.searchbox { flex:1; max-width:620px; position:relative; }
.searchbox input { width:100%; height:48px; background:#f5f5f5; border:none; border-radius:10px; padding:0 20px 0 46px; font-size:15px; outline:none; }
.searchbox .sicon { position:absolute; left:16px; top:13px; color:#999; font-size:18px; }
.hd-right { margin-left:auto; display:flex; align-items:center; gap:16px; }
.btn-outline { border:1px solid #ddd; background:#fff; border-radius:8px; padding:11px 18px; font-size:15px; font-weight:600; white-space:nowrap; }
.btn-outline:hover { background:#fafafa; }
.hd-user { font-size:14px; color:#555; display:flex; gap:12px; align-items:center; white-space:nowrap; }
.cartlink { position:relative; font-size:15px; font-weight:600; white-space:nowrap; }
.cartlink .cnt { position:absolute; top:-8px; right:-14px; background:#f30000; color:#fff; border-radius:9px; font-size:11px; min-width:18px; height:18px; display:flex; align-items:center; justify-content:center; padding:0 4px; }

/* nav */
.gnav { display:flex; align-items:center; gap:26px; height:56px; font-size:16px; font-weight:600; }
.gnav > a { color:#212124; white-space:nowrap; }
.gnav > a.on, .gnav > a:hover { color:#f30000; }
.gnav .rlinks { margin-left:auto; display:flex; gap:20px; font-size:14px; font-weight:500; color:#555; }
.gnav .rlinks a { white-space:nowrap; }
.gnav .rlinks a::after { content:' \2197'; font-size:12px; color:#aaa; }
.catwrap { position:relative; height:100%; display:flex; align-items:center; }
.catwrap .cats { display:flex; align-items:center; gap:6px; cursor:pointer; white-space:nowrap; }
.catdrop { display:none; position:absolute; top:100%; left:-10px; background:#fff; border:1px solid #e5e5e5; border-radius:14px; box-shadow:0 10px 30px rgba(0,0,0,.12); padding:20px 26px; z-index:60; gap:34px; }
.catwrap:hover .catdrop { display:flex; }
.catcol { display:flex; flex-direction:column; gap:9px; min-width:110px; }
.catcol b { font-size:13px; color:#999; font-weight:700; margin-bottom:4px; white-space:nowrap; }
.catcol a { font-size:14px; font-weight:500; white-space:nowrap; }
.catcol a:hover { color:#f30000; }

/* hero */
.hero { background:#fde9d9; border-radius:16px; margin:20px 0 8px; overflow:hidden; position:relative; }
.hero .wrap2 { display:flex; align-items:center; justify-content:space-between; padding:48px 64px; min-height:280px; }
.hero h2 { font-size:38px; font-weight:800; line-height:1.35; letter-spacing:-1px; }
.hero .sub { margin-top:18px; font-size:17px; font-weight:600; color:#333; }
.hero .sub a { border-bottom:1px solid #333; }
.hero .art { font-size:120px; line-height:1; filter:drop-shadow(0 10px 16px rgba(0,0,0,.12)); }
.hero .pager { position:absolute; right:20px; bottom:16px; background:rgba(0,0,0,.35); color:#fff; font-size:12px; border-radius:12px; padding:3px 10px; }

/* quick menu */
.quick { display:flex; justify-content:center; gap:44px; padding:36px 0 8px; }
.quick a { display:flex; flex-direction:column; align-items:center; gap:10px; font-size:14px; font-weight:600; color:#333; }
.quick .qi { width:76px; height:76px; border-radius:50%; background:#fff; border:1px solid #f0eef6; box-shadow:0 5px 16px rgba(60,50,110,.10); display:flex; align-items:center; justify-content:center; transition:.15s; }
.quick .qi svg { width:46px; height:46px; display:block; }
.quick a:hover .qi { transform:translateY(-3px); box-shadow:0 8px 20px rgba(60,50,110,.16); }

/* content + recent panel layout */
.main2 { display:flex; gap:22px; align-items:flex-start; }
.main2 .content { flex:1; min-width:0; }
.recentbar { width:96px; flex-shrink:0; position:sticky; top:150px; background:#fff; border:1px solid #e5e5e5; border-radius:14px; padding:12px 8px; text-align:center; }
.recentbar .rb-title { font-size:11px; font-weight:700; color:#555; margin-bottom:8px; }
.recentbar .thumbs { display:flex; flex-direction:column; gap:8px; }
.recentbar .thumbs a { display:block; border:1px solid #eee; border-radius:8px; overflow:hidden; background:#fff; }
.recentbar .thumbs img { width:100%; aspect-ratio:1/1; object-fit:contain; }
.recentbar .rb-pager { display:flex; align-items:center; justify-content:center; gap:6px; margin-top:8px; font-size:11px; color:#888; }
.recentbar .rb-pager button { border:none; background:none; font-size:12px; color:#666; padding:2px; }
.recentbar .rb-empty { font-size:11px; color:#bbb; padding:14px 0; }

/* sections */
.sec { margin:44px 0 10px; }
.sec h3 { font-size:22px; font-weight:800; letter-spacing:-.5px; margin-bottom:22px; text-align:center; position:relative; }
.sec h3::after { content:''; display:block; width:34px; height:3.5px; border-radius:2px; background:#e37676; margin:9px auto 0; }
.grid { display:grid; grid-template-columns:repeat(5,1fr); gap:28px 18px; }

/* product card (simple, image never cropped) */
.mcard { position:relative; }
.mcard .heart { position:absolute; top:10px; right:10px; z-index:3; font-size:20px; color:#ddd; cursor:pointer; }
.mcard .heart.on { color:#f30000; }
.thumb { aspect-ratio:1/1; background:#fff; border:1px solid #e9e9e9; border-radius:12px; overflow:hidden; transition:.15s; display:flex; align-items:center; justify-content:center; }
.thumb img { width:100%; height:100%; object-fit:contain; }
.mcard:hover .thumb { box-shadow:0 6px 18px rgba(0,0,0,.1); }
.m-info { padding:10px 4px 0; }
.m-title { font-size:14px; line-height:1.4; max-height:39px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#212124; }
.m-meta { display:flex; align-items:center; justify-content:space-between; margin-top:8px; gap:6px; }
.badge-ship { border:1px solid #7db9ff; color:#1673e6; background:#f2f8ff; font-size:12px; font-weight:700; border-radius:14px; padding:3px 10px; white-space:nowrap; }
.badge-ship.pre { border-color:#5a8def; color:#2d5fd0; }
.m-price { font-size:18px; font-weight:800; letter-spacing:-.5px; white-space:nowrap; }
.m-price .won { font-size:13px; font-weight:600; }
.price-locked { font-size:13px; font-weight:700; color:#999; background:#f4f4f4; border-radius:14px; padding:4px 10px; white-space:nowrap; }
.m-sub { display:flex; justify-content:space-between; margin-top:4px; font-size:12px; color:#999; }

/* forms */
.formbox { max-width:460px; margin:52px auto 80px; padding:0 20px; }
.formbox h2 { font-size:26px; font-weight:800; margin-bottom:26px; text-align:center; letter-spacing:-.5px; }
.formbox label { display:block; font-size:13px; font-weight:700; color:#444; margin:16px 0 6px; }
.formbox label .req { color:#f30000; }
.formbox input { width:100%; height:48px; border:1px solid #ddd; border-radius:10px; padding:0 14px; font-size:15px; outline:none; }
.formbox input:focus { border-color:#f30000; }
.btn-primary { width:100%; height:52px; background:#f30000; color:#fff; border:none; border-radius:10px; font-size:16px; font-weight:800; margin-top:26px; }
.btn-primary:hover { background:#d90000; }
.btn-primary:disabled { background:#f5a5a5; }
.form-msg { margin-top:14px; font-size:13px; color:#f30000; text-align:center; min-height:18px; }
.form-alt { margin-top:18px; text-align:center; font-size:14px; color:#666; }
.form-alt a { color:#f30000; font-weight:700; }

/* product detail */
.pd { display:flex; gap:56px; margin:40px 0 80px; }
.pd-left { width:460px; flex-shrink:0; }
.pd-img { border:1px solid #eee; border-radius:14px; background:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.pd-img img { width:100%; height:auto; object-fit:contain; }
.pd-right { flex:1; min-width:0; }
.pd-right h1 { font-size:24px; font-weight:800; letter-spacing:-.5px; line-height:1.4; }
.pd-jp { color:#999; font-size:13px; margin-top:8px; }
.pd-badges { display:flex; gap:8px; margin:16px 0; flex-wrap:wrap; }
.pd-badges span { font-size:12px; font-weight:700; border-radius:14px; padding:4px 12px; background:#f4f4f4; color:#555; }
.pd-badges .b-red { background:#fdecec; color:#d40000; }
.pd-badges .b-blue { background:#f2f8ff; color:#1673e6; }
.pd-price { font-size:32px; font-weight:800; margin:14px 0 2px; letter-spacing:-1px; }
.pd-price .won { font-size:20px; }
.pd-jpy { color:#888; font-size:14px; margin-bottom:18px; }
.pd-locked { border:1px dashed #ddd; border-radius:12px; padding:20px; margin:16px 0; text-align:center; font-size:15px; color:#666; }
.pd-locked a { color:#f30000; font-weight:800; }
.pd-table { width:100%; border-top:2px solid #212124; font-size:14px; margin:18px 0; border-collapse:collapse; }
.pd-table th { background:#fafafa; text-align:left; width:130px; font-weight:700; padding:11px 14px; border-bottom:1px solid #eee; }
.pd-table td { padding:11px 14px; border-bottom:1px solid #eee; }
.qtyrow { display:flex; align-items:center; gap:14px; margin:22px 0; }
.qtyrow .stepper { display:flex; border:1px solid #ddd; border-radius:10px; overflow:hidden; }
.qtyrow .stepper button { width:42px; height:44px; border:none; background:#fff; font-size:18px; }
.qtyrow .stepper input { width:56px; text-align:center; border:none; border-left:1px solid #eee; border-right:1px solid #eee; font-size:16px; font-weight:700; outline:none; }
.pd-btns { display:flex; gap:12px; }
.pd-btns button { flex:1; height:56px; border-radius:12px; font-size:17px; font-weight:800; }
.btn-cart { background:#fff; border:2px solid #f30000; color:#f30000; }
.btn-buy { background:#f30000; border:none; color:#fff; }
.pd-note { margin-top:18px; font-size:13px; color:#888; line-height:1.7; }

/* cart / checkout */
.pagehead { font-size:26px; font-weight:800; margin:44px 0 24px; letter-spacing:-.5px; }
.ct-table { width:100%; border-collapse:collapse; font-size:14px; border-top:2px solid #212124; }
.ct-table th { padding:14px 10px; border-bottom:1px solid #ddd; background:#fafafa; font-size:13px; }
.ct-table td { padding:16px 10px; border-bottom:1px solid #eee; vertical-align:middle; }
.ct-item { display:flex; gap:14px; align-items:center; }
.ct-item img { width:72px; height:72px; object-fit:contain; border-radius:10px; border:1px solid #eee; background:#fff; flex-shrink:0; }
.ct-item .t { font-size:14px; font-weight:600; line-height:1.4; }
.ct-item .c { font-size:12px; color:#999; margin-top:4px; }
.ct-sum { margin:26px 0 60px; display:flex; justify-content:flex-end; }
.ct-sumbox { width:360px; max-width:100%; border:1px solid #eee; border-radius:14px; padding:24px; }
.ct-sumbox .row { display:flex; justify-content:space-between; font-size:14px; color:#555; margin-bottom:12px; }
.ct-sumbox .total { display:flex; justify-content:space-between; font-size:19px; font-weight:800; border-top:1px solid #eee; padding-top:14px; }
.empty { text-align:center; color:#999; padding:90px 0; font-size:15px; }
.done-box { max-width:560px; margin:60px auto 90px; border:1px solid #eee; border-radius:16px; padding:40px; text-align:center; }
.done-box .big { font-size:44px; }
.done-box h2 { font-size:22px; font-weight:800; margin:14px 0 8px; }
.done-box .vbank { background:#fafafa; border-radius:12px; padding:20px; margin:22px 0; font-size:15px; line-height:2; text-align:left; }
.done-box .vbank b { font-size:17px; }
footer.gd { border-top:1px solid #eee; margin-top:60px; padding:34px 0 60px; font-size:12px; color:#999; line-height:1.9; }
footer.gd b { color:#666; font-size:13px; }

/* ---------- responsive ---------- */
@media (max-width:1100px) {
  .grid { grid-template-columns:repeat(3,1fr); }
  .recentbar { display:none; }
  .pd { gap:32px; }
  .pd-left { width:380px; }
}
@media (max-width:760px) {
  .wrap { padding:0 14px; }
  .topstrip { font-size:12px; }
  .topstrip .wrap { height:38px; }
  .topstrip .ts-txt::before { content:'가챠 B2B 도매몰 오픈!'; }

  .hd-top { height:auto; flex-wrap:wrap; gap:10px; padding:12px 0; }
  .logo { font-size:22px; order:1; }
  .hd-right { order:2; gap:12px; }
  .btn-outline { padding:8px 12px; font-size:13px; }
  .cartlink { font-size:14px; }
  .searchbox { order:3; flex-basis:100%; max-width:none; }
  .searchbox input { height:42px; font-size:14px; }
  .searchbox .sicon { top:10px; }

  .gnav { height:46px; gap:18px; font-size:14px; overflow-x:auto; -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .gnav::-webkit-scrollbar { display:none; }
  .gnav .rlinks { display:none; }
  .catdrop { position:fixed; left:10px; right:10px; top:auto; flex-wrap:wrap; gap:20px; }

  .hero .wrap2 { padding:26px 22px; min-height:0; }
  .hero h2 { font-size:22px; }
  .hero .sub { font-size:13px; margin-top:10px; }
  .hero .art { font-size:60px; }

  .quick { gap:0; padding:22px 0 4px; display:grid; grid-template-columns:repeat(4,1fr); row-gap:16px; }
  .quick a { font-size:12px; gap:6px; }
  .quick .qi { width:56px; height:56px; }
  .quick .qi svg { width:36px; height:36px; }

  .sec { margin:30px 0 8px; }
  .sec h3 { font-size:18px; margin-bottom:16px; }
  .grid { grid-template-columns:repeat(2,1fr); gap:20px 10px; }
  .m-title { font-size:13px; }
  .m-price { font-size:16px; }
  .badge-ship { font-size:11px; padding:2px 8px; }

  .pd { flex-direction:column; gap:20px; margin:20px 0 50px; }
  .pd-left { width:100%; }
  .pd-right h1 { font-size:19px; }
  .pd-price { font-size:26px; }
  .pd-btns button { height:50px; font-size:15px; }

  .pagehead { font-size:20px; margin:24px 0 16px; }
  .ct-table th:nth-child(2), .ct-table td:nth-child(2) { display:none; }
  .ct-item img { width:56px; height:56px; }
  .ct-sum { margin-top:18px; }
  .ct-sumbox { width:100%; }
  .done-box { padding:26px 18px; margin:30px auto 60px; }
}

/* yen grade badge + more button + hero arrows */
.thumb { position:relative; }
.yen-badge { position:absolute; top:8px; left:8px; background:#d40000; color:#fff; font-size:12px; font-weight:800; border-radius:6px; padding:3px 8px; z-index:2; }
.morebar { text-align:center; margin:26px 0 6px; }
.btn-more { border:1px solid #ddd; background:#fff; border-radius:24px; padding:12px 44px; font-size:15px; font-weight:700; }
.btn-more:hover { background:#fafafa; }
.hero-arrow { position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:38px; height:38px; border-radius:50%; border:none; background:rgba(255,255,255,.75); font-size:20px; color:#333; }
.hero-arrow.left { left:14px; }
.hero-arrow.right { right:14px; }
@media (max-width:760px) { .hero-arrow { width:30px; height:30px; font-size:16px; } .yen-badge { font-size:11px; padding:2px 6px; } }
.recentbar.floating { position:fixed; right:18px; top:200px; width:88px; z-index:40; }
@media (max-width:1250px) { .recentbar.floating { display:none; } }
.pd-img { position:relative; }
.pd-img .yen-badge { top:10px; left:10px; }
.thumb img, .pd-img img { -webkit-user-drag:none; user-select:none; }
.yen-tag { color:#d40000; font-weight:800; }

/* v20260831f: 상태 색상 + SOLD OUT + 한 줄 제목 */
.m-title { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; max-height:none; height:auto; }
.badge-ship.bs-green { border-color:#7fd6a4; color:#0f8a4d; background:#effaf3; }
.badge-ship.bs-blue { border-color:#7db9ff; color:#1673e6; background:#f2f8ff; }
.badge-ship.bs-month { border-color:#ffc38a; color:#d96b00; background:#fff7ee; }
.badge-ship.bs-gray { border-color:#ddd; color:#999; background:#f5f5f5; }
.soldout-ov { position:absolute; inset:0; background:rgba(255,255,255,.55); display:flex; align-items:center; justify-content:center; font-weight:900; color:#555; letter-spacing:3px; font-size:17px; z-index:2; }
.form-sec { display:flex; align-items:center; gap:12px; margin:28px 0 4px; color:#999; font-size:13px; font-weight:700; }
.form-sec::before, .form-sec::after { content:''; flex:1; height:1px; background:#eee; }
.filebox { display:flex; align-items:center; justify-content:center; border:1px dashed #ccc; border-radius:10px; min-height:52px; padding:10px 14px; font-size:13px; color:#888; cursor:pointer; text-align:center; }
.filebox:hover { border-color:#f30000; color:#f30000; }
.filebox.has { border-style:solid; border-color:#0f8a4d; color:#0f8a4d; background:#f4fbf7; }
/* v g: nowrap 제목이 그리드 칸을 밀어내지 않게 */
.grid > .mcard { min-width:0; }
.m-info { min-width:0; }

/* v h: 다크 푸터 (뽑장 스타일) */
footer.gd { border-top:none; margin-top:60px; padding:0; background:#15161a; color:#c9cbd4; font-size:13px; line-height:1.8; }
footer.gd .f-top { border-bottom:1px solid #26272e; }
footer.gd .f-top .wrap { display:flex; gap:26px; padding:18px 40px; flex-wrap:wrap; }
footer.gd .f-top a { color:#f0f1f5; font-weight:700; font-size:14px; }
footer.gd .f-cols { display:flex; gap:60px; padding:34px 40px 30px; flex-wrap:wrap; }
footer.gd .f-brand { min-width:300px; max-width:420px; }
footer.gd .f-logo { font-size:19px; font-weight:800; color:#fff; margin-bottom:14px; }
footer.gd .f-info { color:#9a9daa; font-size:12.5px; }
footer.gd .f-col { min-width:150px; }
footer.gd .f-col b, footer.gd .f-cs b { display:block; color:#fff; font-size:15px; margin-bottom:14px; }
footer.gd .f-col a { display:block; color:#c9cbd4; margin-bottom:10px; }
footer.gd .f-col a:hover { color:#fff; }
footer.gd .f-btns { display:flex; gap:8px; flex-wrap:wrap; max-width:260px; }
footer.gd .f-btns a { background:#22242b; color:#f0f1f5; border-radius:20px; padding:9px 16px; font-size:13px; font-weight:700; white-space:nowrap; }
footer.gd .f-btns a:hover { background:#2c2e37; }
footer.gd .f-bottom { border-top:1px solid #26272e; }
footer.gd .f-bottom .wrap { padding:16px 40px 26px; color:#7c7f8c; font-size:12px; }
@media (max-width:760px){ footer.gd .f-cols { gap:26px; padding:24px 14px; } footer.gd .f-top .wrap { gap:16px; padding:14px; } footer.gd .f-bottom .wrap{ padding:14px; } }
#recent-slot { align-self:stretch; width:96px; flex-shrink:0; }
#recent-slot .recentbar { position:sticky; top:130px; width:96px; }

/* v h: 모바일 정렬 + 앱형 하단 내비 */
@media (max-width:1100px){ #recent-slot { display:none; } }
.bnav { display:none; }
@media (max-width:760px){
  .main2 { gap:0; }
  body { padding-bottom:calc(64px + env(safe-area-inset-bottom)); }
  .bnav { display:flex; position:fixed; left:0; right:0; bottom:0; z-index:80;
    background:#fff; border-top:1px solid #eee; height:calc(60px + env(safe-area-inset-bottom));
    padding-bottom:env(safe-area-inset-bottom); }
  .bnav a { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center;
    gap:3px; font-size:11px; font-weight:700; color:#8a8a92; position:relative; }
  .bnav a.on { color:#f30000; }
  .bnav .bi { font-size:21px; line-height:1; }
  .bnav .cnt-cart { position:absolute; top:6px; left:calc(50% + 8px); background:#f30000; color:#fff;
    border-radius:9px; font-size:10px; min-width:16px; height:16px; display:none; align-items:center;
    justify-content:center; padding:0 4px; }
}
@media (max-width:760px){ .hero-arrow { display:none; } }

/* v l: 주문 라이브 티커 */
.order-ticker { background:#141519; color:#eceef4; border-radius:32px; height:52px; margin:26px 0 4px;
  display:flex; align-items:center; justify-content:center; gap:10px; font-size:14px; padding:0 22px;
  white-space:nowrap; overflow:hidden; }
.order-ticker b { color:#c7ff32; font-weight:800; }
.order-ticker .ot-badge { background:#2a2c33; color:#fff; border-radius:8px; font-size:12px; font-weight:800; padding:4px 10px; flex-shrink:0; }
.order-ticker .ot-time { color:#8a8d98; font-size:13px; }
.ot-in #ot-text, .ot-in .ot-time { animation:otfade .45s ease; }
@keyframes otfade { from { opacity:0; transform:translateY(6px); } to { opacity:1; transform:none; } }
@media (max-width:760px){ .order-ticker { font-size:12px; height:44px; padding:0 14px; gap:8px; margin:16px 0 0; } }

/* v m: 가격대 퀵칩 + 티커 톤앤톤 */

.order-ticker { background:#fde9d9; color:#41332a; border:1px solid #f5d9c2; }
.order-ticker b { color:#f30000; }
.order-ticker .ot-badge { background:#f30000; color:#fff; }
.order-ticker .ot-time { color:#b09a89; }

.mcard.is-soldout { cursor:default; }
.mcard.is-soldout .card-body { display:block; }
.mcard.is-soldout .thumb img { filter:grayscale(.5); opacity:.75; }
.mcard.is-soldout .m-title { color:#9aa0a8; }
.mcard.is-soldout:hover { transform:none; box-shadow:none; }

/* v n: 레드 상단 띠 + 캡슐 로고 */
.topstrip { background:#f30000; }
.topstrip .ts-txt::before { content:'가챠 캡슐토이 B2B 도매 플랫폼 가챠상 오픈!'; }
.topstrip .bolt { display:none; }
.ts-mark { background:#fff; border-radius:6px; width:26px; height:26px; display:inline-flex; align-items:center; justify-content:center; flex-shrink:0; }
.ts-mark svg { display:block; }
.logo-mark { display:inline-flex; margin-right:7px; }
.logo-mark svg { display:block; }
.logo .zap { display:none; }
@media (max-width:760px){ .topstrip .ts-txt::before { content:'가챠 B2B 도매몰 오픈!'; } .logo-mark svg { width:28px; height:28px; } }
footer.gd .f-top a:link, footer.gd .f-top a:visited { color:#f0f1f5; }
footer.gd .f-col a:link, footer.gd .f-col a:visited { color:#c9cbd4; }
footer.gd .f-btns a:link, footer.gd .f-btns a:visited { color:#f0f1f5; }
/* v p: 띠 배너 웜 브라운 톤 */
.topstrip { background:#41332a; color:#fde9d9; }
.topstrip a { color:#fff; }
/* v r: 상단 띠 = 티커와 같은 피치 톤 */
.topstrip { background:#fde9d9; color:#41332a; border-bottom:1px solid #f5d9c2; }
.topstrip a { color:#f30000; }
.ts-mark { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.08); }
/* v s: 카드 이미지 호버 확대 */
.thumb { overflow:hidden; }
.thumb img { transition:transform .35s ease; }
.mcard:hover .thumb img { transform:scale(1.1); }
.pd-img { overflow:hidden; }
.pd-img img { transition:transform .35s ease; }
.pd-img:hover img { transform:scale(1.15); }
/* v t: 호버 확대 = 플로팅 미리보기 패널 */
.mcard:hover .thumb img { transform:none; }
#hoverzoom { display:none; position:fixed; z-index:95; width:480px; background:#fff;
  border-radius:22px; box-shadow:0 14px 44px rgba(0,0,0,.28); padding:16px 16px 12px;
  pointer-events:none; }
#hoverzoom img { width:100%; height:480px; object-fit:contain; border-radius:12px; display:block; background:#fff; }
#hoverzoom .hz-title { text-align:center; font-size:15px; font-weight:700; color:#212124;
  padding:10px 6px 4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
/* v x: 마스코트 이미지 로고 */
.logo-mark img { height:40px; width:40px; object-fit:contain; display:block; }
.ts-mark { width:26px; height:26px; overflow:hidden; }
.ts-mark img { width:22px; height:22px; object-fit:contain; display:block; }
@media (max-width:760px){ .logo-mark img { height:32px; width:32px; } }
/* v y: 로고 확대 */
.logo { font-size:32px; gap:6px; }
.logo-mark img { height:58px; width:58px; }
.hd-top { height:86px; }
@media (max-width:760px){ .logo { font-size:25px; } .logo-mark img { height:44px; width:44px; } .hd-top { height:auto; } }
/* v z: 로고 디자인체 + 검정 */
.logo { font-family:'Black Han Sans','Apple SD Gothic Neo',sans-serif; color:#111; font-weight:400; letter-spacing:0; }
/* v A: 로고 추가 확대 */
.logo-mark img { height:72px; width:72px; }
.hd-top { height:96px; }
@media (max-width:760px){ .logo-mark img { height:52px; width:52px; } }
/* v B: 푸터 링크색 강제 통일 + 모바일 헤더 비고정 */
footer.gd .f-top a:any-link { color:#f0f1f5 !important; }
footer.gd .f-col a:any-link { color:#c9cbd4 !important; }
footer.gd .f-btns a:any-link { color:#f0f1f5 !important; }
@media (max-width:760px){
  header.gd { position:static; }  /* 스크롤 복귀 시 상단 잘림 방지 */
}
/* 모바일 카테고리 시트 */
@media (max-width:760px){
  .catdrop.sheet-open { display:flex !important; position:fixed; left:8px; right:8px; top:auto;
    bottom:calc(70px + env(safe-area-inset-bottom)); max-height:60vh; overflow-y:auto; z-index:85; }
}
/* v D: 상단 띠 배너 숨김 (유저 지시) */
.topstrip { display:none; }
/* v E: 소셜 로그인 버튼 + 앱 화면 보정 */
.social-btns { margin-bottom:6px; }
.sbtn { display:flex; align-items:center; justify-content:center; gap:8px; height:50px;
  border-radius:10px; font-size:15px; font-weight:700; margin-bottom:10px; }
.sb-kakao { background:#FEE500; color:#191919; }
.sb-naver { background:#03C75A; color:#fff; }
.sb-apple { background:#000; color:#fff; }
.sbtn:active { filter:brightness(.95); }
@media (max-width:760px){
  .formbox input, .formbox select { font-size:16px; }  /* iOS 자동 줌 방지 */
  .formbox { margin:28px auto 60px; }
}
footer.gd .f-logo { display:flex; align-items:center; gap:10px; }
/* v H: :visited가 자식 <b>에 전파 안 되는 문제 — b에 직접 색 지정 */
footer.gd .f-top a b, footer.gd .f-top a * { color:#f0f1f5 !important; }
footer.gd .f-col a b, footer.gd .f-col a * { color:#c9cbd4 !important; }
