.partner_lists{
    margin-bottom: 6.7708vw;
}
.partner_lists dt{
    margin-bottom: 2.6042vw;
    padding-left: 1.0417vw;
    position: relative;
    font-size: 1.25vw;
    font-weight: bold;
}
.partner_lists dt:before{
    position: absolute;
    width: .5208vw;
    height: .5208vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    background-color: #2C4DEC;
    border-radius: 50%;
}
.partner_lists dd {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.list_all {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.run_all, .host_all {
    justify-content: flex-start;
    gap: 2.604167vw;
}

.sponsor_all {
    justify-content: space-between;
    gap: 2.708333vw 2.716667vw;
    background-image: url(/wp-content/uploads/wcif/images/support.png);
    width: 66.66667vw;
    aspect-ratio: 2.78044;
    background-size: contain;
    background-repeat: no-repeat;
}

/* supervision */
dl.run dd:first-of-type{
    width: 17.291667vw;
    height: 4.375vw;
    background-image: url(/wp-content/uploads/2026/05/wcif소개_파트너-로고.png);
}
dl.run dd:nth-of-type(2){
    width: 11.770833vw;
    height: 4.270833vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_02.svg);
}
/* sponsorship */
dl.host dd:first-of-type{
    width: 15.572917vw;
    height: 3.125vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_03.svg);
}
dl.host dd:nth-of-type(2){
    width: 14.0625vw;
    height: 3.125vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_04.svg);
}
dl.host dd:nth-of-type(3){
    width: 12.5vw;
    height: 4.21875vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_05.svg);
}
/*support*/
dl.sponsor dd:first-of-type{
    width: 8.385417vw;
    height: 4.479167vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_06.svg);
}
dl.sponsor dd:nth-of-type(2){
    width: 8.802083vw;
    height: 2.8125vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_07.svg);
}
dl.sponsor dd:nth-of-type(3){
    width: 10.625vw;
    height: 2.083333vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_17.png);
}
dl.sponsor dd:nth-of-type(4){
    width: 8.4375vw;
    height: 2.96875vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_08.png);
}
dl.sponsor dd:nth-of-type(5){
    width: 11.145833vw;
    height: 2.395833vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_21.png);
}
dl.sponsor dd:nth-of-type(6){
    width: 9.84375vw;
    height: 1.875vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_11.svg);
}
dl.sponsor dd:nth-of-type(7){
    width: 13.125vw;
    height: 2.291667vw;

    background-image: url(/wp-content/uploads/wcif/images/partner/partner_12.svg);
}
dl.sponsor dd:nth-of-type(8){
    width: 10vw;
    height: 3.177083vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_09.png);
}
dl.sponsor dd:nth-of-type(9){
    width: 6.09375vw;
    height: 3.697917vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_13.png);
}
dl.sponsor dd:nth-of-type(10){
    width: 11.458333vw;
    height: 1.71875vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_18.png);
}
dl.sponsor dd:nth-of-type(11){
    width: 8.333333vw;
    height: 2.708333vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_14.svg);
}
dl.sponsor dd:nth-of-type(12){
    width: 7.8125vw;
    height: 2.864583vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_15.png);
}
dl.sponsor dd:nth-of-type(13){
    width: 10.78125vw;
    height: 1.40625vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_19.png);
}
dl.sponsor dd:nth-of-type(14){
    width: 7.8125vw;
    height: 1.25vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_16.png);
}
dl.sponsor dd:nth-of-type(15){
    width: 2.8125vw;
    height: 2.8125vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_20.png);
}
dl.sponsor dd:last-of-type{
    width: 10.208333vw;
    height: 1.770833vw;
    background-image: url(/wp-content/uploads/wcif/images/partner/partner_22.png);
}

