.member-topix {}

.member-topix__top {
    margin-top: 29px;
}

.member-topix__dt {
    background-color: #3B92DA;
    padding: 10px 20px;
}

.member-topix__dt__info {
    font-size: 20px;
    line-height: calc(24/20);
    color: #fff;
}

.member-topix__top__time {}

.member-topix__top__txt {}

.member-topix__top__info {
    background-color: #fff;
    padding: 21px 20px 40px;
    line-height: calc(32/16);
    color: #2C2C2C
}

.member-topix__list__wrap {
    margin-top: 40px;
    margin-bottom: 37px;
}

.member-topix__list {
    background-color: #fff;
    padding: 20px 20px 40px;

}

.member-topix__list li {
    /* padding: 8px 10px; */
    /*   color: #484848; */
}

.member-topix__list li a {
    color: #484848;
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    display: inline-block;
}

.member-topix__list li:not(:nth-child(2n)) {
    background-color: #DBE4EA
}

.member-topix__dt {}

.member-topix__dt__info {}

.member-topix__list__time {
    font-weight: 500;
}

.member-topix__list__info {
    line-height: calc(24/16);
    margin-top: 5px
}




.topix-list__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.topix-list__btn a {
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.side_btn {
    width: 96px;
    height: 32px;
    background-color: #fff;
    border-radius: 20px;

}

.side_btn a {}

.num_btn__list {
    display: flex;
}

.num_btn__list li {
    color: #707070;
    margin-right: 10px;

}

.num_btn__list li:not(:last-child) {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.num_btn__list li:last-child a {
    color: #fff;
}

.num_btn__list li:nth-child(4), .num_btn__list li:nth-child(5), .num_btn__list li:nth-child(6) {
    display: none;
}

.num_btn__list li:first-child {
    margin-left: 10px;

}

.topix-list__btn__arrow {
    display: none;
}

.common__btn {
    margin-top: 30px
}


@media screen and (min-width: 768px) {
    .member-topix {}

    .member-topix__top {
        margin-top: 120px;
    }

    .member-topix__dt {
        background-color: #3B92DA;
        padding: 15px 0;


    }

    .member-topix__dt__info {
        font-size: 20px;
        line-height: calc(24/20);
        color: #fff;
        display: flex;
        max-width: 830px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .member-topix__top__time {
        margin-right: .5em;
    }

    .member-topix__top__txt {}

    .member-topix__top__info {
        background-color: #fff;
        padding: 60px 20px 60px;
        line-height: calc(32/16);
        color: #2C2C2C;
        min-height: 236px;

    }

    .member-topix__top__info__txt {
        max-width: 720px;
        margin: 0 auto;
    }

    .member-topix__list__wrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .member-topix__list {
        background-color: #fff;
        padding: 75px 100px 60px;

    }

    .member-topix__list li {
        /*  padding: 20px 23px;
        color: #484848; */

    }

    .member-topix__list li a {
        padding: 20px 23px;
        color: #484848;
        display: flex;
    }

    .member-topix__list li:not(:nth-child(2n)) {
        background-color: #DBE4EA
    }

    .member-topix__dt {}

    .member-topix__dt__info {}

    .member-topix__list__time {
        font-weight: 500;
        line-height: calc(24/16);
        min-width: 86px;
        margin-right: 48px;
    }

    .member-topix__list__info {
        line-height: calc(24/16);
        margin-top: 0;


    }








    .topix-list__btn {
        display: flex;
        justify-content: space-between;
        align-items: center;

        max-width: 593px;
        margin: 0 auto;
        position: relative;

    }

    .topix-list__btn__arrow {
        width: 15px;
        display: block;
    }

    .topix-list__btn a {
        color: #707070;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .side_btn {
        width: 96px;
        height: 32px;
        background-color: #fff;
        border-radius: 20px;

    }

    .side_btn a {}

    .num_btn__list {
        display: flex;
    }

    .num_btn__list li {
        color: #707070;
        margin-right: 10px;

    }

    .num_btn__list li:not(:last-child) {
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50px;
    }

    .num_btn__list li:last-child a {
        color: #fff;
    }

    .num_btn__list li:nth-child(2) {}

    .num_btn__list li:first-child {
        margin-left: 10px;

    }

    .num_btn__list li:nth-child(4), .num_btn__list li:nth-child(5), .num_btn__list li:nth-child(6) {
        display: block;
    }
}