/* ===== 변수 ===== */
:root {
  --yellow: #ffd400;
  --yellow-dark: #e0a800;
  --navy: #1a1d23;
  --blue: #ff6b2c;        /* OSS 오렌지 (포인트색) */
  --blue-dark: #e85410;
  --orange: #ff6b2c;
  --hero-bg: #fff3ec;     /* 밝은 피치 히어로 배경 */
  --red: #f04452;
  --bg: #ffffff;
  --bg-soft: #faf7f5;
  --text: #191f28;
  --muted: #8b95a1;
  --line: #eaecef;
  --radius: 18px;
  --shadow: 0 6px 24px rgba(17, 24, 39, 0.06);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text); background: var(--bg); line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.container { width: min(1180px, 100% - 36px); margin: 0 auto; }
a { color: inherit; text-decoration: none; }

/* ===== 타이포그래피 정돈 ===== */
h1, h2, h3 { letter-spacing: -0.02em; word-break: keep-all; }
p { word-break: keep-all; }

/* ===== Lucide 아이콘 기본 ===== */
[data-lucide] { width: 22px; height: 22px; stroke-width: 2; vertical-align: middle; display: inline-block; }
.ico-inline { width: 18px; height: 18px; display: inline-flex; align-items: center; vertical-align: middle; flex-shrink: 0; }

