관련 뉴스 8203 페이지
21,603
2021-07-23
116
0
0
21,602
2021-07-23
129
0
0
21,601
2021-07-23
113
0
0
21,600
2021-07-23
118
0
0
21,599
2021-07-23
122
0
0
21,598
2021-07-23
130
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}