/* G-PIN 인증 및 실명인증 창으로 이동 */
function nameCheckPopupGsic(rtnUrl) {
	location.href="/common/certificate.jsp?rtnUrl="+encodeURL(rtnUrl);
}
