관련 뉴스 8562 페이지
16,218
2021-06-14
141
0
0
16,217
2021-06-14
126
0
0
16,215
2021-06-14
110
0
0
16,214
2021-06-14
108
0
0
16,213
2021-06-14
113
0
0
16,211
2021-06-14
104
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}