body {
    background-color: #F8F8F8;
}

.list_btn {
    margin-bottom: 50px;
    padding: 12px 50px;
    font-size: 18px;
    font-weight: 700;
}

.contact_wrap {
    background-color: #fff;
    border: 1px solid #BBBBBB;
    border-radius: 8px;
    padding: 30px;
}

.edk_input_wrap:not(:last-child) {
    margin-bottom: 50px;
}

textarea.edk_input {
    min-height: 300px;
}

.btn_group {
    margin-top: 50px;
}

.btn_group .btn_default {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 0;
}

.edk_WAI.checkbox+label {
    word-break: keep-all;
}

@media screen and (max-width:1023px) {
    .list_btn {
        font-size: 16px;
        padding: 13px 25px;
        margin-bottom: 24px;
    }

    .contact_wrap {
        padding: 24px;
    }

    .edk_input_wrap:not(:last-child) {
        margin-bottom: 32px;
    }
}