.book-lv {

}

.book-lv .title-box {
    color: #0D0D0D;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.book-lv .title-box .btn-popup-info {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.book-lv__category_wrap .category-tag-box {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 0;
}

.book-lv__category_wrap .category-tag-box .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.book-lv__category_wrap .category-tag-box .list .item {
    display: flex;
    height: 20px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    background: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    flex:1 0 0;
}

.book-lv__category_wrap .category-tag-box .list .item.active {
    border: 1px solid #640FAF;
    color: #640FAF;
}

.book-lv__category_wrap .category-banner-box {
    margin-bottom: 20px;
}

.book-lv__category_wrap .category-banner-box .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-lv__category_wrap .category-banner-box .list .item.active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.book-lv__category_wrap .category-banner-box .list .item {
    width: 100%;
    display: none;
}

.book-lv__category_wrap .category-banner-box .list .item img {
    width: 100%;
    height: auto;
}


.book-lv_banner_wrap img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

.book-lv__goods_wrap {
    padding: 40px 0;
}

.book-lv__goods_wrap .title-box {
    color:#0D0D0D;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.book-lv__goods_wrap .tab-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

.book-lv__goods_wrap .tab-menu .item {
    display: flex;
    width: 100%;
    padding: 14px 8px 15px 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}

.book-lv__goods_wrap .tab-menu .item.active {
    color: #fff;
    background: #92C700;
    border-color: #92C700;
    font-weight: 600;
}

.book-lv__goods_wrap .tab-menu .item:nth-child(1) {

    border-radius: 8px 0 0 8px;
}

.book-lv__goods_wrap .tab-menu .item:nth-child(2) {
    border-radius: 0 8px 8px 0;
}

.book-lv__tab-wrap {
    overflow: hidden;
}

.book-lv__tab-wrap .list {
    display: none;
    box-sizing: border-box;
    gap: 7px;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
}

.book-lv__tab-wrap .list.active {
    display: grid;
}

.book-lv__tab-wrap .list .item {
    cursor: pointer;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: #F5F5F5;
    line-height: normal;
    border: 1px solid #F5F5F5;
    gap: 6px;
}

.book-lv__tab-wrap .list .item .text {
    color: #8B8B8B;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.book-lv__tab-wrap .list .item .point {
    color: #0D0D0D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.book-lv__tab-wrap .list .item .total {
    border-radius: 12px;
    background: #CFCFCF;
    min-width: 70px;
    height: 24px;
    display: flex;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    color: #0D0D0D;
    font-size: 12px;
    box-sizing: border-box;
}

.book-lv__tab-wrap .list .item.active {
    border: 1px solid #92C700;
}

.book-lv__tab-wrap .list .item.active .total {
    font-weight: 600;
    color: #fff;
    background: #92C700;
}

.book-lv__tab-wrap .list.grade {
    grid-template-columns: repeat(4, 1fr);
}

.tooltip {
    display: none;
    position: absolute;
    top: 1.25rem;
    z-index: var(--index-popup);
    right: 0;
}

.tooltip-box {
    position: relative;
    margin: 16px 15px 0 15px;
}

.tooltip .content {
    width: 300px;
    border: 0.0625rem solid var(--black50);
    border-radius: 0.75rem;
    padding: 1rem;
    background-color: var(--white);
    font-size: var(--kr-h5);
    font-weight: var(--light-font);
    line-height: 1.3125rem;
    text-align: left;
    color: var(--black70);
}
