
/* DAEDONG HERO V64 — VERIFIED SINGLE OVERRIDE */
@media (min-width:901px){
  #welcome.sample-hero .sample-slide[data-scene='0'] .desktop-hero-art,
  #welcome.sample-hero .sample-slide[data-scene='1'] .desktop-hero-art,
  #welcome.sample-hero .sample-slide[data-scene='2'] .desktop-hero-art{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    transform:none!important;
  }

  #welcome.sample-hero .sample-slide[data-scene='0'] .desktop-hero-art{
    filter:none!important;
  }
  #welcome.sample-hero .sample-slide[data-scene='1'] .desktop-hero-art{
    filter:brightness(1.02) saturate(1.01) contrast(1.015)!important;
  }
  #welcome.sample-hero .sample-slide[data-scene='2'] .desktop-hero-art{
    filter:brightness(1.025) saturate(.99) contrast(1.01)!important;
  }

  /* 1·2·3 동일한 흰색 영역 */
  #welcome.sample-hero .sample-slide[data-scene='0']::before,
  #welcome.sample-hero .sample-slide[data-scene='1']::before,
  #welcome.sample-hero .sample-slide[data-scene='2']::before{
    display:block!important;
    content:''!important;
    position:absolute!important;
    top:0!important;
    bottom:0!important;
    left:0!important;
    right:auto!important;
    width:36%!important;
    z-index:4!important;
    pointer-events:none!important;
    background:linear-gradient(
      90deg,
      rgba(249,252,253,1) 0%,
      rgba(249,252,253,.995) 42%,
      rgba(249,252,253,.94) 56%,
      rgba(249,252,253,.72) 70%,
      rgba(249,252,253,.42) 82%,
      rgba(249,252,253,.16) 92%,
      rgba(249,252,253,0) 100%
    )!important;
  }

  #welcome.sample-hero .sample-slide[data-scene='0']::after,
  #welcome.sample-hero .sample-slide[data-scene='1']::after,
  #welcome.sample-hero .sample-slide[data-scene='2']::after{
    display:none!important;
    content:none!important;
  }

  #welcome.sample-hero .sample-slide[data-scene='0'] .hero-copy-layer,
  #welcome.sample-hero .sample-slide[data-scene='1'] .hero-copy-layer,
  #welcome.sample-hero .sample-slide[data-scene='2'] .hero-copy-layer{
    z-index:6!important;
  }

  /* 1·2·3 동일한 고급스러운 잔상 */
  #welcome.sample-hero .sample-slide[data-scene='0'] .hero-copy-layer h1,
  #welcome.sample-hero .sample-slide[data-scene='1'] .hero-copy-layer h1,
  #welcome.sample-hero .sample-slide[data-scene='2'] .hero-copy-layer h1{
    text-shadow:
      10px 7px 0 rgba(18,62,92,.09),
      18px 11px 0 rgba(18,62,92,.032)!important;
  }
}
