.star-ranking-wrap{
    cursor: auto !important;
}
.section-rg-category{
    padding: 0 15px;
    margin-bottom: 30px;
    visibility: hidden;
}

.section-rg-category .category-group-box{
    padding: 25px 0;
}

.section-rg-category .category-group-box p.category-depth1{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-rg-category .category-group-box p.category-depth2{
    color : #999;
    font-size: 12px;
}

.section-rg-category .category-depth3{
    width: auto;
    text-align: center;
    min-width: 50px;
}

.section-rg-category .category-depth3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.section-rg-category .category-depth3 a img{
    display: block;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
}

/* 기본 상태 - inact 노출, act 숨김 */
.section-rg-category .category-depth3 a img.act { display: none; }
.section-rg-category .category-depth3 a img.inact { display: block; }

/* active 상태 - act 노출, inact 숨김 */
.section-rg-category .category-depth3.active a img.act { display: block; }
.section-rg-category .category-depth3.active a img.inact { display: none; }

.section-rg-category .category-depth3.active span.t-category-name {
    color : #FF6001 !important;
    font-weight: 600;
}

.section-rg-category .category-nav-box {
    min-height: 70px;
}

.section-rg-category .category-nav-box .swiper-slide{
    width: auto;
    min-width: 60px;
}
