관련 뉴스 8916 페이지
10,908
2021-05-06
112
0
0
10,906
2021-05-06
108
0
0
10,903
2021-05-06
100
0
0
10,900
2021-05-06
162
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}