@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{
    text-indent: 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;
    }

    .s4{}
    .s4 .wrap{}
    .s4 .wrap .inner{
        padding: 80px 44px;
        background-color: #F4F3F8;
        border-radius: 12px;
    }
    .s4 .wrap .inner .el:last-child{
        padding-bottom: 0;
    }
    .s4 .wrap .inner .el{
        padding-bottom: 32px;
        font-size: 20px;
        display: flex;
        gap: 12px;
    }
    .s4 .wrap .inner .el::before{
        content: '•';
    }
.s6{}
.s6 .wrap{
    padding: 36px 0;
}
.s6 .wrap .title{
    padding-bottom: 36px;
}
.s6 .wrap .sub-title{
    font-size: 24px;
    padding-bottom: 20px;
    font-size: 24px;
    padding-left: 20px;
}
.s6 .wrap .inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.s6 .wrap .inner .con{
    display: flex;
    gap: 30px;
    align-items: start;
}
.s6 .wrap .inner .con .pic {
    width: 50%;
    border-radius: 12px;
    overflow: hidden;
}
.s6 .wrap .inner .con .pic img{
    width: 100%;
}
.s6 .wrap .inner .con .text{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: unset;
}
.s6 .wrap .inner .con .text .name{
    font-size: 22px;
    font-weight: bold;
}
.s6 .wrap .inner .con .text .txt{
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.s6 .wrap .inner .con .text .txt .el{
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.s6 .wrap .inner .con:nth-child(4) .text .txt .el{
    align-items: start;
}
.s6 .wrap .inner .con:nth-child(5) .text .txt .el{
    align-items: start;
}
.s6 .wrap .inner .con .text .txt .el .left{
    text-align: center;
    min-width: 50px;
    padding: 2px 12px;
    border-radius: 4px;
    border: 1px solid #35318F;
    color: #35318F;
}
.s6 .wrap .inner .con .text .txt .el .right{}
}
