#carouselExampleIndicators {
    background: url(../images/calegal-index1.png) center center no-repeat;
    background-size: cover;
}
.carousel-item {
    height: 45vh;
    min-height: 330px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slider1 img {
    width: 100%;         /* 항상 화면 너비에 맞춤 */
    height: auto;        /* 원본 비율 유지 */
    max-height: 600px;   /* (선택) 최대 높이 제한 */
    object-fit: cover;   /* 작은 화면에서도 꽉 채움 */
    display: block;
}
/* 영상/지도 iframe 반응형 */
.ratio {
    border-radius: 8px;
    overflow: hidden;
}
h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 8px 1px;
}
h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 7px 1px;
}
h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 6px 1px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 1px;
}