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

    /* 시작 */
    .s1{}
    .s1 .wrap{
        padding: 80px 0;
        gap: 32px;
    }
    .s1 .wrap h3{}
    .s2 .wrap{
        display: grid;
        grid-template-columns: repeat(3 , 1fr);
    }
    .s2 .wrap .box{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 112px 20px ;
    }
    .s2 .wrap .box:last-child{
        grid-column: span 2;
    }
    .s2 .wrap .box:last-child .txt .txt-inner p > ::before,p{
    }
    .s2 .wrap .box:last-child .txt .txt-inner{
        margin-left: 100px;
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        gap: 20px 40px;
        justify-content: center;
        align-items: center;
    }
    .s2 .wrap .box .txt .txt-tit{
        padding-bottom: 36px;
    }
}