.period_box .tui-select-box-input {
    min-width: 200px;
}

.period_box .tui-select-box-item {
    min-width: 198px;
}

.sub_content h3 span {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #333;
    margin-left: 0;
    padding-left: 1em;
}

.sub_content h3 span::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 10px;
    width: 1px;
    height: 16px;
    background: #333;
}

.fame_box {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin: 1em 0 6em 0;
}

.fame_box li {
    width: calc(100% / 5 - 16px);
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    padding: 1.5em;
}

.fame_list_type {
    position:relative;
    width:100%;
    margin-bottom:1em;
}

.fame_list_type .team_style {
    display: inline-block;
    font-weight: 700;
    border: 1px solid #333;
    border-radius: 50px;
    padding: 4px 10px;
}

.fame_list_type img {
    position:absolute;
    right:-0.5em;
    top:-0.5em;
    width:100%;
    max-width:40px;
}

.fame_box li dl dt {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2;
    height: 2.4em;
}

.fame_box li dl dd {
    display: flex;
    align-items: center;
    border-top:1px solid #EEEEEE;
}
.championship_member {
    width:100%;
}

.championship_member li {
    position:relative;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:5px;
    border:0;
    width:100% !important;
    border-radius: 0;
    padding:0;
}

.championship_member li:first-of-type {
    margin-bottom:5px;
    padding: 1em 0 0 0;
}

.championship_member li span {
    display:block;
    max-width: 36px;
}

.championship_member li span img {
    width: 40px;
    height: 40px;
    object-fit: cover; 
    border-radius: 50%; 
}

.championship_member li dl dt {
    font-weight:400;
    font-size:14px;
    height:100%;
    margin-bottom:0;
}

.championship_member li dl dd {
    font-size:10px;
    border:0;
}

.championship_member li dl dd span {
    max-width:100%;
}

.championship_member li dl dd span:last-of-type {
    position:relative;
    padding-left:1em;
}

.championship_member li dl dd span:last-of-type::before {
    content:'';
    position:absolute;
    left: 4px;
    top: 3px;
    width:1px;
    height:7px;
    background:#333;
}

/****************************************
   media
*****************************************/

@media all and (max-width:1080px) {
    .fame_box li {
        width: calc(100% / 4 - 16px);
    }
}

@media all and (max-width:870px) {
    .fame_box li {
        width: calc(100% / 3 - 16px);
    }
}

@media all and (max-width:750px) {
    .select_box,
    .select_box .period_box {
        width: 100%;
    }
    .tui-select-box-input {
        width: 100%;
    }

    .tui-select-box-dropdown {
        width: 100%;
    }
    .fame_box li {
        width: calc(100% / 2 - 16px);
    }
    .fame_box li dl dt {
        -webkit-line-clamp: 1;
        height: 100%;
    }
    .championship_member {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .championship_member li {
        padding:1em 0 0 0;
    }
    .championship_member li:first-of-type {
        margin-bottom: 0;
    }
}

@media all and (max-width:600px) {
    .championship_member {
        flex-direction: column;
    }
    .championship_member li {
        padding: 0.3em 0 0 0;
    }
}

@media all and (max-width:570px) {
    .sub_content h3 span {
        display: inline-block;
        padding-top: 0;
    }
    .fame_box {
        gap: 20px;
        margin: 2em 0 4em 0;
    }
    .fame_box li {
        width: 100%;
    }
    .fame_box li dl dt {
        display: block;
    }
    .championship_member {
        flex-direction: row;
        gap: 10px;
    }
    .championship_member li {
        width: auto !important;
        padding:1em 0 0 0;
    }
}

@media all and (max-width:360px) {
    .period_box .tui-select-box-input {
        min-width: auto;
    }
    .sub_content h3 span {
        display: block;
        padding: 0;
    }

    .sub_content h3 span::before {
        width: 0;
        height: 0;
    }
}

@media all and (max-width:320px) {
    .championship_member {
        align-items: flex-start;
        flex-direction: column;
    }

    .championship_member li {
        padding: 0.3em 0 0 0;
    }
}
