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

    /* 시작 */
    .s1{}
    .s1 .wrap{
        padding: 80px 0;
        gap: 32px;
    }
    .s1 .wrap h3{}
    .s1 .wrap .sub-tit{
        margin: 0 auto;
        width: 80%;
        font-size: 20px;
    }
    .s2 .wrap {
        gap: 24px;
    }
    .s2 .wrap .con{
        display: flex;
        gap: 32px;
        align-items: center;
    }
    .s2 .wrap .con .con-num{
        font-size: 28px;
        font-weight: bold;
    }
    .s2 .wrap .con .con-txt{
        text-align: left;
        font-size: 24px;
    }
    .s3 .wrap{
        padding: 80px;
    }
    .s4{}
    .s4 .wrap{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 44px;
    }
    .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{}
    .s4 .wrap .con .ico img{max-width: unset;}
    .s4 .wrap .con .txt.color{color: #E40177;}
    .s4 .wrap .con .txt{text-align: center; font-size: 24px; font-weight: bold; color: #35318F;}
    .s4 .wrap .plus{font-size: 40px; color: #35318F; font-weight: bold;}

}