@charset "utf-8";

.sec7 {
    padding: 125px 0;
}

.s7_title,
.s7_title span {
    font-family: 'KorailRoundGothicBold';
    font-size: 48px;
    text-align: center;
}

.s7_title span {
    color: #E91262;
}

.s7_tit {
    margin-top: 14px;
    font-family: 'KorailRoundGothicMedium';
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}

.sec7 .mentor_pro_group {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin-top: 45px;
}

.sec7 .pro_btn {
    padding: 19px 44px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 100px;
    background-color: #eee;
    color: #a1a7b0;
}

.sec7 .pro_btn.active {
    color: #fff;
    background: linear-gradient(98deg, #C91757 0%, #901BFC 100%), linear-gradient(95deg, rgba(255, 199, 0, 0.50) 4.17%, rgba(255, 199, 0, 0.00) 61.5%), #EC4F45;
}

.pro_mid_txt {
    margin-top: 45px;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
}

.pro_sml_txt {
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
}

.sec7_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    row-gap: 27px;
    column-gap: 29px;
    justify-items: center;
}

.sec7_item_bg {
    padding: 1px;
    border-radius: 26px;
    background-color: #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 235px;
}

.sec7_item_bg.top {
    border-radius: 28px;
    padding: 3px;
    background: linear-gradient(120deg, rgba(233, 18, 98, 1) 0%, rgba(166, 115, 231, 1) 50%);
}

.sec7_item_bg.top::after {
    content: '';
    width: 52px;
    height: 68px;
    background-image: url(../image/main/sec7_best1.png);
    background-size: cover;
    position: absolute;
    top: -24px;
    right: 24px;
}

.sec7_item_bg.top2::after {
    background-image: url(../image/main/sec7_best2.png);
}

.sec7_item_bg.top3::after {
    background-image: url(../image/main/sec7_best3.png);
}

.sec7_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 25px;
    padding: 38px 31px 31px 31px;
    justify-content: space-between;
}

	.sec7_item_top {
        display: flex;
        gap: 30px;
    }

    .sec7_pic {
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
        max-height: 80px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #999;
    }

    .sec7_nick {
        color: #000;
        font-size: 19px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 4px;
    }
	.top_icon {
            color: #d83b2e;
            text-align: center;
            font-size: 14px;
            line-height: 26px;
            background-color: #ffebe3;
            padding: 0 9px;
            border-radius: 100px;
        }

    .sec7_mail {
        font-size: 12px;
        color: #888;
        font-weight: 400;
    }

    .sec7_txt {
        font-size: 14px;
        color: #333;
        font-weight: 400;
        line-height: 20px;
        margin-top: 9px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .sec7_item_btm {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 10px;
    }

    .sec7_btn {
        flex: 1;
        border-radius: 10px;
        background-color: #dcdcdc;
        color: #333;
        font-size: 15px;
        font-weight: 600;
        padding: 12px;
        text-align: center;
    }

    .sec7_btn.kakao {
        color: #221614;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        background-color: #ffd913;
    }

	.sec7_paging {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 66px;
}
	.sec7_prev,
    .sec7_next {
        width: 42px;
        height: 42px;
        background-position: center;
        background-size: cover;
    }

    .sec7_prev {
        background-image: url(../image/main/paging_prev.svg);
    }

    .sec7_next {
        background-image: url(../image/main/paging_next.svg);
    }

    .sec7_paging_group {
        display: flex;
        gap: 5px;
    }

.sec7_paging_num {
            width: 42px;
            height: 42px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #bdbdbd;
        }

        .sec7_paging_num.active {
            background-color: #ef2d44;
            color: #fff;
        }
.sec7 .pro_mid_txt span {
    background-image: url(../image/main/s7_txt_bg.png);
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}
.sec7_slider {
    display: none;
}

.sec7_title br {
    display: none;
}
@media (max-width : 1399px) {
    .sec7_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 60px;
        row-gap: 15px;
        column-gap: 17px;
    }

    .sec7_item {
        padding: 30px 22px 22px 25px;
    }

    .sec7_item_bg {
        height: 215px;
    }
}

