관련 뉴스 8255 페이지
20,823
2021-07-16
141
0
0
20,822
2021-07-16
516
0
0
20,821
2021-07-16
109
0
0
20,820
2021-07-16
121
0
0
20,819
2021-07-16
108
0
0
20,810
2021-07-16
109
0
0
20,809
2021-07-16
122
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}