CINXE.COM

<!doctype html> <html lang="ko"> <head> <title id="browserTitleArea"> YTN :: 네이버뉴스 </title> <script> function isMobileDevice() { return /^.*(iPhone|iPod|iPad|Android).*/.test(navigator.userAgent); } </script> <script> (function () { try { if (isMobileDevice() && isAbleApplyPrefersColorScheme()) { document.querySelector("html").classList.add("DARK_THEME"); } } catch(e) {} function isAbleApplyPrefersColorScheme() { if (window.matchMedia("(prefers-color-scheme)").matches === false) { return false; } var userAgent = navigator.userAgent; if (userAgent.indexOf("NAVER") > -1) { if (/.*NAVER\([a-zA-Z]*;\s[a-zA-Z]*;\s([0-9]*);/.test(userAgent)) { return Number(RegExp.$1) >= 1000; } } else { return document.cookie.indexOf("NSCS=1") > -1; } return false; } })(); </script> <script> var g_ssc = 'news.v3_press' || null; var bSupportedIntersectionObserver = "IntersectionObserver" in window; </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,target-densitydpi=medium-dpi"/> <link rel="stylesheet" type="text/css" href="https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430/css/generated/other.css" /> <link rel="shortcut icon" type="image/x-icon" href="https://mimgnews.pstatic.net/image/news/m/2023/favicon/favicon.ico" /> <script> (function(){ var userAgent = navigator.userAgent; var result = []; if(userAgent.indexOf('Android') > -1){ result = [ '<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_hdpi_72X72.png" />', '<link rel="apple-touch-icon-precomposed" sizes="96x96" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_xhdpi_96x96.png" />', '<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_xxhpdi_144x144.png" />', '<link rel="apple-touch-icon-precomposed" sizes="192x192" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_xxxhpdi_192x192.png" />' ]; }else if(userAgent.indexOf('iPhone') > -1){ result = [ '<link rel="apple-touch-icon-precomposed" sizes="120X120" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPhone_2x_120X120.png" />', '<link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPhone_3x_180X180.png" />' ]; }else if(userAgent.indexOf('iPad') > -1){ result = [ '<link rel="apple-touch-icon-precomposed" sizes="167x167" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPadPro_2x_167X167.png" />', '<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPad_2x_152X152.png" />' ]; } document.write(result.join('\n')); })(); </script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430/js/generated/statistics_jquery.js"></script> <script> document.documentElement.setAttribute('data-useragent', navigator.userAgent); function showNoImage(elImg, type) { switch (type) { case "remove": try { elImg.parentNode.removeChild(elImg); } catch(e) {} break; case "removeParent": try { elImg.parentNode.outerHTML = ''; } catch(e) {} break; case "alt": elImg.outerHTML = ('<span class="noimage_text {imgClassName}">' + (elImg.alt || "") + '</span>') .replace('{imgClassName}', elImg.className); break; case "class" : var outerHTMLSource = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap {imgClassName}" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap {imgClassName}"><span class="noimage"></span></span>'; elImg.outerHTML = outerHTMLSource.replace('{imgClassName}', elImg.className); break; case "pressname" : var pressname = elImg.getAttribute("data-pressname"); elImg.outerHTML = '<span class="cjs_broadcast_noimg"><span class="noimg_text">' + pressname + '</span></span>'; break; case "noHeight": elImg.outerHTML = '<span class="noimage_wrap"><span class="noimage"></span></span>'; break; default: elImg.outerHTML = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap"><span class="noimage"></span></span>'; } } function doAfterLoadEnd(callback, callbackOnPersisted) { var eventName = "onpageshow" in window ? "pageshow" : "load"; callback = callback || function(){}; callbackOnPersisted = callbackOnPersisted || function(){}; window.addEventListener(eventName, function(e) { try{ if(Boolean(e.persisted)){ callbackOnPersisted(); return; } }catch(e){} callback(); }); } </script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430/js/generated/news.mobile.js"></script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430/js/generated/presshome.dependency.js"></script> <script> (function() { var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + '052/live') >= 0; var agentInfo = news.Util.getAgentInfo(); var isAndroidMobile = agentInfo.bIsAndroid && agentInfo.bMobileOrTablet; var isLiveViewer = agentInfo.bIsLiveViewer; if (isLiveUrl && isAndroidMobile && isLiveViewer) { document.querySelector('html').classList.add('NAVER_APP_LIVE_VIEWER'); } })(); </script> <script> function goMainChannelUrl() { if (isMobileDevice()) { return news.Util.goMainChannel(); } else { return window.location = "https://news.naver.com"; } } </script> <script type="text/javascript"> var config = { "neloCollectorUrl": "https://kr-col-ext.nelo.navercorp.com/_store", "projectName": "P638fcb_news-mobile-front", "host": "real" } try{ neloSender.init(config); }catch(e){} </script> <meta property="og:title" content="YTN 언론사홈"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://media.naver.com/press/052"/> <meta property="og:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/052/2021/10/01/logo_052_41_20211001183210.png"/> <meta property="og:description" content="언론사 주요 뉴스와 속보를 만나볼 수 있습니다."/> <meta property="og:article:author" content="네이버"/> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="YTN 언론사홈"> <meta name="twitter:site" content="네이버 뉴스"> <meta name="twitter:creator" content="네이버 뉴스"> <meta name="twitter:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/052/2021/10/01/logo_052_41_20211001183210.png"> <meta name="twitter:description" content="언론사 주요 뉴스와 속보를 만나볼 수 있습니다."> <script> (function () { var isUnderIE10 = navigator.appName === "Microsoft Internet Explorer"; if (!isUnderIE10) { var script = document.createElement("script"); script.async = true; script.src = "https://ssl.pstatic.net/tveta/libs/glad/prod/gfp-core.js"; document.head.appendChild(script); } })(); window.gladsdk = window.gladsdk || { cmd: [] }; window.gladsdk.cmd.push(function () { window.gladsdk.setGlobalConfig({ enablePersistAd: true }); var adUnits = []; adUnits.push({ adUnitId: "m_news", adSlotElementId: "nmap_press_home", customParam: { calp: "nhome", oid: "052", directSalesPct : 0 } }); for (let i = 0; i < adUnits.length; i++) { window.gladsdk.defineAdSlot(adUnits[i]); } var htmlClass = document.querySelector("html").getAttribute("class"); if (htmlClass && htmlClass.indexOf("DARK_THEME") > -1) { window.gladsdk.setHostMeta("theme", "system"); } }); </script> </head> <body class=" body_press as_body_type_a _font_size_setting_target" style="color: #0f3089;"> <script> (function(){ try{ var settingTarget = document.querySelector('._font_size_setting_target'); var defaultFontSize = /(?:\s|^)?NFS=(\d)(?:;|$)/.test(document.cookie)? RegExp.$1: '2'; var newFontSizeClass = 'bfsize' + (parseInt(defaultFontSize)-1); if(newFontSizeClass === 'bfsize0') { return; } settingTarget.className = settingTarget.className + " " + newFontSizeClass; }catch(e){} })(); </script> <div class="u_skip"><a href="#ct">본문 바로가기</a></div> <section class="news_header as_white_type"> <header class="nh_header" role="banner"> <div class="Ngnb"> <div class="Ngnb_inner"> <div class="Ngnb_both"> <div class="Ngnb_left"> <span class="Ngnb_logo"><a href="https://www.naver.com" class="Nlogo_link" onclick="nclk(event,'gnb.naver','','');"><span class="Nicon_logo">NAVER</span></a></span> <div class="Ngnb_service"> <h1 class="Nservice_item"> <a href="https://news.naver.com/main" onclick="nclk(event,'gnb.news','','');"> <span class="Nicon_service ">뉴스</span> </a> </h1> <span class="Nservice_subitem"> <a href="https://m.entertain.naver.com/home" data-mpurl='{"m":"https://m.entertain.naver.com/home","p":"https://entertain.naver.com/home"}' onclick="nclk(event,'gnb.enter','','');"> <span class="Nicon_family Nicon_entertain">엔터</span> </a> </span> <span class="Nservice_subitem"> <a href="https://m.sports.naver.com/" data-mpurl='{"m":"https://m.sports.naver.com/","p":"https://sports.news.naver.com/index"}' onclick="nclk(event,'gnb.sports','','');"> <span class="Nicon_family Nicon_sports">스포츠</span> </a> </span> <span class="Nservice_subitem"> <a href="https://weather.naver.com/" onclick="nclk(event,'gnb.weather','','');"> <span class="Nicon_family Nicon_weather">날씨</span> </a> </span> <span class="Nservice_subitem"> <a href="https://contents.premium.naver.com/" onclick="nclk(event,'gnb.premium','','');"> <span class="Nicon_family Nicon_premium">프리미엄</span> </a> </span> </div> </div> <div class="Ngnb_right"> <div class="Ngnb_group"> <div id="gnb" class="gnb_dark_type2"></div> </div> <div class="Ngnb_search is_hidden _search_content"></div> <div class="Ngnb_tool"> <a href="javascript:;" class="Ntool_button _search_content_toggle_btn" onclick="nclk(event,'gnb.sch','','');"><span class="Nicon_search">검색</span></a> </div> </div> </div> </div> </div> </header> </section> <hr> <div class="press_wrap"> <div class="press_container"> <section class="press_content"> <h2 class="u_skip">언론사 개별 홈</h2> <header class="press_hd as_type_a _press_header" style="display:none;; color: #0f3089;"> <div class="press_hd_bg" style="background-color: #0074dd; color: #0074dd;"> <div class="press_hd_bg_inner"> <img src="https://mimgnews.pstatic.net/image/upload/office_logo/052/2018/10/10/logo_052_61_20181010111210.png" alt="" class="press_hd_bg_img" onerror="showNoImage(this, 'remove')"> </div> </div> <a href="#" class="press_hd_prev _back_btn" onclick="nclk(event,'hom.back',052,'');">이전</a> <div class="press_hd_else _press_list_wrapper"> <a href="javascript:;" class="press_hd_else_button _press_list_btn" onclick="nclk(event,'hom.menu',052,'');"> <span class="u_hc">전체 언론사 홈</span> </a> </div> <div class="press_hd_share"> <a href="#" id="spiButton" class="naver-splugin spi_sns_share u_btn_sns_share" onclick="nclk(event,'hom.share',052,'');" data-style="standard" data-url="https://media.naver.com/press/052" data-title="YTN 언론사 페이지 :: 네이버" data-mail-url="https://media.naver.com/press/052?lfrom=mail" data-blog-url="https://media.naver.com/press/052?lfrom=blog" data-blog-source-type="3" data-blog-blog-id="naver" data-cafe-url="https://media.naver.com/press/052?lfrom=cafe" data-cafe-source-type="3" data-memo-url="https://media.naver.com/press/052?lfrom=memo" data-calendar-url="https://media.naver.com/press/052?lfrom=calendar" data-band-url="https://media.naver.com/press/052?lfrom=band" data-line-url="https://media.naver.com/press/052?lfrom=line" data-kakaotalk-url="https://media.naver.com/press/052?lfrom=kakao" data-kakaostory-display="off" data-kakaotalk-image-url="https://ssl.pstatic.net/static.news/image/news/m/2015/10/press_logo/052_1200x630.jpg" data-facebook-url="https://media.naver.com/press/052?lfrom=facebook" data-twitter-url="https://media.naver.com/press/052?lfrom=twitter" data-mypeople-url="https://media.naver.com/press/052?lfrom=mypeople" data-friend-display="on" data-friend-url="https://media.naver.com/press/052?lfrom=friend"> <span class="naver-splugin-c send_caption"><span class="u_hc">SNS 보내기</span></span> </a> </div> <div class="press_hd_main"> <div class="press_hd_main_inner"> <div class="press_hd_ci" style="background-color: #0f3089;"> <a href="/press/052" class="press_hd_ci_image" onclick="nclk(event,'hom.logo',052,'');"> <img src="https://imgnews.pstatic.net/image/upload/spubs/lQG0000052/logo/2021/10/01/A_134907667.png?type=u144_144" alt="YTN" onerror="showNoImage(this)"> </a> <a href="http://www.ytn.co.kr/" class="press_hd_ci_home" onclick="nclk(event,'hom.url',052,'');">홈페이지</a> </div> <div class="press_hd_info"> <div class="press_hd_main_info"> <div class="press_hd_top"> <h3 class="press_hd_name"> <a href="http://www.ytn.co.kr/" class="press_hd_name_link" onclick="nclk(event,'hom.url',052,'');"> YTN<i class="press_hd_name_link_home" aria-label="YTN 홈페이지"></i> </a> </h3> <div class="press_hd_btns_area"> <div class="press_hd_subscribe_btnwrap _press_hd_subscribe_btnwrap"></div> </div> </div> <p class="press_hd_desc">진실을 전합니다! 진심을 다합니다! 뉴스는 YTN</p> </div> <div class="press_hd_subscribe"> <em class="press_hd_subscribe_term _follower_label" style="display:none;">구독</em> <em class="press_hd_subscribe_num _channel_follower_count" style="display:none;">0</em> <span class="press_subscribe_badge _follower_count_million_badge" style="display:none;"></span> </div> </div> <div class="press_profile"> <div class="pp_inner"> <h4 class="blind">언론사 정보</h4> <div class="pp_rel"> <h5 class="blind">연관 채널</h5> <a href="javascript:;" class="pp_rel_desc _toggle_profile_btn" data-officeid="052" data-clickcode-toggle-open="hom.popen" data-clickcode-toggle-close="hom.pclose"> <div class="prd_left"> <div class="prd_text"> <strong>2개</strong> 채널, <strong class="as_em">+495만명</strong>이 함께해요! </div> </div> <div class="prd_right"> <div class="prd_icons"> <i class="prd_icon" aria-label="youtube"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_youtube.png" alt="youtube" onerror="showNoImage(this)"></i> <i class="prd_icon" aria-label="네이버 TV"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png" alt="네이버 TV" onerror="showNoImage(this)"></i> </div> <div class="prd_buttons"> <i type="button" class="prd_button">더보기</i> </div> </div> </a> <div class="pp_rel_bundle _press_more_profile is_hidden"> <ul class="pp_rel_list"> <li class="pp_rel_item _representative_channel_item"> <div class="pp_rel_inner" data-use-follow-layer="0"> <div class="pp_rel_title _channel_plugin_follow_count" data-channel-id="604726d302ffee494ea66f58" data-count-label="구독" data-count-template="pressHomeProfile"> <i class="pp_rel_icon" aria-label="네이버 TV"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png" alt="네이버 TV" onerror="showNoImage(this)"></i> <a href="https://tv.naver.com/ytnnews24" class="pp_rel_text" onclick="nclk(event,'hom.ptv', '', '');"> <span class="pp_rel_name">뉴스는 YTN</span> </a> <span class="pp_rel_count _count"> 구독 19.3만+ </span> </div> <button class="pp_rel_subscribe _channel_plugin_follow_btn" data-channel-id="604726d302ffee494ea66f58" data-toggle-class="is_on" data-clickcode-follow="hom.subs" data-clickcode-unfollow="hom.subs"><span class="blind">구독</span></button> </div> </li> <li class="pp_rel_item _representative_channel_item"> <div class="pp_rel_inner" data-use-follow-layer="0"> <div class="pp_rel_title _channel_plugin_follow_count" data-channel-id="604727001f685937c879730e" data-count-label="구독" data-count-template="pressHomeProfile"> <i class="pp_rel_icon" aria-label="youtube"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_youtube.png" alt="youtube" onerror="showNoImage(this)"></i> <a href="https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w" class="pp_rel_text" onclick="nclk(event,'hom.pyoutube', '', '');"> <span class="pp_rel_name"> YTN</span> </a> <span class="pp_rel_count _count"> 구독 476만+ </span> </div> </div> </li> </ul> </div> </div> </div> </div> </div> </div> </header> <script> function initShare() { new news.JsLoader().setConfig({ 'sCharSet': 'utf-8' // default }).load( ['https://ssl.pstatic.net/spi/js/release/ko_KR/splugin.m.js?v=' + Math.floor(new Date().getTime() / 1200000)], function() { window.__splugin = SocialPlugIn_Core({ // nEvent Key "evKey" : "news", "dimmed" : "fixed", "darkMode" : isDarkShareLayer(), "serviceName" : "뉴스", "sourceName" : "", "onClick" : function(button) {}, "onShow" : function() {}, "onHide" : function() {}, "onResize" : function(event) {}, "onRotate" : function(event) {} }); } ); } function initPressList() { var cpType = 'News'; var popupUrl = '/press/popup?cpType=' + cpType; var pressListPopup = new PressHomeMainManager.PressListPopup('._press_list_btn', { selectedOfficeId: '052', pressListPopupUrl: popupUrl, wrapper: "._press_list_wrapper" }); return pressListPopup; } function initPressHomeLnb(params) { var officeId = '052'; var isChannelFollowerVisible = true; var welMillionBadgeArea = $('._follower_count_million_badge'); var welFollowerLabel = $('._follower_label'); var isMillionBadgeVisible = welMillionBadgeArea.length > 0; var isLiveViewer = $('.NAVER_APP_LIVE_VIEWER').length > 0; var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + officeId + '/live') >= 0; /* 채널구독수 */ if (isChannelFollowerVisible || isMillionBadgeVisible) { var channelFollowerCount = new PressHomeMainManager.ChannelFollowerCount('._channel_follower_count', { officeId: officeId, }); if (isChannelFollowerVisible) { channelFollowerCount.oPromise.then($.proxy(channelFollowerCount.renderFollowerCount, channelFollowerCount)); var incrementFollowerCount = function () { channelFollowerCount.incrementAndRenderFollowerCount(); }; var decrementFollowerCount = function () { channelFollowerCount.decrementAndRenderFollowerCount(); } } if (isMillionBadgeVisible) { channelFollowerCount.oPromise.then(function (followerCount) { var nFollowerCount = followerCount || 0; var nFollowerCountInMillion = Math.floor(nFollowerCount / 1000000); var nFollowerCountInMan = nFollowerCountInMillion * 100; if (nFollowerCountInMillion < 1) { if (!isChannelFollowerVisible) { $(".press_hd_subscribe").remove(); } return; } else { var sMillionClassName = 'as_' + ((nFollowerCountInMillion % 10 === 0) ? 10 : nFollowerCountInMillion % 10) + 'million'; welFollowerLabel.show(); welMillionBadgeArea.addClass(sMillionClassName) welMillionBadgeArea.append(' <i class="press_ico">구독자수</i><em>' + nFollowerCountInMan + '</em>만').show(); } }); } } /* 채널구독수 */ /* 채널구독버튼 */ var channelSubscribeButton = new PressHomeMainManager.ChannelSubscribeButton('._press_hd_subscribe_btnwrap', { officeId: officeId, buttonClassName: 'press_hd_subscribe_btn', noLoginLayerTemplate: function() { return news.Util.getTemplateRenderer(function () {/*!@preserve <div class="press_hd_subscribe_layer_wrap as_tooltip _afterAdd" style="display: none;"> <div class="press_hd_subscribe_layer"> <p class="press_hd_subscribe_layer_title">메인 뉴스판에서 YTN 주요뉴스를 볼 수 있습니다.</p> <div class="press_hd_subscribe_layer_btns"> <a href="#" onclick="goMainChannelUrl();" class="press_hd_subscribe_layer_btn">보러가기</a> </div> </div> </div> */ return true; }); }, commonLayerTemplate: function() { return news.Util.getTemplateRenderer(function() {/*!@preserve <div class="press_hd_subscribe_layer_wrap as_tooltip _afterRemove" style="display: none;"> <div class="press_hd_subscribe_layer"> <p class="press_hd_subscribe_layer_title"><strong>YTN</strong> 언론사 구독 해지되었습니다.</p> </div> </div> */ return true; }); }, nclk_add: 'hom.take', nclk_remove: 'hom.cancel', nclk_info: 'hom.info', onAddChannelSuccess: incrementFollowerCount, onRemoveChannelSuccess: decrementFollowerCount, needNotificationButton: true, needNotificationConfirm: true }); /* 채널구독버튼 */ /* 공유하기 */ if (!isLiveViewer && !isLiveUrl) { initShare(); } /* 공유하기 */ /* 뒤로버튼 */ var historyBackButton = new PressHomeMainManager.HistoryBackButton('._press_header ._back_btn'); /* 뒤로버튼 */ /* 언론사리스트 */ if (!isLiveViewer && !isLiveUrl) { var pressListPopup = initPressList(); } /* 언론사리스트 */ return { channelFollowerCount: channelFollowerCount, historyBackButton: historyBackButton, channelSubscribeButton: channelSubscribeButton, pressListPopup: pressListPopup } } </script> <script> var profileData = {"notice":null,"relatedChannelContainer":{"totalSubscriberCount":4953911,"channelGroupList":[{"type":"NAVER_TV","channels":[{"type":"NAVER_TV","name":"뉴스는 YTN","subscriberCount":"19.3만","url":"https://tv.naver.com/ytnnews24","channelPluginId":"604726d302ffee494ea66f58","clickCode":"ptv","countLabel":"구독","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png","alternativeName":"네이버 TV","channelPluginFollowAvailable":true,"displayName":"뉴스는 YTN"}],"subscriberCount":"19.3만","channelsCount":1,"representativeChannel":{"type":"NAVER_TV","name":"뉴스는 YTN","subscriberCount":"19.3만","url":"https://tv.naver.com/ytnnews24","channelPluginId":"604726d302ffee494ea66f58","clickCode":"ptv","countLabel":"구독","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png","alternativeName":"네이버 TV","channelPluginFollowAvailable":true,"displayName":"뉴스는 YTN"}},{"type":"YOUTUBE","channels":[{"type":"YOUTUBE","name":" YTN","subscriberCount":"476만","url":"https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w","channelPluginId":"604727001f685937c879730e","clickCode":"pyoutube","countLabel":"구독","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_youtube.png","alternativeName":"youtube","channelPluginFollowAvailable":false,"displayName":" YTN"}],"subscriberCount":"476만","channelsCount":1,"representativeChannel":{"type":"YOUTUBE","name":" YTN","subscriberCount":"476만","url":"https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w","channelPluginId":"604727001f685937c879730e","clickCode":"pyoutube","countLabel":"구독","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_youtube.png","alternativeName":"youtube","channelPluginFollowAvailable":false,"displayName":" YTN"}}]},"talkTalkUrl":null,"statistics":null,"awards":[],"relatedChannelEmpty":false}; var billboardChartLibUrl = ['https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430/js/generated/billboard.pkgd.min.js']; function initPressHomeTopLnb(params) { var pressHomeLnb = initPressHomeLnb(); var officeId = '052'; var welOffceHomeTabList = $('._office_home_tab_list'); var pressHeader = $('._press_header'); var isTabPresent = welOffceHomeTabList.length > 0; /* 플로팅 */ var _floatingConfig = { sFixedContentSelector: '._fixed', onInitialize: function() { new PressHomeMainManager.ChannelSubscribeButton('._press_float_subscribe', { officeId: officeId, buttonClassName: 'press_float_subscribe_btn', noLoginLayerTemplate: function() { return news.Util.getTemplateRenderer(function () {/*!@preserve <a href="javascript:;" onclick="goMainChannelUrl();" class="press_float_subscribe_layer _afterAdd" style="display: none;"> <span class="press_float_subscribe_layer_text">메인 뉴스판에서 YTN 주요뉴스를 볼 수 있습니다.</span> <span class="press_float_subscribe_layer_link">보러가기</span> </a> */ return true; }); }, commonLayerTemplate: function() { return news.Util.getTemplateRenderer(function() {/*!@preserve <a href="javascript:;" onclick="return false;" class="press_float_subscribe_layer _afterRemove" style="display: none;"> <span class="press_float_subscribe_layer_text"><strong>YTN</strong> 언론사 구독 해지되었습니다.</span> </a> */ return true; }); }, nclk_add: 'prs_hom.take', nclk_remove: 'prs_hom.cancel', nclk_info: 'prs_hom.info', onAddChannelSuccess: pressHomeLnb.channelSubscribeButton.onAddChannelSuccess, onRemoveChannelSuccess: pressHomeLnb.channelSubscribeButton.onRemoveChannelSuccess }); }, onStartFloating: function() { pressHeader.addClass('is_invisible'); }, onStopFloating: function() { pressHeader.removeClass('is_invisible'); } }; if (isTabPresent) { _floatingConfig.fnBoundary = function(){ return $("._start_floating").offset().top - $("._press_float").height(); } } else { _floatingConfig.sAfterContentSelector = '._press_header'; } var floating = new PressHomeMainManager.Floating('._press_float', _floatingConfig); /* 플로팅 */ /* 뒤로버튼 */ var historyBackButton = new PressHomeMainManager.HistoryBackButton('._press_float ._back_btn'); /* 뒤로버튼 */ return { floating: floating, pressHomeLnb: pressHomeLnb, historyBackButton: historyBackButton } } </script> <div class="press_float _press_float is_fixed" style="background-color: #0f3089; display:none;"> <div class="press_float_inner"> <a href="javascript:;" class="press_float_prev _back_btn">이전</a> <a href="https://www.naver.com" class="press_float_logo"><span class="blind">NAVER</span></a> <a href="https://news.naver.com/main" class="press_float_service "> <span class="blind">뉴스</span> </a> <div class="press_float_head"> <strong class="press_float_title"> <a href="/press/052" class="press_float_title_text" onclick="nclk(event,'prs_hom.top',052,'');">YTN</a> </strong> </div> <div class="press_float_subscribe _press_float_subscribe"> </div> </div> </div> <div id="ct" role="main" class="press _start_floating" style="min-height:3000px;"> <div class="press_section_tab _press_tab_scroll _fixed is_fixed" style="display:none; background-color: #0f3089;"> <div class="press_section_tab_inner"> <ul class="press_section_tab_list _office_home_tab_list"> <li class="press_section_tab_item " aria-selected="true"> <a href="/press/052" class="_press_tab_btn" data-tab-type="Default" data-tab-id="Main"> <span class="press_section_tab_txt">주요뉴스</span> </a> </li> <li class="press_section_tab_item is_new" aria-selected="false"> <a href="/press/052/live" class="_press_tab_btn" data-tab-type="Link" data-tab-id="NaverTvLive"> <span class="press_section_tab_txt">생중계</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052/shortform" class="_press_tab_btn" data-tab-type="Link" data-tab-id="ShortForm"> <span class="press_section_tab_txt">숏폼</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052?sid=100" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Politics"> <span class="press_section_tab_txt">정치</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052?sid=101" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Economy"> <span class="press_section_tab_txt">경제</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052?sid=102" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Society"> <span class="press_section_tab_txt">사회</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052?sid=103" class="_press_tab_btn" data-tab-type="Section" data-tab-id="LifeCulture"> <span class="press_section_tab_txt">생활</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052?sid=104" class="_press_tab_btn" data-tab-type="Section" data-tab-id="World"> <span class="press_section_tab_txt">세계</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052?sid=105" class="_press_tab_btn" data-tab-type="Section" data-tab-id="It"> <span class="press_section_tab_txt">IT</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/tv/052" class="_press_tab_btn" data-tab-type="Link" data-tab-id="Broadcast"> <span class="press_section_tab_txt">저녁방송</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/052/ranking" class="_press_tab_btn" data-tab-type="Default" data-tab-id="Ranking"> <span class="press_section_tab_txt">랭킹</span> </a> </li> </ul> </div> </div> <script> // NEW-23795 function addTabClassIfNecessary() { var welTabScroll = $('._press_tab_scroll'); if (welTabScroll.length > 0) { var welTabs = $('._office_home_tab_list').children(); var welSelectedTab = $('.press_section_tab_item[aria-selected=true]') var nIndex = welTabs.index(welSelectedTab); welTabScroll.removeClass('is_first').removeClass('is_last'); if (nIndex == 0) { welTabScroll.addClass('is_first'); } else if (nIndex == welTabs.length - 1) { welTabScroll.addClass('is_last'); } } } function initPressHomeTab(params) { var officeId = '052'; /* 탭 */ var welTabScroll = $('._press_tab_scroll'); if (welTabScroll.length > 0) { // position 0 부터 시작한다. ("style 속성 자체를 지우면 스크롤이 적용되지 않는다" on iOS) welTabScroll.children().eq(0).css('left', '0px'); var pressTabScroll = new news.Scroll("._press_tab_scroll"); // ._press_tab_scroll이 floating 상태에 따라 height값이 달라져 고정하지 않도록 설정 $("._press_tab_scroll").css("height", ""); var welSelectedTab = $('.press_section_tab_item[aria-selected=true]'); if (welSelectedTab.length > 0) { pressTabScroll.scrollElToCenter(welSelectedTab); } var agent = news.Util.getAgentInfo(); if (agent.bMobile && !agent.bIsIos) { $(window).on("resize", function (e) { e.preventDefault(); pressTabScroll.refresh(); pressTabScroll.scrollElToCenter(welSelectedTab); }); } } /* 탭 */ addTabClassIfNecessary(); /* 섹션탭 클릭 */ var pressTabButton = new PressHomeMainManager.ButtonListener('._press_tab_btn', { onClick: function (e) { var tabType = $(e.currentTarget).data('tab-type'); var tabId = $(e.currentTarget).data('tab-id'); if (!(tabType === 'home' || tabType === 'link')) { if (params && params.floating && params.floating.isFloating) { e.currentTarget.hash = 'lnb'; } } if (tabId === 'Main') { nclk(e, 'hom.mm', officeId, ''); } else if (tabId === 'NaverTvLive') { nclk(e, 'hom.live', officeId, ''); } else if (tabId === 'Ranking') { nclk(e, 'hom.rank',officeId,''); } else if (tabId === 'Premium') { nclk(e, 'hom.premium', officeId, ''); } else if (tabId === 'ShortForm') { nclk(e, 'hom.short', officeId, ''); } else if (tabId === 'Issue') { nclk(e, 'hom.sectionissue', officeId, ''); } else { nclk(e, 'hom.section', officeId, ''); } } }); /* 섹션탭 클릭 */ return { pressTabScroll: pressTabScroll, pressTabButton: pressTabButton } } </script> <script> /** * `focus to lnb` 대응 (url format: `some/url#lnb`) */ ;(function(){ var isFocusToLnbMode = false; // default 마크업 구성을 `focus to lnb` 로 하고 (floating lnb 로 구성), // `focus to lnb` 접근이 아닐 경우 `floating lnb` 구성을 해제하는 컨셉. (to static 으로) // // default 마크업 구성을 `floating lnb` 로 한 이유: // 1. `static lnb` 방식으로 하면, // 2. `focus` 처리할 때 "화면 덜컹 거림이 보여서" 보기 좋지 않다. // // `focus` 요청일 경우, // 필요한 추가 처리는 content 출력 후 처리돼있다. (e.g. scroll 이동) if(location.hash === '#lnb'){ isFocusToLnbMode = true; } // "뒤로가기", "새로고침" 일 경우 focus 처리하지 않는다. (browser 에서 scroll 자동 이동 시키므로) (function () { var winNavigation = (window.performance && window.performance.navigation) || {}; var isReload = winNavigation.type === winNavigation.TYPE_RELOAD; var isHistoryBack = winNavigation.type === winNavigation.TYPE_BACK_FORWARD; // 상수를 지원하지 않을 경우도 focus 처리하지 않음 if(isHistoryBack || isReload || !winNavigation.TYPE_BACK_FORWARD){ isFocusToLnbMode = false; } })(); try{ // 서버 기본 설정이 `lnb floating + block' 이면 LNB 움직이는게 보여서 script 에서 block 되도록 했다. document.querySelector('._press_float').style.display = ''; document.querySelector('._press_tab_scroll').style.display = ''; }catch(e){} // 선택된 LNB 중앙 정렬 선처리 (onload 후 Scroll-UI 에서 중앙 정렬시 이동이 보이지 않게) (function(){ try{ var lnb = document.querySelector('._press_tab_scroll'); var lnbScrollContent = lnb.firstElementChild; var selectedItem = lnb.querySelector('li[aria-selected="true"]'); var maxScrollLeft = 0; var selectedItemScrollLeft = 0; // Scroll-UI 적용 전에 inline style 은 제거해 줘야 한다. (e.g. onload 후 적용 될 때) lnbScrollContent.style.position = 'absolute'; maxScrollLeft = lnbScrollContent.clientWidth - lnb.clientWidth; if(maxScrollLeft <= 0){ // lnb 가 content 보다 크다. (scroll 필요 없는 경우) return; } selectedItemScrollLeft = Math.max( 0, (selectedItem.offsetLeft || 0) - ((lnb.clientWidth - selectedItem.clientWidth) / 2) ); selectedItemScrollLeft = Math.min(maxScrollLeft, selectedItemScrollLeft); lnbScrollContent.style.left = -1 * Math.round(selectedItemScrollLeft) + 'px'; }catch(e){} })(); // 1. focus mode 라면 서버 출력 마크업을 그대로 두고 // 2. 이후 처리는 content 출력 후 js 에서 하는 구조다. if(isFocusToLnbMode){ return; } /** * `focus to lnb` 접근이 아니라면 `static lnb` 구성으로 마크업 변경 */ try{ var header = document.querySelector('._press_header'); var headerFloat = document.querySelector('._press_float'); var lnb = document.querySelector('._press_tab_scroll'); header.style.display = ''; headerFloat.className = headerFloat.className.replace('is_fixed', ''); if(lnb){ lnb.className = lnb.className.replace('is_fixed', ''); } }catch(e){} })(); </script> <script> /** * `focus to lnb` 대응 (content 출력 후 추가 처리) */ ;(function () { try { var startFloating = document.querySelector('._start_floating'); var header = document.querySelector('._press_header'); var lnbScrollPaddingTop = document.querySelector('._press_float').clientHeight; // js 처리 관련 inline style 제거 window.addEventListener('load', function () { document.querySelector('#ct').style.minHeight = ''; }); // display none 상태가 아니면 `focus to lnb` 접근이 아니다. if (header.style.display !== 'none') { return; } header.style.display = ''; // show header var floatingOffset = startFloating.getBoundingClientRect().top + window.pageYOffset; window.scrollTo(0, floatingOffset - lnbScrollPaddingTop); }catch(e){} })(); </script> <div class="press_main_livebanner _CURATION_CARD" id="NaverTvLive"> <a href="https://media.naver.com/press/052/live#lnb" class="prmali_a" onclick="nclk(this,'hom.blive','052','');"> <span class="prmali_th"><span class="press_ico_live"><span class="blind">LIVE 진행중</span></span></span> <span class="prmali_tw"><strong class="prmali_t">대한민국 24시간 뉴스 채널</strong></span> </a> </div> <div class="press_main_news as_representation _CURATION_CARD" id="RepresentationCms"> <div class="press_main_news_inner"> <ul class="press_news_list _nlog_impression_template as_bottom" data-template="RepresentationCms_Text4Photo2A"> <li class="press_news_item"> <a href="https://n.news.naver.com/article/052/0002118247?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/052/0002118247?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000AF_000000000000000002118247" data-imp-index="1" onclick="nclk(event,'hom.head2t',052,1);"> <span class="press_news_text"><strong>이재명 &#039;위증교사&#039; 오늘 1심 선고...검찰, 징역 3년 구형</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/052/0002118245?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/052/0002118245?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000AF_000000000000000002118245" data-imp-index="2" onclick="nclk(event,'hom.head2t',052,2);"> <span class="press_news_text"><strong>&#034;청탁 위해 명태균 측에 1억 건네&#034;...&#034;그런 적 없다&#034;</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/052/0002118168?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/052/0002118168?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000AF_000000000000000002118168" data-imp-index="3" onclick="nclk(event,'hom.head2t',052,3);"> <span class="press_news_text"><strong>군함도 이어 또 &#039;뒤통수&#039;...외교 실패 책임론 이어질 듯</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/052/0002118177?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/052/0002118177?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000AF_000000000000000002118177" data-imp-index="4" onclick="nclk(event,'hom.head2t',052,4);"> <span class="press_news_text"><strong>길어지는 내수부진...&#039;청년·건설업&#039; 일자리 직격탄</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/052/0002118256?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/052/0002118256?type=main" data-imp-area="hom.head2p" data-imp-gdid="880000AF_000000000000000002118256" data-imp-index="1" onclick="nclk(event,'hom.head2p',052,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118256.jpg?type=nf320_212&ut=20241125035420" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:01</span></span> </span> </span> <span class="press_news_text"><strong>러, 이번엔 한국에 경고...&#034;우크라에 살상무기 지원 시 모든 방법 동원&#034;</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/052/0002118184?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/052/0002118184?type=main" data-imp-area="hom.head2p" data-imp-gdid="880000AF_000000000000000002118184" data-imp-index="2" onclick="nclk(event,'hom.head2p',052,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118184.jpg?type=nf320_212&ut=20241124221814" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:09</span></span> </span> </span> <span class="press_news_text"><strong>&#034;스톰섀도 공습에 북한군 500여 명 사망&#034;...젤렌스키 &#034;내년엔 끝낼 것&#034;</strong></span> </a> </li> </ul> </div> </div> <div class="r_group_comp" id="ad"> <script> (function(){ var adWel = $('._ad_press_home'); var persistKey = 'ad'; var persistedAdHeight = $.persist(persistKey); if (persistedAdHeight) { adWel.css({ 'height': persistedAdHeight + 'px', 'overflow': 'hidden' }); } $(document).on('click', function(){ $.persist(persistKey, adWel.height()); }); })(); </script> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118171","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118171" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118171.jpg?type=nf212_140&ut=20241124220413" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">게시글 전수조사에도...&#034;해명 촉구&#034; vs &#034;한동훈 죽이기&#034;</span> <span class="r_ico_b r_modify"><b>6시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118242","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118242" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118242.jpg?type=nf212_140&ut=20241125021217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">포스코 포항제철소 3파이넥스 공장 2주 만에 또 불</span> <span class="r_ico_b r_modify"><b>4시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118243","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118243" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118243.jpg?type=nf212_140&ut=20241125005845" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">열흘 새 두 번 주요 선고...긴장감 감도는 법원</span> <span class="r_ico_b r_modify"><b>4시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118169","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118169" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118169.jpg?type=nf212_140&ut=20241124220014" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">선고 D-1...&#034;위증도 교사도 없어&#034; vs &#034;사법 리스크 신호탄&#034;</span> <span class="r_ico_b r_modify"><b>6시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118120","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118120" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118120.jpg?type=nf212_140&ut=20241124170417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">길어지는 내수부진...&#039;청년·건설업&#039; 일자리 직격탄</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118239","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118239" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118239.jpg?type=nf212_140&ut=20241125000831" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">소방 &#034;포스코 포항제철소 3파이넥스 공장서 또 화재 신고&#034;</span> <span class="r_ico_b r_modify"><b>4시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_special _CURATION_CARD" id="SpecialReport"> <div class="press_special_title"> <h4 class="press_special_title_h">화제의 뉴스</h4> </div> <div class="press_special_inner"> <div class="press_special_full"> <a href="https://n.news.naver.com/article/052/0002118058" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep4p',052,1);"> <div class="p_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/052/2024/11/24/2118058.jpg?type=nf670_380" alt="" onerror="showNoImage(this)" class="p_img"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:13</span></span> </div> <div class="p_text"> <strong class="p_headline">[자막뉴스] 로또 1등 무더기 당첨 속출에 &#039;조작설&#039;...결국 대국민 생방송</strong> <span class="p_datetime">11월 24일 11:23</span> </div> </a> </div> <ul class="press_special_flat"> <div class="p_item"> <a href="https://n.news.naver.com/article/052/0002117918" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep4t',052,2);"> <div class="p_text"> <strong class="p_headline">[자막뉴스] 중국이 갈라놓은 러브라인? 트럼프와 머스크 운명의 갈림길</strong> </div> </a> </div> <div class="p_item"> <a href="https://n.news.naver.com/article/052/0002117906" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep4t',052,3);"> <div class="p_text"> <strong class="p_headline">[자막뉴스] 주요 요충지에서 북한군 포착...10만 명 대규모 파병설에 &#039;경악&#039;</strong> </div> </a> </div> <div class="p_item"> <a href="https://n.news.naver.com/article/052/0002117901" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep4t',052,4);"> <div class="p_text"> <strong class="p_headline">[자막뉴스] &#034;쌀 살 돈도 없어요&#034; 중국 경제 붕괴의 암울한 현실</strong> </div> </a> </div> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118215","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118215" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118215.jpg?type=nf212_140&ut=20241124231831" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">모델 문가비 아들 친부는 배우 정우성...&#034;아이에 최선&#034;</span> <span class="r_ico_b r_modify"><b>5시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118173","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118173" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118173.jpg?type=nf212_140&ut=20241124220819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;청탁 위해 명태균 측에 1억 건네&#034;...&#034;그런 적 없다&#034;</span> <span class="r_ico_b r_modify"><b>6시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118114","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118114" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118114.jpg?type=nf212_140&ut=20241124163615" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">군함도 이어 또 &#039;뒤통수&#039;...외교 실패 책임론 이어질 듯</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118098","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118098" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118098.jpg?type=nf212_140&ut=20241124151018" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">불법 사금융 피해 급증...처벌은 여전히 &#039;솜 방망이&#039;</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118100","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118100" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118100.jpg?type=nf212_140&ut=20241124151425" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">내년부터 수도권 아파트 공급 절벽 현실화...집값 다시 들썩?</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118126","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118126" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118126.jpg?type=nf212_140&ut=20241124180212" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명, &#039;위증교사 혐의&#039; 선고 결과에 따라 대선 일정도 영향</span> <span class="r_ico_b r_modify"><b>10시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_shortform _CURATION_CARD _press_shortform_list" id="ShortForm"> <div class="press_title _manual_card_title"> <h4 class="press_title_h">1분 숏폼</h4> <div class="press_title_info_wrap"> <button type="button" class="press_title_btn_info _manual_card_info_button" onclick="nclk(event,'hom.shortcardtip','','');"><span class="blind">가이드 문구 확인</span></button> <div class="press_title_info_layer _manual_card_info_layer is_hidden"> <div class="press_title_info_layer_inner"> <p class="press_title_info_desc">언론사가 직접 생성한 1분 내외 짧은 영상 콘텐츠를 제공합니다.</p> <button type="button" class="press_title_btn_close _manual_card_info_button" onclick="nclk(event,'hom.shortcardtip','','');"><span class="blind">닫기</span></button> </div> </div> </div> </div> <div class="press_shortform_flick_list _hor_scroller"> <div class="flick-container _scroller"> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=E6465A038934753C82AFE77B8BF50C066627&serviceType=NEWS&recType=NEWS&recId=052_68316_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="E6465A038934753C82AFE77B8BF50C066627" data-rec-id="052_68316" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_185/WKnAl_1732268075496CA6Xg_JPEG/ojhyCvS2Ut_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:38</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">보이스피싱 잡는 할머니 정체</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=FAB745509E4AE66C27125D33720DAAB0EF68&serviceType=NEWS&recType=NEWS&recId=052_68311_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="FAB745509E4AE66C27125D33720DAAB0EF68" data-rec-id="052_68311" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_99/SU7lI_1732266274793yxXCJ_JPEG/9EFxmHEGyD_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:47</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">삼성 영업비밀 꿀꺽한 중국</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=1461396D998A94FBAA8CB21FA7062EFA1C02&serviceType=NEWS&recType=NEWS&recId=052_68273_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="1461396D998A94FBAA8CB21FA7062EFA1C02" data-rec-id="052_68273" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_234/GQ0Xp_1732259086093xWDAN_JPEG/mTwM3MjkI0_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:42</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">김치돼지볶음에 올라간 치간칫솔? [제보한컷]</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=7914C39747AAE65221710D163FC48882677A&serviceType=NEWS&recType=NEWS&recId=052_68271_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="7914C39747AAE65221710D163FC48882677A" data-rec-id="052_68271" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_27/CM7VW_1732259088579iNlEY_JPEG/r93rgbPvL2_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:33</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">스타벅스 전기도둑</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=B42C153CBF38F4B7516201D2991DD77D6E08&serviceType=NEWS&recType=NEWS&recId=052_68270_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="B42C153CBF38F4B7516201D2991DD77D6E08" data-rec-id="052_68270" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_263/RCkBi_1732259078860M74Us_JPEG/vpD1HcmlpE_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:50</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">고액 상습체납자의 최후</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=7B5303721336082F05BFB347078847382C4C&serviceType=NEWS&recType=NEWS&recId=052_68249_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="7B5303721336082F05BFB347078847382C4C" data-rec-id="052_68249" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_149/YHIgZ_1732255474783dRH0v_JPEG/oC5O4F2u2i_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:48</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">보여주기식 &#039;사도광산 추도식&#039;</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=CDE0444A09EF84527A51BBC72B7A66561CB9&serviceType=NEWS&recType=NEWS&recId=052_68250_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="CDE0444A09EF84527A51BBC72B7A66561CB9" data-rec-id="052_68250" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_35/V973H_1732255475434RsoC9_JPEG/CK8f98Qeqy_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:39</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">전국 유일의 학교</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=EA39A0462ACF1AE8102DEADAF428BACF3486&serviceType=NEWS&recType=NEWS&recId=052_68175_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="EA39A0462ACF1AE8102DEADAF428BACF3486" data-rec-id="052_68175" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241122_135/11T9p_17322338762737JxRO_JPEG/6U1GzlIh8s_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:37</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">끔찍한 中 피자 비주얼</strong> <div class="press_shortform_datetime">2일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=9288955D5BA691AF2532C9B77DBB61C3F5A1&serviceType=NEWS&recType=NEWS&recId=052_68107_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="9288955D5BA691AF2532C9B77DBB61C3F5A1" data-rec-id="052_68107" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241121_184/lpw6U_1732178076368j7yWG_JPEG/Yd1N7kty47_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:38</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">버려진 어구 때문에…</strong> <div class="press_shortform_datetime">3일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=5ADF439D2873D0253F549B5051667AA86F18&serviceType=NEWS&recType=NEWS&recId=052_68096_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="5ADF439D2873D0253F549B5051667AA86F18" data-rec-id="052_68096" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241121_186/Mv0cd_1732176278765MKk1s_JPEG/SV7EGKW7CS_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:50</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">대남방송 고통 해소되나?</strong> <div class="press_shortform_datetime">3일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=DE8252720548F84226F5654677C2AA32987E&serviceType=NEWS&recType=NEWS&recId=052_68078_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="DE8252720548F84226F5654677C2AA32987E" data-rec-id="052_68078" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241121_80/nHv7T_17321744760065BF3C_JPEG/OBmqsUi6z7_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:45</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">프로포폴 불법 투약</strong> <div class="press_shortform_datetime">3일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=E563166B96E3D1B58D1D56E9BE4B1EE33E3D&serviceType=NEWS&recType=NEWS&recId=052_68072_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="E563166B96E3D1B58D1D56E9BE4B1EE33E3D" data-rec-id="052_68072" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241121_177/esGQR_1732172675750dhDGq_JPEG/JsIoYQ1T0W_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:40</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">연애하면 20만 원 줍니다 [뉴스YAP!]</strong> <div class="press_shortform_datetime">3일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=F8DCC9CA74D5FF57B6341A7603BB9BFD1BC1&serviceType=NEWS&recType=NEWS&recId=052_68073_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="F8DCC9CA74D5FF57B6341A7603BB9BFD1BC1" data-rec-id="052_68073" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241121_20/xzPdQ_1732172675489GbnUu_JPEG/LuRaBT6f1F_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:48</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">중국 축구팬 추태</strong> <div class="press_shortform_datetime">3일전</div> </div> </a> </div> </div> <div class="flick-panel"> <div class="press_shortform_item"> <a href="https://m.naver.com/shorts/?mediaId=DBAA0C42648CB5C166D27F0CCCD89C1657BB&serviceType=NEWS&recType=NEWS&recId=052_68063_pressHome&mediaType=VOD&panelType=vs_news" class="press_shortform_link _press_shortform_link" onclick="nclk(event,'hom.shortcard','','');" data-seed-media-id="DBAA0C42648CB5C166D27F0CCCD89C1657BB" data-rec-id="052_68063" > <div class="press_shortform_thumb_area"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20241121_77/wzdfV_1732170873182NEinI_JPEG/fWsWCwSKOf_03.jpg?type=nf364_548" alt="" onerror="showNoImage(this);" > <span class="r_playtime"> <em class="blind">재생시간</em> <span class="r_time">00:34</span> </span> </div> <div class="press_shortform_text_area"> <strong class="press_shortform_title">귤 터질까봐 0.5kg 뺍니다 [제보한컷]</strong> <div class="press_shortform_datetime">3일전</div> </div> </a> </div> </div> </div> <button type="button" class="btn_carousel_prev _prev_btn" disabled="disabled"><span class="blind">이전 숏폼 목록 보기</span></button> <button type="button" class="btn_carousel_next _next_btn"><span class="blind">다음 숏폼 목록 보기</span></button> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118115","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118115" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118115.jpg?type=nf212_140&ut=20241124164017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">선고 앞둔 &#039;위증교사&#039;...시작은 22년 전 &#039;검사 사칭&#039; 사건</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118021","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118021" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118021.jpg?type=nf212_140&ut=20241124085217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울·수도권 아파트값 상승 멈춰...28일 금리 결정</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118076","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118076" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118076.jpg?type=nf212_140&ut=20241124140011" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;길목 읽고 AI로 눈을 꿰뚫다&#034;...태풍 예보의 도약</span> <span class="r_ico_b r_modify"><b>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118035","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118035" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118035.jpg?type=nf212_140&ut=20241124100021" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">민주, 이재명 선고 전 &#039;단일대오&#039;...국민의힘 &#034;민생으로 돌아와야&#034;</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118081","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118081" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118081.jpg?type=nf212_140&ut=20241124142815" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 &#039;위증교사&#039; 내일 1심 선고...검찰, 징역 3년 구형</span> <span class="r_ico_b r_modify"><b>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118013","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118013" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118013.jpg?type=nf212_140&ut=20241124063454" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">가자지구 전방위 공습...레바논 곳곳 사상자 100여 명</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_news as_broadcast _CURATION_CARD" id="Broadcast"> <div class="press_news_inside"> <div class="press_title"> <h4 class="press_title_h">방송뉴스</h4> <a href="https://media.naver.com/tv/052" class="press_title_more" onclick="nclk(event,'hom.tmore',052,'');"><span class="blind">더보기</span></a> </div> <div class="press_news_flick _hor_scroller"> <div class="flick-container _scroller" style="position: relative;"> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/052/0002118167" class="press_news_img" onclick="nclk(event,'hom.tvnews',052,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118167.jpg?type=nf568_340&ut=1732452758000" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:07</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/052/0002118167" class="press_news_headline" onclick="nclk(event,'hom.tvnews',052,1);">&#039;반쪽짜리&#039; 사도광산 추도식...강제성 인정·사죄 없어</a> <div class="press_news_info _rcount" data-comment='{"gno":"news052,0002118167","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.11.24. 21:52</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/052/0002118168" class="press_news_img" onclick="nclk(event,'hom.tvnews',052,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118168.jpg?type=nf568_340&ut=1732452789000" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:31</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/052/0002118168" class="press_news_headline" onclick="nclk(event,'hom.tvnews',052,2);">군함도 이어 또 &#039;뒤통수&#039;...외교 실패 책임론 이어질 듯</a> <div class="press_news_info _rcount" data-comment='{"gno":"news052,0002118168","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.11.24. 21:53</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/052/0002118170" class="press_news_img" onclick="nclk(event,'hom.tvnews',052,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118170.jpg?type=nf568_340&ut=1732453047000" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">01:56</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/052/0002118170" class="press_news_headline" onclick="nclk(event,'hom.tvnews',052,3);">이재명, &#039;위증교사 혐의&#039; 선고 결과에 따라 대선 일정도 영향</a> <div class="press_news_info _rcount" data-comment='{"gno":"news052,0002118170","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.11.24. 21:57</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/052/0002118169" class="press_news_img" onclick="nclk(event,'hom.tvnews',052,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118169.jpg?type=nf568_340&ut=1732453177000" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:01</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/052/0002118169" class="press_news_headline" onclick="nclk(event,'hom.tvnews',052,4);">선고 D-1...&#034;위증도 교사도 없어&#034; vs &#034;사법 리스크 신호탄&#034;</a> <div class="press_news_info _rcount" data-comment='{"gno":"news052,0002118169","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.11.24. 21:59</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/052/0002118171" class="press_news_img" onclick="nclk(event,'hom.tvnews',052,5);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118171.jpg?type=nf568_340&ut=1732453214000" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:38</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/052/0002118171" class="press_news_headline" onclick="nclk(event,'hom.tvnews',052,5);">게시글 전수조사에도...&#034;해명 촉구&#034; vs &#034;한동훈 죽이기&#034;</a> <div class="press_news_info _rcount" data-comment='{"gno":"news052,0002118171","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.11.24. 22:00</em> </div> </div> </div> </div> </div> <button type="button" class="btn_carousel_prev _prev_btn"><span class="blind">이전 카드들 보기</span></button> <button type="button" class="btn_carousel_next _next_btn"><span class="blind">다음 카드들 보기</span></button> </div> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118080","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118080" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118080.jpg?type=nf212_140&ut=20241124142412" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;반쪽&#039; 사도광산 첫 추도식 개최...일본 &#034;유감&#034;</span> <span class="r_ico_b r_modify"><b>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118010","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118010" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118010.jpg?type=nf212_140&ut=20241124063430" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">자폭 드론·소총 늘어놓은 김정은...러 추가 지원 포석?</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118051","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118051" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118051.jpg?type=nf212_140&ut=20241124110219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;있는 대로 말해달라&#039;던 이재명...&#039;위증 교사&#039; 쟁점은?</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118059","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118059" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118059.jpg?type=nf212_140&ut=20241124120018" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;반쪽&#039; 사도광산 추도식 곧 개최...일본, 한국 불참에 &#034;유감&#034;</span> <span class="r_ico_b r_modify"><b>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118034","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118034" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118034.jpg?type=nf212_140&ut=20241124100013" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 &#039;위증교사&#039; 내일 1심 선고...검찰, 징역 3년 구형</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118036","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118036" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118036.jpg?type=nf212_140&ut=20241124100418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;반쪽&#039; 사도광산 추도식 오늘 개최...야스쿠니 논란에 한국 불참</span> <span class="r_ico_b r_modify"><b>18시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_ranking_news _ranking_news_wrapper _CURATION_CARD is_with_tab" id="Ranking"> <div class="ofra_head"> <div class="ofra_head_inner"> <h2 class="ofra_head_title"> 랭킹 뉴스 </h2> <p class="ofra_head_desc _ranking_description"></p> </div> </div> <div class="press_ranking_news_tab"> <ul class="press_ranking_news_tab_list _ranking_nav_items"> <li class="press_ranking_news_tab_item is_selected"> <a href="javascript:;" class="press_ranking_news_tab_link _ranking_tab_button" onclick="nclk(event, 'hom.renwstab', '', '')" data-flicking-index="0">많이 본</a> </li> <li class="press_ranking_news_tab_item "> <a href="javascript:;" class="press_ranking_news_tab_link _ranking_tab_button" onclick="nclk(event, 'hom.cmtnwstab', '', '')" data-flicking-index="1">댓글 많은</a> </li> </ul> </div> <div class="ofra_flick flick"> <div class="flick-container _ranking_panel_list"> <div class="flick-panel" data-ranking-description="<em>자정 ~ 오전 1시</em>까지 집계한 결과입니다. <br>총 누적수와 다를 수 있습니다." data-ranking-type="HIT" > <ul class="ofra_list"> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118215?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118215.jpg?type=nf176_176&ut=1732457777000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">1</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">모델 문가비 아들 친부는 배우 정우성...&#034;아이에 최선&#034;</div> <div class="ofra_list_tx_date">5시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 91,020 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118192?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118192.jpg?type=nf176_176&ut=1732456206000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">2</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">모델 문가비 아들 친부는 배우 정우성...&#034;아이에 최선&#034;</div> <div class="ofra_list_tx_date">6시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 13,213 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118225?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118225.jpg?type=nf176_176&ut=1732459936000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">3</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">[속보] 소방 &#034;포스코 3파이넥스 공장에 또 화재&#034;</div> <div class="ofra_list_tx_date">5시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 4,438 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118184?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118184.jpg?type=nf176_176&ut=1732454102000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">4</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">&#034;스톰섀도 공습에 북한군 500여 명 사망&#034;...젤렌스키 &#034;내년엔 끝낼 것&#034;</div> <div class="ofra_list_tx_date">6시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 3,205 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118168?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118168.jpg?type=nf176_176&ut=1732452789000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">5</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">군함도 이어 또 &#039;뒤통수&#039;...외교 실패 책임론 이어질 듯</div> <div class="ofra_list_tx_date">7시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 2,473 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118169?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118169.jpg?type=nf176_176&ut=1732453177000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">6</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">선고 D-1...&#034;위증도 교사도 없어&#034; vs &#034;사법 리스크 신호탄&#034;</div> <div class="ofra_list_tx_date">6시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,970 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118239?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118239.jpg?type=nf176_176&ut=1732460678000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">7</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">소방 &#034;포스코 포항제철소 3파이넥스 공장서 또 화재 신고&#034;</div> <div class="ofra_list_tx_date">4시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,965 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118120?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118120.jpg?type=nf176_176&ut=1732435340000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">8</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">길어지는 내수부진...&#039;청년·건설업&#039; 일자리 직격탄</div> <div class="ofra_list_tx_date">11시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,747 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118171?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118171.jpg?type=nf176_176&ut=1732453214000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">9</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">게시글 전수조사에도...&#034;해명 촉구&#034; vs &#034;한동훈 죽이기&#034;</div> <div class="ofra_list_tx_date">6시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,105 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118173?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118173.jpg?type=nf176_176&ut=1732453303000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">10</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">&#034;청탁 위해 명태균 측에 1억 건네&#034;...&#034;그런 적 없다&#034;</div> <div class="ofra_list_tx_date">6시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 850 </div> </div> </div> </a> </li> </ul> </div> <div class="flick-panel" data-ranking-description="전날 하루동안 집계한 결과입니다. <br>총 누적수와 다를 수 있습니다." data-ranking-type="COMMENT" hidden> <ul class="ofra_list"> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002117997?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117997.jpg?type=nf176_176&ut=1732391417000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">1</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">&#034;윤 대통령, 개각이 곧 개혁&#034;...시기는 늦어질 수도</div> <div class="ofra_list_tx_date">1일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 413 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118035?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118035.jpg?type=nf176_176&ut=1732409484000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">2</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">민주, 이재명 선고 전 &#039;단일대오&#039;...국민의힘 &#034;민생으로 돌아와야&#034;</div> <div class="ofra_list_tx_date">19시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 351 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118114?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118114.jpg?type=nf176_176&ut=1732433723000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">3</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">군함도 이어 또 &#039;뒤통수&#039;...외교 실패 책임론 이어질 듯</div> <div class="ofra_list_tx_date">12시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 291 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002117925?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117925.jpg?type=nf176_176&ut=1732366338000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">4</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">&#039;파란 옷 자제&#039; 이재명 4차 장외 집회...여당 &#034;거짓 연출&#034;</div> <div class="ofra_list_tx_date">1일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 215 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118100?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118100.jpg?type=nf176_176&ut=1732428574000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">5</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">내년부터 수도권 아파트 공급 절벽 현실화...집값 다시 들썩?</div> <div class="ofra_list_tx_date">13시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 190 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118011?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118011.jpg?type=nf176_176&ut=1732393752000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">6</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">&#039;코인 과세&#039; 금투세 2라운드...민주, 이번에도 우클릭?</div> <div class="ofra_list_tx_date">23시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 168 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118215?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118215.jpg?type=nf176_176&ut=1732457777000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">7</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">모델 문가비 아들 친부는 배우 정우성...&#034;아이에 최선&#034;</div> <div class="ofra_list_tx_date">5시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 147 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118081?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118081.jpg?type=nf176_176&ut=1732425861000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">8</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">이재명 &#039;위증교사&#039; 내일 1심 선고...검찰, 징역 3년 구형</div> <div class="ofra_list_tx_date">14시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 140 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118051?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118051.jpg?type=nf176_176&ut=1732413590000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">9</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">&#039;있는 대로 말해달라&#039;던 이재명...&#039;위증 교사&#039; 쟁점은?</div> <div class="ofra_list_tx_date">17시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 124 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/052/0002118004?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118004.jpg?type=nf176_176&ut=1732393729000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">10</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">&#034;차량용 소화기 필수&#034;...12월 1일 의무화</div> <div class="ofra_list_tx_date">23시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 122 </div> </div> </div> </a> </li> </ul> </div> </div> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117997","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117997" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117997.jpg?type=nf212_140&ut=20241124051014" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;윤 대통령, 개각이 곧 개혁&#034;...시기는 늦어질 수도</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118004","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118004" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118004.jpg?type=nf212_140&ut=20241124053341" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;차량용 소화기 필수&#034;...12월 1일 의무화</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118011","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118011" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118011.jpg?type=nf212_140&ut=20241124063438" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;코인 과세&#039; 금투세 2라운드...민주, 이번에도 우클릭?</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117999","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117999" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117999.jpg?type=nf212_140&ut=20241124051218" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">금리 결정 앞두고 IMF는 인하 권고, 한은의 선택은?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117998","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117998" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117998.jpg?type=nf212_140&ut=20241124051210" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">점령군처럼 침입해 절도에 술자리까지...무인점포 &#039;수난 시대&#039;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118001","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118001" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118001.jpg?type=nf212_140&ut=20241124053318" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">열대 어종이 동해 북쪽에...온난화가 바꿔놓은 바다</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_journalist _CURATION_CARD _journalist_focus_myfeed_wrapper" id="JournalistFocus"> <div class="press_title"> <h4 class="press_title_h">기자 FOCUS</h4> <a href="/journalists/052" class="press_title_more" onclick="nclk(event,'hom.jmore',052,'');">전체보기</a> </div> <div class="press_journalist_ct"> <ul class="press_journalist_list _journalist_talk_comment_updated_wrapper "> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/052/0002118256?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118256.jpg?type=nf324_180" alt="러, 이번엔 한국에 경고...&#034;우크라에 살상무기 지원 시 모든 방법 동원&#034;" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/052/71771" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',052,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/journalist/2020/06/01/1.jpg?type=nf42_42" width="36" height="36" alt="조수현" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/052/71771" class="press_journalist_name" onclick="nclk(event,'hom.journalist',052,1);"> 조수현 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/052/0002118256?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',052,1);"> 러, 이번엔 한국에 경고...&#034;우크라에 살상무기 지원 시 모든 방법 동원&#034; </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_71771" data-subscribeName="조수현" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/052/2021/10/19/logo_052_18_20211019113554.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/052/0002118248?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118248.jpg?type=nf324_180" alt="이재명, &#039;위증교사 혐의&#039; 선고 결과에 따라 대선 일정도 영향" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/052/73523" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',052,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/journalist/2020/02/10/bujang.jpg?type=nf42_42" width="36" height="36" alt="부장원" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/052/73523" class="press_journalist_name" onclick="nclk(event,'hom.journalist',052,2);"> 부장원 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/052/0002118248?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',052,2);"> 이재명, &#039;위증교사 혐의&#039; 선고 결과에 따라 대선 일정도 영향 </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_73523" data-subscribeName="부장원" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/052/2021/10/19/logo_052_18_20211019113554.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside is_no_thumb"> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/052/71830" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',052,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/lQG0000052/profile/2023/07/25/profile_104827620.jpg?type=nf42_42" width="36" height="36" alt="황보선" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/052/71830" class="press_journalist_name" onclick="nclk(event,'hom.journalist',052,3);"> 황보선 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/052/0002118258?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',052,3);"> UAE서 실종된 이스라엘 랍비 살해 용의자 3명 체포 </a> </div> <div class="press_journalist_text"> <a href="https://n.news.naver.com/article/052/0002118258?type=journalists">이스라엘인 랍비 츠비 코간이 아랍에미리트, UAE에서 실종된 뒤 시신으로 발견된 사건과 관련해 용의자 3명을 체포했다고 UAE 내무부가 발표했습니다. 다만 UAE 내무부는 범인들의 국적 등은 공개하지 않았습니다. U</a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_71830" data-subscribeName="황보선" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/052/2021/10/19/logo_052_18_20211019113554.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/052/0002118254?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/25/2118254.jpg?type=nf324_180" alt="포스코 포항제철소 3파이넥스 공장서 또 불...2시간 만에 진화" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/052/73515" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',052,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/journalist/2020/02/06/kimdayeon.jpg?type=nf42_42" width="36" height="36" alt="김다연" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/052/73515" class="press_journalist_name" onclick="nclk(event,'hom.journalist',052,4);"> 김다연 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/052/0002118254?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',052,4);"> 포스코 포항제철소 3파이넥스 공장서 또 불...2시간 만에 진화 </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_73515" data-subscribeName="김다연" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/052/2021/10/19/logo_052_18_20211019113554.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list"> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002118002","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002118002" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2118002.jpg?type=nf212_140&ut=20241124053326" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;바다 위 흉기&#039; 선박 홋줄 없앤다...자동으로 항구에 &#039;착&#039;</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117975","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117975" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117975.jpg?type=nf212_140&ut=20241124011945" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;예산 부담 어쩌나&#034;...하계 U대회 시설 확충 &#039;비상&#039;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117984","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117984" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117984.jpg?type=nf212_140&ut=20241124023048" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">울산체육공원 그린벨트 해제...편의시설 확충 본격화</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117987","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117987" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117987.jpg?type=nf212_140&ut=20241124032033" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">만화 30년, 게임 20년...열혈강호 글로벌 IP로 확장</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117929","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117929" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117929.jpg?type=nf212_140&ut=20241123221030" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;마리우폴·하르키우에도 북한군 출현&#034;...최전선 투입 확대되나?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news052,0002117988","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117988" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',052,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117988.jpg?type=nf212_140&ut=20241124032041" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">로또 복권 1등 평균 12.2명...당첨금 상향에는 신중</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117971","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117971" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,7);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/24/2117971.jpg?type=nf212_140&ut=20241124011912" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">군인이 죽어야 경제가 산다...러시아의 &#039;데스노믹스&#039;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117925","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117925" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,8);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117925.jpg?type=nf212_140&ut=20241123220834" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;파란 옷 자제&#039; 이재명 4차 장외 집회...여당 &#034;거짓 연출&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117947","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117947" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,9);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117947.jpg?type=nf212_140&ut=20241123231954" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">육로는 폭파하고, 공장은 무단가동...손 쓸 방법이 없다?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117934","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117934" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,10);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117934.jpg?type=nf212_140&ut=20241123222620" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공장 기름탱크 폭발로 3명 사상...화재 잇따라</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117945","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117945" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,11);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117945.jpg?type=nf212_140&ut=20241123231939" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프 2기 북미관계...&#039;대화&#039;보다는 &#039;대립&#039; 가능성</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117952","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117952" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,12);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117952.jpg?type=nf212_140&ut=20241123232045" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">로또 복권 1등 평균 12.2명...당첨금 상향에는 신중</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117965","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117965" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,13);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117965.jpg?type=nf212_140&ut=20241124001515" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명·조국 사법리스크...민주, 장외집회 &#039;파란 옷&#039; 자제</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117907","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117907" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,14);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117907.jpg?type=nf212_140&ut=20241123200220" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">정부, 일본 사도광산 추도식 하루 전 불참 결정...&#034;합의 어려워&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117870","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117870" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,15);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117870.jpg?type=nf212_140&ut=20241123145618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 &#039;공직선거법&#039; 항소심, 얼마나 걸릴까?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117896","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117896" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,16);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117896.jpg?type=nf212_140&ut=20241123201416" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산업인력공단 이사장 &#034;ㄷ여대생 채용 거르고 싶어&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117908","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117908" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,17);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117908.jpg?type=nf212_140&ut=20241123200228" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;마리우폴·하르키우에도 북한군 출현&#034;...최전선 투입 확대되나?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117891","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117891" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,18);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117891.jpg?type=nf212_140&ut=20241123185616" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이스라엘, 베이루트 중심부 공습...&#034;4명 사망·23명 부상&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117895","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117895" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,19);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117895.jpg?type=nf212_140&ut=20241123182615" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">말라버린 돈줄에 다급한 북한...해커만 &#039;3천여 명&#039; 정찰총국 등판? [Y녹취록]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117893","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117893" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,20);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117893.jpg?type=nf212_140&ut=20241123175820" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">정부, 사도광산 추도식 하루 앞두고 불참 결정...&#034;합의 어렵다 판단&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117900","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117900" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,21);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117900.jpg?type=nf212_140&ut=20241123191211" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;국제 플라스틱 협약&#039; 눈 앞 이익 넘어서는 합의 나오나?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117892","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117892" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,22);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117892.jpg?type=nf212_140&ut=20241123174221" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;대표가 걸그룹 멤버 성추행&#034; 보도에...소속사 &#034;사실무근&#034; [지금이뉴스]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117865","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117865" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,23);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117865.jpg?type=nf212_140&ut=20241123143823" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">음주운전 단속 26명 적발...&#034;처음 아냐&#034; 뻔뻔함까지</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117861","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117861" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,24);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117861.jpg?type=nf212_140&ut=20241123141611" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미 &#034;북, 7차 핵실험 결단만 남아...러, 북에 최첨단 기술 지원&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117848","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117848" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,25);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117848.jpg?type=nf212_140&ut=20241123131610" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;오인됐을 경우 바로 핵전쟁 확전&#034; 미사일 발사, 사전에 통보한 이유 [Y녹취록]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117886","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117886" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,26);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117886.jpg?type=nf212_140&ut=20241123164613" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">정부, 사도광산 추도식 하루 앞두고 불참 결정...&#034;합의 어렵다 판단&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117864","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117864" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,27);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117864.jpg?type=nf212_140&ut=20241123142022" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">1조4천억 원 가치 &#039;저주받은 에메랄드&#039; 23년 만에 고향 브라질로?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117882","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117882" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,28);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117882.jpg?type=nf212_140&ut=20241123160215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">외교부 &#034;사도광산 추도식 불참 결정...합의 어렵다 판단&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117875","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117875" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,29);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 외교부 &#034;사도광산 추도식 불참 결정...합의 어렵다 판단&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117871","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117871" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,30);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117871.jpg?type=nf212_140&ut=20241123145817" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;정년이&#039; 인기에 여성 국극 관심↑...1세대 명인 만나보니</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117854","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117854" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,31);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;바이든, 중국에 반도체 빗장 추가 예정...최다 200개 기업 영향&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117860","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117860" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,32);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117860.jpg?type=nf212_140&ut=20241123141411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;선고 D-2&#039; 이재명, 4차 장외 집회로...여당 &#034;또 겁박 시위&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117850","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117850" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,33);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117850.jpg?type=nf212_140&ut=20241123131620" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">CNN &#034;북한군, 마리우폴·하르키우에도 도착&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117796","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117796" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,34);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">주유소 기름값 6주 연속 상승...&#034;다음 주 소폭 하락할 듯&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117836","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117836" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,35);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117836.jpg?type=nf212_140&ut=20241123121819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;선고 D-2&#039; 이재명, 4차 장외 집회로...여당 &#034;또 겁박 시위&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117835","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117835" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,36);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117835.jpg?type=nf212_140&ut=20241123132418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">풍랑특보 속 강릉 경포에서 여성 실종...수색 중</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117759","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117759" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,37);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117759.jpg?type=nf212_140&ut=20241123045814" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">22년 전 &#039;검사사칭&#039; 사건에서 &#039;위증교사&#039;까지...물고 물린 재판</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117811","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117811" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,38);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117811.jpg?type=nf212_140&ut=20241123101514" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">팸 본디 지명 &#039;정치적 중립성 저해&#039; 비판...트럼프 입막음 사건 기각 가능성</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117826","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117826" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,39);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117826.jpg?type=nf212_140&ut=20241123105020" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;금기의 무기&#039;까지 건드린 푸틴...&#034;미국놈&#034; 대신 러시아 택한 북한? [Y녹취록]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117808","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117808" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,40);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117808.jpg?type=nf212_140&ut=20241123100818" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미 &#034;북, 7차 핵실험 정치적 결단만 남아...러, 북에 최고급기술 지원&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117822","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117822" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,41);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령, 박장범 KBS 사장 임명안 재가...다음 달 10일 임기 시작</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117758","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117758" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,42);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117758.jpg?type=nf212_140&ut=20241123045419" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;선거법 징역형&#039; 이재명, 더 큰 고비 맞이하나</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117761","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117761" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,43);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117761.jpg?type=nf212_140&ut=20241123050219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;이재명 재판리스크&#039; 현실화에도...한동훈의 3가지 과제</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117764","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117764" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,44);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117764.jpg?type=nf212_140&ut=20241123051219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제보는Y] 시험 코앞에 두고 &#039;날벼락&#039;...대규모 자격 취소 사태</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117769","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117769" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,45);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117769.jpg?type=nf212_140&ut=20241123052619" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">해외여행 카드 도용 주의보 &#034;미리 안심 설정하세요!&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117780","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117780" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,46);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117780.jpg?type=nf212_140&ut=20241123091816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미 당국자 &#034;한국 핵무장 여론, 질문 바꾸면 답변 달라질 것&#034;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117763","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117763" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,47);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117763.jpg?type=nf212_140&ut=20241123050816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;논술 유출&#039; 연세대 법정 공방 계속...1만 수험생 &#039;혼란&#039;</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117771","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117771" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,48);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/23/2117771.jpg?type=nf212_140&ut=20241123053216" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">육로는 폭파하고, 공장은 무단가동...손 쓸 방법이 없다?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117674","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117674" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,49);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117674.jpg?type=nf212_140&ut=20241122214411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">사법부 압박? 비난 자제령?...이재명 &#034;사법부 믿는다&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117700","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117700" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,50);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117700.jpg?type=nf212_140&ut=20241122224112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;양극화 타개로 새 중산층 시대&#034;...윤 대통령, &#039;민생 행보&#039; 본격화</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117683","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117683" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,51);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117683.jpg?type=nf212_140&ut=20241122220424" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;상법 개정·코인 과세&#039; 여야 충돌...&#034;결국, 개미 민심 잡기&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117701","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117701" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,52);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117701.jpg?type=nf212_140&ut=20241122224121" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">분당 미금역사거리 횡단보도 덮쳐 9명 부상...&#034;멈춤페달로 착각&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117690","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117690" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,53);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117690.jpg?type=nf212_140&ut=20241122220839" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">의협 비대위 &#034;2025년 의대 모집 정지 촉구...교육 파탄&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117716","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117716" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,54);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117716.jpg?type=nf212_140&ut=20241123000021" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">명태균·김영선 구속 연장...카카오톡 메시지 조사</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117619","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117619" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,55);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117619.jpg?type=nf212_140&ut=20241122175821" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">검찰·이재명, 선거법 위반 쌍방 항소...공방 2라운드</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117627","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117627" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,56);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117627.jpg?type=nf212_140&ut=20241122180819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;윤 대통령 지지율 20% 유지...여당 28%·민주당 34%&#034;[갤럽]</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117607","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117607" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,57);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">신원식 &#034;러시아, 북한 파병 대가로 평양 방공망·미사일 지원&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117631","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117631" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,58);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117631.jpg?type=nf212_140&ut=20241122200814" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">중국 무비자 30일로 늘어...일본도 비자 면제</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117652","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117652" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,59);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117652.jpg?type=nf212_140&ut=20241122192013" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;한국, 원전 책임 소재 명확히 하라&#034;...IAEA의 권고</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117647","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117647" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,60);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117647.jpg?type=nf212_140&ut=20241122190413" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;빨간 반도체&#039;라 불러도 될까?...세계시장 겨냥하는 김치</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117562","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117562" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,61);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117562.jpg?type=nf212_140&ut=20241122160431" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">조국, 다음 달 대법원 선고...정치적 운명 달렸다</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117598","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117598" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,62);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117598.jpg?type=nf212_140&ut=20241122172026" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;화장 않거나 안경 쓰고 발표하면 &#039;0점&#039;&#034;...모 대학 교수 공지 논란</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117559","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117559" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,63);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117559.jpg?type=nf212_140&ut=20241122155821" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">위증교사 선고 앞둔 이재명 &#034;사법부 믿는다&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117580","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117580" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,64);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117580.jpg?type=nf212_140&ut=20241122165229" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대통령실 &#034;추경 배제 안 해&#034; vs 기재부 &#034;추경 검토 안 해&#034;...재정정책 엇박자</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117506","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117506" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,65);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117506.jpg?type=nf212_140&ut=20241122145213" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">협상에 선 그은 김정은 &#034;미국과 갈 데까지 가봤다&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117531","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117531" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,66);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117531.jpg?type=nf212_140&ut=20241122152213" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">손가락 절단된 18개월 영아...서울 병원 15곳서 수용 거부</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117505","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117505" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,67);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117505.jpg?type=nf212_140&ut=20241122144816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대통령실 &#034;추경 배제 안 해&#034; vs 기재부 &#034;추경 검토 안 해&#034;...재정정책 엇박자</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117550","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117550" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,68);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117550.jpg?type=nf212_140&ut=20241122153814" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;파양할 거다, 같이 죽자&#034;...회초리로 입양 딸 학대한 40대</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117481","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117481" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,69);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117481.jpg?type=nf212_140&ut=20241122140227" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">위증교사 선고 앞둔 이재명 &#034;사법부 믿는다&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117482","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117482" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,70);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117482.jpg?type=nf212_140&ut=20241122140412" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">조국, 다음 달 12일 대법원 선고...&#039;징역 2년&#039; 확정되나</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117473","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117473" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,71);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117473.jpg?type=nf212_140&ut=20241122135426" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">민희진, 아일릿 소속사 맞고소…50억 손해배상 청구</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117514","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117514" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,72);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117514.jpg?type=nf212_140&ut=20241122145835" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">때리고 추행하고 자전거 도주...&#039;묻지 마&#039; 폭행범 추격전</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117432","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117432" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,73);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117432.jpg?type=nf212_140&ut=20241122130214" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">의협 비대위 &#034;2025년 의대 모집 정지 촉구...강력 저항&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117357","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117357" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,74);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117357.jpg?type=nf212_140&ut=20241122100417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">비트코인, 첫 9만9천 달러 돌파...미 SEC 위원장 &#034;1월20일 사퇴&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117427","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117427" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,75);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117427.jpg?type=nf212_140&ut=20241122115821" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공개된 적 없는 &#039;미스터리맨&#039;...다친 북한군 고위 장성은 누구? [Y녹취록]</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117457","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117457" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,76);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 검찰, 손태승 전 우리금융지주 회장 구속영장 청구</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117428","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117428" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,77);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117428.jpg?type=nf212_140&ut=20241122115829" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;선거법 사건&#039; 2라운드 본격화...25일엔 &#039;위증교사&#039; 선고</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117420","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117420" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,78);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117420.jpg?type=nf212_140&ut=20241122113420" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">파리, 이례적인 눈폭탄에 도시 마비...유럽 강타한 기후 &#039;대혼란&#039; [Y녹취록]</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117356","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117356" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,79);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117356.jpg?type=nf212_140&ut=20241122100013" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">푸틴 &#034;ICBM 아닌 신형 중거리미사일...서방 공격 대응&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117382","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117382" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,80);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117382.jpg?type=nf212_140&ut=20241122104815" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">위증교사 선고 앞둔 이재명 &#034;사법부 독립 보장돼야&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117408","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117408" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,81);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;자녀 입시 비리&#039; 조국, 다음 달 12일 대법원 선고</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117355","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117355" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,82);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117355.jpg?type=nf212_140&ut=20241122095817" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">김정은 &#034;미국과 협상 갈 데까지 가봐...적대정책 확신&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117399","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117399" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,83);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117399.jpg?type=nf212_140&ut=20241122110219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">원숭이 나무에서 떨어진 날?...차량 선루프 &#039;와장창&#039;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117377","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117377" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,84);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] &#039;자녀 입시 특혜&#039; 의혹 조국, 12월 12일 대법원 선고</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117380","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117380" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,85);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117380.jpg?type=nf212_140&ut=20241122105231" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">검찰, &#039;선거법 위반&#039; 이재명 1심 판결 불복해 항소</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117371","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117371" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,86);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117371.jpg?type=nf212_140&ut=20241122102827" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 검찰, &#039;선거법 위반&#039; 이재명 1심 판결 불복해 항소</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117325","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117325" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,87);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117325.jpg?type=nf212_140&ut=20241122085830" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">ICC, 네타냐후 이스라엘 총리 체포영장 발부...실효성은 &#039;글쎄&#039;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117318","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117318" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,88);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117318.jpg?type=nf212_140&ut=20241122084632" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">고속도로 달리던 중 날아든 쇳덩이...앞유리 &#039;와장창&#039;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117353","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117353" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,89);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117353.jpg?type=nf212_140&ut=20241122095616" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;선거법 사건&#039; 검찰도 곧 항소...25일 위증교사 선고</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117320","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117320" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,90);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117320.jpg?type=nf212_140&ut=20241122085015" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">막 오른 가상자산 시대...과세 논란 쟁점은? [앵커리포트]</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117187","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117187" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,91);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117187.jpg?type=nf212_140&ut=20241121224138" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명, 공직선거법 징역형에 항소...법정 다툼 2라운드</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117279","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117279" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,92);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117279.jpg?type=nf212_140&ut=20241122142419" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;성매수 의혹&#039; 게이츠 8일 만에 사퇴...트럼프 인선 타격</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117275","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117275" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,93);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117275.jpg?type=nf212_140&ut=20241122060417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">푸틴 &#034;우크라에 쏜 건 ICBM 아니고 신형 중거리미사일&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117167","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117167" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,94);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117167.jpg?type=nf212_140&ut=20241121235215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">당원게시판 논란, 대체 왜?...한동훈 &#034;불필요한 자중지란&#034;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117261","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117261" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,95);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117261.jpg?type=nf212_140&ut=20241122032417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">간편하게 팔에 붙여 포도당 측정...당뇨 관리 쉬워진다!</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117226","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117226" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,96);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117226.jpg?type=nf212_140&ut=20241122000421" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">다음 달 &#039;총파업&#039; 선언한 철도노조...교통대란 오나</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117196","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117196" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,97);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117196.jpg?type=nf212_140&ut=20241122171616" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;10년 격차 기술&#039; 중국 유출...전 삼성디스플레이 연구원 기소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117265","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117265" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,98);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117265.jpg?type=nf212_140&ut=20241122050218" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">푸틴 &#034;우크라에 쏜 건 ICBM 아니고 신형 중거리미사일&#034;</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117263","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117263" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,99);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/22/2117263.jpg?type=nf212_140&ut=20241122035823" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">ICC, 네타냐후 이스라엘 총리 체포영장 발부...실효성은 &#039;글쎄&#039;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117140","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117140" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,100);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117140.jpg?type=nf212_140&ut=20241121202417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">싱글맘 벼랑 끝으로 몬 &#039;악질 추심&#039;...불법 사채 실태는?</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117197","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117197" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,101);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117197.jpg?type=nf212_140&ut=20241121225019" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">엔비디아, 호실적에도 하락...악재 겹친 코스피</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117208","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117208" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,102);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117208.jpg?type=nf212_140&ut=20241121230826" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[단독] 승용차가 건물 들이받아 4명 다쳐...만취 운전 돌진도</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117186","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117186" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,103);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117186.jpg?type=nf212_140&ut=20241122033714" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[뉴스NIGHT] 명태균 녹취 추가 공개...당원게시판 논란 증폭</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117143","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117143" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,104);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117143.jpg?type=nf212_140&ut=20241121203010" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명, 공직선거법 징역형에 항소...법정 다툼 2라운드</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117120","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117120" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,105);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117120.jpg?type=nf212_140&ut=20241121185810" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">당원게시판 논란, 대체 왜?...한동훈 &#034;불필요한 자중지란&#034;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117128","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117128" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,106);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117128.jpg?type=nf212_140&ut=20241121191216" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">엔비디아, 호실적에도 하락...악재 겹친 코스피</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117117","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117117" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,107);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117117.jpg?type=nf212_140&ut=20241121185016" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;10년 격차 기술&#039; 중국 유출...전 삼성디스플레이 연구원 기소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117125","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117125" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,108);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117125.jpg?type=nf212_140&ut=20241121190819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;친일 옹호&#034; vs &#034;교권 침해&#034;...7년 만에 또 &#039;역사교과서 논쟁&#039;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117118","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117118" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,109);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117118.jpg?type=nf212_140&ut=20241121185418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명, 선거법 1심 &#039;징역형 집행유예&#039; 불복해 항소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117122","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117122" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,110);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117122.jpg?type=nf212_140&ut=20241121190423" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">가상자산 해킹 북 정찰총국이 주범...&#034;핵·미사일 돈줄&#034;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117098","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117098" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,111);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117098.jpg?type=nf212_140&ut=20241121180418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">군 검찰, &#039;항명 혐의&#039; 박정훈 전 수사단장에 징역 3년 구형</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117114","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117114" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,112);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117114.jpg?type=nf212_140&ut=20241121184415" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">아파트값 반년 만에 하락세 전환...전망은 서울·지방 엇갈려</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117104","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117104" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,113);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117104.jpg?type=nf212_140&ut=20241121182618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;재벌 사칭·폭행&#039; 전청조 2심서 감형...징역 13년 선고</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117110","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117110" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,114);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117110.jpg?type=nf212_140&ut=20241121183423" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명, 선거법 1심 &#039;의원직 상실형&#039; 불복해 항소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117096","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117096" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,115);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117096.jpg?type=nf212_140&ut=20241121180012" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;28일, 중앙지검장 등 탄핵 보고&#034;...&#034;화풀이식 탄핵 쇼&#034;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117105","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117105" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,116);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117105.jpg?type=nf212_140&ut=20241121182819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">동덕여대 공학 전환 논의 중단 합의...수업 재개</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117101","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117101" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,117);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117101.jpg?type=nf212_140&ut=20241121181213" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 이재명, 선거법 1심 &#039;의원직 상실형&#039; 불복해 항소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117069","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117069" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,118);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117069.jpg?type=nf212_140&ut=20241121171013" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;각종 질병에 효과&#034;...50만 유튜버 무허가 식품 판매</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117059","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117059" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,119);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117059.jpg?type=nf212_140&ut=20241121165819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대문짝만한 천장이 &#039;와르르&#039;…머리에 맞은 손님 뇌진탕</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117082","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117082" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,120);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117082.jpg?type=nf212_140&ut=20241121172836" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">日 대지진 전 나타난 &#039;종말 심해어&#039; 또 등장...미국 대륙 &#039;긴장&#039; [지금이뉴스]</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117028","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117028" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,121);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117028.jpg?type=nf212_140&ut=20241121160828" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;재벌 행세&#039; 전청조 2심서 감형...징역 13년 선고</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117032","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117032" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,122);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117032.jpg?type=nf212_140&ut=20241121161414" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">군 검찰, &#039;항명 혐의&#039; 박정훈 전 수사단장에 징역 3년 구형</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117045","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117045" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,123);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117045.jpg?type=nf212_140&ut=20241121164828" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">철도노조 &#034;다음 달 5일 무기한 총파업&#034;...교통대란 현실화 우려</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116972","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116972" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,124);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116972.jpg?type=nf212_140&ut=20241121145816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;초콜릿인 척 공항 통과&#034;...나이지리아 거점 국제 마약조직 검거</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116997","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116997" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,125);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116997.jpg?type=nf212_140&ut=20241121213225" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;하니씨, 당신은 근로자가 아닙니다&#034; 현직 노무사가 짚은 &#039;3가지&#039; 이유</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117024","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117024" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,126);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117024.jpg?type=nf212_140&ut=20241121160031" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">야당 &#034;범죄 덮으려 대표 죽이기&#034;...여당 &#034;화풀이식 탄핵쇼&#034;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117015","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117015" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,127);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117015.jpg?type=nf212_140&ut=20241121210017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">호주, &#039;16세 미만 SNS 금지&#039; 법안 발의...전 세계 최초</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002117021","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002117021" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,128);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2117021.jpg?type=nf212_140&ut=20241121155536" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 군 검찰, &#039;항명 혐의&#039; 박정훈 전 수사단장에 징역 3년 구형</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116927","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116927" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,129);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116927.jpg?type=nf212_140&ut=20241121135618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 &#039;위증교사&#039; 생중계 불허...&#039;선거법&#039;은 곧 항소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116929","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116929" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,130);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116929.jpg?type=nf212_140&ut=20241121141538" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">야당 &#034;범죄 덮으려 대표 죽이기&#034;...여당 &#034;화풀이식 탄핵쇼&#034;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116981","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116981" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,131);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116981.jpg?type=nf212_140&ut=20241121153620" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;재벌 사칭 사기&#039; 전청조 2심서 감형...징역 13년 선고</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116934","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116934" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,132);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116934.jpg?type=nf212_140&ut=20241121140435" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;북한, 업비트 580억 탈취&#034;...가상자산 북 범행 첫 확인</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116980","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116980" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,133);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116980.jpg?type=nf212_140&ut=20241121172217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;설마 진짜 황소개구리?&#034;...중국의 피자 비주얼에 누리꾼 &#039;충격&#039; [앵커리포트]</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116955","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116955" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,134);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116955.jpg?type=nf212_140&ut=20241121144220" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] &#039;재벌 사칭 사기&#039; 전청조, 2심서 징역 13년 선고</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116875","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116875" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,135);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116875.jpg?type=nf212_140&ut=20241121132412" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">철도노조, &#034;다음 달 5일부터 총파업&#034;...열차 지연은 14대</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116904","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116904" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,136);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116904.jpg?type=nf212_140&ut=20241121152225" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미술품 &#039;벽에 붙인 바나나&#039; 경매...86억 원에 낙찰</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116938","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116938" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,137);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116938.jpg?type=nf212_140&ut=20241121213220" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;예산 시장, 심판 필요한 때&#034; 진절머리난다던 백종원, 다 이유있었네</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116879","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116879" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,138);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116879.jpg?type=nf212_140&ut=20241121114810" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 &#039;위증교사&#039; 생중계도 불허...&#039;선거법&#039; 항소 임박</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116880","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116880" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,139);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116880.jpg?type=nf212_140&ut=20241121115410" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">야당 &#034;범죄 덮으려 대표 죽이기&#034;...여당 &#034;화풀이식 탄핵쇼&#034;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116890","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116890" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,140);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116890.jpg?type=nf212_140&ut=20241121141818" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;업비트 580억 해킹 범인은 북한&#034;...北 소행 규명 첫 사례</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116896","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116896" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,141);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116896.jpg?type=nf212_140&ut=20241121125814" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[나우쇼츠] 악수 청하며 손 내밀었는데...민망해진 김정은</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116848","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116848" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,142);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116848.jpg?type=nf212_140&ut=20241121110636" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대통령실, 정무수석 &#034;기자 질문 무례&#034; 발언 사과</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116895","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116895" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,143);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116895.jpg?type=nf212_140&ut=20241121125211" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">북 대남 확성기 새벽 귀신 소리...주민 건강도 위협</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116831","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116831" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,144);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116831.jpg?type=nf212_140&ut=20241121103219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;새벽 귀신소리에 주민 모두가 수면장애&#034;...北 확성기 피해 &#039;극심&#039;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116802","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116802" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,145);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116802.jpg?type=nf212_140&ut=20241121092223" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;북한군 5명이 집단 성폭행&#034;…러시아 대학생 &#039;충격&#039; 주장</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116791","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116791" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,146);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116791.jpg?type=nf212_140&ut=20241121085217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">지금이 제철인데...거리의 붕어빵, 어디로 갔을까? [앵커리포트]</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116790","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116790" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,147);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116790.jpg?type=nf212_140&ut=20241121085024" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;동덕여대 과격시위자, 형사처벌 가능성도&#034;...갈등 점입가경 [Y녹취록]</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116838","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116838" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,148);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116838.jpg?type=nf212_140&ut=20241121104228" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 법원, 이재명 &#039;위증교사&#039; 1심 선고 생중계 안 한다</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116783","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116783" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,149);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116783.jpg?type=nf212_140&ut=20241121085016" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">비트코인, 또 사상 최고가 경신...한때 9만 4,900달러대 거래</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116759","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116759" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,150);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116759.jpg?type=nf212_140&ut=20241121070010" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">남미 순방 마치고 귀국...본격 개각 착수 전 변수는?</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116738","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116738" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,151);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116738.jpg?type=nf212_140&ut=20241121045815" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;우크라, 러시아에 영국 미사일 첫 발사&#034;...&#039;폭풍전야&#039; 키이우엔 공습경보</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116656","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116656" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,152);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116656.jpg?type=nf212_140&ut=20241120220739" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국정원 &#034;북, 자주포·방사포 추가 수출...사상자는 파악 중&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116752","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116752" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,153);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116752.jpg?type=nf212_140&ut=20241121081017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">왜 단맛이 점점 무뎌질까?...혀의 비밀 밝혔다</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116744","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116744" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,154);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116744.jpg?type=nf212_140&ut=20241121061431" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">골프장 불로 카트 피해...만취 SUV가 신호등 &#039;쾅&#039;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116740","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116740" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,155);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116740.jpg?type=nf212_140&ut=20241121053412" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;시골 온천 갈까?&#034;...일본 소도시 뜨자 여행업계 &#039;반색&#039;</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116767","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116767" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,156);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116767.jpg?type=nf212_140&ut=20241121073631" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[날씨] 출근길 초미세먼지...오후까지 중서부·전북 비 조금</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116754","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116754" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,157);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/21/2116754.jpg?type=nf212_140&ut=20241121064814" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[출근길 YTN 날씨 11/21] 오늘 중서부 가끔 비, 초미세먼지 주의...예년보다 온화</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116674","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116674" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,158);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116674.jpg?type=nf212_140&ut=20241120230030" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">IMF, 내년 한국 경제 성장 전망 2.2 → 2.0%...&#034;하방 리스크 크다&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116672","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116672" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,159);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116672.jpg?type=nf212_140&ut=20241120225815" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프가 날개 단 비트코인...&#039;6일 만에 또 최고가&#039;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116680","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116680" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,160);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116680.jpg?type=nf212_140&ut=20241120230116" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;경찰! 경찰!&#034; 공권력 비웃는 외국인 &#039;드리프트 폭주족&#039; [앵커리포트]</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116665","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116665" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,161);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116665.jpg?type=nf212_140&ut=20241120220928" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">현대차 공장 3명 사망 &#039;배기가스에 질식&#039; 가능성</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116687","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116687" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,162);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116687.jpg?type=nf212_140&ut=20241120230648" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;뉴진스 하니, 근로자 아니다&#034;...&#039;직장 내 괴롭힘&#039; 민원 종결</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116587","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116587" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,163);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116587.jpg?type=nf212_140&ut=20241120180419" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 &#034;법인카드, 증거 없이 기소&#034;...&#039;사법 리스크&#039; 돌파 총력전</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116603","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116603" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,164);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116603.jpg?type=nf212_140&ut=20241120184215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">IMF, 내년 한국 경제 성장 전망 2.2 → 2.0%...&#034;하방 리스크 크다&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116617","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116617" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,165);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116617.jpg?type=nf212_140&ut=20241120191014" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울지하철 &#039;준법투쟁&#039; 열차 지연...&#034;12월 6일 파업&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116555","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116555" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,166);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116555.jpg?type=nf212_140&ut=20241120171018" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;프로포폴 무제한으로&#034;...불법투약 전문병원 적발</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116627","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116627" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,167);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116627.jpg?type=nf212_140&ut=20241120195011" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;모스크바 때릴 수도&#034;...푸틴 강력 압박하는 英 무기 [Y녹취록]</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116610","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116610" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,168);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116610.jpg?type=nf212_140&ut=20241120190020" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;소송하려면 홍콩·싱가포르 법원에...&#034; 황당한 알리·테무 약관</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116595","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116595" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,169);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116595.jpg?type=nf212_140&ut=20241120185219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">동덕여대 학생총회, 남녀 공학 전환 부결...&#039;찬성 0표&#039;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116581","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116581" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,170);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116581.jpg?type=nf212_140&ut=20241120175221" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">크리스마스 시즌 &#039;케이크&#039; 경쟁 시작…&#039;35만 원&#039;짜리 나왔다</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116507","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116507" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,171);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116507.jpg?type=nf212_140&ut=20241120160022" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국정원 &#034;북, 자주포·방사포 추가 수출...사상자는 파악 중&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116481","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116481" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,172);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116481.jpg?type=nf212_140&ut=20241120220413" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;대통령 명예훼손 혐의&#039; 김만배·신학림 보석 허가...&#034;관련자 접촉 금지&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116548","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116548" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,173);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116548.jpg?type=nf212_140&ut=20241120165412" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;겨울잠&#039;·&#039;짝짓기&#039; 앞두고 야생동물 습격 &#039;비상&#039;...&#034;퇴로 확보 중요&#034; [앵커리포트]</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116503","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116503" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,174);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116503.jpg?type=nf212_140&ut=20241120155617" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">여당, 이재명 사법리스크 압박...민주 &#034;명태균 회유 정황&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116535","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116535" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,175);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116535.jpg?type=nf212_140&ut=20241120204019" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">13월의 보너스, 올해 연말정산 달라진 점은?</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116514","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116514" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,176);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116514.jpg?type=nf212_140&ut=20241121010826" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;트럼프 싫으면 샤르데냐로 오세요&#034;...1유로에 집 제공</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116479","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116479" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,177);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116479.jpg?type=nf212_140&ut=20241120151352" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;요즘 아르바이트생 이래요?&#034; 사장님 한탄에 &#039;갑론을박&#039;...&#034;요즘 알바는 상전&#034; VS &#034;세대 아닌 사람 차이&#034; [앵커리포트]</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116523","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116523" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,178);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;돈 내면 병 낫는다&#034;...거액 챙긴 종교인 징역 10년</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116471","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116471" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,179);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116471.jpg?type=nf212_140&ut=20241120150016" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">연세대 논술 가처분 이의신청 기각...연대 &#034;즉시 항고&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116475","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116475" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,180);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116475.jpg?type=nf212_140&ut=20241120164812" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;뉴진스 하니, 근로자 아니다&#034;...&#039;직장 내 괴롭힘&#039; 민원 종결</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116370","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116370" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,181);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116370.jpg?type=nf212_140&ut=20241120185619" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">홍철호 정무수석 &#034;대통령에 사과 물은 기자, 무례...부모가 아이 대하듯&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116473","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116473" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,182);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116473.jpg?type=nf212_140&ut=20241120150223" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;상장되면 대박&#034;...배우 동원 가짜 &#039;투자 성공담&#039;으로 15억 사기</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116467","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116467" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,183);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116467.jpg?type=nf212_140&ut=20241120145625" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;월 300만 원에 입주 돌보미 모십니다&#034;…구인 공고에 &#039;갑론을박&#039;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116461","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116461" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,184);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116461.jpg?type=nf212_140&ut=20241120145111" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 법원, &#039;윤 대통령 명예훼손&#039; 김만배·신학림 보석 허가</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116405","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116405" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,185);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116405.jpg?type=nf212_140&ut=20241120133616" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">싹싹 비는데도 머리를 &#039;퍽퍽&#039;...길거리서 아이 폭행한 아빠</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116418","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116418" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,186);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116418.jpg?type=nf212_140&ut=20241120135841" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;BTS 굿즈 투자 받아요&#034;…6억 원 가로챈 소속사 관계자 징역형</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116446","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116446" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,187);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116446.jpg?type=nf212_140&ut=20241120142210" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 법원, 연세대 논술 효력정지 가처분 이의신청 기각</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116391","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116391" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,188);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116391.jpg?type=nf212_140&ut=20241120151308" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국정원 &#034;북한군, 러시아 현지 적응 마치고 쿠르스크 배치&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116382","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116382" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,189);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116382.jpg?type=nf212_140&ut=20241120130018" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;압구정 롤스로이스&#039; 가해자, 징역 10년 확정...도주치사는 &#039;무죄&#039;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116389","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116389" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,190);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116389.jpg?type=nf212_140&ut=20241120130820" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프, 우주선 발사 보며 머스크와 &#039;밀착&#039;...우주 사업에도 청신호?</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116383","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116383" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,191);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116383.jpg?type=nf212_140&ut=20241120130215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[나우쇼츠] &#039;몸짱 오세훈&#039; 등장에 회의장 술렁...&#034;묘하게 닮았네&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116330","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116330" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,192);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116330.jpg?type=nf212_140&ut=20241120110417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">위장전입·위장이혼...상반기 부정청약 127건 적발</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116377","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116377" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,193);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116377.jpg?type=nf212_140&ut=20241120123810" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[현장영상+] &#034;북, 러시아 현지 적응 마치고 쿠르스크 배치&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116336","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116336" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,194);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116336.jpg?type=nf212_140&ut=20241120111823" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;세금 체납 1위&#039; 150억 안 낸 &#039;이 사람&#039;...결국 이름 공개됐다</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116363","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116363" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,195);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116363.jpg?type=nf212_140&ut=20241120115815" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울 지하철 &#039;준법 투쟁&#039; 돌입...일부 열차 지연</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116371","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116371" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,196);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">처음 본 남성에게 흉기 휘둘러...40대 남녀 쌍방폭행 체포</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116353","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116353" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,197);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116353.jpg?type=nf212_140&ut=20241120114617" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">여당, &#034;25일 생중계&#034; 이재명 압박...민주, &#039;명태균 회유 녹취&#039; 역공</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116322","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116322" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,198);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116322.jpg?type=nf212_140&ut=20241120105023" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프 &#039;입막음 돈&#039; 선고 미뤄질 듯...트럼프 측 &#034;완전한 승리&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116314","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116314" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,199);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116314.jpg?type=nf212_140&ut=20241120104020" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] &#039;압구정 롤스로이스 가해자&#039; 징역 10년 확정</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116259","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116259" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,200);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116259.jpg?type=nf212_140&ut=20241120083818" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">백종원, 투기꾼들에 경고...&#034;예산 시장 통째로 옮길 것&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116315","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116315" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,201);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116315.jpg?type=nf212_140&ut=20241120103936" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[말말말] 김종혁 &#034;느닷없이 당대표 뒤통수 쳐&#034; 장예찬 &#034;드루킹과 뭐가 달라?&#034; 김두관 &#034;다양한 대권주자 필요&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116302","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116302" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,202);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116302.jpg?type=nf212_140&ut=20241120101226" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한인 사업가, 美 여자축구에 418억 원 기부...&#034;역대 최고액&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116245","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116245" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,203);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116245.jpg?type=nf212_140&ut=20241120080217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">우크라, 미 미사일로 러 본토 첫 타격...푸틴, 핵 위협 &#039;맞불&#039;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116275","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116275" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,204);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">중증 장애아동 부모 육아휴직 1년 6개월로 연장</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116263","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116263" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,205);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116263.jpg?type=nf212_140&ut=20241120085017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">내년부터 5월 15일 &#039;세종대왕 나신 날&#039;...국가기념일 지정</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116238","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116238" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,206);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령, 페루·브라질 순방 마치고 귀국길 올라</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116264","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116264" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,207);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116264.jpg?type=nf212_140&ut=20241120105420" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;뉴진스 하니, 근로자 아냐&#034;...직장 내 괴롭힘 &#039;민원 종결&#039;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116230","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116230" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,208);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116230.jpg?type=nf212_140&ut=20241120070222" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프가 날개 단 비트코인...&#039;6일 만에 또 최고가&#039;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116292","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116292" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,209);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116292.jpg?type=nf212_140&ut=20241120095617" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울 지하철 &#039;준법 투쟁&#039; 돌입...일부 열차 지연</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116175","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116175" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,210);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116175.jpg?type=nf212_140&ut=20241120021220" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">동덕여대 총학 &#034;찬반 투표&#034;...학교, 54억 책임 묻나 &#034;각자 책임져야&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116184","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116184" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,211);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116184.jpg?type=nf212_140&ut=20241120025418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령, G20 &#039;기후변화&#039; 연설로 남미 순방 마무리</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116204","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116204" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,212);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116204.jpg?type=nf212_140&ut=20241120054614" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뒤늦은 불법 사금융 대책...&#034;자격·처벌 강화해야&#034;</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116153","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116153" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,213);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116153.jpg?type=nf212_140&ut=20241120003015" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울 지하철 총파업 초읽기...&#034;12월 6일 돌입&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116229","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116229" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,214);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/20/2116229.jpg?type=nf212_140&ut=20241120070017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">젤렌스키 &#034;북한군 10만 파병할 수도&#034;...유럽 &#039;스톰섀도&#039; 곧 출격?</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116026","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116026" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,215);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116026.jpg?type=nf212_140&ut=20241119185618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대통령 골프 공방...&#034;경호예산 깎아야&#034; vs &#034;분풀이&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116053","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116053" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,216);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116053.jpg?type=nf212_140&ut=20241119195820" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">현대차 울산공장에서 3명 차량 테스트 중 질식사</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116027","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116027" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,217);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116027.jpg?type=nf212_140&ut=20241119190008" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">동덕여대 총학 &#034;찬반 투표&#034;...학교, 54억 책임 묻나 &#034;각자 책임져야&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115945","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115945" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,218);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115945.jpg?type=nf212_140&ut=20241119171009" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유아인 측 &#034;부친상까지 당해...이보다 큰 벌 없어&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116019","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116019" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,219);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116019.jpg?type=nf212_140&ut=20241119184621" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이번엔 등굣길 차량 돌진...中 &#039;묻지마 범죄&#039; 도미노?</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116029","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116029" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,220);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116029.jpg?type=nf212_140&ut=20241119190619" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[날씨] 온난화에 라니냐 겹친 겨울...3한4온 대신 &#039;10한 10온&#039;?</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115955","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115955" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,221);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115955.jpg?type=nf212_140&ut=20241119200214" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">현대차 울산공장에서 3명 차량 테스트 중 질식사</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116015","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116015" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,222);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116015.jpg?type=nf212_140&ut=20241119183814" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">명태균 측 본격 반박...대통령 부부 고발인 조사</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115961","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115961" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,223);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115961.jpg?type=nf212_140&ut=20241119171425" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;남성 인식&#039; 성소수자 학생에 &#034;수련회 때 여자 방 써야&#034;…인권위 &#034;차별&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116003","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116003" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,224);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116003.jpg?type=nf212_140&ut=20241119210021" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미 사용승인 &#039;에이태큼스&#039;란?...러-우크라전 새 변수</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002116013","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002116013" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,225);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2116013.jpg?type=nf212_140&ut=20241119183616" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울 지하철 총파업 초읽기...&#034;12월 6일 돌입&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115996","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115996" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,226);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115996.jpg?type=nf212_140&ut=20241119175825" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울-수원 오가며 &#039;재판 5개&#039;...사법리스크 격화</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115863","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115863" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,227);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115863.jpg?type=nf212_140&ut=20241119144618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;성범죄 혐의&#039; 김용만 회장, 아들 해임하고 대표이사 복귀? [앵커리포트]</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115956","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115956" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,228);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115956.jpg?type=nf212_140&ut=20241119171024" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">명태균 측 본격 반박...대통령 부부 고발인 조사</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115967","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115967" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,229);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115967.jpg?type=nf212_140&ut=20241119172025" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">日 사도광산 박물관 &#034;조선인 둔하고 재능 낮아&#034; 비하 표현</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115937","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115937" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,230);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115937.jpg?type=nf212_140&ut=20241119164744" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;산양유 100%입니다&#034;...알고 보니 산양유는 1.5%뿐</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115913","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115913" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,231);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115913.jpg?type=nf212_140&ut=20241119160428" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">주담대가 끌어올린 가계빚...2천조 육박 &#039;역대 최고&#039;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115912","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115912" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,232);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115912.jpg?type=nf212_140&ut=20241119160219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 추가 기소...&#034;해도 해도 너무해&#034; vs &#034;죄명 쏟아져&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115865","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115865" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,233);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115865.jpg?type=nf212_140&ut=20241119144826" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공항서 생리대까지 벗어 몸수색... 알고 보니 마약탐지 장비 오류 [앵커리포트]</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115934","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115934" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,234);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115934.jpg?type=nf212_140&ut=20241119164422" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">현대차 울산공장 연구원 3명 질식·사망</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115828","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115828" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,235);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115828.jpg?type=nf212_140&ut=20241119140613" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울 지하철도 파업 전운...노조 &#034;12월 6일 총파업&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115926","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115926" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,236);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115926.jpg?type=nf212_140&ut=20241119163414" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 현대차 울산공장 질식사고...2명 사망·1명 의식불명</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115795","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115795" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,237);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115795.jpg?type=nf212_140&ut=20241119130211" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">잇단 신병확보 실패에 티메프 수사 &#039;삐걱&#039;...피해자 분통</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115823","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115823" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,238);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115823.jpg?type=nf212_140&ut=20241119135614" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">검찰, &#039;법인카드 유용 혐의&#039; 이재명 기소..김혜경 기소유예</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115852","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115852" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,239);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115852.jpg?type=nf212_140&ut=20241119142819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;나 강남 근무한 교장이야!&#034;…교사들에 폭언, 와인파티 강요까지</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115827","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115827" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,240);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115827.jpg?type=nf212_140&ut=20241119140539" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">수원 공장에 큰 불...&#039;펑펑&#039; 폭발과 함께 연기 치솟아</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115777","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115777" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,241);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115777.jpg?type=nf212_140&ut=20241119120411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[단독] &#034;나와!&#034; 끝까지 버티던 &#039;음주 운전자&#039; 결국 검거...경찰, 연말 특별 단속</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115668","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115668" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,242);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115668.jpg?type=nf212_140&ut=20241119090817" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[단독] 연이율 5천%에 가족관계증명서까지...검경 단속 비웃듯 불법 사채 활개</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115771","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115771" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,243);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115771.jpg?type=nf212_140&ut=20241119115212" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;변호인단에 전관&#034; 의견도...&#039;한동훈 죽이기&#039; 논란</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115793","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115793" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,244);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115793.jpg?type=nf212_140&ut=20241119125617" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울 지하철도 파업 전운...노조 &#034;12월 6일 총파업&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115711","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115711" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,245);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115711.jpg?type=nf212_140&ut=20241119102813" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">검찰, &#039;법인카드 유용 혐의&#039; 이재명 기소..김혜경 기소유예</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115680","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115680" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,246);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115680.jpg?type=nf212_140&ut=20241119092419" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">왈츠 &#039;터프한 대화&#039; 예고...캠벨 &#034;한국 방위비 넉넉히 지불&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115692","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115692" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,247);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115692.jpg?type=nf212_140&ut=20241119095828" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;잘못 배달된 택배 주인 찾아주려다&#034;…프로파일러가 경고한 &#039;신종 사기&#039;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115768","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115768" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,248);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115768.jpg?type=nf212_140&ut=20241119113619" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;경찰, 나 잡아봐라&#034;…위험천만 &#039;외국인 폭주족&#039; 실태 고발</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115672","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115672" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,249);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115672.jpg?type=nf212_140&ut=20241119091011" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;네 남자친구가 되고 싶어&#034;…여경에 문자 보낸 부산경찰청 경정</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115674","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115674" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,250);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115674.jpg?type=nf212_140&ut=20241119091217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">갑자기 사라진 육아 계정...AI 연령 확인이 원인? [앵커리포트]</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115685","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115685" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,251);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115685.jpg?type=nf212_140&ut=20241119094217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 검찰 &#039;법인카드 유용 혐의&#039; 이재명 불구속 기소</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115679","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115679" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,252);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115679.jpg?type=nf212_140&ut=20241119092031" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령 &#034;기아·빈곤 퇴치 동참...러북 군사협력 즉각 중단&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115640","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115640" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,253);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115640.jpg?type=nf212_140&ut=20241119071011" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">안보리에서 미·러 정면 충돌...UN 내부에서 &#039;한국식 휴전&#039; 거론</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115642","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115642" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,254);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">대통령실 &#034;미국, 무기사용 승인 시 한국에 사전통보&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115609","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115609" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,255);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115609.jpg?type=nf212_140&ut=20241119050420" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령 &#034;기아·빈곤 퇴치 동참...러북 군사협력 즉각 중단&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115618","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115618" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,256);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115618.jpg?type=nf212_140&ut=20241119064015" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[단독] 연이율 5천%에 가족관계증명서까지...검경 단속 비웃듯 불법 사채 활개</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115639","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115639" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,257);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115639.jpg?type=nf212_140&ut=20241119070820" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[날씨] 아침까지 초겨울 추위, 서울 체감 -1.8℃...낮부터 점차 풀려</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115595","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115595" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,258);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115595.jpg?type=nf212_140&ut=20241119031818" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">레바논 &#034;헤즈볼라, 휴전안 긍정적&#034;...이스라엘은 &#034;작전 계속&#034;</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115636","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115636" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,259);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 대통령실 &#034;미 우크라전 장거리미사일 허용 관련 한국에 사전통보&#034;</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115622","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115622" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,260);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115622.jpg?type=nf212_140&ut=20241119055013" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[날씨] 이틀째 초겨울 추위, 곳곳 영하권...서울 체감 -1.6℃</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115610","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115610" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,261);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115610.jpg?type=nf212_140&ut=20241119050620" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미 장거리 무기 허용에 우크라 새 국면...러 &#034;3차 대전&#034; 경고</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115569","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115569" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,262);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115569.jpg?type=nf212_140&ut=20241119011222" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;한반도에서 군사적 충돌은 불가피&#034; 김정은의 강력한 경고? [Y녹취록]</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115529","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115529" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,263);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/18/2115529.jpg?type=nf212_140&ut=20241118232115" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">강혜경 &#034;명태균, 대통령 당선 도우면 공천&#034;...검찰 수사 속도</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115596","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115596" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,264);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115596.jpg?type=nf212_140&ut=20241119032217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">필리핀 한 달 새 여섯 번째 태풍 강타...최소 8명 사망</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115590","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115590" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,265);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115590.jpg?type=nf212_140&ut=20241119025223" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미국은 왜 &#039;러시아 본토 타격&#039;을 허용했나</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115587","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115587" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,266);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령 &#034;아프리카 식량위기 대응에 1천만 달러 신규 지원&#034;</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115584","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115584" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,267);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115584.jpg?type=nf212_140&ut=20241119033419" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">아시아의 &#039;성매매 수도&#039;로 전락? 도쿄의 참담한 현실에 &#039;충격&#039; [지금이뉴스]</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115558","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115558" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,268);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115558.jpg?type=nf212_140&ut=20241119045621" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">주말 사이 바뀐 계절, &#039;반소매→패딩&#039;...뒤죽박죽 날씨, 원인은?</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115581","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115581" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,269);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/19/2115581.jpg?type=nf212_140&ut=20241119032023" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">바이든 &#034;가자전쟁 휴전 위해 하마스 압박 강화해야&#034;</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news052,0002115534","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/052/0002115534" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',052,270);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/052/2024/11/18/2115534.jpg?type=nf212_140&ut=20241119164410" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;백두산 호랑이&#039; 중국 민가 습격...농민 물고 달아나</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> </ul> <div class="press_edit_news_more _nudge_more_area" data-count="6" data-more-count="12"> <a href="javascript:void(0);" class="press_edit_news_btn_more is_fold _nudge_more_fold_btn" onclick="nclk(event,'hom.moreclose',052,'');">접기</a> <a href="javascript:void(0);" class="press_edit_news_btn_more _nudge_more_btn" onclick="nclk(event,'hom.more',052,'');">더보기</a> </div> </div> <div class="press_desc_wrap"> <div class="press_desc"><em>YTN</em>에서 직접 선정한 콘텐츠입니다.</div> </div> <p class="subscribe_ticker" style="display: none;">구독한 뉴스는 <em>My뉴스</em>에서 볼 수 있습니다.</p> </section> <section class="press_aside _aside_wrapper"> <div class="press_aside_inner _aside_content"> <h3 class="blind">구독</h3> <div class="_aside"></div> <script> doAfterLoadEnd(loadAside); function loadAside() { var forcePcVersion = ""; if (isMobileDevice() && !forcePcVersion) { return; } var iframe = append(); var asideFixed; window.addEventListener('message', function(event) { var data = event.data; if (event.origin !== "https://news.naver.com") { return; } if (data.type === "setIframeSize" && data.height) { iframe.style.height = data.height + 'px'; iframe.style.visibility = ""; try { asideFixed.deactivate(); // event 중복 적용되지 않게 } catch(e) {} asideFixed = AsideFixed({ "wrapper" : document.querySelector("._aside_wrapper") }); } }); function append() { var iframe = document.createElement('iframe'); iframe.title = "구독 및 추천 채널"; iframe.width = "100%"; iframe.height = "0"; iframe.style.visibility = "hidden"; iframe.setAttribute("frameborder", "no"); iframe.setAttribute("scrolling", "no"); iframe.src = "https://news.naver.com/aside?oid=052"; document.querySelector("._aside").appendChild(iframe); return iframe; } } </script> </div> </section> </div> </div> <hr /> <div class="mp_footer"> <div class="f_maininfo"> <div class="f_maininfoinner"> <a href="javascript:topPage();" class="r_pg_top _go_top" id="goTop" onclick="nclk(event, 'fot.pctop', '', '');">맨위로</a> <footer role="contentinfo"> <p class="u_cr"> <span class="u_ftm _footer_login"> <span class="u_cri u_cri_v1"><a href="https://m.naver.com/services.html" data-mpurl='{"m":"https://m.naver.com/services.html","p":"https://www.naver.com/more.html"}' class="u_cra" onclick="nclk(event,'fot.serviceall','','');">전체서비스</a></span> </span> <span class="u_ftm"> <span class="u_cri u_cri_v1"><a href="https://m.news.naver.com/ombudsman/index" data-mpurl='{"m":"https://m.news.naver.com/ombudsman/index","p":"https://news.naver.com/main/ombudsman/index.naver"}' class="u_cra" onclick="nclk(event,'fot.guide','','');">서비스안내</a></span> <span class="u_cri u_cri_v1"><a href="https://help.naver.com/alias/news/news_001.naver" data-mpurl='{"m":"https://help.naver.com/alias/news/news_001.naver","p":"https://help.naver.com/alias/news/news_001.naver"}' class="u_cra" onclick="nclk(event,'fot.report','','');">오류신고</a></span> <span class="u_cri u_cri_v1"><a href="https://help.naver.com/alias/news/news_007.naver" data-mpurl='{"m":"https://help.naver.com/alias/news/news_007.naver","p":"https://help.naver.com/alias/news/news_007.naver"}' class="u_cra" onclick="nclk(event,'fot.help','','');">고객센터</a></span> </span> <span class="cr_rule"> <span class="cr_rulea">청소년 보호 책임자 : 이정규</span> </span> <span class="u_presscopy"> 각 언론사가 직접 콘텐츠를 편집합니다. <span class="u_presscopy_a">ⓒ YTN</span> </span> <span class="u_copyright">이 콘텐츠의 저작권은 저작권자 또는 제공처에 있으며, 이를 무단 이용하는 경우 저작권법 등에 따라 법적 책임을 질 수 있습니다.</span> <span class="u_naverlogo"><a href="https://www.navercorp.com/" data-mpurl='{"m":"https://www.navercorp.com/","p":"https://www.navercorp.com/"}' class="u_naverlogo_a" id="nhnLink" onclick="nclk(event,'fot.navercorp','','');">NAVER</a></span> </p> </footer> </div> </div> </div> <script type="text/javascript"> /** * 이 파일은 모바일 뉴스 서비스 전체 페이지에 적용되는 스크립트로써, * 코드 추가 시 Front-End 성능 관점에서 주의를 요합니다. */ jQuery(window).on('load', function(){ setTimeout(onload, 10); function onload(){ var oLnb = new news.Lnb('._lnb_scroll'); new news.ImageLazyLoader().load("img[data-src]"); new news.MoveTopButton("._go_top"); new news.HistoryManager().init("naver_mobile_news_history", ""); // iframe lazy-loading (function(){ try { Array.prototype.slice.apply(document.querySelectorAll('iframe[data-src]')) .forEach(function(iframeEl) { var originSrc = iframeEl.getAttribute('data-src'); if(originSrc) { iframeEl.setAttribute('src', originSrc); } }); }catch(e) {} })(); if(typeof init === "function"){ init(); } var cookie = news.Cookie.getInstance(); var isShownNewLnb = cookie.getItem("isShownNewLnb"); if(isShownNewLnb == null) { isShownNewLnb = "Y"; cookie.setItem("isShownNewLnb", isShownNewLnb, 3650, "", "/"); $("._isNew").addClass("is_new"); } { var footerLogin = jQuery(document).find('._footer_login'); if(footerLogin <= 0) { return; } // 디바이스에 따라 로그인, 로그아웃 URL 분기 var loginUrl = "https://nid.naver.com/nidlogin.login"; var logoutUrl = "https://nid.naver.com/nidlogin.logout?"; if (news.Util.getAgentInfo().bMobileOrTablet) { loginUrl = "https://nid.naver.com/nidlogin.login?svctype=262144"; logoutUrl = "https://nid.naver.com/nidlogin.logout?svctype=262144&"; } if(news.LoginAssistor.isLoginUser()) { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="javascript:news.Util.logout(\''+logoutUrl+'url=\'+encodeURIComponent(location.href));" class="u_cra" id="news_logout" onclick="nclk(event,\'fot.logout\',\'\',\'\');" >로그아웃</a></span>') }else { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="'+loginUrl+'" class="u_cra" id="news_login" onclick="nclk(event,\'fot.login\',\'\',\'\');" >로그인</a></span>') } } } }); </script> <script> function init() { /* LNB */ var pressHomeTopLnb = initPressHomeTopLnb(); /* LNB */ /* 탭 */ var pressHomeTab = initPressHomeTab({ floating: pressHomeTopLnb.floating }); /* 탭 */ /* 댓글 카운트 */ news.CommentCountPainterToList.getInstance().renderCommentCount({ linkDomainMap: { press: 'https://n.news.naver.com', pressHomeCard: 'https://n.news.naver.com' }, addStyle: "prepend", }); /* 댓글 카운트 */ /* 연/스 pc 기사링크 변경 대응 */ PressHomeMainManager.EnterSportsLinkChanger(); /* 연/스 pc 기사링크 변경 대응 */ /* 사설 */ if ($('._editorial_flick_wrap').length > 0) { new news.Flicking('._editorial_flick_wrap', { sNavDotAreaSelector: '._editorial_nav_items', // nStartIndex: 2, sOnNavDotClassName: 'pg_num_on', }); } /* 사설 */ /* 지면뉴스 플리킹 */ if ($('._paper_flick_wrap').length > 0) { new PressHomeMainManager.DotClickableFlicking('._paper_flick_wrap', { sNavDotAreaSelector: '._paper_nav_items', // nStartIndex: 2, sNavDotTpl: '<span role="tab" aria-selected="false" class="pg_num"></span>', sOnNavDotClassName: 'pg_num_on', }); } /* 지면뉴스 플리킹*/ // MyFeed wrapper 별로 초기화 해야한다. (관련 이슈 : NEW-27394) /* 칼럼 구독 */ if ($('._column_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._column_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, myFeedUrl: '/opinion/series' }).activate(); } /* 칼럼 구독 */ /* 연재 구독 */ if ($('._series_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._series_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, myFeedUrl: '/opinion/series' }).activate(); } /* 연재 구독 */ /* 기자 focus 구독 */ if ($('._journalist_focus_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._journalist_focus_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, isShowSubscribeButtonOnLayer: true, onRenderGuideLayer: function(welWrapper) { new PressHomeMainManager.ChannelSubscribeButton(welWrapper.find('.subscribe_guide_btn_wrapper'), { officeId: '052', buttonClassName: 'subscribe_guide_btn', nclk_add: 'hom.laypsub', nclk_remove: 'hom.laypusub', nclk_info: 'hom.info', needNotificationButton: false, needNotificationConfirm: false, // 기자 구독 > 언론사 구독 버튼은 기자 구독 시 생성되므로 캐시된 fetchChannelInfo 대신 최신 정보를 이용 refreshFetchChannelInfo: true }); }, myFeedUrl: getMyFeedUrl(), journalistSettingUrl: 'https://media.naver.com/channel/extraSettings' }).activate(); } /* 기자 focus 구독 */ /* 기자 focus > 기자 TALK 채팅 업데이트 여부 */ try { PressHomeMainManager.journalistTalkCommentUpdated(); } catch (e) {} /* 기자 focus > 기자 TALK 채팅 업데이트 여부 */ /* 랭킹 */ if ($('._ranking_news_wrapper').length > 0) { new PressHomeMainManager.Ranking('._ranking_news_wrapper'); } /* 랭킹 */ /* 개인화 추천 플리킹 */ if ($('._auto_recommend_news_wrapper').length > 0) { new PressHomeMainManager.AutoRecommend('._auto_recommend_news_wrapper'); if (typeof initAutoRecommendAiRS === 'function') { initAutoRecommendAiRS(); } } /* 개인화 추천 플리킹 */ /* 넛지 */ new PressHomeMainManager.HasMoreList('._nudge_wrap', { sMoreAreaSelector: '._nudge_more_area', sMoreButtonSelector: '._nudge_more_btn', sMoreFoldButtonSelector: '._nudge_more_fold_btn', onMoreArticleShow: function(articles, moreCount) { new news.ImageLazyLoader({ sSrcAttributeName: 'data-img-src' }).load('img[data-img-src]:lt(' + moreCount + ')'); } }); /* 넛지 */ /* 네이버TV 라이브 */ if ($('._navertv_live_wrapper').length > 0) { new PressHomeMainManager.NaverTvLive('._navertv_live_wrapper', { staticResourceDomain: 'https://ssl.pstatic.net/static.news/mnews/resources/20241121_013430' }); } /* 네이버TV 라이브 */ /* 네이버앱 숏폼 공통 뷰어 */ if ($('._press_shortform_list').length > 0) { PressHomeMainManager.ShortFormAppViewer({ sOfficeId: "052" }); } /* 네이버앱 숏폼 공통 뷰어 */ /* 가로스크롤 일괄 추가 */ $("._hor_scroller").each(function(index, scrollerWrapper) { ScrollForNative(scrollerWrapper); }); /* 가로스크롤 일괄 추가 */ /* 큐레이션 카드 안내 레이어 열기/닫기 동작 일괄 추가 */ try { new PressHomeMainManager.CurationCardToggle(); } catch (e) {} /* 큐레이션 카드 안내 레이어 열기/닫기 동작 일괄 추가 */ new news.PressHomeProfile() .init({ billboardChartLibUrl: billboardChartLibUrl, templateData: profileData }) .on('toggleProfile', function(){ pressHomeTopLnb.floating.updateBoundary(); }); new news.ChannelPlugin() .init({ channelPluginApiDomain: "https://api.channel-plugin.naver.com", followLayerAutoCloseMs: 5000, nclickPrefix: 'prs_hom' }); (function(){ if( Boolean(location.hash) === false || news.Util.getNavigationInfo().navigate === false // 링크 클릭 등으로 새로 진입했을 때만 실행 ){ return; } try{ news.AnchorHelper.anchorTo(location.hash, pressHomeTopLnb.floating.getHeight() - 1); }catch(e){} })(); var showSectionToggle = false; if (showSectionToggle) { $('#ps_toggle').bind('change', function() { var url = location.pathname; var sid = 'Main'; var elToggle = $(this); var isChecked = elToggle.is(':checked'); if (isChecked) { window.location.href = url + '?sid=' + sid + '&isSectionGroup=false' } else { window.location.href = url + '?sid=' + sid + '&isSectionGroup=true' } }); } var showNewsCooperateTerminatePopup = ''; if(showNewsCooperateTerminatePopup === 'true') { (function() { var sDisplayedCookieKey = 'presshome_cooperate_terminate_211118'; var oNoticeModalPopup = new news.NoticeModalPopup() .init({ wrapper: '.press_alert_layer', sCssClassForHide: 'is_hidden', sSelectorCloseBtn: '._close', sDisplayedCookieKey: sDisplayedCookieKey, nCookieExpiresDay: -1 }); oNoticeModalPopup.show(); $('._btn_confirm').on('click', function() { oNoticeModalPopup.hide(); if ($('.press_alert_layer .layer_hide_area .layer_hide_btn').attr('aria-checked') === 'true') { $.cookie(sDisplayedCookieKey, "1", { expires: 7 }); } }); $('.press_alert_layer .layer_hide_area .layer_hide_btn').on('click', function (e) { var target = $(e.currentTarget); var value = target.attr('aria-checked'); if(value === 'true') { target.attr('aria-checked', 'false'); } else { target.attr('aria-checked', 'true'); } }) })() } // Impression try { news.Impression.getInstance().init(); } catch (e) { } } function getMyFeedUrl() { if (isMobileDevice()) { return null; } else { return "https://news.naver.com"; } } </script> <script> var gnb_service = 'news'; var gnb_logout = encodeURIComponent(location.href); var gnb_template = 'gnb_utf8'; var gnb_brightness = 1; var gnb_item_hide_option= 128; doAfterLoadEnd(function () { try { GlobalMPUrlManager.init(); } catch (e) {} }); doAfterLoadEnd(function() { if (!document.querySelector('#gnb') || isMobileDevice() === true) { return; } var gnb_src = "https://ssl.pstatic.net/static.gn/templates/gnb_utf8?2024112504"; // GnbHelper를 이용하여 GNB Layer를 닫을 수 있도록 지원한다. if (window.jindo) { jindo.LazyLoading.load( gnb_src, function() { try { getGNB(); } catch(e) {} }, 'utf-8' ); jindo.$Fn(function (oEvent) { GnbHelper.attachClick(oEvent.$value().target); }).attach(document, 'click'); } else if (window.jQuery) { new news.JsLoader(). load( [gnb_src], function() { try { getGNB(); } catch(e) {} } ); $(document).on("click", function(event) { GnbHelper.attachClick(event.target); }); } }); </script> <script> doAfterLoadEnd(function() { try { new SearchAutoComplete({ content: document.querySelector("._search_content"), contentToggleBtn: document.querySelector("._search_content_toggle_btn"), isMobile: isMobileDevice(), nClickType: "newsM" }); } catch(e) {} }); </script> <!-- LCS --> <script type="text/javascript"> function initMa(){ var data = { "service": "news", "baseInfo": { "category": (function(){ var result = "언론사홈"; if(result !== ""){ return result; } try{ return document.querySelector('meta[property="og:title"]') .getAttribute('content') .replace(/[\s]*:+[\s]*네이버[\s]*뉴스/, ''); }catch(e){ return ""; } })() }, "extraInfo": {} }; data.extraInfo.officeId = "052"; try{ ma.init({ api: "https://ma.news.naver.com/l", data: data }); }catch(e){} } </script> <script type="text/javascript"> window.ntm_news = window.ntm_news || []; doAfterLoadEnd(function () { var ntmUrl = "https://ntm.pstatic.net/scripts/ntm_b7032129a433.js"; ntmInit(ntmUrl); }); </script> <script type="text/javascript"> // NLog pageview 전송 var eventType = "onpageshow" in window ? "pageshow" : "load"; jQuery(window).on(eventType, function() { var sti = ""; var gdid = ""; if (isMobileDevice()) { // mobile } else { // pc sti = "news" } // ma 전송 try { initMa(); } catch (e) { } ntmCustomPageViewSend({ sti: sti, gdid: gdid }); }); </script> <!-- //LCS --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10