.v2_bestinfluencer_visual,
.v2_bestinfluencer_comingsoon {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 180px;
}
.v2_bestinfluencer_visual {
    height: 1088px;
    background: #000 url("/_asset/bestinfluencer/images/main-bg.png") center center no-repeat;
}
.v2_bestinfluencer_comingsoon {
    height: 480px;
    background: url("/_asset/bestinfluencer/images/bottom-bg.png") center center no-repeat;
}
.v2_bestinfluencer_comingsoon h2 {
    font-family: "Gmarket Sans";
    color: #000;
    text-align: center;
    font-size: 50px;
    font-weight: 300;
}
.v2_bestinfluencer_comingsoon p.comingsoon {
    font-size: 75px;
    font-weight: 900;
    padding: 0;
}
.v2_bestinfluencer_wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
    padding: 0 50px;
}
.v2_bestinfluencer_wrap h1 {
    font-family: "Gmarket Sans";
    font-size: 88px;
    margin-bottom: 90px;
}
.v2_bestinfluencer_wrap h1 br {
    display: none;
}
.v2_bestinfluencer_wrap p {
    font-size: 32px;
    padding-bottom: 32px;
}
.v2_bestinfluencer_wrap > span {
    display: block;
    font-size: 20px;
    margin-top: 50px;
    font-weight: 300;
}
.v2_bestinfluencer_page {
    display: flex;
    flex-direction: row;
    justify-items: flex-start;
    align-items: center;
    margin-bottom: 120px;
    column-gap: 30px;
    font-family: "Gmarket Sans";
    font-size: 20px;
    font-weight: bold;
}
.v2_bestinfluencer_page .swiper-container {
    width: fit-content !important;
    max-width: 500px;
    margin: 0;
}
.v2_bestinfluencer_page .swiper-wrapper {
    max-width: 476px;
    white-space: nowrap;
}
.v2_bestinfluencer_page .swiper-slide {
    /* width: fit-content !important; */
}
.v2_bestinfluencer_page .swiper-slide a {
    display: block;
    width: 145px;
    height: 70px;
    line-height: 70px;
    background: #9c9c9c;
    border-radius: 35px;
    white-space: nowrap;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
}
.v2_bestinfluencer_page .swiper-slide a.select {
    background: #000;
}
.v2_bestinfluencer_slide {
    color: #000;
    margin-bottom: 180px;
}
.v2_bestinfluencer_slide .swiper-slide img.slide-img {
    display: block;
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    /* margin-bottom: 30px; */
    margin: 0 auto 30px auto;
}
.v2_bestinfluencer_slide .swiper-slide p {
    font-size: 18px;
    padding-bottom: 0;
    letter-spacing: -1px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.v2_bestinfluencer_slide .swiper-slide .v2_bestinfluencer_slide_nick {
    font-family: "Gmarket Sans";
    padding-bottom: 15px;
}
.v2_bestinfluencer_slide .swiper-slide .v2_bestinfluencer_slide_nick,
.v2_bestinfluencer_slide .swiper-slide .v2_bestinfluencer_slide_hashtag {
    font-weight: 800;
}

@media all and (max-width: 1024px) {
    .v2_bestinfluencer_visual {
        height: 1120px;
        background: url("/_asset/bestinfluencer/images/main-mob-bg.png") 0 0 no-repeat;
        background-size: cover;
    }
    .v2_bestinfluencer_comingsoon {
        height: 408px;
        background: url("/_asset/bestinfluencer/images/bottom-mob-bg.png") 0 0 no-repeat;
        background-size: cover;
    }
    .v2_bestinfluencer_wrap h1 {
        font-size: 70px;
        letter-spacing: -1px;
        margin-bottom: 4vh;
    }
    .v2_bestinfluencer_wrap h1 br {
        display: block;
    }
    .v2_bestinfluencer_wrap p {
        font-size: 32px;
        padding-bottom: 2vh;
    }
    .v2_bestinfluencer_wrap > span {
        font-size: 24px;
        margin-top: 1.5vh;
    }
    .v2_bestinfluencer_comingsoon h2 {
        font-size: 38px;
    }
    .v2_bestinfluencer_comingsoon p.comingsoon {
        font-size: 56px;
    }
}

@media all and (max-width: 749px) {
    .v2_bestinfluencer_visual {
        height: 85vh;
        margin-bottom: 16vh;
    }
    .v2_bestinfluencer_comingsoon {
        height: 45vh;
    }
    .v2_bestinfluencer_wrap {
        padding: 0 20px;
    }
    .v2_bestinfluencer_wrap h1 {
        font-size: 7.5vw;
    }
    .v2_bestinfluencer_wrap p {
        font-size: 4vw;
    }
    .v2_bestinfluencer_wrap > span {
        font-size: 3.3vw;
    }
    .v2_bestinfluencer_slide_outter{
        overflow: hidden;
        padding-right: 7%;
    }
    .v2_bestinfluencer_slide {
        margin-bottom: 16vh;
        width: 80vw;
        overflow: visible;
    }
    /* .v2_bestinfluencer_slide .swiper-slide { */
    /*     max-width: 290px !important; */
    /* } */

    .v2_bestinfluencer_slide .swiper-slide-inner {
        max-width: 290px;
        margin: 0 auto;
    }

    .v2_bestinfluencer_slide .swiper-slide img.slide-img {
        width: 290px;
        height: 290px;
    }
    .v2_bestinfluencer_page {
        margin-bottom: 8vh;
    }
    .v2_bestinfluencer_comingsoon h2 {
        font-size: 6vw;
        font-weight: 400;
    }
    .v2_bestinfluencer_comingsoon p.comingsoon {
        font-size: 9vw;
    }
}

@media all and (max-width: 480px) {
    .v2_bestinfluencer_visual {
        height: 70vh;
    }
    .v2_bestinfluencer_page {
        margin-bottom: 5vh;
        column-gap: 10px;
    }
    .v2_bestinfluencer_comingsoon {
        height: 33vh;
    }
    .v2_bestinfluencer_slide {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .v2_bestinfluencer_slide .swiper-slide a {
        display: block;
        width: 66vw;
        height: 66vw;
        overflow: hidden;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .v2_bestinfluencer_slide .swiper-slide img.slide-img {
        width: 100%;
        height: 100%;
    }
    .v2_bestinfluencer_page .swiper-wrapper {
        max-width: 480px;
    }
    .v2_bestinfluencer_page .swiper-slide a {
        font-size: 16px;
        width: 100%;
        max-width: 115px;
        height: 60px;
        line-height: 60px;
        border-radius: 25px;
    }
    /* .v2_bestinfluencer_page .swiper-slide a.select {
        width: 100%;
        max-width: 115px;
        height: 60px;
    } */
    .v2_bestinfluencer_page a.arrow {
        padding: 5px 10px;
    }
    .v2_bestinfluencer_page a.arrow img {
        display: block;
        width: 85%;
    }
    .v2_bestinfluencer_slide .swiper-slide p {
        font-size: 16px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media all and (max-width: 340px) {
    .v2_bestinfluencer_visual {
        height: 60vh;
    }
    .v2_bestinfluencer_visual,
    .v2_bestinfluencer_slide {
        margin-bottom: 12vh;
    }
}