@media (max-width : 1199px) {
    .sec7_item .sec7_pic {
        min-width: 60px;
        min-height: 60px;
        max-width: 60px;
        max-height: 60px;
    }

    .sec7_item .sec7_nick {
        font-size: 16px;
    }

    .sec7_item .sec7_nick .top_icon {
        font-size: 12px;
        line-height: 20px;
        background-color: #ffebe3;
        padding: 0 7px;
    }

    .sec7_item .sec7_btn {
        font-size: 12px;
    }

    .sec7_item_bg {
        height: 185px;
    }

    .sec7_item {
        padding: 22px 12px 17px 12px;
    }
}

@media (max-width:1000px) {
    .sec7 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .flex_c,
    .common_page_nav,
    .mentorTop,
    .adTop,
    .profitTop,
    .sec7_grid,
    .sec7_paging {
        display: none;
    }
    .sec7_slider {
        display: block;
    }
    .sec7_slider .swiper-slide {
        padding: 40px 0;
    }
	.slider_inner {
            width: 90%;
            max-width: 500px;
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin: 0 auto;
        }
    .sec7 .swiper-pagination {
        bottom: 0 !important;
    }
}

@media (max-width:810px) {
    .s7_title, .s7_title span {
        font-size: 38px;
    }
    .s7_tit {
        font-size: 18px;
    }

    .sec7 .pro_btn {
        font-size: 16px;
        padding: 14px 24px;
    }
}

@media (max-width:600px) {
    .s7_title, .s7_title span {
        font-size: 23px;
    }
    .s7_tit {
        font-size: 14px;
    }

    .sec7 .pro_btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .pro_mid_txt,
    .pro_sml_txt {
        font-size: 22px;
    }
}

@media (max-width:430px) {
    .sec7 .mentor_pro_group {
        gap: 5px;
    }
    .sec7 .pro_btn {
        font-size: 9px;
        padding: 8px 8px;
		text-align:center;
    }
    .s7_title, .s7_title span {
        font-size: 24px;
    }
    .pro_mid_txt,
    .pro_sml_txt {
        font-size: 18px;
    }

    .s7_title br {
        display: block;
    }
}

/* 23.10.27 mentor 상단 추가 */

