관련 뉴스 8238 페이지
21,078
2021-07-19
111
0
0
21,077
2021-07-19
113
0
0
21,076
2021-07-19
121
0
0
21,075
2021-07-19
111
0
0
21,074
2021-07-19
135
0
0
21,066
2021-07-19
173
0
0
21,065
2021-07-19
119
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}