관련 뉴스 8587 페이지
15,843
2021-06-11
115
0
0
15,842
2021-06-11
110
0
0
15,839
2021-06-11
116
0
0
15,838
2021-06-11
100
0
0
15,835
2021-06-11
100
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}