/* 完成형 배너는 원본 비율을 유지하여 글씨와 차량이 잘리지 않습니다. */
#home.hero-custom { padding: 0; min-height: 0; height: auto; background: #fff; }
.custom-hero-banner { display: block; max-width: 1440px; margin: 0 auto; }
.custom-hero-banner picture { display: block; }
.custom-hero-banner img { display: block; width: 100%; height: auto; max-width: 100%; }
.custom-hero-banner:focus-visible { outline: 3px solid #712640; outline-offset: -3px; }