.sec8 {
	position:relative;
    padding: 55px 0 100px;
    background-color: #000;
}
.s8_title {
        font-family: 'KorailRoundGothicBold';
        color: #fff;
        font-size: 38px;
        font-weight: 400;
        text-align: center;
    }
    .s8_item_group {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    .s8_item {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        /* overflow: hidden; */
    }
    .s8_top {
        border-radius: 10px 10px 0 0;
        background-color: #5427d4;
        padding: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .item2 .s8_top {background-color: #7E27D4;}
    .item3 .s8_top {background-color: #C51AC8;}
    .item4 .s8_top {background-color: #E91262;}
    .step {
        padding: 4px 8px;
        background-color: rgba(255, 255, 255, 0.15);
        font-size: 10px;
        font-weight: 700;
        border-radius: 50px;
        color: #fff;
    }
    .s8_icon {
        width: 47px;
        margin-top: 20px 0 5px;
        margin-top: 20px;
    }
    .s8_txt {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
    }
    .s8_bottom {
        border-radius: 0 0 10px 10px;
        background-color: #fff;
        padding: 17px;
        text-align: center;
        font-size: 16px;
        color: #333;
        font-weight: 400;
        line-height: 24px;
    }
    .item1::after,
    .item2::after,
    .item3::after {
        z-index: 22;
        content: '';
        width: 26px;
        height: 26px;
        position: absolute;
        top: 36px;
        right: -20px;
        background-image: url(../image/main/s8_arw1.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item2::after {background-image: url(../image/main/s8_arw2.svg);}
    .item3::after {background-image: url(../image/main/s8_arw3.svg);}

.sec8 .sec8_img {
	width : 266px;
	height : 165px;
	position : absolute;
	bottom: 0;
	right : 0;
	z-index : 2;
}

.sec8 {
	background-image : url(../image/main/sec8_bg.png);
	background-position : bottom;
	background-size : cover;
	background-repeat : no-repeat;
	}

@media (max-width : 1100px) {
    .sec8 {
		padding : 130px 0;
    }
	.s8_bottom {
            font-size: 12px;
            line-height: 20px;
        }
}

@media (max-width : 890px) {
.s8_item_group {
            gap: 10px;
        }
        .s8_bottom {
            letter-spacing: -0.08em;
            padding: 17px 8px;
        }
}
@media (max-width : 700px) {
    .sec8 {
		background-image:url(../image/main/sec8_m_bg.png);
    }
	.s8_item_group {
            grid-template-columns: repeat(1,1fr);
            justify-items: center;
        }
        .s8_item {
            width: 90%;
            max-width: 400px;
        }
        .s8_bottom {
            letter-spacing: 0;
            padding: 17px;
            font-size: 16px;
        }
    .item1::after,
    .item2::after,
    .item3::after {
        right: unset !important;
        top: unset !important;
        left: 50%;
        bottom: -7%;
        transform: translateX(-50%);
        background-image: url(../image/main/under1.svg) !important;
    }

    .item2::after {background-image: url(../image/main/under2.svg) !important;}
    .item3::after {background-image: url(../image/main/under3.svg) !important;}

	.sec8 .sec8_img {
		width : 266px;
		height : 165px;
		position : absolute;
		bottom: 0;
		right : 0%;
		z-index : 2;
	}
}

.snow_wrap {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 11111;
}


.sec9 {
    padding: 100px 0;
    background-color: #fafafa;
    position: relative;
}

.s9_title, .s9_title span {
    font-family: 'KorailRoundGothicBold';
    font-size: 48px;
    text-align: center;
}

.s9_title span {
    color: #e91262;
}

.s9_item_group{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.s9_line {
    display: block;
    width: 2px;
    height: 618px;
}

.s9_line img {
    height: 100%;
}

.s9_item {
    width: 48%;
}

.s9_item_title {
    text-align: center;
    width: 100%;
    padding: 19px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    font-family: 'KorailRoundGothicMedium';
    background: linear-gradient(90deg, #5427D4 0%, #7E27D4 100%);
}

.right .s9_item_title {
    background: linear-gradient(90deg, #C41AC8 0%, #E91262 100%);
}

.s9_item_box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.s9_box {
    flex: 1;
}

.s9_box_tit {
    text-align: center;
    color: #222;
    font-weight: 600;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 14px;
}

.s9_best_item {
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 17px 20px 20px 11px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}

.s9_best_item .best_num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

.s9_best_item .best_pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.s9_best_item .best_info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.sec9 .best_name {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.sec9 .best_code {
    font-size: 11px;
    color: #999;
    font-weight: 400;
}

.sec9 .best_point {
    margin-left: auto;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.s9_best_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.s9_best_item.best1 {
    background-color: #fff2f7;
    border: 1px solid #ffbbde;
}

.s9_best_item.best1 .best_point {
    color: #e91262;
    font-size: 15px;
    font-weight: 600;
}

.s9_best_item.best1 .best_num {
    background-image: url(../image/main/medal.svg);
    background-size: 100%;
    background-position: 0 -1px;
    background-repeat: no-repeat;
    height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.best_deco {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.sec9 .best_button {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 55%;
}

.sec9 .best_button.unable {
    opacity: 0.3;
}

.sec9 .best_prev {
    left: 10%;
    background-image: url(../image/main/best_prev.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec9 .best_next {
    right: 10%;
    background-image: url(../image/main/best_next.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.s9_update_date {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    bottom: -5%;
    right: 0;

}

@media (max-width : 1200px) {
    .s9_line {
        display: none;
    }

    .s9_item_group {
        flex-direction: column;
        gap: 30px;
    }

    .sec9 .best_button {
        top: 100px;
    }

    .s9_title, .s9_title span {
        font-size: calc(100vw * (48/1200));
    }

    .s9_item {
        width: 100%;
    }

    .sec9 .best_prev {
        left: 3%;
    }
    .sec9 .best_next {
        right: 3%;
    }
}

@media (max-width : 700px) {
    .s9_title, .s9_title span {
        font-size: calc(100vw * (36/700));
    }

    .sec9 .best_button {
        width: calc(100vw * (36/700));
        height: calc(100vw * (36/700));
    }
}

@media (max-width : 600px) {
    .s9_item_box {
        flex-direction: column;
        gap: 20px;
    }
}
/* END 23.10.27 mentor 상단 추가 */
