.pub.bodyWrap.aspSeason {
    display: flex;
    flex-direction: column;
    width: calc(100% - 300px);
    height: 100vh;
    margin-left: 300px;
    font-family: 'Noto Sans KR';
}

.aspSeason .body_header .tab_box {
    align-items: flex-end;
    gap: 50px;
    height: 90px;
    padding: 0 40px;
    margin: 0;
}

.aspSeason .body_header .tab_box li {
    height: fit-content;
    padding: 0 3px 9px;
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.75px;
    color: #010b2e;
    border-top: none;
    border-bottom: 6px solid transparent;
}

.aspSeason .body_header .tab_box li.active {
    border-color: #010b2e;
}

.aspSeason .body_header .sub_top {
    padding: 0 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.38px;
    color: #6f6f6f;
    background-color: #e4e6ea;
}

.aspSeason .body_cont {
    flex: 1;
    height: calc(100% - 130px);
    background-color: #f9fafb;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.aspSeason .body_cont::-webkit-scrollbar {
    display: none;
}

.aspSeason .body_cont .tab_box {
    gap: 10px;
    height: 65px;
    padding: 20px 40px 10px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.aspSeason .body_cont .tab_box li {
    width: 210px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #010b2e;
    border: 1px solid #000b2e;
    border-radius: 10px;
}

.aspSeason .body_cont .tab_box li.active {
    color: #f2f2fb;
    background-color: #010b2e;
    border-color: #010b2e;
}

.aspSeason .cont_wrap {
    width: calc(1080px + 108px);
    padding: 0px 54px;
}

.aspSeason .cont_wrap .btn_wrap {
    display: flex;
    gap: 30px;
}

.aspSeason .cont_wrap .btn_wrap button {
    justify-content: center;
    width: 190px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    border-radius: 50px;
}

.aspSeason .cont_wrap .btn_wrap .btnbace {
    background-color: #536dfe;
    border-color: #536dfe;
}

.aspSeason .cont_wrap .btn_wrap .btnLine {
    color: #22262e;
    border-color: #d9d9d9;
}

.aspSeason .cont_wrap .input_wrap {
    gap: 30px;
    margin-top: 50px;
}

.aspSeason .input_wrap label {
    margin-bottom: 0;
    line-height: 36px;
    font-family: 'Noto Sans KR';
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #505050;
}

.aspSeason .input_wrap label .tag {
    display: inline-block;
    padding: 0 17px;
    margin-left: 10px;
    line-height: 26px;
    color: #fff;
    background-color: #979797;
    border-radius: 50px;
}

.aspSeason .input_box .ipt_txt,
.aspSeason .input_box .slc_box {
    border-radius: 8px;
}

.aspSeason .input_box .ipt_txt input {
    padding: 0 10px;
    line-height: 34px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #505050;
    background-color: #fff;
    border-radius: 8px;
}

.aspSeason .input_box .ipt_txt input::placeholder {
    color: #dfdfdf;
}

.aspSeason .input_box>.flex {
    gap: 40px;
}

.aspSeason .input_box .ipt_txt.hlf {
    width: 560px;
}

.aspSeason .input_box .ipt_txt.sml {
    width: 255px;
}

.aspSeason .wh_box {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 50px 40px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 10px #00000026;
}

.aspSeason .wh_box label {
    width: 107px;
}

.aspSeason .wh_box .radio_wrap {
    margin: 0;
}

.aspSeason .wh_box .radio_wrap input+label {
    padding-left: 22px;
    line-height: 36px;
    background-size: 16px;
}

.aspSeason .wh_box .radio_wrap input:checked+label {
    background-size: 16px;
}

.aspSeason .slc_wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.aspSeason .input_box .slc_box.sml {
    width: fit-content;
}

.aspSeason .input_box .slc_box.sml::after {
    width: 8px;
    height: 8px;
    border: 2px solid #676767;
    border-top-color: transparent;
    border-right-color: transparent;
    transform: rotate(-45deg) translateY(-55%);
}

.aspSeason .input_box .slc_box.sml .slc_btn {
    height: 34px;
    padding: 0 40px 0 14px;
    line-height: 33px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.33px;
    color: #676767;
    border-radius: 8px;
}

.aspSeason .wh_box .slc_wrap .slc_box.sml:nth-child(3),
.aspSeason .wh_box .slc_wrap .slc_box.sml:nth-child(7) {
    width: 86px;
}

.aspSeason .input_box .slc_box .opt_list {
    max-height: 190px;
    overflow: auto;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.aspSeason .input_box .slc_box .opt_list::-webkit-scrollbar,
.aspSeason .input_box .slc_box .opt_list::-webkit-scrollbar-track {
    background-color: transparent;
}

.aspSeason .input_box .slc_box .opt_list::-webkit-scrollbar {
    width: 10px;
}

.aspSeason .input_box .slc_box .opt_list::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    background-clip: padding-box;
    border: 3px solid transparent;
    border-radius: 30px;
}

.aspSeason .wh_box .flex .flex+.flex {
    margin-top: 14px;
}

.aspSeason .wh_box .btnbace {
    justify-content: center;
    width: 134px;
    line-height: 34px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
    background-color: #31588b;
    border-color: #31588b;
}

.aspSeason .search_box {
    padding: 50px 60px 25px;
    border-bottom: 1px solid #ddd;
}

.aspSeason .search_box .input_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aspSeason .search_box .input_box+.input_box {
    margin-top: 10px;
}

.aspSeason .search_box .input_box label {
    font-weight: 500;
    color: #31588b;
}

.aspSeason .search_box .input_box label:not(:first-child) {
    margin-left: 20px;
}

.aspSeason .search_box .input_box .slc_box,
.aspSeason .search_box .input_box .ipt_txt {
    box-shadow: 0 3px 6px #00000029;
}

.aspSeason .search_box .input_box:first-child .slc_box,
.aspSeason .search_box .input_box:last-child .slc_box {
    width: 164px;
}

.aspSeason .search_box .input_box .btnSqr {
    padding: 0 15px;
}

.aspSeason .search_box .input_box .check_btn label {
    min-width: 46px;
    padding: 0 8px;
    margin: 0;
    line-height: 34px;
    text-align: center;
    color: #676767;
    background-color: #fff;
    border-color: #dfdfdf;
    border-radius: 8px;
    box-shadow: 0 3px 6px #00000029;
}

.aspSeason .search_box .input_box .check_btn input:checked+label {
    color: #31588b;
    background-color: #fff;
    border-color: #31588b;
}

.aspSeason .search_box .input_box .check_btn label span::before {
    display: none;
}

.aspSeason .cont_wrap .sort_box {
    margin-top: 23px;
}

.aspSeason .sort_box .input_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.aspSeason .sort_box .input_box .slc_box {
    width: 148px;
    box-shadow: 0 3px 6px #00000029;
}

.aspSeason .cont_wrap .board_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    margin-top: 13px;
}

