관련 뉴스 8087 페이지
23,343
2021-08-07
117
0
0
23,340
2021-08-07
102
0
0
23,335
2021-08-07
114
0
0
23,334
2021-08-07
123
0
0
23,332
2021-08-07
108
0
0
23,331
2021-08-07
101
0
0
23,330
2021-08-07
192
0
0
23,329
2021-08-07
143
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}