관련 뉴스 8546 페이지
16,448
2021-06-17
110
0
0
16,447
2021-06-17
116
0
0
16,446
2021-06-17
105
0
0
16,445
2021-06-17
125
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}