/* logFormBox */
.logFormBox {
    max-width: 540px;
    margin: 0 auto;
}

/* login_form_admin */
.login_form_admin {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
/* emailFormBox */
.emailFormBox {
    max-width: 720px;
    margin: 0 auto;
}
.emailFormBox .topMent {
    border-radius: 1.2rem;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:768px) {
    .emailFormBox .topMent {
        height: auto;
    }
}

/* registerFormBox */
.registerFormBox {
    max-width: 630px;
    margin: 0 auto;
}


/* 패스워드 */
.pwWrp {
    position: relative;
    width: 100%;
}
.pwWrp .show_pw {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pwWrp .form-control {
    padding-right: 60px;
}

/* log_helper */
.log_helper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.log_helper a {
    color: #333;
    display: inline-block;
}
.log_helper .dvd {
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: #aaa;
}

/* endLink */
.endLink {
    border-top: 1px solid #C0C0C0;
    padding-top: 3rem;
    margin-top: 3rem;
}
.endLink a {
    text-decoration: none;
    display: block;
}

/* agreeChecks */
.agreeChecks {
    padding: 15px;
}
.agreeChecks .form-flex + .form-flex {
    border-top: 0px;
}

/* register_result */
#register_result .numList {
    display: inline-block;
    text-align: left;
}
#register_result .row {
    margin: 0 -5px;
}
#register_result .row [class*="col"] {
    padding: 0 5px;
}