.spSeason .blank_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    width: 100%;
    height: calc(100vh - 120px);
    line-height: 32px;
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 24px;
    letter-spacing: -1.2px;
    color: #333;
    background-color: #fcfcfc;
}

.spSeason .season_wrap {
    position: relative;
    width: calc(1080px + 248px);
    padding: 15px 124px;
}

.spSeason .season_wrap .sp_tit {
    margin-bottom: 15px;
    line-height: 52px;
    font-family: 'Noto Sans KR';
    font-size: 36px;
    letter-spacing: -0.9px;
    color: #464646;
}

.spSeason .season_wrap .flex {
    align-items: center;
}

.spSeason .season_wrap .tab_box {
    align-items: flex-start;
    flex-direction: column;
    gap: 80px;
    width: 300px;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: visible;
    scrollbar-gutter: auto;
}

.spSeason .season_wrap .tab_box .tab_btn {
    position: relative;
    width: 100%;
    height: 193px;
    padding: 0;
    border: none;
}

.spSeason .season_wrap .tab_box .tab_btn.active {
    margin-bottom: -25px;
}

.spSeason .season_wrap .tab_box .tab_btn+.tab_btn::before {
    content: '';
    position: absolute;
    left: 90px;
    bottom: 100%;
    display: block;
    height: 95px;
    border-left: 2px dashed #3e5af9;
}

.spSeason .season_wrap .tab_box .tab_btn[data-tab='season_1'] {
    background: url('../images/gbp/ic_season1.svg') top left no-repeat;
}

.spSeason .season_wrap .tab_box .tab_btn[data-tab='season_2'] {
    background: url('../images/gbp/ic_season2.svg') top left no-repeat;
}

.spSeason .season_wrap .tab_box .tab_btn[data-tab='season_3'] {
    margin-left: -8px;
    background: url('../images/gbp/ic_season3.svg') top left no-repeat;
}

.spSeason .season_wrap .tab_box .tab_btn[data-tab='season_3']::before {
    margin-left: 8px;
}

.spSeason .season_wrap .tab_box .tab_btn[data-tab='season_1'].active {
    background: url('../images/gbp/ic_season1on.svg') top left no-repeat;
}

.spSeason .season_wrap .tab_box .tab_btn[data-tab='season_2'].active {
    background: url('../images/gbp/ic_season2on.svg') top left no-repeat;
}

.spSeason .season_wrap .tab_box .tab_btn[data-tab='season_3'].active {
    background: url('../images/gbp/ic_season3on.svg') top left no-repeat;
}

.spSeason .season_wrap .wh_top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px;
    width: calc(100% - 300px);
    padding: 10px 0;
    margin-top: -67px;
    margin-left: auto;
}

.spSeason .wh_top .state {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    line-height: 34px;
    font-family: 'Noto Sans KR';
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #5b5b5b;
    background-color: #f5f6fa;
    border-radius: 50px;
}

.spSeason .wh_top .state::before {
    content: '';
    width: 18px;
    height: 18px;
}

.spSeason .wh_top .state.ic_eval::before {
    background: url('../images/gbp/hourglass-start.svg') center no-repeat;
}

.spSeason .wh_top .state.ic_alertB::before {
    background: url('../images/gbp/pop_alertB.svg') center/18px no-repeat;
}

.spSeason .btnSqr {
    width: 164px;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.35px;
    background-color: #3e5af9;
    box-shadow: 0 3px 6px #00000029;
}

.spSeason .wh_top .slc_box .slc_btn {
    height: 34px;
    line-height: 34px;
    font-family: 'Noto Sans KR';
    font-size: 13px;
    letter-spacing: -0.33px;
    color: #5a5a5a;
}

.spSeason .wh_top .slc_box .opt_list input+label {
    font-size: 13px;
    letter-spacing: -0.33px;
}

.spSeason .season_wrap .tab_wrap {
    position: relative;
    width: 780px;
    height: 840px;
}

.spSeason .season_wrap .tab_wrap .cont_wrap {
    position: relative;
    height: 100%;
}

.spSeason .season_wrap .tab_wrap .wh_box {
    position: relative;
    height: 100%;
    background-color: #fff;
    border: 1px solid #b0b1f7;
    border-radius: 30px;
    box-shadow: 0 0 12px #00000029;
}

