.subRcon{
    width: 912px;
}
._subRight {
    margin-top: 40px;
    width: 912px;
    float: right;
    position: relative;
    padding-bottom: 100px;
    min-height: 500px;
    z-index: 2;
    margin-left: 21px;
}

/* ._subRight>h3 {
    display: block;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #dbdbdb;
    height: 40px;
    line-height: 40px;
    margin: 30px 0 40px;
    font-weight: 500;
}

._subRight>p.nav {
    display: none;
    position: absolute;
    right: 0;
    top: 10px;
}

._subRight>p.nav>span {
    color: #888;
    display: inline-block;
    padding: 0 5px;
}

._subRight>p.nav>span.active {
    color: #000;
} */
._subRight .title {
    width: 852px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #040404;
}

._subRight .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* padding: 0 30px; */
    margin-top: 16px;
}

._subRight .info-box {
    width: calc(100% - 28px);
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px 14px;
    background-color: #F5F5F5;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #2F3642;
}


._subRight .info-box ._title {
    font-size: 14px;
    color: #2F3642;
    font-weight: 700;
}

._subRight .filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 31px;
    padding: 15px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

._subRight .period-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}


._subRight .period-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 58px; */
    /* height: 30px; */
    padding: 5px 12px;
    background-color: #FFFFFF;
    border: 1px solid #595959;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

._subRight .period-tab input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

._subRight .period-tab:hover {
    background-color: #f5f5f5;
}

._subRight .period-tab input[type="radio"]:checked+span {
    font-weight: 700;
    color: #163FC5;
}

._subRight .period-tab:has(input[type="radio"]:checked) {
    border: 2px solid #163FC5;
}

._subRight .date-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

._subRight .date-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 124px;
    height: 34px;
    padding: 0 14px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #000000;
    cursor: pointer;
}

._subRight .date-separator {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #000000;
}

._subRight .search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 34px;
    padding: 0 12px;
    background-color: #191E24;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}

._subRight .search-btn:hover {
    background-color: #2F3642;
}

._subRight .list-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

._subRight .list-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

._subRight .total-count {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #2F3642;
}

._subRight .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

._subRight .checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #66768F;
    border-radius: 4px;
    background-color: #FFFFFF;
}

._subRight .checkbox-label {
    font-size: 12px;
    line-height: 1.5;
    color: #191919;
}

._subRight input[type=checkbox]+label {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url("/assets/img/mystudy/checkbox.svg") no-repeat left top 1px;
    padding-left: 22px;
    line-height: 16px;
}

._subRight input[type=checkbox]:checked+label {
    background: url("/assets/img/mystudy/checkbox_on.svg") no-repeat left top 1px;
}

