@charset "utf-8";

.pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.page-item {
    margin: 0 2px;
}

.page-item .page-link {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    border-radius: 0.375rem;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.page-item .page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.faq .category {
    position: relative;
}

.faq .category .moTabBtn {
    display: none;
}

.faq .category .category-list .active a {
    background-color: #f7f7f7;
    color: #000 !important;
}

@media (max-width: 1050px) {
    .faq .category .moTabBtn {
        display: block;
        border-bottom: 1px solid #000;
    }
    .faq .category .moTabBtn button {
        display: block;
        position: relative;
        width: 100%;
        padding: 1.125em 2.1428rem;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
    }
    .faq .category .moTabBtn button::after {
        content: "";
        position: absolute;
        right: 2.1428rem;
        top: 50%;
        width: 0.6428rem;
        height: 0.6428rem;
        margin-top: -0.5714rem;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        transition: 0.15s;
    }
    .faq .category .moTabBtn.active button::after {
        margin-top: -0.1428rem;
        transform: rotate(-135deg);
    }
    .faq .category .category-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        background: #fff;
        z-index: 1;
    }
    .faq .category .category-list ul {
        display: block;
    }
    .faq .category .category-list ul li a {
        padding: 1.2142em 2.1428em;
        font-size: var(--font-16);
        font-weight: 700;
        border-width: 0 0 1px;
        border-radius: 0;
    }
    .faq .category .category-list ul li.active a {
        background: none;
        border-color: #b4b4b4;
        color: #3b3b3b;
    }
}