/* ===== 버튼 ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: 10px; font-weight: 700; font-size: 15px; cursor: pointer; border: none; transition: .2s; font-family: inherit; }
.btn [data-lucide] { width: 18px; height: 18px; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 20px rgba(47,109,246,.28); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-small { padding: 9px 16px; font-size: 14px; background: #eef2fb; color: var(--blue-dark); border: 1px dashed var(--blue); }
.btn-small:hover { background: #e3ebfc; }
.btn-block { width: 100%; padding: 17px; font-size: 17px; }
/* PG 결제 잠금 상태 버튼 (API키 연동 전) */
.btn-locked { background: #c9c2bb !important; box-shadow: none !important; cursor: default; }
.btn-locked:hover { transform: none !important; background: #c9c2bb !important; }
.lock-badge { font-size: 11px; font-weight: 800; background: rgba(0,0,0,.18); color: #fff; border-radius: 10px; padding: 2px 7px; margin-left: 2px; }

/* ===== 상단 유틸 바 (미니멀) ===== */
.utility-bar { background: #fff; color: var(--muted); font-size: 12.5px; border-bottom: 1px solid var(--line); }
.utility-inner { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.utility-left { color: var(--muted); }
.utility-right { display: flex; align-items: center; }
.utility-right a { color: var(--muted); }
.utility-right a:hover { color: var(--blue); }
.utility-right .divider { margin: 0 10px; color: var(--line); }
/* 상단바 SNS 아이콘 (로그인 왼쪽) */
.utility-sns { display: inline-flex; align-items: center; gap: 2px; }
.utility-sns .usns { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 27px; border-radius: 50%; color: var(--muted); transition: .15s; }
.utility-sns .usns [data-lucide] { width: 16px; height: 16px; }
.utility-sns .usns:hover { color: #fff; }
.utility-sns .usns[data-sns="instagram"]:hover { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); color: #fff; }
.utility-sns .usns[data-sns="kakao"]:hover { background: #FEE500; color: #3c1e1e; }
.utility-sns .usns[data-sns="threads"]:hover { background: #000; color: #fff; }

/* ===== 헤더 (화이트) ===== */
.site-header { background: #fff; }
.header-inner { display: flex; align-items: center; gap: 28px; padding: 22px 0; }
.logo { display: flex; flex-direction: column; line-height: 1; flex-shrink: 0; position: relative; }
.logo-tag { font-size: 11px; font-weight: 700; color: var(--muted); margin-bottom: 5px; letter-spacing: .3px; }
.logo-name { font-size: 30px; font-weight: 900; color: var(--navy); letter-spacing: -1.5px; }
.logo-dot { color: var(--blue); }
.logo-jp { position: absolute; right: -6px; bottom: -13px; font-size: 11px; font-weight: 600; color: var(--muted); }

.search-box { flex: 1; display: flex; align-items: stretch; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; transition: .15s; }
.search-box:focus-within { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(49,130,246,.1); }
.search-cat { border: none; background: transparent; padding: 0 14px; font-size: 14px; font-weight: 600; color: var(--text); border-right: 1px solid var(--line); font-family: inherit; cursor: pointer; outline: none; }
.search-box input { flex: 1; border: none; padding: 13px 16px; font-size: 15px; font-family: inherit; outline: none; background: transparent; }
.search-box button { background: none; border: none; padding: 0 18px; cursor: pointer; color: var(--muted); }
.search-box button:hover { color: var(--blue); }

.header-icons { display: flex; gap: 6px; flex-shrink: 0; }
.header-icon { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: var(--bg-soft); border-radius: 12px; color: var(--text); transition: .15s; }
.header-icon:hover { background: #eef1f5; color: var(--blue); }

/* ===== 메뉴바 (오렌지 바) ===== */
.main-nav { background: var(--blue); position: sticky; top: 0; z-index: 60; box-shadow: 0 4px 14px rgba(255,107,44,.18); }
.main-nav-inner { display: flex; align-items: center; gap: 0; position: relative; }
.cat-btn { background: rgba(255,255,255,.16); color: #fff; border: none; padding: 0 22px; height: 54px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; transition: background .15s; }
.cat-btn:hover, .cat-btn.open { background: rgba(0,0,0,.14); }
.cat-panel { position: absolute; top: 54px; left: 0; width: 248px; background: #fff; border: 1px solid var(--line); border-radius: 0 0 16px 16px; box-shadow: 0 16px 36px rgba(17,24,39,.16); z-index: 70; padding: 8px; }
.cat-panel a { display: flex; align-items: center; gap: 12px; padding: 12px 14px; color: var(--text); font-weight: 600; font-size: 15px; border-radius: 11px; }
.cat-panel a span { width: 22px; text-align: center; font-size: 17px; }
.cat-panel a:hover { background: #fff3ec; color: var(--blue); }
.main-menu { display: flex; list-style: none; flex: 1; }
.main-menu a { display: flex; align-items: center; gap: 6px; height: 54px; padding: 0 22px; color: #fff; font-weight: 600; font-size: 15.5px; position: relative; }
.main-menu a:hover { background: rgba(255,255,255,.14); }
.main-menu a.active { background: rgba(0,0,0,.10); }
.nav-hot { background: #ffe14d; color: #b34700; font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 5px; line-height: 1; }
.menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; padding: 0 4px; height: 54px; cursor: pointer; margin-left: auto; }

/* ===== 퀵서비스 패널 ===== */
.quick-panel-sec { padding: 34px 0 10px; }
.quick-panel { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1.4fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.qp-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 26px 12px; border-right: 1px solid var(--line); transition: .15s; text-align: center; }
.qp-item:hover { background: #fff7f2; }
.qp-ic { width: 50px; height: 50px; border-radius: 14px; background: #fff3ec; color: var(--blue); display: inline-flex; align-items: center; justify-content: center; }
.qp-ic [data-lucide] { width: 26px; height: 26px; }
.qp-item span { font-size: 14px; font-weight: 600; color: var(--text); }
.qp-cta { background: linear-gradient(135deg, #ff7a30, #ff5a00); color: #fff; display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 18px; font-weight: 800; border-right: none; }
.qp-cta:hover { background: linear-gradient(135deg, #ff6a18, #f25200); }
.qp-cta [data-lucide] { width: 26px; height: 26px; }

/* ===== 히어로 슬라이더 ===== */
.hero { background: #fff; padding: 36px 0; position: relative; }
.hero .container { position: relative; }
.slider { position: relative; height: 400px; border-radius: 28px; overflow: hidden; }
.slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 64px; opacity: 0; transition: opacity .5s; background: var(--hero-bg); }
.slide.active { opacity: 1; }
.slide-eyebrow { display: inline-block; color: var(--blue); background: rgba(255,107,44,.12); font-weight: 700; font-size: 14px; margin-bottom: 16px; padding: 7px 15px; border-radius: 999px; }
.slide-text h1 { font-size: 52px; font-weight: 900; color: var(--navy); line-height: 1.14; margin-bottom: 18px; letter-spacing: -1.8px; }
.slide-text h1 span { color: var(--blue); }
.slide-desc { font-size: 17px; color: var(--muted); margin-bottom: 28px; line-height: 1.65; }
.slide-art { color: var(--blue); filter: drop-shadow(0 12px 20px rgba(255,107,44,.22)); }
.slide-art [data-lucide] { width: 130px; height: 130px; stroke-width: 1.4; }
.hero-mascot { width: 150px; height: 150px; filter: drop-shadow(0 12px 20px rgba(0,0,0,.15)); animation: mascot-float 3.5s ease-in-out infinite; }
@keyframes mascot-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 1px solid var(--line); box-shadow: 0 4px 12px rgba(0,0,0,.08); font-size: 28px; color: var(--navy); cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center; }
.slider-arrow:hover { color: var(--blue); border-color: var(--blue); }
.slider-arrow.prev { left: 24px; }
.slider-arrow.next { right: 24px; }
.slider-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.slider-dots button { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(27,35,48,.3); cursor: pointer; padding: 0; }
.slider-dots button.active { background: var(--navy); width: 26px; border-radius: 6px; }

/* ===== 빠른 카드 ===== */
.quick-cards { padding: 40px 0 60px; }
.quick-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 18px; }
.qcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 14px; transition: .2s; }
.qcard:hover { transform: translateY(-4px); border-color: var(--blue); box-shadow: 0 12px 32px rgba(49,130,246,.12); }
.qcard-icon { width: 60px; height: 60px; border-radius: 16px; background: #fff3ec; color: var(--blue); display: inline-flex; align-items: center; justify-content: center; }
.qcard-icon [data-lucide] { width: 30px; height: 30px; }
.qcard h3 { font-size: 17px; color: var(--navy); }
.qcard-guide { flex-direction: row; justify-content: space-between; text-align: left; background: linear-gradient(120deg,#fff,#fffaf0); }
.qcard-eyebrow { color: var(--yellow-dark); font-weight: 900; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.qcard-guide h3 { font-size: 24px; margin: 6px 0; }
.qcard-sub { color: var(--muted); font-size: 14px; }
.qcard-go { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 30px; background: var(--navy); color: #fff; border-radius: 999px; margin-top: 14px; }
.qcard-emoji { color: var(--yellow-dark); }
.qcard-emoji [data-lucide] { width: 72px; height: 72px; stroke-width: 1.5; }

/* ===== 섹션 공통 ===== */
.section { padding: 90px 0; }
.section-alt { background: var(--bg-soft); }
.section-eyebrow { color: var(--blue); font-weight: 700; letter-spacing: 1.5px; font-size: 13px; margin-bottom: 10px; }
.section-title { font-size: 34px; font-weight: 900; color: var(--navy); margin-bottom: 16px; letter-spacing: -0.5px; }
.section-lead { color: var(--muted); font-size: 16px; max-width: 760px; margin-bottom: 44px; line-height: 1.75; }

/* ===== 회사소개 ===== */
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); transition: .2s; }
.feature:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(49,130,246,.1); }
.feature-icon { width: 54px; height: 54px; border-radius: 14px; background: #fff3ec; color: var(--blue); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.feature-icon [data-lucide] { width: 28px; height: 28px; }
.feature h3 { font-size: 17px; color: var(--navy); margin-bottom: 8px; }
.feature p { font-size: 14px; color: var(--muted); }

/* ===== 이용방법 ===== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 900; font-size: 18px; margin-bottom: 12px; }
.step h3 { font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--muted); }

/* ===== 수수료 ===== */
.fee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fee-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-align: center; box-shadow: var(--shadow); }
.fee-card h3 { font-size: 16px; color: var(--muted); margin-bottom: 12px; }
.fee-num { font-size: 22px; color: var(--navy); }
.fee-num b { color: var(--blue); }
.fee-sub { font-size: 14px; color: var(--muted); margin-top: 8px; }

/* ===== 주문서 ===== */
.req-note { color: var(--red); font-size: 14px; font-weight: 500; }
.order-form { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 34px; box-shadow: var(--shadow); }
.form-block { border: none; margin-bottom: 28px; }
.form-block legend { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--yellow); width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 16px; }
.order-form label { display: block; font-size: 14px; font-weight: 500; color: var(--text); }
.order-form label.full { grid-column: 1 / -1; }
.order-form input, .order-form select, .order-form textarea { width: 100%; margin-top: 7px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 15px; font-family: inherit; background: #fbfcfe; transition: .15s; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(47,109,246,.12); }
.order-form .full { margin-bottom: 16px; }
.req { color: var(--red); }
.product-item { background: var(--bg); border-radius: 12px; padding: 18px; margin-bottom: 14px; }
.checkbox { display: flex; align-items: center; gap: 10px; margin-top: 6px; }
.checkbox input { width: auto; margin-top: 0; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 16px; text-align: center; }

/* ===== 배송대행 ===== */
.delivery-box { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 32px; box-shadow: var(--shadow); display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.delivery-addr h3 { font-size: 18px; color: var(--navy); margin-bottom: 12px; }
.delivery-addr p { font-size: 15px; line-height: 1.8; }
.delivery-note { color: var(--muted); font-size: 13px; margin-top: 10px; }

/* ===== 푸터 ===== */
.site-footer { background: var(--navy); color: rgba(255,255,255,.85); padding-top: 46px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-bottom: 36px; }
.footer-logo { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.footer-logo small { font-size: 13px; font-weight: 400; opacity: .8; }
.footer-desc { font-size: 14px; }
.footer-contact p { font-size: 14px; margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 16px 0; font-size: 13px; color: rgba(255,255,255,.6); }
/* 통일 푸터 (3컬럼) */
.footer-cols { display: grid; grid-template-columns: 1.6fr 1.2fr 1fr; gap: 36px; padding-bottom: 34px; }
.footer-col p { font-size: 14px; margin-bottom: 7px; line-height: 1.5; }
.footer-col-tit { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; color: rgba(255,255,255,.8); margin-bottom: 9px; }
.footer-col a:hover { color: #fff; }
.footer-col p a { display: inline; margin-bottom: 0; }
.footer-biz { font-size: 12.5px; color: rgba(255,255,255,.55); margin-top: 12px; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 13px; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-copy { color: rgba(255,255,255,.5); font-size: 12.5px; }
.footer-legal { font-size: 12px; line-height: 1.75; color: rgba(255,255,255,.45); margin: 0 0 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-fx { font-size: 13px; font-weight: 700; color: var(--orange); margin: 0 0 12px; }
.footer-fx small { font-weight: 500; color: rgba(255,255,255,.5); margin-left: 4px; }
@media (max-width: 760px) { .footer-cols { grid-template-columns: 1fr; gap: 24px; } }
/* 법적 페이지 본문 */
.legal-body { font-size: 15px; line-height: 1.9; color: var(--text); max-width: 900px; margin: 0 auto; }
.legal-body { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 32px 34px; box-shadow: var(--shadow); }

/* 예상비용 계산기 */
.calc-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.calc-form { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 9px; }
.calc-form label { display: flex; flex-direction: column; gap: 4px; font-size: 14px; font-weight: 600; color: var(--text); }
.calc-form select, .calc-form input { padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; font-family: inherit; font-size: 15px; background: #fbfaf8; }
.calc-form select:focus, .calc-form input:focus { outline: none; border-color: var(--blue); background: #fff; }
.calc-form .btn-block { margin-top: 6px; }
.calc-result { background: linear-gradient(160deg, #fff3ec, #fff); border: 1px solid #ffd9c2; border-radius: 18px; padding: 18px; display: flex; flex-direction: column; }
.calc-fx { font-size: 14px; color: var(--text); background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 10px 14px; margin-bottom: 16px; }
.calc-lines { list-style: none; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.calc-lines li { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; color: var(--muted); padding-bottom: 8px; border-bottom: 1px dashed var(--line); }
.calc-lines li b { color: var(--text); font-size: 16px; font-weight: 700; }
.calc-lines .calc-total { border-bottom: none; padding-top: 6px; }
.calc-lines .calc-total span { font-size: 17px; font-weight: 800; color: var(--navy); }
.calc-lines .calc-total b { font-size: 24px; font-weight: 900; color: var(--blue); }
.calc-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; line-height: 1.6; }
@media (max-width: 760px) { .calc-wrap { grid-template-columns: 1fr; } }

/* 이용후기 */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
/* 후기 카드 = 사진이 크게 들어간 하나의 카드(별점 없음, 이름 옆 날짜) — bonri 스타일 */
.review-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0; box-shadow: var(--shadow); display: flex; flex-direction: column; overflow: hidden; }
.review-stars { display: none; }
.review-photo { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border: none; border-radius: 0; max-height: none; display: block; }
.review-noimg { display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; font-size: 44px; background: linear-gradient(135deg, #FFF0E6, #FFE7EE); color: #F6A98A; }
.review-text { font-size: 14.5px; line-height: 1.55; color: var(--text); padding: 14px 16px 0; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 8px; padding: 10px 16px 16px; font-size: 12.5px; margin: 0; }
.review-meta .rv-name { font-weight: 700; color: var(--text); }
.review-meta .rv-date { color: var(--muted); }
.review-author { font-size: 14px; font-weight: 700; color: var(--muted); }
@media (max-width: 860px) { .review-grid { grid-template-columns: 1fr; } }

/* FAQ 탭 */
.faq-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.faq-tab { padding: 9px 18px; border: 1px solid var(--line); background: #fff; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; font-family: inherit; }
.faq-tab:hover { border-color: var(--blue); color: var(--blue); }
.faq-tab.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.faq-cat { display: inline-block; background: #fff3ec; color: var(--blue); font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 6px; margin-right: 8px; }

/* 1:1 문의 폼 */
.contact-form { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 34px; }
.contact-form label { display: block; font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; font-family: inherit; font-size: 15px; background: #fbfaf8; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--blue); background: #fff; }
.contact-note { font-size: 13px; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.ccode-help { display: inline-block; margin-top: 7px; font-size: 13px; color: var(--blue); font-weight: 600; }
.ccode-help:hover { text-decoration: underline; }

/* 고객센터 허브 (사이드바 + 본문) */
.cs-layout { display: grid; grid-template-columns: 232px 1fr; gap: 30px; align-items: start; }
.cs-sidebar { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 14px; position: sticky; top: 70px; }
.cs-sidebar-title { font-size: 16px; font-weight: 800; color: var(--navy); padding: 8px 14px 12px; border-bottom: 2px solid var(--blue); margin-bottom: 8px; }
.cs-sidebar a { display: block; padding: 12px 14px; border-radius: 10px; color: var(--text); font-weight: 600; font-size: 15px; }
.cs-sidebar a:hover { background: #fff3ec; color: var(--blue); }
.cs-sidebar a.active { background: var(--blue); color: #fff; }
.cs-content { min-width: 0; }
@media (max-width: 820px) { .cs-layout { grid-template-columns: 1fr; gap: 18px; } .cs-sidebar { position: static; } }

/* 상단 공지 띠배너 */
.top-noti { background: #F79AC1; color: #412233; font-size: 14px; font-weight: 700; }
.top-noti-in { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 8px 16px; position: relative; }
.top-noti-msg { text-align: center; font-weight: 700; letter-spacing: -.2px; }
.top-noti-msg a { color: inherit; text-decoration: underline; }

/* 상품 사진 첨부 */
.product-img-field input[type=file] { margin-top: 7px; font-size: 13px; }
.product-img-thumb { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 13px; color: var(--muted); }
.product-img-thumb img { max-width: 90px; max-height: 90px; border-radius: 8px; border: 1px solid var(--line); }
.product-img-thumb .img-remove { background: #fff0f1; color: var(--red); border: 1px solid #f6c2c8; border-radius: 6px; font-size: 12px; padding: 5px 9px; cursor: pointer; font-family: inherit; }

/* 신청서 임시저장 복구 알림 */
.draft-note { background: #fff7ed; border: 1px solid #ffd9b3; color: #9a4a00; border-radius: 12px; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.draft-note .draft-clear { background: #fff; border: 1px solid #e7a766; color: #9a4a00; border-radius: 8px; padding: 6px 12px; font-size: 13px; font-weight: 700; cursor: pointer; font-family: inherit; }
.draft-note .draft-clear:hover { background: #fff0e0; }

/* ===== 푸터 위 사이트맵 가로 한 줄 ===== */
.footer-sitemap { background: #0d1520; border-top: 1px solid rgba(255,255,255,.1); }
.footer-sitemap-in { max-width: 1180px; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 3px 20px; padding: 8px 20px; }
.footer-sitemap a { color: rgba(255,255,255,.65); font-size: 12.5px; text-decoration: none; }
.footer-sitemap a:hover { color: #fff; text-decoration: underline; }
.sitemap-fx { color: var(--orange); font-size: 12px; font-weight: 700; margin-left: 10px; }
.sitemap-fx small { font-weight: 500; color: rgba(255,255,255,.45); margin-left: 3px; }
/* ===== 오른쪽 고정 퀵메뉴 ===== */
.quick-menu { position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 40; background: #fff; border: 1px solid var(--line); border-radius: 14px 0 0 14px; overflow: hidden; box-shadow: -2px 0 14px rgba(0,0,0,.1); width: 72px; }
.qm-item { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 12px 6px; color: var(--text); font-size: 11px; font-weight: 600; border-bottom: 1px solid var(--line); text-align: center; transition: .15s; text-decoration: none; }
.qm-item:hover { background: #fff3ec; color: var(--orange); }
.qm-ico { display: inline-flex; align-items: center; justify-content: center; }
.qm-ico svg { width: 22px; height: 22px; stroke: var(--orange); }
.qm-item:hover .qm-ico svg { stroke: var(--orange); }
.qm-top { width: 100%; background: var(--navy); color: #fff; border: none; padding: 10px 0; font-weight: 900; font-size: 11px; cursor: pointer; line-height: 1.4; display: flex; flex-direction: column; align-items: center; gap: 2px; }
.qm-top svg { width: 18px; height: 18px; }
.qm-top small { font-size: 10px; }

/* ===== 카카오톡 상담 버튼 ===== */
.chat-fab { position: fixed; bottom: 24px; right: 110px; width: 58px; height: 58px; border-radius: 50%; background: #FEE500; color: #3c1e1e; display: flex; align-items: center; justify-content: center; z-index: 40; }
.chat-fab:hover { transform: scale(1.08); background: #f5dc00; }
.chat-fab-talk { font-size: 14px; font-weight: 900; letter-spacing: -0.5px; font-family: inherit; }
.slider-arrow [data-lucide] { width: 26px; height: 26px; }
.header-icon [data-lucide] { width: 20px; height: 20px; }

/* ===== 모달 ===== */
.modal { position: fixed; inset: 0; background: rgba(27,35,48,.6); display: flex; align-items: center; justify-content: center; z-index: 100; padding: 20px; }
.modal[hidden] { display: none; }
.modal-box { background: #fff; border-radius: 16px; padding: 30px; max-width: 520px; width: 100%; max-height: 80vh; overflow: auto; }
.modal-box h3 { font-size: 22px; color: var(--navy); margin-bottom: 8px; }
.modal-sub { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.modal-box pre { background: var(--bg); border-radius: 10px; padding: 16px; font-size: 13px; white-space: pre-wrap; word-break: break-all; margin-bottom: 18px; font-family: "Noto Sans KR", monospace; }
/* 예상비용 계산기 팝업 (넓은 모달 + 닫기 버튼) */
.calc-modal-box { max-width: 760px; position: relative; }
.calc-modal-box h3 { display: flex; align-items: center; gap: 8px; }
.modal-x { position: absolute; top: 12px; right: 14px; background: none; border: none; font-size: 28px; line-height: 1; color: var(--muted); cursor: pointer; padding: 4px 8px; border-radius: 8px; }
.modal-x:hover { color: var(--text); background: var(--bg); }
/* 로그인/회원가입 결과 팝업 */
.auth-modal-box { max-width: 400px; text-align: center; position: relative; }
.am-ico { font-size: 46px; line-height: 1; margin-bottom: 10px; }
.auth-modal-box h3 { margin-bottom: 6px; }
.auth-modal-box .modal-sub { margin-bottom: 22px; }

/* ===== 현재 메뉴 표시 ===== */
.main-menu a.active { color: var(--blue); font-weight: 700; }
.main-menu a.active::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 0; height: 2.5px; background: var(--blue); border-radius: 3px; }

/* ===== 페이지 배너 ===== */
.page-hero { background: linear-gradient(120deg, #e85410, #ff8a45); color: #fff; padding: 48px 0; text-align: center; }
.page-hero h1 { font-size: 32px; font-weight: 900; margin-bottom: 10px; }
.page-hero p { font-size: 16px; opacity: .9; }

/* ===== 신청 CTA ===== */
.cta-box { text-align: center; }
.cta-box h2 { font-size: 28px; font-weight: 900; color: var(--navy); margin-bottom: 12px; }
.cta-box p { color: var(--muted); font-size: 16px; margin-bottom: 26px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== 로그인 / 회원가입 ===== */
.auth-section { display: flex; justify-content: center; padding: 60px 18px; }
.auth-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 40px; width: 100%; max-width: 420px; }
.auth-card-wide { max-width: 520px; }
.auth-card h1 { font-size: 26px; font-weight: 900; color: var(--navy); text-align: center; margin-bottom: 8px; }
.auth-sub { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.auth-label { display: block; font-size: 14px; font-weight: 500; color: var(--text); margin-bottom: 16px; }
.auth-label input { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 15px; font-family: inherit; background: #fbfcfe; }
.auth-label input:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(47,109,246,.12); }
.auth-check { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text); margin-bottom: 20px; }
.auth-links { text-align: center; margin-top: 18px; font-size: 14px; color: var(--muted); }
.auth-links a { color: var(--blue); font-weight: 500; }
.auth-links .divider { margin: 0 10px; opacity: .4; }
.auth-sns { margin-top: 26px; border-top: 1px solid var(--line); padding-top: 20px; text-align: center; }
.auth-sns p { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.sns-buttons { display: flex; gap: 10px; }
.sns-btn { flex: 1; padding: 12px 0; border: none; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; }
.sns-kakao { background: #fee500; color: #3c1e1e; }
.sns-naver { background: #03c75a; color: #fff; }
.sns-google { background: #fff; color: #444; border: 1px solid var(--line); }

/* ===== STEP 진행 바 ===== */
.step-bar-section { background: #fff; border-bottom: 1px solid var(--line); }
.step-bar { display: flex; list-style: none; max-width: 720px; margin: 0 auto; padding: 22px 0; counter-reset: step; }
.step-bar-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--muted); position: relative; }
.step-bar-item span { width: 34px; height: 34px; border-radius: 50%; background: #e8edf5; color: var(--muted); display: flex; align-items: center; justify-content: center; font-weight: 900; transition: .2s; }
.step-bar-item::after { content: ""; position: absolute; top: 17px; left: 50%; width: 100%; height: 3px; background: #e8edf5; z-index: 0; }
.step-bar-item:last-child::after { display: none; }
.step-bar-item.active span { background: var(--blue); color: #fff; }
.step-bar-item.active { color: var(--navy); }
.step-bar-item.done span { background: var(--yellow); color: var(--navy); }
.step-bar-item span, .step-bar-item { position: relative; z-index: 1; }

/* ===== 약관 박스 ===== */
.terms-box { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 30px; max-height: 360px; overflow-y: auto; box-shadow: var(--shadow); margin-bottom: 18px; }
.terms-box h3 { font-size: 20px; color: var(--navy); margin-bottom: 12px; }
.terms-lead { color: var(--muted); font-size: 14px; margin-bottom: 20px; line-height: 1.7; }
.terms-box h4 { font-size: 15px; color: var(--navy); margin: 18px 0 8px; padding-left: 10px; border-left: 3px solid var(--yellow); }
.terms-box ul { padding-left: 20px; }
.terms-box li { font-size: 14px; color: var(--text); margin-bottom: 6px; line-height: 1.6; }
.agree-line { display: flex; align-items: center; gap: 10px; justify-content: flex-end; font-size: 15px; font-weight: 500; color: var(--navy); margin-bottom: 36px; }
.agree-line input { width: 18px; height: 18px; }

/* ===== 배송센터 선택 ===== */
.center-select { margin-bottom: 30px; }
.center-select h3 { font-size: 18px; color: var(--navy); margin-bottom: 8px; }
.center-desc { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.center-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 620px; }
.center-card { cursor: pointer; }
.center-card input { position: absolute; opacity: 0; }
.center-card-inner { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 24px; border: 2px solid var(--line); border-radius: 14px; background: #fff; transition: .2s; text-align: center; }
.center-card-inner b { font-size: 17px; color: var(--navy); }
.center-card-inner small { font-size: 13px; color: var(--muted); }
.center-flag { font-size: 32px; }
.center-card input:checked + .center-card-inner { border-color: var(--blue); background: #f3f7ff; box-shadow: 0 0 0 3px rgba(47,109,246,.12); }
.center-card:hover .center-card-inner { border-color: var(--blue); }

/* ===== STEP 액션 버튼 ===== */
.step-actions { max-width: 620px; margin: 30px auto 0; }
.step-actions-row { display: flex; gap: 14px; max-width: none; justify-content: space-between; }
.step-actions-row .btn-primary { flex: 1; }

/* ===== 상품 입력 (상세) ===== */
.product-item { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; padding: 20px; margin-bottom: 16px; position: relative; }
.product-item-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.product-item-no { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 900; font-size: 14px; }
.form-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; margin-bottom: 14px; }
.input-suffix { position: relative; display: block; }
.input-suffix input { padding-right: 46px; }
.input-suffix .suffix { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); margin-top: 4px; font-size: 13px; font-weight: 700; color: var(--muted); }
.remove-product { background: #fff0f1; color: var(--red); border: 1px solid #f6c2c8; }
.remove-product:hover { background: #ffe3e6; }
.product-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 4px; }

/* ===== 합계 / 금액 입력 줄 ===== */
.subtotal-line { text-align: right; font-size: 18px; font-weight: 900; color: var(--navy); padding: 16px 4px; }
.subtotal-line b { color: var(--blue); font-size: 22px; }
.amount-grid { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 14px; align-items: end; background: var(--bg); border-radius: 12px; padding: 18px; margin-bottom: 8px; }
.amount-grid .btn { white-space: nowrap; }

/* ===== 부가서비스 ===== */
.addon-group { display: flex; flex-direction: column; gap: 14px; }
.addon-radios { display: flex; gap: 12px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px dashed var(--line); }
.addon-radios label { flex: 0 0 auto; }
.addon-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.addon-radios label, .addon-checks label { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text); cursor: pointer; white-space: nowrap; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfe; transition: .12s; }
.addon-radios label:hover, .addon-checks label:hover { border-color: var(--blue); background: #f3f7ff; }
/* 체크박스/라디오가 폼 입력칸 전역 스타일(width:100%)에 먹지 않도록 초기화 */
.addon-radios input, .addon-checks input { width: 16px; height: 16px; margin: 0; flex-shrink: 0; accent-color: var(--blue); }
.addon-price { color: var(--red); font-size: 12px; font-weight: 700; }

/* ===== 마이페이지 ===== */
.mypage-layout { display: grid; grid-template-columns: 232px 1fr; gap: 30px; align-items: start; }
.mypage-side { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.mypage-profile { background: var(--navy); color: #fff; padding: 24px; text-align: center; }
.mypage-avatar { font-size: 40px; }
.mypage-name { font-size: 17px; font-weight: 700; margin-top: 8px; }
.mypage-email { font-size: 13px; opacity: .8; margin-top: 4px; }
.mypage-menu { list-style: none; padding: 10px; }
.mypage-menu a { display: block; padding: 12px 14px; border-radius: 10px; font-size: 15px; font-weight: 600; color: var(--text); }
.mypage-menu a:hover, .mypage-menu a.active { background: #fff3ec; color: var(--orange); }
.mypage-content { display: flex; flex-direction: column; gap: 18px; }
.mypage-block { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 26px; }
.mypage-title { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--yellow); }
.address-card { background: var(--bg-soft); border-radius: 12px; padding: 20px; line-height: 1.9; font-size: 15px; }
/* 마이페이지: 회원등급 · 나의 통장 · 신청현황 대시보드 (사토리식) */
.mypage-grade { font-size: 12px; margin-top: 7px; opacity: .92; }
.mp-wallet { padding: 12px 14px; border-top: 1px solid rgba(255,255,255,.25); margin-top: -2px; }
.mp-wallet-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 14px; padding: 6px 4px; }
.mp-wallet-row .lab { color: var(--muted); }
.mp-wallet-row .val { font-weight: 600; color: var(--navy); }
.mp-wallet-row .val em { font-size: 11px; font-weight: 600; color: var(--muted); font-style: normal; margin-left: 3px; }
.mp-charge { display: block; width: 100%; margin-top: 8px; padding: 10px; text-align: center; border: 1px solid var(--line); border-radius: 10px; background: #faf7f4; color: var(--muted); font-size: 13px; font-weight: 600; cursor: not-allowed; font-family: inherit; }
.mp-dash-group { margin-bottom: 24px; }
.mp-dash-group h4 { font-size: 15px; font-weight: 700; color: var(--navy); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.mp-dash-group h4 .cnt { font-size: 12px; font-weight: 700; color: var(--orange); background: #fff3ec; padding: 2px 10px; border-radius: 999px; }
.mp-stats { display: grid; grid-template-columns: repeat(auto-fill, minmax(106px, 1fr)); gap: 10px; }
.mp-summary { width: 100%; border-collapse: collapse; margin-bottom: 22px; font-size: 14px; }
.mp-summary th, .mp-summary td { border: 1px solid var(--line); padding: 11px 14px; text-align: left; }
.mp-summary th { background: #f7f3f0; color: var(--muted); font-weight: 500; width: 22%; white-space: nowrap; }
.mp-summary td { color: var(--navy); font-weight: 600; }
@media (max-width: 560px) { .mp-summary th, .mp-summary td { padding: 9px 8px; font-size: 13px; } }
.order-form input[readonly] { background: #f4f0ec; color: #8a7f76; cursor: default; }
.ro-note { font-weight: 400; color: #999; font-size: .85em; }
.mp-subtit { font-size: 15px; font-weight: 700; color: var(--navy); margin: 22px 0 10px; }
.mp-amt-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-bottom: 14px; }
.mp-amt { padding: 12px 4px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; font-weight: 600; font-size: 14px; cursor: pointer; color: var(--text); transition: border-color .12s, background .12s, color .12s; }
.mp-amt:hover, .mp-amt.on { border-color: var(--orange); background: #fff3ec; color: var(--orange); }
.mp-amt-other { padding: 12px 4px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; font-weight: 600; font-size: 13px; color: var(--text); text-align: center; font-family: inherit; min-width: 0; }
.mp-amt-other:focus { outline: none; border-color: var(--orange); background: #fff3ec; }
.mp-amt-other::placeholder { color: #b3a89f; font-weight: 500; }
@media (max-width: 560px) { .mp-amt-grid { grid-template-columns: repeat(3, 1fr); } }
.mp-stat { border: 1.5px solid #ece2d9; border-radius: 12px; padding: 15px 8px; text-align: center; background: #faf8f6; cursor: pointer; transition: transform .1s, border-color .1s, box-shadow .1s; }
.mp-stat:hover { transform: translateY(-2px); border-color: var(--orange); box-shadow: var(--shadow); }
.mp-stat .n { font-size: 20px; font-weight: 700; color: var(--orange); line-height: 1.1; }
.mp-stat .n.zero { color: #d3ccc5; }
.mp-stat .t { font-size: 12.5px; color: var(--muted); margin-top: 5px; word-break: keep-all; }
.mp-stat.exc .n { color: var(--red); }
.mp-stat.exc .n.zero { color: #e7d6d6; }
@media (max-width: 560px) { .mp-stats { grid-template-columns: repeat(3, 1fr); } }
.mp-stat.on { border-color: var(--orange); background: #fff3ec; box-shadow: var(--shadow); }
.mp-dash-result { margin-top: 6px; }
.mp-dash-hint { color: var(--muted); font-size: 13px; padding: 10px 2px; }
.mp-dash-result-head { font-size: 14px; font-weight: 800; color: var(--navy); margin: 4px 0 12px; padding-bottom: 8px; border-bottom: 2px solid var(--orange); }
.mp-dash-result-head span { color: var(--orange); margin-left: 6px; }

/* ===== 데이터 테이블 (마이페이지/관리자 공용) ===== */
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.data-table th { background: var(--bg); color: var(--navy); font-weight: 700; padding: 12px 14px; text-align: left; border-bottom: 2px solid var(--line); white-space: nowrap; }
.data-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); }
.data-table td.empty { text-align: center; color: var(--muted); padding: 36px 0; }
.data-table tr:hover td { background: #fafbfe; }
.status-badge { display: inline-block; padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.status-new { background: #fff4d6; color: #9a7400; }
.status-progress { background: #dbeafe; color: #1c4fd0; }
.status-done { background: #d7f5e3; color: #16a34a; }
.status-hold { background: #ffe1e6; color: #c01933; }

/* ===== SNS 팔로우 배너 ===== */
.social-banner { background: var(--bg-soft); }
.social-links { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.social-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 30px; border-radius: 14px; font-size: 16px; font-weight: 700; color: #fff; transition: .18s; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.social-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(0,0,0,.16); }
.social-btn [data-lucide] { width: 22px; height: 22px; }
.sns-insta { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.sns-kakao { background: #FEE500; color: #3c1e1e; }
.sns-threads { background: #000000; }

/* ===== 합배송 신청 (주문조회) ===== */
.bundle-req { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.bundle-req h3 { font-size: 16px; color: var(--navy); margin-bottom: 8px; }
.bundle-req-desc { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 12px; }
.bundle-req textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font-family: inherit; font-size: 14px; background: #fbfcfe; margin-bottom: 12px; resize: vertical; }
.bundle-req textarea:focus { outline: none; border-color: var(--blue); background: #fff; }

/* ===== 이용안내 ===== */
.guide-layout { display: grid; grid-template-columns: 232px 1fr; gap: 30px; align-items: start; }
.guide-nav { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 14px; position: sticky; top: 70px; display: flex; flex-direction: column; gap: 4px; }
.guide-nav-btn { text-align: left; background: none; border: none; border-radius: 10px; padding: 12px 14px; font-size: 15px; font-weight: 600; color: var(--text); cursor: pointer; font-family: inherit; }
.guide-nav-btn:hover { background: #fff3ec; color: var(--orange); }
.guide-nav-btn.active { background: var(--orange); color: #fff; }
.guide-content { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 32px; min-height: 300px; min-width: 0; overflow-wrap: anywhere; }
.guide-title { font-size: 22px; font-weight: 900; color: var(--navy); margin-bottom: 18px; padding-bottom: 14px; border-bottom: 2px solid var(--yellow); }
.guide-body { font-size: 15px; color: var(--text); line-height: 1.7; word-break: break-word; overflow-wrap: anywhere; }
.guide-body .gb-h { display: block; color: var(--navy); font-weight: 800; margin: 15px 0 5px; }
.guide-body .gb-h:first-child { margin-top: 0; }
.guide-body strong { color: var(--navy); font-weight: 800; }
.guide-body .gb-check { display: flex; gap: 8px; align-items: flex-start; margin: 4px 0; line-height: 1.6; }
.guide-body .gb-check::before { content: "✓"; color: var(--orange); font-weight: 900; flex: none; }
.guide-warning { background: #fff4f1; border-left: 4px solid #f04452; padding: 10px 13px; margin: 9px 0; border-radius: 8px; font-size: 14px; line-height: 1.6; }
.guide-tip { background: #fff3ec; border-left: 4px solid var(--orange); padding: 10px 13px; margin: 9px 0; border-radius: 8px; font-size: 14px; line-height: 1.6; }
.fee-table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 10px 0 6px; }
.fee-table th, .fee-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.fee-table th { background: var(--hero-bg); color: var(--navy); font-weight: 700; white-space: nowrap; }
.fee-table td.r, .fee-table th.r { text-align: right; white-space: nowrap; }
.fee-big { font-size: 18px; font-weight: 900; color: var(--orange); }
.tariff-tabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.tariff-tab { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--text); font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; }
.tariff-tab.on { background: var(--orange); color: #fff; border-color: var(--orange); }
.tariff-panel[hidden] { display: none; }

/* ===== 공지사항 목록 ===== */
.notice-list { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.notice-item { border-bottom: 1px solid var(--line); }
.notice-item:last-child { border-bottom: none; }
.notice-head { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: none; padding: 18px 24px; cursor: pointer; font-family: inherit; text-align: left; }
.notice-head:hover { background: #f7f9fd; }
.notice-head.open { background: #f3f7ff; }
.notice-title { font-size: 15px; font-weight: 500; color: var(--navy); }
.notice-pin { display: inline-block; background: var(--red); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; margin-right: 6px; }
.notice-date { font-size: 13px; color: var(--muted); flex-shrink: 0; }
.notice-body { padding: 4px 24px 22px; font-size: 14px; color: var(--text); line-height: 1.8; background: #f3f7ff; }

/* ===== 반응형 ===== */
@media (max-width: 980px) {
  .mypage-layout { grid-template-columns: 1fr; }
  .form-row-3 { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: 1fr 1fr; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-nav { position: static; }
  .guide-content { padding: 22px; }
  .header-inner { flex-wrap: wrap; gap: 16px; }
  .search-box { order: 3; max-width: none; flex-basis: 100%; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .qcard-guide { grid-column: 1 / -1; }
  .feature-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .fee-grid { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  .cat-btn { display: none; }
  .main-menu { display: none; position: absolute; top: 56px; left: 0; right: 0; flex-direction: column; background: var(--navy); z-index: 70; }
  .main-menu.open { display: flex; }
  .main-menu a { height: 50px; padding: 0 20px; }
  .quick-menu { display: none; }
  .footer-sitemap-in { gap: 3px 14px; padding: 7px 14px; }
  .footer-sitemap a { font-size: 11.5px; }
  .sitemap-fx { font-size: 11px; margin-left: 6px; }
  .chat-fab { right: 20px; }
  .slide-art { display: none; }
  .slide { padding: 0 30px; }
}
@media (max-width: 560px) {
  .slide-text h1 { font-size: 30px; }
  .slider { height: 300px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .order-form { padding: 22px; }
  .section { padding: 28px 0; }
  /* 모바일 모달: 위에서부터 스크롤(가운데정렬 상단잘림 방지) + 가로 넘침 방지 */
  .modal { align-items: flex-start; padding: 12px; overflow-y: auto; }
  .modal-box { max-height: none; }
  .calc-modal-box { padding: 24px 18px; }
  .logo-name { font-size: 28px; }
  .center-options { grid-template-columns: 1fr; }
  .addon-checks { grid-template-columns: 1fr; }
  .amount-grid { grid-template-columns: 1fr; }
  .step-bar-item { font-size: 12px; }
  /* 모바일: 상단 긴 안내문구 숨기고 메뉴만 우측 정렬 */
  .utility-left { display: none; }
  .utility-inner { justify-content: flex-end; }
  .utility-right { font-size: 12px; }
  .utility-right .divider { margin: 0 6px; }
}

/* ===== 새 공통 헤더 (OSSohayo · 본리식) — script.js renderHeader 주입 ===== */
.osshead { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 80; }
.osshead-in { width: min(1280px, 100% - 48px); margin: 0 auto; display: flex; align-items: center; gap: 30px; padding: 9px 0; }
.osshead-logo { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; color: var(--text); letter-spacing: -.3px; text-decoration: none; flex: none; }
.osshead-nav { display: flex; align-items: center; gap: 24px; flex: 1; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.osshead-nav::-webkit-scrollbar { display: none; }
.osshead-nav a { text-decoration: none; color: var(--text); font-weight: 700; font-size: 15px; white-space: nowrap; }
.osshead-nav a.on, .osshead-nav a:hover { color: var(--orange); }
.osshead-icons { display: flex; align-items: center; gap: 6px; flex: none; }
.osshead-ic { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--text); border: none; background: none; cursor: pointer; padding: 0; }
.osshead-ic:hover { background: var(--hero-bg); color: var(--orange); }
.osshead-admin { font-size: 12.5px; font-weight: 700; color: var(--muted, #8a7f76); text-decoration: none; padding: 7px 12px; border: 1px solid var(--line, #e7ded7); border-radius: 999px; white-space: nowrap; transition: color .15s, border-color .15s; }
.osshead-admin:hover { color: var(--orange); border-color: var(--orange); }
.osshead-acct { position: relative; }
.osshead-menu { position: absolute; right: 0; top: 48px; min-width: 152px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 8px; display: none; z-index: 90; }
.osshead-acct.open .osshead-menu { display: block; }
.osshead-menu a { display: block; padding: 10px 14px; text-decoration: none; color: var(--text); font-size: 14px; font-weight: 600; border-radius: 9px; }
.osshead-menu a:hover { background: var(--hero-bg); color: var(--orange); }
/* 네비 드롭다운 (데스크톱 hover로 하위메뉴 바로가기) */
.osshead-navitem { position: relative; display: inline-flex; align-items: center; }
.osshead-navitem > a::after { content: "▾"; font-size: 10px; margin-left: 3px; opacity: .55; }
.osshead-sub { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); min-width: 172px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 8px; display: none; z-index: 95; }
.osshead-navitem:hover .osshead-sub { display: block; }
.osshead-sub a { display: block; padding: 10px 14px; border-radius: 9px; color: var(--text); font-weight: 600; font-size: 14px; white-space: nowrap; }
.osshead-sub a:hover { background: var(--hero-bg); color: var(--orange); }
@media (min-width: 901px) { .osshead-nav { overflow: visible; } }
@media (max-width: 900px) { .osshead-sub { display: none !important; } .osshead-navitem > a::after { display: none; } }
.top-noti { background: #F79AC1; color: #412233; border: none; }
.top-noti-msg, .top-noti a { color: inherit; }
@media (max-width: 860px) {
  .osshead-in { gap: 12px; width: min(1280px, 100% - 28px); padding: 5px 0; }
  .top-noti-in { padding: 7px 14px; }
  .top-noti-msg { font-size: 13px; }
  .osshead-logo { font-size: 20px; }
  .osshead-nav { gap: 16px; -webkit-mask-image: linear-gradient(90deg, #000 86%, transparent); mask-image: linear-gradient(90deg, #000 86%, transparent); }
  .osshead-nav a { font-size: 13.5px; }
  .osshead-ic { width: 34px; height: 34px; }
}

/* ===== 모바일 햄버거 메뉴 (bonri식) ===== */
.osshead-burger { display: none; background: none; border: none; cursor: pointer; padding: 4px; color: var(--text); flex: none; }
.osshead-drawer, .osshead-drawer-back { display: none; }
@media (max-width: 860px) {
  .osshead-in { position: relative; }
  .osshead-burger { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; }
  .osshead-nav { display: none !important; }
  .osshead-logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .osshead-icons { margin-left: auto; }
  .osshead-drawer-back { position: fixed; inset: 0; background: rgba(20,14,10,.42); z-index: 190; }
  .osshead-drawer-back.open { display: block; }
  .osshead-drawer { display: block; position: fixed; top: 0; left: 0; bottom: 0; width: 80%; max-width: 300px; background: #fff; z-index: 200; transform: translateX(-100%); transition: transform .25s ease; box-shadow: 4px 0 24px rgba(0,0,0,.18); overflow-y: auto; padding: 12px 0 24px; }
  .osshead-drawer.open { transform: translateX(0); }
  .osshead-drawer .dr-sec { font-size: 12px; font-weight: 700; color: var(--muted); padding: 16px 22px 6px; }
  .osshead-drawer a { display: block; padding: 13px 22px; font-size: 15.5px; font-weight: 700; color: var(--text); border-bottom: 1px solid var(--line); }
  .osshead-drawer a.on { color: var(--orange); }
  .osshead-drawer a:active { background: var(--hero-bg); }
}

/* ===== 본문 테마 정리 (새 헤더와 통일 · 웹디자이너 페이스리프트) ===== */
/* 버튼: 알약형 + 따뜻한 그림자 통일 */
.btn { border-radius: 999px; }
.btn-primary { background: var(--orange); box-shadow: 0 8px 20px rgba(255,107,44,.25); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-dark { border-radius: 999px; }
.btn-small { background: var(--hero-bg); color: var(--blue-dark); border: 1px solid #f6d8c6; border-radius: 999px; }
.btn-small:hover { background: #ffe9dd; }
/* 입력 포커스: 파랑 잔재 → 주황, 라운드 통일 */
.order-form input, .order-form select, .order-form textarea { border-radius: 12px; background: #fff; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus,
.search-box:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,44,.14); }
.form-block legend { border-bottom-color: var(--orange); }
/* 서브페이지 상단 배너: 진한 주황 그라데이션 → 깔끔한 라이트 */
.page-hero { background: var(--hero-bg); color: var(--text); padding: 26px 0; }
.page-hero h1 { color: var(--text); }
.page-hero p { color: var(--muted); opacity: 1; }
/* 섹션 여백 정리 + 제목 크기 */
.section { padding: 42px 0; }
.section-title { font-size: 30px; }
/* 히어로 제목 크기 정리 */
.slide-text h1 { font-size: 42px; }
/* 마이페이지: 네이비 프로필 → 따뜻한 톤, 포커스색 주황 */
.mypage-profile { background: linear-gradient(135deg, #FF8E76, #FF6F8B); }
.mypage-menu a:hover { background: var(--hero-bg); color: var(--orange); }
.mypage-menu a.active { background: var(--blue); color: #fff; }
/* 카드 hover 살짝 들어올림 */
.fee-card, .review-card { transition: transform .12s; }
.fee-card:hover, .review-card:hover { transform: translateY(-3px); }

/* ===== 비밀번호 표시/숨김 토글 ===== */
.pw-wrap { position: relative; display: block; }
.pw-wrap input { padding-right: 64px; }
.pw-toggle { position: absolute; right: 8px; top: calc(50% + 4px); transform: translateY(-50%); background: #f1ece8; border: 1px solid var(--line); border-radius: 8px; padding: 7px 12px; font-size: 13px; font-weight: 700; color: #5C5048; cursor: pointer; font-family: inherit; }
.pw-toggle:hover { background: #e7ded7; }
/* 라벨 보조 표기(선택) + 도움말 */
.auth-label .opt { color: #999; font-weight: 400; font-size: .85em; }
.auth-help { display: block; margin-top: 5px; color: #999; font-size: 12px; }
/* 상단바 로그인 인사 */
.osshead-menu .oss-greet { font-weight: 800; color: var(--orange); }
/* 모바일 표 가로스크롤 안내 */
.table-hint { display: none; font-size: 12px; color: var(--muted); margin: 0 0 7px; }
@media (max-width: 600px) { .table-hint { display: block; } }
/* 버튼 로딩 스피너 */
@keyframes oss-spin { to { transform: rotate(360deg); } }
.btn-spin { display: inline-block; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.55); border-top-color: #fff; border-radius: 50%; animation: oss-spin .7s linear infinite; vertical-align: -2px; margin-right: 7px; }
/* 비활성 SNS 버튼 */
.sns-btn:disabled, .sns-btn[disabled] { cursor: not-allowed; opacity: .5; }
/* 앵커 이동 부드럽게 + 상단 가림 보정 */
html { scroll-behavior: smooth; }
.mypage-block { scroll-margin-top: 84px; }

/* 텍스트·이미지 드래그(선택) 방지 — 글 적는 입력칸은 예외 */
body { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
input, textarea, [contenteditable] { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; }
img { -webkit-user-drag: none; user-drag: none; }

/* ===== 기능 잠금: 배송대행 (script.js 의 OSS_FEATURES.delivery 로 제어) =====
   기본 = 잠김. script.js 에서 delivery:true 로 바꾸면 <html>에 oss-f-delivery 가 붙어
   아래 규칙이 전부 무효화되고 예전 화면 그대로 복구됩니다. 코드는 삭제하지 않습니다. */
html:not(.oss-f-delivery) a[href^="delivery"],
html:not(.oss-f-delivery) a[href^="/delivery"],
html:not(.oss-f-delivery) a[href*="/delivery.html"],
html:not(.oss-f-delivery) a[href*="/delivery-quick"] { display: none !important; }
html:not(.oss-f-delivery) a[href*="guide-delivery"],
html:not(.oss-f-delivery) a[href*="guide-center"] { display: none !important; }
html:not(.oss-f-delivery) body.oss-locked-page { visibility: hidden; }
