관련 뉴스 8753 페이지
13,352
2021-05-24
112
0
0
13,351
2021-05-24
120
0
0
13,342
2021-05-24
123
0
0
13,341
2021-05-24
132
0
0
13,340
2021-05-24
110
0
0
13,339
2021-05-24
116
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}