
.swiper-pagination {
    background-color: rgba(0, 0, 0, 0.6);
    width: 38px;
    height: 22px;
    border-radius: 50rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 16px;
    bottom: 16px;
    left: auto;
    font-size: 14px;
    padding: 5px 0;
}
.swiper-pagination > span {
    line-height: 1;
    display: block;
}

.swiper-pagination
.swiper-pagination-current {
    color: #fff;
}

.thumbnail img {
    width: 100%; /* 너비를 박스에 꽉 채움 */
    height: 100%; /* 높이를 박스에 꽉 채움 */
    object-fit: cover; /* 비율을 유지하면서 이미지가 박스 안에 들어감 */
}
