
/**************************
news_pagenation
**************************/

.pagination span, .pagination a {
    display: inline-block;
    margin: 2px 5px;
    padding: 6px 14px;
    text-decoration: none;
    color: #000;
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 0.8px;
}

.pagination a:hover {
    background-color: #e9e9e9;
}

.pagination span.current {
    background-color: #008B5F;
    border-color: #008B5F;
    color: #FFF;
    font-family: Noto Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 0.8px;
}

.news_space3 {
    margin-top:160px;
    margin-bottom: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .news_space3 {
        margin-bottom: 160px;
    }
    
    .pagination span, .pagination a {
        color: #000;
        font-family: Noto Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
    }
    .pagination span, .pagination a {
        margin: 1px 3px;
        padding: 3px 8px;
    }
    .pagination span.current {
        color: #FFF;
        font-family: Noto Sans;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
        letter-spacing: 0.64px;
    }
}
