.article-read__list-container {
    display: flex;
    flex-direction: column;
    width: 992px;
}

.article-read__list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    width: 100%;
}

.article-read__list-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.article-read__excel-download-button-wrapper {

}

.excel-download-button__label {
    display: flex;
    align-items: center;
    color: var(--color-input-border);
    padding: 2px 0;
}

.excel-download-button__label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../../img/svg/ic_cmm_excel.svg');
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-position: center;
    margin-right: 4px;
}

.article-read__read-count-text {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Pretendard, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.2px;
    color: var(--color-text);
}

.article-read__current-count {
    color: var(--color-text-primary);
}

.article-read__type-selectbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-read__list-header-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-read__search-selectbox-wrapper {
    width: 120px;
}

.article-read__search-input-wrapper {
    width: 240px;
}

.article-read__list-body {
    flex: 1;
    width: 100%;
    padding: 0 24px 6px 24px;
}

.article-read__table-wrapper {
    border: 1px solid var(--color-divider-light);
    border-radius: 10px;
    height: 516px;
    overflow: hidden;
}

.article-read__list-footer {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 24px;
}