/* 2차 카테고리 인라인 선택 영역 */
#klubo-teamList-2depth-section {
    background: #F7F9FC;
    padding: 10px 16px 12px;
    border-bottom: 1px solid #E6E6E6;
}

.teamList-2depth-group {
    display: none;
}

.teamList-2depth-select__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.teamList-2depth-select__list li {
    list-style: none;
}

.klubo-teamList-2depth-select-btn {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 14px;
    border: 1px solid #D0D3DE;
    border-radius: 20px;
    font-size: 14px;
    color: #646566;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.klubo-teamList-2depth-select-btn.on {
    border-color: #3677f6;
    color: #3677f6;
    background: #fff;
    font-weight: bold;
}
