관련 뉴스 8530 페이지
16,697
2021-06-19
100
0
0
16,696
2021-06-19
112
0
0
16,695
2021-06-19
108
0
0
16,694
2021-06-19
110
0
0
16,691
2021-06-19
103
0
0
16,689
2021-06-19
115
0
0
16,688
2021-06-19
122
0
0
16,685
2021-06-19
100
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}