.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;
    margin-bottom: 24px;
    background-color: #f9f9f9;
    padding: 24px;
}
.s1 .wrap .text .inner .text-txt .el::before {
    content: '•';
}
.s1 .wrap .text .inner .text-txt .el {
    display: flex;
}

.wrap {
    padding: 24px 0;
}

.s2 .wrap .con .text .tit{
    font-size: 24px;
    padding-bottom: 12px;
    /* text-align: center; */
}
.wrap .tit{
    font-size: 22px;
    color: #35318F;
    font-weight: bold;
}
.s2 .wrap .con{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 36px 0;
}
.s2 .wrap .con .pic img{
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
}
.s2 .wrap .con .pic{
    overflow: hidden;
    background-color: #333;
    border-radius: 12px;
    width: 30%;
    aspect-ratio: 1/1;
    width: 100%; 
}
.s2 .wrap .text{
    padding: 32px;
    background-color: #f9f9f9;
    margin-top: 20px;
    border-radius: 12px;
}
/* .s2 .wrap .text .tit{
    color: #000;
} */
.s2 .wrap .text .txt .el::before {display: none;}
.s2 .wrap .con:first-child .text .txt .el-cost {
    flex-direction: column;
}
.s2 .wrap .text .txt .el-cost .btm .btm-el.small {font-size: 14px; display: block;  padding-bottom: 0;}
.s2 .wrap .text .txt .el-cost .btm .btm-el {display: flex; gap: 8px; padding-bottom: 12px;}
.s2 .wrap .con:first-child .text .txt .el-cost .btm .btm-el::before {
    content: '-';
    display: block;
    padding-left: 20px;
}
.s2 .wrap .con:first-child .text .txt .el-cost .btm .btm-el.small::before {content: ''; display: none;}
.s2 .wrap .text .txt {
    /* align-items: center; */
}
.s2 .wrap .text .txt span {
    color: #35318F;
    font-weight: bold;
}
.s2 .wrap .con:first-child .text .txt .el-cost .btm .btm-el.small{
    padding-left: 20px;

}
.s2 .wrap .text .txt .el-cost .btm .btm-el.small{
    color: #E40177;
    font-size: 16px;
}
.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;
    font-weight: bold;
    color: #fff;
    margin-top: 80px;
    font-size: 20px;
}


