@charset "utf-8";

/* 간편 견적 조회 */
.sujib_label {
    width: 100%;
}
select.sujib_select, input.sujib_input {
    width: 100%;
    height: 32px;
    border: 1px solid #ccc;
}
button.btn_apply {
    color: #fff;
    background-color: #df2128;
    width: 100%;
    border: 0;
    border-radius: 2px;
    font-size: 1.5em;
}
