.swiperWg.swiper {
    width: 88%;
    height: 100%;
}

.swiperWg .swiper-slide {
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    user-select: none;
}

.swiperWg .swiper-slide img {
    max-width: 100%;
    height: auto;
/*    object-fit: cover;*/
}

.swiperWg .swiper-pagination-fraction {
    position: absolute;
    width: 36px;
    height: 18px;
    left: auto;
    right: 7px;
    top: auto;
    bottom: 7px;
    background: rgba(154, 154, 154, 0.5);
    opacity: 0.94;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #FDFDFD;
    display: flex;
    align-items: center;
    justify-content: center;
}
