관련 뉴스 8511 페이지
16,983
2021-06-21
104
0
0
16,982
2021-06-21
114
0
0
16,976
2021-06-21
104
0
0
16,974
2021-06-21
119
0
0
16,972
2021-06-21
116
0
0
16,971
2021-06-21
156
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}