관련 뉴스 8882 페이지
11,418
2021-05-10
111
0
0
11,417
2021-05-10
110
0
0
11,416
2021-05-10
117
0
0
11,411
2021-05-10
150
0
0
11,404
2021-05-10
100
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}