$(function () { $('#btn_popup_1').on('click', function () { $('#event_popup > .popbox > .cont').html( '' + '' + ' ' + ' ' + '' ); showPopup(); }); $('#btn_popup_2').on('click', function () { $('#event_popup > .popbox > .cont').html( '' + '' + ' ' + ' ' + '' ); showPopup(); }); $('#btn_popup_3').on('click', function () { $('#event_popup > .popbox > .cont').html( '' + '' + ' ' + ' ' + '' ); showPopup(); }); $('#btn_popup_4').on('click', function () { $('#event_popup > .popbox > .cont').html( '' + '' + ' ' + ' ' + '' ); showPopup(); }); $('#btn_popup_5').on('click', function () { $('#event_popup > .popbox > .cont').html( '' + '' + ' ' + ' ' + '' ); showPopup(); }); $('#btn_popup_6').on('click', function () { $('#event_popup > .popbox > .cont').html( '' + '' + ' ' + ' ' + '' ); showPopup(); }); // 2021.10.21 gcs ksm : #12538 기존 상시이벤트 > 영역수정되어 클릭수 추가 $('#btn_popup_7').on('click', function () { $('#event_popup > .popbox > .cont').html( '' + '' + ' ' + ' ' + '' ); showPopup(); }); }); document.oncontextmenu = function () {return false;} document.onselectstart = function () {return false;} document.ondragstart = function () {return false;}