/* ============================================================
   ARIFE 기업 라이선스 다시 짜기 v630  (2026-08-04)

   고친 것
     · 미리보기 단추가 재생을 누르면 가운데에서 아래로 뚝 떨어졌다.
       원인: .enterprise-media-modal.is-playing .…__control{top:auto;bottom:24px}
       + :hover{transform:translate(-50%,-53%)} — 언제나 정가운데 동그라미로 고정한다.
     · 창과 무대가 영상 해상도를 따라가지 않았다 — --media-ar 로 받는다(기본 16/9).
     · 계약 요청 창이 어두운 판이라 글·이름표가 안 읽혔다 — 유리 판으로.
     · 단추들 규격·간격·유리 재질·글자색을 다른 화면과 맞춘다.

   기능과 연결은 손대지 않는다. 자리·크기·색만 만진다.
   ============================================================ */

/* ── 상품 판 ──────────────────────────────────────────── */
html body[data-glass-page].a-glass-page:not(#nope) .license-product{
  border-radius:20px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.12) 48%,rgba(234,241,250,.38)),
    rgba(223,232,244,.8)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.5);
  backdrop-filter:blur(18px) saturate(1.5)!important;
  box-shadow:
    0 20px 38px -18px rgba(28,58,108,.5),
    inset 0 1.6px 0 rgba(255,255,255,1)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-copy h3{color:#14202e!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-copy>p:not(.license-company){color:#414a57!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-company{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-company span{color:#1c56be!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-meta span{
  background:rgba(227,235,246,.58)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  color:#1a2940!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-price{
  border-top-color:rgba(255,255,255,.55)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-price small,
html body[data-glass-page].a-glass-page:not(#nope) .license-price em{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-price strong{color:#14202e!important}

/* 판 아래 '요청' 단추 — 네모 띠에서 알약으로 */
html body[data-glass-page].a-glass-page:not(#nope) .license-copy button{
  width:auto!important;
  min-height:44px!important;height:auto!important;
  padding:0 7px 0 16px!important;
  border-radius:999px!important;
  border:1px solid rgba(223,232,244,.74)!important;
  display:inline-flex!important;align-items:center!important;
  justify-content:flex-start!important;gap:12px!important;
  color:#14202e!important;font:800 13px/1 inherit!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-copy button:hover{color:#0d151f!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-copy button span{
  width:30px!important;height:30px!important;flex:0 0 30px!important;
  border-radius:50%!important;display:grid!important;place-items:center!important;
  background:rgba(28,86,190,.92)!important;color:#fff!important;
  border:1px solid rgba(227,235,246,.58)!important;
}

/* ── 판 위 미리보기 단추 — 가운데 동그라미 ─────────────── */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-preview__play{
  left:50%!important;top:50%!important;bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important;
  padding:0!important;gap:0!important;
  display:grid!important;place-items:center!important;
  border-radius:50%!important;
  border:1px solid rgba(224,233,245,.7)!important;
  background:
    radial-gradient(circle at 50% 22%,rgba(255,255,255,.55),transparent 46%),
    linear-gradient(180deg,rgba(231,238,248,.48),rgba(255,255,255,.05) 48%,rgba(255,255,255,.2)),
    rgba(150,190,242,.5)!important;
  -webkit-backdrop-filter:blur(12px) saturate(1.6);
  backdrop-filter:blur(12px) saturate(1.6)!important;
  opacity:1!important;
  box-shadow:0 16px 30px -14px rgba(16,46,104,.7),inset 0 1.6px 0 rgba(255,255,255,1)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-preview__play:hover{
  transform:translate(-50%,-50%) scale(1.06)!important;   /* 위아래로 튀지 않는다 */
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-preview__play b{display:none!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-preview__play i{
  width:auto!important;height:auto!important;
  background:none!important;box-shadow:none!important;border-radius:0!important;
  color:#14202e!important;font-size:17px!important;margin-left:3px!important;
}

/* ── 미리보기 창 ──────────────────────────────────────── */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal{padding:28px!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal__backdrop{
  background:rgba(16,46,104,.72)!important;
}
/* 창 크기는 arife-enterprise-shape-v4000 이 영상 화면비로 계산해 넣는다.
   여기서 width/height 를 못 박으면 그 계산을 덮어써 배치가 어긋난다 — 색과 모양만 만진다. */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal__dialog{
  border-radius:24px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.12) 48%,rgba(234,241,250,.38)),
    rgba(226,235,247,.97)!important;          /* 뒤 화면이 비쳐 큰 동그라미가 겹쳐 보였다 */
  -webkit-backdrop-filter:blur(22px) saturate(1.5);
  backdrop-filter:blur(22px) saturate(1.5)!important;
  color:#14202e!important;
  box-shadow:0 34px 70px -26px rgba(8,12,20,.7),inset 0 1.6px 0 rgba(255,255,255,1)!important;
  padding:14px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal__close{
  right:22px!important;top:22px!important;
  width:40px!important;height:40px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.1) 48%,rgba(255,255,255,.26)),
    rgba(150,190,242,.4)!important;
  color:#14202e!important;font-size:20px!important;
  box-shadow:inset 0 1.4px 0 rgba(255,255,255,1),0 8px 16px -8px rgba(8,12,18,.6)!important;
}

/* 무대 — 높이 기준이라 세로 영상도 창을 안 넘는다 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage{
  border-radius:16px!important;
  overflow:hidden!important;
  background:#0b1119!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage video{
  object-fit:contain!important;
  filter:none!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__shade{
  background:linear-gradient(180deg,rgba(3,6,8,.18),transparent 42%,rgba(3,6,8,.34))!important;
}
/* 재생 단추 — 언제나 정가운데 동그라미 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__control,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal.is-playing .enterprise-media-stage__control{
  left:50%!important;top:50%!important;bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  width:66px!important;min-width:66px!important;height:66px!important;min-height:66px!important;
  padding:0!important;gap:0!important;
  display:grid!important;place-items:center!important;
  border-radius:50%!important;
  border:1px solid rgba(224,233,245,.7)!important;
  background:
    radial-gradient(circle at 50% 22%,rgba(255,255,255,.55),transparent 46%),
    linear-gradient(180deg,rgba(231,238,248,.48),rgba(255,255,255,.05) 48%,rgba(255,255,255,.2)),
    rgba(150,190,242,.5)!important;
  -webkit-backdrop-filter:blur(12px) saturate(1.6);
  backdrop-filter:blur(12px) saturate(1.6)!important;
  opacity:.92!important;
  box-shadow:0 18px 32px -14px rgba(16,46,104,.7),inset 0 1.6px 0 rgba(255,255,255,1)!important;
  transition:transform .18s ease,opacity .18s ease!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal.is-playing .enterprise-media-stage__control{opacity:.5!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__control:hover,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal.is-playing .enterprise-media-stage__control:hover,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal.is-playing .enterprise-media-stage__control:focus-visible{
  transform:translate(-50%,-50%) scale(1.06)!important;
  opacity:1!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__control span{display:none!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__control i{
  width:auto!important;height:auto!important;
  background:none!important;box-shadow:none!important;border-radius:0!important;
  color:#14202e!important;font-size:20px!important;
}
/* 영상 위 이름표는 어두운 채로 — 뒤가 영상이다 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__watermark,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__status{
  background:rgba(8,13,19,.56)!important;
  border-color:rgba(255,255,255,.24)!important;
}
/* 창 아래 — 밝은 판 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal__dialog>footer{
  background:none!important;
  padding:18px 12px 8px!important;
  gap:22px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal__dialog>footer h2{color:#14202e!important;font-size:21px!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal__dialog>footer small{color:#1c56be!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-modal__dialog>footer p{color:#414a57!important}

/* ── 계약 요청 창 ─────────────────────────────────────── */
html body[data-glass-page].a-glass-page:not(#nope) .license-modal{padding:28px!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal-backdrop,
html body[data-glass-page].a-glass-page:not(#nope) .license-modal__backdrop{
  background:rgba(16,46,104,.72)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal>section,
html body[data-glass-page].a-glass-page:not(#nope) .license-modal__dialog{
  width:min(1040px,100%)!important;
  max-height:calc(100vh - 56px)!important;
  padding:28px!important;
  border-radius:24px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.12) 48%,rgba(234,241,250,.38)),
    rgba(226,235,247,.97)!important;          /* 뒤 화면이 비쳐 큰 동그라미가 겹쳐 보였다 */
  -webkit-backdrop-filter:blur(22px) saturate(1.5);
  backdrop-filter:blur(22px) saturate(1.5)!important;
  color:#14202e!important;
  box-shadow:0 34px 70px -26px rgba(8,12,20,.7),inset 0 1.6px 0 rgba(255,255,255,1)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal-close{
  right:18px!important;top:18px!important;
  width:40px!important;height:40px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.1) 48%,rgba(255,255,255,.26)),
    rgba(150,190,242,.4)!important;
  color:#14202e!important;font-size:20px!important;
  box-shadow:inset 0 1.4px 0 rgba(255,255,255,1),0 8px 16px -8px rgba(8,12,18,.6)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal h2,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-panel h2{color:#14202e!important;font-size:26px!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal section>p:not(.enterprise-eyebrow),
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-panel>p{color:#414a57!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-panel .enterprise-heading{
  display:block!important;margin:0 0 6px!important;
  color:#1c56be!important;font:800 11px/1 ui-monospace,Consolas,monospace!important;letter-spacing:.14em!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal label{color:#4a5870!important;font-weight:800!important}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal input,
html body[data-glass-page].a-glass-page:not(#nope) .license-modal select,
html body[data-glass-page].a-glass-page:not(#nope) .license-modal textarea{
  height:auto!important;min-height:48px!important;
  padding:12px 14px!important;
  border-radius:12px!important;
  border:1px solid rgba(255,255,255,.7)!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.7),rgba(231,238,248,.48)),
    rgba(228,236,248,.86)!important;
  color:#14202e!important;
  box-shadow:inset 0 2px 6px rgba(30,60,110,.14)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-modal input[type="checkbox"]{
  min-height:0!important;width:19px!important;height:19px!important;padding:0!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .license-consent span{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-notice{
  padding:14px 16px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-radius:14px!important;
  background:rgba(229,237,248,.5)!important;
  box-shadow:inset 0 1.4px 0 rgba(255,255,255,.9)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-notice strong{color:#14202e!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-notice span{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-license-card__request{
  width:100%!important;min-height:50px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.55)!important;
  background:
    linear-gradient(180deg,rgba(233,240,249,.42),rgba(255,255,255,.04) 46%,rgba(255,255,255,.16)),
    rgba(28,86,190,.9)!important;
  color:#fff!important;font-weight:800!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-license-card__request span{color:#fff!important}

/* 왼쪽 미리보기 칸 — 그림은 어둡게, 글은 밝은 판 위로 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-layout{
  display:grid!important;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)!important;
  gap:24px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview{
  background:rgba(233,240,249,.42)!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-radius:18px!important;
  padding:16px!important;
  box-shadow:inset 0 1.4px 0 rgba(255,255,255,.9)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__visual{
  position:relative!important;
  border-radius:14px!important;
  overflow:hidden!important;
  aspect-ratio:16/10!important;
  height:auto!important;
  min-height:0!important;                       /* 원래 330px 라 칸이 쓸데없이 컸다 */
  border-color:rgba(227,235,246,.58)!important;
}
/* 장식 구슬이 칸 밖으로 흘러 제목 위에 겹쳤다 — 칸 안에서만 보이게 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview{
  overflow:hidden!important;
  display:flex!important;flex-direction:column!important;gap:14px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content{
  position:relative!important;z-index:1!important;
  display:grid!important;gap:8px!important;
  padding:14px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-radius:14px!important;
  background:rgba(227,235,246,.58)!important;
  box-shadow:inset 0 1.4px 0 rgba(255,255,255,.95)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content>div{
  display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;
  gap:6px!important;margin-top:2px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content>div>b{
  align-self:flex-start!important;line-height:1!important;font-size:11px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content dl{
  display:grid!important;grid-template-columns:auto 1fr!important;gap:6px 14px!important;
  margin:8px 0 0!important;padding-top:10px!important;
  border-top:1px solid rgba(225,234,246,.68)!important;
  font-size:12px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content dd{margin:0!important;text-align:right!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content h2{color:#14202e!important;font-size:20px!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content p{color:#1c56be!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content span,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content dd{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content dt{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content b{
  background:rgba(227,235,246,.58)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-radius:999px!important;padding:5px 11px!important;
  color:#1a2940!important;
}
@media(max-width:820px){
  html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-layout{grid-template-columns:1fr!important}
}

/* ── 검색·정렬 칸 규격 ────────────────────────────────── */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-search input,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-sort select{
  height:58px!important;border-radius:14px!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-search>span,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-sort>span{color:#4a5870!important}

/* 오른쪽 입력 칸이 어두운 판으로 남아 있었다 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-panel{
  background:rgba(229,237,248,.5)!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-radius:18px!important;
  padding:20px!important;
  color:#14202e!important;
  box-shadow:inset 0 1.4px 0 rgba(255,255,255,.95)!important;
}
/* 왼쪽 칸 뒤에 장식 구슬이 비쳐 제목과 겹쳤다 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview::before,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview::after,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content::before,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content::after{
  content:none!important;background:none!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview{
  background:rgba(229,237,248,.5)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content{
  background:rgba(255,255,255,.75)!important;
}

/* 왼쪽 칸 줄 간격이 늘어져 빈자리가 크게 남았다 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview{
  justify-content:flex-start!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-preview__content{
  align-content:start!important;
}
/* 안내 글이 한 줄로 붙어 나왔다 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-notice strong,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-notice span{
  display:block!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-request-notice strong{margin-bottom:4px!important}

/* ============================================================
   손질 2회차 — 운영자 지시
     · 머리 마당을 큰 판으로 감싼다
     · 재생 세모가 아래로 앉아 보인다 — 눈으로 가운데에 맞춘다
     · '요청은 간단하게' 네 칸은 뺀다. 기업 등록 줄만 위로 올린다
     · 딱지 줄 그림자가 잘렸다 — 잘리는 상자에 숨을 준다
   ============================================================ */

/* ── 머리 마당을 큰 판으로 ─────────────────────────────── */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-hero{
  padding:0!important;border-bottom:0!important;background:none!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-hero>.enterprise-shell{
  margin-top:26px!important;
  padding:34px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-radius:26px!important;
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.12) 48%,rgba(234,241,250,.38)),
    rgba(223,232,244,.8)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.5);
  backdrop-filter:blur(20px) saturate(1.5)!important;
  box-shadow:
    0 22px 42px -20px rgba(28,58,108,.5),
    inset 0 1.6px 0 rgba(255,255,255,1),
    inset 0 -1.2px 0 rgba(255,255,255,.55)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-hero-grid{
  gap:40px!important;align-items:center!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-hero h1{
  font-size:clamp(34px,3.6vw,52px)!important;line-height:1.04!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-lead{
  margin-top:18px!important;font-size:clamp(13px,1vw,15px)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-actions{margin-top:24px!important}

/* ── 재생 세모 가운데 맞추기 ───────────────────────────── */
/* '▶' 글자는 글꼴 기준선 때문에 상자 아래쪽에 앉는다. 눈으로 맞춘다. */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-media-stage__control i,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-preview__play i{
  display:block!important;
  line-height:1!important;
  margin:0 0 0 3px!important;
  transform:translateY(-1px)!important;
  font-style:normal!important;
}

/* ── '요청은 간단하게' 네 칸은 뺀다 ────────────────────── */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-contract-head,
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-contract-steps{display:none!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-contract-info{
  padding:0 0 70px!important;border-top:0!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-contract-cta{
  margin-top:0!important;
  padding:22px 24px!important;
  border-radius:22px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  box-shadow:
    0 20px 38px -18px rgba(28,58,108,.5),
    inset 0 1.6px 0 rgba(255,255,255,1)!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-catalog{padding-bottom:34px!important}

/* ── 딱지 줄 그림자가 잘렸다 ───────────────────────────── */
/* .enterprise-tags 는 옆으로 밀어 보려고 overflow-x:auto 라
   단추 아래 그림자가 상자 밖으로 나가면 잘린다. 위아래로 숨을 준다. */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-tags{
  padding:10px 4px 16px!important;
  margin:-10px -4px -16px!important;
  overflow-y:visible!important;
  align-items:center!important;
}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-tags button{
  min-height:44px!important;border-radius:999px!important;
}

/* '현재 공개 상품 10' 안내는 뺀다 */
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-heading-note{display:none!important}
html body[data-glass-page].a-glass-page:not(#nope) .enterprise-heading{
  display:block!important;margin-bottom:24px!important;
}

/* 동의 문구가 흐렸다 */
html body[data-glass-page].a-glass-page:not(#nope) .license-consent,
html body[data-glass-page].a-glass-page:not(#nope) .license-consent span,
html body[data-glass-page].a-glass-page:not(#nope) .license-modal .license-consent *{color:#4a5870!important}

/* ============================================================
   기업 라이선스 — 남은 어두운 판·안 보이는 글자·창 정리 (v700)
   ============================================================ */

/* ── 1) 아직 어두운 채 남아 있던 큰 판들 ───────────────── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-proof-strip>.enterprise-shell,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog>.enterprise-shell,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-contract-info>.enterprise-shell,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-nudge-v2700{
  background:
    linear-gradient(180deg,rgba(229,237,248,.5),rgba(255,255,255,.08) 46%,rgba(255,255,255,.24)),
    rgba(227,235,246,.58)!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-radius:22px!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.5);
  backdrop-filter:blur(18px) saturate(1.5)!important;
  box-shadow:0 22px 44px -26px rgba(28,58,108,.45),inset 0 1.6px 0 rgba(255,255,255,.95)!important;
  color:#14202e!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-proof-strip>.enterprise-shell *,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-contract-info>.enterprise-shell *,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-nudge-v2700 *{
  color:#4a5870!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-proof-strip>.enterprise-shell b,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-proof-strip>.enterprise-shell strong,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-contract-info>.enterprise-shell b,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-contract-info>.enterprise-shell strong,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-nudge-v2700 strong{color:#14202e!important}
/* 번호 딱지 01~04 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-proof-strip>.enterprise-shell article>span:first-child,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-contract-info .enterprise-contract-steps li::before{
  color:#1c56be!important;
}
/* 나눔 줄 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-proof-strip>.enterprise-shell article+article{
  border-left-color:rgba(225,234,246,.68)!important;
}
/* 큰 제목 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog .enterprise-heading,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog .enterprise-heading *{color:#14202e!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog .enterprise-heading h2{color:#14202e!important}

/* 안내 띠 안의 단추 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-nudge-v2700 a,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-nudge-v2700 button{
  background:
    linear-gradient(180deg,rgba(233,240,249,.42),rgba(255,255,255,.04) 46%,rgba(255,255,255,.16)),
    rgba(28,86,190,.9)!important;
  border:1px solid rgba(255,255,255,.55)!important;
  border-radius:999px!important;
  color:#fff!important;
  box-shadow:0 12px 22px -12px rgba(28,58,108,.6),inset 0 1.4px 0 rgba(255,255,255,.55)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-nudge-v2700 a *,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-nudge-v2700 button *{color:#fff!important}

/* ── 2) 그림 위 글자 — 흐려서 안 읽혔다 ────────────────── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__top span,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__bottom b,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__bottom span,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-spec-v4000 span,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__watermark span{
  color:#fff!important;
  opacity:1!important;
  text-shadow:0 1px 3px rgba(0,0,0,.85)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__top span,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-spec-v4000 span,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__bottom b{
  background:rgba(20,40,80,.66)!important;
  border:1px solid rgba(233,240,249,.42)!important;
  border-radius:999px!important;
  padding:4px 9px!important;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)!important;
  letter-spacing:.06em!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__bottom{
  background:linear-gradient(180deg,transparent,rgba(16,46,104,.72))!important;
  padding:22px 12px 10px!important;
}

/* ── 3) 미리보기 단추 — 마켓과 같은 유리 동그라미 ──────── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__play{
  position:absolute!important;
  inset:50% auto auto 50%!important;
  transform:translate(-50%,-50%)!important;
  width:60px!important;min-width:60px!important;max-width:60px!important;
  height:60px!important;min-height:60px!important;
  padding:0!important;gap:0!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:50%!important;
  border:1px solid rgba(224,233,245,.7)!important;
  background:
    radial-gradient(circle at 50% 22%,rgba(225,234,246,.68),transparent 46%),
    linear-gradient(180deg,rgba(229,237,248,.5),rgba(255,255,255,.06) 48%,rgba(255,255,255,.22)),
    rgba(150,190,242,.5)!important;
  -webkit-backdrop-filter:blur(12px) saturate(1.6);
  backdrop-filter:blur(12px) saturate(1.6)!important;
  color:transparent!important;font-size:0!important;line-height:0!important;
  overflow:hidden!important;
  box-shadow:0 16px 30px -14px rgba(16,46,104,.7),inset 0 1.6px 0 rgba(255,255,255,1)!important;
  transition:transform .18s ease!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__play:hover{
  transform:translate(-50%,-50%) scale(1.06)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__play>u,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__play>b,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__play::after{display:none!important;content:none!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__play>i{
  display:block!important;flex:none!important;
  width:0!important;height:0!important;padding:0!important;
  font-size:0!important;line-height:0!important;color:transparent!important;
  border-style:solid!important;
  border-width:9px 0 9px 15px!important;
  border-color:transparent transparent transparent #14202e!important;
  border-radius:1.5px!important;
  background:none!important;box-shadow:none!important;
  margin:0!important;
  transform:translateX(4.2px)!important;
  overflow:hidden!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__play[aria-pressed="true"]>i{
  border:0!important;
  width:5px!important;height:18px!important;
  background:#14202e!important;
  box-shadow:8px 0 0 #14202e!important;
  transform:translateX(-4px)!important;
}

/* ── 4) 미리보기 창 ─────────────────────────────────────
     창 크기는 arife-enterprise-license.js(sizeViewer) 가 영상 화면비로
     계산해 넣는다. 여기서는 색·모양과 '넘치지 않게' 만 만진다. */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog{
  max-height:calc(100vh - 40px)!important;
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.12) 44%,rgba(234,241,250,.38)),
    rgba(226,235,247,.94)!important;
  border:1px solid rgba(223,232,244,.8)!important;
  border-radius:24px!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.5);
  backdrop-filter:blur(22px) saturate(1.5)!important;
  box-shadow:0 40px 90px -40px rgba(16,46,104,.7),inset 0 1.8px 0 rgba(255,255,255,1)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer{
  background:none!important;color:#14202e!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer h2{color:#14202e!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer p{color:#4a5870!important}
/* 규격 표 — 남색 판이 그대로였다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000>div{
  background:
    linear-gradient(180deg,rgba(229,237,248,.52),rgba(255,255,255,.1) 52%,rgba(255,255,255,.26)),
    rgba(227,235,246,.58)!important;
  border:1px solid rgba(224,233,245,.7)!important;
  border-radius:14px!important;
  box-shadow:inset 0 1.4px 0 rgba(255,255,255,.92)!important;
  color:#14202e!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000{background:none!important;border:0!important;box-shadow:none!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000 span,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000 small{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000 b,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000 strong{color:#14202e!important}
/* 무대 재생 단추 — 하늘색 테를 유리로 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control{
  width:66px!important;min-width:66px!important;max-width:66px!important;
  height:66px!important;min-height:66px!important;
  padding:0!important;gap:0!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:50%!important;
  border:1px solid rgba(224,233,245,.7)!important;
  background:
    radial-gradient(circle at 50% 22%,rgba(255,255,255,.55),transparent 46%),
    linear-gradient(180deg,rgba(231,238,248,.48),rgba(255,255,255,.05) 48%,rgba(255,255,255,.2)),
    rgba(150,190,242,.5)!important;
  -webkit-backdrop-filter:blur(12px) saturate(1.6);
  backdrop-filter:blur(12px) saturate(1.6)!important;
  color:transparent!important;font-size:0!important;line-height:0!important;
  overflow:hidden!important;
  box-shadow:0 18px 32px -14px rgba(16,46,104,.7),inset 0 1.6px 0 rgba(255,255,255,1)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control::after,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control::before,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control>span{content:none!important;display:none!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control>i{
  display:block!important;flex:none!important;
  width:0!important;height:0!important;padding:0!important;
  font-size:0!important;line-height:0!important;color:transparent!important;
  border-style:solid!important;
  border-width:9.5px 0 9.5px 16px!important;
  border-color:transparent transparent transparent #14202e!important;
  border-radius:1.5px!important;
  background:none!important;box-shadow:none!important;
  margin:0!important;
  transform:translateX(4.6px)!important;
  overflow:hidden!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage.is-playing .enterprise-media-stage__control>i,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control[aria-pressed="true"]>i{
  border:0!important;
  width:5px!important;height:19px!important;border-radius:1.5px!important;
  background:#14202e!important;
  box-shadow:9px 0 0 #14202e!important;
  transform:translateX(-4.5px)!important;
}
/* 닫기 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__close,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-modal-close{
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.1) 48%,rgba(255,255,255,.26)),
    rgba(150,190,242,.42)!important;
  border:1px solid rgba(223,232,244,.74)!important;
  border-radius:50%!important;
  color:#14202e!important;
  box-shadow:0 12px 22px -12px rgba(16,46,104,.6),inset 0 1.4px 0 rgba(255,255,255,.95)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__close::after,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-modal-close::after{box-shadow:none!important;border:0!important;background:none!important}

/* ── 5) 계약 요청 창 ───────────────────────────────────── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-modal__dialog{
  max-height:calc(100vh - 40px)!important;
  overflow:auto!important;
}
/* 동의 줄 — 글자가 흐리고 네모가 새까맸다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-consent span,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-consent{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-consent input[type="checkbox"]{
  width:18px!important;height:18px!important;flex:none!important;
  accent-color:#2e4666!important;
  background:rgba(255,255,255,.9)!important;
  border:1px solid rgba(255,255,255,.8)!important;
  border-radius:5px!important;
  box-shadow:inset 0 2px 5px rgba(30,60,110,.16)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-request-notice{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-request-notice strong{color:#14202e!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-inline-v2700,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-inline-v2700 *{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-signup-inline-v2700 a{color:#1c56be!important;font-weight:800!important}
/* 왼쪽 미리보기 판 — 그림칸만 어둡게 두고 나머지는 유리 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-request-preview__visual{
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.55)!important;
}

/* 규격 표는 dt/dd 다 — 밝은 판 위에 흰 글씨였다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000 dt{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000 dd,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000 div>*:last-child{color:#14202e!important;font-weight:800!important}
/* 무대 단추의 하늘색 테두리는 outline 이었다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control:focus,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-stage__control:focus-visible,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-modal-close,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__close{
  outline:0!important;outline-offset:0!important;
}
/* 계약 창 왼쪽 그림 위 딱지 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-request-preview__visual>span{
  color:#fff!important;opacity:1!important;
  background:rgba(20,40,80,.66)!important;
  border:1px solid rgba(233,240,249,.42)!important;
  border-radius:999px!important;
  text-shadow:0 1px 3px rgba(0,0,0,.85)!important;
}
/* 딱지가 판을 넘어갔다 — 자리에 맞게 줄인다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__top{
  gap:6px!important;padding:10px!important;align-items:flex-start!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__top span{
  padding:3px 8px!important;font-size:9px!important;white-space:nowrap!important;flex:none!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-spec-v4000 span{
  padding:3px 7px!important;font-size:9px!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-preview__bottom b{
  padding:4px 9px!important;font-size:9.5px!important;
}
/* 고른 거르개 딱지 글자가 흐렸다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button.is-active,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button[aria-pressed="true"],
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar .is-active{
  background:rgba(28,86,190,.92)!important;
  border-color:rgba(227,235,246,.58)!important;
  color:#fff!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button.is-active *,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button[aria-pressed="true"] *{color:#fff!important}
/* 거르개 줄 — 아직 검은 알약이었다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar input,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar select{
  background:
    linear-gradient(180deg,rgba(229,237,248,.5),rgba(255,255,255,.06) 50%,rgba(255,255,255,.2)),
    rgba(150,190,242,.3)!important;
  border:1px solid rgba(224,233,245,.7)!important;
  border-radius:999px!important;
  color:#1a2940!important;
  -webkit-backdrop-filter:blur(10px) saturate(1.7);
  backdrop-filter:blur(10px) saturate(1.7)!important;
  box-shadow:0 8px 16px -10px rgba(28,58,108,.42),inset 0 1.4px 0 rgba(255,255,255,.95)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar input,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar select{
  border-radius:12px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.7),rgba(231,238,248,.48)),
    rgba(228,236,248,.86)!important;
  box-shadow:inset 0 2px 6px rgba(30,60,110,.14)!important;
  color:#14202e!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar input::placeholder{color:#4a5870!important}

/* ============================================================
   v710 — 안내 알림띠 색, 창 배치, 거르개 줄 간격
   ============================================================ */

/* ── 1) 안내 알림띠 (새로고침·안내 문구) — 남색 막대였다 ── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .toast{
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.12) 48%,rgba(235,241,250,.36)),
    rgba(221,231,244,.86)!important;
  border:1px solid rgba(255,255,255,.7)!important;
  border-radius:14px!important;
  -webkit-backdrop-filter:blur(16px) saturate(1.5);
  backdrop-filter:blur(16px) saturate(1.5)!important;
  box-shadow:0 16px 30px -18px rgba(28,58,108,.5),inset 0 1.4px 0 rgba(255,255,255,.95)!important;
  color:#14202e!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .toast *{color:#4a5870!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .toast b,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .toast strong{color:#14202e!important}

/* ── 2) 계약 요청 창 — 왼쪽 두 판이 위로 붙어 있었다 ───── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-request-preview{
  justify-content:center!important;
  gap:20px!important;
}
/* 창이 화면 아래로 5px 내려가 있었다 (덮개 여백 24px×2) */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-modal__dialog{
  max-height:calc(100vh - 56px)!important;
}
@media(max-width:520px){
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .license-modal__dialog{
    max-height:calc(100vh - 100px)!important;
  }
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-request-preview{
    justify-content:flex-start!important;
  }
}

/* ── 3) 미리보기 창 — 규격 칸이 서로 붙어 있었다 ───────── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000{
  gap:10px!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer{
  padding:20px 22px 20px!important;
  gap:20px!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog{
  max-height:calc(100vh - 56px)!important;
}
/* 좁은 화면 — 설명칸이 170px 짜리 단추에 눌려 글자가 세로로 섰다 */
@media(max-width:760px){
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer{
    grid-template-columns:minmax(0,1fr)!important;
    padding:16px 16px 18px!important;
    gap:14px!important;
  }
  /* 단추가 '2번 칸' 에 못 박혀 있어 한 칸으로 줄여도 칸이 둘로 남았다 */
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer .enterprise-button,
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer button,
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer a{
    grid-column:1 / -1!important;grid-row:auto!important;
    width:100%!important;min-width:0!important;justify-self:stretch!important;
  }
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer>.ent-viewspec-v4000{
    grid-column:1 / -1!important;grid-row:auto!important;
  }
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer p{
    display:-webkit-box!important;
  }
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
}
@media(max-width:420px){
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .ent-viewspec-v4000{
    grid-template-columns:minmax(0,1fr)!important;
  }
}

/* ── 4) 거르개 줄 — 딱지가 서로 붙고, 오른쪽에 구멍이 컸다 ── */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar{
  align-items:center!important;
  gap:14px 18px!important;
  padding:0!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-tags{
  flex:0 1 auto!important;
  gap:10px!important;
  margin:0!important;padding:0!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button{
  min-height:42px!important;
  padding:0 18px!important;
}
/* 검색·정렬이 오른쪽 끝에 몰려 가운데가 비었다 — 검색칸을 늘린다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar__tools{
  flex:1 1 380px!important;
  min-width:0!important;
  gap:10px!important;
  justify-content:flex-end!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar__tools>*:first-child{
  flex:1 1 auto!important;min-width:0!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar input{
  width:100%!important;min-height:42px!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar select{
  min-height:42px!important;flex:0 0 auto!important;
}
@media(max-width:900px){
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar__tools{flex:1 1 100%!important}
}

/* ── 5) 세로 영상(9:16) 창이 글자를 읽을 수 없을 만큼 좁았다 ──
     창 너비를 영상 너비에 맞추다 보니 260px 이 되어 설명이 세로로 섰다.
     창은 글이 읽히는 너비를 지키고, 영상칸이 남는 높이를 쓰면서
     제 화면비대로 가운데에 선다. */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog{
  min-width:min(520px,calc(100vw - 32px))!important;
}
/* 영상칸 크기는 arife-enterprise-license.js(sizeViewer) 가 화면비로
   계산해 인라인으로 넣는다 — 여기서 높이·너비를 못 박으면 그 계산을
   덮어써 배치가 어긋난다. */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-media-modal__dialog>footer{
  flex:0 0 auto!important;
}

/* v720 — 운영자 지시 */
/* 1) 카탈로그 큰 제목 문구는 뺀다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog .enterprise-heading>div:first-child,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog .enterprise-heading h2{
  display:none!important;
}
/* 2) 거르개 딱지·검색칸을 감싸던 그림자 판을 걷어낸다 — 알약만 남긴다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar input,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar select{
  box-shadow:inset 0 1.2px 0 rgba(255,255,255,.9)!important;
  filter:none!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button::before,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button::after{content:none!important}
/* 01~04 띠가 위 판에 1px 붙어 있어 겹쳐 보였다 — 위아래를 같게 띄운다 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-proof-strip{
  padding:30px 0 6px!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog{
  padding:24px 0 30px!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-contract-info{
  padding:0 0 70px!important;
}

/* v740 — 거르개 딱지를 '판' 이 아니라 '유리 단추' 로
     흰 물을 걷어내 뒤가 비치게 하고, 굴절(blur·saturate)을 올린 다음
     위 광택 · 아래 반사 · 얕은 그림자로 두께를 준다. */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button{
  position:relative!important;
  overflow:hidden!important;
  isolation:auto!important;
  background:
    linear-gradient(180deg,rgba(234,241,250,.38),rgba(255,255,255,0) 46%,rgba(255,255,255,.14)),
    rgba(150,190,242,.2)!important;
  border:1px solid rgba(255,255,255,.55)!important;
  border-radius:999px!important;
  color:#222c3a!important;
  font-weight:800!important;
  -webkit-backdrop-filter:blur(18px) saturate(2);
  backdrop-filter:blur(18px) saturate(2)!important;
  box-shadow:
    0 5px 10px -7px rgba(28,58,108,.5),
    inset 0 1.6px 0 rgba(255,255,255,1),
    inset 0 -7px 11px -9px rgba(255,255,255,.95)!important;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease!important;
}
/* 위 광택 — 유리 표면에 빛이 닿는 자리 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button::before{
  content:''!important;
  position:absolute!important;
  left:7%!important;right:7%!important;top:1px!important;
  height:44%!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,255,255,.14) 68%,transparent)!important;
  pointer-events:none!important;
  z-index:0!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button>*{position:relative!important;z-index:1!important}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button:hover{
  transform:translateY(-1px)!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,0) 46%,rgba(255,255,255,.18)),
    rgba(150,190,242,.3)!important;
  box-shadow:
    0 8px 14px -8px rgba(28,58,108,.55),
    inset 0 1.6px 0 rgba(255,255,255,1),
    inset 0 -8px 12px -9px rgba(255,255,255,1)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button:active{
  transform:translateY(0)!important;
  box-shadow:inset 0 3px 7px rgba(28,58,108,.3),inset 0 1px 0 rgba(225,234,246,.68)!important;
}
/* 고른 것 — 짙은 유리 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button.is-active,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button[aria-pressed="true"]{
  background:
    linear-gradient(180deg,rgba(234,241,250,.38),rgba(255,255,255,.02) 48%,rgba(255,255,255,.14)),
    rgba(28,86,190,.88)!important;
  border-color:rgba(255,255,255,.55)!important;
  color:#fff!important;
  box-shadow:
    0 7px 13px -8px rgba(16,46,104,.62),
    inset 0 1.6px 0 rgba(225,234,246,.68),
    inset 0 -8px 12px -10px rgba(255,255,255,.55)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar button[aria-pressed="true"]::before{
  background:linear-gradient(180deg,rgba(229,237,248,.5),rgba(255,255,255,.06) 70%,transparent)!important;
}
/* 검색칸·정렬칸도 같은 결로 — 얕게, 안쪽으로 파인 유리 */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar input,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar select{
  background:
    linear-gradient(180deg,rgba(227,235,246,.58),rgba(255,255,255,.16) 52%,rgba(234,241,250,.38)),
    rgba(228,236,248,.44)!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-radius:999px!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.8);
  backdrop-filter:blur(20px) saturate(1.8)!important;
  box-shadow:
    inset 0 2px 5px rgba(30,60,110,.16),
    inset 0 -1.4px 0 rgba(255,255,255,.9)!important;
  color:#14202e!important;
}

/* v750 — 거르개 줄과 상품이 얹혀 있던 밝은 판(카탈로그 판)을 없앤다.
     단추·검색칸·상품 판이 저마다 유리라, 그 아래 큰 판까지 있으면
     유리 위에 유리가 겹쳐 밝은 직사각형으로 보인다. */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-catalog>.enterprise-shell{
  background:none!important;
  border:0!important;
  border-radius:0!important;
  -webkit-backdrop-filter:none;backdrop-filter:none!important;
  box-shadow:none!important;
  padding:0!important;
  width:min(1420px,calc(100% - 48px))!important;
  margin-inline:auto!important;
}

/* v770 — 상품을 받쳐 주던 판을 상품 자리에만 되돌린다.
     v750 에서 통째로 없앴더니 상품이 허공에 뜬다. 다만 예전처럼
     '밝은 판' 으로 돌리면 유리 위에 유리라 또 사각형이 드러난다.
     그래서 바탕보다 한 톤 '가라앉은' 판으로 깔아, 밝은 상품 판이
     앞으로 떠 보이게 한다. 거르개 줄은 판 밖에 그대로 둔다. */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-grid{
  position:relative!important;
  padding:22px!important;
  border-radius:26px!important;
  border:1px solid rgba(225,234,246,.68)!important;
  background:
    linear-gradient(180deg,rgba(231,238,248,.48),rgba(255,255,255,.06) 46%,rgba(255,255,255,.22))!important;
  background-color:rgba(227,235,246,.58)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.5);
  backdrop-filter:blur(18px) saturate(1.5)!important;
  box-shadow:
    0 22px 44px -26px rgba(28,58,108,.45),
    inset 0 1.6px 0 rgba(255,255,255,.95)!important;
}
@media(max-width:680px){
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-grid{
    padding:14px!important;border-radius:20px!important;
  }
}

/* v790 — 받침판이 거르개 줄까지 감싸도록.
     둘은 형제라 판을 하나로 만들 수 없으니, 위 조각(거르개 줄)은
     아래 모서리를 펴고 아래 테를 지우고, 아래 조각(상품)은 윗 모서리를
     펴고 윗 테를 지워 맞붙인다 — 보기에는 판 하나다. */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar{
  padding:20px 22px 18px!important;
  margin:0!important;
  border:1px solid rgba(225,234,246,.68)!important;
  border-bottom:0!important;
  border-radius:26px 26px 0 0!important;
  background:
    linear-gradient(180deg,rgba(231,238,248,.48),rgba(255,255,255,.1) 70%,rgba(255,255,255,.06))!important;
  background-color:rgba(227,235,246,.58)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.5);
  backdrop-filter:blur(18px) saturate(1.5)!important;
  box-shadow:inset 0 1.6px 0 rgba(255,255,255,.95)!important;
}
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-grid{
  margin-top:0!important;
  padding:18px 22px 22px!important;
  border-top:0!important;
  border-radius:0 0 26px 26px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.04) 40%,rgba(255,255,255,.22))!important;
  box-shadow:0 22px 44px -26px rgba(28,58,108,.45)!important;
}
@media(max-width:680px){
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-filterbar{
    padding:14px 14px 12px!important;border-radius:20px 20px 0 0!important;
  }
  html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-grid{
    padding:12px 14px 14px!important;border-radius:0 0 20px 20px!important;
  }
}

/* 흰 바탕에서 사라진 머리글 첫 줄 (v990) */
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-hero h1,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-hero-copy h1,
html body[data-glass-page].a-glass-page:not(#nope):not(#_):not(#_) .enterprise-hero h1 *:not(em):not(.accent){
  color:#14202e!important;
}
