관련 뉴스 8452 페이지
17,868
2021-06-27
122
0
0
17,867
2021-06-27
110
0
0
17,866
2021-06-27
119
0
0
17,865
2021-06-27
105
0
0
17,864
2021-06-27
115
0
0
17,862
2021-06-27
118
0
0
17,859
2021-06-27
131
0
0
17,856
2021-06-27
109
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}