/*@font-face {
    font-family: 'Noto Sans';
    src: url(/misc/font/NotoSansSC-VariableFont_wght.ttf) format('truetype');
    font-display: swap;
}

body.re-design-body{
    font-family: 'Noto Sans', sans-serif !important;
}*/

.re-design-body .sponsorSection{
    margin: 0 auto;
    margin-top: 120px;
}

.re-design-body .sponsorSection .sponsor-card{
    display: flex;

}

.re-design-body  .sponsorSection .sponsor-card{
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-bottom: 120px;
}

.re-design-body  .sponsorSection .sponsor-card.reverse .sponsor-card-content{
    flex-direction: row-reverse;
}

.re-design-body  .sponsorSection .sponsor-card .sponsor-card-content{
    border: 1px solid #000;
    display: flex;
    height: 100%;
}

.re-design-body  .sponsorSection .sponsor-card .sponsor-card-img{
    display: flex;
}

.re-design-body  .sponsorSection .sponsor-card .sponsor-card-other{
    font-size: 18px;
    position: relative
}


.re-design-body  .sponsorSection .sponsor-card .sponsor-card-other h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}


.re-design-body  .sponsorSection .sponsor-card .sponsor-card-other .sponsor-card-more{
    position: absolute;
    width: 110px;
    height: 28px;
    text-align: center;
    padding-top: 4px;
    padding-right: 12px;
    font-size: 15px;
    background: url(/redesign/img/news-list-more.png) no-repeat;
    background-size: cover;
}

.re-design-body  .sponsorSection .sponsor-card .sponsor-card-other .sponsor-card-more a{
    color: #000;
}

.re-design-body  .sponsorSection .sponsor-card .sponsor-card-img  .sponsor-img{
    display: block;
}

.re-design-body  .sponsorSection .sponsor-card .sponsor-card-img  .sponsor-img-m{
    display: none;
}

@media (min-width: 1367px) {
    .re-design-body  .sponsorSection{
        max-width: 1363px;
       
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other{
        padding: 40px 50px;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other .sponsor-card-more{
        right: 50px;
        bottom: 40px;
    }
}

@media (min-width: 1181px) and (max-width: 1366px) {
    .re-design-body  .sponsorSection{
        max-width: 1180px;
       
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other{
        padding: 25px 30px;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other .sponsor-card-more{
        right: 30px;
        bottom: 25px;
    }
}

@media (min-width: 1025px) and (max-width: 1180px) {
    .re-design-body  .sponsorSection{
        max-width: 980px;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other{
        padding: 15px 20px;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other .sponsor-card-more{
        right: 20px;
        bottom: 15px;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other .sponsor-card-text p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
        overflow: hidden;
    }
}

@media  (max-width: 1024px) {
    .re-design-body .sponsorSection{
        display: flex;
        flex-wrap: wrap;
        margin-top: 8vw;
        padding: 0 2vw;
    }

    .re-design-body .sponsorSection .sponsor-card{
        width: 50%;
        flex-direction: column;
        margin-bottom: 8vw;
        padding: 0 1vw;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-other{
        padding: 2vw 3vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 2.727vw;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-img  .sponsor-img{
        display: none;
    }
    

    .re-design-body  .sponsorSection .sponsor-card.sponsor-cba .sponsor-card-img  .sponsor-img-m{
        /*width: 35.59vw;
        height: 15.86vw;*/
        display: block;
        width: 100%;
        object-fit: contain;
    }

    .re-design-body  .sponsorSection .sponsor-card.sponsor-jp .sponsor-card-img  .sponsor-img-m{
        /*width: 40.856vw;
        height: 23.843vw;*/
        display: block;
         width: 100%;
        object-fit: contain;
    }

    .re-design-body  .sponsorSection .sponsor-card.sponsor-nhl .sponsor-card-img  .sponsor-img-m{
        /*width: 35.3vw;
        height: 22.512vw;*/
        display: block;
         width: 100%;
        object-fit: contain;
    }

    .re-design-body  .sponsorSection .sponsor-card.sponsor-mls .sponsor-card-img  .sponsor-img-m{
        /*width: 40.45vw;
        height: 20.255vw;*/
        display: block;
         width: 100%;
        object-fit: contain;
    }

    .re-design-body .sponsorSection .sponsor-card .sponsor-card-other h2{
        font-size:  3.2vw;
        margin-bottom: 2vw;
    }

    .re-design-body .sponsorSection .sponsor-card .sponsor-card-other .sponsor-card-more{
        position: relative;
        width: 13.636vw;
        height: 3.523vw;
        font-size: 2.05vw;
        background-size: cover;
        padding-top: 2px;
        margin-top: 2vw;
    }

    .re-design-body  .sponsorSection .sponsor-card .sponsor-card-content{
        flex-direction: column;
    }

    .re-design-body  .sponsorSection .sponsor-card.reverse .sponsor-card-content{
        flex-direction: column;
    }
}