@media(min-width:768px){
    .m{display: none;}
    .pc{display: none;}
    .tab{display: block;}

    /* 시작 */

    .s2 .wrap {
        gap: 24px;
    }
    .s2 .wrap .con{
        display: flex;
        gap: 32px;
        align-items: center;
    }
    .s2 .wrap .con .con-num{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 160px;
        width: 5%;
        font-size: 28px;
        font-weight: bold;
    }
    .s2 .wrap .con .con-tit.color{background-color: #E40177;}
    .s2 .wrap .con .con-tit.color{color: #fff;}
    .s2 .wrap .con .con-tit{
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 160px;
        padding: 40px 0px;
        color: #fff;
        background-color: #35318F;
        width: 30%;
        border-radius: 12px;
    }
    .s2 .wrap .con .con-txt{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 160px;
        text-align: center;
        width: 100%;
        font-size: 16px;
        width: 60%;
        text-align: center;
        font-weight: bold;
    }
    .s2 .wrap .con .con-txt.color{background-color: #f9f9f9;}
    .s2 .wrap .con .con-tit::before{content: ''; display: none;}
    .s2 .wrap .con .con-txt p{color: unset; width: 90%;}


}