드라마 참교육 실제 모티브인 남교사 허위미투 자살사건












여고생이 허위미투해서 남교사 자살하는 내용
페미들은 이걸 보고 판타지라며 깠으나
는 사실 실화였음
영상 판 - 드라마
인기
스포)취사병 ㅅㅂ 이게 말이 되나
스파이더맨 드라마 새로 나왔네
참교육 후기
ㅅㅍ) <하우스 오브 드래곤>, <세븐킹덤의 기사> 후기
본어게인 보려면 예전 넷플시리즈들 다 봐야하냐
/* 공개 JS: 클릭 추적 (관리자/일반 유저 공통) */ (function() {
/* 판 노출 클릭 추적 — sendBeacon (에러 무시, 유저에게 투명) */
jQuery(document).on(`click`, `.instance-exposure-area a[data-ie-type]`, function() {
if (!navigator.sendBeacon) return;
var card = jQuery(this).closest(`.ie-card`);
var destId = card.attr(`data-ie-dest`);
var kw = card.attr(`data-ie-kw`) || ``;
var ctype = this.getAttribute(`data-ie-type`) || `doc_link`;
var targetDoc = this.getAttribute(`data-ie-target`) || ``;
if (!destId) return;
var fd = new FormData();
fd.append(`module`, `labeltinker`);
fd.append(`act`, `procLabeltinkerTrackClick`);
fd.append(`destination_id`, destId);
fd.append(`keyword`, kw);
fd.append(`click_type`, ctype);
fd.append(`target_document_srl`, targetDoc);
fd.append(`document_srl`, `706253198`);
navigator.sendBeacon(`/`, fd);
}); })();
