// 오른쪽 버튼 금지 소스
document.onselectstart = function(){return false} 
document.oncontextmenu = function(){return false}  
// 오른쪽 버튼 금지 소스 끝