관련 뉴스 8168 페이지
22,128
2021-07-27
218
0
0
22,127
2021-07-27
140
0
0
22,126
2021-07-27
157
0
0
22,125
2021-07-27
120
0
0
22,124
2021-07-27
126
0
0
22,122
2021-07-27
114
0
0
22,121
2021-07-27
101
0
0
22,120
2021-07-27
138
0
0
// 모달창을 닫은 후 리로드
function close_modal_and_reload() {
close_modal();
document.location.reload();
}
function close_modal() {
$('.modal').modal('hide');
}