.disclosure .disclosure-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    margin-top: 30px;
}
.disclosure .filter {
    margin-right: 45px !important;
}
.disclosure .filter:last-child {
    margin-right: 0 !important;
}
.disclosure .filter-branch {
    width: auto !important;
    margin-bottom: 15px !important;
}
.disclosure .filter-branch .jq-selectbox {
    width: calc(100% + 30px) !important;
}
.disclosure .filter-year {
    margin-top: 0 !important;
}
.disclosure .filter-branch .jq-selectbox {
    width: calc(100% + 30px) !important;
}
.disclosure .filter-year .filter-title {
    width: 24px !important;
}
@media (max-width: 1023px) {
    .disclosure .filter-branch {
        width: calc(100vw - 30px);
    }
    .disclosure .filter-branch .jq-selectbox {
        width: calc(100% + 30px);
    }
    .disclosure .filter-branch .jq-selectbox__select {
        width: 100%;
        margin-right: 0 !important;
    }
    .disclosure .filter-branch .jq-selectbox__dropdown {
        width: 100%;
    }
    .disclosure .filter-year {
        margin-top: 10px;
    }
    .disclosure .filter-title {
        width: 50px;
    }
}
@media (max-width: 767px) {
    .disclosure .filter-branch .jq-selectbox {
        width: 100%;
    }
    .disclosure .filter-title {
        display: inline-block !important;
    }
}