@media all and (max-width:991px){
    .run_all, .host_all {
        gap: 2.708333vw 10.604167vw;
    }

    .sponsor_all {
        justify-content: flex-start;
        gap: 3.308333vw 6.516667vw;
        background-image: url(/wp-content/uploads/wcif/images/support_t.png);
        width: 100%;
        aspect-ratio: 1.032386;
    }

    .partner_lists dt{
        margin-bottom: 3.9063vw;
        padding-left: 2.6042vw;
        font-size: 3.125vw;
    }
    .partner_lists dt:before{
        width: 1.3021vw;
        height: 1.3021vw;
    }
    dl.run dd:first-of-type{
        width: 41.66666vw;
        height: 10.546875vw;
    }
    dl.run dd:last-of-type{
        width: 28.2552083vw;
        height: 10.28645833vw;
    }
    dl.host dd:first-of-type{
        width: 33.72395833vw;
        height: 6.77083333vw;
    }
    dl.host dd:nth-of-type(2){
        width: 34.11458333vw;
        height: 7.55208333vw;
    }
    dl.host dd:last-of-type{
        width: 31.380208vw;
        height: 10.677083vw;
    }
    dl.sponsor dd:first-of-type{
        width: 14.583333vw;
        height: 7.8125vw;
    }
    dl.sponsor dd:nth-of-type(2){
        width: 12.5vw;
        height: 4.557292vw;
    }
    dl.sponsor dd:nth-of-type(3){
        width: 17.578125vw;
        height: 3.515625vw;
    }
    dl.sponsor dd:nth-of-type(4){
        width: 13.671875vw;
        height: 4.817708vw;
    }
    dl.sponsor dd:nth-of-type(5){
        width: 17.708333vw;
        height: 3.90625vw;
    }

    dl.sponsor dd:nth-of-type(6){
        width: 15.625vw;
        height: 3.125vw;
    }
    dl.sponsor dd:nth-of-type(7){
        width: 18.229167vw;
        height: 3.255208vw;
    }
    dl.sponsor dd:nth-of-type(8){
        width: 15.625vw;
        height: 5.078125vw;
    }

    dl.sponsor dd:nth-of-type(9){
        width: 9.765625vw;
        height: 5.989583vw;
    }
    dl.sponsor dd:nth-of-type(10){
        width: 18.229167vw;
        height: 2.734375vw;
    }
    dl.sponsor dd:nth-of-type(11){
        width: 15.885417vw;
        height: 5.078125vw;
    }
    dl.sponsor dd:nth-of-type(12){
        width: 15.625vw;
        height: 5.859375vw;
    }
    dl.sponsor dd:nth-of-type(13){
        width: 21.484375vw;
        height: 2.734375vw;
    }
    dl.sponsor dd:nth-of-type(14){
        width: 15.625vw;
        height: 2.473958vw;
    }
    dl.sponsor dd:nth-of-type(15){
        width: 5.46875vw;
        height: 4.427083vw;
    }
    dl.sponsor dd:last-of-type{
        width: 20.442708vw;
        height: 3.255208vw;
    }
}

@media all and (max-width:479px){
    .run_all, .host_all {
        gap: 9.508333vw 10.604167vw;
    }

    .sponsor_all {
        justify-content: flex-start;
        gap: 10.408333vw 11.616667vw;
        background-image: url(/wp-content/uploads/wcif/images/support_m.png);
        width: 100%;
        aspect-ratio: 1.0526247;
    }

    .partner_lists{
        margin-bottom: 8.3333vw;
    }
    .partner_lists dt{
        margin-bottom: 5.5556vw;
        padding-left: 2.7778vw;
        font-size: 3.8889vw;
    }
    .partner_lists dt:before{
        width: 1.3889vw;
        height: 1.3889vw;
    }
    dl.run dd:first-of-type{
        width: 60.55555vw;
        height: 15.277779vw;
    }
    dl.run dd:last-of-type{
        width: 41.66666vw;
        height: 15vw;
    }

    dl.host dd:first-of-type{
        width: 49.722222vw;
        height: 10vw;
    }
    dl.host dd:nth-of-type(2){
        width: 49.444444vw;
        height: 10.833333vw;
    }
    dl.host dd:last-of-type{
        width: 46.944444vw;
        height: 15.833333vw;
    }

    dl.sponsor dd:first-of-type{
        width: 28.888889vw;
        height: 15.555556vw;
    }
    dl.sponsor dd:nth-of-type(2){
        width: 28.055556vw;
        height: 10.277778vw;
    }
    dl.sponsor dd:nth-of-type(3){
        width: 33.333333vw;
        height: 6.666667vw;
    }
    dl.sponsor dd:nth-of-type(4){
        width: 27.777778vw;
        height: 10vw;
    }
    dl.sponsor dd:nth-of-type(5){
        width: 33.333333vw;
        height: 7.5vw;
    }
    dl.sponsor dd:nth-of-type(6){
        width: 30.555556vw;
        height: 6.111111vw;
    }
    dl.sponsor dd:nth-of-type(7){
        width: 41.666667vw;
        height: 7.5vw;
    }
    dl.sponsor dd:nth-of-type(8){
        width: 30.555556vw;
        height: 9.722222vw;
    }
    dl.sponsor dd:nth-of-type(9){
        width: 19.444444vw;
        height: 11.944444vw;
    }
    dl.sponsor dd:nth-of-type(10){
        width: 33.333333vw;
        height: 5vw;
    }
    dl.sponsor dd:nth-of-type(11){
        width: 33.611111vw;
        height: 10.555556vw;
    }
    dl.sponsor dd:nth-of-type(12){
        width: 30.555556vw;
        height: 11.388889vw;
    }
    dl.sponsor dd:nth-of-type(13){
        width: 37.777778vw;
        height: 4.722222vw;
    }
    dl.sponsor dd:nth-of-type(14){
        width: 30.555556vw;
        height: 4.722222vw;
    }
    dl.sponsor dd:nth-of-type(15){
        width: 10vw;
        height: 8.055556vw;
    }
    dl.sponsor dd:last-of-type{
        width: 38.888889vw;
        height: 6.944444vw;
    }
}
