@charset "utf-8";
/* ============================================================
   DOLLSHOP SKIN v2 — Premium Silicone Doll Boutique
   PC + Mobile Responsive | Rose Pink Palette
   ============================================================ */

:root {
  --primary: #3d2c3a;
  --primary-light: #5c4055;
  --accent: #d4849b;
  --accent-deep: #c0607a;
  --accent-light: #f5e0e7;
  --bg: #fdf8fa;
  --card-bg: #ffffff;
  --text: #3a2a35;
  --text-light: #9a8a95;
  --text-muted: #b8a8b4;
  --border: #f0e4ea;
  --border-light: #faf0f5;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 2px 16px rgba(200,150,170,0.10);
  --shadow-hover: 0 8px 30px rgba(200,150,170,0.18);
  --font: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  --transition: 0.25s ease;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font); background: var(--bg); color: var(--text);
  line-height: 1.7; font-size: 15px; -webkit-font-smoothing: antialiased;
}

a { color: var(--text); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-deep); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }

/* ============================================================
   HEADER
   ============================================================ */
.ds-header {
  background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 1px 8px rgba(200,150,170,0.06);
}
.ds-header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; height: 68px; gap: 32px;
}
.ds-logo {
  font-size: 22px; font-weight: 800; letter-spacing: 1px;
  color: var(--primary); white-space: nowrap;
}
.ds-logo span { color: var(--accent); }
.ds-nav { display: flex; gap: 28px; }
.ds-nav a {
  font-size: 14px; color: #6b5563; font-weight: 500;
  position: relative; padding: 4px 0;
}
.ds-nav a::after {
  content: ""; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px;
  background: var(--accent); transition: width var(--transition);
}
.ds-nav a:hover { color: var(--accent-deep); }
.ds-nav a:hover::after { width: 100%; }
.ds-user { margin-left: auto; display: flex; gap: 14px; align-items: center; }
.ds-user a { font-size: 13px; color: var(--text-muted); }
.ds-user a:hover { color: var(--accent-deep); }
.ds-cart {
  background: var(--accent); color: #fff !important; padding: 8px 18px;
  border-radius: 24px; font-size: 13px; font-weight: 600;
  transition: background var(--transition);
}
.ds-cart:hover { background: var(--accent-deep) !important; color: #fff !important; }

/* Mobile Hamburger */
.ds-hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 8px;
}
.ds-hamburger span {
  display: block; width: 22px; height: 2px; background: var(--primary); border-radius: 1px;
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.hero-banner {
  background: linear-gradient(135deg, #3d2c3a 0%, #5c3d52 30%, #7d4e5e 60%, #c0607a 100%);
  border-radius: 20px; overflow: hidden; margin: 28px 0 36px;
  position: relative; min-height: 340px; display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.hero-banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255,200,210,0.15) 0%, transparent 60%);
}
.hero-overlay { padding: 60px 40px; color: #fff; position: relative; z-index: 1; }
.hero-title { font-size: 38px; font-weight: 300; letter-spacing: 6px; margin-bottom: 12px; color: #fff; }
.hero-subtitle {
  font-size: 15px; color: #f0c4d4; letter-spacing: 8px; margin-bottom: 32px;
  font-weight: 300; text-transform: uppercase;
}
.hero-search { display: inline-flex; box-shadow: 0 4px 24px rgba(0,0,0,0.2); border-radius: 50px; overflow: hidden; }
.hero-input {
  width: 380px; max-width: 70vw; padding: 15px 24px;
  border: none; font-size: 15px; background: rgba(255,255,255,0.95); color: var(--text);
}
.hero-input::placeholder { color: #c8b8c0; }
.hero-input:focus { outline: none; }
.hero-btn {
  padding: 15px 32px; background: var(--accent); color: #fff;
  border: none; font-size: 15px; font-weight: 600; cursor: pointer;
  transition: background var(--transition);
}
.hero-btn:hover { background: var(--accent-deep); }

/* ============================================================
   CATEGORY QUICK LINKS
   ============================================================ */
.cat-quick {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; justify-content: center;
}
.cat-quick-item {
  padding: 10px 26px; border: 1.5px solid var(--border); border-radius: 30px;
  font-size: 14px; font-weight: 500; color: #6b5563; transition: all var(--transition);
  background: #fff;
}
.cat-quick-item:hover {
  background: var(--accent); color: #fff; border-color: var(--accent); transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(200,120,150,0.25);
}

/* ============================================================
   SECTION TITLES
   ============================================================ */
.section-title { text-align: center; margin: 44px 0 28px; }
.section-title h2 { font-size: 26px; font-weight: 700; margin-bottom: 8px; color: var(--primary); }
.section-title p { color: var(--text-light); font-size: 14px; }
.section-title::after {
  content: ""; display: block; width: 40px; height: 3px; background: var(--accent);
  margin: 14px auto 0; border-radius: 2px;
}

/* ============================================================
   PRODUCT GRID (sct)
   ============================================================ */
.sct { list-style: none; display: flex; flex-wrap: wrap; gap: 20px; }
.sct_li {
  background: var(--card-bg); border: 1px solid var(--border-light);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.sct_li:hover {
  transform: translateY(-6px); box-shadow: var(--shadow-hover);
}
.sct_img { position: relative; overflow: hidden; }
.sct_img img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.sct_li:hover .sct_img img { transform: scale(1.05); }
.sct_txt { padding: 16px 16px 8px; }
.sct_txt a { font-size: 14px; font-weight: 500; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sct_id { padding: 0 16px; font-size: 11px; color: var(--text-muted); }
.sct_cost { padding: 8px 16px 16px; font-size: 17px; font-weight: 700; color: var(--accent-deep); }
.sct_star { padding: 0 16px 4px; }

/* Sold out badge */
.shop_icon_soldout {
  position: absolute; inset: 0; background: rgba(60,40,55,0.55);
  display: flex; align-items: center; justify-content: center;
}
.soldout_txt {
  color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 3px;
  border: 2px solid rgba(255,255,255,0.8); padding: 8px 24px;
}

/* ============================================================
   PRODUCT LIST PAGE
   ============================================================ */
.list-header { margin-bottom: 24px; }
.list-title { font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.list-desc { color: var(--text-light); font-size: 14px; }
.list-sort { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.list-sort a, .list-sort button {
  padding: 7px 18px; border: 1.5px solid var(--border); border-radius: 24px;
  font-size: 13px; color: #6b5563; transition: all var(--transition);
  background: #fff; cursor: pointer;
}
.list-sort a:hover, .list-sort a.selected, .list-sort button:hover {
  background: var(--accent); color: #fff; border-color: var(--accent);
}

/* ============================================================
   PRODUCT DETAIL (item)
   ============================================================ */
.item-detail { display: flex; gap: 48px; margin-bottom: 56px; }
.item-img-wrap { flex: 0 0 460px; max-width: 460px; }
.item-img-wrap img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.item-thumbs { display: flex; gap: 8px; margin-top: 12px; }
.item-thumbs img { width: 70px; height: 70px; object-fit: cover; border-radius: var(--radius-sm); cursor: pointer; border: 2px solid transparent; transition: border-color var(--transition); }
.item-thumbs img:hover, .item-thumbs img.active { border-color: var(--accent); }
.item-info { flex: 1; min-width: 0; }
.item-info h2 { font-size: 26px; font-weight: 700; margin-bottom: 12px; line-height: 1.4; }
.item-rating { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.item-price { font-size: 30px; font-weight: 700; color: var(--accent-deep); margin-bottom: 10px; }
.item-price del { font-size: 17px; color: var(--text-muted); margin-right: 10px; font-weight: 400; }
.item-summary { color: #6b5563; margin-bottom: 28px; line-height: 1.9; }
.item-meta { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin-bottom: 24px; font-size: 14px; }
.item-meta dt { color: var(--text-light); font-weight: 500; }
.item-meta dd { color: var(--text); }
.item-options { margin-bottom: 24px; }
.item-options select {
  width: 100%; padding: 10px 14px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px; background: #fff;
}
.item-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-primary {
  padding: 14px 40px; background: var(--accent); color: #fff;
  font-size: 16px; font-weight: 700; border: none; border-radius: var(--radius-sm);
  cursor: pointer; transition: background var(--transition);
}
.btn-primary:hover { background: var(--accent-deep); }
.btn-outline {
  padding: 14px 28px; border: 2px solid var(--accent); color: var(--accent-deep);
  font-size: 15px; font-weight: 600; border-radius: var(--radius-sm);
  cursor: pointer; transition: all var(--transition); background: #fff;
}
.btn-outline:hover { background: var(--accent-light); }

/* ============================================================
   CART / ORDER
   ============================================================ */
.cart-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.cart-table th {
  background: var(--accent-light); padding: 12px 16px; text-align: left;
  font-size: 13px; font-weight: 600; color: var(--primary-light);
}
.cart-table td { padding: 14px 16px; border-bottom: 1px solid var(--border-light); font-size: 14px; }
.cart-table tr:hover td { background: #fef8fa; }

/* ============================================================
   CATEGORY NAV (sidebar)
   ============================================================ */
#gnb {
  background: #fff; border: 1px solid var(--border-light);
  border-radius: var(--radius); margin-bottom: 28px; box-shadow: var(--shadow);
}
#gnb h2 { display: none; }
.gnb_1da {
  display: block; padding: 0 24px; line-height: 52px;
  color: var(--text); font-size: 15px; font-weight: 500;
  border-bottom: 1px solid var(--border-light); transition: all var(--transition);
}
.gnb_1da:hover { background: var(--accent-light); }
.gnb_1dli_on .gnb_1da {
  background: var(--accent-light); color: var(--accent-deep); font-weight: 700;
}
.gnb_1dli_on .gnb_1da::after {
  position: absolute; left: 0; top: 0; content: "";
  background: var(--accent); width: 3px; height: 100%;
}
.gnb_1dli:last-child .gnb_1da { border-bottom: none; }
.gnb_2dul {
  border: 1px solid var(--border); border-radius: 8px;
  box-shadow: var(--shadow); padding: 12px; background: #fff;
}
.gnb_1dli_over .gnb_2da { padding: 7px 16px; font-size: 14px; display: block; }

/* ============================================================
   SEARCH PAGE
   ============================================================ */
#sch_form { display: flex; gap: 0; margin-bottom: 32px; }
#sch_form input[type="text"] {
  flex: 1; padding: 13px 20px; border: 2px solid var(--border);
  border-radius: var(--radius) 0 0 var(--radius); font-size: 15px;
}
#sch_form input[type="text"]:focus { border-color: var(--accent); outline: none; }
#sch_form input[type="submit"] {
  padding: 13px 32px; background: var(--accent); color: #fff;
  border: none; border-radius: 0 var(--radius) var(--radius);
  font-size: 15px; font-weight: 600; cursor: pointer; transition: background var(--transition);
}
#sch_form input[type="submit"]:hover { background: var(--accent-deep); }

/* ============================================================
   PAGINATION
   ============================================================ */
.paging { text-align: center; margin: 36px 0; }
.paging a, .paging strong {
  display: inline-block; min-width: 36px; padding: 8px 12px; margin: 0 3px;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-size: 14px; color: #6b5563; transition: all var(--transition);
}
.paging strong { background: var(--accent); color: #fff; border-color: var(--accent); font-weight: 700; }
.paging a:hover { border-color: var(--accent); color: var(--accent-deep); background: #fef6f8; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin: 56px 0 36px; padding: 36px 24px; background: #fff;
  border-radius: var(--radius); box-shadow: var(--shadow); text-align: center;
}
.trust-item { padding: 10px; }
.trust-icon { font-size: 30px; display: block; margin-bottom: 10px; }
.trust-item strong { display: block; font-size: 14px; margin-bottom: 4px; font-weight: 600; color: var(--primary); }
.trust-item span { font-size: 12px; color: var(--text-light); }

/* ============================================================
   EVENT / PROMO BOX
   ============================================================ */
#sev { margin: 28px 0; }
#sev header { margin-bottom: 18px; }
#sev h2 { font-size: 20px; font-weight: 700; }
#sev .ev_prd {
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow); background: #fff; overflow: hidden;
}
#sev .ev_prd_list { padding: 16px; }
#sev .ev_more {
  display: block; text-align: center; background: var(--accent); color: #fff;
  padding: 10px; font-weight: 600; font-size: 14px;
}

/* ============================================================
   MAIN BANNER
   ============================================================ */
#main_bn {
  border: none; border-radius: var(--radius); overflow: hidden;
  margin: 0 0 36px; box-shadow: var(--shadow);
}
#main_bn img { width: 100%; display: block; }
#main_bn .owl_pager { background: rgba(60,40,50,0.7); }
#main_bn .owl_pager li a { color: rgba(255,255,255,0.6); }
#main_bn .owl_pager li.active a { color: #fff; }
#main_bn .owl_pager li.active a::after { background: var(--accent); }

/* ============================================================
   BREADCRUMB
   ============================================================ */
#sct_location { padding: 12px 0; color: var(--text-light); font-size: 13px; margin-bottom: 16px; }
#sct_location a { color: var(--text-light); }
#sct_location a:hover { color: var(--accent-deep); }
#sct_location .dividing-line { margin: 0 8px; color: var(--text-muted); }
#sct_location select {
  padding: 4px 12px; border: 1.5px solid var(--border); border-radius: 20px;
  font-size: 13px; background: #fff; color: var(--text);
}

/* ============================================================
   FOOTER
   ============================================================ */
.ds-footer {
  margin-top: 80px; background: var(--primary); color: #c0aeb8; padding: 56px 0 36px;
}
.ds-footer-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px;
}
.ds-footer-brand h3 { color: #fff; font-size: 20px; margin-bottom: 8px; }
.ds-footer-brand p { color: var(--accent); font-size: 13px; letter-spacing: 2px; font-weight: 300; }
.ds-footer-info p { font-size: 13px; line-height: 2.2; }
.ds-footer-links { display: flex; flex-direction: column; gap: 10px; }
.ds-footer-links a { color: #c0aeb8; font-size: 13px; transition: color var(--transition); }
.ds-footer-links a:hover { color: var(--accent); }
.ds-footer-bottom {
  max-width: 1200px; margin: 36px auto 0; padding: 24px 24px 0;
  border-top: 1px solid rgba(255,255,255,0.08); text-align: center;
  font-size: 12px; color: #887880; line-height: 2;
}

/* ============================================================
   MOBILE — TABLET (max 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .ds-nav { gap: 16px; }
  .ds-nav a { font-size: 13px; }
  .item-detail { flex-direction: column; gap: 28px; }
  .item-img-wrap { flex: none; max-width: 100%; }
}

/* ============================================================
   MOBILE — PHONE (max 768px)
   ============================================================ */
@media (max-width: 768px) {
  .ds-header-inner { height: auto; padding: 12px 16px; flex-wrap: wrap; gap: 10px; }
  .ds-hamburger { display: flex; }
  .ds-nav {
    display: none; order: 4; width: 100%; flex-direction: column; gap: 0;
    background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
    overflow: hidden;
  }
  .ds-nav.open { display: flex; }
  .ds-nav a { padding: 14px 20px; border-bottom: 1px solid var(--border-light); font-size: 15px; }
  .ds-nav a::after { display: none; }
  .ds-user { margin-left: 0; order: 2; }

  .hero-banner { min-height: 240px; border-radius: 12px; margin: 16px 0 24px; }
  .hero-overlay { padding: 40px 20px; }
  .hero-title { font-size: 26px; letter-spacing: 3px; }
  .hero-subtitle { font-size: 12px; letter-spacing: 4px; margin-bottom: 20px; }
  .hero-input { width: 100%; max-width: 60vw; padding: 12px 16px; }
  .hero-btn { padding: 12px 20px; font-size: 14px; }

  .cat-quick { gap: 8px; }
  .cat-quick-item { padding: 8px 18px; font-size: 13px; }

  .section-title h2 { font-size: 20px; }

  .sct { gap: 12px; }
  .sct_txt { padding: 12px 12px 6px; }
  .sct_txt a { font-size: 13px; }
  .sct_cost { padding: 4px 12px 12px; font-size: 15px; }

  .item-detail { gap: 20px; }
  .item-info h2 { font-size: 20px; }
  .item-price { font-size: 24px; }

  .trust-bar { grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 24px 16px; }

  .ds-footer { padding: 40px 0 24px; }
  .ds-footer-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .ds-footer-links { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }

  .list-sort { gap: 6px; }
  .list-sort a { padding: 6px 14px; font-size: 12px; }

  .paging a, .paging strong { min-width: 32px; padding: 6px 10px; font-size: 13px; margin: 0 2px; }

  #sch_form input[type="text"] { padding: 11px 16px; font-size: 14px; }
  #sch_form input[type="submit"] { padding: 11px 20px; font-size: 14px; }
}

/* ============================================================
   MOBILE — SMALL (max 480px)
   ============================================================ */
@media (max-width: 480px) {
  .ds-logo { font-size: 18px; }
  .hero-banner { min-height: 200px; }
  .hero-title { font-size: 22px; letter-spacing: 2px; }
  .hero-subtitle { letter-spacing: 3px; }
  .hero-input { max-width: 55vw; font-size: 13px; padding: 10px 14px; }
  .hero-btn { padding: 10px 16px; font-size: 13px; }
  .trust-bar { grid-template-columns: 1fr 1fr; gap: 8px; padding: 20px 12px; }
  .trust-icon { font-size: 22px; }
  .trust-item strong { font-size: 12px; }
  .trust-item span { font-size: 11px; }
  .item-actions { flex-direction: column; }
  .btn-primary, .btn-outline { width: 100%; text-align: center; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.sct_li { animation: fadeInUp 0.5s ease both; }
.sct_li:nth-child(1) { animation-delay: 0.05s; }
.sct_li:nth-child(2) { animation-delay: 0.10s; }
.sct_li:nth-child(3) { animation-delay: 0.15s; }
.sct_li:nth-child(4) { animation-delay: 0.20s; }
.sct_li:nth-child(5) { animation-delay: 0.25s; }
.sct_li:nth-child(6) { animation-delay: 0.30s; }
.sct_li:nth-child(7) { animation-delay: 0.35s; }
.sct_li:nth-child(8) { animation-delay: 0.40s; }

/* ===== INDEX PAGE PRODUCT GRID ===== */
.product-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-bottom: 20px;
}
.prod-card {
  background: #fff; border: 1px solid var(--border-light);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition);
}
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.prod-img { display: block; position: relative; overflow: hidden; }
.prod-img img { width: 100%; display: block; transition: transform 0.4s ease; }
.prod-card:hover .prod-img img { transform: scale(1.05); }
.prod-info { padding: 16px; }
.prod-name {
  font-size: 14px; font-weight: 500; line-height: 1.5; color: var(--text);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; margin-bottom: 8px;
}
.prod-name:hover { color: var(--accent-deep); }
.prod-price { font-size: 17px; font-weight: 700; color: var(--accent-deep); }

.soldout-badge {
  position: absolute; inset: 0; background: rgba(60,40,55,0.5);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 15px; font-weight: 700; letter-spacing: 2px;
}
.rank-badge {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  width: 28px; height: 28px; background: var(--accent); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}
.no-item {
  grid-column: 1/-1; text-align: center; padding: 60px 20px;
  color: var(--text-light); font-size: 15px;
}

/* Mobile product grid */
@media (max-width: 1024px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 480px)  { .product-grid { grid-template-columns: 1fr 1fr; gap: 8px; } }

/* ===== MOBILE HEADER: login/register/cart LEFT aligned ===== */
@media (max-width: 768px) {
  .ds-header-inner { flex-wrap: wrap; justify-content: space-between; padding: 10px 16px; }
  .ds-hamburger { display: flex; order: 2; }
  .ds-logo { order: 1; }
  .ds-user {
    order: 3; width: 100%; margin-left: 0; margin-top: 8px;
    justify-content: flex-end; padding: 0;
  }
  .ds-nav {
    order: 4; width: 100%;
  }
}

/* ===== LOGIN / REGISTER PAGE ===== */
.mbskin { max-width: 400px; margin: 60px auto; padding: 0 20px; }
.mbskin_box {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 40px 32px; text-align: center;
}
.mbskin_box h1 { font-size: 22px; font-weight: 700; margin-bottom: 24px; color: var(--primary); }
.mbskin_box .frm_input {
  width: 100%; padding: 14px 16px; margin-bottom: 12px;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-size: 15px; background: #fdf8fa; transition: border var(--transition);
}
.mbskin_box .frm_input:focus { border-color: var(--accent); outline: none; background: #fff; }
.mbskin_box .btn_submit {
  width: 100%; padding: 14px; margin-top: 8px;
  background: var(--accent); color: #fff; border: none;
  border-radius: var(--radius-sm); font-size: 16px; font-weight: 700;
  cursor: pointer; transition: background var(--transition);
}
.mbskin_box .btn_submit:hover { background: var(--accent-deep); }
.mb_log_cate { display: flex; gap: 10px; justify-content: center; margin-top: 20px; }
.mb_log_cate a {
  color: var(--text-light); font-size: 13px; padding: 0 8px;
}
.mb_log_cate a:hover { color: var(--accent-deep); }
.login_if_lpl { text-align: left; margin-top: 12px; font-size: 13px; color: var(--text-light); }
.selec_chk { accent-color: var(--accent); }
.join { margin-top: 16px; }
.join a {
  display: block; padding: 12px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px; color: var(--text);
  text-align: center; transition: all var(--transition);
}
.join a:hover { border-color: var(--accent); color: var(--accent-deep); background: var(--accent-light); }

/* ===== REGISTER FORM ===== */
.register_wr { max-width: 500px; margin: 40px auto; padding: 0 20px; }
.register_wr h2 { text-align: center; margin-bottom: 24px; }
.register_wr .tbl_frm01 { width: 100%; }
.register_wr .tbl_frm01 th {
  padding: 12px 0; text-align: left; font-size: 14px; font-weight: 600;
  color: var(--primary); width: 120px;
}
.register_wr .tbl_frm01 td { padding: 8px 0; }
.register_wr .frm_input {
  padding: 12px 14px; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-size: 14px; width: 100%; max-width: 300px;
}
.register_wr .frm_input:focus { border-color: var(--accent); outline: none; }
.register_wr .btn_submit {
  padding: 14px 50px; background: var(--accent); color: #fff;
  border: none; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700;
  cursor: pointer; margin-top: 20px;
}

/* ===== CART PAGE ===== */
#sod_frm, #sit_ov_from { max-width: 960px; margin: 0 auto; }
#sod_frm h2 { font-size: 22px; font-weight: 700; margin: 30px 0 20px; }
.sod_list { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.sod_list th {
  background: var(--accent-light); padding: 12px 14px; text-align: center;
  font-size: 13px; font-weight: 600; color: var(--primary);
}
.sod_list td {
  padding: 14px; border-bottom: 1px solid var(--border-light);
  text-align: center; font-size: 14px;
}
.sod_list tr:hover td { background: #fef8fa; }
.sod_act { text-align: center; margin: 30px 0; }
.sod_act .btn_submit, .sod_act .btn_buy {
  padding: 14px 40px; background: var(--accent); color: #fff;
  border: none; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700;
  cursor: pointer; display: inline-block; margin: 4px;
}

/* ===== CONTENT PAGE (provision, privacy) ===== */
#ctt { max-width: 800px; margin: 40px auto; padding: 30px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
#ctt h3 { margin: 24px 0 12px; color: var(--primary); }
#ctt p { line-height: 1.9; color: #555; margin-bottom: 12px; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .mbskin { margin: 30px auto; }
  .mbskin_box { padding: 30px 20px; }
  .register_wr { padding: 0 12px; }
  #ctt { margin: 20px 12px; padding: 20px; }
}

/* ===== Q&A LIST (문의하기) ===== */
#qa_list { max-width: 800px; margin: 40px auto; padding: 0 20px; }
#qa_list h2 { font-size: 22px; font-weight: 700; margin-bottom: 20px; color: var(--primary); }
.qa_list_wrap { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.qa_list_wrap table { width: 100%; border-collapse: collapse; }
.qa_list_wrap th {
  background: var(--accent-light); padding: 12px 16px; text-align: center;
  font-size: 13px; font-weight: 600; color: var(--primary); border-bottom: 2px solid var(--accent);
}
.qa_list_wrap td {
  padding: 12px 16px; text-align: center; font-size: 14px;
  border-bottom: 1px solid var(--border-light);
}
.qa_list_wrap tr:hover td { background: #fef8fa; }
.qa_list_wrap .qa_subject { text-align: left; }
.qa_list_wrap .qa_subject a { color: var(--text); font-weight: 500; }
.qa_list_wrap .qa_subject a:hover { color: var(--accent-deep); }
.qa_list_wrap .qa_secret { color: var(--accent); }

/* Q&A Write */
#qa_write { max-width: 800px; margin: 40px auto; padding: 0 20px; }
.qa_form { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.qa_form h2 { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.qa_form .tbl_frm01 { width: 100%; }
.qa_form .tbl_frm01 th {
  padding: 12px 10px; text-align: left; font-size: 14px; font-weight: 600;
  color: var(--primary); width: 100px; vertical-align: top;
}
.qa_form .tbl_frm01 td { padding: 8px 0; }
.qa_form .frm_input {
  width: 100%; padding: 10px 14px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px;
}
.qa_form .frm_input:focus { border-color: var(--accent); outline: none; }
.qa_form textarea.frm_input { min-height: 200px; resize: vertical; }
.btn_confirm, .qa_form .btn_submit {
  padding: 12px 36px; background: var(--accent); color: #fff;
  border: none; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600;
  cursor: pointer; transition: background var(--transition); display: inline-block;
}
.btn_confirm:hover { background: var(--accent-deep); }
.btn_cancel {
  padding: 12px 36px; border: 1.5px solid var(--border); color: var(--text-light);
  border-radius: var(--radius-sm); font-size: 15px; cursor: pointer; display: inline-block;
}

/* ===== CART (장바구니) ===== */
#sod_frm { max-width: 900px; margin: 30px auto; padding: 0 20px; }
#sod_frm h2 { font-size: 22px; font-weight: 700; margin: 24px 0 16px; color: var(--primary); }
.od_prd_list { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.od_prd_list th {
  background: var(--accent-light); padding: 12px 14px; text-align: center;
  font-size: 13px; font-weight: 600; color: var(--primary);
}
.od_prd_list td {
  padding: 14px; text-align: center; font-size: 14px;
  border-bottom: 1px solid var(--border-light);
}
.od_prd_list tr:hover td { background: #fef8fa; }
.od_prd_list .sit_img img { border-radius: var(--radius-sm); }
.empty_table { text-align: center; padding: 60px 20px; color: var(--text-light); font-size: 15px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.btn_cart_del, .btn01 {
  padding: 8px 18px; border: 1.5px solid #e0c0c8; color: #c0607a;
  border-radius: 20px; font-size: 13px; cursor: pointer; background: #fff;
}
.btn_cart_del:hover { background: #fdf0f3; }
.btn_buy, .sod_act .btn_submit {
  padding: 12px 30px; background: var(--accent); color: #fff;
  border: none; border-radius: var(--radius-sm); font-size: 15px; font-weight: 600;
  cursor: pointer;
}
.chk_box { accent-color: var(--accent); }

/* ===== REGISTER FORM (회원가입) ===== */
#register_form { max-width: 600px; margin: 30px auto; padding: 0 20px; }
#register_form .register_wr { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
#register_form h2 { font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 24px; color: var(--primary); }
#register_form .tbl_frm01 { width: 100%; }
#register_form .tbl_frm01 th {
  padding: 10px 8px; text-align: left; font-size: 14px; font-weight: 600;
  color: var(--primary); width: 120px;
}
#register_form .tbl_frm01 td { padding: 6px 0; }
#register_form .frm_input {
  padding: 10px 14px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-size: 14px; width: 100%; max-width: 280px;
}
#register_form .frm_input:focus { border-color: var(--accent); outline: none; }
#register_form .btn_submit {
  padding: 14px 50px; background: var(--accent); color: #fff;
  border: none; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700;
  cursor: pointer; display: block; margin: 20px auto 0;
}
#register_form .btn_submit:hover { background: var(--accent-deep); }
.agree_area { max-width: 600px; margin: 30px auto; padding: 0 20px; }
.agree_area textarea {
  width: 100%; height: 150px; padding: 14px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-size: 13px; background: #fafafa; resize: vertical;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  #qa_list, #qa_write, #sod_frm, #register_form, .agree_area { margin: 20px auto; }
  .qa_list_wrap, .qa_form, .register_wr { padding: 16px; }
  .qa_list_wrap table, .od_prd_list { font-size: 12px; }
  .qa_list_wrap th, .qa_list_wrap td, .od_prd_list th, .od_prd_list td { padding: 8px 10px; }
}

/* ===== CART TABLE FIX ===== */
#sod_frm { max-width: 960px; margin: 30px auto; padding: 0 20px; }
.od_prd_list {
  width: 100%; border-collapse: collapse; background: #fff;
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  margin-bottom: 16px;
}
.od_prd_list th {
  background: var(--accent-light); color: var(--primary);
  padding: 14px 12px; font-size: 13px; font-weight: 600; text-align: center;
}
.od_prd_list td {
  padding: 14px 12px; text-align: center; font-size: 14px;
  border-bottom: 1px solid var(--border-light); vertical-align: middle;
}
.od_prd_list tr:last-child td { border-bottom: none; }
.od_prd_list img { border-radius: 6px; }
.btn_cart_del, .btn01 {
  display: inline-block; padding: 8px 18px; background: #fff;
  border: 1.5px solid var(--border); border-radius: 20px;
  font-size: 13px; color: var(--text); cursor: pointer; transition: all var(--transition);
}
.btn_cart_del:hover { background: #fef0f3; border-color: var(--accent); color: var(--accent-deep); }
.btn_buy {
  display: inline-block; padding: 14px 40px; background: var(--accent);
  color: #fff; border: none; border-radius: var(--radius-sm);
  font-size: 16px; font-weight: 700; cursor: pointer; transition: background var(--transition);
}
.btn_buy:hover { background: var(--accent-deep); }
.empty_table { text-align: center; padding: 60px 20px; color: var(--text-light); font-size: 15px; }

/* ===== REGISTER / TERMS PAGE ===== */
#register_form, .agree_area { max-width: 600px; margin: 30px auto; padding: 0 20px; }
#register_form .register_wr, .agree_area {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px;
}
#register_form h2, .agree_area h2 {
  font-size: 22px; font-weight: 700; text-align: center; margin-bottom: 24px; color: var(--primary);
}
.agree_area textarea {
  width: 100%; height: 200px; padding: 16px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-size: 13px; background: #fdf8fa;
  resize: vertical; line-height: 1.8;
}
.agree_area label { font-size: 14px; color: var(--text); display: flex; align-items: center; gap: 8px; margin: 16px 0; }
.agree_area input[type="checkbox"] { accent-color: var(--accent); width: 18px; height: 18px; }
.btn_confirm {
  display: block; width: 100%; padding: 14px; background: var(--accent); color: #fff;
  border: none; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700;
  cursor: pointer; margin-top: 16px; text-align: center;
}
.btn_confirm:hover { background: var(--accent-deep); }

/* ===== PAGE WRAPPER ===== */
.page-wrap { max-width: 700px; margin: 40px auto; padding: 0 20px; }
.page-title { font-size: 24px; font-weight: 700; text-align: center; margin-bottom: 30px; color: var(--primary); }

/* ===== FORM ELEMENTS ===== */
.doll-form .form-box {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 24px; margin-bottom: 20px;
}
.doll-form h3 { font-size: 16px; font-weight: 700; margin-bottom: 12px; color: var(--primary); }
.form-textarea {
  width: 100%; height: 150px; padding: 14px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-size: 13px; color: #666; background: #fdf8fa;
  resize: vertical; line-height: 1.8; font-family: var(--font);
}
.form-check { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 14px; color: var(--text); cursor: pointer; }
.form-check input[type="checkbox"] { accent-color: var(--accent); width: 18px; height: 18px; cursor: pointer; }
.doll-btn-primary {
  display: block; width: 100%; padding: 15px; background: var(--accent); color: #fff;
  border: none; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700;
  cursor: pointer; text-align: center; transition: background var(--transition);
}
.doll-btn-primary:hover { background: var(--accent-deep); }
.doll-btn-outline {
  display: inline-block; padding: 12px 28px; border: 2px solid var(--accent);
  color: var(--accent-deep); border-radius: var(--radius-sm); font-size: 14px; font-weight: 600;
  cursor: pointer; background: #fff; transition: all var(--transition);
}
.doll-btn-outline:hover { background: var(--accent-light); }

/* ===== TABLE ===== */
.doll-table-wrap { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; margin-bottom: 20px; }
.doll-table { width: 100%; border-collapse: collapse; }
.doll-table th { background: var(--accent-light); padding: 12px 14px; font-size: 13px; font-weight: 600; color: var(--primary); text-align: center; }
.doll-table td { padding: 12px 14px; text-align: center; font-size: 14px; border-bottom: 1px solid var(--border-light); }
.doll-table tr:last-child td { border-bottom: none; }
.doll-table tr:hover td { background: #fef8fa; }
.cart-img img { border-radius: 6px; width: 60px; }
.cart-name { text-align: left !important; font-weight: 500; }
.cart-price, .cart-total { font-weight: 700; color: var(--accent-deep); }
.qty-input { width: 60px; padding: 6px 10px; border: 1.5px solid var(--border); border-radius: 6px; text-align: center; font-size: 14px; }
.del-btn { color: #c0607a; font-size: 13px; }
.cart-actions { display: flex; gap: 12px; justify-content: center; margin-top: 16px; }
.empty-box { text-align: center; padding: 60px 20px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); color: var(--text-light); font-size: 15px; }
.empty-box .doll-btn-outline, .empty-box .doll-btn-primary { margin-top: 16px; display: inline-block; }

/* ===== QA ===== */
.qa-top { margin-bottom: 16px; }
.qa-top .doll-btn-primary { display: inline-block; width: auto; padding: 10px 24px; }
.badge-done { background: #d4edda; color: #155724; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 600; }
.badge-wait { background: #fff3cd; color: #856404; padding: 4px 12px; border-radius: 12px; font-size: 12px; font-weight: 600; }

@media (max-width: 768px) {
  .page-wrap { margin: 20px auto; }
  .doll-table th, .doll-table td { padding: 8px 6px; font-size: 12px; }
}
