@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

:root { --bg:#f5f7fb; --dark:#111827; --blue:#0b4ea2; --line:#d9e0ea; --card:#fff; }
* { box-sizing:border-box; }
body { margin:0; font-family:Arial, sans-serif; color:var(--dark); background:var(--bg); line-height:1.55; }
a { color:inherit; text-decoration:none; }
.container { width:min(1180px, 92vw); margin:0 auto; }
.topbar { position:sticky; top:0; z-index:40; background:rgba(255,255,255,.93); backdrop-filter:blur(6px); border-bottom:1px solid var(--line); transition:background-color .25s ease, border-color .25s ease, color .25s ease; }
.has-overlay-topbar .topbar { position:fixed; left:0; right:0; }
.topbar-wrap { display:flex; align-items:center; justify-content:space-between; min-height:88px; gap:14px; }
.logo { display:inline-flex; align-items:center; flex:0 0 auto; }
.logo img { display:block; height:45px; width:auto; max-width:100%; }
.nav { display:flex; gap:34px; flex-wrap:wrap; font-size:20px; font-family:'Noto Sans KR', Arial, sans-serif; font-weight:500; }
.nav a { padding:4px 0; border-bottom:2px solid transparent; }
.nav a.active { border-bottom-color:var(--blue); color:var(--blue); font-weight:700; }
.lang-select { padding:8px 10px; border:1px solid var(--line); border-radius:8px; background:#fff; }
.nav-hamburger { display:none; flex-direction:column; justify-content:center; gap:5px; width:40px; height:40px; padding:6px; background:none; border:none; cursor:pointer; flex-shrink:0; }
.nav-hamburger span { display:block; width:100%; height:2px; border-radius:2px; background:currentColor; transition:transform .25s, opacity .25s; }
.nav-hamburger.is-open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity:0; }
.nav-hamburger.is-open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.mobile-nav-drawer { position:fixed; inset:0 0 0 auto; width:min(320px, 88vw); background:#fff; z-index:200; display:flex; flex-direction:column; padding:0; transform:translateX(100%); transition:transform .3s cubic-bezier(.4,0,.2,1); box-shadow:-4px 0 24px rgba(0,0,0,.12); }
.mobile-nav-drawer.is-open { transform:translateX(0); }
.mobile-nav-overlay { position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:199; opacity:0; pointer-events:none; transition:opacity .3s; }
.mobile-nav-overlay.is-open { opacity:1; pointer-events:auto; }
.mobile-nav-header { display:flex; align-items:center; justify-content:space-between; padding:20px 20px 16px; border-bottom:1px solid var(--line); }
.mobile-nav-logo { height:34px; width:auto; }
.mobile-nav-close { display:flex; align-items:center; justify-content:center; width:36px; height:36px; background:none; border:none; cursor:pointer; color:#374151; border-radius:8px; }
.mobile-nav-close:hover { background:#f1f5f9; }
.mobile-nav-links { display:flex; flex-direction:column; padding:12px 0; flex:1; }
.mobile-nav-links a { padding:14px 24px; font-size:18px; font-family:'Noto Sans KR', Arial, sans-serif; font-weight:500; color:#1f2937; border-left:3px solid transparent; transition:background .15s, color .15s, border-color .15s; }
.mobile-nav-links a:hover { background:#f8faff; color:#0b4ea2; }
.mobile-nav-links a.active { color:#0b4ea2; font-weight:700; border-left-color:#0b4ea2; background:#f0f6ff; }
.mobile-nav-lang { display:flex; gap:6px; padding:16px 24px 28px; border-top:1px solid var(--line); }
.mobile-nav-lang a { padding:7px 14px; border-radius:8px; border:1px solid var(--line); font-size:13px; font-weight:600; color:#475569; transition:background .15s, color .15s; }
.mobile-nav-lang a:hover { background:#f0f6ff; color:#0b4ea2; }
.mobile-nav-lang a.active { background:#0b4ea2; color:#fff; border-color:#0b4ea2; }
.has-overlay-topbar .topbar {
  background:rgba(255,255,255,var(--topbar-bg-opacity, 0));
  border-bottom-color:rgba(217,224,234,var(--topbar-bg-opacity, 0));
  backdrop-filter:blur(calc(6px * var(--topbar-bg-opacity, 0)));
}
.has-overlay-topbar .topbar.on-dark .nav a { color:#fff; }
.has-overlay-topbar .topbar.on-dark .nav a.active { color:#fff; border-bottom-color:#fff; }
.has-overlay-topbar .topbar.on-dark .lang-select { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.45); color:#fff; }
.has-overlay-topbar .topbar.on-dark .lang-select option { color:#111827; }
.has-overlay-topbar .topbar.on-dark .nav-hamburger { color:#fff; }
section { padding:44px 0; }
h1, h2 { margin:0 0 14px; }
h1 { font-size:clamp(24px, 4vw, 44px); line-height:1.2; }
h2 { font-size:28px; }
.small { font-size:14px; color:#475569; }
.btn { display:inline-block; padding:12px 18px; border-radius:999px; background:var(--blue); color:#fff; font-weight:700; border:0; cursor:pointer; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.card { background:var(--card); border:1px solid var(--line); border-radius:14px; padding:18px; }
.hero { padding:64px 0 40px; }
.hero-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:center; }
.stats { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:18px; }
.stat-value { font-weight:800; font-size:22px; color:var(--blue); }
.intro-hero { position:relative; min-height:calc(100vh - 88px); overflow:hidden; display:flex; align-items:center; justify-content:center; padding:0; }
.is-home .intro-hero { min-height:100vh; }
.intro-hero-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.intro-hero-dim { position:absolute; inset:0; background:rgba(0,0,0,.42); }
.intro-hero-content { position:relative; z-index:2; text-align:center; color:#fff; padding:20px; }
.intro-hero-content p { margin:20px 0 22px; font-size:clamp(14px, 2vw, 20px); }
.intro-hero-logo { display:block; width:min(520px, 78vw); height:auto; margin:0 auto; }
.page-intro-hero { position:relative; min-height:52vh; overflow:hidden; display:flex; align-items:center; justify-content:center; padding:0; }
.page-intro-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.page-intro-image-hero { position:relative; min-height:52vh; overflow:hidden; display:flex; align-items:center; justify-content:center; padding:0; }
.page-intro-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.page-intro-dim { position:absolute; inset:0; background:rgba(0,0,0,.46); }
.page-intro-content { position:relative; z-index:2; text-align:center; color:#fff; padding:20px; }
.page-intro-content h1 { margin:0 0 10px; font-size:clamp(30px, 6vw, 64px); }
.page-intro-content p { margin:0; font-size:clamp(14px, 2.2vw, 22px); }
/* ── Home ── */
.home-stats-section { background:#fff; border-bottom:1px solid var(--line); padding:0; }
.home-stats-grid { display:grid; grid-template-columns:1fr 1px 1fr 1px 1fr 1px 1fr; align-items:center; }
.home-stat-item { display:flex; flex-direction:column; align-items:center; gap:6px; padding:36px 20px; }
.home-stat-value { font-size:clamp(26px, 3.2vw, 40px); font-weight:800; color:#0b4ea2; line-height:1; letter-spacing:-.02em; }
.home-stat-label { font-size:14px; color:#64748b; font-weight:500; }
.home-stat-divider { width:1px; height:60px; background:var(--line); }
.home-section-kicker { display:inline-block; padding:5px 12px; border-radius:99px; background:#eaf2ff; color:#0b4ea2; font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; margin-bottom:12px; }
.home-section-title { font-size:clamp(24px, 3vw, 38px); font-weight:800; color:#0f172a; margin:0 0 12px; line-height:1.2; letter-spacing:-.02em; }
.home-section-desc { font-size:16px; color:#475569; margin:0; line-height:1.7; }
.home-section-head { margin-bottom:40px; }
.home-business-section { padding:72px 0; }
.home-biz-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.home-biz-card { background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; transition:transform .22s, box-shadow .22s; }
.home-biz-card:hover { transform:translateY(-4px); box-shadow:0 12px 32px rgba(11,78,162,.10); }
.home-biz-img-wrap { width:100%; aspect-ratio:16/9; overflow:hidden; }
.home-biz-img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .3s; }
.home-biz-card:hover .home-biz-img { transform:scale(1.04); }
.home-biz-body { padding:20px; display:flex; flex-direction:column; gap:8px; flex:1; }
.home-biz-label { font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#0b4ea2; }
.home-biz-title { font-size:17px; font-weight:700; color:#0f172a; margin:0; line-height:1.4; }
.home-biz-desc { font-size:14px; color:#475569; line-height:1.65; margin:0; flex:1; }
.home-biz-more { font-size:13px; font-weight:700; color:#0b4ea2; margin-top:4px; }
.home-about-section { background:#fff; padding:80px 0; }
.home-about-layout { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.home-about-image-wrap { border-radius:20px; overflow:hidden; }
.home-about-image { width:100%; height:100%; min-height:420px; object-fit:cover; display:block; }
.home-about-text { display:flex; flex-direction:column; gap:14px; }
.home-about-text p { margin:0; font-size:16px; color:#374151; line-height:1.8; }
.home-about-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:4px; }
.home-about-tag { display:inline-block; padding:6px 14px; border-radius:99px; background:#f0f6ff; border:1px solid #c7daf8; font-size:13px; font-weight:600; color:#1e40af; }
.home-about-btn { margin-top:8px; align-self:flex-start; }
.home-cta-section { background:linear-gradient(135deg, #0b4ea2 0%, #1d4ed8 100%); padding:72px 0; }
.home-cta-inner { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.home-cta-title { font-size:clamp(22px, 3vw, 36px); font-weight:800; color:#fff; margin:0 0 12px; line-height:1.25; }
.home-cta-desc { font-size:15px; color:rgba(255,255,255,.75); margin:0; line-height:1.7; }
.home-cta-actions { display:flex; flex-direction:column; gap:12px; align-items:flex-start; flex-shrink:0; }
.home-cta-btn-primary { background:#fff; color:#0b4ea2; font-weight:700; padding:14px 28px; border-radius:999px; font-size:15px; white-space:nowrap; display:inline-block; transition:opacity .18s; }
.home-cta-btn-primary:hover { opacity:.88; }
.home-cta-btn-secondary { font-size:14px; font-weight:600; color:rgba(255,255,255,.8); transition:color .18s; }
.home-cta-btn-secondary:hover { color:#fff; }
@media (max-width:980px) {
  .home-stats-grid { grid-template-columns:repeat(2,1fr); }
  .home-stat-divider { display:none; }
  .home-stat-item { border-bottom:1px solid var(--line); }
  .home-biz-grid { grid-template-columns:repeat(2,1fr); }
  .home-about-layout { grid-template-columns:1fr; gap:32px; }
  .home-about-image { min-height:260px; }
  .home-cta-inner { flex-direction:column; text-align:center; }
  .home-cta-actions { align-items:center; width:100%; }
}
@media (max-width:600px) {
  .home-stats-grid { grid-template-columns:repeat(2,1fr); }
  .home-biz-grid { grid-template-columns:1fr; }
}
/* ── About page ── */
.about-page { padding-top:56px; }
.about-section { margin-bottom:48px; }
.about-section-layout { display:grid; grid-template-columns:3fr 7fr; gap:28px; align-items:start; }
.business-page .about-section-layout { column-gap:50px; }
.about-section-title { margin:8px 0 0; font-size:clamp(22px, 2.8vw, 34px); line-height:1.12; letter-spacing:-.02em; color:#0f172a; }
.about-page:not(.business-page) .about-section-title { text-align:right; }
.business-page .about-section-title { text-align:right; }
.about-section-body { min-width:0; }
.reveal-up { opacity:0; transform:translateY(42px); transition:opacity .7s ease, transform .7s ease; will-change:opacity, transform; }
.reveal-up.is-visible { opacity:1; transform:translateY(0); }
.about-meaning-card { padding:0; background:transparent; border:0; box-shadow:none; }
.about-meaning-layout { display:flex; flex-direction:column; gap:22px; }
.about-meaning-image-wrap { border-radius:16px; overflow:hidden; border:1px solid #d5e1f1; background:#e8eef8; }
.about-meaning-image { width:100%; height:100%; min-height:430px; object-fit:cover; display:block; }
.about-kicker { display:inline-block; margin:0 0 8px; padding:6px 12px; border-radius:99px; background:#eaf2ff; color:#0b4ea2; font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.about-meaning-head h3 { margin:0 0 18px; font-size:clamp(18px, 2.8vw, 28px); line-height:1.35; color:#0f172a; }
.brand-initial { color:#7a4b2a; font-weight:800; }
.about-meaning-list { list-style:none; margin:0 0 20px; padding:0; display:grid; grid-template-columns:1fr; gap:10px; }
.about-meaning-list li { display:flex; align-items:baseline; gap:8px; padding-bottom:8px; border-bottom:1px solid #e1e8f3; }
.about-meaning-list li em { font-style:normal; font-size:22px; font-weight:800; color:#0b4ea2; line-height:1; }
.about-meaning-list li span { font-size:16px; color:#1f2937; font-weight:500; line-height:1.4; }
.about-text-block p { margin:0 0 12px; font-size:16px; line-height:1.75; }
.about-text-card p { margin:0 0 14px; font-size:16px; line-height:1.8; }
.business-card h3 { margin:0 0 12px; font-size:22px; line-height:1.35; }
.business-card p { margin:0 0 12px; line-height:1.75; color:#1f2937; }
.business-points { margin:6px 0 0; padding-left:18px; }
.business-points li { margin-bottom:8px; line-height:1.6; color:#1f2937; }
.business-summary { margin-top:14px; font-weight:700; color:#0b4ea2; }
.business-subsection { margin-bottom:34px; }
.business-subsection:last-child { margin-bottom:0; }
.history-card { padding:28px 8px 28px 12px; }
.timeline { list-style:none; margin:0; padding:0; position:relative; }
.timeline::before { content:''; position:absolute; top:4px; bottom:4px; left:98px; width:2px; background:#c9d8eb; }
.timeline li { display:grid; grid-template-columns:84px 1fr; align-items:start; gap:28px; margin-bottom:12px; position:relative; }
.timeline li:last-child { margin-bottom:0; }
.timeline li::before { content:''; position:absolute; left:94px; top:10px; width:10px; height:10px; border-radius:50%; background:#0b4ea2; }
.timeline li span { font-weight:700; color:#0b4ea2; line-height:1.6; text-align:right; }
.timeline li p { margin:0; color:#1f2937; line-height:1.6; }
.premium-timeline { list-style:none; margin:0; padding:0; }
.premium-timeline-item { display:grid; grid-template-columns:56px 28px 1fr; gap:0; min-height:48px; }
.premium-timeline-item:last-child .premium-timeline-line { display:none; }
.premium-timeline-year-col { display:flex; align-items:flex-start; padding-top:2px; }
.premium-timeline-year { font-size:13px; font-weight:800; color:#0b4ea2; letter-spacing:.04em; line-height:1; }
.premium-timeline-track { display:flex; flex-direction:column; align-items:center; }
.premium-timeline-dot { width:12px; height:12px; border-radius:50%; background:#0b4ea2; border:2px solid #fff; box-shadow:0 0 0 2px #0b4ea2; flex-shrink:0; margin-top:2px; transition:background .2s; }
.premium-timeline-item--current .premium-timeline-dot { background:#fff; box-shadow:0 0 0 2px #0b4ea2, 0 0 0 5px rgba(11,78,162,.15); animation:pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%,100% { box-shadow:0 0 0 2px #0b4ea2, 0 0 0 5px rgba(11,78,162,.15); } 50% { box-shadow:0 0 0 2px #0b4ea2, 0 0 0 8px rgba(11,78,162,.08); } }
.premium-timeline-line { flex:1; width:1px; background:linear-gradient(to bottom, #bdd0ec, #e2ecf7); margin-top:6px; }
.premium-timeline-content { padding:0 0 28px 16px; }
.premium-timeline-item:last-child .premium-timeline-content { padding-bottom:0; }
.premium-timeline-content p { margin:0 0 4px; font-size:15px; color:#1f2937; line-height:1.75; }
.premium-timeline-content p:last-child { margin-bottom:0; }
.premium-timeline-item--current .premium-timeline-year { color:#0b4ea2; }
.premium-timeline-item--current .premium-timeline-content p { font-weight:600; color:#0b4ea2; }
.map-placeholder { display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:220px; border:1px dashed #9fb4d5; background:#f8fbff; text-align:center; }
.map-placeholder p { margin:8px 0 0; color:#475569; }
.map-embed { margin-top:14px; border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.map-embed iframe { width:100%; height:360px; border:0; display:block; }
.video-wrap { aspect-ratio:16/9; border-radius:14px; overflow:hidden; border:1px solid var(--line); background:#000; margin-top:12px; }
iframe { width:100%; height:100%; border:0; }
.badge { display:inline-block; padding:6px 10px; border-radius:20px; border:1px solid var(--line); background:#fff; margin:0 8px 8px 0; font-size:13px; }
.logo-box { height:70px; display:flex; align-items:center; justify-content:center; font-weight:700; }
.map-box { min-height:280px; border-radius:14px; background:linear-gradient(120deg,#0b4ea2,#4f46e5); color:#fff; display:flex; align-items:center; justify-content:center; font-size:22px; font-weight:800; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.step { padding:14px; border-radius:12px; border:1px dashed #9fb4d5; background:#f8fbff; }
.partner-steps .step { border:1px solid #d9e0ea; border-radius:10px; background:#fff; padding:12px; display:flex; flex-direction:column; gap:8px; }
.partner-step-image { width:100%; aspect-ratio:4/3; object-fit:contain; border-radius:8px; border:0; display:block; background:#fff; }
.partner-step-label { color:#0b4ea2; font-size:13px; letter-spacing:.03em; }
.partner-step-text { font-size:15px; line-height:1.5; color:#1f2937; }
.contact-form input, .contact-form textarea { width:100%; margin-bottom:10px; padding:12px; border-radius:10px; border:1px solid var(--line); }
.contact-page { padding-top:56px; padding-bottom:72px; }
.contact-header { margin-bottom:44px; }
.contact-title { font-size:clamp(28px, 4vw, 48px); font-weight:800; margin:0 0 10px; color:#0f172a; }
.contact-subtitle { font-size:16px; color:#475569; margin:0; line-height:1.7; }
.contact-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:44px; }
.contact-info-card { background:#fff; border:1px solid var(--line); border-radius:16px; padding:28px 22px; display:flex; flex-direction:column; gap:8px; }
.contact-info-icon { font-size:28px; line-height:1; }
.contact-info-label { margin:0; font-size:13px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#0b4ea2; }
.contact-info-value { font-size:15px; font-weight:600; color:#0f172a; word-break:break-all; }
a.contact-info-value:hover { color:#0b4ea2; text-decoration:underline; }
address.contact-address { font-style:normal; line-height:1.75; word-break:keep-all; }
.contact-info-note { margin:0; font-size:13px; color:#64748b; line-height:1.6; }
.contact-channel-list { display:flex; flex-wrap:wrap; gap:8px; margin-top:4px; }
.contact-channel-btn { display:inline-block; padding:6px 14px; border-radius:999px; border:1px solid var(--line); background:#f5f7fb; font-size:13px; font-weight:600; color:#1f2937; transition:background .18s, border-color .18s; }
.contact-channel-btn:hover { background:#eaf2ff; border-color:#0b4ea2; color:#0b4ea2; }
@media (max-width:980px) {
  .contact-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:600px) {
  .contact-grid { grid-template-columns:1fr; }
}
.qr { aspect-ratio:1/1; max-width:160px; border:1px dashed #9aa9bf; display:grid; place-items:center; border-radius:10px; }
.footer { background:#0f172a; color:#94a3b8; font-size:14px; padding:56px 0 0; }
.footer-inner { display:grid; grid-template-columns:2fr 1fr 1fr 1.6fr; gap:40px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.08); }
.footer-brand { display:flex; flex-direction:column; gap:14px; }
.footer-logo-img { height:36px; width:auto; display:block; filter:brightness(0) invert(1); }
.footer-tagline { margin:0; font-size:13px; color:#64748b; line-height:1.65; }
.footer-social { display:flex; gap:10px; }
.footer-social-btn { display:flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.12); color:#94a3b8; transition:background .18s, color .18s, border-color .18s; }
.footer-social-btn:hover { background:#0b4ea2; border-color:#0b4ea2; color:#fff; }
.footer-nav-title { margin:0 0 14px; font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#e2e8f0; }
.footer-nav-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.footer-nav-list a { font-size:14px; color:#94a3b8; transition:color .15s; }
.footer-nav-list a:hover { color:#fff; }
.footer-contact-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.footer-contact-list li { display:flex; flex-direction:column; gap:3px; }
.footer-contact-label { font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:#475569; }
.footer-contact-list a, .footer-contact-list span { font-size:13px; color:#94a3b8; line-height:1.6; }
.footer-contact-list a:hover { color:#fff; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; padding:20px 0; font-size:13px; color:#475569; }
.footer-bottom-lang { display:flex; gap:14px; }
.footer-bottom-lang a { color:#475569; font-size:13px; transition:color .15s; }
.footer-bottom-lang a:hover { color:#94a3b8; }
@media (max-width:980px) {
  .footer-inner { grid-template-columns:1fr 1fr; gap:28px; }
  .footer-brand { grid-column:1 / -1; }
}
@media (max-width:600px) {
  .footer-inner { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; gap:10px; text-align:center; }
}
@media (max-width:980px) {
  .topbar-wrap { min-height:72px; }
  .logo img { height:44px; }
  .intro-hero { min-height:calc(100vh - 72px); }
  .is-home .intro-hero { min-height:100vh; }
  .intro-hero-logo { width:min(440px, 86vw); }
  .page-intro-hero { min-height:44vh; }
  .page-intro-image-hero { min-height:44vh; }
  .map-embed iframe { height:280px; }
  .about-section-layout { grid-template-columns:1fr; gap:14px; }
  .about-section-title { margin:0; font-size:30px; }
  .about-page:not(.business-page) .about-section-title,
  .business-page .about-section-title { text-align:center; }
  .about-meaning-layout { grid-template-columns:1fr; }
  .about-meaning-image { min-height:260px; }
  .about-meaning-list { grid-template-columns:1fr; }
  .about-meaning-card { padding:0; }
  .about-meaning-head h3 { font-size:22px; }
  .hero-grid, .grid-4, .grid-3, .grid-2, .steps, .stats { grid-template-columns:1fr; }
  .nav { display:none; }
  .nav-hamburger { display:flex; }
}
