@charset "utf-8";

/* =========================================
   광고 (AD) 전용 스타일
   ========================================= */

:root {
   --sub-hero-overlay: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

/* Hero Section (기본 세팅은 style.css 참고) */
main.hero2 {
   --hero-bg-image: url(../../assets/images/광고/hero_bg.webp);
   background: var(--sub-hero-overlay), var(--hero-bg-image) no-repeat center / cover;
}

/* 유튜브 광고 (ad1) */
section.ad1 .title-box {
   text-align: center;
}

/* YTN 방송 광고 (ad2) */
section.ad2 .title-box {
   text-align: center;
}

section.ad2 .contents {
   display: flex;
   flex-direction: column;
   gap: var(--box-gap-base-default);
}

section.ad2 .contents .img-wrapper {
   display: flex;
   flex-direction: column;
   gap: var(--box-gap-base-default);
}

section.ad2 .contents .img-wrapper li.placeholder {
   border-radius: 0;
}
