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

    /* 시작 */
    .s2 .wrap {
        gap: 24px;
    }
    .s2 .wrap .con{
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .s2 .wrap .con .con-num{
        font-size: 24px;
        font-weight: bold;
    }
    .s2 .wrap .con .con-txt{
        text-align: left;
        font-size: 24px;
    }
    .s3 .wrap{
        padding: 80px;
    }
    .s4 .wrap{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 36px;
    }
    .s4 .wrap .con{
        width: 100%;
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #35318F;
        border-radius: 20px;
    }
    .s4 .wrap .con .ico img{max-width: 80px;}
    .s4 .wrap .con .txt{text-align: center; font-size: 24px; font-weight: bold; color: #35318F;}


}