.eim-event-wrap {
    max-width: 460px;
    margin: 0 auto;
}

.eim-event-wrap .eim-system-message {
    padding: 16px;
    border: 1px solid #f3cbcb;
    background-color: #fff4f4;
    margin-bottom: 24px;
}

p.eim-error-message {
    margin: 0;
    margin-top: 6px;
    line-height: 1;
    color: #eb212e;
    font-size: 14px;
}

.eim-event-wrap .eim-system-message p.eim-error-message {
    margin-top: 0;
    line-height: 1.6;
}


table.eim-event-table tbody tr,
table.eim-event-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

table.eim-event-table tbody tr td {
    display: block;
    width: 100%;
    
    border: 0px;
    color: #333;
    padding: 0;
    font-size: 16px;
}

table.eim-event-table tbody tr td.eim-cell-header {
    padding-bottom: 3px;
}

table.eim-event-table tbody tr td.eim-cell-input {
    padding-bottom: 24px;
}

table.eim-event-table label.required-tip:after {
    content: '*';
    color: #eb212e;
    margin-left: 6px;
}


table.eim-event-table .terms-of-use {
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.4;
    padding: 16px;
    border: 1px solid #ccc;
    font-family: "맑은 고딕";
}

table.eim-event-table .description {
    line-height: 1.4;
    font-size: 14px;
    color: #333;
}


#top table.eim-event-table label {
    font-size: 16px;
    font-weight: normal;
}


#top table.eim-event-table td input.eim-input {
    background-color: #fff;
    color: #333;
    border-color: #b2e7f9;
    margin-bottom: 0;
}

#top table.eim-event-table td input.eim-input:focus {
    box-shadow: 0px 0px 2px 0px rgba(122, 200, 255, 0.47);
}

#top table.eim-event-table td input#eim-event-ticket {
    text-transform: uppercase;
}



.eim-event-message-wrapper {
    border: 1px solid #ccc;
}





.eim-event-register-completed {
    padding: 16px 0;
    text-align: center;
    
}

.eim-event-content {
    padding: 16px;
    text-align: justify;
}

.eim-event-register-completed .eim-event-content {
    max-width: 420px;
    margin: 0 auto;
    
    border: 1px solid #00adec;
    border-radius: 3px;
    margin-bottom: 32px;
}
