관련 뉴스 8309 페이지
20,012
2021-07-11
113
0
0
20,010
2021-07-11
123
0
0
20,009
2021-07-11
103
0
0
20,008
2021-07-11
104
0
0
20,007
2021-07-11
106
0
0
20,006
2021-07-11
113
0
0
20,004
2021-07-11
103
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}