관련 뉴스 8206 페이지
21,558
2021-07-22
164
0
0
21,550
2021-07-22
103
0
0
21,549
2021-07-22
103
0
0
21,548
2021-07-22
101
0
0
21,547
2021-07-22
122
0
0
21,546
2021-07-22
181
0
0
21,545
2021-07-22
122
0
0
21,544
2021-07-22
175
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}