@charset "utf-8";
/* 최신글 스킨 hero 전용 (공통 히어로 스타일은 ive.css .ive-hero__*) */
.ive-hero__inner { width: 100%; height: 100%; }
.ive-hero__desc { font-size: clamp(15px, 1.2vw, 19px); font-weight: 400; line-height: 1.6; margin: 4px 0 0; }
.ive-hero__slide--empty .ive-hero__media { background: linear-gradient(120deg, #0d171f, #2d4557); }
.ive-hero__admin { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,0.85); }
.ive-hero__admin b { color: #fff; }

/* 배경 영상(유튜브/mp4) */
.ive-hero__media--video { overflow: hidden; }
.ive-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border: 0; }
.ive-hero__video--yt { inset: auto; top: 50%; left: 50%; width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%); pointer-events: none; }
/* 영상 로딩 전 포스터(첫 장면) — 재생 시작 후 페이드아웃(유튜브 재생버튼/버퍼링 화면 가림) */
.ive-hero__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; opacity: 1; pointer-events: none; transition: opacity 0.6s ease; transition-delay: 1.4s; }
.ive-hero__media--video.is-playing .ive-hero__poster { opacity: 0; }
