/* 이미지 잘림 방지를 위한 강제 덮어쓰기 */
.visual_area .holder.section {
background-size: contain !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-color: #ffffff !important; /* 배경색도 흰색으로 통일 (원하는 색으로 바꿔도 됨) */
}
.owl-carousel .owl-item .holder.section[style*="background-image"] {
background-size: contain !important;
background-position: center center !important;
background-repeat: no-repeat !important;
}