관련 뉴스 8155 페이지
22,323
2021-07-28
143
0
0
22,322
2021-07-28
129
0
0
22,321
2021-07-28
141
0
0
22,320
2021-07-28
158
0
0
22,311
2021-07-28
182
0
0
22,309
2021-07-28
109
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}