@charset "UTF-8";

body.register .register-content {
    padding-top: 80px;
}

body.register .content-wrap {
    padding-top: 200px;
    padding-bottom: 88px;
}

body.register .content-wrap .login-wrap, .certified-wrap {
    margin: 0 auto;
}

body.register footer {
    width: 100%;
    height: 88px; /* footer의 높이 */
}

