@charset "utf-8";
html, body {
    overflow-x: inherit;
}
.site_wrapper {
    overflow-x: inherit;
}


.section-title-author-list{
    text-align: left;
    font-size: 53px;
    font-weight: 800;
    padding: 44px 0px;
    margin-top: 50px;
    background-color: #F1F1F1;
    width: 100%;
    max-width: 100%;
    font-family: var(--cn-title-font);
    padding-left: 120px;
    letter-spacing: 6px;
}
.author-wrapper{
    margin: 3rem auto;
}
.author-wrapper .author-top-list{
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -24.5px;
    margin-left: -24.5px;
    justify-content: center !important;
    max-width: 1240px;
    margin: 0 auto;
}
.author-wrapper .author-top-list .author_card{
    text-align: center;
    margin-bottom: 82px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    position: relative;
    width: 100%;
    padding-right: 24.5px;
    padding-left: 24.5px;
}
.author-wrapper .author-top-list .author_card a {
    text-decoration: none;
    color: #272727;
}
.author-wrapper .author-top-list .author_card a:hover {
    text-decoration: none;
    color: #a7a7a7;
}
.author-wrapper .author-top-list .author_card .author_img {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-bottom: 21px;
}
.author-wrapper .author-top-list .author_card .author_img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
@media (max-width: 1270px) {
    .author-wrapper .author-top-list .author_card{
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 1024px) {
    .author-wrapper .author-top-list .author_card{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 768px) {
    .author-wrapper .author-top-list .author_card{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.author-wrapper .author-top-list .author_info {
    font-weight: 800;
    font-size: 22px;
    font-family: var(--en-title-font);
    letter-spacing: .045em;
}
.author-wrapper .author-name-list{

}
.author-wrapper .author-name-list .name-filter{
    position: sticky;
    top: 50px;
    position: sticky;
    background-color: #ffffff;
}
@media (max-width: 768px) {
    .author-wrapper .author-name-list .name-filter {
        top: 38px;
    }
}
.author-wrapper .author-name-list .name-filter .filter-wrapper{
    padding-top: 30px;
}
.author-wrapper .author-name-list .name-filter .filter-wrapper .filter-label{
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.author-wrapper .author-name-list .name-filter .filter-wrapper .filter-label .cat_filter{

}
.author-wrapper .author-name-list .name-filter .filter-wrapper select{
    width: 224px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    border-radius: 0;
    border: 1.5pt solid #272727;
    padding: 7px 4px;
    height: 44px;
}
.author-wrapper .author-name-list .name-list .name-item {
    font-size: 1.25rem;
    padding-top: 1.5rem;
}
.author-wrapper .author-name-list .name-list .name-item a{
    color: #000000;
}
.author-wrapper .author-name-list .name-list .name-item a:hover{
    color: #000000;
}


@media (max-width: 768px) {
    .section-title {
        text-align: center !important;
        font-size: 2.25rem !important;
        padding: 3rem 0rem !important;
        margin-top: 40px !important;
    }
    .author-wrapper .author-name-list .name-filter .filter-wrapper select {
        width: 100%;
    }
}