.desc_box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 30px 40px;
    gap: 50px;
    box-sizing: border-box;
}
.desc_box ul {
    flex: 1;
    width: 100%;
}
.desc_box ul li {
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.4px;
    line-height: 1.4;
    font-size: 16px;
    box-sizing: border-box;
}
.desc_box ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 3px;
    height: 3px;
    background: #323232;
    border-radius: 50%;
}

.filter {
    gap: 10px;
}
.filter input {
    flex: 1;
    width: 100%;
    height: 51px;
    border-radius: 10px;
    border: 1px solid #323232;
    padding: 0 20px;
    font-size: 16px;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}
.filter button {
    padding: 0 40px;
    height: 51px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.375px;
}
.filter button.my_list_btn {
    background: #473EE0;
    color: var(--white);
}




.sponser .list {
    gap: 40px 20px;
}
.sponser .list .item {
    position: relative;
    width: calc(25% - 15px);
    gap: 20px;
}
.sponser .list .rank {
    width: calc(33.333% - 14px);
    padding: 0 63px;
    box-sizing: border-box;
}
.sponser .list .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sponser .list .item .thumb {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.sponser .list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sponser .list .item .info_box {
    padding: 0 20px;
    gap: 10px;
    box-sizing: border-box;
}
.sponser .list .item .info_box .info {
    padding: 0 10px;
    gap: 8px;
    box-sizing: border-box;
}
.sponser .list .item .info_box .info .name {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.sponser .list .item .info_box .info > div {
    gap: 10px;
    font-family: 'SUIT';
    line-height: 1.2;
    letter-spacing: 0.375px;
    text-transform: uppercase;
}
.sponser .list .item .info_box > button {
    height: 34px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 0.375px;
}


#spon_pop .modal_cont {
    max-width: 890px;
}
#spon_pop .modal_cont .scroll {
    padding: 40px;
}
#spon_pop .form {
    gap: 40px;
}
#spon_pop .form .player_info {
    flex: 1;
    gap: 30px;
}
#spon_pop .form .player_info .thumb {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border-radius: 25px;
    overflow: hidden;
}
#spon_pop .form .player_info .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#spon_pop .form .player_info .box {
    gap: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
#spon_pop .form .player_info .box h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.45px;
}
#spon_pop .form .player_info .box p {
    line-height: 1.2;
    letter-spacing: 0.375px;
    max-height: 325px;
    overflow-y: auto;
}
#spon_pop .form .info_area {
    width: 410px;
    gap: 10px;
}
#spon_pop .form .info_area > div {
    padding: 16px 0;
    gap: 10px;
}
#spon_pop .form .info_area > div h3 {
    font-size: 24px;
    font-weight: 800;
}
#spon_pop .form .info_area .now_point {
    border-bottom: 2px solid #d3d3d3;
}
#spon_pop .form .info_area .now_point strong {
    font-size: 24px;
    font-weight: 800;
}
#spon_pop .form .info_area .amount {
    gap: 20px;
}
#spon_pop .form .info_area .amount .btn_group {
    gap: 10px;
}
#spon_pop .form .info_area .amount .btn_group > button {
    width: calc(25% - 8px);
    height: 36px;
    border-radius: 5px;
    border: 2px solid #D3D3D3;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.35px;
    padding: 0 5px;
    box-sizing: border-box;
}
#spon_pop .form .info_area .amount .btn_group > button.active {
    background: var(--key-color);
    border: 2px solid var(--key-color);
    color: var(--white);
}
#spon_pop .form .info_area .amount .btn_group .input_box {
    border-radius: 5px;
    border: 2px solid #D3D3D3;
    padding: 0 20px;
    overflow: hidden;
    gap: 10px;
    box-sizing: border-box;
}
#spon_pop .form .info_area .amount .btn_group .input_box input {
    flex: 1;
    width: 100%;
    height: 36px;
    font-size: 14px;
    letter-spacing: 0.35px;
}
#spon_pop .form .info_area .amount .btn_group .input_box strong {
    font-size: 14px;
    letter-spacing: 0.35px;
}
#spon_pop .form .info_area > button {
    height: 56px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
#spon_pop .form .info_area .desc {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.35px;
}

.complete_modal .modal_cont {
    max-width: 400px;
}
.complete_modal .txt {
    font-size: 24px;
    font-weight: 800;
    padding: 20px 0 40px;
    box-sizing: border-box;
}



#voting_pop .func {
    margin-bottom: 16px;
}
#voting_pop .func select {
    max-width: 160px;
}
#voting_pop .list_table thead th {
    padding: 18px 20px;
}
#voting_pop .list_table tbody td {
    padding: 16px 20px;
}




@media screen and (max-width: 1440px) {
    .sponser .list .item {
        width: calc(33.333% - 14px);
    }
    .sponser .list .rank {
        padding: 0 20px;
    }
    .sponser .list .item .icon img {
        transform: scale(0.65);
        transform-origin: top left;
    }
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
    .filter input {
        height: 44px;
        border-radius: 10px;
        padding: 0 16px;
        font-size: 14px;
    }
    .filter button {
        height: 44px;
        font-size: 14px;
    }

    .desc_box {
        gap: 25px;
        padding: 20px 30px;
    }

    .sponser .list .item {
        width: calc(50% - 10px);
    }

    .sponser .list .rank {
        width: calc(33.333% - 14px);
        padding: 0 10px;
    }
    .sponser .list .item .icon img {
        transform: scale(0.45);
    }


    #spon_pop .modal_cont .scroll {
        padding: 20px;
    }
    #spon_pop .form .player_info .thumb {
        border-radius: 15px;
    }
    #spon_pop .form .player_info .box p {
        overflow-y: visible;
        max-height: none;
    }
    #spon_pop .form .info_area {
        width: 100%;
    }
    #spon_pop .form .info_area > div h3 {
        font-size: 18px;
    }
    #spon_pop .form .info_area .now_point strong {
        font-size: 18px;
    }
    #spon_pop .form .info_area .amount .btn_group > button {
        width: calc(50% - 5px);
    }
    #spon_pop .form .info_area > button {
        font-size: 18px;
    }

    .complete_modal .txt {
        font-size: 20px;
    }

    #voting_pop .func select {
        max-width: 130px;
        font-size: 14px;
        background-size: 15px;
        height: 44px;
    }
    #voting_pop .list_table tbody td {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .filter input {
        flex: none;
    }
    .filter button {
        flex: 1;
        padding: 0 10px;
    }

    .desc_box {
        justify-content: center;
    }
    .desc_box ul {
        flex: none;
    }
    .desc_box ul li {
        font-size: 14px;
    }


    .sponser .list .item .info_box {
        padding: 0 10px;
    }
    .sponser .list .item .info_box .info {
        padding: 0 5px;
    }
    .sponser .list .item .info_box .info .name {
        font-size: 16px;
    }
    .sponser .list .item .info_box .info > div {
        gap: 3px;
        font-size: 14px;
    }
    .sponser .list .item .info_box .info > div p {
        width: 100%;
    }

    .sponser .list .rank {
        width: calc(50% - 10px);
    }
    .sponser .list .rank1 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    #voting_pop .list_table tbody td {
        padding: 5px 0 10px;
    }
}
@media screen and (max-width: 380px) {
    .filter button {
        flex: none;
        width: 100%;
    }


    .sponser .list .item {
        width: 100%;
    }
}