/* main */
.v2_main_visual{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.v2_main_visual .v2_main_visual_slide {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.v2_main_visual .v2_main_visual_slide a {
    width: 100%;
    height: 100%;
}
.v2_main_visual .v2_main_visual_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v2_main_visual .v2_main_visual_slide .v2-main-swiper-button-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}
.v2_main_visual .v2_main_visual_slide .v2-main-swiper-button-prev {
    cursor: pointer;
    filter: brightness(0) invert(1);
}
.v2_main_visual .v2_main_visual_slide .v2-main-swiper-button-next {
    cursor: pointer;
    filter: brightness(0) invert(1);
}
.v2_main_visual .v2_main_visual_slide .v2-main-swiper-pagination {
    bottom: inherit;
    left: inherit;
    width: auto;
    font-family: "Gmarket Sans";
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #ffffff;
    min-width: 100px;
    text-align: center;
}

.v2_main_icon {
    padding: 40px 0 0 0;
}
.v2_main_icon .v2_main_icon_slide {
    position: relative;
    width: 400px;
    overflow-x: hidden;
    margin: 0 auto;
}
.v2_main_icon .v2_main_icon_slide .swiper-slide {
    position: relative;
}
.v2_main_icon .v2_main_icon_slide .swiper-slide .icon_href_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.v2_main_icon .v2_main_icon_slide .swiper-slide .icon_href_right {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}

.v2_main_project {
    padding: 100px 0 70px 0;
}
.v2_main_project .v2_main_project_title {
    display: flex;
    align-items: baseline;
}
.v2_main_project .v2_main_project_title h1 {
    font-family: "Gmarket Sans";
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
}
.v2_main_project .v2_main_project_title a {
    display: inline-block;
    margin-left: 20px;
    font-family: "Gmarket Sans";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_project .v2_main_project_list {
    margin-top: 30px;
    width: 1400px;
    overflow: hidden;
}
.v2_main_project .v2_main_project_list .v2_main_project_detail {
    width: 400px;
    border-top: 2px solid #000000;
}
.v2_main_project .v2_main_project_list .v2_main_project_detail .v2_main_project_status {
    /*width:80px;*/
    display: inline-block;
    padding: 0 1em;
    height: 30px;
    background: #000000;
    color: #ffffff;
    font-family: "NotoKr";
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
}
.v2_main_project .v2_main_project_list .v2_main_project_img {
    background-size: 400px 400px;
    margin-top: 30px;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
.v2_main_project .v2_main_project_list .v2_main_project_title {
    display: block;
    margin-top: 10px;
    width: 400px;
    font-family: "NotoKr";
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v2_main_project .v2_main_project_list .v2_main_project_period {
    display: block;
    width: 400px;
    font-family: "NotoKr";
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v2_main_project .v2_main_project_list .v2-main-project-swiper-button-container {
    position: relative;
    margin: 50px 0 0 0;
    padding: 10px 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
}
.v2_main_project .v2_main_project_list .v2-main-project-swiper-button-prev {
    cursor: pointer;
}
.v2_main_project .v2_main_project_list .v2-main-project-swiper-button-next {
    cursor: pointer;
}
.v2_main_project .v2_main_project_list .v2-main-project-swiper-pagination {
    bottom: inherit;
    left: inherit;
    width: auto;
    font-family: "Gmarket Sans";
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000000;
    min-width: 100px;
    text-align: center;
}

.v2_main_influencer {
    padding: 100px 0 70px 0;
    background-color: #efeef6;
    width: 100%;
    overflow: hidden;
}
.v2_main_influencer .v2_main_influencer_title {
    display: flex;
    align-items: baseline;
}
.v2_main_influencer .v2_main_influencer_title h1 {
    font-family: "Gmarket Sans";
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
}
.v2_main_influencer .v2_main_influencer_title a {
    display: inline-block;
    margin-left: 20px;
    font-family: "Gmarket Sans";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}

.v2_main_influencer .v2_main_influencer_list {
    margin-top: 30px;
    overflow: hidden;
}
.v2_main_influencer .v2_main_influencer_list .swiper-slide {
    flex: 1 0 25%;
}
.v2_main_influencer .v2_main_influencer_list .v2_main_influencer_detail {
    width: 313px;
    margin: 0 auto;
}
.v2_main_influencer .v2_main_influencer_list .v2_main_influencer_img {
    text-align: center;
    overflow: hidden;
    width: 280px;
    height: 280px;
    margin: 0 auto;
}
.v2_main_influencer .v2_main_influencer_list .v2_main_influencer_img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.v2_main_influencer .v2_main_influencer_list .v2_main_influencer_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.v2_main_influencer .v2_main_influencer_list .v2_main_influencer_best {
    /* font-family:'Gmarket Sans'; font-size:24px; font-weight:700; letter-spacing:-1px; */
}
.v2_main_influencer .v2_main_influencer_list .v2_main_influencer_nick {
    margin-left: 10px;
    font-family: "Gmarket Sans";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_influencer .v2_main_influencer_list .v2_main_influencer_tag {
    margin-top: 10px;
    font-family: "NotoKr";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -2px;
    text-align: center;
}
.v2_main_influencer .v2_main_influencer_msg {
    margin-top: 60px;
    font-family: "Gmarket Sans";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_influencer .v2_main_instagram_title {
    border-top: 1px solid #d5d4db;
    margin-top: 50px;
    padding: 50px 0 0 0;
}
.v2_main_influencer .v2_main_instagram_title h1 {
    text-align: center;
    font-family: "NotoKr";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_influencer .v2_main_instagram_content {
    margin-top: 50px;
}
.v2_main_influencer .v2_main_instagram_content .more-wrap {
    font-family: "Gmarket Sans" !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    letter-spacing: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    cursor: pointer;
    z-index: 4;
    margin: 50px 0 0 !important;
}
.v2_main_influencer .v2_main_instagram_content .more-wrap:hover {
    border: none !important;
    background: transparent !important;
    color: #000 !important;
}

.v2_main_insight {
    padding: 100px 0 140px 0;
}
.v2_main_insight .v2_main_insight_title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.v2_main_insight .v2_main_insight_title h1 {
    font-family: "Gmarket Sans";
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
}
.v2_main_insight .v2_main_insight_title a {
    display: inline-block;
    margin-left: 20px;
    font-family: "Gmarket Sans";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_insight .v2_main_insight_title h2 {
    width: 100%;
    margin-top: 20px;
    font-family: "NotoKr";
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_insight .v2_main_insight_list {
    margin-top: 30px;
    display: flex;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_detail_left {
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_big_img {
    width: 590px;
    height: 743px;
    background-size: cover;
    background-position: left top;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_big_title {
    width: 590px;
    margin-top: 20px;
    font-family: "NotoKr";
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_big_desc {
    width: 590px;
    margin-top: 0px;
    font-family: "NotoKr";
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_detail_right {
    margin-left: 22px;
    padding-left: 22px;
    border-left: 1px solid #b5b5b5;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_banner img {
    display: block;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_banner .v2_main_insight_banner_div {
    width: 765px;
    height: 317px;
    background-color: #000;
    padding: 50px 60px;
    box-sizing: border-box;
    position: relative;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_banner .v2_main_insight_banner_div .v2_main_insight_banner_title {
    color: #ffffff;
    font-family: "Gmarket Sans";
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_banner .v2_main_insight_banner_div .v2_main_insight_banner_subtitle {
    color: #ffffff;
    font-family: "Gmarket Sans";
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -1px;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_banner .v2_main_insight_banner_div .v2_main_insight_banner_p {
    position: absolute;
    bottom: 50px;
    right: 60px;
    color: #ffffff;
    font-family: "Gmarket Sans";
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -1px;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_bottom {
    margin-top: 22px;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_small_img {
    width: 765px;
    height: 404px;
    background-size: cover;
    background-position: left top;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_small_title {
    width: 765px;
    margin-top: 20px;
    font-family: "NotoKr";
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.v2_main_insight .v2_main_insight_list .v2_main_insight_small_desc {
    width: 765px;
    margin-top: 0px;
    font-family: "NotoKr";
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #5f5f5f;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v2_main_analytics {
    width: 90%;
    min-width: 1400px;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #000;
    z-index: 1;
}
.v2_main_analytics .v2_main_analytics_detail {
    flex-grow: 0;
    flex-shrink: 0;
    width: 360px;
    margin: 100px 0;
}
.v2_main_analytics .v2_main_analytics_detail:not(:first-child) {
    margin-left: 100px;
}
.v2_main_analytics .v2_main_analytics_detail .v2_main_analytics_title {
    padding-bottom: 20px;
    color: #ffffff;
    font-family: "NotoKr";
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
    border-bottom: 1px solid #ffffff;
}
.v2_main_analytics .v2_main_analytics_detail .v2_main_analytics_count {
    padding-top: 50px;
    color: #ffffff;
    font-family: "Gmarket Sans";
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1px;
}
.v2_main_analytics .v2_main_analytics_detail .v2_main_analytics_count.fonts {
    font-size: 50px;
    padding-top: 60px;
}

.v2_main_contact {
    position: relative;
    width: 100%;
    height: 1375px;
    background-image: url("/_asset/img_v2/main/W_catact.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #efeef6;
    background-size: auto 100%;
    margin-top: -295px;
    padding-top: 580px;
}
.v2_main_contact h1 {
    font-family: "Gmarket Sans";
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -1px;
}
.v2_main_contact h2 {
    margin-top: 50px;
    font-family: "NotoKr";
    font-size: 35px;
    font-weight: 500;
    letter-spacing: -2px;
}
.v2_main_contact .v2_main_contact_btns {
    display: flex;
    margin-top: 50px;
}
.v2_main_contact .v2_main_contact_btns a {
    display: block;
    width: 330px;
    height: 80px;
    font-family: "NotoKr";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 80px;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.v2_main_contact .v2_main_contact_btns a:not(:first-child) {
    margin-left: 20px;
}

/* 240408 숏폼 css 추가 */
.v2_main_shortform_title{
    /* margin-top: 50px; */
    padding: 80px 0 0 0;
}
.v2_main_shortform_title h2{
    text-align: center;
    font-family: "NotoKr";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_shortform_list{
    margin-top: 30px;
}
.v2_main_shortform_list_inner{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-auto-rows: 10px; /* 초기 row 높이 설정, 실제 높이보다 작게 설정 */
}
.v2_main_shortform_content{
    width: 100%;
    cursor: pointer;
    padding-left: 1rem;
    margin-bottom: 1rem;
    animation: showinsta .4s alternate forwards;
    opacity: 0;
    overflow: hidden;
}

@keyframes showinsta{
    0%{
        opacity: 0;
        transform: scale(0.1);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.v2_main_shortform_content > a{
    display: block;
    width: 100%;
    height: 100%;
}
.v2_main_shortform_content_img{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.v2_main_shortform_content_img::after{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.v2_main_shortform_content_img.feed::after{
    background: url('/_asset/img_v2/main/icon_insta.png') center center no-repeat;
    background-size: cover;
}
.v2_main_shortform_content_img.reels::after{
    background: url('/_asset/img_v2/main/reels.png') center center no-repeat;
    background-size: cover;
}
.v2_main_shortform_content_img.yt::after{
    background: url('/_asset/img_v2/main/yt_shorts.png') center center no-repeat;
    background-size: cover;
}
.v2_main_shortform_content_img.tt::after{
    background: url('/_asset/img_v2/main/tiktok.png') center center no-repeat;
    background-size: cover;
}
.v2_main_shortform_content_img img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
.v2_main_shortform_content_img.feed img {
    aspect-ratio: 1 / 1;
}
.v2_main_shortform_content_img.reels img {
    aspect-ratio: 1 / 2;
}
.v2_main_shortform_content_img.yt img {
    aspect-ratio: 1 / 2;
}
.v2_main_shortform_content_img.tt img {
    aspect-ratio: 1 / 2;
}
.v2_main_shortform_btn_wrap{
    width: 100%;
    margin: 50px 0 0;
}
.v2_main_shortform_more{
    display: block;
    font-family: "Gmarket Sans";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0 20px;
    cursor: pointer;
    background: none;
    border: 0;
    text-align: center;
    margin: 0 auto;
}
.v2_main_shortform_more:hover{
    color: #ff6491;
}
.v2_main_shortform_content_text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    z-index: 1;
    margin-left: 1rem;
    transition: all .5s;
    padding: 1rem;
    font-size: 14px;
    line-height: 1.5;
}
.v2_main_shortform_content:hover .v2_main_shortform_content_text{
    opacity: 1;
    z-index: 5;
} 
.v2_main_shortform_content_text .insta_user_id{
    font-weight: bold;
}
.v2_main_shortform_content_text .sub_text{
    font-size: 12px;
    margin-bottom: 14px;
}
.v2_main_shortform_content_text .sub_text img {
    width: 16px;
    height: auto;
}
.v2_main_shortform_content_text .feed_text{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: pre-line;
    line-height: 1.5;
    overflow:hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-right: 0.5rem;
}
.v2_main_shortform_content_text .feed_text::-webkit-scrollbar{
    display: none;
}
/* 240408 숏폼 css 추가 end. */

/* 240423 피드 css 추가 */
.v2_main_feed_title{
    margin-top: 50px;
    padding: 50px 0 0 0;
}
.v2_main_feed_title h2{
    text-align: center;
    font-family: "NotoKr";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1px;
}
.v2_main_feed_list{
    margin-top: 50px;
}
.v2_main_feed_list_inner{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-auto-rows: 10px; /* 초기 row 높이 설정, 실제 높이보다 작게 설정 */
}
.v2_main_feed_content{
    width: 100%;
    cursor: pointer;
    padding-left: 1rem;
    margin-bottom: 1rem;
    animation: showinsta .4s alternate forwards;
    opacity: 0;
    overflow: hidden;
}

@keyframes showinsta{
    0%{
        opacity: 0;
        transform: scale(0.1);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}

.v2_main_feed_content > a{
    display: block;
    width: 100%;
    height: 100%;
}
.v2_main_feed_content_img{
    width: 100%;
    position: relative;
}
.v2_main_feed_content_img::after{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}
.v2_main_feed_content_img.feed::after{
    background: url('/_asset/img_v2/main/icon_insta.png') center center no-repeat;
    background-size: cover;
}
.v2_main_feed_content_img.reels::after{
    background: url('/_asset/img_v2/main/reels.png') center center no-repeat;
    background-size: cover;
}
.v2_main_feed_content_img img{
    width: 100%;
    object-fit: cover;
}
.v2_main_feed_content_img.reels img {
    aspect-ratio: 1 / 2;
}
.v2_main_feed_content_img.feed img {
    aspect-ratio: 1 / 1;
}
.v2_main_feed_btn_wrap{
    width: 100%;
    margin: 50px 0 0;
}
.v2_main_feed_more{
    display: block;
    font-family: "Gmarket Sans";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0 20px;
    cursor: pointer;
    background: none;
    border: 0;
    text-align: center;
    margin: 0 auto;
}
.v2_main_feed_more:hover{
    color: #ff6491;
}
.v2_main_feed_content_text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    z-index: 1;
    margin-left: 1rem;
    transition: all .5s;
    padding: 1rem;
    font-size: 14px;
    line-height: 1.5;
}
.v2_main_feed_content:hover .v2_main_feed_content_text{
    opacity: 1;
    z-index: 5;
} 
.v2_main_feed_content_text .insta_user_id{
    font-weight: bold;
}
.v2_main_feed_content_text .sub_text{
    font-size: 12px;
    margin-bottom: 14px;
}
.v2_main_feed_content_text .sub_text img {
    width: 16px;
    height: auto;
}
.v2_main_feed_content_text .feed_text{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: pre-line;
    line-height: 1.5;
    overflow:hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-right: 0.5rem;
}
.v2_main_feed_content_text .feed_text::-webkit-scrollbar{
    display: none;
}
/* 240423 피드 css 추가 end. */