@charset "UTF-8";

/* Customer-facing visual system — intentionally loaded last to unify legacy modules. */
:root {
  --ink: #10233f;
  --navy: #0b1f3a;
  --blue: #1554d1;
  --sky: #eaf2ff;
  --line: #d9e3ef;
  --paper: #ffffff;
  --mist: #f5f8fc;
  --muted: #5c6d82;
  --accent: #f8b400;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(14, 38, 72, .10);
}

html { scroll-behavior: smooth; }
body { background: var(--mist); color: var(--ink); font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif; letter-spacing: -.02em; }
button, input, select, textarea { font-family: inherit; }
a { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }

.site-header { padding: 0; border: 0; background: var(--navy); text-align: left; }
.header-inner { width: min(1180px, calc(100% - 48px)); min-height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; min-width: 0; }
.brand:hover { color: #fff; }
.logo-svg { width: 42px; height: 42px; margin: 0; padding: 0; border-radius: 0; background: transparent; box-shadow: none; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 1px; line-height: 1.2; }
.brand-copy strong { font-size: 17px; letter-spacing: .02em; }
.brand-copy small { color: #b9cae4; font-size: 11px; letter-spacing: .01em; }
.header-call { color: #fff; display: inline-flex; align-items: center; justify-content: center; min-width: 164px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-size: 14px; background: rgba(255,255,255,.04); }
.header-call span { display: none; }
.header-call strong { font-size: 16px; letter-spacing: .02em; }
.header-call:hover { color: #fff; background: rgba(255,255,255,.10); }

.theone-nav { position: sticky; top: 0; z-index: 100; background: rgba(246,249,252,.97); border-bottom: 1px solid var(--line); box-shadow: 0 5px 16px rgba(15, 35, 67, .04); }
.nav-inner { width: min(1180px, calc(100% - 48px)); min-height: 58px; margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.nav-group { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav-group.admin-user-group { margin-left: auto; }
.theone-nav a { color: #42546c; padding: 10px 12px; font-size: 14px; font-weight: 700; border-radius: 10px; white-space: nowrap; border: 1px solid transparent; }
.theone-nav a:hover, .theone-nav a.active { color: #1d3f75; background: #edf2fb; border-color: #d3e0f4; }
.theone-nav .admin-menu-badge { color: #64748b; font-size: 12px; border-color: var(--line); padding: 8px 11px; background: rgba(255,255,255,.4); }
.theone-nav .admin-menu-badge:hover { color: var(--blue); border-color: #b9ceef; }

.content-section { max-width: 1180px; padding: 48px 24px 70px; min-height: 68vh; }
.content-section.active { animation: section-enter .32s ease both; } @keyframes section-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Home */
#sec-common { max-width: none; padding: 0 0 72px; }.hero { width: 100%; max-width: none; margin: 0; padding: 76px max(24px, calc((100% - 1132px) / 2)); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 72px; align-items: center; text-align: left; color: #fff; border: 0; border-radius: 0; box-shadow: none; background: radial-gradient(circle at 83% 27%, rgba(70,126,233,.52), transparent 25%), linear-gradient(120deg, #091a32 0%, #113a78 100%); overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -220px; bottom: -340px; }.hero-copy, .hero-panel { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 15px; color: #8eb8ff; font-size: 12px !important; font-weight: 800; letter-spacing: .13em; }.hero h2 { margin: 0; color: #fff; font-size: clamp(38px, 5vw, 63px); line-height: 1.16; letter-spacing: -.065em; }.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: #d4e2f7; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }.btn-primary, .btn-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border-radius: 9px; font-weight: 800; font-size: 15px; }.btn-primary { background: var(--accent); color: #182336; }.btn-primary:hover { color: #182336; transform: translateY(-1px); filter: brightness(1.04); }.btn-secondary { border: 1px solid rgba(255,255,255,.65); color: #fff; }.btn-secondary:hover { color: #fff; background: rgba(255,255,255,.12); }
.hero-panel { background: #fff; border-radius: var(--radius); color: var(--ink); padding: 27px 30px; box-shadow: 0 18px 50px rgba(2, 12, 30, .25); }.panel-kicker { color: var(--blue); font-weight: 800; font-size: 13px; }.hero-panel strong { display: block; margin-top: 11px; font-size: 24px; line-height: 1.36; }.hero-panel ul { margin: 17px 0 19px; padding: 0; list-style: none; color: var(--muted); font-size: 14px; line-height: 1.9; }.hero-panel li::before { content: "•"; color: var(--blue); margin-right: 8px; }.hero-panel a { color: var(--blue); font-size: 20px; font-weight: 800; letter-spacing: .01em; }
.service-intro, .services-grid, .process-strip { width: min(1132px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }.service-intro { padding: 66px 0 27px; }.service-intro .eyebrow { color: var(--blue); margin-bottom: 8px; }.service-intro h3 { margin: 0; font-size: clamp(28px, 3vw, 38px); letter-spacing: -.06em; }.service-intro > p:last-child { margin: 10px 0 0; color: var(--muted); font-size: 16px; }
.services-grid { margin-top: 0; gap: 16px; grid-template-columns: repeat(3, 1fr); }.service-box { min-height: 270px; padding: 28px; text-align: left; border: 1px solid var(--line); border-top: 1px solid var(--line); border-radius: 14px; box-shadow: none; display: flex; flex-direction: column; background: #fff; }.service-box:hover { border-color: #9dc0f3; box-shadow: var(--shadow); transform: translateY(-3px); }.service-number { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .1em; }.service-box h3 { margin: 30px 0 11px; color: var(--ink); font-size: 21px; }.service-box p { color: var(--muted); line-height: 1.7; font-size: 14px; }.service-box a { margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 14px; font-weight: 800; }.service-box a span { margin-left: 4px; }
.process-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }.process-strip div { padding: 24px 28px; background: #fff; }.process-strip span { color: var(--blue); font-weight: 800; font-size: 12px; }.process-strip strong { display: block; margin: 9px 0 3px; font-size: 17px; }.process-strip p { margin: 0; color: var(--muted); font-size: 13px; }
.driver-status-wrap { width: min(1132px, calc(100% - 48px)); margin: 18px auto 0; }
.driver-status-card { border: 1px solid #cddcf2; border-radius: 14px; padding: 18px 22px; background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%); box-shadow: 0 6px 18px rgba(21, 84, 209, .08); }
.driver-status-title { margin: 0; font-size: 16px; font-weight: 800; color: #10305e; }
.driver-status-count-line { margin: 8px 0 0; color: #334155; font-size: 15px; font-weight: 600; }
.driver-status-count-line strong { display: inline-block; margin-left: 4px; font-size: 24px; line-height: 1.05; color: var(--blue); letter-spacing: -.01em; }
.driver-status-desc { margin: 8px 0 0; color: #5c6d82; font-size: 12px; }

/* Shared service screens */
.form-container { max-width: 640px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }.form-container.large { max-width: 1080px; }.form-container h2 { color: var(--ink); font-size: 27px; border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 25px; }.form-container h2::first-letter { color: var(--blue); }
label { color: #334861; margin-top: 16px; font-size: 13px; } input, select, textarea { padding: 12px 13px; border-color: #cbd8e8; border-radius: 8px; background: #fff; color: var(--ink); } input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(21,84,209,.11); } textarea { min-height: 115px; }.btn-submit { min-height: 51px; border-radius: 9px; background: var(--blue); box-shadow: 0 7px 14px rgba(21,84,209,.18); }.btn-submit:hover { background: #0d43ae; transform: translateY(-1px); }.btn-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.privacy-consent-box { background: #f4f7fb; border-color: #d9e3ee; border-radius: 9px; }.privacy-link { color: var(--blue); }.rental-tab-menu { margin: 0 0 24px; justify-content: center; }.rental-tab-menu .rental-tab-btn, .rental-tab-menu button { border-radius: 999px; border-color: #c6d5ea; color: #38506e; }.rental-tab-menu .rental-tab-btn.active, .rental-tab-menu button.active { background: var(--blue) !important; box-shadow: none; }.rental-tab { margin-top: 0; }

/* Board, shop and administration: visual normalization */
.main-notice-widget, #board, .mypage-container { border: 1px solid var(--line) !important; border-radius: var(--radius) !important; box-shadow: var(--shadow) !important; }
.mypage-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
}
.mypage-container h2 {
  border-bottom: 2px solid #1a2530;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.profile-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.profile-card h3 {
  margin: 0;
  font-size: 1.2rem;
}
.profile-card h3 span {
  font-size: 0.85rem;
  color: #007bff;
  font-weight: normal;
}
.profile-card p {
  margin: 5px 0 0 0;
  color: #666;
  font-size: 0.95rem;
}
.profile-edit-btn {
  padding: 8px 14px;
  background-color: beige;
  color: #333;
  border-color: #d4bea3;
}
.profile-edit-btn:hover {
  background-color: #f5f0e6;
}
.mypage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}
.mypage-panel {
  background: #fff;
  border: 1px solid #e9ecef;
  padding: 15px;
  border-radius: 8px;
}
.mypage-panel h4 {
  margin-top: 0;
  color: #333;
}
.mypage-activity-title {
  margin-bottom: 10px;
}
.mypage-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.mypage-table th,
.mypage-table td {
  padding: 8px;
  border: 1px solid #dee2e6;
}
.mypage-table thead tr {
  background: #f1f3f5;
}
.mypage-status-complete {
  color: green;
  font-weight: bold;
}
.main-notice-widget { margin-top: 0 !important; }.product-grid { gap: 18px; }.product-card { border-color: var(--line); border-radius: 14px; box-shadow: 0 8px 22px rgba(23,48,83,.07); }.product-card:hover { box-shadow: var(--shadow); }.filter-buttons { text-align: left; }.filter-btn { border-radius: 999px; }.buy-btn { background: var(--blue); border-radius: 8px; }.table-wrap { border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 5px 15px rgba(20,43,78,.04); }.min-table th { background: #eef4fc !important; color: #28435e !important; }.sub-title { color: var(--ink) !important; border-left-color: var(--blue) !important; }.lock-container, .admin-sub-header { border-radius: var(--radius) !important; box-shadow: var(--shadow); }.admin-sub-header { background: var(--navy) !important; }.dashboard-cards .card { border-radius: 12px; box-shadow: none; }

footer { background: var(--navy); border-top: 3px solid var(--accent); margin-top: 0; padding: 45px 24px; }.footer-info-grid { max-width: 1132px; }.footer-link-bar span { text-underline-offset: 3px; }
.inbox-action, .rental-delete { border: 0; border-radius: 7px; padding: 7px 10px; background: #eaf2ff; color: #1450c5; font-weight: 800; cursor: pointer; }.inbox-action:hover, .rental-delete:hover { background: #d9e8ff; }.inbox-action.approve { background: #e8f7ee; color: #087443; margin-right: 5px; }.inbox-action.approve:hover { background: #d4f0df; }.inbox-action.reject, .rental-delete { background: #fff0f0; color: #c53030; }.inbox-action.reject:hover, .rental-delete:hover { background: #ffe1e1; }
#theone-toast { border-radius: 10px; box-shadow: var(--shadow); }

@media (max-width: 860px) {
  .header-inner, .nav-inner { width: min(100% - 32px, 1180px); }
  .header-inner { min-height: 70px; }
  .header-call span { display: none; }
  .header-call { padding: 8px 11px; font-size: 13px; }
  .nav-inner { display: block; padding: 8px 0; overflow-x: auto; }
  .nav-group { width: 100%; min-width: 0; flex-wrap: wrap; gap: 6px; }
  .nav-group.admin-user-group { display: flex; margin-left: 0; }
  .theone-nav a { font-size: 13px; padding: 7px 8px; white-space: normal; line-height: 1.25; overflow: visible; text-overflow: initial; }
  #sec-parts .filter-buttons { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 8px; padding-bottom: 4px; }
  #sec-parts .filter-btn { white-space: nowrap; flex-shrink: 0; max-width: none; line-height: 1.2; }
  .content-section { padding: 32px 16px 50px; }
  .hero { padding: 56px 24px; grid-template-columns: 1fr; gap: 32px; }
  .hero-panel { max-width: 520px; }
  .service-intro, .services-grid, .process-strip { width: min(100% - 32px, 1132px); }
  .service-intro { padding-top: 48px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-box { min-height: 224px; }
  .process-strip { grid-template-columns: 1fr; }
  .driver-status-wrap { width: min(100% - 32px, 1132px); margin-top: 14px; }
  .driver-status-card { padding: 16px 18px; }
  .driver-status-count-line strong { font-size: 22px; }
  .form-container { padding: 25px 20px; }
  .form-container h2 { font-size: 23px; }
}
@media (max-width: 480px) { .brand-copy strong { font-size: 14px; }.brand-copy small { font-size: 9px; }.header-call { font-size: 11px; }.hero h2 { font-size: 38px; }.hero-copy > p:not(.eyebrow) { font-size: 15px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.btn-primary, .btn-secondary { width: 100%; }.hero-panel { padding: 22px; }.hero-panel strong { font-size: 21px; }.service-intro h3 { font-size: 29px; }.rental-tab-menu { flex-direction: column; }.rental-tab-menu .rental-tab-btn, .rental-tab-menu button { width: 100%; }.footer-info-grid { text-align: left; }.filter-buttons { gap: 6px; padding-bottom: 6px; }.filter-btn { font-size: 13px; padding: 7px 11px; line-height: 1.2; } }
