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

#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr{
    width: unset;
}

.s1{}
.s1 .wrap{
    padding: 36px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.s1 .wrap h3{}

.s2 .wrap{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* .s2 .wrap .box:nth-child(1){background-color:#F9F9F9;} */
.s2 .wrap .box:nth-child(2){background-color:#F9F9F9;}
.s2 .wrap .box:nth-child(5){background-color:#F9F9F9;}
.s2 .wrap .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 52px 20px ;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;

}
.s2 .wrap .box .pic{}
.s2 .wrap .box .pic img{
    max-width: 100px;
}
.s2 .wrap .box .txt .txt-tit{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.s2 .wrap .box .txt .txt-tit.color{
    color: #E40177;
}
.s2 .wrap .box .txt .txt-inner{}
.s2 .wrap .box .txt .txt-inner{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.s2 .wrap .box .txt .txt-inner .el{
    display: flex;
    gap: 8px;
    font-size: 16px;
} 
.s2 .wrap .box .txt .txt-inner .el::before{content: '•';} 