/* ---------------------------------------------------------------
   13-v191-layer1-channel-art.css
   원본 index.html의 13번째 <style> 블록 (id="v191-layer1-channel-art")
   ⚠ 이 파일들은 뒤 순서가 앞 순서를 덮어쓰는 레이어 구조입니다.
      index.html의 <link> 순서를 바꾸면 화면이 깨집니다.
   --------------------------------------------------------------- */

/* v1.9.1 · Layer1 channel art replacement only.
   Final 2048×768 channel art is embedded directly; no separate logo overlay. */
#viewInput .l1-house-hero{
  position:relative!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:8 / 3!important;
  overflow:hidden!important;
}
#viewInput .l1-house-hero>img,
#viewInput .l1-house-hero img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  transform:none!important;
  filter:none!important;
}
#viewInput .l1-house-hero>img.l1-house-logo,
#viewInput .l1-house-hero img.l1-house-logo{
  display:none!important;
}
