$(document).ready(function () {
cmUtil.confirm('로그인이 필요한 서비스입니다.
로그인 하시겠습니까?','로그인').then((re)=>{if(re){location.href = '/op/meminf/lgnmng/prtllgn/PrtlLgnController/prtlLgn.do?retUrl=/op/btbdguid/custiqrymng/iqry/IqryMngController/mvmnWrtIqry.do';}else{history.back();}});
$('#confirm_popup_btn_confirm').focus();
});