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

    /* 시작 */
    /* .tab-menu{
        gap: 20px !important;
    } */
    .s2 .wrap .text .txt .el p:last-child{
        padding-left: unset;
    }
    .s3 .wrap {
        width: 100%;
    }
    .s3 .wrap title{}
    .s3 .wrap .inner{
        max-width: unset;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        overflow: unset;
        gap: unset;
    }
    .s3 .wrap .inner .pic img{
        /* width: 100%; */
        max-height: unset;
    }
    
    .s3 .wrap .inner .pic:first-child img{
        padding-left: unset;
    }

    .s5 .wrap{
        padding: 60px 0px;
    }
    .s5 .wrap title{
        padding-bottom: unset;
        .s5 .wrap .sub-title{
            font-size: 32px;
            padding-bottom: 36px;
            padding-left: 20px;
        }
    }
    .s5 .wrap .inner .con{
        padding: 40px 0 0;
    }
    .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 .wrap .title{
        padding-bottom: 36px;
    }
}