관련 뉴스 8634 페이지
15,138
2021-06-07
188
0
0
15,137
2021-06-07
181
0
0
15,136
2021-06-07
148
0
0
15,135
2021-06-07
156
0
0
15,126
2021-06-07
113
0
0
15,125
2021-06-07
138
0
0
15,124
2021-06-07
145
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}