.owl-latest-wrap {padding-top: 0px; padding-bottom: 80px;}
.owl-carousel .item {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  padding: 0;
}

.owl-carousel .item .thumb {
  width: 100%;
}

.owl-carousel .item .thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* 이미지를 잘라서 채우고 싶을 때 사용 */
}
