/* <=== vhsearchpg ===> */
.vhsearchpg .scpaddd{
    padding: 25px 0 40px
}
.hpsearchmm .mmtitle{
    text-align: center;
    margin-bottom: 30px;
}
.hpsearchmm .mmtitle, .hpsearchmm .mmtitle h1, .hpsearchmm .mmtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpsearchmm .mmlist{
    margin-bottom: 40px;
}
.itsearchmm{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.itsearchmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -21px;
}
.itsearchmm .mmgrip > div{
    padding: 0 21px;
}
.itsearchmm .mmgrip .lcol{
    width: 212px;
}
.itsearchmm .mmgrip .rcol{
    width: calc(100% - 212px);
}
.itsearchmm .thumb a{
    border-radius: 15px;
    box-shadow: 10px 15px 15px 0 rgba(0, 0, 0, 0.25);
}
.itsearchmm .dscapts{
    margin-bottom: 2px;
    color: #ec1d23;
    font-size: 14px;
}
.itsearchmm .dstitle{
    margin-bottom: 5px;
}
.itsearchmm .dstitle, .itsearchmm .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.itsearchmm .dsconts{
    font-size: 15px;
    line-height: 25px;
}
/* <=== vhsearchpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhsearchpg ===> */
    .vhsearchpg .scpaddd{
        padding: 20px 0
    }
    .hpsearchmm .mmtitle{
        margin-bottom: 20px;
    }
    .hpsearchmm .mmtitle, .hpsearchmm .mmtitle h1, .hpsearchmm .mmtitle h2{
        font-size: 20px;
        line-height: 25px;
    }
    .tpsearchmm .mmlist{
        margin-bottom: 30px;
    }
    .itsearchmm .thumb a{
        border-radius: 10px;
    }
    /* <=== vhsearchpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhsearchpg ===> */
    .itsearchmm .mmgrip{
        margin: 0 -12px;
    }
    .itsearchmm .mmgrip > div{
        padding: 0 12px;
    }
    .itsearchmm .mmgrip .lcol{
        width: 154px;
    }
    .itsearchmm .mmgrip .rcol{
        width: calc(100% - 154px);
    }
    .itsearchmm .dscapts{
        font-size: 13px;
    }
    .itsearchmm .dstitle, .itsearchmm .dstitle h3{
        font-size: 15px;
        line-height: 24px;
    }
    .itsearchmm .dsconts{
        font-size: 13px;
        line-height: 21px;
        max-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /* <=== vhsearchpg ===> */
}