#archive_news .ul_post_list {
    width: 68%;
}

@media screen and (max-width: 810px) {
    #archive_news .ul_post_list {
        width: 100%;
        grid-row: 1 / 2;
    }
}

#archive_news .archive_news_list {
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 1024px) {
    #archive_news .archive_news_list {
        padding-bottom: 20px;
    }
}

#archive_news .pager_box {
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: auto;
}

@media screen and (max-width: 810px) {
    #archive_news .pager_box {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
    }
}

@media screen and (max-width: 412px) {
    #archive_news .pager_box {
        font-size: 12px;
    }
}

#archive_news .page-numbers {
    width: 35px;
    height: 35px;
    background-color: #d9d9d9;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
}

@media screen and (max-width: 810px) {
    #archive_news .page-numbers {
        width: 28px;
        height: 28px;
    }
}

#archive_news .page-numbers:hover {
    background-color: #999999;
    transition: .5s;
}

#archive_news .page-numbers.current {
    background-color: #A3C2C7;
}

#archive_news .pager_box .next {
    width: initial;
    height: initial;
    background-color: rgba(255, 255, 255, 0);
    color: #555;
}

#archive_news .pager_box .next:hover {
    color: #d9d9d9;
    transition: .5s;
}

#archive_news .pager_box .prev {
    width: initial;
    height: initial;
    background-color: rgba(255, 255, 255, 0);
    color: #555;
}

#archive_news .pager_box .prev:hover {
    color: #d9d9d9;
    transition: .5s;
}
