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

    /* 시작 */
    .s3 .wrap .text .txt .el p:last-child{
        padding-left: unset;
    }
    .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;
    }

}