@media(min-width:1200px){
    .m{display: none;}
    .tab{display: none;}
    .pc{display: block;}
.tit{
    margin-bottom: 80px ;
}
.tit .logo{
    display: flex;
    justify-content: center;
    padding-bottom: 36px ;
}
.tit p{
    max-width: 1010px;
    text-wrap: pretty;
    text-align: center;
    margin: 0 auto;
    
}
.tit .logo img{
    max-width: max-content;
}

.s1 .wrap .con{
    display: flex;
    gap: 36px;
    align-items: center;
    color: #35318F;
}
.s1 .wrap .con .con-num{
    font-size: 24px;
    font-weight: bold;
}
.s1 .wrap .con .con-txt{
    text-align: left;
    font-size: 24px;
}

.s1 .wrap .btm-txt .btm-inner{
    margin-top: 44px;
    gap: 20px;
    padding: 52px 44px;
    border-color: #E1E1E1;
    background-color: #F9F9F9;
    border-radius: 12px;
}
.s1 .wrap .btm-txt .btm-inner .el p{
    max-width: 93%;
}
}
