
/* ===== OfficeWorknet Theme Common Header/Footer ===== */
:root { --ow-header-height: 64px; }
.ow-site-header nav,
body > nav {
  position: sticky; top: 0; z-index: 1000;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 40px; height: var(--ow-header-height);
  background: rgba(255,255,255,0.96); backdrop-filter: blur(8px);
  border-bottom: 0.5px solid var(--border);
  font-family: 'Noto Sans KR', sans-serif;
}
.ow-site-header .nav-logo,
body > nav .nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.ow-site-header .nav-logo img { max-height: 40px; width: auto; display: block; }
.ow-site-header .nav-logo-text,
body > nav .nav-logo-text { font-size: 17px; font-weight: 700; color: var(--orange); letter-spacing: -0.3px; line-height: 1.1; }
.ow-site-header .nav-links,
body > nav .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--text-sub); align-items: center; }
.ow-site-header .nav-links a,
body > nav .nav-links a { color: inherit; text-decoration: none; transition: color .15s; }
.ow-site-header .nav-links a:hover,
.ow-site-header .nav-links a.active,
body > nav .nav-links a:hover,
body > nav .nav-links a.active { color: var(--orange); font-weight: 500; }
.ow-site-header .nav-cta,
body > nav .nav-cta { background: var(--orange); color:#fff; border:none; border-radius:8px; padding:9px 20px; font-size:14px; font-weight:500; cursor:pointer; font-family:inherit; }
.ow-site-footer { background:#1a1a1a; color:rgba(255,255,255,.5); padding:36px 40px; text-align:center; font-size:13px; line-height:1.8; font-family:'Noto Sans KR',sans-serif; }
.ow-site-footer b { color:rgba(255,255,255,.8); font-weight:500; }
.ow-footer-brand { margin-bottom:12px; display:flex; justify-content:center; align-items:center; gap:8px; }
.ow-footer-logo-img { max-height:36px; width:auto; display:block; }
.ow-footer-logo-text { font-size:15px; color:rgba(255,255,255,.8); font-weight:700; }
.ow-footer-legal { display:flex; justify-content:center; gap:10px 18px; flex-wrap:wrap; margin-top:18px; }
.ow-footer-legal a { color:rgba(255,255,255,.76); font-size:12px; font-weight:500; text-decoration:none; }
.ow-footer-legal a:hover { color:#fff; text-decoration:underline; text-underline-offset:3px; }
.ow-footer-sns { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-top:14px; }
.ow-footer-sns a { color:rgba(255,255,255,.72); border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:5px 12px; font-size:12px; text-decoration:none; }
.ow-footer-sns a:hover { color:#fff; border-color:rgba(255,107,0,.8); }
@media (max-width:680px){
  .ow-site-header nav, body > nav { padding:0 20px; }
  .ow-site-header .nav-links, body > nav .nav-links { display:none; }
  .ow-site-header .nav-logo-text { font-size:15px; }
}

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

:root {
  --orange: #FF6B00;
  --orange-light: #FFF0E6;
  --orange-mid: #FFCCA0;
  --orange-dark: #CC5500;
  --orange-bg: #FFF8F4;
  --red-em: #CC0000;
  --text: #1a1a1a;
  --text-sub: #666;
  --text-hint: #999;
  --border: rgba(0,0,0,0.1);
  --bg: #fff;
  --bg2: #f7f7f5;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans KR', sans-serif; color: var(--text); background: var(--bg); }
a { text-decoration: none; color: inherit; }

.ow-page {
  font-family: 'Noto Sans KR', sans-serif;
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.7;
}



/* ===== 파트너 모집 — 오피스워크넷 (파트너모집.html) ===== */
.ow-partner nav {
    position: sticky; top: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 40px; height: 64px;
    background: rgba(255,255,255,0.96); backdrop-filter: blur(8px);
    border-bottom: 0.5px solid var(--border);
  }

.ow-partner .nav-logo { display: flex; align-items: center; gap: 10px; }

.ow-partner .nav-logo-text { font-size: 17px; font-weight: 700; color: var(--orange); }

.ow-partner .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--text-sub); }

.ow-partner .nav-links a:hover { color: var(--orange); }

.ow-partner .nav-links a.active { color: var(--orange); font-weight: 500; }

.ow-partner .nav-cta { background: var(--orange); color: #fff; border: none; border-radius: 8px; padding: 9px 20px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }


.ow-site-header nav {
  gap: 24px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* Header right-side guide/blog links */
.nav-side-links {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding-right: 4px;
}

.nav-side-links a {
  align-items: center;
  border-radius: 999px;
  color: var(--text-sub, #666);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 34px;
  justify-content: center;
  padding: 0 12px;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.nav-side-links a:hover,
.nav-side-links a.active {
  background: var(--orange-light, #FFF0E6);
  color: var(--orange, #FF6B00);
  transform: translateY(-1px);
}

.nav-side-links a.active {
  font-weight: 800;
}

@media (max-width: 860px) {
  .nav-side-links {
    display: none;
  }
}

.nav-login {
  align-items: center;
  background: #fff;
  border: 1px solid var(--ow-orange-mid, #FFCCA0);
  border-radius: 8px;
  color: var(--ow-orange-dark, #CC5500);
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  padding: 0 16px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.nav-login:hover {
  background: var(--ow-orange-light, #FFF0E6);
  border-color: var(--ow-orange, #FF6B00);
  color: var(--ow-orange, #FF6B00);
  transform: translateY(-1px);
}

.nav-logout {
  color: var(--ow-text-sub, #666);
  border-color: var(--ow-border, rgba(0,0,0,0.1));
}

.nav-logout:hover {
  color: var(--ow-orange, #FF6B00);
  border-color: var(--ow-orange-mid, #FFCCA0);
}

@media (max-width: 680px) {
  .nav-actions {
    gap: 8px;
  }

  .nav-login {
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .nav-actions .nav-logout {
    display: none;
  }
}

.ow-partner .hero {
    background: #1a1a1a; padding: 88px 40px 80px;
    text-align: center; position: relative; overflow: hidden;
  }

.ow-partner .hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255,107,0,0.18) 0%, transparent 65%);
    pointer-events: none;
  }

.ow-partner .hero-eyebrow {
    display: inline-block; background: rgba(255,107,0,0.15); color: var(--orange);
    font-size: 13px; font-weight: 500; padding: 5px 16px; border-radius: 20px;
    border: 0.5px solid rgba(255,107,0,0.3); margin-bottom: 24px; position: relative;
  }

.ow-partner .hero-title { font-size: 46px; font-weight: 700; color: #fff; line-height: 1.25; letter-spacing: -1.5px; margin-bottom: 14px; position: relative; }

.ow-partner .hero-title span { color: var(--orange); }

.ow-partner .hero-sub { font-size: 17px; color: rgba(255,255,255,0.65); line-height: 1.9; margin-bottom: 16px; position: relative; }

.ow-partner .hero-sub strong { color: rgba(255,255,255,0.9); font-weight: 500; }

.ow-partner .hero-badge { display: inline-block; background: rgba(255,107,0,0.2); color: var(--orange); font-size: 13px; font-weight: 700; padding: 6px 18px; border-radius: 20px; border: 1px solid rgba(255,107,0,0.4); margin-bottom: 36px; position: relative; }

.ow-partner .btn-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

.ow-partner .btn-main { background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 16px 36px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 20px rgba(255,107,0,0.4); transition: transform 0.15s; }

.ow-partner .btn-main:hover { transform: translateY(-1px); }

.ow-partner .btn-ghost { background: transparent; color: rgba(255,255,255,0.75); border: 1.5px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 15px 32px; font-size: 16px; font-weight: 500; cursor: pointer; font-family: inherit; transition: all 0.15s; }

.ow-partner .btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

.ow-partner section { padding: 72px 40px; border-top: 0.5px solid var(--border); }

.ow-partner .sec-eyebrow { text-align: center; font-size: 13px; color: var(--text-hint); font-weight: 500; margin-bottom: 12px; }

.ow-partner .sec-title { font-size: 26px; font-weight: 700; color: var(--text); text-align: center; line-height: 1.45; margin-bottom: 10px; letter-spacing: -0.5px; }

.ow-partner .sec-title span { color: var(--orange); }

.ow-partner .sec-sub { font-size: 15px; color: var(--text-sub); text-align: center; margin-bottom: 44px; line-height: 1.8; }

.ow-partner .inner { max-width: 720px; margin: 0 auto; }

.ow-partner .income-section { background: var(--orange-bg); border-top: 0.5px solid var(--orange-mid); }

.ow-partner .income-box { max-width: 720px; margin: 0 auto; }

.ow-partner .income-top { background: var(--orange); border-radius: 20px; padding: 40px; text-align: center; margin-bottom: 20px; }

.ow-partner .income-top h2 { font-size: 32px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 10px; }

.ow-partner .income-top p { font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.8; }

.ow-partner .income-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.ow-partner .income-card { background: #fff; border-radius: 16px; padding: 28px; text-align: center; border: 0.5px solid var(--border); }

.ow-partner .income-card.highlight { border: 2px solid var(--orange); }

.ow-partner .income-pct { font-size: 52px; font-weight: 700; line-height: 1; margin-bottom: 8px; }

.ow-partner .income-pct.orange { color: var(--orange); }

.ow-partner .income-pct.gray { color: #ccc; }

.ow-partner .income-who { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }

.ow-partner .income-desc { font-size: 13px; color: var(--text-sub); line-height: 1.6; }

.ow-partner .do-section { background: var(--bg2); }

.ow-partner .do-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 720px; margin: 0 auto; }

.ow-partner .do-card { background: #fff; border-radius: 14px; padding: 24px 18px; text-align: center; border: 0.5px solid var(--border); }

.ow-partner .do-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }

.ow-partner .do-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }

.ow-partner .do-desc { font-size: 12px; color: var(--text-sub); line-height: 1.65; }

.ow-partner .qualify-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 720px; margin: 0 auto; }

.ow-partner .qualify-item { display: flex; align-items: flex-start; gap: 12px; background: var(--bg2); border-radius: 12px; padding: 18px; }

.ow-partner .qualify-check { width: 24px; height: 24px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }

.ow-partner .qualify-text { font-size: 14px; color: var(--text); line-height: 1.6; font-weight: 500; }

.ow-partner .qualify-text span { font-size: 12px; color: var(--text-sub); font-weight: 400; display: block; margin-top: 3px; }

.ow-partner .bonus-section { background: #1a1a1a; border-top: none; }

.ow-partner .bonus-inner { max-width: 720px; margin: 0 auto; }

.ow-partner .bonus-title { font-size: 26px; font-weight: 700; color: #fff; text-align: center; line-height: 1.5; margin-bottom: 10px; }

.ow-partner .bonus-title span { color: var(--orange); }

.ow-partner .bonus-sub { font-size: 15px; color: rgba(255,255,255,0.6); text-align: center; margin-bottom: 36px; line-height: 1.8; }

.ow-partner .bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.ow-partner .bonus-card { background: rgba(255,255,255,0.06); border-radius: 14px; padding: 24px; border: 0.5px solid rgba(255,255,255,0.1); }

.ow-partner .bonus-card-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }

.ow-partner .bonus-card-title span { color: var(--orange); }

.ow-partner .bonus-card-desc { font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.7; }

.ow-partner .cta-section { background: var(--orange-bg); text-align: center; padding: 72px 40px; border-top: 0.5px solid var(--orange-mid); }

.ow-partner .cta-title { font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 12px; line-height: 1.5; letter-spacing: -0.5px; }

.ow-partner .cta-title span { color: var(--orange); }

.ow-partner .cta-sub { font-size: 15px; color: var(--text-sub); margin-bottom: 32px; line-height: 1.8; }

.ow-partner .cta-note { margin-top: 14px; font-size: 12px; color: var(--text-hint); }

.ow-partner .floating { position: fixed; bottom: 28px; right: 28px; z-index: 200; }

.ow-partner .float-btn { background: var(--orange); color: #fff; border: none; border-radius: 50px; padding: 14px 22px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 20px rgba(255,107,0,0.45); display: flex; align-items: center; gap: 8px; }

@media (max-width: 680px) {
.ow-partner nav { padding: 0 20px; }

.ow-partner .nav-links { display: none; }

.ow-partner .hero { padding: 60px 20px 56px; }

.ow-partner .hero-title { font-size: 30px; }

.ow-partner section { padding: 52px 20px; }

.ow-partner .income-split { grid-template-columns: 1fr; }

.ow-partner .do-grid { grid-template-columns: 1fr 1fr; }

.ow-partner .qualify-grid { grid-template-columns: 1fr; }

.ow-partner .bonus-grid { grid-template-columns: 1fr; }
}


/* ===== 우리동네 사장님들 — 오피스워크넷 (우리동네 사장님들r.html) ===== */
.ow-community nav {
    position: sticky; top: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 40px; height: 64px;
    background: rgba(255,255,255,0.96); backdrop-filter: blur(8px);
    border-bottom: 0.5px solid var(--border);
  }

.ow-community .nav-logo { display: flex; align-items: center; gap: 10px; }

.ow-community .nav-logo-text { font-size: 17px; font-weight: 700; color: var(--orange); }

.ow-community .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--text-sub); }

.ow-community .nav-links a:hover { color: var(--orange); }

.ow-community .nav-links a.active { color: var(--orange); font-weight: 500; }

.ow-community .nav-cta { background: var(--orange); color: #fff; border: none; border-radius: 8px; padding: 9px 20px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }

.ow-community .hero {
    background: #1c1c1c;
    padding: 88px 40px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

.ow-community .hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(255,107,0,0.15) 0%, transparent 65%);
    pointer-events: none;
  }

.ow-community .hero-eyebrow {
    display: inline-block; background: rgba(255,107,0,0.15); color: var(--orange);
    font-size: 13px; font-weight: 500; padding: 5px 16px; border-radius: 20px;
    border: 0.5px solid rgba(255,107,0,0.3); margin-bottom: 24px; position: relative;
  }

.ow-community .hero-title {
    font-size: 52px; font-weight: 700; color: #fff;
    line-height: 1.2; letter-spacing: -1.5px; margin-bottom: 16px; position: relative;
  }

.ow-community .hero-title .point { color: var(--orange); }

.ow-community .hero-sub {
    font-size: 18px; color: rgba(255,255,255,0.65);
    line-height: 1.8; margin-bottom: 48px; position: relative;
  }

.ow-community .hero-sub strong { color: rgba(255,255,255,0.9); font-weight: 500; }

.ow-community .btn-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }

.ow-community .btn-main { background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 16px 36px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 20px rgba(255,107,0,0.4); transition: transform 0.15s; }

.ow-community .btn-main:hover { transform: translateY(-1px); }

.ow-community .btn-ghost { background: transparent; color: rgba(255,255,255,0.75); border: 1.5px solid rgba(255,255,255,0.2); border-radius: 10px; padding: 15px 32px; font-size: 16px; font-weight: 500; cursor: pointer; font-family: inherit; transition: all 0.15s; }

.ow-community .btn-ghost:hover { border-color: rgba(255,255,255,0.45); color: #fff; }

.ow-community section { padding: 72px 40px; border-top: 0.5px solid var(--border); }

.ow-community .sec-eyebrow { text-align: center; font-size: 13px; color: var(--text-hint); font-weight: 500; margin-bottom: 12px; }

.ow-community .sec-title { font-size: 26px; font-weight: 700; color: var(--text); text-align: center; line-height: 1.45; margin-bottom: 10px; letter-spacing: -0.5px; }

.ow-community .sec-title span { color: var(--orange); }

.ow-community .sec-sub { font-size: 15px; color: var(--text-sub); text-align: center; margin-bottom: 44px; line-height: 1.8; }

.ow-community .inner { max-width: 720px; margin: 0 auto; }

.ow-community .empathy-section { background: var(--bg2); }

.ow-community .bubble-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 720px; margin: 0 auto; }

.ow-community .bubble { background: var(--bg); border-radius: 16px; padding: 24px; border: 0.5px solid var(--border); position: relative; }

.ow-community .bubble::before { content: '"'; font-size: 48px; color: var(--orange); opacity: 0.2; position: absolute; top: 10px; left: 16px; font-family: serif; line-height: 1; }

.ow-community .bubble-text { font-size: 15px; color: var(--text); line-height: 1.8; padding-top: 16px; }

.ow-community .bubble-text em { color: var(--orange-dark); font-style: normal; font-weight: 500; }

.ow-community .bubble-label { font-size: 11px; color: var(--text-hint); margin-top: 12px; }

.ow-community .benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 720px; margin: 0 auto; }

.ow-community .benefit-card { background: var(--bg); border: 0.5px solid var(--border); border-radius: 16px; padding: 28px 20px; text-align: center; transition: box-shadow 0.15s, transform 0.15s; }

.ow-community .benefit-card:hover { box-shadow: 0 4px 20px rgba(255,107,0,0.1); transform: translateY(-2px); }

.ow-community .benefit-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }

.ow-community .benefit-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }

.ow-community .benefit-desc { font-size: 13px; color: var(--text-sub); line-height: 1.7; }

.ow-community .flow-section { background: var(--orange-bg); }

.ow-community .flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 720px; margin: 0 auto; position: relative; }

.ow-community .flow-grid::before { content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 1.5px; background: var(--orange-mid); z-index: 0; }

.ow-community .flow-item { text-align: center; padding: 0 8px; position: relative; z-index: 1; }

.ow-community .flow-num { width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: 0 4px 12px rgba(255,107,0,0.3); }

.ow-community .flow-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }

.ow-community .flow-desc { font-size: 12px; color: var(--text-sub); line-height: 1.6; }

.ow-community .card-section { background: #1c1c1c; }

.ow-community .card-inner { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }

.ow-community .card-text h2 { font-size: 26px; font-weight: 700; color: #fff; line-height: 1.5; margin-bottom: 14px; }

.ow-community .card-text h2 span { color: var(--orange); }

.ow-community .card-text p { font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 24px; }

.ow-community .card-features { display: flex; flex-direction: column; gap: 10px; }

.ow-community .card-feature { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.85); }

.ow-community .card-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }

.ow-community .card-mockup { background: rgba(255,255,255,0.06); border-radius: 20px; padding: 28px; border: 0.5px solid rgba(255,255,255,0.12); }

.ow-community .mock-card { background: #fff; border-radius: 12px; padding: 20px; margin-bottom: 12px; }

.ow-community .mock-card-name { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }

.ow-community .mock-card-biz { font-size: 12px; color: var(--orange); font-weight: 500; margin-bottom: 8px; }

.ow-community .mock-card-info { font-size: 11px; color: var(--text-hint); line-height: 1.6; }

.ow-community .mock-label { font-size: 11px; color: rgba(255,255,255,0.4); text-align: center; }

.ow-community .cta-section { text-align: center; padding: 72px 40px; background: var(--orange-bg); border-top: 0.5px solid var(--orange-mid); }

.ow-community .cta-title { font-size: 28px; font-weight: 700; color: var(--text); margin-bottom: 12px; line-height: 1.5; letter-spacing: -0.5px; }

.ow-community .cta-title span { color: var(--orange); }

.ow-community .cta-sub { font-size: 15px; color: var(--text-sub); margin-bottom: 32px; line-height: 1.8; }

.ow-community .btn-naver { background: #03C75A; color: #fff; border: none; border-radius: 10px; padding: 16px 36px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; display: inline-flex; align-items: center; gap: 10px; transition: transform 0.15s; box-shadow: 0 4px 16px rgba(3,199,90,0.3); }

.ow-community .btn-naver:hover { transform: translateY(-1px); }

.ow-community .cta-note { margin-top: 16px; font-size: 12px; color: var(--text-hint); }

.ow-community .floating { position: fixed; bottom: 28px; right: 28px; z-index: 200; }

.ow-community .float-btn { background: #03C75A; color: #fff; border: none; border-radius: 50px; padding: 14px 22px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 20px rgba(3,199,90,0.4); display: flex; align-items: center; gap: 8px; }

@media (max-width: 680px) {
.ow-community nav { padding: 0 20px; }

.ow-community .nav-links { display: none; }

.ow-community .hero { padding: 60px 20px 56px; }

.ow-community .hero-title { font-size: 34px; }

.ow-community .hero-sub { font-size: 15px; }

.ow-community section { padding: 52px 20px; }

.ow-community .bubble-grid { grid-template-columns: 1fr; }

.ow-community .benefit-grid { grid-template-columns: 1fr 1fr; }

.ow-community .flow-grid { grid-template-columns: 1fr 1fr; gap: 24px; }

.ow-community .flow-grid::before { display: none; }

.ow-community .card-inner { grid-template-columns: 1fr; gap: 28px; }
}


/* ===== 상주사무실 — 오피스워크넷 (상주사무실.html) ===== */
.ow-resident-office nav {
    position: sticky; top: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 40px; height: 64px;
    background: rgba(255,255,255,0.96); backdrop-filter: blur(8px);
    border-bottom: 0.5px solid var(--border);
  }

.ow-resident-office .nav-logo { display: flex; align-items: center; gap: 10px; }

.ow-resident-office .nav-logo-text { font-size: 17px; font-weight: 700; color: var(--orange); }

.ow-resident-office .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--text-sub); }

.ow-resident-office .nav-links a:hover { color: var(--orange); }

.ow-resident-office .nav-links a.active { color: var(--orange); font-weight: 500; }

.ow-resident-office .nav-cta { background: var(--orange); color: #fff; border: none; border-radius: 8px; padding: 9px 20px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }

.ow-resident-office .hero {
    padding: 72px 40px 56px; text-align: center;
    background: linear-gradient(180deg, #fff 0%, var(--orange-bg) 100%);
    border-bottom: 0.5px solid var(--orange-mid);
  }

.ow-resident-office .hero-eyebrow { display: inline-block; background: var(--orange-light); color: var(--orange); font-size: 13px; font-weight: 500; padding: 5px 16px; border-radius: 20px; border: 0.5px solid var(--orange-mid); margin-bottom: 20px; }

.ow-resident-office .hero-title { font-size: 38px; font-weight: 700; line-height: 1.3; letter-spacing: -1px; margin-bottom: 14px; }

.ow-resident-office .hero-title span { color: var(--orange); }

.ow-resident-office .hero-sub { font-size: 16px; color: var(--text-sub); line-height: 1.8; margin-bottom: 32px; }

.ow-resident-office .hero-benefits { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 32px; }

.ow-resident-office .benefit-chip { background: #fff; border: 1.5px solid var(--orange-mid); border-radius: 30px; padding: 9px 18px; font-size: 14px; font-weight: 500; color: var(--text); }

.ow-resident-office .benefit-chip span { color: var(--orange); margin-right: 4px; }

.ow-resident-office .btn-group { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.ow-resident-office .btn-main { background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 16px 32px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 16px rgba(255,107,0,0.35); transition: transform 0.15s; }

.ow-resident-office .btn-main:hover { transform: translateY(-1px); }

.ow-resident-office .btn-kakao { background: #FEE500; color: #3C1E1E; border: none; border-radius: 10px; padding: 16px 32px; font-size: 16px; font-weight: 700; cursor: pointer; font-family: inherit; display: flex; align-items: center; gap: 8px; transition: transform 0.15s; }

.ow-resident-office .btn-kakao:hover { transform: translateY(-1px); }

.ow-resident-office section { padding: 72px 40px; border-top: 0.5px solid var(--border); }

.ow-resident-office .sec-eyebrow { text-align: center; font-size: 13px; color: var(--text-hint); font-weight: 500; margin-bottom: 12px; }

.ow-resident-office .sec-title { font-size: 26px; font-weight: 700; color: var(--text); text-align: center; line-height: 1.45; margin-bottom: 10px; letter-spacing: -0.5px; }

.ow-resident-office .sec-title span { color: var(--orange); }

.ow-resident-office .sec-sub { font-size: 15px; color: var(--text-sub); text-align: center; margin-bottom: 44px; line-height: 1.8; }

.ow-resident-office .inner { max-width: 720px; margin: 0 auto; }

.ow-resident-office .gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 8px; max-width: 720px; margin: 0 auto; border-radius: 16px; overflow: hidden; }

.ow-resident-office .gallery-item { background: var(--bg2); display: flex; align-items: center; justify-content: center; position: relative; }

.ow-resident-office .gallery-item:first-child { grid-row: 1 / 3; }

.ow-resident-office .gallery-placeholder { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--text-hint); font-size: 12px; }

.ow-resident-office .gallery-label { position: absolute; bottom: 10px; left: 10px; background: rgba(0,0,0,0.5); color: #fff; font-size: 11px; padding: 4px 10px; border-radius: 20px; }

.ow-resident-office .seat-section { background: var(--bg2); }

.ow-resident-office .seat-tabs { display: flex; gap: 8px; justify-content: center; margin-bottom: 32px; }

.ow-resident-office .seat-tab { padding: 10px 24px; border-radius: 30px; font-size: 14px; font-weight: 500; border: 1.5px solid var(--orange-mid); background: #fff; color: var(--text-sub); cursor: pointer; font-family: inherit; transition: all 0.2s; }

.ow-resident-office .seat-tab.active { background: var(--orange); color: #fff; border-color: var(--orange); }

.ow-resident-office .seat-panel { display: none; }

.ow-resident-office .seat-panel.active { display: block; }

.ow-resident-office .seat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 720px; margin: 0 auto; }

.ow-resident-office .seat-group { background: #fff; border-radius: 16px; padding: 24px; border: 0.5px solid var(--border); }

.ow-resident-office .seat-group-title { font-size: 13px; font-weight: 700; color: var(--text-hint); margin-bottom: 16px; }

.ow-resident-office .seat-item { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 0.5px solid var(--border); }

.ow-resident-office .seat-item:last-child { border-bottom: none; }

.ow-resident-office .seat-name { font-size: 14px; color: var(--text); font-weight: 500; }

.ow-resident-office .seat-status { font-size: 12px; font-weight: 500; padding: 4px 12px; border-radius: 20px; }

.ow-resident-office .seat-status.available { background: #E8F5E9; color: #2E7D32; }

.ow-resident-office .seat-status.occupied { background: #FFF0E6; color: var(--orange-dark); }

.ow-resident-office .flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 720px; margin: 0 auto; position: relative; }

.ow-resident-office .flow-grid::before { content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 1.5px; background: var(--orange-mid); z-index: 0; }

.ow-resident-office .flow-item { text-align: center; padding: 0 8px; position: relative; z-index: 1; }

.ow-resident-office .flow-num { width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; box-shadow: 0 4px 12px rgba(255,107,0,0.3); }

.ow-resident-office .flow-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }

.ow-resident-office .flow-desc { font-size: 12px; color: var(--text-sub); line-height: 1.6; }

.ow-resident-office .qr-section { background: var(--orange); border-top: none; }

.ow-resident-office .qr-wrap { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }

.ow-resident-office .qr-text h2 { font-size: 26px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 14px; }

.ow-resident-office .qr-text p { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.8; }

.ow-resident-office .qr-features { margin-top: 24px; display: flex; flex-direction: column; gap: 10px; }

.ow-resident-office .qr-feature { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #fff; }

.ow-resident-office .qr-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.7); flex-shrink: 0; }

.ow-resident-office .qr-mockup { background: rgba(255,255,255,0.15); border-radius: 20px; padding: 32px; text-align: center; border: 1.5px solid rgba(255,255,255,0.3); }

.ow-resident-office .qr-mockup-icon { width: 100px; height: 100px; background: #fff; border-radius: 16px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; }

.ow-resident-office .qr-mockup-text { font-size: 14px; color: rgba(255,255,255,0.9); line-height: 1.7; }

.ow-resident-office .qr-mockup-sub { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 8px; }

.ow-resident-office .consult-section { background: var(--bg2); border-top: none; }

.ow-resident-office .consult-box { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 48px 40px; border: 0.5px solid var(--border); text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }

.ow-resident-office .consult-title { font-size: 24px; font-weight: 700; color: var(--text); margin-bottom: 12px; line-height: 1.5; }

.ow-resident-office .consult-title span { color: var(--orange); }

.ow-resident-office .consult-sub { font-size: 15px; color: var(--text-sub); margin-bottom: 28px; line-height: 1.8; }

.ow-resident-office .consult-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.ow-resident-office .consult-note { margin-top: 16px; font-size: 12px; color: var(--text-hint); }

.ow-resident-office .floating { position: fixed; bottom: 28px; right: 28px; z-index: 200; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }

.ow-resident-office .float-btn { border: none; border-radius: 50px; padding: 13px 20px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); }

.ow-resident-office .float-kakao { background: #FEE500; color: #3C1E1E; }

.ow-resident-office .float-call { background: var(--orange); color: #fff; }

@media (max-width: 680px) {
.ow-resident-office nav { padding: 0 20px; }

.ow-resident-office .nav-links { display: none; }

.ow-resident-office .hero { padding: 52px 20px 40px; }

.ow-resident-office .hero-title { font-size: 26px; }

.ow-resident-office section { padding: 52px 20px; }

.ow-resident-office .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 140px 140px 140px; }

.ow-resident-office .gallery-item:first-child { grid-row: auto; }

.ow-resident-office .seat-grid { grid-template-columns: 1fr; }

.ow-resident-office .flow-grid { grid-template-columns: 1fr 1fr; gap: 24px; }

.ow-resident-office .flow-grid::before { display: none; }

.ow-resident-office .qr-wrap { grid-template-columns: 1fr; gap: 24px; }

.ow-resident-office .consult-box { padding: 28px 20px; }
}


/* ===== 가격 안내 — 오피스워크넷 (가격안내g_v2.html) ===== */
.ow-pricing nav {
    position: sticky; top: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 40px; height: 64px;
    background: rgba(255,255,255,0.96); backdrop-filter: blur(8px);
    border-bottom: 0.5px solid var(--border);
  }

.ow-pricing .nav-logo { display: flex; align-items: center; gap: 10px; }

.ow-pricing .nav-logo-text { font-size: 17px; font-weight: 700; color: var(--orange); }

.ow-pricing .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--text-sub); }

.ow-pricing .nav-links a { transition: color 0.15s; }

.ow-pricing .nav-links a:hover, .ow-pricing .nav-links a.active { color: var(--orange); font-weight: 500; }

.ow-pricing .nav-cta { background: var(--orange); color: #fff; border: none; border-radius: 8px; padding: 9px 20px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }

.ow-pricing .pricing-hero {
    text-align: center; padding: 64px 40px 48px;
    background: linear-gradient(180deg, #fff 0%, var(--orange-bg) 100%);
    border-bottom: 0.5px solid var(--orange-mid);
  }

.ow-pricing .hero-eyebrow {
    display: inline-block; background: var(--orange-light); color: var(--orange);
    font-size: 13px; font-weight: 500; padding: 5px 16px; border-radius: 20px;
    border: 0.5px solid var(--orange-mid); margin-bottom: 18px;
  }

.ow-pricing .hero-title { font-size: 36px; font-weight: 700; line-height: 1.3; letter-spacing: -1px; margin-bottom: 12px; }

.ow-pricing .hero-title span { color: var(--orange); }

.ow-pricing .hero-sub { font-size: 15px; color: var(--text-sub); line-height: 1.8; }

.ow-pricing .tab-wrap { display: flex; justify-content: center; padding: 36px 20px 0; gap: 8px; }

.ow-pricing .tab-btn {
    padding: 11px 28px; border-radius: 30px; font-size: 15px; font-weight: 500;
    border: 1.5px solid var(--orange-mid); background: #fff; color: var(--text-sub);
    cursor: pointer; font-family: inherit; transition: all 0.2s;
  }

.ow-pricing .tab-btn.active { background: var(--orange); color: #fff; border-color: var(--orange); }

.ow-pricing .tab-btn:hover:not(.active) { border-color: var(--orange); color: var(--orange); }

.ow-pricing .plans-wrap { max-width: 780px; margin: 0 auto; padding: 32px 24px 64px; }

.ow-pricing .plan-panel { display: none; }

.ow-pricing .plan-panel.active { display: block; }

.ow-pricing .plan-card {
    background: var(--bg); border: 0.5px solid var(--border);
    border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  }

.ow-pricing .plan-top {
    display: grid; grid-template-columns: 240px 1fr;
    border-bottom: 0.5px solid var(--border);
  }

.ow-pricing .plan-price-box {
    background: var(--orange-bg); padding: 36px 28px;
    border-right: 0.5px solid var(--orange-mid);
    display: flex; flex-direction: column; justify-content: center;
  }

.ow-pricing .plan-badge {
    display: inline-block; background: var(--orange); color: #fff;
    font-size: 11px; font-weight: 500; padding: 4px 10px; border-radius: 20px;
    margin-bottom: 12px; align-self: flex-start;
  }

.ow-pricing .plan-price-main { font-size: 28px; font-weight: 700; color: var(--orange); margin-bottom: 4px; }

.ow-pricing .plan-price-sub { font-size: 13px; color: var(--text-sub); }

.ow-pricing .plan-price-monthly { font-size: 13px; color: var(--text-hint); margin-top: 8px; padding-top: 8px; border-top: 0.5px solid var(--orange-mid); }

.ow-pricing .plan-features-box { padding: 28px 32px; }

.ow-pricing .plan-features-box h3 { font-size: 13px; color: var(--text-hint); font-weight: 500; margin-bottom: 16px; letter-spacing: 0.3px; }

.ow-pricing .features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }

.ow-pricing .feat-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--text); line-height: 1.5; }

.ow-pricing .feat-check { color: var(--orange); font-size: 14px; flex-shrink: 0; margin-top: 1px; }

.ow-pricing .feat-optional { color: var(--text-hint); font-size: 11px; margin-left: 2px; }

.ow-pricing .bonus-section { background: var(--orange-bg); border-top: 0.5px solid var(--orange-mid); padding: 24px 32px; }

.ow-pricing .bonus-title { font-size: 13px; font-weight: 700; color: var(--orange-dark); margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }

.ow-pricing .bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

.ow-pricing .bonus-item { background: #fff; border: 0.5px solid var(--orange-mid); border-radius: 10px; padding: 12px 14px; text-align: center; }

.ow-pricing .bonus-item-icon { font-size: 18px; margin-bottom: 4px; }

.ow-pricing .bonus-item-text { font-size: 12px; color: var(--text); font-weight: 500; line-height: 1.5; }

.ow-pricing .plan-cta { padding: 20px 32px; border-top: 0.5px solid var(--border); display: flex; gap: 12px; align-items: center; justify-content: space-between; }

.ow-pricing .btn-main { background: var(--orange); color: #fff; border: none; border-radius: 10px; padding: 14px 32px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 14px rgba(255,107,0,0.3); transition: transform 0.15s; }

.ow-pricing .btn-main:hover { transform: translateY(-1px); }

.ow-pricing .btn-ghost { background: transparent; color: var(--orange); border: 1.5px solid var(--orange); border-radius: 10px; padding: 13px 24px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }

.ow-pricing .plan-cta-note { font-size: 12px; color: var(--text-hint); }

.ow-pricing .bulk-card { background: var(--orange); border-radius: 20px; padding: 40px; text-align: center; color: #fff; }

.ow-pricing .bulk-title { font-size: 24px; font-weight: 700; margin-bottom: 10px; }

.ow-pricing .bulk-sub { font-size: 15px; color: rgba(255,255,255,0.85); margin-bottom: 28px; line-height: 1.7; }

.ow-pricing .btn-white { background: #fff; color: var(--orange); border: none; border-radius: 10px; padding: 14px 32px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: inherit; }

.ow-pricing .notice-section { max-width: 780px; margin: 0 auto; padding: 0 24px 64px; }

.ow-pricing .notice-box { background: var(--bg2); border-radius: 14px; padding: 24px 28px; margin-bottom: 16px; }

.ow-pricing .notice-title { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }

.ow-pricing .notice-title span { color: var(--orange); }

.ow-pricing .notice-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--text-sub); line-height: 1.7; margin-bottom: 6px; }

.ow-pricing .notice-item:last-child { margin-bottom: 0; }

.ow-pricing .notice-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 8px; }

.ow-pricing .compare-section { max-width: 780px; margin: 0 auto; padding: 0 24px 64px; }

.ow-pricing .compare-title { font-size: 20px; font-weight: 700; text-align: center; margin-bottom: 24px; }

.ow-pricing .compare-title span { color: var(--orange); }

.ow-pricing .compare-table { width: 100%; border-collapse: collapse; border-radius: 14px; overflow: hidden; }

.ow-pricing .compare-table th { background: var(--orange); color: #fff; font-size: 13px; font-weight: 500; padding: 14px 16px; text-align: center; }

.ow-pricing .compare-table th:first-child { background: var(--orange-dark); text-align: left; }

.ow-pricing .compare-table td { font-size: 13px; color: var(--text); padding: 13px 16px; border-bottom: 0.5px solid var(--border); text-align: center; }

.ow-pricing .compare-table td:first-child { font-weight: 500; text-align: left; background: var(--bg2); }

.ow-pricing .compare-table tr:last-child td { border-bottom: none; }

.ow-pricing .compare-table tr:hover td { background: var(--orange-bg); }

.ow-pricing .compare-table tr:hover td:first-child { background: var(--orange-light); }

.ow-pricing .check-o { color: var(--orange); font-size: 16px; }

.ow-pricing .check-x { color: #ccc; font-size: 16px; }

.ow-pricing .floating { position: fixed; bottom: 28px; right: 28px; z-index: 200; }

.ow-pricing .float-btn { background: var(--orange); color: #fff; border: none; border-radius: 50px; padding: 14px 22px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 20px rgba(255,107,0,0.45); display: flex; align-items: center; gap: 8px; }

@media (max-width: 640px) {
.ow-pricing nav { padding: 0 20px; }

.ow-pricing .nav-links { display: none; }

.ow-pricing .hero-title { font-size: 26px; }

.ow-pricing .plan-top { grid-template-columns: 1fr; }

.ow-pricing .plan-price-box { border-right: none; border-bottom: 0.5px solid var(--orange-mid); }

.ow-pricing .features-grid { grid-template-columns: 1fr; }

.ow-pricing .bonus-grid { grid-template-columns: 1fr 1fr; }

.ow-pricing .plan-cta { flex-direction: column; align-items: stretch; }

.ow-pricing .compare-section { overflow-x: auto; }
}


/* ===== 오피스워크넷 - 전국 45개 안심 비상주 사무실 프랜차이즈 (메인 최종 .html) ===== */
.ow-main nav {
    position: sticky; top: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 40px; height: 64px;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    border-bottom: 0.5px solid var(--border);
  }

.ow-main .nav-logo { display: flex; align-items: center; gap: 10px; }

.ow-main .nav-logo svg { width: 36px; height: 36px; }

.ow-main .nav-logo-text { font-size: 17px; font-weight: 700; color: var(--orange); letter-spacing: -0.3px; }

.ow-main .nav-links { display: flex; gap: 28px; font-size: 14px; color: var(--text-sub); }

.ow-main .nav-links a:hover { color: var(--orange); }

.ow-main .nav-cta { background: var(--orange); color: #fff; border: none; border-radius: 8px; padding: 9px 20px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }

.ow-main .trust-bar {
    display: flex; justify-content: center; gap: 8px; padding: 10px 20px;
    background: var(--orange-bg); border-bottom: 0.5px solid var(--orange-mid);
    flex-wrap: wrap;
  }

.ow-main .trust-badge {
    display: inline-block; background: #fff; color: var(--orange-dark);
    font-size: 12px; padding: 4px 14px; border-radius: 20px;
    border: 0.5px solid var(--orange-mid); font-weight: 500;
  }

.ow-main .hero {
    padding: 80px 40px 64px; text-align: center;
    background: linear-gradient(180deg, #fff 0%, var(--orange-bg) 100%);
  }

.ow-main .hero-eyebrow {
    display: inline-block; background: var(--orange-light); color: var(--orange);
    font-size: 13px; font-weight: 500; padding: 5px 16px; border-radius: 20px;
    margin-bottom: 20px; border: 0.5px solid var(--orange-mid);
  }

.ow-main .hero-title {
    font-size: 42px; font-weight: 700; line-height: 1.25;
    color: var(--text); margin-bottom: 14px; letter-spacing: -1px;
  }

.ow-main .hero-title .orange { color: var(--orange); }

.ow-main .hero-sub-title {
    font-size: 22px; font-weight: 500; color: var(--text);
    margin-bottom: 16px; letter-spacing: -0.3px;
  }

.ow-main .hero-desc {
    font-size: 16px; color: var(--text-sub); line-height: 1.8;
    margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto;
  }

.ow-main .btn-group { display: flex; gap: 12px; justify-content: center; margin-bottom: 56px; flex-wrap: wrap; }

.ow-main .btn-main {
    background: var(--orange); color: #fff; border: none; border-radius: 10px;
    padding: 16px 32px; font-size: 16px; font-weight: 500; cursor: pointer;
    font-family: inherit; transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 4px 16px rgba(255,107,0,0.35);
  }

.ow-main .btn-main:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255,107,0,0.4); }

.ow-main .btn-ghost {
    background: transparent; color: var(--orange); border: 1.5px solid var(--orange);
    border-radius: 10px; padding: 15px 32px; font-size: 16px; font-weight: 500;
    cursor: pointer; font-family: inherit; transition: background 0.15s;
  }

.ow-main .btn-ghost:hover { background: var(--orange-light); }

.ow-main .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 540px; margin: 0 auto; }

.ow-main .stat-card { background: #fff; border-radius: 14px; padding: 20px 16px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 0.5px solid var(--orange-mid); }

.ow-main .stat-num { font-size: 26px; font-weight: 700; color: var(--orange); }

.ow-main .stat-label { font-size: 13px; color: var(--text-sub); margin-top: 4px; }

.ow-main section { padding: 72px 40px; border-top: 0.5px solid var(--border); }

.ow-main .sec-eyebrow { text-align: center; font-size: 13px; color: var(--text-hint); font-weight: 500; margin-bottom: 12px; letter-spacing: 0.3px; }

.ow-main .sec-title { font-size: 26px; font-weight: 700; color: var(--text); text-align: center; line-height: 1.45; margin-bottom: 10px; letter-spacing: -0.5px; }

.ow-main .sec-sub { font-size: 15px; color: var(--text-sub); text-align: center; margin-bottom: 44px; line-height: 1.8; }

.ow-main .sec-sub b { color: var(--orange); font-weight: 500; }

.ow-main .inner { max-width: 680px; margin: 0 auto; }

.ow-main .ghost-section { background: var(--bg2); }

.ow-main .bubble { background: #fff; border-radius: 14px; padding: 22px 24px; margin-bottom: 12px; border: 0.5px solid var(--border); }

.ow-main .bubble-text { font-size: 15px; color: var(--text); line-height: 1.8; }

.ow-main .bubble-text em { color: var(--red-em); font-style: normal; font-weight: 500; }

.ow-main .bubble-reply { margin-top: 12px; padding-top: 12px; border-top: 0.5px solid var(--border); font-size: 13px; color: var(--text-sub); line-height: 1.8; }

.ow-main .bubble-reply strong { color: var(--red-em); font-style: normal; font-weight: 500; }

.ow-main .bubble-reply .wish { color: var(--orange); font-weight: 500; }

.ow-main .bubble-label { font-size: 11px; color: var(--text-hint); margin-top: 8px; }

.ow-main .arrow-down { text-align: center; font-size: 24px; color: var(--orange); margin: 12px 0; }

.ow-main .answer-box { background: var(--orange-bg); border: 1.5px solid var(--orange-mid); border-radius: 16px; padding: 32px; text-align: center; }

.ow-main .answer-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }

.ow-main .answer-title { font-size: 19px; font-weight: 700; color: var(--orange-dark); margin-bottom: 10px; line-height: 1.5; }

.ow-main .answer-desc { font-size: 14px; color: var(--text-sub); line-height: 1.85; margin-bottom: 20px; }

.ow-main .answer-desc strong { color: var(--orange); font-weight: 500; }

.ow-main .proof-row { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }

.ow-main .proof-tag { background: #fff; border: 0.5px solid var(--orange-mid); border-radius: 20px; padding: 6px 14px; font-size: 12px; color: var(--orange-dark); font-weight: 500; }

.ow-main .video-wrap {
    width: 100%; max-width: 680px; margin: 0 auto;
    border-radius: 16px; overflow: hidden;
    aspect-ratio: 16/9; background: #111; position: relative;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  }

.ow-main .video-wrap video { width: 100%; height: 100%; object-fit: cover; display: block; }

.ow-main .video-fallback {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    display: flex; align-items: flex-end; padding: 32px;
    position: relative;
  }

.ow-main .video-fallback-text { color: #fff; }

.ow-main .video-fallback-text h3 { font-size: 28px; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }

.ow-main .video-fallback-text p { font-size: 14px; color: rgba(255,255,255,0.7); }

.ow-main .video-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 68px; height: 68px; border-radius: 50%;
    background: rgba(255,107,0,0.9); border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.15s;
  }

.ow-main .video-play:hover { transform: translate(-50%,-50%) scale(1.08); }

.ow-main .video-badge {
    position: absolute; top: 16px; left: 16px;
    background: var(--orange); color: #fff; font-size: 11px;
    font-weight: 500; padding: 5px 12px; border-radius: 20px;
  }

.ow-main .tax-section { background: var(--bg2); }

.ow-main .tax-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.ow-main .tax-card { background: #fff; border: 0.5px solid var(--orange-mid); border-radius: 12px; padding: 18px; display: flex; align-items: flex-start; gap: 10px; }

.ow-main .tax-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); margin-top: 6px; flex-shrink: 0; }

.ow-main .tax-text { font-size: 14px; color: var(--text); line-height: 1.6; font-weight: 500; }

.ow-main .tax-text span { font-size: 12px; color: var(--text-sub); font-weight: 400; display: block; margin-top: 2px; }

.ow-main .cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.ow-main .feat-card { background: var(--bg); border: 0.5px solid var(--border); border-radius: 14px; padding: 22px 18px; transition: box-shadow 0.15s, transform 0.15s; }

.ow-main .feat-card:hover { box-shadow: 0 4px 20px rgba(255,107,0,0.12); transform: translateY(-2px); }

.ow-main .feat-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }

.ow-main .feat-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }

.ow-main .feat-desc { font-size: 13px; color: var(--text-sub); line-height: 1.65; }

.ow-main .saas-block { border-radius: 18px; overflow: hidden; border: 2px solid var(--orange); margin-bottom: 44px; }

.ow-main .saas-top { background: var(--orange); padding: 32px 36px; display: flex; align-items: center; gap: 24px; }

.ow-main .saas-label-badge { display: inline-block; background: rgba(255,255,255,0.25); color: #fff; font-size: 11px; font-weight: 500; padding: 4px 12px; border-radius: 20px; margin-bottom: 10px; }

.ow-main .saas-headline { font-size: 26px; font-weight: 700; color: #fff; line-height: 1.35; }

.ow-main .saas-headline small { display: block; font-size: 14px; color: rgba(255,255,255,0.8); margin-top: 6px; font-weight: 400; }

.ow-main .saas-icon-box { width: 76px; height: 76px; background: rgba(255,255,255,0.18); border-radius: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.ow-main .saas-bottom { background: #fff; padding: 24px 36px; display: grid; grid-template-columns: repeat(4, 1fr); }

.ow-main .saas-feat { text-align: center; padding: 0 8px; border-right: 0.5px solid var(--border); }

.ow-main .saas-feat:last-child { border-right: none; }

.ow-main .saas-feat-num { font-size: 20px; font-weight: 700; color: var(--orange); margin-bottom: 3px; }

.ow-main .saas-feat-label { font-size: 11px; color: var(--text-sub); line-height: 1.5; }

.ow-main .steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 36px; }

.ow-main .step { display: flex; gap: 18px; padding: 20px 0; border-bottom: 0.5px solid var(--border); align-items: flex-start; }

.ow-main .step:last-child { border-bottom: none; }

.ow-main .step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--orange-light); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--orange); flex-shrink: 0; margin-top: 2px; }

.ow-main .step-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }

.ow-main .step-desc { font-size: 13px; color: var(--text-sub); line-height: 1.7; }

.ow-main .step-desc b { color: var(--orange); font-weight: 500; }

.ow-main .step-badge { display: inline-block; background: var(--orange-light); color: var(--orange-dark); font-size: 11px; padding: 3px 10px; border-radius: 20px; margin-top: 6px; font-weight: 500; }

.ow-main .func-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 40px; }

.ow-main .func-card { background: var(--bg2); border-radius: 12px; padding: 20px; }

.ow-main .func-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }

.ow-main .func-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }

.ow-main .func-desc { font-size: 12px; color: var(--text-sub); line-height: 1.65; }

.ow-main .cta-section { background: var(--orange); text-align: center; padding: 72px 40px; }

.ow-main .cta-title { font-size: 30px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 12px; letter-spacing: -0.5px; }

.ow-main .cta-sub { font-size: 16px; color: rgba(255,255,255,0.85); margin-bottom: 32px; line-height: 1.8; }

.ow-main .btn-white { background: #fff; color: var(--orange); border: none; border-radius: 10px; padding: 16px 36px; font-size: 17px; font-weight: 700; cursor: pointer; font-family: inherit; transition: transform 0.15s; }

.ow-main .btn-white:hover { transform: translateY(-1px); }

.ow-main .cta-note { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.7); }

.ow-main footer { background: #1a1a1a; color: rgba(255,255,255,0.5); padding: 36px 40px; text-align: center; font-size: 13px; line-height: 1.8; }

.ow-main footer b { color: rgba(255,255,255,0.8); font-weight: 500; }

.ow-main .floating { position: fixed; bottom: 28px; right: 28px; z-index: 200; }

.ow-main .float-btn { background: var(--orange); color: #fff; border: none; border-radius: 50px; padding: 14px 22px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: 0 4px 20px rgba(255,107,0,0.45); display: flex; align-items: center; gap: 8px; transition: transform 0.15s; }

.ow-main .float-btn:hover { transform: translateY(-2px); }

@media (max-width: 680px) {
.ow-main nav { padding: 0 20px; }

.ow-main .nav-links { display: none; }

.ow-main .hero { padding: 56px 20px 48px; }

.ow-main .hero-title { font-size: 28px; }

.ow-main .hero-sub-title { font-size: 18px; }

.ow-main section { padding: 52px 20px; }

.ow-main .sec-title { font-size: 22px; }

.ow-main .stats { grid-template-columns: repeat(3,1fr); gap: 10px; }

.ow-main .cards-grid { grid-template-columns: 1fr 1fr; }

.ow-main .tax-grid { grid-template-columns: 1fr; }

.ow-main .func-grid { grid-template-columns: 1fr; }

.ow-main .saas-top { flex-direction: column; gap: 16px; padding: 24px 20px; }

.ow-main .saas-bottom { grid-template-columns: repeat(2,1fr); gap: 16px 0; padding: 20px; }

.ow-main .saas-feat:nth-child(2) { border-right: none; }

.ow-main .cta-section { padding: 52px 20px; }

.ow-main .cta-title { font-size: 22px; }
}

@media (max-width: 480px) {
.ow-main .cards-grid { grid-template-columns: 1fr; }
}
/* ─────────────────────────────────────────────
 * OfficeWorknet Native Auth Pages
 * ───────────────────────────────────────────── */
.ow-auth-page {
  background: linear-gradient(180deg, #fff 0%, var(--orange-bg) 100%);
  min-height: calc(100vh - 64px);
  padding: 72px 24px;
}
.ow-auth-wrap {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 460px);
  gap: 24px;
  margin: 0 auto;
  max-width: 980px;
  align-items: stretch;
}
.ow-auth-wrap.ow-auth-single {
  display: block;
  max-width: 500px;
}
.ow-auth-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(255, 107, 0, 0.10);
}
.ow-auth-copy {
  background: #1a1a1a;
  color: #fff;
  padding: 46px;
  position: relative;
  overflow: hidden;
}
.ow-auth-copy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 0%, rgba(255,107,0,.25), transparent 60%);
  pointer-events: none;
}
.ow-auth-copy > * { position: relative; }
.ow-auth-logo {
  align-items: center;
  color: var(--orange);
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  gap: 10px;
  margin-bottom: 26px;
  text-decoration: none;
}
.ow-auth-logo img { max-height: 46px; width: auto; }
.ow-auth-eyebrow {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 14px;
}
.ow-auth-copy h1 {
  color: #fff;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 0 0 14px;
}
.ow-auth-copy p {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.ow-auth-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.ow-auth-benefits span {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
}
.ow-auth-card {
  padding: 34px;
}
.ow-auth-card > .ow-auth-logo {
  margin-bottom: 18px;
}
.ow-auth-card h2 {
  color: var(--text);
  font-size: 26px;
  letter-spacing: -.5px;
  margin: 0 0 6px;
}
.ow-auth-muted {
  color: var(--text-sub);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.ow-auth-form {
  display: grid;
  gap: 14px;
}
.ow-auth-form p { margin: 0; }
.ow-auth-form label {
  color: var(--text);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}
.ow-auth-form label span {
  color: var(--text-hint);
  font-size: 12px;
  font-weight: 500;
}
.ow-auth-form input[type="text"],
.ow-auth-form input[type="email"],
.ow-auth-form input[type="password"] {
  appearance: none;
  background: #fff;
  border: 1px solid var(--orange-mid);
  border-radius: 12px;
  color: var(--text);
  font: inherit;
  min-height: 48px;
  outline: none;
  padding: 0 15px;
  width: 100%;
}
.ow-auth-form input:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(255,107,0,.12);
}
.ow-auth-check {
  align-items: center;
  color: var(--text-sub);
  display: flex !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  gap: 8px;
  margin: 2px 0 4px !important;
}
.ow-auth-check input { accent-color: var(--orange); }
.ow-auth-submit,
.ow-auth-secondary {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
  transition: transform .16s ease, background .16s ease;
}
button.ow-auth-submit,
.ow-auth-submit {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.ow-auth-submit:hover { background: var(--orange-dark); transform: translateY(-1px); }
.ow-auth-secondary {
  background: #fff;
  border: 1px solid var(--orange);
  color: var(--orange);
}
.ow-auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  margin-top: 18px;
}
.ow-auth-links a {
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.ow-auth-notice {
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 16px;
  padding: 12px 14px;
}
.ow-auth-error { background: #fff1f0; border: 1px solid #ffccc7; color: #a8071a; }
.ow-auth-success { background: #f0fff4; border: 1px solid #b7eb8f; color: #237804; }
.ow-auth-warning { background: var(--orange-bg); border: 1px solid var(--orange-mid); color: var(--orange-dark); }
.ow-account-page {
  background: var(--orange-bg);
  min-height: calc(100vh - 64px);
  padding: 72px 24px;
}
.ow-account-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(255, 107, 0, .10);
  margin: 0 auto;
  max-width: 720px;
  padding: 38px;
}
.ow-account-card h1 { font-size: 30px; margin: 0 0 8px; }
.ow-account-muted { color: var(--text-sub); margin: 0 0 26px; }
.ow-account-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin-bottom: 26px; }
.ow-account-grid div { background: var(--bg2); border-radius: 14px; padding: 18px; }
.ow-account-grid strong { display: block; font-size: 12px; color: var(--text-hint); margin-bottom: 6px; }
.ow-account-grid span { font-size: 15px; font-weight: 700; }
.ow-account-actions { display: flex; gap: 10px; }
.ow-account-actions .ow-auth-submit { width: auto; }
@media (max-width: 760px) {
  .ow-auth-page { padding: 42px 18px; }
  .ow-auth-wrap { grid-template-columns: 1fr; }
  .ow-auth-copy { padding: 32px 24px; }
  .ow-auth-copy h1 { font-size: 28px; }
  .ow-auth-card { padding: 26px 20px; }
  .ow-account-grid { grid-template-columns: 1fr; }
  .ow-account-actions { flex-direction: column; }
}

/* 로그인 소셜 영역 */
.ow-auth-social {
  margin-top: 22px;
}

/* "또는" 양쪽 구분선 */
.ow-auth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 16px;
  color: var(--text-hint, #999);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.ow-auth-divider::before,
.ow-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.ow-auth-divider span {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* 코스모스팜 소셜 로그인 기본 제목 숨김 */
.ow-auth-social .cosmosfarm-social-login-title {
  display: none !important;
}

.nav-cart {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
  min-height: 40px;
  padding: 0 13px;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.nav-cart:hover {
  border-color: var(--own-primary, #3b845f);
  box-shadow: 0 10px 22px rgba(59, 132, 95, 0.12);
  transform: translateY(-1px);
}

.nav-cart-icon {
  font-size: 15px;
  line-height: 1;
}

.nav-cart-count {
  align-items: center;
  background: var(--own-primary, #3b845f);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
}

@media (max-width: 920px) {
  .nav-cart-text {
    display: none;
  }

  .nav-cart {
    min-height: 38px;
    padding: 0 11px;
  }
}

/* ===== Mobile Header Overflow Fix ===== */

.ow-site-header nav,
body > nav {
  width: 100%;
  min-width: 0;
}

.ow-site-header .nav-logo,
body > nav .nav-logo {
  flex: 1 1 auto;
  min-width: 0;
}

.ow-site-header .nav-logo-text,
body > nav .nav-logo-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ow-site-header .nav-links,
body > nav .nav-links {
  min-width: 0;
}

.nav-actions {
  min-width: 0;
}

/* 태블릿 구간에서 먼저 간격 축소 */
@media (max-width: 1024px) {
  .ow-site-header nav,
  body > nav {
    gap: 14px;
    padding: 0 24px;
  }

  .ow-site-header .nav-links,
  body > nav .nav-links {
    gap: 18px;
  }
}

/* 모바일 헤더 압축 */
@media (max-width: 760px) {
  .ow-site-header nav,
  body > nav {
    gap: 10px;
    padding: 0 14px;
  }

  .ow-site-header .nav-links,
  body > nav .nav-links,
  .nav-side-links {
    display: none;
  }

  .ow-site-header .nav-logo img {
    max-height: 34px;
  }

  .ow-site-header .nav-logo-text,
  body > nav .nav-logo-text {
    max-width: 110px;
    font-size: 14px;
  }

  .nav-actions {
    flex: 0 0 auto;
    gap: 6px;
  }

  .nav-cart {
    min-height: 34px;
    padding: 0 9px;
  }

  .nav-cart-text {
    display: none;
  }

  .nav-login {
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .ow-site-header .nav-cta,
  body > nav .nav-cta {
    height: 34px;
    padding: 0 11px;
    font-size: 12px;
    border-radius: 8px;
    white-space: nowrap;
  }
}

/* 아주 좁은 기기 대응: iPhone SE급 */
@media (max-width: 390px) {
  .ow-site-header nav,
  body > nav {
    padding: 0 10px;
  }

  .ow-site-header .nav-logo-text,
  body > nav .nav-logo-text {
    display: none;
  }

  .ow-site-header .nav-cta,
  body > nav .nav-cta {
    font-size: 0;
    padding: 0 10px;
  }

  .ow-site-header .nav-cta::after,
  body > nav .nav-cta::after {
    content: "계약";
    font-size: 12px;
    font-weight: 700;
  }
}

/* ===== Mobile Page Navigation Bar ===== */

@media (max-width: 760px) {
  .ow-site-header nav,
  body > nav {
    height: auto;
    min-height: 58px;
    flex-wrap: wrap;
    align-content: center;
    gap: 8px 10px;
    padding: 8px 14px 0;
  }

  .ow-site-header .nav-logo,
  body > nav .nav-logo {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav-actions {
    order: 2;
    flex: 0 0 auto;
  }

  /* 기존 모바일 display:none을 덮어쓰기 */
  .ow-site-header .nav-links,
  body > nav .nav-links {
    order: 3;
    display: flex !important;
    flex: 0 0 calc(100% + 28px);
    width: calc(100% + 28px);
    margin: 0 -14px;
    padding: 8px 14px 10px;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.96);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ow-site-header .nav-links::-webkit-scrollbar,
  body > nav .nav-links::-webkit-scrollbar {
    display: none;
  }

  .ow-site-header .nav-links a,
  body > nav .nav-links a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: var(--orange-bg, #FFF8F4);
    color: var(--text-sub, #666);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
  }

  .ow-site-header .nav-links a.active,
  body > nav .nav-links a.active {
    background: var(--orange, #FF6B00);
    color: #fff;
    font-weight: 800;
  }
}