

#servlist .ser{
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 154%; /* 27.72px */
    letter-spacing: -1.08px;
    margin-left: 10px;
    margin-bottom: 25px;

}

#servlist .serviceList-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 20px;
    grid-template-columns: repeat(auto-fill, minmax(23%, auto));
    grid-template-rows: repeat(4, 1fr);
}

#servlist .ser-img{
    /* width: 300px; */
    border-radius: 15px 15px 0px 0px;
}
#servlist .serinbox{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 24px; */
    border-radius: 0 0 15px 15px;
    border: 1px solid var(--Gray100, #E8E8E8);
    background: #FFF;
}

#servlist .sername {
    height: 3.849rem;
    font-weight: 600;
    margin-top: 8px;
    width: 100%;
    word-break: break-all;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    margin: 4px 0 16px;
    line-height: 154%;
    text-align: left;
}

#servlist .serbtn{
    height: 3.707rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 4px;
}

#servlist .serbtn span{
    height: 28px;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 159%;
    

}

#servlist .serbtn span{
    margin-right: 4px;
}
#servlist .serbtn span:last-child {margin-right: 0;}

#servlist .serprice1{
    color: var(--Gray400, #A2A2A2);
    text-decoration: line-through;
    font-weight: 550;
    line-height: 154%; /* 27.72px */
    font-size: 18px;
}

#servlist .serprice2{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 154%; /* 30.8px */
}
#servlist .serdown{
    color: var(--red, #F33);
    /* ft-20SB */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;

}

#servlist .seroff{
    color: var(--red, #F33);
    /* ft-20SB */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-right: 10px;
    /* line-height: 154%;  */
    /* 30.8px */
  
}

/* #servlist .serinbox button {
    width: 100%;
    line-height: 36px;
} */
#servlist .serinbox .servOff {
    /* background-color: #E8E8E8; */
    color: var(--Gray400);
    cursor:auto;
    height: 30px;
}
#servlist .serinbox button.servC {
    background-color: var(--Gray100);
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50px;
    /* box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, .16); */
}
#servlist .serinbox button.servC:hover {
    background-color: var(--MainColor);
}
#servlist .serinbox .serBurron {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}



 @media only screen and (min-width: 768px) and (max-width: 900px) {
    #servlist .serviceList-wrap {
        grid-template-columns: repeat(auto-fill, minmax(24%, auto));
    }
  }
  @media only screen and (max-width: 768px) {
    #servlist .serviceList-wrap {
        grid-template-columns: repeat(auto-fill, minmax(33%, auto));
        gap: 20px 10px;
    }
  }
  @media only screen and (max-width: 425px) {
    #servlist .sername {
        height: 2.849rem;
    }
    #servlist .serbox .serinbox {
        padding: 14px;
    }
  }