경찰 "생활반응 확인 안 돼"
참사 직후 4회 검사·치료 받아
지난 10일 실종된 인천 소방대원을 찾는 온라인 전단. 인터넷 캡처
'이태원 참사' 현장 지원 후 우울증 치료를 받았던 30대 실종 소방대원의 휴대폰에서 신변을 비관하는 내용의 메모가 발견됐다. 경찰은 지난 10일부터 9일째 수색을 벌이고 있지만 아직까지 소방대원의 행방을 찾지 못했다.
18일 경기 안양동안경찰서와 인천 논현경찰서에 따르면 이달 10일부터 기동순찰대와 순찰견 두 마리를 동원해 실종 신고된 인천 모 소방서 소속 A(30)씨를 수색 중이다. 경찰은 영장을 발부 받아 지난 13일 A씨의 휴대폰 개통 내역 등 생활반응을 확인했으나 별다른 성과가 없었다. 인천소방본부도 특수구조대와 구조견을 투입해 수색을 하고 있다.
안양시에 거주하는 A씨는 10일 오전 2시 30분쯤 인천 남동구 남인천요금소를 빠져나와 오른쪽 갓길에 차량을 세운 뒤 사라졌다. 휴대폰 마지막 신호는 남동구 서창동 한 아파트 근처에서 잡혔다.
'); document.write('
'); document.write('
'); }else{ for (var i = 0; i < loopTotal; i++) { // 문화 카테고리 오른쪽 배너 고정 if (vSectionCd == "CULTURE" && i == 1) { document.write('
'); document.write('
'); continue; } document.write('
'); if(id.indexOf('pc_news_endpage_low') == 0){ document.write('
'); } } $( document ).ready(function() { // 스크립트 삭제(태그 개수에 따라 위치가 잡히기 때문에 필요 없는 태그 삭제) $('.end-ad-container[data-ad="articleDivide"] script').remove(); });
A씨가 가족과 친구들에게 미안하다는 내용의 메모를 남긴 뒤 연락이 두절되자 가족이 경찰에 실종 신고를 했다. 경찰이 확보한 A씨의 휴대폰에서 나온 메모에도 신변을 비관하는 내용이 있었다.
2022년 10월 이태원 참사 현장에 지원을 나간 A씨는 그해 11월과 12월 4회에 걸친 우울증·불안 검사에서 수면 질 저하 등 진단을 받은 것으로 파악됐다. 인천소방본부 관계자는 "당시 검사와 함께 치료, 별도의 심리 상담을 받았다"며 "이후 개인적으로 치료를 받았는지는 확인되지 않았다"고 말했다.
이환직 기자 slamhj@hankookilbo.com
기사 URL이 복사되었습니다.
세상을 보는 균형, 한국일보Copyright ⓒ Hankookilbo
신문 구독신청
'); li.attr('class', "mst_" + item.articleId + "_" + i); li.find('a').attr('href', getArticleUrl(item) + '?type=AB1&rPrev=' + 'A2025081422090005487').attr('target', '_self').attr('title', item.articleTitle.replace(/"/g, '\"')); li.find('div.title').text(item.articleTitle); li.find('div.img-box > img').attr('src', item.filePath); $('#related-article-list').append(li); }} else { $('.more-news').attr('style', 'display:none;');}},error: function (req, stat, err) {console.log(err);}});} // 관련기사 목록 가져오기 function getRelatedList(){ if (isDisableTarget('moreNews')) { return; } var userAgent = window.navigator.userAgent; const bots = [ "facebookexternalhit", "damoa", "duam", "yeti", "turnitin", "googleproducer", "btw", "feedfetcher-google", "heritrix", "newspaper", "okhttp", "restclient", "rest-client", "python", "java", "curl", "go-http-client", "ruby", "ias-ie", "ias-or", "ias-va", "bot", "spider", "crawl", "sniff", "scrap", "inspectiontool", "nulluseragent" ]; const isBot = bots.some(bot => userAgent.toLowerCase().includes(bot)); // 봇이 아닌 경우에만 관련기사 / 추천기사 AB 테스트 if (isBot) { $('.more-news').attr('style', 'display:none;'); return; } // 관련기사 / 추천기사 AB 테스트 $.ajax({ url: url, method: "GET", contentType: 'application/json', success: function(data) { let relatedData = []; let recommendData = []; for (let i = 0; i < data.length; i++) { const item = data[i]; if (item.type === 'related') { relatedData.push(item); } else if (item.type === 'recommend') { recommendData.push(item); } } var contentCategory = $('meta[name="content_category"]').attr('content'); var sections = ['스포츠', '문화', '연예']; var targetData = null; var maxDataLength = 0; var targetTitle = ''; var isDisplayNone = false; var classTag = ''; // 추천기사 서버 인 경우 if (getRandTrueFalse()) { // 스포츠, 문화, 연예 && 관련기사 없는 경우 if (sections.includes(contentCategory) && relatedData.length === 0) { // 추천기사가 없는 경우 if (recommendData.length === 0) { switch (contentCategory) { case '스포츠': case '문화': case '연예': incMostViewedArticles2(contentCategory); break; default: isDisplayNone = true; break; } } else { // 추천기사가 노출 maxDataLength = recommendData.length; targetData = recommendData; targetTitle = '이 기사와 관련된 추천기사'; classTag = 'rec_'; } } else { // 1. 관련기사가 1건이상인 경우에만 // 2. 추천기사가 관련기사보다 많은 경우에만 if (1 <= relatedData.length && relatedData.length <= recommendData.length) { maxDataLength = relatedData.length; targetData = recommendData targetTitle = '이 기사와 관련된 추천기사'; classTag = 'rec_'; } else { // 관련기사 노출 maxDataLength = relatedData.length; targetData = relatedData; targetTitle = '이 기사와 관련된 기사'; classTag = 'rel_'; if (relatedData.length === 0) { isDisplayNone = true; } } } } // 관련기사 서버인 경우 else { if (sections.includes(contentCategory) && relatedData.length === 0) { // 관련기사가 있으면 노출 없으면 섹션별 많이 본 뉴스 /*: https://hankookilbo.atlassian.net/browse/DEV1-471 [스포츠, 문화, 연예] 섹션일때 추천 기사가 없으면 가장 많이 본 기사를 보여준다 */ switch (contentCategory) { case '스포츠': case '문화': case '연예': incMostViewedArticles2(contentCategory); break; default: isDisplayNone = true; break; } } else { // 관련기사 노출 maxDataLength = relatedData.length; targetData = relatedData; targetTitle = '이 기사와 관련된 기사'; classTag = 'rel_'; if (relatedData.length === 0) { isDisplayNone = true; } } } if (isDisplayNone) { $('.more-news').attr('style', 'display:none;'); } if (targetData !== null) { $('.more-news-related > h3').text(targetTitle); for (let i = 0; i < maxDataLength; i++) { const item = targetData[i]; const customAttributeName = "article_recommended" + (i+1); const customAttributeValue = getArticleUrl(item); const li = $('
'); li.attr('class', classTag + item.articleId + "_" + i); const button = li.find('button'); button.attr('data-number', i+1); button.attr('title', item.articleTitle.replace(/"/g, '\"')); button.find('div.title').text(getArticleCutName(item) + item.articleTitle); // 클릭 이벤트 설정 button.on('click', function () { const url = getArticleUrl(item) + '?type=AB1&rPrev=' + data.articleId; const target = '_' + item.articleLinkTargetType; if(item.articleLinkTargetType === 'self'){ location.href = url; }else{ window.open(url, target); } }); if (item.repAttach != null) { li.find('div.img-box > img').attr('src', item.repAttach.filePath); } if (isMovieSectionYN === 'Y') { $('#related-article-list-video').append(li); } else { $('#related-article-list').append(li); } } } // console.log('========== 관련된 기사 조회 성공 =========='); // checkRelatedList(data, isMovieSectionYN); }, error: function (req, stat, err) { } }); // } // 관련기사 목록 갯수 확인 function checkRelatedList(data, isMovieSectionYN){ drawRelatedList(data, isMovieSectionYN); } // 관련기사 그리기 function drawRelatedList(data, isMovieSectionYN){ console.log("isMovieSectionYN: " + isMovieSectionYN); for (var i = 0; i < data.length; i++) { var item = data[i];var li =$('
'); li.attr('class', "rec_" + item.articleId + "_" + i);li.find('a').attr('href', getArticleUrl(item) + '?type=AB1&rPrev=' + 'A2025081422090005487').attr('target', '_' + item.articleLinkTargetType);li.find('div.title').text(getArticleCutName(item) + item.articleTitle); if (item.repAttach != null) { li.find('div.img-box > img').attr('src', item.repAttach.filePath); }if (isMovieSectionYN == 'Y') {$('#related-article-list-video').append(li);} else {$('#related-article-list').append(li);} } } // 관련기사 호출 getRelatedList(); /** * 기사 구독 버튼 클릭 */ function onClickSubscribeArticleBtn(location) { subscribeLocation = location; // 로그인 확인 if (Cookies.get('accessToken') === undefined) { $('#sign-in-request-alert').openPopup(); return; } if ($(event.target).hasClass('on')) { $('#delete-subscription-popup').openPopup(); return; } subscribeTypeCheck(); } /** * 구독 분기 함수 */ function subscribeTypeCheck(){ //if(subscribeLocation == 'JPAGE' || subscribeLocation == 'TAG'){ chkMembership(function(){ if(subscribeLocation == 'JPAGE' || subscribeLocation == 'HASHTAG'){ subscribeArticleNew(subscribeLocation); }else{ subscribeArticle(); } }); } /** * 기사 구독 */ function subscribeArticle() { var usersSubscriptionPart = ''; var usersSubscriptionValue = ''; var seriesType = ''; var subContentType = ""; switch (usersSubscriptionPart){ case 'SeriesColumn': seriesType = 'NEWS_SERIES'; subContentType = '칼럼'; break; case 'Planning': seriesType = 'NEWS_PLANNING'; subContentType = '연재'; break; case 'Series': seriesType = 'NEWS_PLANNING'; subContentType = '연재'; break; case 'NameColumn': seriesType = 'NEWS_SERIES'; subContentType = '칼럼'; break; } $.ajax({ url: '/my/subscription', method: "POST", contentType: 'application/json', data: JSON.stringify({ usersSubscriptionPart: seriesType, usersSubscriptionValue: usersSubscriptionValue }) }).success(function (response) { var successYn = response; if (successYn) { if (successYn === 'Y') { fn_setGoogleAnalyticsUserDetailsUpdate(""); var sub_content = '수도권'; if ("btn-subsc" == $('.btn-subsc').attr('class')) { //구독 중 fn_googleAnalyticsSubscribe(sub_content, subContentType); } else { //구독 취소 fn_googleAnalyticsUnsubscribe(sub_content, subContentType); } $('.btn-subsc').toggleClass('on'); } else if(successYn === 'F'){ $('#subscribe-valid-popup').openPopup(); $('.btn-subsc').remove(); } else { $('.btn-subsc').removeClass('on'); } } else { // console.log('기사 구독 -> 실패') } }).fail(function (error) { // }); } /** * 기자 구독 */ function subscribeArticleNew(location) { // 기사 구독 api를 쏜다 -> 중복체크는 controller에서 한다. if(location == 'JPAGE'){ $.ajax({ url: '/my/subscription', method: "POST", contentType: 'application/json', data: JSON.stringify({ usersSubscriptionPart: location, usersSubscriptionValue: '8dcd28ce-8bcc-48ad-8d02-5c830d2f7a54' }) }).success(function (response) { var successYn = response; if (successYn == 'Y') { // css를 바꾼다 // console.log('기사 구독 -> 성공'); fn_setGoogleAnalyticsUserDetailsUpdate(""); $('.subsc-btn.jpage').toggleClass('on'); if ($('.subsc-btn.jpage').hasClass('on')) { $('.subsc-btn.jpage').siblings('.add-pop').show(); //구독 중 fn_googleAnalyticsSubscribe('이환직', '기자'); } else { $('.subsc-btn.jpage').siblings('.cancel-pop').show(); //구독 취소 fn_googleAnalyticsUnsubscribe('이환직', '기자'); } } else if(successYn === 'F') { $('#subscribe-valid-popup').openPopup(); $('.subsc-btn.jpage').remove(); } else { // console.log('기사 구독 -> 실패') } }).fail(function (error) { // }); // }else if(location == 'TAG'){ }else if(location == 'HASHTAG'){ $.ajax({ url: '/my/subscription', method: "POST", contentType: 'application/json', data: JSON.stringify({ usersSubscriptionPart: location, usersSubscriptionValue: '' }) }).success(function (response) { var successYn = response; if (successYn === 'Y') { // css를 바꾼다 // console.log('기사 구독 -> 성공'); $('.subsc-btn.tag').toggleClass('on'); if ($('.subsc-btn.tag').hasClass('on')) { $('.subsc-btn.tag').siblings('.add-pop').show(); } else { $('.subsc-btn.tag').siblings('.cancel-pop').show(); } } else if(successYn === 'F') { $('#subscribe-valid-popup').openPopup(); $('.subsc-btn.tag').remove(); } else { // console.log('기사 구독 -> 실패') } }).fail(function (error) { // }); } } /** * 기사 저장 버튼 클릭 */ function onClickSaveArticleBtn(location) { // 로그인 확인 if (Cookies.get('accessToken') === undefined) { $('#sign-in-request-alert').openPopup(); return; } // 기사 저장 api를 쏜다 -> 중복체크는 controller에서 한다. $.ajax({ url: '/article/activity', method: 'POST', contentType: 'application/json', data: JSON.stringify({ articleId: 'A2025081422090005487', activityType: 'Save' }), success: function (response) { // console.log('기사 저장 -> 성공'); var flag = response; if (flag) { // 기사 저장 css 토글 $('.btn-bookmark').toggleClass('on'); $('.icon-toolbox-bookmark').toggleClass('on'); // on이면 추가 popup off면 제거 popup if ($('.btn-bookmark').hasClass('on')) { setGoogleAnalyticsArticleSave(); if (location === 'top') { $('#top-save-article-popup').show(); } else { $('#bottom-save-article-popup').show(); } } else { if (location === 'top') { $('#top-delete-article-popup').show(); } else { $('#bottom-delete-article-popup').show(); } } // css를 바꾼다 } else { // console.log('기사 저장 -> 실패') } toggleAnimation('bottom-save-article-btn'); }, fail: function () { // console.log('기사 저장 -> 에러') } }) } function setGoogleAnalyticsArticleSave() { var headline = $('meta[name="headline"]').attr('content'); var content_category = $('meta[name="content_category"]').attr('content'); var content_subcategory = $('meta[name="content_subcategory"]').attr('content'); var article_type = $('meta[name="article_type"]' ).attr('content'); var article_length = $('meta[name="article_length"]' ).attr('content'); if (Cookies.get('accessToken') !== undefined) { window.dataLayer = window.dataLayer || []; $.ajax({ url: '/google-analytics/user-details-decrypt', type: 'GET', contentType: 'application/json', success: function (data) { dataLayer.push({ 'event': 'save', 'user_id': data.user_id, 'gender': data.gender, 'yob': data.yob, 'headline': headline, 'content_category': content_category, 'content_subcategory': content_subcategory, 'article_type': article_type, 'article_length': article_length, }); }, error: function () { } }); } } /** * 팝업 리스너들.. 외부 클릭시 숨긴다. */ var bottomSaveArticlePopup = $('#bottom-save-article-popup'); var bottomDeleteArticlePopup = $('#bottom-delete-article-popup'); var bottomSubscriptionSavePopup = $('#bottom-subscription-save-popup'); var bottomSubscriptionDeletePopup = $('#bottom-subscription-delete-popup'); $(document).mouseup(function (e) { // if the target of the click isn't the container nor a descendant of the container if (!bottomSaveArticlePopup.is(e.target) && bottomSaveArticlePopup.has(e.target).length === 0) { bottomSaveArticlePopup.hide(); bottomDeleteArticlePopup.hide(); bottomSubscriptionSavePopup.hide(); bottomSubscriptionDeletePopup.hide(); } }); // 본문 중간 광고 하단 공백 제거. $(document).ready(function(){ $('.editor-p').each(function(i, dom){ $.each(dom.childNodes, function(j, node){ if(node.nodeType === 1 && String(node.tagName).toUpperCase() === 'BR' && (dom.dataset.breakType === undefined || dom.dataset.breakType !== 'text') ){ dom.dataset.breakType = 'break'; }else{ dom.dataset.breakType = 'text'; } }) if(dom.dataset.breakType === 'break' && $(dom).prev().hasClass('end-ad-container')){ $(dom).remove(); } }) $("button[name='hashtags']").on("click", function () { var tag = this.id var tagId = this.value var url ="/tag/info/"+tagId+'/'+tag+'?page=1'; location.href = url; }); })
당신이 관심 있을 만한 이슈
중복 선택 불가 안내
이미 공감 표현을 선택하신
기사입니다. 변경을 원하시면 취소
후 다시 선택해주세요.