관련 뉴스 8540 페이지
16,548
2021-06-18
102
0
0
16,543
2021-06-18
128
0
0
16,542
2021-06-18
108
0
0
16,540
2021-06-18
105
0
0
16,538
2021-06-18
137
0
0
16,535
2021-06-18
101
0
0
16,534
2021-06-18
113
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}