관련 뉴스 8431 페이지
18,174
2021-06-29
131
0
0
18,173
2021-06-29
120
0
0
18,172
2021-06-29
127
0
0
18,171
2021-06-29
169
0
0
18,170
2021-06-29
141
0
0
18,169
2021-06-29
146
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}