@charset "utf-8";

#password_verification {
	display: none;
	color: red;
	font-size: small;
	margin-top: 0px;
}

#password_check_verification {
	display: none;
	color: red;
	font-size: small;
	margin-top: 0px;
}

/*220504(s) 비밀번호 체크 css추가*/
strong#password_verification{
    font-family: 'PreRegular', sans-serif;
    font-size: 13px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}
strong#password_check_verification{
    font-family: 'PreRegular', sans-serif;
    font-size: 13px;
    color: #ff0000;
    text-align: center;
    margin-top: 10px;
}
/*220504(e) 비밀번호 체크 css추가*/