.spSeason .tab_wrap .wh_box::before {
    content: '';
    position: absolute;
    left: -25px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #b0b1f7;
    border-radius: 18px;
    box-shadow: 0 0 12px #00000029;
    transform: rotate(45deg);
}

.spSeason .tab_wrap .cont_wrap[data-tab='season_1'] .wh_box::before {
    top: 105px;
}

.spSeason .tab_wrap .cont_wrap[data-tab='season_2'] .wh_box::before {
    top: calc(50% - 35px);
}

.spSeason .tab_wrap .cont_wrap[data-tab='season_3'] .wh_box::before {
    top: auto;
    bottom: 100px;
}

.spSeason .season_wrap .wh_box .wh_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 60px 60px 90px;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    z-index: 1;
}

.spSeason .wh_box .top_banner {
    width: 100%;
    padding: 13px 0 10px;
    font-family: 'Noto Sans KR';
    background: linear-gradient(103deg, #3e5af9 0%, #25a3a8 100%);
    border-radius: 100px;
}

.spSeason .wh_box .top_banner p {
    margin-bottom: 4px;
    line-height: 40px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.7px;
    color: #fff;
}

.spSeason .wh_box .top_banner span {
    display: block;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #fafafa;
}

.spSeason .wh_box .btn_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 50px 94px 32px;
    border-bottom: 1px solid #7aa7ef;
}

.spSeason .wh_box .btn_wrap .btnSqr {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    font-size: 16px;
    letter-spacing: -0.4px;
}

.spSeason .wh_box .btn_wrap .btnSqr:disabled {
    color: #707070;
    background-color: #f6f6f6;
}

.spSeason .wh_box .btn_wrap .btnSqr.eval:disabled {
    color: #8e8e8e;
    background-color: #bdbfc4;
}

.spSeason .wh_box .btn_wrap .btnSqr.end:disabled {
    box-shadow: none;
}

.spSeason .wh_box .btn_wrap .btnSqr.process {
    background: linear-gradient(90deg, #95a3f1fc 0%, #c0c0c2 100%);
}

.spSeason .wh_box .btn_wrap .btnSqr.process::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/gbp/hourglass-startW.svg') center no-repeat;
}

.spSeason .wh_box .desc {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
}

.spSeason .wh_box .desc .cont_subtit {
    padding: 27px 15px 15px;
    margin: 0;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
}

.spSeason .wh_box .desc .desc_cont {
    flex: 1;
    padding: 47px 40px;
    line-height: 32px;
    font-family: 'Noto Sans KR';
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #464646;
    background-color: #f7f8fa;
    border-radius: 40px;
}

.spSeason .wh_box .desc+.btnSqr {
    position: absolute;
    bottom: 30px;
    right: 60px;
}

