@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{
        font-size: 16px;
    }
    .s1 .wrap .text{}
    .s1 .wrap .sub-tit{
        margin: 0 auto;
        width: 80%;
        font-size: 20px;
    }
    .s1 .wrap .text .title{font-size: 32px; padding-bottom: 16px; padding-top: 40px;}
    .s1 .wrap .text .txt{font-size: 20px; width: 70%; text-align: left;}
    .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: 200px;
        width: 5%;
        font-size: 28px;
        font-weight: bold;
    }
    .s2 .wrap .con .con-tit.color{background-color: #E40177;}
    .s2 .wrap .con .con-tit{
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px;
        height: 100%;
        padding: 40px 0px;
        color: #fff;
        background-color: #35318F;
        width: 30%;
        border-radius: 12px;
        text-align: center;
    }
    .s2 .wrap .con .con-txt{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px;
        text-align: center;
        width: 100%;
        font-size: 20px;
        width: 71%;
        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: 60%; }

    .con-last::before{
        content: '';
        display: block;
    }
    .con-last{
        padding: 60px;
        text-align: center;
        margin-top: 60px;
        background-color: #f9f9f9;
        border-radius: 20px;
        border: 1px solid #35318F;
    }
    .con-last .con-tit{
        color: #35318F;
        font-weight: bold;
        font-size: 36px;
        padding-bottom: 20px;
    }
    .con-last .con-txt{
        
    }


}