원하시는 페이지를 찾을 수 없습니다

요청하신 페이지를 찾을 수 없거나
네트워크 연결이 불안정합니다
잠시 후 다시 시도해주세요
다시 시도하기 닫기
var isAND = (navigator.userAgent.indexOf("_WEBVIEW") > -1); var isIOS = (navigator.userAgent.indexOf("_IOSWEBVIEW") > -1); function retry(){ if(isAND){ window.android.appRestart(); }else if(isIOS){ window.webkit.messageHandlers.appRestart.postMessage(null); }else{ location.href = '/abcpoker/allPage.do'; } } function appClose(){ if(isAND){ window.android.gameEnd(); }else if(isIOS){ window.webkit.messageHandlers.gameEnd.postMessage(null); }else{ location.href = '/abcpoker/allPage.do'; } }