.aspSeason .board_wrap .table_wrap {
    width: 100%;
    padding: 12px 12px 20px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #505050;
    background-color: #fff;
    border-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 10px #00000026;
}

.aspSeason .board_wrap .table_wrap table {
    border-bottom: 1px solid #efeff1;
}

.aspSeason .board_wrap .table_wrap thead {
    height: 40px;
    background-color: #f3f4f9;
}

.aspSeason .board_wrap .table_wrap thead th:first-child {
    border-radius: 8px 0 0 8px;
}

.aspSeason .board_wrap .table_wrap thead th:last-child {
    border-radius: 0 8px 8px 0;
}

.aspSeason .board_wrap .table_wrap tbody td {
    border-color: #efeff1;
}

.aspSeason .board_wrap .table_wrap tbody td+td {
    border-left: none;
}

.aspSeason .board_wrap .table_wrap .checks,
.aspSeason .board_wrap .table_wrap .slc_box {
    margin: 0 auto;
}

.aspSeason .board_wrap .table_wrap .slc_box {
    box-shadow: 0 3px 6px #00000029;
}

.aspSeason .board_wrap .table_wrap .slc_box .slc_btn {
    height: 24px;
    padding: 0 35px 0 10px;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #676767;
}

.aspSeason .board_wrap .table_wrap .slc_box.sml::after {
    right: 10px;
}

.aspSeason .board_wrap .table_wrap .slc_box .opt_list label {
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.3px;
}

.aspSeason .board_wrap .table_wrap img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.aspSeason .board_wrap .table_wrap .btnTxt {
    padding: 10px 5px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #000;
}

.aspSeason .board_wrap .table_wrap .switch_wrap label {
    justify-content: center;
}

.aspSeason .board_wrap .table_wrap .switch_wrap .switch {
    width: 37px;
    height: 18px;
    padding: 4px;
    background-color: #d9d9d9;
}

.aspSeason .board_wrap .table_wrap .switch_wrap .switch::after {
    width: 10px;
    height: 10px;
    left: 4px;
}

.aspSeason .board_wrap .table_wrap .switch_wrap input:checked+label .switch::after {
    left: 23px;
    background-color: #31588b;
}

.aspSeason .board_wrap .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 20px;
}

.aspSeason .board_wrap .pagination .prev,
.aspSeason .board_wrap .pagination .next {
    width: 25px;
    height: 22px;
}

.aspSeason .board_wrap .pagination button img {
    width: 100%;
    height: 100%;
}

.aspSeason .board_wrap .pagination .page {
    min-width: 22px;
    height: 22px;
    padding: 0 3px;
    line-height: 22px;
    color: #5a5a5a;
    background-color: #ebebeb;
    border-radius: 4px;
}

.aspSeason .board_wrap .pagination .page.on {
    color: #fff;
    background-color: #31588b;
}

.aspSeason .board_wrap .btnSqr.bg_gray {
    padding: 0 15px;
    background-color: #6f6f6f;
}