
/*news archive用*/
.nav-links {
    display: flex;
    flex-direction: row;
    column-gap: 1.28rem;
    align-items: center;
    width: 100%;
}

.dots {
    font-weight: bold;
}

.current {
    background-color: #0050b4;
    border-color: #0050b4;
}

.current > .num-box {
    color: #ffffff;
}