@charset "UTF-8";

/* hero 배경만 정의 — 레이아웃/텍스트는 components.css, 캐러셀은 carousel.css */
.hero {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../../image/business/smartCity/background.jpg') center/cover no-repeat;
    display: flex;
    flex-direction: column;
}
