/* AI 텍스트결합 메인배너 (SM_BANNER_AI fallback) v1.0.0 — 2026-07-07 bannerai
   기존 A형 배너 없는 주에만 노출. 실배너 규격 PC 1900x500 / Mo 824x750.
   시인성: 글자영역 밝은 스크림 + 흰 헤일로 (관리자 미리보기 v1.1.6과 동일 체계) */

/* 공통 슬라이드 */
.mba_slide .mba_link { display: block; text-decoration: none; }
.mba_bg { width: 100%; aspect-ratio: 1900 / 500; background-size: cover; background-position: center; background-color: #f0ece2; display: flex; align-items: center; overflow: hidden; }

/* PC 글자 영역 (좌측 스크림) */
.mba_txt { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; height: 100%; box-sizing: border-box; padding: 0 6%; max-width: 58%; background: linear-gradient(90deg, rgba(255,252,246,0.92) 0%, rgba(255,252,246,0.72) 55%, rgba(255,252,246,0) 100%); }
.mba_badge { display: inline-block; background: #e03131; color: #fff; border-radius: 50px; padding: 0.45em 1em; font-size: clamp(12px, 1.05vw, 20px); font-weight: 800; margin-bottom: 0.7em; box-shadow: 0 4px 12px rgba(224,49,49,0.35); }
.mba_head { font-size: clamp(22px, 2.4vw, 46px); font-weight: 900; line-height: 1.25; margin: 0 0 0.25em; letter-spacing: -1px; text-shadow: 0 1px 0 rgba(255,255,255,0.75), 0 0 14px rgba(255,255,255,0.85); }
.mba_sub { font-size: clamp(14px, 1.2vw, 22px); font-weight: 700; margin: 0 0 0.3em; text-shadow: 0 1px 0 rgba(255,255,255,0.7), 0 0 10px rgba(255,255,255,0.8); }
.mba_goods { font-size: clamp(12px, 0.95vw, 17px); font-weight: 600; margin: 0; text-shadow: 0 1px 0 rgba(255,255,255,0.7), 0 0 8px rgba(255,255,255,0.8); }

/* 모바일 슬라이드 (상단 스크림) */
.mba_m_bg { width: 100%; aspect-ratio: 824 / 750; background-size: cover; background-position: center; background-color: #f0ece2; display: flex; align-items: flex-start; overflow: hidden; }
.mba_m_txt { box-sizing: border-box; width: 100%; padding: 9% 8% 7%; background: linear-gradient(180deg, rgba(255,252,246,0.94) 0%, rgba(255,252,246,0.68) 62%, rgba(255,252,246,0) 100%); }
.mba_m_badge { display: inline-block; background: #e03131; color: #fff; border-radius: 50px; padding: 0.4em 0.95em; font-size: clamp(12px, 3.4vw, 15px); font-weight: 800; margin-bottom: 0.55em; box-shadow: 0 3px 10px rgba(224,49,49,0.35); }
.mba_m_head { font-size: clamp(20px, 6.4vw, 28px); font-weight: 900; line-height: 1.3; margin: 0 0 0.18em; letter-spacing: -0.5px; text-shadow: 0 1px 0 rgba(255,255,255,0.75), 0 0 12px rgba(255,255,255,0.85); }
.mba_m_sub { font-size: clamp(14px, 4.2vw, 18px); font-weight: 700; margin: 0; text-shadow: 0 1px 0 rgba(255,255,255,0.7), 0 0 8px rgba(255,255,255,0.8); }
