관련 뉴스 8629 페이지
15,212
2021-06-07
113
0
0
15,210
2021-06-07
107
0
0
15,207
2021-06-07
106
0
0
15,203
2021-06-07
104
0
0
15,202
2021-06-07
113
0
0
15,201
2021-06-07
108
0
0
15,200
2021-06-07
114
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}