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

    /* 시작 */
    .s2 .wrap {
        padding: unset;
    }
    .s2 .wrap .text .txt{
        gap: 32px !important;
    }
    .s2 .wrap .text .txt .el {
        gap: 24px;
    }
    .s2 .wrap .text .txt .el .el-tit{
        font-weight: bold;
        font-size: 24px;
    }
    .s2 .wrap .text .txt .el .el-txt{
        gap: 20px;
    }
    

    .s3 .wrap {
        gap: 24px;
    }
    .s3 .wrap .con{
        display: flex;
        gap: 32px;
        align-items: center;
    }
    .s3 .wrap .con .con-num{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 200px;
        width: 5%;
        font-size: 28px;
        font-weight: bold;
    }
    .s3 .wrap .con .con-tit.color{background-color: #E40177;}
    .s3 .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;
    }
    .s3 .wrap .con .con-txt{
        display: flex;
        align-items: center;
        min-height: 200px;
        text-align: center;
        width: 100%;
        font-size: 20px;
        width: 71%;
        text-align: center;
    }
    .s3 .wrap .con .con-txt.color{background-color: #f9f9f9;}
    .s3 .wrap .con .con-txt{background-color: #F9F9F9; border: unset;}

    .s3 .wrap .con .con-tit::before{content: ''; display: none; }
    .s3 .wrap .con .con-txt .inner .el::before{content: '-'; }
    .s3 .wrap .con .con-txt .inner .el{display: flex; gap: 12px;} 
    .s3 .wrap .con .con-txt p{color: unset;}
    .s4 .wrap{
        padding: 80px 0;
    }

    .s4 .wrap .con:first-child .inner .box:first-child .txt .el-1 .left{
        border: 1px solid #35318F;
        padding: 4px 12px;
        border-radius: 8px;
        color: #35318F;
    }
    .s4 .wrap .con:first-child .inner .box:first-child .txt .el{
        align-items: center;
    }
    .s4 .wrap .con:first-child .inner .box:first-child{
        /* margin-bottom: unset; */
    }
    .s4 .wrap .con:first-child .inner{
        /* flex-direction: column; */
    }
    .s4 .wrap .con .inner{
        display: flex;
        gap: 32px;
    }
    .s4 .wrap .con .inner .box{
        width: 100%;
        padding: 36px;
    }
    .s4 .wrap .con .title {
        font-size: 32px;
    }
    .s4 .wrap .con .inner .box .tit{
        padding-bottom: 20px;
        font-size: 24px !important;
        font-weight: bold;
    }
    .s4 .wrap .con .inner .box .txt{
        gap: 16px;
    }

    .s4 .wrap .con .inner .box .txt .el .left{
        font-size: 20px;
    }
    .s5 .wrap .inner .con{
        padding: 16px 0;
    }
    .s5 .wrap .sub-title {
        font-size: 20px;
    }
    .s5 .wrap .inner .con .tit{
        font-size: 36px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .s5 .wrap .inner .con-1 .txt{
        font-size: 20px;
        padding: 60px;
    }
    .s5 .wrap .inner .con-2 .table img{
        max-height: unset;
        max-width: unset;
    }
    .s5 .wrap .inner .con-2 .table{
        height: unset;
        overflow: unset;
    }
    .s5 .content .text .con{
        width: 100%;
        background-color: #F4F3F8;
        border-radius: 12px;
    }
    .s5 .content .text{
        display: flex;
        gap: 24px;
    }
    .s5 .wrap .title{
        padding-bottom: 36px;
    }

}