CINXE.COM

<!doctype html> <html lang="ko"> <head> <title id="browserTitleArea"> 기자협회보 :: 네이버뉴스 </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/20250403_061027/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/20250403_061027/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; case "displayFallback": elImg.style.display = "none"; var elWrapper = elImg.closest("._NOIMAGE_WRAPPER"); if (elWrapper) { var elFallback = elWrapper.querySelector("._NOIMAGE_FALLBACK"); if (elFallback) { elFallback.style.display = "block"; } } 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/20250403_061027/js/generated/news.mobile.js"></script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027/js/generated/presshome.dependency.js"></script> <script> (function() { var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + '127/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="기자협회보 언론사홈"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://media.naver.com/press/127"/> <meta property="og:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/127/2025/03/17/logo_127_100_20250317104420.png"/> <meta property="og:description" content="언론사 주요 뉴스와 속보를 만나볼 수 있습니다."/> <meta property="og:article:author" content="네이버"/> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="기자협회보 언론사홈"> <meta name="twitter:site" content="네이버 뉴스"> <meta name="twitter:creator" content="네이버 뉴스"> <meta name="twitter:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/127/2025/03/17/logo_127_100_20250317104420.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: "127", 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="a body_press as_body_type_a _font_size_setting_target" style="color: #1d5787;"> <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: #1d5787;"> <div class="press_hd_bg" style="background-color: #FFFFFF; color: #FFFFFF;"> <div class="press_hd_bg_inner"> <img src="https://mimgnews.pstatic.net/image/upload/office_logo/127/2020/03/25/logo_127_61_20200325160425.jpg" 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',127,'');">이전</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',127,'');"> <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',127,'');" data-style="standard" data-url="https://media.naver.com/press/127" data-title="기자협회보 언론사 페이지 :: 네이버" data-mail-url="https://media.naver.com/press/127?lfrom=mail" data-blog-url="https://media.naver.com/press/127?lfrom=blog" data-blog-source-type="3" data-blog-blog-id="naver" data-cafe-url="https://media.naver.com/press/127?lfrom=cafe" data-cafe-source-type="3" data-memo-url="https://media.naver.com/press/127?lfrom=memo" data-calendar-url="https://media.naver.com/press/127?lfrom=calendar" data-band-url="https://media.naver.com/press/127?lfrom=band" data-line-url="https://media.naver.com/press/127?lfrom=line" data-kakaotalk-url="https://media.naver.com/press/127?lfrom=kakao" data-kakaostory-display="off" data-kakaotalk-image-url="https://ssl.pstatic.net/static.news/image/news/m/2015/10/press_logo/127_1200x630.jpg" data-facebook-url="https://media.naver.com/press/127?lfrom=facebook" data-twitter-url="https://media.naver.com/press/127?lfrom=twitter" data-mypeople-url="https://media.naver.com/press/127?lfrom=mypeople" data-friend-display="on" data-friend-url="https://media.naver.com/press/127?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: #1d5787;"> <a href="/press/127" class="press_hd_ci_image" onclick="nclk(event,'hom.logo',127,'');"> <img src="https://imgnews.pstatic.net/image/upload/spubs/PgG0000127/logo/2025/03/17/A_104505839.png?type=u144_144" alt="기자협회보" onerror="showNoImage(this)"> </a> <a href="http://m.journalist.or.kr/" class="press_hd_ci_home" onclick="nclk(event,'hom.url',127,'');">홈페이지</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://m.journalist.or.kr/" class="press_hd_name_link" onclick="nclk(event,'hom.url',127,'');"> 기자협회보<i class="press_hd_name_link_home" aria-label="기자협회보 홈페이지"></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">언론사별 최신 뉴스를 제공합니다.</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> </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: '127', pressListPopupUrl: popupUrl, wrapper: "._press_list_wrapper" }); return pressListPopup; } function initPressHomeLnb(params) { var officeId = '127'; 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">메인 뉴스판에서 기자협회보 주요뉴스를 볼 수 있습니다.</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>기자협회보</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 = null; var billboardChartLibUrl = ['https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027/js/generated/billboard.pkgd.min.js']; function initPressHomeTopLnb(params) { var pressHomeLnb = initPressHomeLnb(); var officeId = '127'; 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">메인 뉴스판에서 기자협회보 주요뉴스를 볼 수 있습니다.</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>기자협회보</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: #1d5787; 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/127" class="press_float_title_text" onclick="nclk(event,'prs_hom.top',127,'');">기자협회보</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: #1d5787;"> <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/127" 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 " aria-selected="false"> <a href="/press/127/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 = '127'; /* 탭 */ 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_news as_representation _CURATION_CARD" id="Representation"> <div class="press_main_news_inner"> <ul class="press_news_list _nlog_impression_template as_top" data-template="Representation_Photo2Text4A"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/127/0000037476?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/127/0000037476?type=main" data-imp-area="hom.head3p" data-imp-gdid="880000A2_000000000000000000037476" data-imp-index="1" onclick="nclk(event,'hom.head3p',127,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37476.jpg?type=nf320_212&ut=1744103112000" alt="" onerror="showNoImage(this)"> </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/127/0000037463?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/127/0000037463?type=main" data-imp-area="hom.head3p" data-imp-gdid="880000A2_000000000000000000037463" data-imp-index="2" onclick="nclk(event,'hom.head3p',127,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37463.jpg?type=nf320_212&ut=1744101131000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>윤석열 대통령 파면은 역사의 정의다</strong> </span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/127/0000037475?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/127/0000037475?type=main" data-imp-area="hom.head3t" data-imp-gdid="880000A2_000000000000000000037475" data-imp-index="1" onclick="nclk(event,'hom.head3t',127,1);"> <span class="press_news_text"><strong>언론탄압·방송장악 3년… 언론계 &#034;내란 청산하자&#034;</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/127/0000037474?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/127/0000037474?type=main" data-imp-area="hom.head3t" data-imp-gdid="880000A2_000000000000000000037474" data-imp-index="2" onclick="nclk(event,'hom.head3t',127,2);"> <span class="press_news_text"><strong>계엄군, 12월3일 언론인 체포... &#034;그런데도 아무 일도 없었다?&#034;</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/127/0000037477?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/127/0000037477?type=main" data-imp-area="hom.head3t" data-imp-gdid="880000A2_000000000000000000037477" data-imp-index="3" onclick="nclk(event,'hom.head3t',127,3);"> <span class="press_news_text"><strong>외신 &#034;한국 민주주의 승리… 사회 단합이 과제&#034;</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/127/0000037465?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/127/0000037465?type=main" data-imp-area="hom.head3t" data-imp-gdid="880000A2_000000000000000000037465" data-imp-index="4" onclick="nclk(event,'hom.head3t',127,4);"> <span class="press_news_text"><strong>관세전쟁, 달러, 지정학적 후폭풍</strong></span> </a> </li> </ul> </div> </div> <div class="r_group_comp" id="ad"> <div class="ad_area _ad_press_home" id="nmap_press_home"> <script> gladsdk.cmd.push(function () { gladsdk.displayAd("nmap_press_home"); }); </script> </div> <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":"news127,0000037464","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037464" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37464.jpg?type=nf212_140&ut=20250408173411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">AI시대, 저널리즘 생존과 공존 위한 정책 패러다임 전환</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":"news127,0000037470","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037470" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37470.jpg?type=nf212_140&ut=20250408175112" 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>6시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news127,0000037471","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037471" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37471.jpg?type=nf212_140&ut=20250408175217" 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>6시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news127,0000037472","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037472" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37472.jpg?type=nf212_140&ut=20250408175416" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">신동호 EBS 사장 임명 효력정지… &#039;2인 방통위&#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 " data-comment='{"gno":"news127,0000037473","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037473" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37473.jpg?type=nf212_140&ut=20250408175911" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">기협, 시민과 함께한 122일 &#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":"news127,0000037462","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037462" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37462.jpg?type=nf212_140&ut=20250408162416" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤석열, 만장일치 파면… &#039;5대3 교착설&#039; 보도가 오점 남긴 이유</span> <span class="r_ico_b r_modify"><b>7시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_column _CURATION_CARD _series_myfeed_wrapper" id="Series"> <div class="press_title"> <h4 class="press_title_h">연재</h4> </div> <div class="press_column_ct"> <div class="scroller _hor_scroller"> <ul class="flick-container _scroller" style="position: relative;"> <li class="flick-ct"> <div class="press_column_inside"> <div class="press_column_profile"> <a href="https://n.news.naver.com/mnews/hotissue/article/127/0000037453?type=series&cid=2002690" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',127,1);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/127/2025/04/05/0000037453_001_20250405171009418.jpg?type=nf276_188" width="138" height="94" alt="재판장이 유죄판결 내리자... 법정에 울려퍼진 &#039;그 노래&#039;" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/127/0000037453?type=series&cid=2002690" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',127,1);"> <div class="press_column_headline">재판장이 유죄판결 내리자... 법정에 울려퍼진 &#039;그 노래&#039;</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002690" data-subscribename="길거리 언론의 편집장, 안종필 평전" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2002690&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002690&sid1=102" onclick="nclk(event,'hom.tseries',127,1);"> <div class="press_column_name">길거리 언론의 편집장, 안종필 평전</div> </a> </div> </div> </div> </li> <li class="flick-ct"> <div class="press_column_inside"> <div class="press_column_profile"> <a href="https://n.news.naver.com/mnews/hotissue/article/127/0000037469?type=series&cid=2001176" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',127,2);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/127/2025/04/08/0000037469_001_20250408174911906.jpg?type=nf276_188" width="138" height="94" alt="(198) 이토록 생생한 민주주의" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/127/0000037469?type=series&cid=2001176" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',127,2);"> <div class="press_column_headline">(198) 이토록 생생한 민주주의</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2001176" data-subscribename="뷰파인더 너머" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2001176&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2001176&sid1=102" onclick="nclk(event,'hom.tseries',127,2);"> <div class="press_column_name">뷰파인더 너머</div> </a> </div> </div> </div> </li> </ul> <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":"news127,0000037461","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037461" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37461.jpg?type=nf212_140&ut=20250408150610" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">YTN노조 &#034;내란사태에 정치적 중립? 내란잔당 셀프 인증&#034;</span> <span class="r_ico_b r_modify"><b>8시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news127,0000037460","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037460" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37460.jpg?type=nf212_140&ut=20250408113815" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news127,0000037459","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037459" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37459.jpg?type=nf212_140&ut=20250408092410" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news127,0000037458","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037458" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/07/37458.jpg?type=nf212_140&ut=20250407192815" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news127,0000037457","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037457" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/07/37457.jpg?type=nf212_140&ut=20250407173909" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">법원, 신동호 EBS 사장 임명 효력정지</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":"news127,0000037456","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037456" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/07/37456.jpg?type=nf212_140&ut=20250407123907" 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>1일전</b></span> </span> </a> </li> </ul> </div> <div class="press_todaycolumn _CURATION_CARD _column_myfeed_wrapper" id="Column"> <div class="press_title"> <h4 class="press_title_h">칼럼</h4> </div> <ul class="press_todaycolumn_ct"> <li class="press_todaycolumn_item as_thumb"> <div class="press_todaycolumn_tx"> <a href="https://n.news.naver.com/article/127/0000037465" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',127,1);">관세전쟁, 달러, 지정학적 후폭풍</a> <div class="press_todaycolumn_time">6시간전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/127/0000037465" onclick="nclk(event,'hom.column',127,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37465.jpg?type=nf130_130&ut=1744101311000" width="60" height="60" alt="" onerror="showNoImage(this)"> </a> </div> </li> <li class="press_todaycolumn_item as_thumb"> <div class="press_todaycolumn_tx"> <a href="https://n.news.naver.com/article/127/0000037464" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',127,2);">AI시대, 저널리즘 생존과 공존 위한 정책 패러다임 전환</a> <div class="press_todaycolumn_time">6시간전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/127/0000037464" onclick="nclk(event,'hom.column',127,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37464.jpg?type=nf130_130&ut=1744101251000" width="60" height="60" alt="" onerror="showNoImage(this)"> </a> </div> </li> <li class="press_todaycolumn_item as_thumb"> <div class="press_todaycolumn_tx"> <a href="https://n.news.naver.com/article/127/0000037463" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',127,3);">윤석열 대통령 파면은 역사의 정의다</a> <div class="press_todaycolumn_time">6시간전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/127/0000037463" onclick="nclk(event,'hom.column',127,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/08/37463.jpg?type=nf130_130&ut=1744101131000" width="60" height="60" alt="" onerror="showNoImage(this)"> </a> </div> </li> <li class="press_todaycolumn_item as_thumb"> <div class="press_todaycolumn_tx"> <a href="https://n.news.naver.com/article/127/0000037426" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',127,4);">고래 싸움에 &#039;선수&#039; 등만 터진다</a> <div class="press_todaycolumn_time">7일전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/127/0000037426" onclick="nclk(event,'hom.column',127,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37426.jpg?type=nf130_130&ut=1743498608000" width="60" height="60" alt="" onerror="showNoImage(this)"> </a> </div> </li> </ul> </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":"news127,0000037454","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037454" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/06/37454.jpg?type=nf212_140&ut=20250406110611" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">KBS &#034;이제 대선&#034;, MBC &#034;가장 빛나는날&#034;, SBS &#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 " data-comment='{"gno":"news127,0000037452","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037452" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/05/37452.jpg?type=nf212_140&ut=20250405105410" 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 " data-comment='{"gno":"news127,0000037450","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037450" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37450.jpg?type=nf212_140&ut=20250404163818" 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 " data-comment='{"gno":"news127,0000037455","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037455" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/06/37455.jpg?type=nf212_140&ut=20250406110816" 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 " data-comment='{"gno":"news127,0000037448","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037448" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37448.jpg?type=nf212_140&ut=20250404152912" 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 " data-comment='{"gno":"news127,0000037451","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037451" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',127,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37451.jpg?type=nf212_140&ut=20250404192211" 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":"news127,0000037447","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037447" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,7);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37447.jpg?type=nf212_140&ut=20250405093811" 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":"news127,0000037445","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037445" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,8);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37445.jpg?type=nf212_140&ut=20250405094020" 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":"news127,0000037446","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037446" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,9);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37446.jpg?type=nf212_140&ut=20250404164709" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤석열 대통령 파면… &#034;&#039;경고성 계엄&#039; 주장 자체가 위헌&#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":"news127,0000037444","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037444" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,10);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37444.jpg?type=nf212_140&ut=20250404130710" 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":"news127,0000037443","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037443" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,11);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37443.jpg?type=nf212_140&ut=20250404113611" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 윤석열 대통령 파면... 헌법재판관 8인 만장일치 선고</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":"news127,0000037442","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037442" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,12);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/04/37442.jpg?type=nf212_140&ut=20250404093818" 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;심판의 날&#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":"news127,0000037441","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037441" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,13);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/03/37441.jpg?type=nf212_140&ut=20250403175417" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037435","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037435" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,14);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/02/37435.jpg?type=nf212_140&ut=20250402165512" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037440","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037440" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,15);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/03/37440.jpg?type=nf212_140&ut=20250403155711" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">MBC 재허가 속도내는 &#039;2인 방통위&#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":"news127,0000037439","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037439" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,16);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/03/37439.jpg?type=nf212_140&ut=20250403143210" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;2인 방통위&#039; EBS사장 임명 가처분 심문… 재판부 &#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":"news127,0000037438","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037438" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,17);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/03/37438.jpg?type=nf212_140&ut=20250403092112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;2035 탄소중립&#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":"news127,0000037434","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037434" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,18);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/02/37434.jpg?type=nf212_140&ut=20250402115413" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">12·3 비상계엄 당일 계엄군, 기자 포박·체포 시도했다</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":"news127,0000037436","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037436" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,19);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/02/37436.jpg?type=nf212_140&ut=20250402172512" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037432","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037432" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,20);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37432.jpg?type=nf212_140&ut=20250401185817" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037430","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037430" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,21);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37430.jpg?type=nf212_140&ut=20250401183911" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">신동호 EBS 사장 임명 1주일, 내부 반발 계속</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037431","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037431" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,22);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37431.jpg?type=nf212_140&ut=20250401185111" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037433","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037433" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,23);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37433.jpg?type=nf212_140&ut=20250401190415" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤석열 대통령 &#039;운명의 날&#039;… 헌재, 4일 탄핵심판 선고</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037427","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037427" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,24);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37427.jpg?type=nf212_140&ut=20250401182016" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037426","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037426" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,25);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37426.jpg?type=nf212_140&ut=20250401181008" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037424","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037424" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,26);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37424.jpg?type=nf212_140&ut=20250401180710" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">교육 공영방송 EBS 사장 위법적 선임 안된다</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037429","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037429" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,27);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37429.jpg?type=nf212_140&ut=20250401183511" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">수신료 통합징수법 거부권 행사 두 달여… KBS, 수신료 인력 확충 계획</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037428","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037428" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,28);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37428.jpg?type=nf212_140&ut=20250401182414" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">파주 DMZ 견학한 세계 기자들 &#034;언젠가 통일해 이산가족 만나길&#034;</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037418","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037418" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,29);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37418.jpg?type=nf212_140&ut=20250401121611" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헌재, 윤석열 대통령 탄핵심판 4일 선고… 비상계엄 122일만</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037419","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037419" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,30);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37419.jpg?type=nf212_140&ut=20250401140211" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;기후는 아이템 아닌 관점... 모든 영역 &#039;기후 렌즈&#039;로 바라봐야&#034;</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037416","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037416" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,31);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/31/37416.jpg?type=nf212_140&ut=20250331174109" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </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>2025.03.31.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037415","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037415" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,32);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/31/37415.jpg?type=nf212_140&ut=20250331141510" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2025 세계기자대회 개막... &#034;치열하고 날카로운 토론 기대&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.31.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037417","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037417" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,33);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/04/01/37417.jpg?type=nf212_140&ut=20250401093419" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037414","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037414" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,34);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/30/37414.jpg?type=nf212_140&ut=20250330124714" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">OTT에 광고 경쟁력도 밀리는 방송… 이진숙 방통위가 할 일은?</span> <span class="r_ico_b r_modify"><b>2025.03.30.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037412","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037412" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,35);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/29/37412.jpg?type=nf212_140&ut=20250329090618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">EBS 기자들 &#034;정치편향 논란 신동호, 사장으로 인정 못해&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037411","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037411" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,36);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/28/37411.jpg?type=nf212_140&ut=20250328193110" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;영상·기술 통합, 분사 사전작업&#034;... YTN 내부 우려 속 조직개편</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037410","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037410" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,37);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/28/37410.jpg?type=nf212_140&ut=20250328184809" 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차장, SBS 사외이사 선임</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037409","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037409" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,38);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/28/37409.jpg?type=nf212_140&ut=20250328124610" 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>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037408","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037408" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,39);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/28/37408.jpg?type=nf212_140&ut=20250328154011" 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>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037407","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037407" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,40);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37407.jpg?type=nf212_140&ut=20250327203307" 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>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037406","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037406" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,41);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37406.jpg?type=nf212_140&ut=20250327171011" 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>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037405","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037405" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,42);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37405.jpg?type=nf212_140&ut=20250327162111" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">보도가치 의문 스포츠 행사... SBS, 류희림 청탁으로 보도?</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037404","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037404" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,43);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37404.jpg?type=nf212_140&ut=20250327160012" 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>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037403","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037403" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,44);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37403.jpg?type=nf212_140&ut=20250327141818" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">EBS 구성원 대다수 반발... 신동호 사장 첫 출근 무산</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037400","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037400" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,45);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37400.jpg?type=nf212_140&ut=20250327091310" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;2025 세계기자대회&#039; 31일 개막… 52개국 62명 참가</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037402","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037402" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,46);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37402.jpg?type=nf212_140&ut=20250327135217" 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>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037401","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037401" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,47);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/27/37401.jpg?type=nf212_140&ut=20250327091312" 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>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037398","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037398" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,48);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/26/37398.jpg?type=nf212_140&ut=20250326180112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;교육 공영방송 EBS 사장에 &#039;역대급 정치이력&#039; 신동호라니&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037396","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037396" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,49);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/26/37396.jpg?type=nf212_140&ut=20250326104814" 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>2025.03.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037391","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037391" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,50);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37391.jpg?type=nf212_140&ut=20250325175317" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037388","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037388" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,51);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37388.jpg?type=nf212_140&ut=20250325175311" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이진숙 &#039;2인 의결 합법&#039; 고수… &#039;위법&#039; 판결 계속</span> <span class="r_ico_b r_modify"><b>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037397","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037397" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,52);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/26/37397.jpg?type=nf212_140&ut=20250326144114" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;내정설&#039; 부인하던 신동호, EBS 사장 임명</span> <span class="r_ico_b r_modify"><b>2025.03.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037384","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037384" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,53);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37384.jpg?type=nf212_140&ut=20250325175214" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037395","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037395" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,54);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/26/37395.jpg?type=nf212_140&ut=20250326104013" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">EBS 보직간부들 &#034;2인 방통위 임명 사장, 받아들일 수 없다&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037393","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037393" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,55);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37393.jpg?type=nf212_140&ut=20250325184712" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037389","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037389" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,56);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37389.jpg?type=nf212_140&ut=20250325175313" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">방통위, EBS 사장 후보자 면접… 신동호 임명 강행?</span> <span class="r_ico_b r_modify"><b>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037394","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037394" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,57);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37394.jpg?type=nf212_140&ut=20250325175323" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037387","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037387" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,58);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37387.jpg?type=nf212_140&ut=20250325175220" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037392","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037392" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,59);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37392.jpg?type=nf212_140&ut=20250325175319" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037383","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037383" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,60);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37383.jpg?type=nf212_140&ut=20250325175012" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037382","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037382" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,61);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37382.jpg?type=nf212_140&ut=20250325170710" 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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037385","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037385" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,62);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37385.jpg?type=nf212_140&ut=20250325175215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">언론노조 13대 집행부 출범… &#034;언론계 곳곳 내란세력들 척결할 것&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037380","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037380" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,63);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/25/37380.jpg?type=nf212_140&ut=20250325172610" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </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>2025.03.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037379","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037379" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,64);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/24/37379.jpg?type=nf212_140&ut=20250324131909" 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>2025.03.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037378","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037378" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,65);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/24/37378.jpg?type=nf212_140&ut=20250324110812" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">포털 다음에 49개 지역언론사 신규 입점</span> <span class="r_ico_b r_modify"><b>2025.03.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037377","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037377" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,66);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/24/37377.jpg?type=nf212_140&ut=20250324101312" 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>2025.03.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037376","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037376" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,67);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/23/37376.jpg?type=nf212_140&ut=20250323170110" 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>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037373","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037373" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,68);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/22/37373.jpg?type=nf212_140&ut=20250323100711" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2025 KBO리그 개막… 야구 열풍에 들뜬 방송가·포털</span> <span class="r_ico_b r_modify"><b>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037366","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037366" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,69);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/20/37366.jpg?type=nf212_140&ut=20250320144910" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </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>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037375","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037375" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,70);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/23/37375.jpg?type=nf212_140&ut=20250323100814" 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>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037368","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037368" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,71);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/20/37368.jpg?type=nf212_140&ut=20250320195713" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">EBS사장 내정설, 당적보유 논란 신동호... &#034;흠집내기 공작&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037372","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037372" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,72);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/21/37372.jpg?type=nf212_140&ut=20250321165112" 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>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037371","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037371" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,73);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/21/37371.jpg?type=nf212_140&ut=20250321135314" 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>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037370","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037370" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,74);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/21/37370.jpg?type=nf212_140&ut=20250321113913" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">24일 韓·26일 李, 尹은 28일?… &#039;운명의 1주일&#039; 온다</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037367","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037367" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,75);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/20/37367.jpg?type=nf212_140&ut=20250320164311" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">검찰, 전주MBC 결국 기소… &#034;비판언론 재갈 공범&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037365","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037365" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,76);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/20/37365.jpg?type=nf212_140&ut=20250320103618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경향신문 &#034;여인형 전 사령관, KBS에 여론작업 준비&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037364","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037364" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,77);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/20/37364.jpg?type=nf212_140&ut=20250320092312" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">YTN라디오 구성원 &#034;없던 임원직 신설, 자회사 파산시킬 건가&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037363","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037363" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,78);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/19/37363.jpg?type=nf212_140&ut=20250319183421" 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>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037359","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037359" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,79);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37359.jpg?type=nf212_140&ut=20250318184416" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037360","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037360" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,80);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37360.jpg?type=nf212_140&ut=20250318184712" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037361","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037361" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,81);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37361.jpg?type=nf212_140&ut=20250318185012" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037358","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037358" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,82);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37358.jpg?type=nf212_140&ut=20250318184414" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037357","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037357" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,83);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37357.jpg?type=nf212_140&ut=20250318183815" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">최상목 &#039;방통위 정족수 3인&#039; 개정안 거부권, 이진숙 &#039;2인 의결&#039; 강행하나</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037356","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037356" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,84);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37356.jpg?type=nf212_140&ut=20250318183412" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">50년 여정 막 내린 동아투위… &#034;옛 동아일보 명성 되찾길&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037351","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037351" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,85);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37351.jpg?type=nf212_140&ut=20250318152810" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037354","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037354" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,86);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37354.jpg?type=nf212_140&ut=20250318182512" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037355","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037355" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,87);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37355.jpg?type=nf212_140&ut=20250318182818" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037350","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037350" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,88);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37350.jpg?type=nf212_140&ut=20250318092511" 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>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037349","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037349" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,89);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/18/37349.jpg?type=nf212_140&ut=20250318092311" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">신문협회, &#039;한국신문상&#039; 강원도민일보 등 4편 선정</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037348","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037348" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,90);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/17/37348.jpg?type=nf212_140&ut=20250317173217" 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>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037347","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037347" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,91);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/17/37347.jpg?type=nf212_140&ut=20250317161711" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">EBS 구성원·야권 이사들 &#034;&#039;2인 방통위&#039;, 사장 임명 중단하라&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037346","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037346" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,92);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/17/37346.jpg?type=nf212_140&ut=20250317115018" 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>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037345","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037345" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,93);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/17/37345.jpg?type=nf212_140&ut=20250317102512" 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>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037344","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037344" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,94);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/16/37344.jpg?type=nf212_140&ut=20250321151813" 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>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037342","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037342" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,95);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/15/37342.jpg?type=nf212_140&ut=20250315151016" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;간첩 99명 체포&#039; 스카이데일리, 윤리위 제재 이행 거부</span> <span class="r_ico_b r_modify"><b>2025.03.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037341","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037341" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,96);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/15/37341.jpg?type=nf212_140&ut=20250315121510" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">조선일보 주필도 극찬한 KBS &#039;추적60분&#039;, 왜 결방돼야 했나</span> <span class="r_ico_b r_modify"><b>2025.03.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037340","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037340" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,97);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/14/37340.jpg?type=nf212_140&ut=20250314140311" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국제신문 기업회생 신청 3달… &#034;조속 개시&#034; 탄원 줄이어</span> <span class="r_ico_b r_modify"><b>2025.03.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037339","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037339" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,98);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/14/37339.jpg?type=nf212_140&ut=20250314115210" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">TBC 임금협상 파국... &#034;투자실패 손실, 직원에 떠넘겨&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037336","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037336" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,99);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/13/37336.jpg?type=nf212_140&ut=20250313180915" 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>2025.03.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037337","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037337" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,100);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/13/37337.jpg?type=nf212_140&ut=20250319141212" 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>2025.03.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037338","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037338" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,101);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/14/37338.jpg?type=nf212_140&ut=20250317151911" 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>2025.03.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037334","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037334" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,102);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/13/37334.jpg?type=nf212_140&ut=20250313151111" 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>2025.03.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037335","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037335" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,103);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/13/37335.jpg?type=nf212_140&ut=20250313160817" 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>2025.03.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037333","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037333" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,104);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/13/37333.jpg?type=nf212_140&ut=20250313144416" 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>2025.03.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037330","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037330" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,105);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/12/37330.jpg?type=nf212_140&ut=20250312110113" 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>2025.03.12.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037314","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037314" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,106);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37314.jpg?type=nf212_140&ut=20250311183614" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">SNS와 공사 구분론</span> <span class="r_ico_b r_modify"><b>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037319","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037319" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,107);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37319.jpg?type=nf212_140&ut=20250311185512" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">코딩 배우고 프로그램 개발·활용… AI 시대, 업무방식 바꾸는 기자들</span> <span class="r_ico_b r_modify"><b>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037318","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037318" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,108);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37318.jpg?type=nf212_140&ut=20250311211611" 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>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037332","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037332" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,109);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/13/37332.jpg?type=nf212_140&ut=20250313095612" 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>2025.03.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037316","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037316" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,110);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37316.jpg?type=nf212_140&ut=20250311184217" 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>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037317","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037317" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,111);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37317.jpg?type=nf212_140&ut=20250311184612" 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>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037323","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037323" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,112);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37323.jpg?type=nf212_140&ut=20250311191212" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹 탄핵심판 현장 취재기자 10명 중 8명 &#034;만장일치 인용&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037322","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037322" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,113);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37322.jpg?type=nf212_140&ut=20250311191012" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">박근혜 11일, 윤석열 15일+@… 탄핵 결론, 못 내나 안 내나</span> <span class="r_ico_b r_modify"><b>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037321","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037321" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,114);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37321.jpg?type=nf212_140&ut=20250311190512" 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>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037313","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037313" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,115);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37313.jpg?type=nf212_140&ut=20250311183412" 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>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037310","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037310" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,116);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/11/37310.jpg?type=nf212_140&ut=20250311115513" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">EBS 사장 공모에 8명 지원... 신동호 이사 내정설</span> <span class="r_ico_b r_modify"><b>2025.03.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037309","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037309" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,117);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/10/37309.jpg?type=nf212_140&ut=20250310202113" 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>2025.03.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037307","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037307" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,118);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/10/37307.jpg?type=nf212_140&ut=20250310111418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </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>2025.03.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037308","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037308" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,119);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/10/37308.jpg?type=nf212_140&ut=20250311190312" 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>2025.03.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037306","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037306" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,120);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/10/37306.jpg?type=nf212_140&ut=20250310191713" 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>2025.03.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037305","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037305" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,121);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/09/37305.jpg?type=nf212_140&ut=20250309121711" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">베이비붐세대 &#034;사회변화 주도&#034;… MZ &#034;SNS 출처 뉴스 불신&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.09.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037304","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037304" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,122);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/08/37304.jpg?type=nf212_140&ut=20250308183212" 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>2025.03.08.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037299","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037299" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,123);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/07/37299.jpg?type=nf212_140&ut=20250307142310" 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>2025.03.07.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037301","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037301" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,124);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/07/37301.jpg?type=nf212_140&ut=20250307202313" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4월 혁명의 도화선, 3·15의거 유적지를 가다</span> <span class="r_ico_b r_modify"><b>2025.03.07.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037302","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037302" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,125);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/08/37302.jpg?type=nf212_140&ut=20250308092313" 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>2025.03.08.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037297","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037297" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,126);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/06/37297.jpg?type=nf212_140&ut=20250306184511" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">80년 광주 진실 알린 독일 공영방송, &#039;계몽령&#039; 다큐에 충격</span> <span class="r_ico_b r_modify"><b>2025.03.06.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037298","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037298" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,127);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/07/37298.jpg?type=nf212_140&ut=20250307111018" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">KBS 주말 &#039;뉴스9&#039; 새 단독 앵커로 이윤희 기자 발탁</span> <span class="r_ico_b r_modify"><b>2025.03.07.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037300","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037300" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,128);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/07/37300.jpg?type=nf212_140&ut=20250314171313" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;조선, 팩트의 편임을 말해야... 제2창간 준하는 혁신 요구&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.07.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037296","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037296" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,129);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/06/37296.jpg?type=nf212_140&ut=20250306144213" 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>2025.03.06.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037295","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037295" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,130);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/06/37295.jpg?type=nf212_140&ut=20250306134713" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">SBS, &#039;문화계 블랙리스트&#039; 관여 최윤수 사외이사 내정</span> <span class="r_ico_b r_modify"><b>2025.03.06.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037294","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037294" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,131);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/06/37294.jpg?type=nf212_140&ut=20250306120112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">박찬욱 KBS감사 &#034;방통위의 후임감사 임명 무효&#034; 소송</span> <span class="r_ico_b r_modify"><b>2025.03.06.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037292","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037292" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,132);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/05/37292.jpg?type=nf212_140&ut=20250305184417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">수방사, MBC 주조정실 정찰·사옥 도면 요구... &#034;계엄 연습&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.05.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037290","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037290" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,133);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/05/37290.jpg?type=nf212_140&ut=20250305172912" 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>2025.03.05.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037291","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037291" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,134);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/05/37291.jpg?type=nf212_140&ut=20250305172914" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이진숙 방통위가 KBS 감사 임명장 수여 못하는 이유</span> <span class="r_ico_b r_modify"><b>2025.03.05.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037283","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037283" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,135);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37283.jpg?type=nf212_140&ut=20250304184711" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">수신료 분리징수, 광고매출 급감… &#034;KBS 소멸위기&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037288","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037288" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,136);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37288.jpg?type=nf212_140&ut=20250304191112" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037279","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037279" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,137);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37279.jpg?type=nf212_140&ut=20250304182811" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주 현안 기획·특집프로 제작 최대 5000만원 지원</span> <span class="r_ico_b r_modify"><b>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037289","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037289" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,138);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37289.jpg?type=nf212_140&ut=20250304191312" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037282","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037282" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,139);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37282.jpg?type=nf212_140&ut=20250304184411" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037285","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037285" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,140);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37285.jpg?type=nf212_140&ut=20250304190014" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037281","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037281" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,141);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37281.jpg?type=nf212_140&ut=20250304184111" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037286","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037286" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,142);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37286.jpg?type=nf212_140&ut=20250304190512" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;2인 회의&#039; 막을 법 통과, &#039;2인 의결&#039; 속도내는 이진숙 방통위</span> <span class="r_ico_b r_modify"><b>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037280","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037280" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,143);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37280.jpg?type=nf212_140&ut=20250304183711" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037287","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037287" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,144);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37287.jpg?type=nf212_140&ut=20250304191017" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037276","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037276" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,145);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37276.jpg?type=nf212_140&ut=20250304143916" 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>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037275","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037275" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,146);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/04/37275.jpg?type=nf212_140&ut=20250304104510" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2036 하계올림픽 국내 후보지 선정에... &#034;전북의 기적&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037274","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037274" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,147);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/03/37274.jpg?type=nf212_140&ut=20250303170019" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이진숙 &#034;내 탄핵사건, 민주당·민노총·MBC와의 싸움&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.03.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037273","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037273" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,148);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/03/37273.jpg?type=nf212_140&ut=20250303104313" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">12·3 계엄에 국격 하락, 민주주의 지수도 역대 &#039;최악&#039;</span> <span class="r_ico_b r_modify"><b>2025.03.03.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037272","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037272" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,149);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/02/37272.jpg?type=nf212_140&ut=20250302110711" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;영국 언론이 구글에 기여하는 가치, 연간 약 4조원&#034;</span> <span class="r_ico_b r_modify"><b>2025.03.02.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037270","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037270" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,150);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/03/01/37270.jpg?type=nf212_140&ut=20250301100710" 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>2025.03.01.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037269","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037269" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,151);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/28/37269.jpg?type=nf212_140&ut=20250228180818" 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>2025.02.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037268","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037268" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,152);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/28/37268.jpg?type=nf212_140&ut=20250228161111" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;극우 자극 우려&#034;... KBS, 추적60분 방송 하루 전 결방</span> <span class="r_ico_b r_modify"><b>2025.02.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037264","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037264" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,153);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/28/37264.jpg?type=nf212_140&ut=20250228100511" 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>2025.02.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037266","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037266" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,154);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/28/37266.jpg?type=nf212_140&ut=20250228125213" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;의사정족수 3인&#039; 방통위법 통과되자... 이진숙, 2인 의결 강행</span> <span class="r_ico_b r_modify"><b>2025.02.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037257","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037257" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,155);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/26/37257.jpg?type=nf212_140&ut=20250226200612" 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>2025.02.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037267","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037267" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,156);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/28/37267.jpg?type=nf212_140&ut=20250304140912" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴스타파함께재단 &#034;&#039;최승호PD 사직요구&#039; 개입 안 해&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037265","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037265" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,157);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/28/37265.jpg?type=nf212_140&ut=20250228113913" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">극우집회서 위협받은 기자 조롱한 YTN 시청자위원 사퇴</span> <span class="r_ico_b r_modify"><b>2025.02.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037263","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037263" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,158);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/27/37263.jpg?type=nf212_140&ut=20250227184911" 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>2025.02.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037261","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037261" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,159);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/27/37261.jpg?type=nf212_140&ut=20250227180816" 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>2025.02.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037262","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037262" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,160);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/27/37262.jpg?type=nf212_140&ut=20250227184816" 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>2025.02.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037260","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037260" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,161);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/27/37260.jpg?type=nf212_140&ut=20250227162010" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;의사정족수 3인 신설&#039; 방통위법, 국회 본회의 통과</span> <span class="r_ico_b r_modify"><b>2025.02.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037259","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037259" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,162);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/27/37259.jpg?type=nf212_140&ut=20250227144416" 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>2025.02.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037256","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037256" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,163);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/26/37256.jpg?type=nf212_140&ut=20250226181710" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">조선일보 &#034;&#039;명태균 메신저&#039; 의혹 허위… 민·형사 소송 제기&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037255","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037255" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,164);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/26/37255.jpg?type=nf212_140&ut=20250226154113" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;의사정족수 3인&#039; 법사위 통과... 이진숙 &#034;방통위 마비법&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037254","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037254" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,165);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/26/37254.jpg?type=nf212_140&ut=20250226130111" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">박장범 사장 &#034;KBS 소멸 위기, 수신료 통합징수법 통과돼야&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037253","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037253" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,166);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/26/37253.jpg?type=nf212_140&ut=20250226105514" 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>2025.02.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037252","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037252" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,167);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/26/37252.jpg?type=nf212_140&ut=20250226101618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤석열 최종진술, 반성없는 67분… 경향신문 &#034;파렴치&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037250","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037250" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,168);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37250.jpg?type=nf212_140&ut=20250226195911" 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>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037241","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037241" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,169);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37241.jpg?type=nf212_140&ut=20250225174613" 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>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037240","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037240" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,170);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37240.jpg?type=nf212_140&ut=20250226164816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">YTN 시청자위원, 극우집회서 위협받은 기자에 &#034;비굴하게 도망&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037248","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037248" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,171);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37248.jpg?type=nf212_140&ut=20250225181512" 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>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037251","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037251" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,172);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37251.jpg?type=nf212_140&ut=20250226165513" 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>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037246","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037246" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,173);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37246.jpg?type=nf212_140&ut=20250225180912" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;TV광고만으론 생존불가&#034;… MBC, 혁신성장본부 신설</span> <span class="r_ico_b r_modify"><b>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037249","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037249" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,174);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37249.jpg?type=nf212_140&ut=20250225182017" 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>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037247","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037247" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,175);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37247.jpg?type=nf212_140&ut=20250225181112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">KBS, 계엄 관련 부실보도 반복에... &#034;발제한 단독마저 불방&#034; 내부 비판</span> <span class="r_ico_b r_modify"><b>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037239","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037239" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,176);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37239.jpg?type=nf212_140&ut=20250225091510" 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>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037242","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037242" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,177);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/25/37242.jpg?type=nf212_140&ut=20250225175016" 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>2025.02.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037238","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037238" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,178);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/24/37238.jpg?type=nf212_140&ut=20250224155513" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴스타파, 최승호 PD 사직요구… &#039;조직 방향성 갈등&#039;</span> <span class="r_ico_b r_modify"><b>2025.02.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037237","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037237" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,179);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/24/37237.jpg?type=nf212_140&ut=20250224143912" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">MBC 노사, 기본급 1% 인상 등 임협 체결</span> <span class="r_ico_b r_modify"><b>2025.02.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037236","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037236" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,180);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/24/37236.jpg?type=nf212_140&ut=20250224111814" 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>2025.02.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037234","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037234" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,181);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/23/37234.jpg?type=nf212_140&ut=20250223123810" 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>2025.02.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037229","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037229" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,182);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/21/37229.jpg?type=nf212_140&ut=20250221130113" 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년·법정구속</span> <span class="r_ico_b r_modify"><b>2025.02.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037235","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037235" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,183);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/24/37235.jpg?type=nf212_140&ut=20250224092618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹 최후진술 D-1... &#034;대통령다운 모습 보일 마지막 기회&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037228","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037228" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,184);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/21/37228.jpg?type=nf212_140&ut=20250221092510" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;선관위 간첩 99명 체포&#039; 이제와 아니라는 尹측</span> <span class="r_ico_b r_modify"><b>2025.02.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037232","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037232" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,185);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/21/37232.jpg?type=nf212_140&ut=20250221213214" 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>2025.02.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037230","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037230" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,186);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/21/37230.jpg?type=nf212_140&ut=20250221164613" 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>2025.02.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037224","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037224" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,187);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/20/37224.jpg?type=nf212_140&ut=20250220154713" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[이달의 기자상] 중앙일보 &#039;명태균 황금폰 찾았다&#039; 등 6편</span> <span class="r_ico_b r_modify"><b>2025.02.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037231","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037231" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,188);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/21/37231.jpg?type=nf212_140&ut=20250221230415" 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>2025.02.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037227","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037227" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,189);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/20/37227.jpg?type=nf212_140&ut=20250220191111" 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>2025.02.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037226","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037226" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,190);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/20/37226.jpg?type=nf212_140&ut=20250220185813" 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>2025.02.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037225","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037225" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,191);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/20/37225.jpg?type=nf212_140&ut=20250220163620" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">타사보다 25분 늦었던 계엄특보… &#034;MBC 시스템 개선 필요&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037223","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037223" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,192);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/20/37223.jpg?type=nf212_140&ut=20250220111411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한경 노사, 넉 달 진통 끝 임협체결... 기본급 3.5% 인상</span> <span class="r_ico_b r_modify"><b>2025.02.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037216","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037216" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,193);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37216.jpg?type=nf212_140&ut=20250218192216" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">기자상 8번 받은 &#039;평범한&#039; 기자… &#034;절박하게 취재하면 길이 보입니다&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037222","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037222" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,194);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/20/37222.jpg?type=nf212_140&ut=20250220101011" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">언론인금고 대출이율 4개월 만에 추가 인하</span> <span class="r_ico_b r_modify"><b>2025.02.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037218","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037218" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,195);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37218.jpg?type=nf212_140&ut=20250219092417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;간첩 99명 체포&#039; 근거는? 스카이데일리 &#034;물증으로 취재하나&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037217","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037217" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,196);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37217.jpg?type=nf212_140&ut=20250218192220" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </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>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037215","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037215" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,197);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37215.jpg?type=nf212_140&ut=20250218192113" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">성희롱·폭언? 언론사는 안 그렇겠지… 아니요 2025년에도 여전합니다</span> <span class="r_ico_b r_modify"><b>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037220","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037220" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,198);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37220.jpg?type=nf212_140&ut=20250218192311" 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>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037208","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037208" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,199);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37208.jpg?type=nf212_140&ut=20250218190511" 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>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037210","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037210" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,200);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37210.jpg?type=nf212_140&ut=20250218191211" 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>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037219","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037219" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,201);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37219.jpg?type=nf212_140&ut=20250218192225" 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>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037207","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037207" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,202);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37207.jpg?type=nf212_140&ut=20250218115511" 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>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037206","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037206" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,203);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/18/37206.jpg?type=nf212_140&ut=20250218094210" 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>2025.02.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037204","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037204" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,204);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/17/37204.jpg?type=nf212_140&ut=20250217170908" 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>2025.02.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037203","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037203" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,205);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/17/37203.jpg?type=nf212_140&ut=20250217123811" 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>2025.02.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037205","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037205" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,206);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/17/37205.jpg?type=nf212_140&ut=20250217170816" 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>2025.02.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037193","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037193" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,207);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/17/37193.jpg?type=nf212_140&ut=20250217094816" 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>2025.02.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037202","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037202" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,208);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/17/37202.jpg?type=nf212_140&ut=20250217101614" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">JTBC &#039;롯데리아 내란 모의&#039; 보도, 계엄의 황당무계한 실체 적나라하게 드러내</span> <span class="r_ico_b r_modify"><b>2025.02.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037191","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037191" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,209);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/15/37191.jpg?type=nf212_140&ut=20250215102510" 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>2025.02.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037190","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037190" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,210);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/14/37190.jpg?type=nf212_140&ut=20250214190416" 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>2025.02.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037187","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037187" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,211);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/14/37187.jpg?type=nf212_140&ut=20250214140816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴스타파 12년 만에 대표 교체… 박중석 대표 취임</span> <span class="r_ico_b r_modify"><b>2025.02.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037189","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037189" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,212);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/14/37189.jpg?type=nf212_140&ut=20250214170818" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이진숙, 1시간 만에 83명 지원서 검토? &#034;두명이라 쉬웠다&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037188","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037188" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,213);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/14/37188.jpg?type=nf212_140&ut=20250214153111" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">37억 매출에 흑자도 불안... 그런데 왜 지역신문을 탐낼까</span> <span class="r_ico_b r_modify"><b>2025.02.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037186","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037186" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,214);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/14/37186.jpg?type=nf212_140&ut=20250214141015" 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>2025.02.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037185","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037185" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,215);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/14/37185.jpg?type=nf212_140&ut=20250214093216" 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>2025.02.14.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037184","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037184" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,216);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/13/37184.jpg?type=nf212_140&ut=20250213211411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">법원, &#039;KBS 이사 임명 효력 집행정지 신청&#039; 기각</span> <span class="r_ico_b r_modify"><b>2025.02.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037183","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037183" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,217);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/13/37183.jpg?type=nf212_140&ut=20250213200215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">김봉식, 12·3 비상계엄 &#039;국회·MBC&#039; 등 점령문건 인정</span> <span class="r_ico_b r_modify"><b>2025.02.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037182","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037182" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,218);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/13/37182.jpg?type=nf212_140&ut=20250213185713" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">MBN &#039;6개월 업무정지&#039; 결국 피했다</span> <span class="r_ico_b r_modify"><b>2025.02.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037181","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037181" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,219);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/13/37181.jpg?type=nf212_140&ut=20250214105817" 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>2025.02.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037178","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037178" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,220);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/12/37178.jpg?type=nf212_140&ut=20250212181209" 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>2025.02.12.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037180","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037180" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,221);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/13/37180.jpg?type=nf212_140&ut=20250213092613" 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>2025.02.13.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037170","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037170" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,222);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/12/37170.jpg?type=nf212_140&ut=20250212144217" 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>2025.02.12.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037177","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037177" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,223);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/12/37177.jpg?type=nf212_140&ut=20250212170413" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">복귀 후 첫 대면회의서 MBC 언급한 이진숙 방통위원장</span> <span class="r_ico_b r_modify"><b>2025.02.12.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037167","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037167" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,224);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37167.jpg?type=nf212_140&ut=20250211235012" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">매일신문 기자들 &#034;민주주의 실종… 특정세력 대변하는 &#039;격문&#039;&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037169","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037169" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,225);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/12/37169.jpg?type=nf212_140&ut=20250212103013" 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>2025.02.12.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037168","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037168" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,226);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/12/37168.jpg?type=nf212_140&ut=20250212102615" 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>2025.02.12.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037166","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037166" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,227);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37166.jpg?type=nf212_140&ut=20250211191820" 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>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037165","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037165" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,228);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37165.jpg?type=nf212_140&ut=20250212123611" 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>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037163","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037163" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,229);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37163.jpg?type=nf212_140&ut=20250211190819" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;2024년 제평위 재개&#034; 공언 네이버, 탄핵 정국 속 재개시점 장고</span> <span class="r_ico_b r_modify"><b>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037156","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037156" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,230);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37156.jpg?type=nf212_140&ut=20250211175812" 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>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037158","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037158" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,231);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37158.jpg?type=nf212_140&ut=20250211183618" 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>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037162","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037162" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,232);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37162.jpg?type=nf212_140&ut=20250211190313" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;계엄담화&#039; 사전 인지? KBS, 언제 어떻게 알았나</span> <span class="r_ico_b r_modify"><b>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037164","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037164" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,233);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37164.jpg?type=nf212_140&ut=20250211191018" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한겨레 &#039;돌봄휴직 반려&#039; 괴롭힘 징계 요구… 101명 연명서명</span> <span class="r_ico_b r_modify"><b>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037157","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037157" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,234);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37157.jpg?type=nf212_140&ut=20250211183509" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">M&amp;A가 미디어 산업 생태계에 미치는 영향</span> <span class="r_ico_b r_modify"><b>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037155","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037155" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,235);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/11/37155.jpg?type=nf212_140&ut=20250211093111" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">KBS 지난해 이달의 기자상 5회 최다... 매경·한국·MBC 4회</span> <span class="r_ico_b r_modify"><b>2025.02.11.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037151","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037151" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,236);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/10/37151.jpg?type=nf212_140&ut=20250210124713" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제56회 한국기자상, 뉴스토마토 &#039;명태균 게이트&#039; 등 12편</span> <span class="r_ico_b r_modify"><b>2025.02.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037154","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037154" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,237);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/10/37154.jpg?type=nf212_140&ut=20250210191819" 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>2025.02.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037153","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037153" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,238);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/10/37153.jpg?type=nf212_140&ut=20250210173912" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">KBS, 2년 연속 적자예산 편성 …제작비 예산은 늘려</span> <span class="r_ico_b r_modify"><b>2025.02.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037152","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037152" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,239);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/10/37152.jpg?type=nf212_140&ut=20250210171012" 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>2025.02.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037149","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037149" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,240);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/10/37149.jpg?type=nf212_140&ut=20250213164112" 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>2025.02.10.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037147","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037147" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,241);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/08/37147.jpg?type=nf212_140&ut=20250208104616" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;대왕고래 프로젝트 &#039;정무적 영향&#039; 진상규명 필요&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.08.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037146","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037146" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,242);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/07/37146.jpg?type=nf212_140&ut=20250207180616" 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>2025.02.07.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037145","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037145" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,243);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/07/37145.jpg?type=nf212_140&ut=20250207122217" 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>2025.02.07.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037144","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037144" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,244);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/07/37144.jpg?type=nf212_140&ut=20250207091014" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이동관 &#039;배우자 청탁&#039; 의혹보도 YTN 기자 &#039;무혐의&#039;</span> <span class="r_ico_b r_modify"><b>2025.02.07.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037142","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037142" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,245);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/06/37142.jpg?type=nf212_140&ut=20250206184112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">카톡·유튜브 이용 압도적... 2030 인스타, 5060은 밴드 대세</span> <span class="r_ico_b r_modify"><b>2025.02.06.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037143","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037143" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,246);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/06/37143.jpg?type=nf212_140&ut=20250206191910" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">차기 언론노조 위원장에 이호찬 MBC 기자 당선</span> <span class="r_ico_b r_modify"><b>2025.02.06.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037139","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037139" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,247);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/05/37139.jpg?type=nf212_140&ut=20250205183709" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#039;2인 방통위&#039; 추천한 KBS 이사 임명무효 가처분 &#039;지각&#039; 심리</span> <span class="r_ico_b r_modify"><b>2025.02.05.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037140","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037140" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,248);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/06/37140.jpg?type=nf212_140&ut=20250206151911" 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>2025.02.06.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037134","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037134" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,249);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37134.jpg?type=nf212_140&ut=20250204193615" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유진그룹 &#039;YTN노조 등 영업비밀 침해금지&#039; 가처분 기각</span> <span class="r_ico_b r_modify"><b>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037135","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037135" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,250);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37135.jpg?type=nf212_140&ut=20250204193913" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">연합뉴스TV, 비상계엄 특보에 보수패널만 출연 논란</span> <span class="r_ico_b r_modify"><b>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037118","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037118" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,251);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37118.jpg?type=nf212_140&ut=20250204194615" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037129","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037129" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,252);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37129.jpg?type=nf212_140&ut=20250204185509" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037131","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037131" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,253);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37131.jpg?type=nf212_140&ut=20250204191214" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037119","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037119" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,254);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37119.jpg?type=nf212_140&ut=20250204182012" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이진숙 방통위원장, 2인 체제 전횡은 안 된다</span> <span class="r_ico_b r_modify"><b>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037121","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037121" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,255);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37121.jpg?type=nf212_140&ut=20250204182414" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037130","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037130" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,256);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37130.jpg?type=nf212_140&ut=20250204191112" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037120","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037120" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,257);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37120.jpg?type=nf212_140&ut=20250205143008" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037137","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037137" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,258);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37137.jpg?type=nf212_140&ut=20250205093618" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">&#034;尹, 계엄 날 22시 KBS 생방송 이미 확정됐다 해&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037132","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037132" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,259);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37132.jpg?type=nf212_140&ut=20250204191812" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037136","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037136" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,260);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37136.jpg?type=nf212_140&ut=20250204194218" 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>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037128","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037128" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,261);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37128.jpg?type=nf212_140&ut=20250204185112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주도기협 &#039;2024 제주도기자상&#039;·강원기협 &#039;2024 강원기자상&#039; 선정</span> <span class="r_ico_b r_modify"><b>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037124","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037124" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,262);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">JTBC &#039;롯데리아 내란 모의&#039; 등 방송기자대상 4편</span> <span class="r_ico_b r_modify"><b>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037117","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037117" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,263);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/04/37117.jpg?type=nf212_140&ut=20250204150510" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">MBC, 기상캐스터 사망 의혹 조사위 구성… &#034;진실규명 노력&#034;</span> <span class="r_ico_b r_modify"><b>2025.02.04.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037115","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037115" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,264);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/03/37115.jpg?type=nf212_140&ut=20250203165311" 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>2025.02.03.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037116","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037116" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,265);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/03/37116.jpg?type=nf212_140&ut=20250203183212" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">방심위, 제주항공 참사 장면 내보낸 MBC 법정제재</span> <span class="r_ico_b r_modify"><b>2025.02.03.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037114","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037114" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,266);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/03/37114.jpg?type=nf212_140&ut=20250203122112" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유튜브서도 &#039;뉴스 안 보는&#039; 2030 늘었다</span> <span class="r_ico_b r_modify"><b>2025.02.03.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037113","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037113" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,267);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/02/37113.jpg?type=nf212_140&ut=20250202181614" 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>2025.02.02.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037112","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037112" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,268);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/02/37112.jpg?type=nf212_140&ut=20250202112414" 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>2025.02.02.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037109","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037109" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,269);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/31/37109.jpg?type=nf212_140&ut=20250131155214" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">MBC 기상캐스터 직장내 괴롭힘 의혹... &#034;진상조사 필요&#034;</span> <span class="r_ico_b r_modify"><b>2025.01.31.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037110","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037110" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,270);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/31/37110.jpg?type=nf212_140&ut=20250131181711" 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>2025.01.31.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037111","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037111" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,271);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/02/01/37111.jpg?type=nf212_140&ut=20250201180218" 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>2025.02.01.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037107","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037107" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,272);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/30/37107.jpg?type=nf212_140&ut=20250130181310" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">중국 AI &#039;딥시크&#039; 돌풍, 설 연휴 언론도 비상한 관심</span> <span class="r_ico_b r_modify"><b>2025.01.30.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037106","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037106" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,273);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/30/37106.jpg?type=nf212_140&ut=20250130092815" 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>2025.01.30.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037104","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037104" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,274);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/29/37104.jpg?type=nf212_140&ut=20250129092312" 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>2025.01.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037108","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037108" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,275);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/31/37108.jpg?type=nf212_140&ut=20250131100112" 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>2025.01.31.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037102","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037102" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,276);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/28/37102.jpg?type=nf212_140&ut=20250128093912" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">올해 디지털 신문 매출 6.6% 성장 전망</span> <span class="r_ico_b r_modify"><b>2025.01.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037099","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037099" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,277);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/26/37099.jpg?type=nf212_140&ut=20250126180016" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">정치인 &#039;언론 패싱&#039;, AI 검색에 뉴스 트래픽 감소 심화할 듯</span> <span class="r_ico_b r_modify"><b>2025.01.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037103","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037103" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,278);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/28/37103.jpg?type=nf212_140&ut=20250128175512" 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>2025.01.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037101","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037101" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,279);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/27/37101.jpg?type=nf212_140&ut=20250127180214" 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>2025.01.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037100","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037100" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,280);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/27/37100.jpg?type=nf212_140&ut=20250127093018" 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>2025.01.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037098","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037098" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,281);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/26/37098.jpg?type=nf212_140&ut=20250126110014" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </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>2025.01.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037095","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037095" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,282);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/25/37095.jpg?type=nf212_140&ut=20250125090909" 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>2025.01.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037094","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037094" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,283);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/24/37094.jpg?type=nf212_140&ut=20250124171616" 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>2025.01.24.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037097","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037097" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,284);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/25/37097.jpg?type=nf212_140&ut=20250125180416" 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>2025.01.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037096","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037096" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,285);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/25/37096.jpg?type=nf212_140&ut=20250125101214" 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>2025.01.25.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037091","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037091" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,286);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/23/37091.jpg?type=nf212_140&ut=20250124105510" 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>2025.01.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037092","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037092" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,287);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/23/37092.jpg?type=nf212_140&ut=20250123190512" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹측 탄핵심판서 &#034;KBS·MBC 무허가 방송, 위법&#034; 주장</span> <span class="r_ico_b r_modify"><b>2025.01.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news127,0000037093","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/127/0000037093" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',127,288);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/127/2025/01/24/37093.jpg?type=nf212_140&ut=20250124134816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이진숙, 복귀후 첫 일정 시작… 2인 체제 논란 여전</span> <span class="r_ico_b r_modify"><b>2025.01.24.</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',127,'');">접기</a> <a href="javascript:void(0);" class="press_edit_news_btn_more _nudge_more_btn" onclick="nclk(event,'hom.more',127,'');">더보기</a> </div> </div> <div class="press_desc_wrap"> <div class="press_desc"><em>기자협회보</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=127"; 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://news.naver.com/ombudsman" data-mpurl='{"m":"https://news.naver.com/ombudsman","p":"https://news.naver.com/ombudsman"}' 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">ⓒ 기자협회보</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, onMyFeedUrl: function (welFollowBtn) { var channelType = welFollowBtn.attr("data-channel-type"); var targetType = welFollowBtn.attr("data-target-type"); // 엔터/스포츠 연재 카드만 대응 (NEW-37777) if (channelType === "series" && (targetType === "ENTER" || targetType === "SPORTS")) { return 'https://media.naver.com/channel/seriesSetting?type=' + targetType; } return "https://m.naver.com/naverapp/?cmd=onMenu&menuCode=NEWS"; } }).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: '127', 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/20250403_061027' }); } /* 네이버TV 라이브 */ /* 네이버앱 숏폼 공통 뷰어 */ if ($('._press_shortform_list').length > 0) { PressHomeMainManager.ShortFormAppViewer({ sOfficeId: "127" }); } /* 네이버앱 숏폼 공통 뷰어 */ /* 가로스크롤 일괄 추가 */ $("._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?2025040900"; // 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 = "127"; 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