/*chegirma css*/
    .q-trailering-towing-vehicle-capability-tile .q-content-section .q-title-section .q-secondary-title .q-number,
    .q-bold1 {
      font-size: 2rem;
      line-height: 2.5rem;
      margin-bottom: 0.625rem;
      padding-top: 0rem;
    }

    .q-retail-body {
      font-size: .75rem;
      line-height: 1rem;
      margin-bottom: 0.25rem;
      padding-top: 0rem;
      color: #262626;
      font-family: Louis, Tahoma, NotoSansKR, NanumGothic, sans-serif;
      font-style: normal;
      font-weight: 700;
      margin: 0;
      padding: 0;
    }

    .col-border {
      border: 1px solid #b3b3b3 !important;
      border-radius: 5px;
    }

    .q-text {
      padding: 10px;
    }

    .q-image img {
      width: 100%;
    }

    .q-bold2 {
      font-size: 1.333rem;
      line-height: 1.6rem;
      margin-bottom: 0.275rem;
      padding-top: 0rem;
    }

    .q-bold1-sale {
      color: #000;
      font-size: 25px;
    }


.form-group {
    margin-bottom: 1rem
}

.form-group label {
    color: #6e6e6e;
    font-size: .8rem;
    margin-bottom: 5px;
    display: block;
    min-height: 17px
}

.input {
    border: 1px solid #b3b3b3;
/*    border: 1px solid #fff;*/
    padding: 1px 0 1px 20px;
    box-shadow: 0;
    height: 40px;
    width: 100%
}

.input:focus {
    background-color: #fff;
    border-color: gray
}

.input::placeholder {
    color: #b3b3b3
}

select.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url('../images/select-down.svg'), linear-gradient(to right, #808080, #808080);
    background-position: calc(100% - 21px) calc(.6em + 6px), 100% 0;
    background-repeat: no-repeat;
    background-size: 10px 10px, 55px 100%;
    height: 40px;
    padding: 4px 70px 4px 20px;
    transition: background-color 300ms ease-out;
    width: 100%;
    cursor: pointer
}

select.input:hover {
    background-image: url('../images/select-down.svg'), linear-gradient(to right, #262626, #262626);
    cursor: pointer
}

.button-submit {
    background-color: transparent;
    border: .125rem solid #cd9834;
    border-radius: 0;
    color: #262626;
    display: block;
    font-size: 1.0rem;
    font-weight: 700;
    height: auto;
    letter-spacing: normal;
    line-height: 1.375;
    margin: 0 !important;
    padding: .8rem 0;
    text-transform: uppercase;
    width: 100%;
    transition: background-color 300ms ease-out
    border-radius: 8px;
}

.button-submit:hover {
    background-color: #cd9834;
    border: .125rem solid #cd9834;
    color: #262626
}

@media (max-width:992px) {
    .form-group {
        margin-bottom: 20px
    }

    .input {
        padding: 12px;
        font-size: 16px
    }
}

@media (max-width:768px) {
    .input {
        font-size: 14px;
/*        margin-bottom: 15px;*/
    }

    .has-error .help-block {
        bottom: -10px
    }

    .form-group {
        margin-bottom: 10px
    }
}
