.pc{display: none;}
.tab{display: none;}
.m{display: block;}

#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{
    width: unset;
}
/* 시작 */
.tab-menu {
    grid-template-columns: 1fr 1fr;
}
/* s2 .el 내부 */
.s1 .wrap {
    padding: unset !important;
}
.s1 .wrap .text .inner {
    text-wrap: unset;
}
.s1 .wrap .text .inner {
    margin-bottom: 24px;
    background-color: #f9f9f9;
}
.s1 .wrap .text .inner .text-txt {
    align-items: unset;
}

.wrap {
    padding: 24px 0;
}

.wrap .tit{
    font-size: 22px;
    color: #35318F;
    font-weight: bold;
    padding-bottom: 20px;
}
.s2{}
.s2 .wrap{}
.s2 .wrap .inner{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.s2 .wrap .inner .con{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.s2 .wrap .inner .con .pic img{
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}
.s2 .wrap .inner .con .pic{
    width: 100%;
    background-color: #333;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.s2 .wrap .inner .con .txt{}
.s2 .wrap .inner .con .txt p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.s3 .wrap{}
.s3 .wrap .inner{}
.wrap .inner .text{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.wrap .inner .text .el::before{content: '•';}
.wrap .inner .text .el{
    display: flex;
    gap: 12px;
}

.s4 .wrap .inner .text .el:nth-child(3)::before{max-width: max-content;}
.s4 .wrap .inner .text .el:nth-child(3){
    display: grid;
    grid-template-columns: 0.1fr 9fr;
    gap: 12px 20px;
}
.s4 .wrap .inner .text .el:nth-child(3) .el-1 .el-1-1{
    display: flex;
    gap: 12px;
}
.s4 .wrap .inner .text .el:nth-child(3) .el-1 .el-1-1::before{content: '-'; padding-left: 32px;}
.s4 .wrap .inner .text .el:nth-child(3) .el-1{
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.btn-dwn{
    width: 100%;
    margin: 0 auto;
}
.btn-dwn a{
    margin: 0 auto;
    text-align: center;
    border-radius: 12px;
    display: block;
    background-color: #E40177;
    padding: 20px 60px;
    font-weight: bold;
    color: #fff;
    margin-top: 80px;
    font-size: 20px;
}
