관련 뉴스 8078 페이지
23,478
2021-08-08
150
0
0
23,477
2021-08-08
104
0
0
23,473
2021-08-08
107
0
0
23,467
2021-08-08
112
0
0
23,465
2021-08-08
103
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}