이 이벤트는 종료되었습니다.
행사 문의: 02-522-1881
" 출력 후 exit
// Spring 라우팅은 evt_code(/event/{evtCode}) 기준이므로 evt_id 대신 evt_code로 환산해 치환한다
// (evt_id 17080301 -> evt_code 39202523, evt_id 23030200 -> evt_code 45252422; 선례 2020/06/0500 동일 방식)
// exit 이하 630줄(시험장 배너/로그인 체크 등)은 원본에서도 브라우저에 전송되기 전에 exit 되는 완전한 죽은 코드 — 이식 생략
(function() {
var uri = window.location.pathname + window.location.search + window.location.hash;
var redirectUri = uri.replace('39202523', '45252422');
if (redirectUri !== uri) {
window.location.replace(redirectUri);
}
})();