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/' + '022/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/022"/> <meta property="og:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/022/2025/03/20/logo_022_100_20250320162643.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/022/2025/03/20/logo_022_100_20250320162643.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: "022", 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: #5891CE;"> <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: #5891CE;"> <div class="press_hd_bg" style="background-color: #000c17; color: #000c17;"> <div class="press_hd_bg_inner"> <img src="https://mimgnews.pstatic.net/image/upload/office_logo/022/2018/10/05/logo_022_61_20181005180805.png" alt="" class="press_hd_bg_img" onerror="showNoImage(this, 'remove')"> </div> </div> <a href="#" class="press_hd_prev _back_btn" onclick="nclk(event,'hom.back',022,'');">이전</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',022,'');"> <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',022,'');" data-style="standard" data-url="https://media.naver.com/press/022" data-title="세계일보 언론사 페이지 :: 네이버" data-mail-url="https://media.naver.com/press/022?lfrom=mail" data-blog-url="https://media.naver.com/press/022?lfrom=blog" data-blog-source-type="3" data-blog-blog-id="naver" data-cafe-url="https://media.naver.com/press/022?lfrom=cafe" data-cafe-source-type="3" data-memo-url="https://media.naver.com/press/022?lfrom=memo" data-calendar-url="https://media.naver.com/press/022?lfrom=calendar" data-band-url="https://media.naver.com/press/022?lfrom=band" data-line-url="https://media.naver.com/press/022?lfrom=line" data-kakaotalk-url="https://media.naver.com/press/022?lfrom=kakao" data-kakaostory-display="off" data-kakaotalk-image-url="https://ssl.pstatic.net/static.news/image/news/m/2015/10/press_logo/022_1200x630.jpg" data-facebook-url="https://media.naver.com/press/022?lfrom=facebook" data-twitter-url="https://media.naver.com/press/022?lfrom=twitter" data-mypeople-url="https://media.naver.com/press/022?lfrom=mypeople" data-friend-display="on" data-friend-url="https://media.naver.com/press/022?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: #5891CE;"> <a href="/press/022" class="press_hd_ci_image" onclick="nclk(event,'hom.logo',022,'');"> <img src="https://imgnews.pstatic.net/image/upload/spubs/NNG0000022/logo/2025/03/20/A_162708584.png?type=u144_144" alt="세계일보" onerror="showNoImage(this)"> </a> <a href="http://www.segye.com" class="press_hd_ci_home" onclick="nclk(event,'hom.url',022,'');">홈페이지</a> </div> <div class="press_hd_info"> <div class="press_hd_main_info"> <div class="press_hd_top"> <h3 class="press_hd_name"> <a href="http://www.segye.com" class="press_hd_name_link" onclick="nclk(event,'hom.url',022,'');"> 세계일보<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> <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: '022', pressListPopupUrl: popupUrl, wrapper: "._press_list_wrapper" }); return pressListPopup; } function initPressHomeLnb(params) { var officeId = '022'; var isChannelFollowerVisible = false; 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 = '022'; 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: #5891CE; 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/022" class="press_float_title_text" onclick="nclk(event,'prs_hom.top',022,'');">세계일보</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: #5891CE;"> <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/022" 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/022/issue" class="_press_tab_btn" data-tab-type="Link" data-tab-id="Issue"> <span class="press_section_tab_txt">이슈</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022?sid=102" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Society"> <span class="press_section_tab_txt">사회</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022/shortform" class="_press_tab_btn" data-tab-type="Link" data-tab-id="ShortForm"> <span class="press_section_tab_txt">숏폼</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022?sid=100" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Politics"> <span class="press_section_tab_txt">정치</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022?sid=101" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Economy"> <span class="press_section_tab_txt">경제</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022?sid=103" class="_press_tab_btn" data-tab-type="Section" data-tab-id="LifeCulture"> <span class="press_section_tab_txt">생활</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022?sid=104" class="_press_tab_btn" data-tab-type="Section" data-tab-id="World"> <span class="press_section_tab_txt">세계</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022?sid=105" class="_press_tab_btn" data-tab-type="Section" data-tab-id="It"> <span class="press_section_tab_txt">IT</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022?sid=110" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Opinion"> <span class="press_section_tab_txt">사설/칼럼</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022/newspaper" class="_press_tab_btn" data-tab-type="Link" data-tab-id="Newspaper"> <span class="press_section_tab_txt">신문보기</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/022/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 = '022'; /* 탭 */ 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="RepresentationCms"> <div class="press_main_news_inner"> <ul class="press_news_list _nlog_impression_template as_bottom" data-template="RepresentationCms_Text4Photo2A"> <li class="press_news_item"> <a href="https://n.news.naver.com/article/022/0004026142?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/022/0004026142?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000D2_000000000000000004026142" data-imp-index="1" onclick="nclk(event,'hom.head2t',022,1);"> <span class="press_news_text"><strong>“정치적 성향 다르면 연애∙결혼도 안 해”…尹 탄핵 놓고 지인과 주먹다툼 사례도</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/022/0004026110?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/022/0004026110?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000D2_000000000000000004026110" data-imp-index="2" onclick="nclk(event,'hom.head2t',022,2);"> <span class="press_news_text"><strong>“이렇게 하면 24% 더 오래 삽니다”…‘이 습관’ 뭐길래?</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/022/0004026141?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/022/0004026141?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000D2_000000000000000004026141" data-imp-index="3" onclick="nclk(event,'hom.head2t',022,3);"> <span class="press_news_text"><strong>“겨울에 태어나면 추위 덜 타고 날씬하다고요?” [수민이가 궁금해요]</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/022/0004026147?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/022/0004026147?type=main" data-imp-area="hom.head2t" data-imp-gdid="880000D2_000000000000000004026147" data-imp-index="4" onclick="nclk(event,'hom.head2t',022,4);"> <span class="press_news_text"><strong>무장 북한군 10여명 MDL 침범</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/022/0004026138?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/022/0004026138?type=main" data-imp-area="hom.head2p" data-imp-gdid="880000D2_000000000000000004026138" data-imp-index="1" onclick="nclk(event,'hom.head2p',022,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026138.jpg?type=nf320_212&ut=20250409064511" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>“아반떼 5000만원, 아이폰 500만원 시대 곧 오나?”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/022/0004026184?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/022/0004026184?type=main" data-imp-area="hom.head2p" data-imp-gdid="880000D2_000000000000000004026184" data-imp-index="2" onclick="nclk(event,'hom.head2p',022,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026184.jpg?type=nf320_212&ut=20250409070707" alt="" onerror="showNoImage(this)"> </span> </span> <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":"news022,0004026145","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026145" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026145.jpg?type=nf212_140&ut=20250409060222" 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>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026146","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026146" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,2);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">딥시크의 공습… 미·중 AI 격차 확 줄었다</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":"news022,0004026182","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026182" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026182.jpg?type=nf212_140&ut=20250409062510" 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> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026085","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026085" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026085.jpg?type=nf212_140&ut=20250408235411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">금감원 지적에… 한화에어로 유증 3.6조 → 2.3조로 축소</span> <span class="r_ico_b r_modify"><b>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026087","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026087" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026087.jpg?type=nf212_140&ut=20250408230108" 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>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026097","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026097" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026097.jpg?type=nf212_140&ut=20250408212318" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국립극단, 15년 만에 남산으로 복귀 이전</span> <span class="r_ico_b r_modify"><b>10시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_special _CURATION_CARD" id="SpecialReport"> <div class="press_special_title"> <h4 class="press_special_title_h">새로운 대한민국으로</h4> </div> <div class="press_special_inner"> <ul class="press_special_row"> <li class="p_item"> <a href="https://n.news.naver.com/article/022/0004025830?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',022,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/022/2025/04/08/4025830.jpg?type=nf260_172" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">극단 부추긴 ‘분열의 정치’… “서로 더 이해를” [심층기획-새로운 대한민국으로]</strong> <span class="p_datetime">04월 08일 06:02</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/022/0004025836?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',022,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/022/2025/04/08/4025836.jpg?type=nf260_172" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">승자독식 구조 탓 민심 왜곡… 소선거구제가 ‘갈등의 뿌리’ [심층기획-새로운 대한민국으로]</strong> <span class="p_datetime">04월 08일 06:03</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/022/0004025837?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',022,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/08/20250407515575_20250408140906943.jpg?type=nf260_172" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">문희상 前 국회의장 “상대와 공존·상생이 민주주의의 출발” [심층기획-새로운 대한민국으로]</strong> <span class="p_datetime">04월 08일 06:03</span> </div> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026183","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026183" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026183.jpg?type=nf212_140&ut=20250409065415" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명, 오늘 대표직에서 물러나…이르면 10일 대선 출마 선언</span> <span class="r_ico_b r_modify"><b>42분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026103","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026103" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026103.jpg?type=nf212_140&ut=20250408213214" 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>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026107","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026107" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026107.jpg?type=nf212_140&ut=20250408213411" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한국계 美 비행사 조니 김… 러 우주선 타고 ISS 도킹</span> <span class="r_ico_b r_modify"><b>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026108","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026108" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026108.jpg?type=nf212_140&ut=20250408213414" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘나치 부역’ 마지막 피고인 99세로 사망</span> <span class="r_ico_b r_modify"><b>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026171","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026171" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026171.jpg?type=nf212_140&ut=20250409060423" 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> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026180","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026180" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026180.jpg?type=nf212_140&ut=20250409060515" 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_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/022/0004026184?type=series&cid=2002869" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,1);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408517950_20250409070707183.jpg?type=nf276_188" width="138" height="94" alt="불철주야 노력 중인 유튜버들에게…경찰 “이준석 하버드대 졸업 맞다”" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026184?type=series&cid=2002869" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,1);"> <div class="press_column_headline">불철주야 노력 중인 유튜버들에게…경찰 “이준석 하버드대 졸업 맞다”</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002869" data-subscribename="2025 대선" 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=2002869&sid1=100" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002869&sid1=100" onclick="nclk(event,'hom.tseries',022,1);"> <div class="press_column_name">2025 대선</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/022/0004026179?type=series&cid=2000468" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,2);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408519584_20250409060513050.jpg?type=nf276_188" width="138" height="94" alt="“품질·가격 경쟁력·납기까지 완벽… 세계 톱5 우뚝”" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026179?type=series&cid=2000468" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,2);"> <div class="press_column_headline">“품질·가격 경쟁력·납기까지 완벽… 세계 톱5 우뚝”</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000468" data-subscribename="K브랜드 리포트" 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=2000468&sid1=101" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000468&sid1=101" onclick="nclk(event,'hom.tseries',022,2);"> <div class="press_column_name">K브랜드 리포트</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/022/0004026173?type=series&cid=2002089" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,3);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408519595_20250409060426369.jpg?type=nf276_188" width="138" height="94" alt="‘숨어 있는 마을’서 부활한 성당… 韓 천주교 역사를 품다" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026173?type=series&cid=2002089" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,3);"> <div class="press_column_headline">‘숨어 있는 마을’서 부활한 성당… 韓 천주교 역사를 품다</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002089" 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=2002089&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002089&sid1=103" onclick="nclk(event,'hom.tseries',022,3);"> <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/022/0004026171?type=series&cid=2002705" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,4);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408521218_20250409060423100.jpg?type=nf276_188" width="138" height="94" alt="한덕수 대행, 트럼프와 첫 통화... “관세·북핵·방위비·조선업 등 협의”" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026171?type=series&cid=2002705" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,4);"> <div class="press_column_headline">한덕수 대행, 트럼프와 첫 통화... “관세·북핵·방위비·조선업 등 협의”</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002705" 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=2002705&sid1=100" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002705&sid1=100" onclick="nclk(event,'hom.tseries',022,4);"> <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/022/0004026165?type=series&cid=2000469" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,5);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408518793_20250409060330166.jpg?type=nf276_188" width="138" height="94" alt="정치 논리가 헌재 구성 좌우… 바람 잘 날 없는 ‘헌정 버팀목’" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026165?type=series&cid=2000469" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,5);"> <div class="press_column_headline">정치 논리가 헌재 구성 좌우… 바람 잘 날 없는 ‘헌정 버팀목’</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000469" 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=2000469&sid1=100" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000469&sid1=100" onclick="nclk(event,'hom.tseries',022,5);"> <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/022/0004026156?type=series&cid=2000269" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,6);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408519663_20250409060310961.jpg?type=nf276_188" width="138" height="94" alt="김병관 한미안보연구회장 “中 견제 가능한 평택 캠프 험프리스, 대미 협상 지렛대로”" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026156?type=series&cid=2000269" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,6);"> <div class="press_column_headline">김병관 한미안보연구회장 “中 견제 가능한 평택 캠프 험프리스, 대미 협상 지렛대로”</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000269" 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=2000269&sid1=100" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000269&sid1=100" onclick="nclk(event,'hom.tseries',022,6);"> <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/022/0004026142?type=series&cid=1064694" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,7);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408517764_20250409052907008.jpg?type=nf276_188" width="138" height="94" alt="“정치적 성향 다르면 연애∙결혼도 안 해”…尹 탄핵 놓고 지인과 주먹다툼 사례도" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026142?type=series&cid=1064694" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,7);"> <div class="press_column_headline">“정치적 성향 다르면 연애∙결혼도 안 해”…尹 탄핵 놓고 지인과 주먹다툼 사례도</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_1064694" data-subscribename="Segye+" 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=1064694&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=1064694&sid1=102" onclick="nclk(event,'hom.tseries',022,7);"> <div class="press_column_name">Segye+</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/022/0004026141?type=series&cid=2001945" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,8);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250409501703_20250409051907000.jpg?type=nf276_188" width="138" height="94" alt="“겨울에 태어나면 추위 덜 타고 날씬하다고요?”" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026141?type=series&cid=2001945" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,8);"> <div class="press_column_headline">“겨울에 태어나면 추위 덜 타고 날씬하다고요?”</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2001945" 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=2001945&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2001945&sid1=103" onclick="nclk(event,'hom.tseries',022,8);"> <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/022/0004026138?type=series&cid=2002138" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,9);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408504522_20250409064511079.png?type=nf276_188" width="138" height="94" alt="“아반떼 5000만원, 아이폰 500만원 시대 곧 오나?”" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026138?type=series&cid=2002138" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,9);"> <div class="press_column_headline">“아반떼 5000만원, 아이폰 500만원 시대 곧 오나?”</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002138" 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=2002138&sid1=101" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002138&sid1=101" onclick="nclk(event,'hom.tseries',022,9);"> <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/022/0004026127?type=series&cid=1014850" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,10);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/022/2025/04/09/20250408520738_20250409000814608.jpg?type=nf276_188" width="138" height="94" alt="사라지는 기업 고문" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/022/0004026127?type=series&cid=1014850" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',022,10);"> <div class="press_column_headline">사라지는 기업 고문</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_1014850" 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=1014850&sid1=110" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=1014850&sid1=110" onclick="nclk(event,'hom.tseries',022,10);"> <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_no_thumb _rcount " data-comment='{"gno":"news022,0004026178","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026178" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,1);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">무보 ‘美 관세 긴급지원 TF’ 가동</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026176","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026176" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,2);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">SK그룹, 창업 72주년 기리는 ‘메모리얼 데이’ 진행</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":"news022,0004026174","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026174" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026174.jpg?type=nf212_140&ut=20250409060429" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">HD현대, 美 함정 시장 공략 ‘채비’</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026169","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026169" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,4);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">결식 어르신에 든든한 한 끼… ‘서울밥상’ 첫 발</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026168","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026168" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,5);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">화천서 9일 춘계 女축구 연맹전 ‘킥오프’</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026167","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026167" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,6);"> <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_ranking_news _ranking_news_wrapper _CURATION_CARD is_with_tab" id="Ranking"> <div class="ofra_head"> <div class="ofra_head_inner"> <h2 class="ofra_head_title"> 랭킹 뉴스 </h2> <p class="ofra_head_desc _ranking_description"></p> </div> </div> <div class="press_ranking_news_tab"> <ul class="press_ranking_news_tab_list _ranking_nav_items"> <li class="press_ranking_news_tab_item is_selected"> <a href="javascript:;" class="press_ranking_news_tab_link _ranking_tab_button" onclick="nclk(event, 'hom.renwstab', '', '')" data-flicking-index="0">많이 본</a> </li> <li class="press_ranking_news_tab_item "> <a href="javascript:;" class="press_ranking_news_tab_link _ranking_tab_button" onclick="nclk(event, 'hom.cmtnwstab', '', '')" data-flicking-index="1">댓글 많은</a> </li> </ul> </div> <div class="ofra_flick flick"> <div class="flick-container _ranking_panel_list"> <div class="flick-panel" data-ranking-description="<em>오전 6시 ~ 7시</em>까지 집계한 결과입니다. <br>총 누적수와 다를 수 있습니다." data-ranking-type="HIT" > <ul class="ofra_list"> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026110?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026110.jpg?type=nf176_176&ut=1744117267000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">1</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“이렇게 하면 24% 더 오래 삽니다”…‘이 습관’ 뭐길래?</div> <div class="ofra_list_tx_date">9시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026138?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026138.jpg?type=nf176_176&ut=1744142535000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">2</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“아반떼 5000만원, 아이폰 500만원 시대 곧 오나?”</div> <div class="ofra_list_tx_date">2시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026142?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026142.jpg?type=nf176_176&ut=1744144147000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">3</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“정치적 성향 다르면 연애∙결혼도 안 해”…尹 탄핵 놓고 지인과 주먹다툼 사례도</div> <div class="ofra_list_tx_date">2시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026075?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026075.jpg?type=nf176_176&ut=1744109712000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">4</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“한 놈만 걸려라”…살해 1시간 전 남편과 통화한 초등교사 명재완</div> <div class="ofra_list_tx_date">11시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026141?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026141.jpg?type=nf176_176&ut=1744143547000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">5</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“겨울에 태어나면 추위 덜 타고 날씬하다고요?” [수민이가 궁금해요]</div> <div class="ofra_list_tx_date">2시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026171?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026171.jpg?type=nf176_176&ut=1744146263000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">6</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">한덕수 대행, 트럼프와 첫 통화... “관세·북핵·방위비·조선업 등 협의”</div> <div class="ofra_list_tx_date">1시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026052?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026052.jpg?type=nf176_176&ut=1744106413000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">7</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">이재명 “韓, 대통령 된 줄 착각”… 허 찔린 민주 “법적 대응” 격앙 [韓, 헌법재판관 지명 파장]</div> <div class="ofra_list_tx_date">12시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026042?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026042.jpg?type=nf176_176&ut=1744105149000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">8</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">70대 운전 벤츠 차량 인도로 돌진… 1명 사망·3명 중경상</div> <div class="ofra_list_tx_date">12시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026134?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026134.jpg?type=nf176_176&ut=1744127655000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">9</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">韓대행·트럼프 통화… “조선·LNG·무역균형 협력, 한미동맹 재확인”</div> <div class="ofra_list_tx_date">6시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004025999?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.renws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025999.jpg?type=nf176_176&ut=1744095187000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">10</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">"햄버거집 운영하는 김병현…" 야구 중계 중 '뜬금 멘트' 무슨 일?</div> <div class="ofra_list_tx_date">15시간전</div> </div> </div> </a> </li> </ul> </div> <div class="flick-panel" data-ranking-description="<em>자정 ~ 오전 7시</em>까지 집계한 결과입니다. <br>총 누적수와 다를 수 있습니다." data-ranking-type="COMMENT" hidden> <ul class="ofra_list"> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004025819?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025819.jpg?type=nf176_176&ut=1744056136000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">1</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">16만원 갈치구이, 3만원 순대볶음…“저 완전 낚였수다”</div> <div class="ofra_list_tx_date">1일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 98 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026090?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026090.jpg?type=nf176_176&ut=1744113731000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">2</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">한덕수의 ‘대통령 몫’ 지명 논란 왜… ①전례 없는 권한행사 ②마은혁 때와 다른 태도 ③尹 동기 [뉴스+]</div> <div class="ofra_list_tx_date">10시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 96 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026142?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026142.jpg?type=nf176_176&ut=1744144147000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">3</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“정치적 성향 다르면 연애∙결혼도 안 해”…尹 탄핵 놓고 지인과 주먹다툼 사례도</div> <div class="ofra_list_tx_date">2시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 86 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026171?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026171.jpg?type=nf176_176&ut=1744146263000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">4</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">한덕수 대행, 트럼프와 첫 통화... “관세·북핵·방위비·조선업 등 협의”</div> <div class="ofra_list_tx_date">1시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 40 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026064?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026064.jpg?type=nf176_176&ut=1744107970000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">5</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">관저 앞에서 SNS서… ‘尹 어게인’ 외치는 지지자들</div> <div class="ofra_list_tx_date">12시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 30 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026052?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026052.jpg?type=nf176_176&ut=1744106413000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">6</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">이재명 “韓, 대통령 된 줄 착각”… 허 찔린 민주 “법적 대응” 격앙 [韓, 헌법재판관 지명 파장]</div> <div class="ofra_list_tx_date">12시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 30 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004025999?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025999.jpg?type=nf176_176&ut=1744095187000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">7</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">"햄버거집 운영하는 김병현…" 야구 중계 중 '뜬금 멘트' 무슨 일?</div> <div class="ofra_list_tx_date">15시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 29 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026138?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026138.jpg?type=nf176_176&ut=1744142535000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">8</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“아반떼 5000만원, 아이폰 500만원 시대 곧 오나?”</div> <div class="ofra_list_tx_date">2시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 26 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026111?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026111.jpg?type=nf176_176&ut=1744117988000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">9</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“대통령된 줄 착각”… 이재명, 한덕수 직격</div> <div class="ofra_list_tx_date">9시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 22 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/022/0004026075?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026075.jpg?type=nf176_176&ut=1744109712000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">10</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“한 놈만 걸려라”…살해 1시간 전 남편과 통화한 초등교사 명재완</div> <div class="ofra_list_tx_date">11시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 21 </div> </div> </div> </a> </li> </ul> </div> </div> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026166","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026166" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,1);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">“대구 도시철도 4호선 건설 방식 재검토해야”</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026149","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026149" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,2);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[국제 단신] 도미니카共 클럽 지붕 무너져 최소 18명 사망 외</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026164","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026164" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,3);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">영등포, 자투리땅 주차장 발굴 땐 포상금</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026162","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026162" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026162.jpg?type=nf212_140&ut=20250409060324" 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> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026161","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026161" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026161.jpg?type=nf212_140&ut=20250409060322" 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> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026159","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026159" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,6);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북도, 외국인 유학생 1만명 시대 열었다</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_journalist _CURATION_CARD _journalist_focus_myfeed_wrapper" id="JournalistFocus"> <div class="press_title"> <h4 class="press_title_h">기자 FOCUS</h4> <a href="/journalists/022" class="press_title_more" onclick="nclk(event,'hom.jmore',022,'');">전체보기</a> </div> <div class="press_journalist_ct"> <ul class="press_journalist_list _journalist_talk_comment_updated_wrapper "> <li class="press_journalist_item"> <div class="press_journalist_inside is_no_thumb"> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/022/73780" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',022,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/journalist/2020/03/31/songeuna.jpg?type=nf42_42" width="36" height="36" alt="송은아" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">송은아</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/022/73780" class="press_journalist_name" onclick="nclk(event,'hom.journalist',022,1);"> 송은아 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/022/0004026176?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',022,1);"> SK그룹, 창업 72주년 기리는 ‘메모리얼 데이’ 진행 </a> </div> <div class="press_journalist_text"> <a href="https://n.news.naver.com/article/022/0004026176?type=journalists">관세·인플레·AI ‘삼각파도’ 규정 정치 불안 더해 4가지 극복 강조 SK그룹이 8일 창립 72주년을 맞아 창업정신을 되돌아보며 미국발 관세 전쟁, 인플레이션, 인공지능(AI)이라는 ‘삼각파도’ 극복에 대비했다. S</a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_73780" data-subscribeName="송은아" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/022/2025/03/20/logo_022_100_20250320162643.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/022/0004026181?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026181.jpg?type=nf324_180" alt="2월 경상수지 71.8억弗… 22개월 연속 흑자 행진" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/022/79246" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',022,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/office_logo/022/2025/03/20/logo_022_100_20250320162643.png?type=nf42_42" width="36" height="36" alt="윤솔" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">윤솔</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/022/79246" class="press_journalist_name" onclick="nclk(event,'hom.journalist',022,2);"> 윤솔 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/022/0004026181?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',022,2);"> 2월 경상수지 71.8억弗… 22개월 연속 흑자 행진 </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_79246" data-subscribeName="윤솔" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/022/2025/03/20/logo_022_100_20250320162643.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/022/0004026179?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026179.jpg?type=nf324_180" alt="“품질·가격 경쟁력·납기까지 완벽… 세계 톱5 우뚝” [K브랜드 리포트]" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/022/79241" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',022,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/NNG0000022/profile/2023/03/10/profile_150416890.jpg?type=nf42_42" width="36" height="36" alt="채명준" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">채명준</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/022/79241" class="press_journalist_name" onclick="nclk(event,'hom.journalist',022,3);"> 채명준 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/022/0004026179?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',022,3);"> “품질·가격 경쟁력·납기까지 완벽… 세계 톱5 우뚝” [K브랜드 리포트] </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_79241" data-subscribeName="채명준" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/022/2025/03/20/logo_022_100_20250320162643.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/022/0004026180?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026180.jpg?type=nf324_180" alt="‘정이품송’ 자목, 내포 홍예공원에 뿌리" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/022/77559" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',022,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/NNG0000022/profile/2022/03/30/profile_144130050.jpg?type=nf42_42" width="36" height="36" alt="김정모" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">김정모</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/022/77559" class="press_journalist_name" onclick="nclk(event,'hom.journalist',022,4);"> 김정모 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/022/0004026180?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',022,4);"> ‘정이품송’ 자목, 내포 홍예공원에 뿌리 </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_77559" data-subscribeName="김정모" data-clickcode-follow="hom.jsubs" data-clickcode-unfollow="hom.junsubs" data-serviceType="news" data-guide-layer-press-logo="https://mimgnews.pstatic.net/image/upload/office_logo/022/2025/03/20/logo_022_100_20250320162643.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026148","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026148" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026148.jpg?type=nf212_140&ut=20250409060227" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">LG, 세계적 뮤지션과 손잡고 오디오 시장 정조준</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":"news022,0004026153","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026153" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026153.jpg?type=nf212_140&ut=20250409060238" 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> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026130","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026130" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026130.jpg?type=nf212_140&ut=20250409002116" 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 " data-comment='{"gno":"news022,0004026140","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026140" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026140.jpg?type=nf212_140&ut=20250409050219" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘쥬라기 공원’ 속 DNA 복원 현실로? [당번의 픽]</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":"news022,0004026129","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026129" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026129.jpg?type=nf212_140&ut=20250409002017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[사설] 한 자릿수 지지율 주자만 20명 육박하는 국민의힘</span> <span class="r_ico_b r_modify"><b>7시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026139","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026139" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026139.jpg?type=nf212_140&ut=20250409050217" 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>2시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_newslist _CURATION_CARD"> <div class="press_title"> <h4 class="press_title_h">신문보기</h4> <a href="https://media.naver.com/press/022/newspaper?date=20250409" class="press_title_more" onclick="nclk(event,'hom.pmore',022,'');">총 <em>24</em>면</a> </div> <ul class="press_newslist_ct"> <li class="as_thumb _rcount" data-comment='{"gno":"news022,0004026036","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/newspaper/022/0004026036?date=20250409" class="press_newslist_link" onclick="nclk(event,'hom.paperl',022,2);"> <div class="press_newslist_img"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026036.jpg?type=nf212_140&ut=1744103952000" alt="" onerror="showNoImage(this)"> </div> <div class="press_newslist_tx"> <strong class="press_newslist_headline"> <span class="press_newslist_info_cate"><em>A1</em>면</span> 韓대행, 대통령 몫 헌법재판관 지명 파장 </strong> <div class="press_newslist_info"><em class="press_newslist_info_date">2025.04.08.</em></div> </div> </a> </li> <li class="as_thumb _rcount" data-comment='{"gno":"news022,0004026059","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/newspaper/022/0004026059?date=20250409" class="press_newslist_link" onclick="nclk(event,'hom.paperl',022,3);"> <div class="press_newslist_img"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026059.jpg?type=nf212_140&ut=1744107142000" alt="" onerror="showNoImage(this)"> </div> <div class="press_newslist_tx"> <strong class="press_newslist_headline"> <span class="press_newslist_info_cate"><em>A2</em>면</span> 읍소하고 협상단 보내고… “트럼프를 설득하라” [관세전쟁 후폭풍] </strong> <div class="press_newslist_info"><em class="press_newslist_info_date">2025.04.08.</em></div> </div> </a> </li> <li class="as_thumb _rcount" data-comment='{"gno":"news022,0004026058","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/newspaper/022/0004026058?date=20250409" class="press_newslist_link" onclick="nclk(event,'hom.paperl',022,4);"> <div class="press_newslist_img"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026058.jpg?type=nf212_140&ut=1744107139000" alt="" onerror="showNoImage(this)"> </div> <div class="press_newslist_tx"> <strong class="press_newslist_headline"> <span class="press_newslist_info_cate"><em>A3</em>면</span> 인사청문 거부해도 30일 후 임명 수순 ‘대통령 몫’ 사실상 막을 방법은 없어 [韓, 헌법재판관 지명 파장] </strong> <div class="press_newslist_info"><em class="press_newslist_info_date">2025.04.08.</em></div> </div> </a> </li> <li class="as_thumb _rcount" data-comment='{"gno":"news022,0004026062","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/newspaper/022/0004026062?date=20250409" class="press_newslist_link" onclick="nclk(event,'hom.paperl',022,5);"> <div class="press_newslist_img"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026062.jpg?type=nf212_140&ut=1744107730000" alt="" onerror="showNoImage(this)"> </div> <div class="press_newslist_tx"> <strong class="press_newslist_headline"> <span class="press_newslist_info_cate"><em>A4</em>면</span> 이완규, 尹 서울대 법대 동기… 함상훈, 김경수 ‘드루킹’ 실형 선고 [韓, 헌법재판관 지명 파장] </strong> <div class="press_newslist_info"><em class="press_newslist_info_date">2025.04.08.</em></div> </div> </a> </li> <li class="as_thumb _rcount" data-comment='{"gno":"news022,0004026071","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/newspaper/022/0004026071?date=20250409" class="press_newslist_link" onclick="nclk(event,'hom.paperl',022,6);"> <div class="press_newslist_img"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026071.jpg?type=nf212_140&ut=1744109171000" alt="" onerror="showNoImage(this)"> </div> <div class="press_newslist_tx"> <strong class="press_newslist_headline"> <span class="press_newslist_info_cate"><em>A5</em>면</span> “민주당, 10일까지 오픈프라이머리 답변 달라” [6·3 조기대선 개막] </strong> <div class="press_newslist_info"><em class="press_newslist_info_date">2025.04.08.</em></div> </div> </a> </li> <li class="as_thumb _rcount" data-comment='{"gno":"news022,0004026072","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/newspaper/022/0004026072?date=20250409" class="press_newslist_link" onclick="nclk(event,'hom.paperl',022,7);"> <div class="press_newslist_img"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026072.jpg?type=nf212_140&ut=1744109418000" alt="" onerror="showNoImage(this)"> </div> <div class="press_newslist_tx"> <strong class="press_newslist_headline"> <span class="press_newslist_info_cate"><em>A6</em>면</span> “의회 독재 李도 尹처럼 책임지고 퇴장”… ‘동반청산론’ 띄우기 [6·3 조기대선 개막] </strong> <div class="press_newslist_info"><em class="press_newslist_info_date">2025.04.08.</em></div> </div> </a> </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":"news022,0004026134","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026134" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026134.jpg?type=nf212_140&ut=20250409005415" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">韓대행·트럼프 통화… “조선·LNG·무역균형 협력, 한미동맹 재확인”</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":"news022,0004026128","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026128" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026128.jpg?type=nf212_140&ut=20250409002015" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[사설] 100조 넘긴 나라살림 적자, 재정준칙 서둘러 법제화해야</span> <span class="r_ico_b r_modify"><b>7시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount " data-comment='{"gno":"news022,0004026137","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026137" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,3);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[이코노 브리핑] KB국민銀, 대한적십자사에 기부금 2억 전달 외</span> <span class="r_ico_b r_modify"><b>2시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026127","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026127" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026127.jpg?type=nf212_140&ut=20250409000814" 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 " data-comment='{"gno":"news022,0004025999","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025999" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025999.jpg?type=nf212_140&ut=20250408155307" 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>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026126","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026126" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026126.jpg?type=nf212_140&ut=20250409000712" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[데스크의 눈] 폭싹 속은 우리, 6월 3일로</span> <span class="r_ico_b r_modify"><b>7시간전</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/022/0004026124" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',022,1);">[안보윤의어느날] 어여삐 여기는 마음</a> <div class="press_todaycolumn_time">7시간전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/022/0004026124" onclick="nclk(event,'hom.column',022,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026124.jpg?type=nf130_130&ut=1744124779000" 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/022/0004026123" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',022,2);">[오늘의시선] ‘트럼프 관세폭격’ 어떻게 방어할 것인가</a> <div class="press_todaycolumn_time">7시간전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/022/0004026123" onclick="nclk(event,'hom.column',022,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026123.jpg?type=nf130_130&ut=1744124777000" 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/022/0004025802" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',022,3);">[황정미칼럼] 이재명 정치는 다른가</a> <div class="press_todaycolumn_time">1일전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/022/0004025802" onclick="nclk(event,'hom.column',022,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025802.jpg?type=nf130_130&ut=1744033938000" 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/022/0004025799" class="press_todaycolumn_headline" onclick="nclk(event,'hom.column',022,4);">[박소란의시읽는마음] 흰죽</a> <div class="press_todaycolumn_time">1일전</div> </div> <div class="press_todaycolumn_img"> <a href="https://n.news.naver.com/article/022/0004025799" onclick="nclk(event,'hom.column',022,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025799.jpg?type=nf130_130&ut=1744033871000" 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_no_thumb _rcount " data-comment='{"gno":"news022,0004026133","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026133" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,1);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">GC녹십자 “전량 수입 의존하던 탄저백신 국산화 성공”</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":"news022,0004026125","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026125" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026125.jpg?type=nf212_140&ut=20250409000710" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">중국, 美상호관세에 WTO 분쟁 협의 요청</span> <span class="r_ico_b r_modify"><b>7시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news022,0004026132","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026132" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026132.jpg?type=nf212_140&ut=20250409004418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">광양경자청, 조미김 전문기업 김이가와 200억 투자협약</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":"news022,0004026124","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026124" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026124.jpg?type=nf212_140&ut=20250409000619" 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 " data-comment='{"gno":"news022,0004026131","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026131" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026131.jpg?type=nf212_140&ut=20250409004416" 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":"news022,0004026123","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026123" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',022,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026123.jpg?type=nf212_140&ut=20250409000617" 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":"news022,0004026075","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026075" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,7);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026075.jpg?type=nf212_140&ut=20250408195512" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“한 놈만 걸려라”…살해 1시간 전 남편과 통화한 초등교사 명재완</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026117","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026117" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,8);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026117.jpg?type=nf212_140&ut=20250408233109" 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>8시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026120","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026120" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,9);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/09/4026120.jpg?type=nf212_140&ut=20250409000013" 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":"news022,0004026090","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026090" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,10);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026090.jpg?type=nf212_140&ut=20250408224107" 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>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025819","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025819" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,11);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025819.jpg?type=nf212_140&ut=20250408142507" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">16만원 갈치구이, 3만원 순대볶음…“저 완전 낚였수다”</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026060","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026060" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,12);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026060.jpg?type=nf212_140&ut=20250408220708" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"김연경 은퇴 경기 암표 36만원 받고 잠적"… 암표·사기 기승에도 처벌은 솜방망이</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026119","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026119" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,13);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026119.jpg?type=nf212_140&ut=20250408233417" 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>8시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026116","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026116" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,14);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026116.jpg?type=nf212_140&ut=20250408232913" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">韓대행, CNN 인터뷰… 美 상호관세 부과에 “협상할 것”</span> <span class="r_ico_b r_modify"><b>8시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026104","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026104" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,15);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026104.jpg?type=nf212_140&ut=20250408213217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헌혈 100회 달성 임형준 경사… 적십자사 ‘유공 명예장’ 받아</span> <span class="r_ico_b r_modify"><b>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026098","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026098" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,16);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026098.jpg?type=nf212_140&ut=20250408221214" 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>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026109","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026109" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,17);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026109.jpg?type=nf212_140&ut=20250408215614" 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>9시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026113","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026113" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,18);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026113.jpg?type=nf212_140&ut=20250408225810" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한덕수·트럼프, 28분간 첫 통화</span> <span class="r_ico_b r_modify"><b>8시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026086","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026086" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,19);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026086.jpg?type=nf212_140&ut=20250408204010" 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>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026032","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026032" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,20);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026032.jpg?type=nf212_140&ut=20250408175609" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경북 영천시, 2024년 3분기 생활인구 50만여명… 등록인구 4.9배</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026026","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026026" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,21);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026026.jpg?type=nf212_140&ut=20250408173909" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대구도시개발공사, 신입사원 13명 공채</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025858","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025858" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,22);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025858.jpg?type=nf212_140&ut=20250408073215" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026084","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026084" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,23);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026084.jpg?type=nf212_140&ut=20250408221407" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">7월부터 대부업 등록 요건 강화… 年 이자가 원금 넘으면 계약 무효</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026083","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026083" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,24);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026083.jpg?type=nf212_140&ut=20250408203418" 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>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026052","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026052" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,25);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026052.jpg?type=nf212_140&ut=20250408215408" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026073","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026073" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,26);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026073.jpg?type=nf212_140&ut=20250408195021" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">개헌론 탓?… 양당 원내대표 회동 무산 [6·3 조기대선 개막]</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026072","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026072" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,27);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026072.jpg?type=nf212_140&ut=20250408234218" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“의회 독재 李도 尹처럼 책임지고 퇴장”… ‘동반청산론’ 띄우기 [6·3 조기대선 개막]</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026071","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026071" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,28);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026071.jpg?type=nf212_140&ut=20250408233811" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“민주당, 10일까지 오픈프라이머리 답변 달라” [6·3 조기대선 개막]</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026070","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026070" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,29);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026070.jpg?type=nf212_140&ut=20250408220207" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘이재명표 잘사니즘’ 비전 아래 통합형 경선캠프 꾸린다 [6·3 조기대선 개막]</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026066","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026066" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,30);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026066.jpg?type=nf212_140&ut=20250408193710" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026053","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026053" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,31);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026053.jpg?type=nf212_140&ut=20250408215707" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026055","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026055" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,32);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026055.jpg?type=nf212_140&ut=20250408190210" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026091","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026091" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,33);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026091.jpg?type=nf212_140&ut=20250408222611" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“트럼프發 관세 대응 10조론 역부족”…추경 ‘10조+α’ 될까</span> <span class="r_ico_b r_modify"><b>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026058","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026058" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,34);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026058.jpg?type=nf212_140&ut=20250408233413" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">인사청문 거부해도 30일 후 임명 수순 ‘대통령 몫’ 사실상 막을 방법은 없어 [韓, 헌법재판관 지명 파장]</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026027","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026027" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,35);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">2024년 교통사고 사망자 2521명… 역대 최저치</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026030","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026030" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,36);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026030.jpg?type=nf212_140&ut=20250408174609" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026062","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026062" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,37);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026062.jpg?type=nf212_140&ut=20250408233708" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026059","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026059" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,38);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026059.jpg?type=nf212_140&ut=20250408232813" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026065","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026065" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,39);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026065.jpg?type=nf212_140&ut=20250408215807" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">5월 10∼11일 후보 등록… 12일부터 선거운동</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026068","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026068" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,40);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026068.jpg?type=nf212_140&ut=20250408193912" 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>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026069","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026069" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,41);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026069.jpg?type=nf212_140&ut=20250408194310" 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>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026048","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026048" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,42);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026048.jpg?type=nf212_140&ut=20250408213111" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">합참 "북한군 10여명 휴전선 침범, 경고방송·사격에 북상"</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026031","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026031" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,43);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026031.jpg?type=nf212_140&ut=20250408174709" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026064","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026064" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,44);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026064.jpg?type=nf212_140&ut=20250408192610" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026074","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026074" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,45);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026074.jpg?type=nf212_140&ut=20250408195023" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">최상목 “내주 통상 대응 등 10조 추경안 발표”</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026040","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026040" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,46);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026040.jpg?type=nf212_140&ut=20250408183210" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">월성본부, 월성2·3·4호기 계속운전 방사선환경영향평가서(초안) 경주시 주민공청회 개최</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026076","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026076" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,47);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026076.jpg?type=nf212_140&ut=20250408220509" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이준석 “젊다고 기다리란 건 가스라이팅” [6·3 조기대선 개막]</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026043","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026043" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,48);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026043.jpg?type=nf212_140&ut=20250408184510" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">강원 6개 시∙군 청년4-H, 산불 피해 영덕군에 성금 1000만원 전달</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026079","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026079" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,49);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026079.jpg?type=nf212_140&ut=20250408202711" 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>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026057","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026057" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,50);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026057.jpg?type=nf212_140&ut=20250408191010" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026049","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026049" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,51);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026049.jpg?type=nf212_140&ut=20250408232426" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘관세 직격탄’ 애플 주가 19% ‘뚝’… 갈수록 커지는 ‘T공포’ [관세전쟁 후폭풍]</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026080","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026080" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,52);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026080.jpg?type=nf212_140&ut=20250408202714" 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>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026082","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026082" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,53);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026082.jpg?type=nf212_140&ut=20250408202913" 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>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026077","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026077" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,54);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026077.jpg?type=nf212_140&ut=20250408200217" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">수능 6월 모의평가 3일→4일 연기</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026067","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026067" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,55);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026067.jpg?type=nf212_140&ut=20250408234909" 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>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026063","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026063" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,56);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026063.jpg?type=nf212_140&ut=20250408192310" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026039","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026039" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,57);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026039.jpg?type=nf212_140&ut=20250408235413" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2024년 나라살림 적자 100조원 돌파</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026028","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026028" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,58);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026028.jpg?type=nf212_140&ut=20250408174309" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026042","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026042" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,59);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026042.jpg?type=nf212_140&ut=20250408183909" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">70대 운전 벤츠 차량 인도로 돌진… 1명 사망·3명 중경상</span> <span class="r_ico_b r_modify"><b>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026051","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026051" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,60);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026051.jpg?type=nf212_140&ut=20250408233113" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025995","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025995" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,61);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025995.jpg?type=nf212_140&ut=20250408154709" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">해진공, AX 기반 해양산업 스마트 혁신 전략 발표</span> <span class="r_ico_b r_modify"><b>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026038","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026038" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,62);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026038.jpg?type=nf212_140&ut=20250408182109" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026033","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026033" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,63);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026033.jpg?type=nf212_140&ut=20250408175709" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026061","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026061" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,64);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026061.jpg?type=nf212_140&ut=20250408191816" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026002","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026002" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,65);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026002.jpg?type=nf212_140&ut=20250408162408" 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>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026056","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026056" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,66);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026056.jpg?type=nf212_140&ut=20250408190310" 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>12시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025988","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025988" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,67);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025988.jpg?type=nf212_140&ut=20250408151810" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">삼성중공업, 원유운반선 4척 4778억원 수주</span> <span class="r_ico_b r_modify"><b>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025960","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025960" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,68);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025960.jpg?type=nf212_140&ut=20250408142312" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026037","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026037" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,69);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026037.jpg?type=nf212_140&ut=20250408220010" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">6월 3일 장미 대선… ‘청산 프레임’ 격돌</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025921","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025921" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,70);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">“우린 광주시청 야외정원서 예식해요”</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026036","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026036" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,71);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026036.jpg?type=nf212_140&ut=20250408181912" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025952","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025952" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,72);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025952.jpg?type=nf212_140&ut=20250408140812" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026035","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026035" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,73);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026035.jpg?type=nf212_140&ut=20250408175813" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북 영동군 야산서 산불… 오후 5시 진화율 70%</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026017","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026017" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,74);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026017.jpg?type=nf212_140&ut=20250408172615" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026024","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026024" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,75);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026024.jpg?type=nf212_140&ut=20250408173416" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“생전에, 생후에도…” ‘거리의 천사’ 권호석씨 유족, 부의금 500만원을 성금으로</span> <span class="r_ico_b r_modify"><b>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026022","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026022" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,76);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026022.jpg?type=nf212_140&ut=20250408173412" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026021","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026021" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,77);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026021.jpg?type=nf212_140&ut=20250408173410" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026015","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026015" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,78);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">“대통령 보궐선거 후보 낼 자격 있나”…국힘 소속 전북도의원 소신 발언</span> <span class="r_ico_b r_modify"><b>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025973","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025973" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,79);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025973.jpg?type=nf212_140&ut=20250408144407" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025951","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025951" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,80);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025951.jpg?type=nf212_140&ut=20250408140706" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026014","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026014" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,81);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026014.jpg?type=nf212_140&ut=20250408164908" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026013","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026013" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,82);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026013.jpg?type=nf212_140&ut=20250408164620" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026007","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026007" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,83);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026007.jpg?type=nf212_140&ut=20250408162108" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">면접 대신 이불 속…20대 ‘쉬었음’ 인구, 역대 최다</span> <span class="r_ico_b r_modify"><b>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026011","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026011" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,84);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026011.jpg?type=nf212_140&ut=20250408174011" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026016","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026016" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,85);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026016.jpg?type=nf212_140&ut=20250408165608" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025996","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025996" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,86);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025996.jpg?type=nf212_140&ut=20250408154711" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">강남 학원가 마약음료 주범, 대법서 징역 23년 확정</span> <span class="r_ico_b r_modify"><b>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025989","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025989" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,87);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025989.jpg?type=nf212_140&ut=20250408152007" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025953","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025953" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,88);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025953.jpg?type=nf212_140&ut=20250408140816" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"돈 제때 안 갚는다" 채무자 감금한 20대 징역형 집유</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026009","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026009" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,89);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026009.jpg?type=nf212_140&ut=20250408165209" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">자라서 우주비행사 된 韓 이민자 가정 소년…미래 위한 ISS 임무 수행한다</span> <span class="r_ico_b r_modify"><b>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026010","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026010" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,90);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026010.jpg?type=nf212_140&ut=20250408163110" 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>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004026006","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004026006" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,91);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4026006.jpg?type=nf212_140&ut=20250408161508" 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>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025993","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025993" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,92);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025993.jpg?type=nf212_140&ut=20250408154612" 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>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025895","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025895" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,93);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025895.jpg?type=nf212_140&ut=20250408102010" 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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025791","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025791" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,94);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025791.jpg?type=nf212_140&ut=20250408142213" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">소주·맥주 2000원…‘눈물의 할인’ 왜?</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025986","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025986" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,95);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025986.jpg?type=nf212_140&ut=20250408151507" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025915","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025915" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,96);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025915.jpg?type=nf212_140&ut=20250408110508" 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>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025991","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025991" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,97);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025991.jpg?type=nf212_140&ut=20250408153307" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025985","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025985" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,98);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025985.jpg?type=nf212_140&ut=20250408151107" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025978","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025978" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,99);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025978.jpg?type=nf212_140&ut=20250408144712" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025980","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025980" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,100);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025980.jpg?type=nf212_140&ut=20250408145014" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025984","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025984" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,101);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025984.jpg?type=nf212_140&ut=20250408145307" 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>16시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025945","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025945" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,102);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025945.jpg?type=nf212_140&ut=20250408135414" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025959","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025959" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,103);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025959.jpg?type=nf212_140&ut=20250408142009" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">인천항만공사 “내항 1·8부두 재개발, 행안부 중투심 통과”</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025956","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025956" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,104);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025956.jpg?type=nf212_140&ut=20250408141512" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘국립의대 설립’ 1호 공약… 전남도, 대선공약 핵심과제 75건 발표</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025957","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025957" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,105);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025957.jpg?type=nf212_140&ut=20250408141514" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025958","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025958" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,106);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025958.jpg?type=nf212_140&ut=20250408141818" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">카메라로 옷장 비추며 “오늘 뭐 입을까?”… 난리 난 갤럭시 S25 新기능</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025912","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025912" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,107);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025912.jpg?type=nf212_140&ut=20250408105708" 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>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025954","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025954" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,108);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025954.jpg?type=nf212_140&ut=20250408141012" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘딥테크 10대 분야’, 2024년 투자액 3조6000억원…바이오·AI가 1·2위</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025949","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025949" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,109);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025949.jpg?type=nf212_140&ut=20250408140611" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025943","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025943" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,110);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025943.jpg?type=nf212_140&ut=20250408140814" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025925","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025925" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,111);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025925.jpg?type=nf212_140&ut=20250408131619" 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>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025941","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025941" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,112);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025941.jpg?type=nf212_140&ut=20250408134017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“강력범 엄벌, 시위자 억압 양면” 2024년 사형집행 1518건…8년만 최다</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025944","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025944" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,113);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025944.jpg?type=nf212_140&ut=20250408134714" 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>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025929","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025929" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,114);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025929.jpg?type=nf212_140&ut=20250408125819" 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>18시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025924","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025924" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,115);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025924.jpg?type=nf212_140&ut=20250408114710" 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>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025932","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025932" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,116);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025932.jpg?type=nf212_140&ut=20250408164621" 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>18시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025933","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025933" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,117);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025933.jpg?type=nf212_140&ut=20250408130913" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">하동 산불, 24시간 만에 주불 진화</span> <span class="r_ico_b r_modify"><b>18시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025926","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025926" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,118);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025926.jpg?type=nf212_140&ut=20250408121210" 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>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025927","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025927" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,119);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025927.jpg?type=nf212_140&ut=20250408121212" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“축구선수 이천수, 건진법사 ‘1억 뒷돈’ 현장에 있었다”</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025928","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025928" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,120);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025928.jpg?type=nf212_140&ut=20250408121215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2월 경상수지 22개월째 흑자…“관세 영향은 4월부터”</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025918","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025918" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,121);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025918.jpg?type=nf212_140&ut=20250408111415" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">중화권 기업 포상 관광객 3100여명 제주로</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025917","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025917" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,122);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025917.jpg?type=nf212_140&ut=20250408111215" 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>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025911","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025911" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,123);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025911.jpg?type=nf212_140&ut=20250408104508" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">HJ중공업, 대한항공과 해상 무인기 및 함정 간 기술협력 MOU 체결</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025909","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025909" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,124);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025909.jpg?type=nf212_140&ut=20250408104208" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘제주4·3기록물’ 유네스코 세계기록유산 등재 전망</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025922","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025922" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,125);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025922.jpg?type=nf212_140&ut=20250408114310" 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>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025923","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025923" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,126);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025923.jpg?type=nf212_140&ut=20250408130911" 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>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025920","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025920" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,127);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025920.jpg?type=nf212_140&ut=20250408112008" 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>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025890","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025890" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,128);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025890.jpg?type=nf212_140&ut=20250408100109" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">선관위, 특혜채용 간부 자녀 10명 임용취소 절차 진행</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025868","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025868" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,129);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025868.jpg?type=nf212_140&ut=20250408084909" 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>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025891","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025891" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,130);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025891.jpg?type=nf212_140&ut=20250408100808" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">로마에서 결혼 20주년 기념하는 영국 왕 찰스 3세 부부</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025914","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025914" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,131);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025914.jpg?type=nf212_140&ut=20250408110308" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2024년 나라살림 적자 100조원 넘겨…세수 감소에 건전재정 끝내 달성 못해</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025919","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025919" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,132);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025919.jpg?type=nf212_140&ut=20250408111417" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 안철수 “국민 여러분의 부름 받고자 21대 대통령 선거 출마”</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025873","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025873" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,133);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025873.jpg?type=nf212_140&ut=20250408090211" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헌재 ‘승복’ vs ‘불복’… 분열하는 尹 탄핵 반대파들</span> <span class="r_ico_b r_modify"><b>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025903","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025903" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,134);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025903.jpg?type=nf212_140&ut=20250408103215" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한덕수, 103일 만에 마은혁 임명…‘대통령 몫’ 재판관 2인도 지명</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025907","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025907" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,135);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025907.jpg?type=nf212_140&ut=20250408103612" 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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025884","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025884" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,136);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025884.jpg?type=nf212_140&ut=20250408094607" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유엔 “北 5세 미만 사망률 1000명당 18명”… 코로나 봉쇄 기간 증가</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025893","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025893" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,137);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025893.jpg?type=nf212_140&ut=20250408100908" 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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025910","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025910" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,138);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025910.jpg?type=nf212_140&ut=20250408104308" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대포통장 개설해 보이스피싱 조직에 유통…'MZ' 일당 적발</span> <span class="r_ico_b r_modify"><b>20시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025905","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025905" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,139);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025905.jpg?type=nf212_140&ut=20250408132619" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제21대 대통령 선거 6월3일로 확정… 임시공휴일로 지정</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025822","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025822" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,140);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025822.jpg?type=nf212_140&ut=20250408064507" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025897","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025897" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,141);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025897.jpg?type=nf212_140&ut=20250408102110" 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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025899","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025899" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,142);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025899.jpg?type=nf212_140&ut=20250408102308" 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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025872","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025872" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,143);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025872.jpg?type=nf212_140&ut=20250408102808" 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>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025886","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025886" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,144);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025886.jpg?type=nf212_140&ut=20250408095407" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">中, 딥시크 필두로 美 AI 맹추격…1년 사이 성능 격차 9.3→1.7%</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025882","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025882" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,145);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025882.jpg?type=nf212_140&ut=20250408094409" 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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025889","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025889" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,146);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025889.jpg?type=nf212_140&ut=20250408100008" 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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025880","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025880" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,147);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025880.jpg?type=nf212_140&ut=20250408094208" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"경영권 승계 의혹 불식"…한화에어로, 유상증자 3.6조→2.3조 축소</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025867","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025867" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,148);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025867.jpg?type=nf212_140&ut=20250408113415" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“초봉 6500만원? 안갈래요”…은행 ‘고스펙’ 합격자들이 발돌린 곳은?</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025874","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025874" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,149);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025874.jpg?type=nf212_140&ut=20250408090707" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전북 사찰·목조문화유산서 5년간 화재 9건, 23억원 피해</span> <span class="r_ico_b r_modify"><b>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025877","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025877" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,150);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025877.jpg?type=nf212_140&ut=20250408092609" 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>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025862","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025862" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,151);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025862.jpg?type=nf212_140&ut=20250408080311" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“서울역까지 진짜 20분 걸렸어요”…GTX-B노선 착공 앞두고 쏠리는 시선</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025859","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025859" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,152);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025859.jpg?type=nf212_140&ut=20250408073711" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025875","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025875" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,153);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025875.jpg?type=nf212_140&ut=20250408090809" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“갤S25 효과”…삼성전자 1분기 영업익 6.6조, 전망치 상회</span> <span class="r_ico_b r_modify"><b>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025855","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025855" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,154);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025855.jpg?type=nf212_140&ut=20250408071311" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025865","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025865" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,155);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025865.jpg?type=nf212_140&ut=20250408081813" 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>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025826","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025826" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,156);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025826.jpg?type=nf212_140&ut=20250408060216" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025833","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025833" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,157);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025833.jpg?type=nf212_140&ut=20250408060231" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">외제차 할부금 내며 직원 130명 임금 체불</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025841","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025841" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,158);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025841.jpg?type=nf212_140&ut=20250408060324" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">3월 구직자 100명당 일자리 32개…신규 구인 23% 급감</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025843","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025843" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,159);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025843.jpg?type=nf212_140&ut=20250408060412" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025821","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025821" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,160);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025821.jpg?type=nf212_140&ut=20250408050312" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“尹 이해한다”던 인요한, BBC엔 “계엄은 현명하지 못한 결정, 대가 치르는 중”</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025845","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025845" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,161);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025845.jpg?type=nf212_140&ut=20250408060416" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025847","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025847" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,162);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025847.jpg?type=nf212_140&ut=20250408060419" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025836","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025836" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,163);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025836.jpg?type=nf212_140&ut=20250408060314" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025837","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025837" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,164);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025837.jpg?type=nf212_140&ut=20250408060317" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025838","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025838" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,165);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025838.jpg?type=nf212_140&ut=20250408060319" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“테슬라 차량당 제조비 4000弗 상승 치명타” [글로벌 증시 ‘블랙먼데이’]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025829","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025829" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,166);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025829.jpg?type=nf212_140&ut=20250408060222" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전자·이차전지, 1분기 ‘선방’… 관세 폭탄에 2분기 ‘시계 제로’</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025834","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025834" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,167);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025834.jpg?type=nf212_140&ut=20250408071418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">명이나물인 줄 알고 먹었다가 복통·설사…봄철 산나물 vs 독초 구별법</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025828","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025828" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,168);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025828.jpg?type=nf212_140&ut=20250408060220" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">中, 희토류 7종 수출 통제… 韓 첨단산업 영향 우려</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025832","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025832" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,169);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025832.jpg?type=nf212_140&ut=20250408060229" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025815","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025815" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,170);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025815.jpg?type=nf212_140&ut=20250408010515" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025830","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025830" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,171);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025830.jpg?type=nf212_140&ut=20250408060225" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025827","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025827" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,172);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025827.jpg?type=nf212_140&ut=20250408060218" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025849","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025849" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,173);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025849.jpg?type=nf212_140&ut=20250408060423" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">21대 대통령 선거 6월 3일 치러진다</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025854","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025854" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,174);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025854.jpg?type=nf212_140&ut=20250408070017" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[오늘날씨] 전국 강풍 ‘산불주의’…낮 최고 24도</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025831","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025831" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,175);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025831.jpg?type=nf212_140&ut=20250408111308" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">삼성 “올해 국내 1등 해야죠”… 총성 울린 ‘올레드 TV 대전’</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025825","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025825" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,176);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">인천경제청, 전략산업 투자 유치 ‘열매’</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025846","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025846" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,177);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025846.jpg?type=nf212_140&ut=20250408060418" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">현대모비스, 인도에 통합 R&D 센터… SW 개발 허브로</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025844","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025844" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,178);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">노원구, 취약층 청소년 학습·진학 멘토링</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025842","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025842" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,179);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025842.jpg?type=nf212_140&ut=20250408060410" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">부산, 외국인 ‘의료관광객’ 2024년 3만명 돌파</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025817","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025817" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,180);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025817.jpg?type=nf212_140&ut=20250408050212" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프 상호관세 정책 핵심 나바로 [이 사람@World]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025824","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025824" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,181);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">LGD ‘스마트폰 올레드’ 기술로 승부</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025814","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025814" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,182);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025814.jpg?type=nf212_140&ut=20250408005711" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025839","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025839" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,183);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025839.jpg?type=nf212_140&ut=20250408060321" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">SMR 구축·운영에 AI기술 융합한다</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025835","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025835" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,184);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025835.jpg?type=nf212_140&ut=20250408060312" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한울원전, 누적 발전량 1조3000억kWh 달성</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025840","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025840" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,185);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">“현대아파트 60년… 삶의 추억 나눠주세요”</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025805","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025805" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,186);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025805.jpg?type=nf212_140&ut=20250407225310" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025848","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025848" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,187);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025848.jpg?type=nf212_140&ut=20250408060422" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주 비육마 30마리 日에 첫 수출</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025804","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025804" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,188);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025804.jpg?type=nf212_140&ut=20250407225222" 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> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025850","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025850" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,189);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">장애인 가정 출산·육아 돕는 ‘홈헬퍼’ 130가구 지원</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025803","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025803" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,190);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025803.jpg?type=nf212_140&ut=20250407225220" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[사설] 거대 양당의 사생 결단 정쟁으로 막 오르는 6·3 대선</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025816","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025816" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,191);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[국제 단신] “하마스, 이란에 이 파괴 대가로 7000억 요청” 외</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025820","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025820" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,192);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025820.jpg?type=nf212_140&ut=20250408050310" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025802","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025802" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,193);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025802.jpg?type=nf212_140&ut=20250407225218" 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> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025851","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025851" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,194);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">용산구 임산부 맞춤 생활체육 프로그램 호응</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025801","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025801" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,195);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025801.jpg?type=nf212_140&ut=20250407225215" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025809","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025809" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,196);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025809.jpg?type=nf212_140&ut=20250407230218" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025853","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025853" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,197);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025853.jpg?type=nf212_140&ut=20250408060430" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025800","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025800" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,198);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025800.jpg?type=nf212_140&ut=20250407225113" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[기자가만난세상] 8대 0은 당연하지 않다</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025688","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025688" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,199);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025688.jpg?type=nf212_140&ut=20250407171312" 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> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025852","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025852" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,200);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">경기, ‘인구감소’ 가평·연천 맞춤 지원</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025799","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025799" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,201);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025799.jpg?type=nf212_140&ut=20250407225111" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025807","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025807" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,202);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025807.jpg?type=nf212_140&ut=20250407230214" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"YOU ARE HERO", 경북문화관광공사, 친절캠페인 진행</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025798","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025798" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,203);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025798.jpg?type=nf212_140&ut=20250407225010" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025808","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025808" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,204);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025808.jpg?type=nf212_140&ut=20250407230216" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">中·日 6개 도시, 경주벚꽃마라톤대회서 'APEC 성공' 개최 응원</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025797","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025797" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,205);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025797.jpg?type=nf212_140&ut=20250407224914" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025806","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025806" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,206);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025806.jpg?type=nf212_140&ut=20250407230212" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">포항시의회, 경북 일원 산불 피해 복구 성금 1000만원 기탁</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025796","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025796" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,207);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025796.jpg?type=nf212_140&ut=20250407224912" 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> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025818","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025818" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,208);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[이코노 브리핑] 교보생명, 피치 신용등급 A+ 13년 연속 획득 외</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025777","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025777" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,209);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025777.jpg?type=nf212_140&ut=20250407203415" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025705","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025705" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,210);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025705.jpg?type=nf212_140&ut=20250407170411" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025490","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025490" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,211);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025490.jpg?type=nf212_140&ut=20250407064709" 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>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025638","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025638" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,212);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025638.jpg?type=nf212_140&ut=20250407141909" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025760","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025760" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,213);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025760.jpg?type=nf212_140&ut=20250407191512" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">美, 신안 천일염 수입 금지 조치… 정부 “신속히 WRO 해제 추진”</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025794","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025794" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,214);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025794.jpg?type=nf212_140&ut=20250407224510" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025793","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025793" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,215);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025793.jpg?type=nf212_140&ut=20250407224415" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025792","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025792" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,216);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025792.jpg?type=nf212_140&ut=20250407220215" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025703","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025703" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,217);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025703.jpg?type=nf212_140&ut=20250407165911" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025773","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025773" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,218);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025773.jpg?type=nf212_140&ut=20250407193208" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산불 피해지역 트랙터 무상임대…LS엠트론, 농사 재개 지원 앞장</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025771","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025771" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,219);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025771.jpg?type=nf212_140&ut=20250407193013" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025769","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025769" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,220);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025769.jpg?type=nf212_140&ut=20250407192908" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025768","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025768" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,221);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025768.jpg?type=nf212_140&ut=20250407192808" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“한국하면 K팝 떠올라”… 8년째 1위</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025761","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025761" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,222);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025761.jpg?type=nf212_140&ut=20250407191614" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025679","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025679" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,223);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025679.jpg?type=nf212_140&ut=20250407175207" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025813","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025813" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,224);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/08/4025813.jpg?type=nf212_140&ut=20250408000012" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프·이시바 25분 통화…日 “관세 제외 지속 요청”</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025780","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025780" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,225);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025780.jpg?type=nf212_140&ut=20250407204009" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025779","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025779" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,226);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025779.jpg?type=nf212_140&ut=20250407203709" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“2400만원 양육비 왜 줘야해?”…50대 남성, 결국 법정구속</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025776","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025776" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,227);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025776.jpg?type=nf212_140&ut=20250407212907" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025775","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025775" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,228);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025775.jpg?type=nf212_140&ut=20250407194811" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025783","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025783" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,229);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025783.jpg?type=nf212_140&ut=20250407210216" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025812","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025812" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,230);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025812.jpg?type=nf212_140&ut=20250407234411" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025811","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025811" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,231);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025811.jpg?type=nf212_140&ut=20250407230311" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">美 S&P지수 4%대 하락 출발…2월 고점 대비 20%↓</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025810","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025810" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,232);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025810.jpg?type=nf212_140&ut=20250407230220" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025733","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025733" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,233);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025733.jpg?type=nf212_140&ut=20250407183107" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025740","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025740" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,234);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025740.jpg?type=nf212_140&ut=20250407185215" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025744","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025744" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,235);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025744.jpg?type=nf212_140&ut=20250407213413" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025755","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025755" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,236);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025755.jpg?type=nf212_140&ut=20250407190709" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025762","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025762" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,237);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025762.jpg?type=nf212_140&ut=20250407191707" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">車보험사기 피해자에 부당 할증 15.7억 환급</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025751","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025751" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,238);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025751.jpg?type=nf212_140&ut=20250407214112" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025778","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025778" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,239);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025778.jpg?type=nf212_140&ut=20250407202607" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025731","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025731" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,240);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025731.jpg?type=nf212_140&ut=20250407212209" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025714","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025714" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,241);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025714.jpg?type=nf212_140&ut=20250407174612" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025702","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025702" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,242);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025702.jpg?type=nf212_140&ut=20250407165709" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘신동호 EBS 사장 임명’ 집행정지…다시 흔들리는 ‘방통위 2인 체제’</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025754","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025754" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,243);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025754.jpg?type=nf212_140&ut=20250407190707" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025753","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025753" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,244);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025753.jpg?type=nf212_140&ut=20250407190609" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025743","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025743" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,245);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025743.jpg?type=nf212_140&ut=20250407213211" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025750","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025750" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,246);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025750.jpg?type=nf212_140&ut=20250407214109" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025742","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025742" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,247);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025742.jpg?type=nf212_140&ut=20250408165015" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">문형배·이미선 재판관 18일 퇴임… ‘6인 체제’ 헌재 멈춰서나 [尹 파면 이후]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025736","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025736" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,248);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025736.jpg?type=nf212_140&ut=20250407184607" 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> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news022,0004025749","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/022/0004025749" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',022,249);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/022/2025/04/07/4025749.jpg?type=nf212_140&ut=20250407213909" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2026학년도 의대정원 원점회귀냐, 증원이냐… 교육부 “이번주 수업참여 본 뒤 판단”</span> <span class="r_ico_b r_modify"><b>1일전</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',022,'');">접기</a> <a href="javascript:void(0);" class="press_edit_news_btn_more _nudge_more_btn" onclick="nclk(event,'hom.more',022,'');">더보기</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=022"; 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", "https://m.naver.com/"); // 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: '022', 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: "022" }); } /* 네이버앱 숏폼 공통 뷰어 */ /* 가로스크롤 일괄 추가 */ $("._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?2025040907"; // 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 = "022"; 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>