관련 뉴스 8647 페이지
14,935
2021-06-04
114
0
0
14,934
2021-06-04
117
0
0
14,933
2021-06-04
112
0
0
14,932
2021-06-04
167
0
0
14,931
2021-06-04
215
0
0
14,929
2021-06-04
109
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}