.e-mailForm .contact-info-img {
    width: 100%;
    max-width: 880px;
    margin: 4em auto 2em;
}
.e-mailForm .contact-info-img img {
    width: 100%;
}
.e-mailForm .noti-essentail {
    width: 100%;
    max-width: 880px;
    text-align: right;
    margin: 0.4em auto;
    color: #ffbc00;
    font-size: 1.2rem;
}
.e-mailForm #form {
    display: flex;
    flex-wrap: wrap;
    max-width: 880px;
    margin: 0 auto;
}
.e-mailForm .form-input {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #333;
}
.e-mailForm .form-input .field {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}
.e-mailForm .form-input label {
    margin-top: 0.3em;
    display: inline-block;
    width: 11rem;
    height: 100%;
    margin: 0 1rem 0 0;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    background: #f9f9f9;
}
.e-mailForm .form-input label.essential::after {
    content: "*";
    color: #ffbc00;
}
.e-mailForm .form-input input,
.e-mailForm .form-input textarea {
    width: calc(100% - 12rem);
    padding: 1rem 2rem;
    margin: 0.5em 0;
    font-size: 1.6rem;
    background: #fff;
    border: 1px solid #ccc;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.e-mailForm .form-input input::placeholder,
.e-mailForm .form-input textarea::placeholder {
    color: #ccc;
}
.e-mailForm .form-input input:-ms-input-placeholder,
.e-mailForm .form-input textarea:-ms-input-placeholder {
    color: #ccc;
}
.e-mailForm .checkPolicy {
    /* border-top: 1px solid #d8d8d8; */
    width: 100%;
    text-align: left;
    margin: 1em 0;
    padding: 1em 0;
}
.e-mailForm .checkPolicy label {
    font-size: 1.6rem;
    font-weight: 400;
}
.e-mailForm .checkPolicy textarea {
    width: 100%;
    height: 8em;
    font-size: 1.4rem;
    margin: 1em 0 2em;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.e-mailForm #e-submit {
    margin: 0 auto;
    width: 30.4rem;
    padding: 0.8em 2.4em;
    border-radius: 5em;
    background: #ffbc00;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}
.e-mailForm .blankArea {
    border: 2px solid red !important;
}
@media (max-width: 900px) {
    .e-mailForm .contact-info-img {
        display: none;
    }
    .e-mailForm .form-customerService {
        width: 100%;
        max-width: 100%;
        height: 100vw;
        max-height: 100em;
        padding: 10em 0;
        margin-bottom: -8em;
        overflow-x: hidden;
    }
    .e-mailForm .form-customerService h4,
    .e-mailForm .form-customerService span {
        position: relative;
        left: 35%;
    }
    .e-mailForm .form-customerService span {
        font-size: 4vw;
    }
    .e-mailForm .form-input .field {
        flex-direction: column;
        border-color: #fff;
    }
    .e-mailForm .form-input {
        width: 100%;
        padding: 0;
    }
    .e-mailForm .form-input label {
        background: #fff;
        height: auto;
        padding: 0.6em 0 0 0;
    }
    .e-mailForm .form-input input,
    .e-mailForm .form-input textarea {
        width: 100%;
    }
    .e-mailForm .form-input .openPolicy {
        width: 100%;
        margin: 0 auto;
    }
    .e-mailForm #e-submit {
        width: 100%;
        margin: 2em auto 0;
    }
}