
/* VENTOA LOGO + FLOW INTEGRITY LOCK v0.8.6
   목적: 페이지별 CSS가 달라도 공식 VENTOA360 로고와 공통 헤더를 강제로 통일합니다. */
:root{--vt-max:1180px;--vt-navy:#071b3a;--vt-blue:#1769ff;--vt-line:#dbe5f2;--vt-text:#0e1b2f;--vt-muted:#627086;}
.site-header,.topbar,.ventoa-header,.ventoa-site-header,[data-ventoa-header]{position:sticky!important;top:0!important;z-index:1000!important;width:100%!important;background:rgba(255,255,255,.95)!important;backdrop-filter:blur(16px)!important;border-bottom:1px solid rgba(219,229,242,.95)!important;box-shadow:0 6px 24px rgba(7,27,58,.05)!important;margin:0!important;padding:0!important;}
.header-inner,.topbar-inner,.ventoa-header-inner,[data-ventoa-header] .topbar-inner{width:min(var(--vt-max),calc(100% - 48px))!important;max-width:var(--vt-max)!important;min-height:74px!important;margin:0 auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;}
/* New official logo */
.ventoa-logo,.brand.ventoa-logo,.logo-wrap.ventoa-logo{display:inline-flex!important;align-items:center!important;width:auto!important;height:54px!important;background:none!important;color:transparent!important;font-size:0!important;line-height:0!important;gap:0!important;}
.ventoa-logo img,.brand.ventoa-logo img,.logo-wrap.ventoa-logo img{display:block!important;height:44px!important;width:auto!important;max-width:210px!important;object-fit:contain!important;}
/* Legacy fake text/logo fallback: old pages still show official logo */
.brand:not(.ventoa-logo),.logo-wrap:not(.ventoa-logo){display:inline-flex!important;align-items:center!important;width:198px!important;height:54px!important;min-width:198px!important;background:url('../images/ventoa-logo.png') left center/contain no-repeat!important;color:transparent!important;font-size:0!important;line-height:0!important;gap:0!important;overflow:hidden!important;}
.brand:not(.ventoa-logo)>*,.logo-wrap:not(.ventoa-logo)>*,.brand-mark,.brand-text{display:none!important;}
.site-header .brand-wrap{width:min(var(--vt-max),calc(100% - 48px))!important;max-width:var(--vt-max)!important;height:74px!important;margin:0 auto!important;display:flex!important;align-items:center!important;gap:0!important;}
.site-header .brand-wrap>*{display:none!important;}
.site-header .brand-wrap:before{content:""!important;display:block!important;width:198px!important;height:54px!important;background:url('../images/ventoa-logo.png') left center/contain no-repeat!important;}
.site-header .brand-wrap + .main-nav{width:min(var(--vt-max),calc(100% - 48px))!important;max-width:var(--vt-max)!important;margin:-62px auto 0!important;min-height:62px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;}
.nav,.main-nav,.ventoa-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;}
.nav a,.main-nav a,.ventoa-nav a{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding:8px 12px!important;border-radius:999px!important;color:#334155!important;background:transparent!important;border:0!important;font-size:14px!important;font-weight:850!important;text-decoration:none!important;white-space:nowrap!important;}
.nav a:hover,.main-nav a:hover,.ventoa-nav a:hover,.nav a.active,.main-nav a.active,.ventoa-nav a.active{background:#edf4ff!important;color:#1769ff!important;}
.flow-lock-notice{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:16px;padding:14px 16px;font-size:14px;}
.flow-ok-notice{border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;border-radius:16px;padding:14px 16px;font-size:14px;}
.doc-code{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#1769ff;font-weight:900;}
.status-pill{display:inline-flex;align-items:center;border-radius:999px;background:#edf4ff;color:#1769ff;font-size:12px;font-weight:900;padding:7px 10px;}
@media(max-width:920px){.header-inner,.topbar-inner,.ventoa-header-inner,[data-ventoa-header] .topbar-inner{width:min(100% - 24px,var(--vt-max))!important;height:auto!important;min-height:74px!important;align-items:flex-start!important;flex-direction:column!important;gap:10px!important;padding:12px 0!important}.ventoa-logo img,.brand.ventoa-logo img{height:38px!important}.brand:not(.ventoa-logo),.logo-wrap:not(.ventoa-logo),.site-header .brand-wrap:before{width:176px!important;height:46px!important}.site-header .brand-wrap{width:min(100% - 24px,var(--vt-max))!important;height:58px!important}.site-header .brand-wrap + .main-nav{width:min(100% - 24px,var(--vt-max))!important;margin:0 auto 10px!important;justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important}.nav,.main-nav,.ventoa-nav{width:100%!important;justify-content:flex-start!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important}}
