관련 뉴스 8264 페이지
20,688
2021-07-15
139
0
0
20,687
2021-07-15
117
0
0
20,686
2021-07-15
120
0
0
20,681
2021-07-15
142
0
0
20,676
2021-07-15
110
0
0
20,674
2021-07-15
111
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}