@media screen and (max-width: 750px) {
    .spSeason .blank_box {
        gap: 15px;
        line-height: 21px;
        font-size: 17px;
        letter-spacing: -0.85px;
    }
    .spSeason .blank_box img {
        width: 60px;
        height: 61px;
    }
    .spSeason .season_wrap {
        width: 100%;
        padding: 0 15px;
    }
    .spSeason .season_wrap .sp_tit {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: -0.35px;
        color: #333;
    }
    .spSeason .season_wrap .wh_top {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        justify-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 0 25px;
        margin: 0;
    }
    .spSeason .wh_top .state {
        justify-content: center;
        width: 100%;
        line-height: 49px;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: -0.32px;
    }
    .spSeason .wh_top .state.ic_eval::before {
        background-size: 10px 13px;
    }
    .spSeason .wh_top .state.ic_alertB::before {
        background-size: 13px;
    }
    .spSeason .wh_top .input_box,
    .spSeason .wh_top .input_box .slc_box.sml {
        width: 100%;
    }
    .spSeason .wh_top .slc_box .slc_btn {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .spSeason .wh_top .slc_box .opt_list .radio_list {
        height: 30px;
    }
    .spSeason .wh_top .slc_box .opt_list .radio_list label {
        line-height: 30px;
    }
    .spSeason .btnSqr,
    .spSeason .wh_box .btn_wrap .btnSqr {
        width: auto;
        padding: 0 15px;
        line-height: 29px;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: 0.32px;
        border-radius: 4px;
    }
    .spSeason .season_wrap .flex {
        flex-direction: column;
    }
    .spSeason .season_wrap .tab_box {
        justify-content: space-between;
        flex-direction: row;
        gap: unset;
        width: 100%;
        height: 121px;
    }
    .spSeason .season_wrap .tab_box .tab_btn {
        width: 100px;
        height: 100%;
    }
    .spSeason .season_wrap .tab_box .tab_btn.active {
        width: 90px;
        margin: 0 10px 0 0;
    }
    .spSeason .season_wrap .tab_box .tab_btn+.tab_btn::before {
        left: auto;
        right: 100%;
        top: 45px;
        width: calc((100vw - 310px) / 2);
        height: 0;
        border-left: none;
        border-top: 1px dashed #3e5af9;
    }
    .spSeason .season_wrap .tab_box .tab_btn[data-tab='season_1'] {
        background: url('../images/gbp/ic_season1_mo.svg') top left/100% no-repeat;
    }
    .spSeason .season_wrap .tab_box .tab_btn[data-tab='season_2'] {
        background: url('../images/gbp/ic_season2_mo.svg') top left/100% no-repeat;
    }
    .spSeason .season_wrap .tab_box .tab_btn[data-tab='season_3'] {
        width: 104px;
        margin-left: -4px;
        background: url('../images/gbp/ic_season3_mo.svg') top left/100% no-repeat;
    }
    .spSeason .season_wrap .tab_box .tab_btn[data-tab='season_3']::before {
        width: calc((100vw - 314px) / 2);
        margin-right: -2px;
        margin-left: 0;
    }
    .spSeason .season_wrap .tab_box .tab_btn[data-tab='season_1'].active {
        background: url('../images/gbp/ic_season1on_mo.svg') top left/100% no-repeat;
    }
    .spSeason .season_wrap .tab_box .tab_btn[data-tab='season_2'].active {
        background: url('../images/gbp/ic_season2on_mo.svg') top left/100% no-repeat;
    }
    .spSeason .season_wrap .tab_box .tab_btn[data-tab='season_3'].active {
        width: 93px;
        background: url('../images/gbp/ic_season3on_mo.svg') top left/100% no-repeat;
    }
    .spSeason .season_wrap .tab_wrap {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }
    .spSeason .season_wrap .tab_wrap .wh_box {
        border-radius: 15px;
    }
    .spSeason .tab_wrap .wh_box::before {
        width: 30px;
        height: 30px;
        border-radius: 9px;
    }
    .spSeason .tab_wrap .cont_wrap[data-tab='season_1'] .wh_box::before {
        top: -12px;
        left: 30px;
    }
    .spSeason .tab_wrap .cont_wrap[data-tab='season_2'] .wh_box::before {
        top: -12px;
        left: calc(50% - 20px);
    }
    .spSeason .tab_wrap .cont_wrap[data-tab='season_3'] .wh_box::before {
        top: -12px;
        left: auto;
        right: 40px;
        bottom: auto;
    }
    .spSeason .season_wrap .wh_box .wh_cont {
        padding: 30px 20px 40px;
    }
    .spSeason .wh_box .top_banner {
        padding: 7px 0;
    }
    .spSeason .wh_box .top_banner p {
        margin-bottom: 0;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .spSeason .wh_box .top_banner span {
        line-height: 15px;
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    .spSeason .wh_box .btn_wrap {
        padding: 14px 38px 26px;
    }
    .spSeason .wh_box .btn_wrap .btnSqr {
        width: 100%;
    }
    .spSeason .wh_box .desc .cont_subtit {
        padding: 10px 0 6px;
        line-height: 16px;
        font-size: 14px;
        letter-spacing: -0.34px;
    }
    .spSeason .wh_box .desc .desc_cont {
        flex: none;
        min-height: 200px;
        padding: 16px 20px;
        line-height: 19px;
        font-size: 13px;
        letter-spacing: -0.32px;
        border-radius: 20px;
    }
    .spSeason .wh_box .desc {
        margin-bottom: 20px;
    }
    .spSeason .wh_box .desc+.btnSqr {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0 auto;
    }
}