/* ============================================================
   기업 라이선스 카드 v100 — 짧은 16:9 카드 + 6개 단위 쪽 넘김
   설명·범위·태그·안내문은 카드에서 빼고 미리보기 팝업에만 남긴다.
   ============================================================ */
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-page [data-enterprise-grid]{
  display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;
}
@media(max-width:1100px){
  html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-page [data-enterprise-grid]{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
  html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-page [data-enterprise-grid]{grid-template-columns:minmax(0,1fr)!important}
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact{
  display:flex!important;flex-direction:column!important;min-height:0!important;
  grid-template-columns:none!important;grid-column:auto!important;
  overflow:hidden;border-radius:20px!important;
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-preview{
  aspect-ratio:16/9!important;height:auto!important;min-height:0!important;width:100%!important;
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__body{
  padding:14px 16px 16px!important;display:flex;flex-direction:column;gap:10px!important;
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__title{
  font-size:17px!important;line-height:1.3!important;margin:2px 0 0!important;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__company{font-size:10px!important;letter-spacing:.08em}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__badge{font-size:10px!important;padding:5px 9px!important;white-space:nowrap}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__bottom{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-top:2px!important;
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__price small{font-size:10.5px!important;display:block}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__price strong{font-size:19px!important}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-license-card.is-compact .enterprise-license-card__request{
  min-height:40px!important;height:40px!important;padding:0 16px!important;font-size:12.5px!important;border-radius:12px!important;white-space:nowrap;flex:0 0 auto;
  width:auto!important;min-width:0!important;max-width:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;
}
/* 쪽 넘김 */
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-pager-v100{
  display:flex;align-items:center;justify-content:center;gap:8px;margin:22px 0 6px;
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-pager-v100 button{
  min-width:38px;height:38px;padding:0 12px;border-radius:12px;cursor:pointer;font-weight:800;font-size:13.5px;filter:none!important;
  border:1px solid rgba(200,216,238,.95);background:linear-gradient(180deg,#fff,rgba(240,246,253,.92));color:#3c5069;
  transition:border-color .15s ease,box-shadow .15s ease;
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-pager-v100 button:hover:not(:disabled){border-color:rgba(121,170,255,.85);box-shadow:0 4px 10px -6px rgba(28,58,108,.45)}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-pager-v100 button.is-on{
  border-color:#2f6ec9;background:linear-gradient(180deg,#eaf2ff,#d9e8ff);color:#1d4e9c;
  box-shadow:0 0 0 3px rgba(47,110,201,.15);
}
html body:not(#a):not(#b):not(#c):not(#d):not(#e) .enterprise-pager-v100 button:disabled{opacity:.4;cursor:default}


/* ── v120: 쪽 번호 보조 표기 — 접힌 구간(…)과 현재 쪽 안내 ── */
.pager-gap-v120{align-self:center;padding:0 2px;color:#7d95b3;font-weight:800;letter-spacing:.08em}
.pager-info-v120{align-self:center;margin-left:10px;padding:7px 13px;border-radius:999px;
  background:rgba(255,255,255,.72);color:#3d5f88;font-size:12px;font-weight:800;white-space:nowrap;
  box-shadow:inset 0 1.5px 1px -1px #fff,inset 0 0 0 1px rgba(160,196,244,.5)}
