관련 뉴스 8572 페이지
16,068
2021-06-13
123
0
0
16,067
2021-06-13
124
0
0
16,065
2021-06-13
105
0
0
16,064
2021-06-13
111
0
0
16,063
2021-06-13
100
0
0
16,059
2021-06-13
104
0
0
16,055
2021-06-13
103
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}