body .container .m01_news_pager {
    display: flex;
    justify-content: center;
    margin: 4.16667vw 0 0 0;
    gap: .625vw
}

body .container .m01_news_pager .btn {
    width: 2.60417vw;
    height: 2.60417vw;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 600ms
}

body .container .m01_news_pager .btn img {
    transition: all 600ms;
    width: 1.5625vw
}

body .container .m01_news_pager .btn:hover {
    background: #B82234;
    border-color: #B82234
}

body .container .m01_news_pager .btn:hover img {
    filter: invert(1)
}

body .container .m01_news_pager a {
    width: 2.60417vw;
    height: 2.60417vw;
    display: flex;
    align-items: center;
    justify-content: center
}

body .container .m01_news_pager a.on {
    background: #B82234;
    color: #fff
}

@media screen and (max-width: 768px){
        body .container .m01_news_pager {
        margin: 30px 0 0 0;
        gap: 10px
    }

    body .container .m01_news_pager .btn {
        width: 25px;
        height: 25px
    }

    body .container .m01_news_pager .btn img {
        width: 15px
    }

    body .container .m01_news_pager a {
        width: 25px;
        height: 25px
    }
}