.category-wrap {
    padding-top: 0;
}

.category-maintitle {
    background: #00904b;
    color: #fff;
    padding: 4rem 0;
    margin: 0 0 6rem;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1em;
}

.category-maintitle .bg {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: #fff;
    color: #292929;
    font-size: 2.8rem;
    line-height: 1;
    border-radius: 4px;
    vertical-align: -1.1rem;
    margin: 0 1rem 0 0;
    letter-spacing: 0.05em;
}

.category-maintitle .bg .en {
    display: block;
    font-size: 0.57em;
    color:#00904b;
    margin: 0.8rem auto 0;
}

.pager {
    margin: 8rem auto 0;
}

.screen-reader-text {
    display: none;
}

.pager .nav-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}

.page-numbers {
    display: inline-block;
    text-align: center;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.2em 0.8rem rgba(0, 0, 0, 0.2);
}

.pager .page-numbers.current {
    background-color: #00904B !important;
    color: #fff !important;
}


.page-numbers.dots {
    display: none;
}

.page-numbers.prev,
.page-numbers.next {
	background: none !important;
	font-size: 18px;
    position: absolute;
    right: -8rem;
    top: 0;
}

.page-numbers.prev {
	background: none !important;
	font-size: 18px;
    right: auto;
    left: -8rem;
}

@media screen and (max-width:750px) {
    .category-maintitle {
        font-size: 2.4rem;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0 4rem;
    }

    .category-maintitle .bg {
        display: block;
        width: fit-content;
        margin: 0 auto 1rem;
        font-size: 2.1rem;
    }

    .pager {
        margin: 6rem auto 0;
    }

    .pager .nav-links {
        gap: 1.5rem;
    }

    .page-numbers {
        width: 3.8rem;
        height: 3.8rem;
        line-height: 3.6rem;
    }

    .page-numbers.next {
        right: -6.5rem;
    }

    .page-numbers.prev {
        left: -6.5rem;
    }
}

.pager-inner {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: auto;
    margin: 0 auto;
    position: relative;
}

.page-numbers {
	font-size: 18px;
    display: inline-block;
    text-align: center;
	width: 45px;
    height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.2em 0.8rem rgba(0, 0, 0, 0.2);
}