관련 뉴스 8883 페이지
11,403
2021-05-10
104
0
0
11,402
2021-05-10
114
0
0
11,401
2021-05-10
104
0
0
11,400
2021-05-10
117
0
0
11,397
2021-05-10
114
0
0
11,396
2021-05-10
120
0
0
11,393
2021-05-10
100
0
0
11,392
2021-05-10
108
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}