.bestseller {

}

.bestseller .bestseller-group {
    padding: 0 15px;
    overflow: hidden;
}

.bestseller .bestseller-group .best-category-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

.bestseller .bestseller-group .best-category-item .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url('/image/icon/best_category_group.png?1');
    background-size: 799px auto;
    background-repeat: no-repeat;
}

.bestseller .bestseller-group .best-category-item .icon-1 {
    background-position: -15px 0; /* 첫 번째 아이콘 (첫 행 첫 번째 요소) */
}

.bestseller .bestseller-group .best-category-item .icon-2 {
    background-position: -103px 0; /* (15px + 80px + 15px) */
}

.bestseller .bestseller-group .best-category-item .icon-3 {
    background-position: -191px 0; /* (15px + (80px + 15px) * 2) */
}

.bestseller .bestseller-group .best-category-item .icon-4 {
    background-position: -279px 0; /* (15px + (80px + 15px) * 3) */
}

.bestseller .bestseller-group .best-category-item .icon-5 {
    background-position: -367px 0; /* (15px + (80px + 15px) * 4) */
}

.bestseller .bestseller-group .best-category-item .icon-6 {
    background-position: -455px 0; /* (15px + (80px + 15px) * 5) */
}

.bestseller .bestseller-group .best-category-item .icon-7 {
    background-position: -543px 0; /* (15px + (80px + 15px) * 6) */
}

.bestseller .bestseller-group .best-category-item .icon-8 {
    background-position: -631px 0; /* (15px + (80px + 15px) * 7) */
}

.bestseller .bestseller-group .best-category-item .icon-9 {
    background-position: -719px 0; /* (15px + (80px + 15px) * 8) */
}

.bestseller .bestseller-group .best-category-item .icon.active {
    background-position-y: -88px; /* y 값 100px로 고정 */
}

.bestseller .bestseller-list .bestseller-list-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.bestseller .bestseller-group-date {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: start;
    position: relative;
    gap: 5px;
}

.bestseller .bestseller-group-date .date-desc {
    color: #0D0D0D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bestseller .bestseller-group-date .icon {
    color: var(--black50);
    font-size: 16px;
    cursor: pointer;
}

.bestseller .bestseller-list-box {
    margin: 0;
}

.bestseller .bestseller-list-box .bestseller-list,
.bestseller .bestseller-list-box .bestseller-title-swiper {
    margin: 24px 15px 24px 15px;
}

.bestseller .bestseller-list-box .bestseller-title {
    display: none;
}

.bestseller .bestseller-list-box .bestseller-title .item.active {
    background-color: var(--black70) !important;
    color: var(--white) !important;
}

.bestseller .bestseller-list-box .bestseller-title.bar {
    margin-top: 24px;
    margin-bottom: 24px;
}

.bestseller .bestseller-list-box .bestseller-title.bar .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bestseller .bestseller-list-box .bestseller-title.bar .item {
    background-color: var(--white);
    color: var(--black50);
    border: 0;
    padding: 14px 8px;
    width: 33.33333%;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 2px solid var(--black05) !important;
    font-weight: 400;
}


.bestseller .bestseller-list-box .bestseller-title.bar .item.active {
    border-bottom: 2px solid var(--black95) !important;
    background-color: var(--white) !important;
    color: var(--black95) !important;
    font-weight: 700;
}

.bestseller-list .list-type-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}







