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