@charset "UTF-8";

#offerInquiry .required_error,
#offerInquiry .required_error_block label{
    background-image: none;
    background-color: rgb(240, 223, 223);
}
#offerInquiry .send-btn__input:hover{
	transform: translate(0, 3px);
}
