.form-group{
    background: #0F151A;
    border-radius: 100px;   
    height: 100px;
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-bottom: 80px;
}
.form-box .control-label{
    font-size: 20px;
    font-weight: bold;
    /* color: #2FD159; */
    color: #468c58;
    width: 153px;
    margin-bottom: 0;
    margin-right: 20px;
}
.input-box{
    position: relative;
}
.form-box .form-control{
    background: #26262E;
    width: 600px;
    line-height: 55px;
    border-radius: 80px;
    height: 55px;
    border-color: transparent;
    color: #fff;
    padding: 0 15px;
}
.btn.style01{
    position: absolute;
    right: 0;
    top: 0;
}


.search_box{
    display: flex;
    max-width: 1145px;
    margin: 0 auto 40px;
    justify-content: space-between;
}
.search_box .s_b{
    display: flex;
    width: 47%;
    border-bottom: solid 4px #0F151A;
}
.search_box .s_b .tit{
    color: #2ED159;
    font-size: 20px;
    padding: 0 16px 16px;
    font-weight: bold;
    width: 149px;
    position: relative;
    box-sizing: border-box;

}
.search_box .s_b .tit:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    background: #39383D;
    width: 100%;
    height: 4px;
    left: 0;
}
.search_box .s_b .txt{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 4px 16px;
}
.search_pic{
    text-align: center;
    margin-bottom: 18px;
}
.err_box{
    max-width: 1145px;
    border-radius: 50px;
    margin: auto;
    background: #0F151A;
    position: relative;
    padding-top: 56px;
    padding-bottom: 55px;
    margin-top: 70px;
}
.err_box .er_ic{
    background: url(../../images/common/search/ic.png);
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: auto;

}
.err_tit{
    font-size: 30px;
    color: #C5C4C7;
    text-align: center;
    margin-bottom: 18px;

}
/*------------ rwd ------------*/

@media screen and (max-width: 1000px) {
    .form-box .form-group{
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
        height: auto;
        border-radius: 30px;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .form-box .form-control{
        width: 100%;
    }
    .btn.style01{
        position: static;
    }
    .form-group{
    }
    .search_box{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .search_box .s_b{
        width: 100%;
        margin-bottom: 25px;
    }
    .search_box .s_b .tit{
        width: 113px;
        font-size: 17px;
    }
   
}

@media screen and (max-width: 540px) {
   
}
@media screen and (max-width: 400px) {
  
}