/* <=== hpsearchmm ===> */
.hpsearchmm{
    padding: 35px 0 30px;
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hpsearchmm::before{
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1250px;
    width: 100%;
    height: calc(100% + 50px);
    background-image: url('../images/mmnen.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    pointer-events: none;
    z-index: -1;
}
.tpsearchmm .vvtitle{
    text-align: center;
    margin-bottom: 20px;
}
.tpsearchmm .vvtitle, .tpsearchmm .vvtitle h1, .tpsearchmm .vvtitle h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
}
.tpsearchmm .mmforms{
    margin-bottom: 25px;
}
.tpsearchmm .frmponsi{
    position: relative;
} 
.tpsearchmm .frmponsi input{
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0 70px 0 20px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    font-size: 18px;
    line-height: 27px;
}
.tpsearchmm .frmponsi button{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    background-color: transparent;
    border: none;
}
.tpsearchmm .frmponsi button i{
    font-size: 20px;
    font-weight: bold;
}
.tpsearchmm .mmconts{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    color: #555555;
}
/* <=== hpsearchmm ===> */

/* <=== hpsearchhh ===> */
.hpsearchhh{
    padding: 50px 0 70px;
}
.hhsearch{
    margin-bottom: 30px;
}
.hhsearch .hhrow{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.itsearchhh .scgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itsearchhh .scgrip > div{
    padding: 0 10px;
}
.itsearchhh .scgrip .lcol{
    width: 190px;
}
.itsearchhh .scgrip .rcol{
    width: calc(100% - 190px);
}
.itsearchhh .decss{
    padding: 12px 0 0;
}
.itsearchhh .dsnames{
    color: #ed3237;
    margin-bottom: 5px;
}
.itsearchhh .dstitle{
    margin-bottom: 5px;
}
.itsearchhh .dstitle, .itsearchhh .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
/* <=== hpsearchhh ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpsearchmm ===> */
    .hpsearchmm{
        padding: 25px 0 30px;
    }
    .hpsearchmm::before{
        left: 62%;
    }
    .tpsearchmm .vvtitle{
        margin-bottom: 10px;
    }
    .tpsearchmm .vvtitle, .tpsearchmm .vvtitle h1, .tpsearchmm .vvtitle h2{
        font-size: 28px;
        line-height: 40px;
    }
    .tpsearchmm .mmforms{
        margin-bottom: 15px;
    }

    /* <=== hpsearchmm ===> */

    /* <=== hpsearchhh ===> */
    .hpsearchhh{
        padding: 35px 0 50px;
    }
    .itsearchhh .dstitle, .itsearchhh .dstitle h3{
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
    }
    .hhsearch{
        margin-bottom: 20px;
    }
    .hhsearch .hhrow{
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    /* <=== hpsearchhh ===> */
}
@media all and (max-width: 767px){
    /* <=== hpsearchhh ===> */
    .itsearchhh .scgrip{
        margin: 0 -7.5px;
    }
    .itsearchhh .scgrip > div{
        padding: 0 7.5px;
    }
    .itsearchhh .scgrip .lcol{
        width: 175px;
    }
    .itsearchhh .scgrip .rcol{
        width: calc(100% - 175px);
    }
    .itsearchhh .decss{
        padding: 0;
    }
    .itsearchhh .dstends{
        display: none;
    }
    /* <=== hpsearchhh ===> */
}