.content_email_area {
    height: 100%;
    padding: 7% 0;
    min-height: 610px;
}

.terms_content {
    padding: 2em;
    height: 100%;
}

.left_content, .right_content_mobile, .right_content_mobile_close, .left_content_mobile {
    display: none;
}

.terms_content h1, .certification_content h1 {
    position: relative;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 180%;
    color: #212121;
}

.terms_content h2 {
    font-size: 120%;
    margin: 3em 0 1em 0;
    font-weight: 400;
}

.terms_text_area {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    padding: 0 1em 1em 1em;
    margin-bottom: 0.5em;
    line-height: 20px;
    border: 1px solid #ececec;
}

.terms_text_area ol {
    list-style-type: decimal;
    padding: 0 0 0 1em;
}

.terms_text_area ol li {
    line-height: 20px;
    margin: 3px 0;
}

.terms_text_area ol li ol {
    list-style-type: circle;
    padding: 5px 0 5px 2em;
}

.terms_text_area h3 {
    margin: 1em 0;
}

.terms_text_area span {
    display: block;
    font-size: 13px;
    color: #de284a;
    margin-top: 0.5em;
}

.terms_btn {
    width: 100%;
    background: #21215d;
    color: #fff;
    padding: 1.3em;
    margin-top: 1em;
    border: 1px solid #21215d;
    text-align: center;
}

.chk_text {
    font-size: 13px;
    color: #777;
    margin-bottom: 1em;
}

.certification_content {
    padding: 3em;
    width: 22%;
    margin: 0 auto;
    border: 1px solid #ececec;
    background: #fff;
}

.certification_content input {
    width: 100%;
    padding: 1.3em;
    margin: 2em 0 1em 0;
    border: 1px solid #ececec;
}

.certification_email_btn {
    width: 100%;
    background: #21215d;
    color: #fff;
    padding: 1.3em;
    margin-bottom: 1em;
    border: 1px solid #21215d;
    text-align: center;
}

#certification_no {
    width: 87%;
    display: inline-block;
}

#countdown {
    display: inline-block;
    width: 9%;
    margin-left: 10px;
}

@media screen and (max-width: 768px) {
    .certification_content {
        width: 100%;
        margin-top: 8em;
        border: 0;
    }
    .right_content_mobile, .right_content_mobile_close, .left_content_mobile {
        display: block;
    }
}