CINXE.COM
<!doctype html> <html lang="ko"> <head> <title id="browserTitleArea"> CJB청주방송 :: 네이버뉴스 </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/20250312_121143/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/20250312_121143/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/20250312_121143/js/generated/news.mobile.js"></script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20250312_121143/js/generated/presshome.dependency.js"></script> <script> (function() { var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + '655/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="CJB청주방송 언론사홈"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://media.naver.com/press/655"/> <meta property="og:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/655/2025/03/07/logo_655_100_20250307145649.png"/> <meta property="og:description" content="언론사 주요 뉴스와 속보를 만나볼 수 있습니다."/> <meta property="og:article:author" content="네이버"/> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="CJB청주방송 언론사홈"> <meta name="twitter:site" content="네이버 뉴스"> <meta name="twitter:creator" content="네이버 뉴스"> <meta name="twitter:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/655/2025/03/07/logo_655_100_20250307145649.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: "655", directSalesPct : 0 } }); for (let i = 0; i < adUnits.length; i++) { window.gladsdk.defineAdSlot(adUnits[i]); } var htmlClass = document.querySelector("html").getAttribute("class"); if (htmlClass && htmlClass.indexOf("DARK_THEME") > -1) { window.gladsdk.setHostMeta("theme", "system"); } }); </script> </head> <body class=" body_press as_body_type_a _font_size_setting_target" style="color: #262f6f;"> <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: #262f6f;"> <div class="press_hd_bg" style="background-color: #262f6f; color: #262f6f;"> <div class="press_hd_bg_inner"> <img src="https://imgnews.pstatic.net/image/upload/spubs/dyG0000655/cover/2024/05/22/A_161822184.png?type=u850_200" 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',655,'');">이전</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',655,'');"> <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',655,'');" data-style="standard" data-url="https://media.naver.com/press/655" data-title="CJB청주방송 언론사 페이지 :: 네이버" data-mail-url="https://media.naver.com/press/655?lfrom=mail" data-blog-url="https://media.naver.com/press/655?lfrom=blog" data-blog-source-type="3" data-blog-blog-id="naver" data-cafe-url="https://media.naver.com/press/655?lfrom=cafe" data-cafe-source-type="3" data-memo-url="https://media.naver.com/press/655?lfrom=memo" data-calendar-url="https://media.naver.com/press/655?lfrom=calendar" data-band-url="https://media.naver.com/press/655?lfrom=band" data-line-url="https://media.naver.com/press/655?lfrom=line" data-kakaotalk-url="https://media.naver.com/press/655?lfrom=kakao" data-kakaostory-display="off" data-kakaotalk-image-url="https://ssl.pstatic.net/static.news/image/news/m/2015/10/press_logo/655_1200x630.jpg" data-facebook-url="https://media.naver.com/press/655?lfrom=facebook" data-twitter-url="https://media.naver.com/press/655?lfrom=twitter" data-mypeople-url="https://media.naver.com/press/655?lfrom=mypeople" data-friend-display="on" data-friend-url="https://media.naver.com/press/655?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: #262f6f;"> <a href="/press/655" class="press_hd_ci_image" onclick="nclk(event,'hom.logo',655,'');"> <img src="https://imgnews.pstatic.net/image/upload/spubs/dyG0000655/logo/2025/03/07/A_19011011.png?type=u144_144" alt="CJB청주방송" onerror="showNoImage(this)"> </a> <a href="https://www.cjb.co.kr/home/main.php" class="press_hd_ci_home" onclick="nclk(event,'hom.url',655,'');">홈페이지</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="https://www.cjb.co.kr/home/main.php" class="press_hd_name_link" onclick="nclk(event,'hom.url',655,'');"> CJB청주방송<i class="press_hd_name_link_home" aria-label="CJB청주방송 홈페이지"></i> </a> </h3> <div class="press_hd_btns_area"> <div class="press_hd_subscribe_btnwrap _press_hd_subscribe_btnwrap"></div> </div> </div> <p class="press_hd_desc">더 나은 내일 충북·세종의 꿈을 봅니다.</p> </div> <div class="press_hd_subscribe"> <em class="press_hd_subscribe_term _follower_label" style="display:none;">구독</em> <em class="press_hd_subscribe_num _channel_follower_count" style="display:none;">0</em> <span class="press_subscribe_badge _follower_count_million_badge" style="display:none;"></span> </div> </div> <div class="press_profile"> <div class="pp_inner"> <h4 class="blind">언론사 정보</h4> <div class="pp_rel"> <h5 class="blind">연관 채널</h5> <a href="javascript:;" class="pp_rel_desc _toggle_profile_btn" data-officeid="655" data-clickcode-toggle-open="hom.popen" data-clickcode-toggle-close="hom.pclose"> <div class="prd_left"> <div class="prd_text"> <strong>3개</strong> 채널, <strong class="as_em">+5만명</strong>이 함께해요! </div> </div> <div class="prd_right"> <div class="prd_icons"> <i class="prd_icon" aria-label="url"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_url.png" alt="url" onerror="showNoImage(this)"></i> <i class="prd_icon" aria-label="youtube"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_youtube.png" alt="youtube" onerror="showNoImage(this)"></i> <i class="prd_icon" aria-label="네이버 TV"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png" alt="네이버 TV" onerror="showNoImage(this)"></i> </div> <div class="prd_buttons"> <i type="button" class="prd_button">더보기</i> </div> </div> </a> <div class="pp_rel_bundle _press_more_profile is_hidden"> <ul class="pp_rel_list"> <li class="pp_rel_item _representative_channel_item"> <div class="pp_rel_inner" data-use-follow-layer="0"> <div class="pp_rel_title _channel_plugin_follow_count" data-channel-id="61ef8f0037a4f84615fb210a" data-count-label="구독" data-count-template="pressHomeProfile"> <i class="pp_rel_icon" aria-label="네이버 TV"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png" alt="네이버 TV" onerror="showNoImage(this)"></i> <a href="https://tv.naver.com/cjbnews1018" class="pp_rel_text" onclick="nclk(event,'hom.ptv', '', '');"> <span class="pp_rel_name">CJB NEWS</span> </a> <span class="pp_rel_count _count"> 구독 2,061 </span> </div> <button class="pp_rel_subscribe _channel_plugin_follow_btn" data-channel-id="61ef8f0037a4f84615fb210a" data-toggle-class="is_on" data-clickcode-follow="hom.subs" data-clickcode-unfollow="hom.subs"><span class="blind">구독</span></button> </div> </li> <li class="pp_rel_item _representative_channel_item"> <div class="pp_rel_inner" data-use-follow-layer="0"> <div class="pp_rel_title _channel_plugin_follow_count" data-channel-id="61e9139a51a8f5614b9e6e10" data-count-label="구독" data-count-template="pressHomeProfile"> <i class="pp_rel_icon" aria-label="youtube"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_youtube.png" alt="youtube" onerror="showNoImage(this)"></i> <a href="https://www.youtube.com/channel/UCNaTUVRdXYsPlZwxic63icw" class="pp_rel_text" onclick="nclk(event,'hom.pyoutube', '', '');"> <span class="pp_rel_name">CJB 청주방송</span> </a> <span class="pp_rel_count _count"> 구독 4.8만+ </span> </div> </div> </li> <li class="pp_rel_item _representative_channel_item"> <div class="pp_rel_inner" data-use-follow-layer="0"> <div class="pp_rel_title _channel_plugin_follow_count" data-channel-id="61ee2fa037a4f84615fb0d70" data-count-label="" data-count-template="pressHomeProfile"> <i class="pp_rel_icon" aria-label="url"><img src="https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_url.png" alt="url" onerror="showNoImage(this)"></i> <a href="https://www.cjb.co.kr/home/main.php" class="pp_rel_text" onclick="nclk(event,'hom.petc', '', '');"> <span class="pp_rel_name">https://www.cjb.co.kr/home/main.php</span> </a> </div> </div> </li> </ul> <div class="pp_award"> <h5 class="pp_award_h">주요이력</h5> <ul class="pp_award_list"> <li class="pp_award_item"> <em class="pp_award_year">2014</em><span class="pp_award_name">청주 산남동 미디어센터 준공</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2012</em><span class="pp_award_name">HDTV 전환완료</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2008</em><span class="pp_award_name">지상파 DMB 개국</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2005</em><span class="pp_award_name">DTV 방송국 개국</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2001</em><span class="pp_award_name">FM 라디오 방송국 개국</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2000</em><span class="pp_award_name">제천 용두산 TV 중계소 개국</span> </li> <li class="pp_award_item"> <em class="pp_award_year">1999</em><span class="pp_award_name">가엽산 TV 중계소 개국</span> </li> <li class="pp_award_item"> <em class="pp_award_year">1997</em><span class="pp_award_name">TV 방송국 개국</span> </li> </ul> </div> <div class="pp_datalab _press_more_statistics"></div> </div> </div> </div> </div> </div> </div> </header> <script> function initShare() { new news.JsLoader().setConfig({ 'sCharSet': 'utf-8' // default }).load( ['https://ssl.pstatic.net/spi/js/release/ko_KR/splugin.m.js?v=' + Math.floor(new Date().getTime() / 1200000)], function() { window.__splugin = SocialPlugIn_Core({ // nEvent Key "evKey" : "news", "dimmed" : "fixed", "darkMode" : isDarkShareLayer(), "serviceName" : "뉴스", "sourceName" : "", "onClick" : function(button) {}, "onShow" : function() {}, "onHide" : function() {}, "onResize" : function(event) {}, "onRotate" : function(event) {} }); } ); } function initPressList() { var cpType = 'News'; var popupUrl = '/press/popup?cpType=' + cpType; var pressListPopup = new PressHomeMainManager.PressListPopup('._press_list_btn', { selectedOfficeId: '655', pressListPopupUrl: popupUrl, wrapper: "._press_list_wrapper" }); return pressListPopup; } function initPressHomeLnb(params) { var officeId = '655'; var isChannelFollowerVisible = true; var welMillionBadgeArea = $('._follower_count_million_badge'); var welFollowerLabel = $('._follower_label'); var isMillionBadgeVisible = welMillionBadgeArea.length > 0; var isLiveViewer = $('.NAVER_APP_LIVE_VIEWER').length > 0; var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + officeId + '/live') >= 0; /* 채널구독수 */ if (isChannelFollowerVisible || isMillionBadgeVisible) { var channelFollowerCount = new PressHomeMainManager.ChannelFollowerCount('._channel_follower_count', { officeId: officeId, }); if (isChannelFollowerVisible) { channelFollowerCount.oPromise.then($.proxy(channelFollowerCount.renderFollowerCount, channelFollowerCount)); var incrementFollowerCount = function () { channelFollowerCount.incrementAndRenderFollowerCount(); }; var decrementFollowerCount = function () { channelFollowerCount.decrementAndRenderFollowerCount(); } } if (isMillionBadgeVisible) { channelFollowerCount.oPromise.then(function (followerCount) { var nFollowerCount = followerCount || 0; var nFollowerCountInMillion = Math.floor(nFollowerCount / 1000000); var nFollowerCountInMan = nFollowerCountInMillion * 100; if (nFollowerCountInMillion < 1) { if (!isChannelFollowerVisible) { $(".press_hd_subscribe").remove(); } return; } else { var sMillionClassName = 'as_' + ((nFollowerCountInMillion % 10 === 0) ? 10 : nFollowerCountInMillion % 10) + 'million'; welFollowerLabel.show(); welMillionBadgeArea.addClass(sMillionClassName) welMillionBadgeArea.append(' <i class="press_ico">구독자수</i><em>' + nFollowerCountInMan + '</em>만').show(); } }); } } /* 채널구독수 */ /* 채널구독버튼 */ var channelSubscribeButton = new PressHomeMainManager.ChannelSubscribeButton('._press_hd_subscribe_btnwrap', { officeId: officeId, buttonClassName: 'press_hd_subscribe_btn', noLoginLayerTemplate: function() { return news.Util.getTemplateRenderer(function () {/*!@preserve <div class="press_hd_subscribe_layer_wrap as_tooltip _afterAdd" style="display: none;"> <div class="press_hd_subscribe_layer"> <p class="press_hd_subscribe_layer_title">메인 뉴스판에서 CJB청주방송 주요뉴스를 볼 수 있습니다.</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>CJB청주방송</strong> 언론사 구독 해지되었습니다.</p> </div> </div> */ return true; }); }, nclk_add: 'hom.take', nclk_remove: 'hom.cancel', nclk_info: 'hom.info', onAddChannelSuccess: incrementFollowerCount, onRemoveChannelSuccess: decrementFollowerCount, needNotificationButton: true, needNotificationConfirm: true }); /* 채널구독버튼 */ /* 공유하기 */ if (!isLiveViewer && !isLiveUrl) { initShare(); } /* 공유하기 */ /* 뒤로버튼 */ var historyBackButton = new PressHomeMainManager.HistoryBackButton('._press_header ._back_btn'); /* 뒤로버튼 */ /* 언론사리스트 */ if (!isLiveViewer && !isLiveUrl) { var pressListPopup = initPressList(); } /* 언론사리스트 */ return { channelFollowerCount: channelFollowerCount, historyBackButton: historyBackButton, channelSubscribeButton: channelSubscribeButton, pressListPopup: pressListPopup } } </script> <script> var profileData = {"notice":null,"relatedChannelContainer":null,"talkTalkUrl":null,"statistics":{"period":"2025.03.24.~2025.03.30.","ageStatList":[{"age":"10","percent":2.1975121359223295,"rank":6,"ageParsedByInt":10},{"age":"20","percent":36.77609223300971,"rank":5,"ageParsedByInt":20},{"age":"30","percent":90.2773058252427,"rank":2,"ageParsedByInt":30},{"age":"40","percent":100.0,"rank":1,"ageParsedByInt":40},{"age":"50","percent":70.61195388349513,"rank":3,"ageParsedByInt":50},{"age":"60","percent":42.37257281553397,"rank":4,"ageParsedByInt":60}],"genderStatMap":{"female":44.8550010283615,"male":55.14499897163849},"hasSameTopRank":false},"awards":null,"relatedChannelEmpty":true}; var billboardChartLibUrl = ['https://ssl.pstatic.net/static.news/mnews/resources/20250312_121143/js/generated/billboard.pkgd.min.js']; function initPressHomeTopLnb(params) { var pressHomeLnb = initPressHomeLnb(); var officeId = '655'; 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">메인 뉴스판에서 CJB청주방송 주요뉴스를 볼 수 있습니다.</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>CJB청주방송</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: #262f6f; 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/655" class="press_float_title_text" onclick="nclk(event,'prs_hom.top',655,'');">CJB청주방송</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: #262f6f;"> <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/655" class="_press_tab_btn" data-tab-type="Default" data-tab-id="Main"> <span class="press_section_tab_txt">주요뉴스</span> </a> </li> <li class="press_section_tab_item is_new" aria-selected="false"> <a href="/press/655/live" class="_press_tab_btn" data-tab-type="Link" data-tab-id="NaverTvLive"> <span class="press_section_tab_txt">생중계</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/655?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/655?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/655?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/655?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="/tv/655" class="_press_tab_btn" data-tab-type="Link" data-tab-id="Broadcast"> <span class="press_section_tab_txt">저녁방송</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/655/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 = '655'; /* 탭 */ var welTabScroll = $('._press_tab_scroll'); if (welTabScroll.length > 0) { // position 0 부터 시작한다. ("style 속성 자체를 지우면 스크롤이 적용되지 않는다" on iOS) welTabScroll.children().eq(0).css('left', '0px'); var pressTabScroll = new news.Scroll("._press_tab_scroll"); // ._press_tab_scroll이 floating 상태에 따라 height값이 달라져 고정하지 않도록 설정 $("._press_tab_scroll").css("height", ""); var welSelectedTab = $('.press_section_tab_item[aria-selected=true]'); if (welSelectedTab.length > 0) { pressTabScroll.scrollElToCenter(welSelectedTab); } var agent = news.Util.getAgentInfo(); if (agent.bMobile && !agent.bIsIos) { $(window).on("resize", function (e) { e.preventDefault(); pressTabScroll.refresh(); pressTabScroll.scrollElToCenter(welSelectedTab); }); } } /* 탭 */ addTabClassIfNecessary(); /* 섹션탭 클릭 */ var pressTabButton = new PressHomeMainManager.ButtonListener('._press_tab_btn', { onClick: function (e) { var tabType = $(e.currentTarget).data('tab-type'); var tabId = $(e.currentTarget).data('tab-id'); if (!(tabType === 'home' || tabType === 'link')) { if (params && params.floating && params.floating.isFloating) { e.currentTarget.hash = 'lnb'; } } if (tabId === 'Main') { nclk(e, 'hom.mm', officeId, ''); } else if (tabId === 'NaverTvLive') { nclk(e, 'hom.live', officeId, ''); } else if (tabId === 'Ranking') { nclk(e, 'hom.rank',officeId,''); } else if (tabId === 'Premium') { nclk(e, 'hom.premium', officeId, ''); } else if (tabId === 'ShortForm') { nclk(e, 'hom.short', officeId, ''); } else if (tabId === 'Issue') { nclk(e, 'hom.sectionissue', officeId, ''); } else { nclk(e, 'hom.section', officeId, ''); } } }); /* 섹션탭 클릭 */ return { pressTabScroll: pressTabScroll, pressTabButton: pressTabButton } } </script> <script> /** * `focus to lnb` 대응 (url format: `some/url#lnb`) */ ;(function(){ var isFocusToLnbMode = false; // default 마크업 구성을 `focus to lnb` 로 하고 (floating lnb 로 구성), // `focus to lnb` 접근이 아닐 경우 `floating lnb` 구성을 해제하는 컨셉. (to static 으로) // // default 마크업 구성을 `floating lnb` 로 한 이유: // 1. `static lnb` 방식으로 하면, // 2. `focus` 처리할 때 "화면 덜컹 거림이 보여서" 보기 좋지 않다. // // `focus` 요청일 경우, // 필요한 추가 처리는 content 출력 후 처리돼있다. (e.g. scroll 이동) if(location.hash === '#lnb'){ isFocusToLnbMode = true; } // "뒤로가기", "새로고침" 일 경우 focus 처리하지 않는다. (browser 에서 scroll 자동 이동 시키므로) (function () { var winNavigation = (window.performance && window.performance.navigation) || {}; var isReload = winNavigation.type === winNavigation.TYPE_RELOAD; var isHistoryBack = winNavigation.type === winNavigation.TYPE_BACK_FORWARD; // 상수를 지원하지 않을 경우도 focus 처리하지 않음 if(isHistoryBack || isReload || !winNavigation.TYPE_BACK_FORWARD){ isFocusToLnbMode = false; } })(); try{ // 서버 기본 설정이 `lnb floating + block' 이면 LNB 움직이는게 보여서 script 에서 block 되도록 했다. document.querySelector('._press_float').style.display = ''; document.querySelector('._press_tab_scroll').style.display = ''; }catch(e){} // 선택된 LNB 중앙 정렬 선처리 (onload 후 Scroll-UI 에서 중앙 정렬시 이동이 보이지 않게) (function(){ try{ var lnb = document.querySelector('._press_tab_scroll'); var lnbScrollContent = lnb.firstElementChild; var selectedItem = lnb.querySelector('li[aria-selected="true"]'); var maxScrollLeft = 0; var selectedItemScrollLeft = 0; // Scroll-UI 적용 전에 inline style 은 제거해 줘야 한다. (e.g. onload 후 적용 될 때) lnbScrollContent.style.position = 'absolute'; maxScrollLeft = lnbScrollContent.clientWidth - lnb.clientWidth; if(maxScrollLeft <= 0){ // lnb 가 content 보다 크다. (scroll 필요 없는 경우) return; } selectedItemScrollLeft = Math.max( 0, (selectedItem.offsetLeft || 0) - ((lnb.clientWidth - selectedItem.clientWidth) / 2) ); selectedItemScrollLeft = Math.min(maxScrollLeft, selectedItemScrollLeft); lnbScrollContent.style.left = -1 * Math.round(selectedItemScrollLeft) + 'px'; }catch(e){} })(); // 1. focus mode 라면 서버 출력 마크업을 그대로 두고 // 2. 이후 처리는 content 출력 후 js 에서 하는 구조다. if(isFocusToLnbMode){ return; } /** * `focus to lnb` 접근이 아니라면 `static lnb` 구성으로 마크업 변경 */ try{ var header = document.querySelector('._press_header'); var headerFloat = document.querySelector('._press_float'); var lnb = document.querySelector('._press_tab_scroll'); header.style.display = ''; headerFloat.className = headerFloat.className.replace('is_fixed', ''); if(lnb){ lnb.className = lnb.className.replace('is_fixed', ''); } }catch(e){} })(); </script> <script> /** * `focus to lnb` 대응 (content 출력 후 추가 처리) */ ;(function () { try { var startFloating = document.querySelector('._start_floating'); var header = document.querySelector('._press_header'); var lnbScrollPaddingTop = document.querySelector('._press_float').clientHeight; // js 처리 관련 inline style 제거 window.addEventListener('load', function () { document.querySelector('#ct').style.minHeight = ''; }); // display none 상태가 아니면 `focus to lnb` 접근이 아니다. if (header.style.display !== 'none') { return; } header.style.display = ''; // show header var floatingOffset = startFloating.getBoundingClientRect().top + window.pageYOffset; window.scrollTo(0, floatingOffset - lnbScrollPaddingTop); }catch(e){} })(); </script> <div class="press_main_livebanner _CURATION_CARD" id="NaverTvLive"> <a href="https://media.naver.com/press/655/live#lnb" class="prmali_a" onclick="nclk(this,'hom.blive','655','');"> <span class="prmali_th"><span class="press_ico_live"><span class="blind">LIVE 진행중</span></span></span> <span class="prmali_tw"><strong class="prmali_t">CJB 8NEWS</strong></span> </a> </div> <div class="press_main_news as_representation _CURATION_CARD" id="Representation"> <div class="press_main_news_inner"> <ul class="press_news_list _nlog_impression_template as_bottom" data-template="Representation_Text4Photo2A"> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024362?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/655/0000024362?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgd_000000000000000000024362" data-imp-index="1" onclick="nclk(event,'hom.head2t',655,1);"> <span class="press_news_text"><strong>[속보] '문형배·이미선 임기연장법' 법사소위 야당 단독 통과</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024356?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/655/0000024356?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgd_000000000000000000024356" data-imp-index="2" onclick="nclk(event,'hom.head2t',655,2);"> <span class="press_news_text"><strong>[속보] 이재명 '대장동 재판' 네 번째 불출석...法 "강제조치 고민중"</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024352?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/655/0000024352?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgd_000000000000000000024352" data-imp-index="3" onclick="nclk(event,'hom.head2t',655,3);"> <span class="press_news_text"><strong>이재명 49.5% 김문수 16.3% 홍준표 7.1% 한동훈 6.7% [리얼미터]</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024355?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/655/0000024355?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgd_000000000000000000024355" data-imp-index="4" onclick="nclk(event,'hom.head2t',655,4);"> <span class="press_news_text"><strong>[속보] 권성동 "마은혁, 법복 입은 좌파활동가"...자진사퇴 촉구</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000024357?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/655/0000024357?type=main" data-imp-area="hom.head2p" data-imp-gdid="88221sgd_000000000000000000024357" data-imp-index="1" onclick="nclk(event,'hom.head2p',655,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24357.jpg?type=nf320_212&ut=1743398050000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[속보] “강남 호텔서 당해”...'장제원 성폭행' 고소인 측, 증거 제출</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000024358?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/655/0000024358?type=main" data-imp-area="hom.head2p" data-imp-gdid="88221sgd_000000000000000000024358" data-imp-index="2" onclick="nclk(event,'hom.head2p',655,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24358.jpg?type=nf320_212&ut=1743401891000" 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"> <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":"news655,0000024362","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024362" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24362.jpg?type=nf212_140&ut=1743413353000" 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":"news655,0000024361","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024361" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24361.jpg?type=nf212_140&ut=1743411852000" 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 " data-comment='{"gno":"news655,0000024360","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024360" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24360.jpg?type=nf212_140&ut=1743406152000" 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>3시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024359","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024359" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24359.jpg?type=nf212_140&ut=1743404296000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">234명 성착취 '자경단' 총책 김녹완, 재판서 혐의 일부 부인</span> <span class="r_ico_b r_modify"><b>4시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024358","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024358" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24358.jpg?type=nf212_140&ut=1743401891000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보]권성동 "野, 韓탄핵 돌입하면 정부와 문형배·이미선 후임 협의"</span> <span class="r_ico_b r_modify"><b>5시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024357","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024357" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24357.jpg?type=nf212_140&ut=1743398050000" 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> </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/655/0000024347?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',655,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2025/03/30/0000024347_001_20250331162518374.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">03월 30일 18:07</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/655/0000024323?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',655,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24323.jpg?type=nf260_172&ut=1743161654000" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">전한길, '尹파면' 촉구한 한강 작가 직격 "청년들에 사과해야"</strong> <span class="p_datetime">03월 28일 20:34</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/655/0000024320?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',655,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2025/03/28/0000024320_001_20250328202410031.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">03월 28일 17:56</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":"news655,0000024356","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024356" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24356.jpg?type=nf212_140&ut=1743387548000" 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 " data-comment='{"gno":"news655,0000024355","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024355" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24355.jpg?type=nf212_140&ut=1743385213000" 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 " data-comment='{"gno":"news655,0000024354","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024354" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24354.jpg?type=nf212_140&ut=1743381192000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공매도, 1년 5개월 만에 재개...증시 영향은?</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":"news655,0000024353","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024353" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24353.jpg?type=nf212_140&ut=1743380296000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국힘, 오늘 이재명·민주당 초선 등 72명 고발..."내란선동·음모 혐의"</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024352","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024352" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24352.jpg?type=nf212_140&ut=1743379632000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 49.5% 김문수 16.3% 홍준표 7.1% 한동훈 6.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 " data-comment='{"gno":"news655,0000024351","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024351" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24351.jpg?type=nf212_140&ut=1743378552000" 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> </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/655/0000024351?type=series&cid=2002114" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,1);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2025/03/31/0000024351_001_20250331084912137.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/655/0000024351?type=series&cid=2002114" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,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_2002114" 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=2002114&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002114&sid1=102" onclick="nclk(event,'hom.tseries',655,1);"> <div class="press_column_name">일상이 뉴스다</div> </a> </div> </div> </div> </li> <li class="flick-ct"> <div class="press_column_inside"> <div class="press_column_profile"> <a href="https://n.news.naver.com/mnews/hotissue/article/655/0000024307?type=series&cid=2000929" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,2);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2025/03/28/0000024307_001_20250328091516717.jpg?type=nf276_188" width="138" height="94" alt="학교서 '석면' 없앤다는데 공사 진행하며 석면 탈부착?" onerror="showNoImage(this)"></div> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/655/0000024307?type=series&cid=2000929" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,2);"> <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_2000929" 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=2000929&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000929&sid1=102" onclick="nclk(event,'hom.tseries',655,2);"> <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/655/0000024237?type=series&cid=2000933" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,3);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2025/03/25/0000024237_001_20250325105314132.jpg?type=nf276_188" width="138" height="94" alt=""100년이 숨 쉬는 공간에서 만나는 앤디 워홀"" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/655/0000024237?type=series&cid=2000933" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,3);"> <div class="press_column_headline">"100년이 숨 쉬는 공간에서 만나는 앤디 워홀"</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000933" 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=2000933&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000933&sid1=103" onclick="nclk(event,'hom.tseries',655,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/655/0000024042?type=series&cid=2001137" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,4);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2025/03/14/0000024042_001_20250314175313245.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/655/0000024042?type=series&cid=2001137" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,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_2001137" 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=2001137&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2001137&sid1=103" onclick="nclk(event,'hom.tseries',655,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/655/0000023820?type=series&cid=2000930" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,5);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2025/03/01/0000023820_001_20250301170010381.jpg?type=nf276_188" width="138" height="94" alt="느리지만 우리답게, ‘핸드메이드’ 작가 6인의 생존법 ②" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/655/0000023820?type=series&cid=2000930" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,5);"> <div class="press_column_headline">느리지만 우리답게, ‘핸드메이드’ 작가 6인의 생존법 ②</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000930" 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=2000930&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000930&sid1=103" onclick="nclk(event,'hom.tseries',655,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/655/0000022718?type=series&cid=2000928" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,6);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/12/30/0000022718_001_20241230152111176.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/655/0000022718?type=series&cid=2000928" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,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_2000928" 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=2000928&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000928&sid1=102" onclick="nclk(event,'hom.tseries',655,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/655/0000021457?type=series&cid=1089141" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,7);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/10/18/0000021457_001_20241018180913970.jpg?type=nf276_188" width="138" height="94" alt="세계기록유산이 쾅쾅 새겨진 빵? ‘청주보리직지글빵’" onerror="showNoImage(this)"></div> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/655/0000021457?type=series&cid=1089141" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,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_1089141" data-subscribename="ASMR" 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=1089141&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=1089141&sid1=103" onclick="nclk(event,'hom.tseries',655,7);"> <div class="press_column_name">ASMR</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/655/0000019138?type=series&cid=2001007" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,8);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/06/19/0000019138_001_20240619125711094.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/655/0000019138?type=series&cid=2001007" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,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_2001007" data-subscribename="MediaZ" 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=2001007&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2001007&sid1=103" onclick="nclk(event,'hom.tseries',655,8);"> <div class="press_column_name">MediaZ</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/655/0000018699?type=series&cid=2000934" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,9);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/05/26/0000018699_001_20240526183001659.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/655/0000018699?type=series&cid=2000934" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,9);"> <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_2000934" data-subscribename="띵(Think)작" 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=2000934&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000934&sid1=103" onclick="nclk(event,'hom.tseries',655,9);"> <div class="press_column_name">띵(Think)작</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/655/0000018398?type=series&cid=2000935" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,10);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/05/10/0000018398_001_20240510110401720.jpg?type=nf276_188" width="138" height="94" alt="중년 허리 건강.. ‘퇴행성 디스크 예방’ 40대부터 시작하세요" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/655/0000018398?type=series&cid=2000935" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',655,10);"> <div class="press_column_headline">중년 허리 건강.. ‘퇴행성 디스크 예방’ 40대부터 시작하세요</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000935" 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=2000935&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000935&sid1=103" onclick="nclk(event,'hom.tseries',655,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_thumb _rcount " data-comment='{"gno":"news655,0000024350","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024350" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24350.jpg?type=nf212_140&ut=1743369310000" 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>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024349","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024349" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24349.jpg?type=nf212_140&ut=1743327972000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"청주 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 " data-comment='{"gno":"news655,0000024348","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024348" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24348.jpg?type=nf212_140&ut=1743327672000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">근로자도 기업도 만족...충북형 도시근로자 사업 확대</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024347","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024347" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24347.jpg?type=nf212_140&ut=1743325632000" 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":"news655,0000024346","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024346" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24346.jpg?type=nf212_140&ut=1743325214000" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024345","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024345" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24345.jpg?type=nf212_140&ut=1743324912000" 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>1일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">자막뉴스</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_top "> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000024284" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu3p',655,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24284.jpg?type=nf320_212&ut=1743040570000" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">01:43</span></span> </span> </span> <span class="press_news_text"><strong>[자막뉴스] 도심 속 '자원순환정거장'...새 이름 달고 효율성도 '톡톡'</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000024283" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu3p',655,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24283.jpg?type=nf320_212&ut=1743040510000" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">01:28</span></span> </span> </span> <span class="press_news_text"><strong>[자막뉴스] '재활용선별센터'는 예정대로.. 풀어야 할 과제는?</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024262" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu3t',655,1);"> <span class="press_news_text"><strong>[자막뉴스] 충북대 의대 복귀 '단 3명'... 이러다 3개 학번 동시수강</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024235" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu3t',655,2);"> <span class="press_news_text"><strong>[자막뉴스] 토치로 화장하고 절구통에 유골 빻고?</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024140" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu3t',655,3);"> <span class="press_news_text"><strong>[자막뉴스] "청주공항에서 근무합니다"...마약탐지견 '베니'</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/655/0000024029" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu3t',655,4);"> <span class="press_news_text"><strong>[자막뉴스] 공작원 지령 받고 활동한 '청주간첩단' 범죄단체 아니다?</strong></span> </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":"news655,0000024344","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024344" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24344.jpg?type=nf212_140&ut=1743314652000" 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 " data-comment='{"gno":"news655,0000024343","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024343" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24343.jpg?type=nf212_140&ut=1743312254000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산청·하동 드디어 껐다…213시간 만에 주불 진화</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":"news655,0000024342","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024342" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24342.jpg?type=nf212_140&ut=1743310509000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[영상] 청주 4중 추돌사고·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 " data-comment='{"gno":"news655,0000024339","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024339" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24339.jpg?type=nf212_140&ut=1743308411000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"남편 성폭행 용서해달라" 10대 피해자 찾아간 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 " data-comment='{"gno":"news655,0000024338","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024338" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24338.jpg?type=nf212_140&ut=1743239529000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">적십자 "미얀마 만달레이 아파트 지구에 90여명 매몰"</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":"news655,0000024337","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024337" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24337.jpg?type=nf212_140&ut=1743239415000" 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>2일전</b></span> </span> </a> </li> </ul> </div> <div class="press_carousel _CURATION_CARD" id="ManualEditing"> <div class="press_carousel_inside"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">더세종</h4> </div> </div> <div class="press_carousel_scroll _hor_scroller"> <div class="press_carousel_container _scroller"> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000021255" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2024/10/06/21255.jpg?type=nf568_340&ut=1728203595000" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000021255" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,1);">[더세종] 최민호 세종시장, '단식 돌입'...국제정원도시박람회 예산 부활 요구</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000021255","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.10.06. 17:33</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000020045" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/07/31/0000020045_001_20240809140710739.jpg?type=nf568_340" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000020045" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,2);">[더세종] 주택 임대차 계약 신고, 모바일로 가능…대전·세종 시범운영</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000020045","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.07.31. 16:31</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000020041" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/07/31/0000020041_001_20240809140810819.png?type=nf568_340" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000020041" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,3);">[더세종] 세종시, 정액권 형태 신개념 대중교통 이용권 ‘이응패스’ 카드발급 개시</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000020041","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.07.31. 15:36</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000019992" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/655/2024/07/29/0000019992_001_20240809140910798.jpg?type=nf568_340" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000019992" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,4);">[더세종] 세종-청주 광역버스 신규노선 다음달 3일부터 운행</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000019992","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.07.29. 10:55</em> </div> </div> </div> </div> </div> <button type="button" class="btn_carousel_prev _prev_btn"><span class="blind">이전 카드들 보기</span></button> <button type="button" class="btn_carousel_next _next_btn"><span class="blind">다음 카드들 보기</span></button> </div> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024336","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024336" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24336.jpg?type=nf212_140&ut=1743239109000" 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 " data-comment='{"gno":"news655,0000024335","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024335" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24335.jpg?type=nf212_140&ut=1743237429000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">주말 내내 꽃샘추위에 강풍까지...아침 최저 영하 6도</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":"news655,0000024334","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024334" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24334.jpg?type=nf212_140&ut=1743235868000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">권성동 "이재명·김어준·민주 초선 등 72명 내란죄 고발"</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":"news655,0000024333","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024333" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24333.jpg?type=nf212_140&ut=1743232819000" 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> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024332","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024332" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24332.jpg?type=nf212_140&ut=1743231192000" 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 " data-comment='{"gno":"news655,0000024331","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024331" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24331.jpg?type=nf212_140&ut=1743226872000" 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>2일전</b></span> </span> </a> </li> </ul> </div> <div class="press_carousel _CURATION_CARD" id="ManualEditing"> <div class="press_carousel_inside"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">홍우표의 "일상이 뉴스다"</h4> </div> </div> <div class="press_carousel_scroll _hor_scroller"> <div class="press_carousel_container _scroller"> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000024209" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24209.jpg?type=nf568_340&ut=1742774295000" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000024209" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,1);">음해가 진실을 가릴 때...‘나는 좋은 사람’이라는 정신승리가 필요하다<일상이 뉴스다!></a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000024209","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2025.03.24. 08:58</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000024072" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24072.jpg?type=nf568_340&ut=1742169550000" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000024072" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,2);">직장생활이란 ‘일로 만난 사이’와 ‘우정을 나누는 사이’에서 타자(他者)를 이해하는 것 <일상이 뉴스다!></a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000024072","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2025.03.17. 08:59</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000023934" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/10/23934.jpg?type=nf568_340&ut=1741564694000" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000023934" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,3);">인생과 닮아 있는 마라톤...달리고 또 달리는 이유<일상이 뉴스다!></a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000023934","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2025.03.10. 08:58</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000023829" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/03/23829.jpg?type=nf568_340&ut=1740950652000" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000023829" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,4);">다양한 기념품의 세계...그래도 으뜸은 '수건', 버금은 '우산'<일상이 뉴스다!></a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000023829","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2025.03.03. 06:24</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/655/0000023700" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,5);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/02/24/23700.jpg?type=nf568_340&ut=1740355272000" alt="" onerror="showNoImage(this)"> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/655/0000023700" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',655,5);">숨만 쉬어도 번영하던 시대는 지나 갔다...청주 성안길에 대한 단상<일상이 뉴스다!></a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news655,0000023700","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2025.02.24. 09:01</em> </div> </div> </div> </div> </div> <button type="button" class="btn_carousel_prev _prev_btn"><span class="blind">이전 카드들 보기</span></button> <button type="button" class="btn_carousel_next _next_btn"><span class="blind">다음 카드들 보기</span></button> </div> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024330","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024330" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/29/24330.jpg?type=nf212_140&ut=1743225851000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"역대 최악의 산불" 사망자 30명, 피해 면적 4만 7천ha↑</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":"news655,0000024329","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024329" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24329.jpg?type=nf212_140&ut=1743162734000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">옥천·청주 잇단 화재...30여 분 만에 진화</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024328","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024328" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24328.jpg?type=nf212_140&ut=1743162670000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">수행에서 예술로...탕카, 현대인의 마음을 채우다</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024327","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024327" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24327.jpg?type=nf212_140&ut=1743162612000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">감전사에 이상증상까지...'소 잃고 외양간 고친' 한전</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024326","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024326" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24326.jpg?type=nf212_140&ut=1743162548000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'일감 실종·수주 절벽' 설 곳 없는 지역 건설사</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024324","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024324" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24324.jpg?type=nf212_140&ut=1743162428000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">복귀 기류 전국 확산...충북대 "의대 복학 마감 30일까지"</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">정승조의 아트홀릭</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000022871" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2025/01/08/22871.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정승조의 아트홀릭] “현재가 과거를 도울 수 있는가? 죽은 자가 산 자를 구할 수 있는가?”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000022800" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2025/01/04/22800.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정승조의 아트홀릭] "이렇게나 진심인데, 사람들이 어찌 아니 좋아할꼬"</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000022540" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/12/19/22540.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정승조의 아트홀릭] "진품으로 만나는 1조원의 가치"</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000022244" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/12/05/22244.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정승조의 아트홀릭] "한·중의 수묵(水墨), 그 야심 찬 별미(別美)"</strong></span> </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":"news655,0000024323","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024323" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24323.jpg?type=nf212_140&ut=1743161654000" 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 " data-comment='{"gno":"news655,0000024322","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024322" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24322.jpg?type=nf212_140&ut=1743159669000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024321","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024321" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24321.jpg?type=nf212_140&ut=1743157214000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024320","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024320" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24320.jpg?type=nf212_140&ut=1743152172000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024319","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024319" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24319.jpg?type=nf212_140&ut=1743151872000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024318","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024318" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24318.jpg?type=nf212_140&ut=1743149892000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 경북산불 모두 주불 진화...149시간 만</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">맛의 소리(ASMR)</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000021457" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/10/18/21457.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">00:50</span></span> </span> </span> <span class="press_news_text"><strong>[ASMR] 세계기록유산이 쾅쾅 새겨진 빵? ‘청주보리직지글빵’</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000017683" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/04/05/17683.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">01:24</span></span> </span> </span> <span class="press_news_text"><strong>[ASMR] 식감이 묘미 ‘연탄 부속구이’ ... 세대공통 맛집된 이유는?</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000019283" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/06/26/19283.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">00:41</span></span> </span> </span> <span class="press_news_text"><strong>[ASMR] 맛·가성비·정까지 두루 갖춘 시장 먹거리, 충주 ‘감자만두’</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000021237" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/10/05/21237.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">01:00</span></span> </span> </span> <span class="press_news_text"><strong>[ASMR] ‘버섯박사가 된 새댁’...향긋한 속리산 가을 한 상</strong></span> </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":"news655,0000024317","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024317" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24317.jpg?type=nf212_140&ut=1743148937000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[이슈&인터뷰] 농업인 삶의 질을 높이다</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024316","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024316" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24316.jpg?type=nf212_140&ut=1743148152000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024315","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024315" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24315.jpg?type=nf212_140&ut=1743147312000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024314","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024314" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24314.jpg?type=nf212_140&ut=1743144431000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024313","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024313" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24313.jpg?type=nf212_140&ut=1743144010000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024312","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024312" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24312.jpg?type=nf212_140&ut=1743141070000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">군, 산불 진화에 장병 1000명·헬기 49대 투입</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">MediaZ</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000019191" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2024/06/21/19191.jpg?type=nf320_212&ut=1718930892000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>‘디톡스 챌린지’ : MZ세대가 주목하고 있는 이유</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000019092" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2024/06/17/19092.jpg?type=nf320_212&ut=1718585590000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[MediaZ] ‘세종의 꿈’이 미디어아트와 만난다면?</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000019138" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2024/06/19/19138.jpg?type=nf320_212&ut=1718763373000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[MediaZ] “당 빼고, 칼로리 줄이고”… ‘저당&저칼로리’로 소비자 밥상 파고든다</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000015516" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/01/03/15516.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:48</span></span> </span> </span> <span class="press_news_text"><strong>[MediaZ] 길고양이 밥...준다 VS 안 준다</strong></span> </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":"news655,0000024311","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024311" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24311.jpg?type=nf212_140&ut=1743140297000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024310","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024310" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24310.jpg?type=nf212_140&ut=1743139333000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024309","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024309" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24309.jpg?type=nf212_140&ut=1743126553000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[드론 트립] 청풍호반의 봄...'청풍 문화재 단지'</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024308","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024308" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24308.jpg?type=nf212_140&ut=1743121695000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024307","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024307" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24307.jpg?type=nf212_140&ut=1743120911000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 학교서 '석면' 없앤다는데 공사 진행하며 석면 탈부착?</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024306","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024306" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24306.jpg?type=nf212_140&ut=1743120854000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 복학신청 마감일... 갈등 해결 물꼬 틀까</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">로컬 인사이드</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000022691" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/12/28/22691.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[로컬인사이드] 흑백요리사 청주편을 만든다면 이 셰프는 단연코 ‘백수저’①</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000021279" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/10/08/21279.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[로컬인사이드] 정부 지원 없어도 엽니다, ‘세종시 독립영화제’ 19일 개최</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000019420" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/07/03/19420.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[로컬인사이드] 대장님의 탐험기가 응원가처럼 들리는 건 기분탓일까</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/655/0000017471" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',655,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/655/2024/03/28/17471.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">00:44</span></span> </span> </span> <span class="press_news_text"><strong>[로컬인사이드] 양반 도시에서 ‘하드코어’가 먹힐까... 결과는?</strong></span> </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":"news655,0000024305","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024305" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/28/24305.jpg?type=nf212_140&ut=1743109989000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024304","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024304" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24304.jpg?type=nf212_140&ut=1743077122000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북 시민단체, 윤 대통령 파면 촉구 '삼보일배' 시위</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024303","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024303" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24303.jpg?type=nf212_140&ut=1743077113000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북도, 산불 피해복구 성금 2억 원 전달</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024302","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024302" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24302.jpg?type=nf212_140&ut=1743077047000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">명소에 정원 더한다...충북형 관광전략 시동</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024301","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024301" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24301.jpg?type=nf212_140&ut=1743076993000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">주거·문화 어우러진 복합단지로...봉명혁신지구 조성 본격화</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024300","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024300" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24300.jpg?type=nf212_140&ut=1743076929000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공사장 옆 도로·인도 '위험천만'...기준도 없다</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> </ul> </div> <div class="press_navertv _CURATION_CARD" id="NaverTv"> <div class="press_channel_head"> <div class="press_channel_headinner"> <div class="press_channel_service"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://ssl.pstatic.net/static.news/image/news/m/2020/10/22/press_channel_head_tv.png" alt="네이버 tv" onerror="showNoImage(this)"> </div> <div class="press_channel_title"> <h5 class="press_channel_title_h">CJB NEWS</h5> <span class="press_channel_populaity">구독 2,061</span> </div> <button type="button" class="press_channel_subscribe_btn _channel_plugin_follow_btn" data-channel-id="61ef8f0037a4f84615fb210a" data-toggle-class="is_disabled" data-channel-type="NAVER_TV" data-channel-name="CJB NEWS" data-clickcode-follow="hom.ntvsub" data-clickcode-unfollow="hom.ntvunsubs">구독</button> </div> </div> <div class="press_navertv_inner"> <ul class="press_navertv_list"> <li class="press_navertv_item"> <a href="https://tv.naver.com/v/73094615" class="press_navertv_link" onclick="nclk(event,'hom.ntvt4p',655,1);"> <span class="press_navertv_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20250331_17/y9vEJ_1743386342653v1s1E_JPEG/cover_0000024317_001_20250331105334714.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">07:01</span></span> </span> <span class="press_navertv_text"><strong class="press_navertv_title">[이슈&인터뷰] 농업인 삶의 질을 높이다</strong></span> </a> </li> <li class="press_navertv_item"> <a href="https://tv.naver.com/v/73058653" class="press_navertv_link" onclick="nclk(event,'hom.ntvt4p',655,2);"> <span class="press_navertv_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20250330_149/yWCLg_1743328109173pjpdx_JPEG/cover_0000024349_001_20250330184650966.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:02</span></span> </span> <span class="press_navertv_text"><strong class="press_navertv_title">"청주 25분 생활권" 성큼...도심-외곽 연결 강화</strong></span> </a> </li> <li class="press_navertv_item"> <a href="https://tv.naver.com/v/73058427" class="press_navertv_link" onclick="nclk(event,'hom.ntvt4p',655,3);"> <span class="press_navertv_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20250330_70/uwqCV_1743327876985KonHi_JPEG/cover_0000024348_001_20250330184249061.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">02:02</span></span> </span> <span class="press_navertv_text"><strong class="press_navertv_title">근로자도 기업도 만족...충북형 도시근로자 사업 확대</strong></span> </a> </li> <li class="press_navertv_item"> <a href="https://tv.naver.com/v/73050545" class="press_navertv_link" onclick="nclk(event,'hom.ntvt4p',655,4);"> <span class="press_navertv_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://phinf.pstatic.net/tvcast/20250330_70/OmnJ9_1743319589715dt39F_JPEG/cover_0000024342_001_20250330162615503.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">00:07</span></span> </span> <span class="press_navertv_text"><strong class="press_navertv_title">[영상] 청주 4중 추돌사고·3명 심정지..."급발진 주장"</strong></span> </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":"news655,0000024299","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024299" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24299.jpg?type=nf212_140&ut=1743076873000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북대 의대 교수회 "자발적 의사 존중해야...제적 압박 시 함께 저항"</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024298","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024298" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24298.jpg?type=nf212_140&ut=1743076753000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북대 의대 복학 시한 D-1...'기대 반 우려 반'</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024297","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024297" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24297.jpg?type=nf212_140&ut=1743076693000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">석면 대책 없던 배선 공사...비산 우려에 학급이동</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024296","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024296" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24296.jpg?type=nf212_140&ut=1743073697000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산불 현장 찾은 이재명, 행인에게 위협당해..."이재민으로 파악"</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024294","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024294" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24294.jpg?type=nf212_140&ut=1743064871000" 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>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024293","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024293" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24293.jpg?type=nf212_140&ut=1743062535000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">설렘 반, 두려움 반! 새학기 증후군, 한의학에선 어떻게 치료할까?</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> </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/655" class="press_title_more" onclick="nclk(event,'hom.jmore',655,'');">전체보기</a> </div> <div class="press_journalist_ct"> <ul class="press_journalist_list _journalist_talk_comment_updated_wrapper "> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/655/0000024360?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24360.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/655/80850" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',655,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/office_logo/655/2025/03/07/logo_655_100_20250307145649.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/655/80850" class="press_journalist_name" onclick="nclk(event,'hom.journalist',655,1);"> 채현석 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/655/0000024360?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',655,1);"> 충북 준공 후 미분양 주택 증가율 전국 최고 </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_80850" 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/655/2025/03/07/logo_655_100_20250307145649.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/655/0000024350?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/31/24350.jpg?type=nf324_180" alt="[충북·세종 날씨] 쌀쌀한 출근길 · 낮 최고 15도 내외...큰 일교차 '유의'" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/655/79526" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',655,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/dyG0000655/profile/2023/05/03/profile_135856420.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/655/79526" class="press_journalist_name" onclick="nclk(event,'hom.journalist',655,2);"> 김성은 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/655/0000024350?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',655,2);"> [충북·세종 날씨] 쌀쌀한 출근길 · 낮 최고 15도 내외...큰 일교차 '유의' </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_79526" 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/655/2025/03/07/logo_655_100_20250307145649.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/655/0000024348?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24348.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/655/77089" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',655,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/dyG0000655/profile/2023/05/31/profile_230037109.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/655/77089" class="press_journalist_name" onclick="nclk(event,'hom.journalist',655,3);"> 박언 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/655/0000024348?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',655,3);"> 근로자도 기업도 만족...충북형 도시근로자 사업 확대 </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_77089" 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/655/2025/03/07/logo_655_100_20250307145649.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/655/0000024349?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/30/24349.jpg?type=nf324_180" alt=""청주 25분 생활권" 성큼...도심-외곽 연결 강화" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/655/77057" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',655,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/dyG0000655/profile/2022/01/19/profile_144230381.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/655/77057" class="press_journalist_name" onclick="nclk(event,'hom.journalist',655,4);"> 장원석 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/655/0000024349?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',655,4);"> "청주 25분 생활권" 성큼...도심-외곽 연결 강화 </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_77057" 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/655/2025/03/07/logo_655_100_20250307145649.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":"news655,0000024292","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024292" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24292.jpg?type=nf212_140&ut=1743061150000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 중대본 "산불 사망 27명으로 늘어…부상 32명"</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024291","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024291" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24291.jpg?type=nf212_140&ut=1743060976000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국회의원 77% 재산 증가 '평균 33억'...1위는 안철수 1367억</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024290","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024290" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24290.jpg?type=nf212_140&ut=1743058930000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'초등생 살해 교사' 명재완, 구속기소..."이상동기 범죄"</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024289","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024289" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24289.jpg?type=nf212_140&ut=1743058029000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 울산시장 "울주 산불, 주불 잡혀...잔불 정리 중"</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024288","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024288" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24288.jpg?type=nf212_140&ut=1743057792000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">원희룡, '등록 후 휴학' 의대생에 "공부 의지 없다면 자리 비워야"</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024287","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024287" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24287.jpg?type=nf212_140&ut=1743055874000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">울주 산불 엿새째...기상악화에 헬기 13대 중 2대만 운영</span> <span class="r_ico_b r_modify"><b>4일전</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>오후 7시 ~ 8시</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/655/0000024362?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/655/2025/03/31/24362.jpg?type=nf176_176&ut=1743413353000" 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">[속보] '문형배·이미선 임기연장법' 법사소위 야당 단독 통과</div> <div class="ofra_list_tx_date">1시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 2,606 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024358?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/655/2025/03/31/24358.jpg?type=nf176_176&ut=1743401891000" 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">5시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 833 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024356?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/655/2025/03/31/24356.jpg?type=nf176_176&ut=1743387548000" 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">9시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 793 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024357?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/655/2025/03/31/24357.jpg?type=nf176_176&ut=1743398050000" 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">6시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 738 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024352?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/655/2025/03/31/24352.jpg?type=nf176_176&ut=1743379632000" 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">이재명 49.5% 김문수 16.3% 홍준표 7.1% 한동훈 6.7% [리얼미터]</div> <div class="ofra_list_tx_date">11시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 452 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024355?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/655/2025/03/31/24355.jpg?type=nf176_176&ut=1743385213000" 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">9시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 405 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024323?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/655/2025/03/28/24323.jpg?type=nf176_176&ut=1743161654000" 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">2일전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 283 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024353?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/655/2025/03/31/24353.jpg?type=nf176_176&ut=1743380296000" 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">국힘, 오늘 이재명·민주당 초선 등 72명 고발..."내란선동·음모 혐의"</div> <div class="ofra_list_tx_date">11시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 282 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024359?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/655/2025/03/31/24359.jpg?type=nf176_176&ut=1743404296000" 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">234명 성착취 '자경단' 총책 김녹완, 재판서 혐의 일부 부인</div> <div class="ofra_list_tx_date">4시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 94 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024361?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/655/2025/03/31/24361.jpg?type=nf176_176&ut=1743411852000" 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">2시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 68 </div> </div> </div> </a> </li> </ul> </div> <div class="flick-panel" data-ranking-description="<em>오후 5시 ~ 8시</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/655/0000024362?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/655/2025/03/31/24362.jpg?type=nf176_176&ut=1743413353000" 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">[속보] '문형배·이미선 임기연장법' 법사소위 야당 단독 통과</div> <div class="ofra_list_tx_date">1시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 431 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024353?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/655/2025/03/31/24353.jpg?type=nf176_176&ut=1743380296000" 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">국힘, 오늘 이재명·민주당 초선 등 72명 고발..."내란선동·음모 혐의"</div> <div class="ofra_list_tx_date">11시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 74 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024358?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/655/2025/03/31/24358.jpg?type=nf176_176&ut=1743401891000" 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">5시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 23 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024356?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/655/2025/03/31/24356.jpg?type=nf176_176&ut=1743387548000" 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">9시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 21 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024357?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/655/2025/03/31/24357.jpg?type=nf176_176&ut=1743398050000" 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">6시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 19 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024355?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/655/2025/03/31/24355.jpg?type=nf176_176&ut=1743385213000" 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">9시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 19 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024352?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/655/2025/03/31/24352.jpg?type=nf176_176&ut=1743379632000" 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">이재명 49.5% 김문수 16.3% 홍준표 7.1% 한동훈 6.7% [리얼미터]</div> <div class="ofra_list_tx_date">11시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 11 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024323?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/655/2025/03/28/24323.jpg?type=nf176_176&ut=1743161654000" 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">전한길, '尹파면' 촉구한 한강 작가 직격 "청년들에 사과해야"</div> <div class="ofra_list_tx_date">2일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 4 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024347?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/655/2025/03/30/24347.jpg?type=nf176_176&ut=1743325632000" 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">1일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 2 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/655/0000024319?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/655/2025/03/28/24319.jpg?type=nf176_176&ut=1743151872000" 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">3일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 1 </div> </div> </div> </a> </li> </ul> </div> </div> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list"> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024286","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024286" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24286.jpg?type=nf212_140&ut=1743054255000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울대 의대생, 투표 끝에 '등록 찬성' 66%...복학 움직임 커지나</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024285","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024285" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24285.jpg?type=nf212_140&ut=1743043211000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 산불에 서산영덕고속도로 청송휴게소 양방향 건물 화재</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024284","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024284" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24284.jpg?type=nf212_140&ut=1743040570000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 도심 속 '자원순환정거장'...새 이름 달고 효율성도 '톡톡'</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024283","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024283" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24283.jpg?type=nf212_140&ut=1743040510000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] '재활용선별센터'는 예정대로.. 풀어야 할 과제는?</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024282","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024282" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/27/24282.jpg?type=nf212_140&ut=1743023712000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 대체로 흐리고 곳에 따라 5mm 내외 빗방울...건조한 대기 계속</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news655,0000024281","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024281" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',655,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24281.jpg?type=nf212_140&ut=1742990657000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4월 충청권 입주 물량 2천677세대...전달 절반 수준</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024280","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024280" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,7);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24280.jpg?type=nf212_140&ut=1742990592000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북 산불 진화대원 평균 62.7세...고령화 심각</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024279","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024279" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,8);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24279.jpg?type=nf212_140&ut=1742990538000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">명칭 바꾸니 효과 '톡톡'...자원순환정거장 확대 추진</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024278","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024278" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,9);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24278.jpg?type=nf212_140&ut=1742990472000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">청주 재활용선별센터 승인...주민 설득·악취 과제</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024277","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024277" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,10);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24277.jpg?type=nf212_140&ut=1742990292000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"진화헬기 최우선 정비"...산불 진화 숨은 조력자들</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024276","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024276" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,11);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24276.jpg?type=nf212_140&ut=1742990232000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">영동서 영농 부산물 소각 추정 산불...1시간 만에 주불 진화</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024275","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024275" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,12);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24275.jpg?type=nf212_140&ut=1742990112000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"외국인도 인구로 인정"...음성 '시 도약' 청신호</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024274","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024274" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,13);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24274.jpg?type=nf212_140&ut=1742987290000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">故김새론 유족, 기자회견 연다 "김수현 미성년 교제 증거 공개"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024272","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024272" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,14);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24272.jpg?type=nf212_140&ut=1742980211000" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024271","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024271" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,15);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24271.jpg?type=nf212_140&ut=1742976790000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 중대본 "산불로 사망 24명·부상 26명"...사상자 늘어</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024270","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024270" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,16);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24270.jpg?type=nf212_140&ut=1742974335000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산림청 "산불 현장 헬기 재투입"...사고 동일기종·의성지역 제외</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024269","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024269" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,17);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24269.jpg?type=nf212_140&ut=1742970189000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명, 선거법 항소심 '무죄'…"허위사실 공표로 볼 수 없다"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024268","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024268" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,18);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24268.jpg?type=nf212_140&ut=1742966593000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">문재인 "尹 탄핵 결정 이번주 넘기지 말아야"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024267","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024267" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,19);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24267.jpg?type=nf212_140&ut=1742962632000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">의성서 산불 진화하던 헬기 추락..."전국 산불 현장 헬기 운항 중지"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024266","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024266" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,20);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24266.jpg?type=nf212_140&ut=1742955857000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 이재명 "헌재, 선고 미루는 것 자체가 헌정질서 위협…뭐가 어렵나"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024265","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024265" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,21);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24265.jpg?type=nf212_140&ut=1742954110000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 한 대행 "역대 최악의 산불, 진화에 역량 총동원…불법소각 엄정 조치"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024264","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024264" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,22);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24264.jpg?type=nf212_140&ut=1742948174000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 중대본 "산불로 경남·경북 18명 사망…중상 6명·경상 13명"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024263","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024263" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,23);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24263.jpg?type=nf212_140&ut=1742947629000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 재활용선별센터 놓고 첨예... 필요시설vs과잉시설</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024262","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024262" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,24);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24262.jpg?type=nf212_140&ut=1742947509000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 충북대 의대 복귀 '단 3명'... 이러다 3개 학번 동시수강</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024261","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024261" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,25);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/26/24261.jpg?type=nf212_140&ut=1742937553000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 가끔 구름 많고 한낮 때 이른 더위...충북 일부 '건조특보'</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024260","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024260" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,26);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24260.jpg?type=nf212_140&ut=1742904547000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[건강플러스] 거북목, 목만의 문제가 아니다</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024259","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024259" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,27);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24259.jpg?type=nf212_140&ut=1742904259000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">LG엔솔, 폴란드 전력공사에 ESS 배터리 공급</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024258","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024258" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,28);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24258.jpg?type=nf212_140&ut=1742904187000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">청주시, 서오창 테크노밸리 등 일부 행정경계 조정 추진</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024257","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024257" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,29);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24257.jpg?type=nf212_140&ut=1742904135000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">배추도 울고갈 양배추 값..."채소 사기 겁나요"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024256","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024256" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,30);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24256.jpg?type=nf212_140&ut=1742904068000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">신성장 동력 키운다...고등기술연구원 충청캠퍼스 첫 삽</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024255","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024255" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,31);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24255.jpg?type=nf212_140&ut=1742903951000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">청주 재활용센터 '과잉 vs 필요'...심의 분수령</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024254","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024254" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,32);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24254.jpg?type=nf212_140&ut=1742903833000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북 전역 강풍특보...피해 신고 40여 건</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024253","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024253" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,33);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24253.jpg?type=nf212_140&ut=1742903778000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">골든타임 속 복귀 '3명뿐'...멀고 먼 의대 정상화</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024252","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024252" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,34);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24252.jpg?type=nf212_140&ut=1742903713000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">옥천·영동 산불 재확산 '비상'...강풍에 불씨 되살아나</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024251","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024251" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,35);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24251.jpg?type=nf212_140&ut=1742901428000" 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 is_hidden" data-comment='{"gno":"news655,0000024250","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024250" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,36);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24250.jpg?type=nf212_140&ut=1742901072000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 의성 산불 인근 교도소 3400여명 대피 결정</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024249","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024249" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,37);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24249.jpg?type=nf212_140&ut=1742894049000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹탄핵 선고 4월로 넘어가나...헌재, 27일 일반사건 선고</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024248","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024248" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,38);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24248.jpg?type=nf212_140&ut=1742893030000" 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 is_hidden" data-comment='{"gno":"news655,0000024247","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024247" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,39);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24247.jpg?type=nf212_140&ut=1742892370000" 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 is_hidden" data-comment='{"gno":"news655,0000024246","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024246" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,40);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24246.jpg?type=nf212_140&ut=1742890150000" 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 is_hidden" data-comment='{"gno":"news655,0000024245","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024245" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,41);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24245.jpg?type=nf212_140&ut=1742889611000" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024244","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024244" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,42);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24244.jpg?type=nf212_140&ut=1742888469000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'옥천 청성면 산불' 실화 혐의 80대 조사</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024243","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024243" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,43);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24243.jpg?type=nf212_140&ut=1742882892000" 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 is_hidden" data-comment='{"gno":"news655,0000024242","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024242" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,44);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24242.jpg?type=nf212_140&ut=1742881032000" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024241","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024241" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,45);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24241.jpg?type=nf212_140&ut=1742880672000" 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 is_hidden" data-comment='{"gno":"news655,0000024240","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024240" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,46);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24240.jpg?type=nf212_140&ut=1742879298000" 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 is_hidden" data-comment='{"gno":"news655,0000024239","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024239" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,47);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24239.jpg?type=nf212_140&ut=1742876056000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 강동구 싱크홀 추락 오토바이 운전자 숨진채 발견…사고 17시간 만</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024238","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024238" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,48);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24238.jpg?type=nf212_140&ut=1742868007000" 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 is_hidden" data-comment='{"gno":"news655,0000024237","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024237" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,49);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24237.jpg?type=nf212_140&ut=1742865548000" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024236","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024236" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,50);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24236.jpg?type=nf212_140&ut=1742864888000" 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 is_hidden" data-comment='{"gno":"news655,0000024235","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024235" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,51);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24235.jpg?type=nf212_140&ut=1742862552000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 토치로 화장하고 절구통에 유골 빻고?</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024234","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024234" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,52);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24234.jpg?type=nf212_140&ut=1742862377000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 저출생 사업만 8백억... 올해는 효과 입증할까?</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024233","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024233" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,53);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24233.jpg?type=nf212_140&ut=1742861952000" 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 is_hidden" data-comment='{"gno":"news655,0000024232","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024232" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,54);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/25/24232.jpg?type=nf212_140&ut=1742850850000" 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 is_hidden" data-comment='{"gno":"news655,0000024231","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024231" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,55);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24231.jpg?type=nf212_140&ut=1742818148000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">수능 지문 링크 '윤 퇴진 집회' 연결 사건 내사 종결</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024230","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024230" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,56);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24230.jpg?type=nf212_140&ut=1742818095000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북비상시국회의 "한덕수 총리 탄핵 기각 헌재 규탄"</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024229","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024229" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,57);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24229.jpg?type=nf212_140&ut=1742818028000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">치료제 없는 과수화상병...개화기 예찰·방제 총력</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024228","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024228" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,58);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24228.jpg?type=nf212_140&ut=1742817967000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">저출생 대응 사업 50개..."출산·양육 1억5천만 원 혜택"</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024227","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024227" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,59);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24227.jpg?type=nf212_140&ut=1742817851000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">잇단 비위에 칼 빼든 청주시..."특별감찰·무관용 징계"</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024226","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024226" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,60);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24226.jpg?type=nf212_140&ut=1742817733000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북도, '입주 지연 처벌' 주택법 조항 신설 건의</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024225","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024225" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,61);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24225.jpg?type=nf212_140&ut=1742817673000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전국이 산불 비상인데...야산 '불법 화장' 성행</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024224","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024224" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,62);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24224.jpg?type=nf212_140&ut=1742817553000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">소각 부주의 산불 반복...처벌 형량은 미미</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024223","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024223" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,63);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24223.jpg?type=nf212_140&ut=1742813896000" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024222","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024222" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,64);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24222.jpg?type=nf212_140&ut=1742812272000" 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":"news655,0000024221","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024221" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,65);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24221.jpg?type=nf212_140&ut=1742806215000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">법원, 대장동 재판 불출석 이재명에 ‘과태료 300만원’</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":"news655,0000024220","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024220" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,66);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24220.jpg?type=nf212_140&ut=1742804707000" 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":"news655,0000024219","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024219" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,67);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24219.jpg?type=nf212_140&ut=1742803751000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'산불 진화 난항' 북의성IC~영덕 톨게이트 고속도로 통제</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":"news655,0000024218","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024218" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,68);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24218.jpg?type=nf212_140&ut=1742801470000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'하자 판정' 상위권 건설사는 어디...시평 20위권 4곳 포함</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024217","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024217" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,69);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24217.jpg?type=nf212_140&ut=1742796907000" 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":"news655,0000024216","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024216" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,70);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24216.jpg?type=nf212_140&ut=1742794869000" 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":"news655,0000024215","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024215" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,71);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24215.jpg?type=nf212_140&ut=1742791629000" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024214","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024214" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,72);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24214.jpg?type=nf212_140&ut=1742784312000" 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":"news655,0000024213","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024213" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,73);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24213.jpg?type=nf212_140&ut=1742782092000" 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":"news655,0000024212","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024212" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,74);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24212.jpg?type=nf212_140&ut=1742781369000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">與 "탄핵정족수151석 판단은 대단히 유감...무제한 탄핵 면허 부여"</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":"news655,0000024211","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024211" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,75);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24211.jpg?type=nf212_140&ut=1742778672000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보]한덕수 권한대행 87일 만에 정부청사 출근…직무 복귀</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":"news655,0000024210","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024210" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,76);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24210.jpg?type=nf212_140&ut=1742777231000" 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":"news655,0000024209","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024209" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,77);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24209.jpg?type=nf212_140&ut=1742774295000" 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":"news655,0000024208","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024208" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,78);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/24/24208.jpg?type=nf212_140&ut=1742764632000" 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":"news655,0000024207","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024207" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,79);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24207.jpg?type=nf212_140&ut=1742721550000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">장애인 자립 돕는 한 끼..."담쟁이 국수 드세요"</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024206","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024206" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,80);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24206.jpg?type=nf212_140&ut=1742721374000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">꽃 피기 전부터 '한숨'...꽃가루 가격 50% 급등</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024205","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024205" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,81);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24205.jpg?type=nf212_140&ut=1742714895000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">홍준표 “尹 탄핵, 제대로 된 법관이라면 당연히 기각할 것”</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024204","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024204" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,82);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24204.jpg?type=nf212_140&ut=1742712017000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">울주 산불로 5개 마을·주민 791명 추가 대피령</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024203","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024203" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,83);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24203.jpg?type=nf212_140&ut=1742708779000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">옥천 청성면서도 화재...인접한 영동군으로 연소 확대</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024202","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024202" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,84);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24202.jpg?type=nf212_140&ut=1742704272000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">안철수"전과 4범인 이재명 대통령 되겠다고?"...정계 은퇴 촉구</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024201","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024201" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,85);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24201.jpg?type=nf212_140&ut=1742701454000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">민주당 박찬대 "내일부터 尹탄핵까지 광화문에 천막당사 운영"</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024200","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024200" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,86);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24200.jpg?type=nf212_140&ut=1742700191000" 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>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024199","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024199" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,87);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24199.jpg?type=nf212_140&ut=1742699656000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령 "산불 진화대원·공무원 명복 빌어…정부·지자체 대응 총력"</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024198","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024198" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,88);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24198.jpg?type=nf212_140&ut=1742691735000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">울주 산불 대응3단계 격상…산불영향구역 105ha</span> <span class="r_ico_b r_modify"><b>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024197","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024197" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,89);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/23/24197.jpg?type=nf212_140&ut=1742686332000" 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>2025.03.23.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024196","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024196" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,90);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/22/24196.jpg?type=nf212_140&ut=1742632871000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹 선고 앞두고 충북서 탄핵 찬반 대규모 집회</span> <span class="r_ico_b r_modify"><b>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024195","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024195" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,91);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/22/24195.jpg?type=nf212_140&ut=1742628607000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경부고속도로서 버스·승용차 등 3중 추돌…5명 부상</span> <span class="r_ico_b r_modify"><b>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024194","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024194" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,92);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/22/24194.jpg?type=nf212_140&ut=1742627527000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산불재난 국가위기경보 '심각' 발령..오늘 하루만 16건</span> <span class="r_ico_b r_modify"><b>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024193","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024193" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,93);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/22/24193.jpg?type=nf212_140&ut=1742626269000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산청 산불 2명 사망·2명 고립, 8개 마을 대피령</span> <span class="r_ico_b r_modify"><b>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024192","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024192" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,94);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/22/24192.jpg?type=nf212_140&ut=1742623329000" 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>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024191","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024191" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,95);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/22/24191.jpg?type=nf212_140&ut=1742621769000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이재명 "尹 탄핵 기각되면 나라 망하고, 무법천지될 것"</span> <span class="r_ico_b r_modify"><b>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024190","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024190" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,96);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/22/24190.jpg?type=nf212_140&ut=1742620575000" 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>2025.03.22.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024189","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024189" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,97);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24189.jpg?type=nf212_140&ut=1742558174000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충주 공군 트럭사고 원인 '운전병 과실' 종결 송치</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024188","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024188" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,98);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24188.jpg?type=nf212_140&ut=1742558054000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">청주시, 미신고 음식물쓰레기 매립 '불법매립' 간주 대응</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024187","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024187" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,99);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24187.jpg?type=nf212_140&ut=1742557935000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">황금빛 색채에 빠진 충주... 구스타프 클림트를 만나다</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024186","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024186" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,100);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24186.jpg?type=nf212_140&ut=1742557813000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북도의회, 헤이그 특사 이상설 선생 서훈 등급 상향 촉구</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024185","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024185" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,101);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24185.jpg?type=nf212_140&ut=1742557629000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4분의 기적 '심폐소생술'... "찾아가서 알려드려요"</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024184","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024184" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,102);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24184.jpg?type=nf212_140&ut=1742557507000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">길어지는 탄핵 정국... 지역 현안도 줄줄이 차질</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024183","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024183" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,103);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24183.jpg?type=nf212_140&ut=1742557453000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">생활하수를 공업용수로... 물도 '업사이클링'</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024182","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024182" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,104);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24182.jpg?type=nf212_140&ut=1742557330000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충청권 자율주행 버스, 청주공항까지 달린다</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024181","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024181" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,105);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24181.jpg?type=nf212_140&ut=1742556127000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">의대교수협 "기계적인 휴학 반려, 대학 자율 망각...학생 겁박 멈춰야“</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024180","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024180" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,106);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24180.jpg?type=nf212_140&ut=1742555054000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"10명 중 8명이 정년 60→65세 상향 동의" [한국갤럽]</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024179","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024179" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,107);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24179.jpg?type=nf212_140&ut=1742554268000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이탈리아에서 이탈리아사람처럼 살아보기① [셰프와 이탈리아]</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024178","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024178" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,108);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24178.jpg?type=nf212_140&ut=1742545872000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] '완연한 봄'...내일 낮 최고 22도까지 올라요</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024177","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024177" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,109);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24177.jpg?type=nf212_140&ut=1742545576000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">출동 현장서 금목걸이 슬쩍한 지구대 경찰관 입건</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024176","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024176" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,110);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24176.jpg?type=nf212_140&ut=1742545511000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제천국제음악영화제 집행위원장에 장항준 감독 선임</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024175","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024175" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,111);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24175.jpg?type=nf212_140&ut=1742545331000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북대, 의대생 휴학계 반려..."미복귀 시 제적"</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024174","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024174" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,112);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24174.jpg?type=nf212_140&ut=1742541555000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">정유라, 사기 혐의 송치...‘국정농단’ 태블릿 PC가 담보?</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024173","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024173" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,113);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24173.jpg?type=nf212_140&ut=1742538970000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 권성동 “최대행 탄핵안, 국정파괴 테러리즘… 이재명 망언집 공유"</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024172","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024172" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,114);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24172.jpg?type=nf212_140&ut=1742536455000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">법원, 어도어 “뉴진스 독자적 활동 금지해야” 가처분 인용</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024171","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024171" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,115);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24171.jpg?type=nf212_140&ut=1742535309000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 野 5당, '최상목 탄핵소추안' 발의</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024170","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024170" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,116);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24170.jpg?type=nf212_140&ut=1742532375000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 이재명 '최상목 몸조심' 발언 왜곡 말라..."체포 조심하란 뜻"</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024169","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024169" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,117);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24169.jpg?type=nf212_140&ut=1742531776000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">에어로케이항공, 청주~이바라키 부정기편 취항</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024168","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024168" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,118);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24168.jpg?type=nf212_140&ut=1742525112000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 김성훈 "尹 안전 최우선...처벌 두려워 임무 소홀 할 수 없어”</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024167","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024167" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,119);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24167.jpg?type=nf212_140&ut=1742520669000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">괴산에서 만나는 봄의 전령 '미선나무' [드론트립]</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024166","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024166" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,120);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24166.jpg?type=nf212_140&ut=1742520373000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">첫 우주비행 앞둔 한국계 조니 김 "8년간 준비...우주유영 기대"</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024165","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024165" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,121);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24165.jpg?type=nf212_140&ut=1742517377000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'尹체포 저지' 김성훈 경호차장 구속 갈림길...오늘 영장심사</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024164","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024164" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,122);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24164.jpg?type=nf212_140&ut=1742516593000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대장동 재판, 오늘 이재명 증인신문...출석 안 할 듯</span> <span class="r_ico_b r_modify"><b>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024163","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024163" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,123);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/21/24163.jpg?type=nf212_140&ut=1742506455000" 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>2025.03.21.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024162","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024162" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,124);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24162.jpg?type=nf212_140&ut=1742468338000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">50대 여성이 몰던 승용차 인도 돌진...운전자 부상</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024161","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024161" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,125);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24161.jpg?type=nf212_140&ut=1742468232000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">산후조리원서 장애영아 숨지게 한 부부 중형 구형</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024160","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024160" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,126);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24160.jpg?type=nf212_140&ut=1742467935000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">새벽마다 '쿵쿵쿵'... "골프연습장 소음에 못 살겠다"</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024159","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024159" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,127);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24159.jpg?type=nf212_140&ut=1742467752000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">줄줄이 등장한 덤프트럭... 대낮에 불법매립 정황</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024158","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024158" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,128);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24158.jpg?type=nf212_140&ut=1742467628000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">롯데네슬레 청주공장 내년 3월 폐쇄.. 노조 "생존권 투쟁 전개"</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024157","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024157" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,129);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24157.jpg?type=nf212_140&ut=1742467512000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹파면 요구 단식 더민주혁신회의 차순애 위원 탈진</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024156","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024156" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,130);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24156.jpg?type=nf212_140&ut=1742467392000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">의예과 1명 수강... 휴학계 반려에도 요지부동</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024155","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024155" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,131);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24155.jpg?type=nf212_140&ut=1742466499000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경계를 넘어 춤추는 ‘존재들’... 초현실 파티에 초대합니다</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024154","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024154" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,132);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24154.jpg?type=nf212_140&ut=1742461031000" 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>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024153","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024153" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,133);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24153.jpg?type=nf212_140&ut=1742454853000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 헌재 "한덕수 총리 탄핵심판 24일 오전 10시 선고"</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024152","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024152" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,134);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24152.jpg?type=nf212_140&ut=1742451373000" 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>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024151","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024151" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,135);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24151.jpg?type=nf212_140&ut=1742449029000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">함께 술 마시던 이웃 주민 흉기로 살해한 50대 체포</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024150","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024150" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,136);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24150.jpg?type=nf212_140&ut=1742448849000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">18년 만에 연금개혁... 보험료율 13%·소득대체율 43% 올린다</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024149","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024149" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,137);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24149.jpg?type=nf212_140&ut=1742447588000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹 지지자 사망에...尹측 김계리 변호사 "인간인가" 분노</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024148","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024148" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,138);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24148.jpg?type=nf212_140&ut=1742446093000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">옥천군 청선면 주택 화재...80대 얼굴 화상</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024147","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024147" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,139);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24147.jpg?type=nf212_140&ut=1742444468000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">박찬대 "헌법 위배 묵과 않고 최상목 탄핵절차 개시"</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024146","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024146" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,140);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24146.jpg?type=nf212_140&ut=1742438353000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'강제추행' 프로파일러, 2심서도 혐의 전면 부인</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024145","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024145" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,141);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24145.jpg?type=nf212_140&ut=1742437393000" 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>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024144","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024144" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,142);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24144.jpg?type=nf212_140&ut=1742431631000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 민주 의원들, 헌재 앞 '尹 파면' 시위 중 계란 테러</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024143","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024143" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,143);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24143.jpg?type=nf212_140&ut=1742431031000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'불법숙박업·음주운전 혐의' 문다혜, 오늘 첫 재판</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024142","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024142" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,144);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24142.jpg?type=nf212_140&ut=1742430618000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">검찰, 오세훈 압수수색...'명태균 의혹' 수사</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024141","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024141" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,145);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24141.jpg?type=nf212_140&ut=1742430256000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 의심은 가지만 물증 없다...음식물 쓰레기 불법매립 대책은?</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024140","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024140" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,146);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24140.jpg?type=nf212_140&ut=1742430011000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] "청주공항에서 근무합니다"...마약탐지견 '베니'</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024139","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024139" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,147);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/20/24139.jpg?type=nf212_140&ut=1742419328000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 절기상 춘분...아침 '쌀쌀' · 낮 '포근'</span> <span class="r_ico_b r_modify"><b>2025.03.20.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024138","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024138" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,148);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24138.jpg?type=nf212_140&ut=1742385851000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">생활불편 해결 '척척'... "민원처리반이 달려갑니다"</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024137","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024137" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,149);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24137.jpg?type=nf212_140&ut=1742385674000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">불법매립에 쏟아진 불만... "대응 매뉴얼 마련하라"</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024136","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024136" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,150);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24136.jpg?type=nf212_140&ut=1742385612000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북참여연대 "충북 인평원 신청사 매입 공익감사 청구"</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024135","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024135" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,151);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24135.jpg?type=nf212_140&ut=1742385490000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">삭감 예산까지 부활... 김영환 역점사업 대거 통과</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024134","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024134" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,152);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24134.jpg?type=nf212_140&ut=1742385309000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"마약 밀반입 원천봉쇄"... 5년 만에 마약탐지견 배치</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024133","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024133" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,153);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24133.jpg?type=nf212_140&ut=1742375712000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 헌재, 오늘 선고기일 공지 안 하기로...다음 주 유력</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024132","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024132" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,154);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24132.jpg?type=nf212_140&ut=1742374332000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘이재명 죽은 듯 누워’ 안철수 발언에 민주, 명예훼손 고발</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024131","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024131" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,155);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24131.jpg?type=nf212_140&ut=1742373068000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"한화이글스 요구대로 경기장 개선...청주 경기 배정하라"요구에 난색</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024130","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024130" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,156);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24130.jpg?type=nf212_140&ut=1742372709000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유튜버 쯔양, 괴산지역 독거노인 통신비 지원</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024129","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024129" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,157);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24129.jpg?type=nf212_140&ut=1742372591000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유리병으로 일면식도 없는 입주민 폭행 40대 검거</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024128","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024128" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,158);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24128.jpg?type=nf212_140&ut=1742370737000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] “대통령 만세” 분신한 70대 尹 지지자 사망</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024127","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024127" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,159);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24127.jpg?type=nf212_140&ut=1742369951000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'김건희·세관마약' 특검 법사위 통과...국힘 "특검병 걸렸나"</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024126","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024126" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,160);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24126.jpg?type=nf212_140&ut=1742368212000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">성매매 혐의 충주시 공무원 '직위 해제'</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024125","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024125" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,161);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24125.jpg?type=nf212_140&ut=1742365990000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 황교안 “서부지법 사태, 잘못된 수사 저항한 것”</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024124","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024124" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,162);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24124.jpg?type=nf212_140&ut=1742360775000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 의대 총장들, '휴학계 반려' 합의..."모든 것은 학칙대로"</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024123","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024123" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,163);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24123.jpg?type=nf212_140&ut=1742348832000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 이재명 "이런 망신이 없다"...헌재, 신속 판결 촉구</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024122","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024122" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,164);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24122.jpg?type=nf212_140&ut=1742348112000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국회 찾은 경제8단체...상법개정안 거부권 행사 촉구</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024121","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024121" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,165);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24121.jpg?type=nf212_140&ut=1742344097000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“문형배 죽이고 나도 죽겠다”...유튜버 협박 혐의 입건</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024120","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024120" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,166);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24120.jpg?type=nf212_140&ut=1742343671000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">최 대행 "집값 상승 요인 차단할 것...투기 거래 엄단"</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024119","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024119" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,167);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24119.jpg?type=nf212_140&ut=1742342710000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 공교육 혁신 이끄는 '에듀테크'...실증·체험 공간 가봤더니</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024117","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024117" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,168);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/19/24117.jpg?type=nf212_140&ut=1742333109000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 영하권 아침 막바지 꽃샘추위...낮 최고기온 6~9도</span> <span class="r_ico_b r_modify"><b>2025.03.19.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024116","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024116" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,169);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24116.jpg?type=nf212_140&ut=1742300779000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">탄핵 집회서 보수 유튜버에 동조 경찰관 감사 착수</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024115","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024115" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,170);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24115.jpg?type=nf212_140&ut=1742300653000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">김영환 충북지사 "청주시 특례시 지정 반대하지 않는다"</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024114","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024114" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,171);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24114.jpg?type=nf212_140&ut=1742300593000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공교육 혁신 '에듀테크소프트랩'이 이끈다</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024113","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024113" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,172);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24113.jpg?type=nf212_140&ut=1742300053000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">도심 이색 문화공간으로... 50년 넘은 벙커의 변신</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024112","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024112" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,173);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24112.jpg?type=nf212_140&ut=1742299933000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">롯데네슬레 청주공장 폐쇄 결정</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024111","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024111" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,174);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24111.jpg?type=nf212_140&ut=1742299815000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">끝 모를 경기침체... 봄 기지개 사라진 중고차</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024109","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024109" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,175);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24109.jpg?type=nf212_140&ut=1742296632000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충주서 차량 9대 연쇄추돌·교차로 사고 잇따라</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024108","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024108" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,176);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24108.jpg?type=nf212_140&ut=1742288351000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 檢, 김성훈 경호차장 구속영장 청구…경찰 신청 네번째만</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024107","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024107" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,177);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24107.jpg?type=nf212_140&ut=1742287451000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[건강플러스] 목 건강을 위한 베개, 어떻게 선택해야 할까?</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024106","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024106" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,178);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24106.jpg?type=nf212_140&ut=1742285590000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 경찰, '尹탄핵 선고 대비' 8개 기동대 캡사이신·경찰봉 실전훈련</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024105","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024105" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,179);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24105.jpg?type=nf212_140&ut=1742282110000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">SK하이닉스, 올해 상반기 신입사원 채용 실시</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024104","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024104" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,180);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24104.jpg?type=nf212_140&ut=1742282055000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">개혁신당, 조기 대선 대비 후보에 이준석 선출</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024103","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024103" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,181);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24103.jpg?type=nf212_140&ut=1742281750000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 내일 맑지만 오후부터 바람 강해요</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024102","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024102" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,182);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24102.jpg?type=nf212_140&ut=1742278989000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] '암살 위협설' 이재명, 경찰 신변보호 조치 시작</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024101","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024101" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,183);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24101.jpg?type=nf212_140&ut=1742275509000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이낙연 "이재명, 싫어하는 사람이 더 많아...다른 후보 내야"</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024100","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024100" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,184);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24100.jpg?type=nf212_140&ut=1742273353000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 국방부, 김현태 707특수임무단장 등 보직해임</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024099","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024099" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,185);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24099.jpg?type=nf212_140&ut=1742272695000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">최 대행, 방통위법 거부권 행사...9번째 재의 요구</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024098","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024098" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,186);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24098.jpg?type=nf212_140&ut=1742263511000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 권성동 "민주, 일당독재법 추진...북한식 독재 꿈꾸나"</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024097","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024097" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,187);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24097.jpg?type=nf212_140&ut=1742259970000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">육아휴직 후 바로 퇴사해도 지원금 전액 준다</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024096","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024096" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,188);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24096.jpg?type=nf212_140&ut=1742259256000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">영동군 영동읍 점포 화재...진화 작업 중</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024095","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024095" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,189);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24095.jpg?type=nf212_140&ut=1742258296000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">권성동 "지방 추가주택 구입시 중과세 폐지"</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024094","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024094" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,190);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24094.jpg?type=nf212_140&ut=1742257060000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 24시 소아응급진료 가능토록...충주·제천, 강원과 '맞손'</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024093","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024093" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,191);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24093.jpg?type=nf212_140&ut=1742257029000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 청주 공공급식지원센터 출범...지역에서 나고 지역에서 먹는다</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024092","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024092" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,192);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/18/24092.jpg?type=nf212_140&ut=1742246532000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 대설주의보 발효...꽃샘추위 속 밤까지 눈·비</span> <span class="r_ico_b r_modify"><b>2025.03.18.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024091","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024091" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,193);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24091.jpg?type=nf212_140&ut=1742214011000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북경찰청, 중학교 교사가 학생 협박 수사 착수</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024090","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024090" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,194);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24090.jpg?type=nf212_140&ut=1742213892000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">눈썰매장 붕괴 신속 구조 권민호 소방장 대통령 표창</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024089","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024089" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,195);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24089.jpg?type=nf212_140&ut=1742213709000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공공급식 더 신선하고 안전해진다...청주시, 공공급식지원센터 설립</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024088","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024088" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,196);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24088.jpg?type=nf212_140&ut=1742213295000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">캠핑하면서 즐기는 독서... 진천 '글숲도서관' 첫 삽</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024087","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024087" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,197);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24087.jpg?type=nf212_140&ut=1742212989000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'안전 논란' 제천 청풍교 예산, 도의회 건설환경소방위 통과</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024086","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024086" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,198);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24086.jpg?type=nf212_140&ut=1742212869000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">일회용품 감축 '앞장'... 전국 첫 '다회용기 공공세척센터' 개소</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024085","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024085" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,199);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24085.jpg?type=nf212_140&ut=1742212749000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"응급의료에 경계 없다"... 24시간 소아응급실 '맞손'</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024084","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024084" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,200);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24084.jpg?type=nf212_140&ut=1742208138000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">김용현, 첫 공판서 "계엄, 거야 패악질 막기 위한 것“</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024083","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024083" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,201);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24083.jpg?type=nf212_140&ut=1742201652000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 체감온도 ‘뚝’...내일 강풍에 눈·비까지</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024082","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024082" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,202);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24082.jpg?type=nf212_140&ut=1742200337000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보]경찰, 김성훈 경호차장 네번째 구속영장 신청</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024081","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024081" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,203);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24081.jpg?type=nf212_140&ut=1742197808000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 서울의대 교수들, '복귀 반대' 전공의 등에 "오만하기 그지없어"</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024080","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024080" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,204);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24080.jpg?type=nf212_140&ut=1742193430000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">故김새론 유족, 유튜버 이진호 고소…"김수현에 법적대응 검토“</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024079","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024079" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,205);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24079.jpg?type=nf212_140&ut=1742189349000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 양주 군부대서 화재...헬기·드론 충돌</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024078","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024078" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,206);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24078.jpg?type=nf212_140&ut=1742175791000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">홍준표 "이재명 띄우기 여론조사...'양아치 대통령' 선택하겠나"</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024077","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024077" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,207);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24077.jpg?type=nf212_140&ut=1742175608000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 이재명 "핵무장론은 허장성세...北처럼 고립 각오해야"</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024076","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024076" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,208);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24076.jpg?type=nf212_140&ut=1742172550000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 권영세 "이재명 정권 잡으면 대한민국 위상 추락할 것"</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024075","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024075" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,209);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24075.jpg?type=nf212_140&ut=1742172070000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헌재 ‘최장 숙고’...尹 탄핵심판 선고일 20∼21일 전망</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024074","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024074" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,210);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24074.jpg?type=nf212_140&ut=1742171655000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국힘 39.0%·민주 44.3%...정권 교체 55.5%·연장 40.0% [리얼미터]</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024073","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024073" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,211);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24073.jpg?type=nf212_140&ut=1742170870000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경호처, 尹 체포 저지 반대 간부 '해임' 절차 진행 중...기밀유출 의혹</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024072","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024072" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,212);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24072.jpg?type=nf212_140&ut=1742169550000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">직장생활이란 ‘일로 만난 사이’와 ‘우정을 나누는 사이’에서 타자(他者)를 이해하는 것 <일상이 뉴스다!></span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024071","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024071" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,213);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/17/24071.jpg?type=nf212_140&ut=1742158868000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[충북·세종 날씨] 출근길 꽃샘추위...강풍에 체감기온 '뚝'</span> <span class="r_ico_b r_modify"><b>2025.03.17.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024070","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024070" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,214);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24070.jpg?type=nf212_140&ut=1742117415000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">봄바람에 활기 넘치는 묘목시장...유실수 가격 '껑충'</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024069","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024069" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,215);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24069.jpg?type=nf212_140&ut=1742117295000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">빠르고 간편한 돌봄...QR로 어르신 안전 지킨다</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024068","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024068" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,216);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24068.jpg?type=nf212_140&ut=1742117230000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북 내일 아침 기온 '뚝'...건강 시설물 관리 유의</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024067","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024067" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,217);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24067.jpg?type=nf212_140&ut=1742107097000" 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>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024066","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024066" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,218);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24066.jpg?type=nf212_140&ut=1742106856000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">청풍호 민간사업 ‘난항’...투자협약 4개월째 하천점용허가도 못 받아</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024065","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024065" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,219);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24065.jpg?type=nf212_140&ut=1742103312000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">정신병원에서 환자 폭행한 간병인..."자신의 통제 따르지 않았다"</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024064","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024064" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,220);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24064.jpg?type=nf212_140&ut=1742103135000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">음성군, 도내 첫 민생회복지원금 1인당 10만 원...신청률 85.7%</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024063","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024063" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,221);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24063.jpg?type=nf212_140&ut=1742102892000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">충북, 휘발유 평균 가격...두 달 만에 천6백 원대 기록</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024062","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024062" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,222);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/16/24062.jpg?type=nf212_140&ut=1742099831000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[이슈&톡톡] 비상계엄 선포 뒤에는 '명태균 게이트'가 있다?</span> <span class="r_ico_b r_modify"><b>2025.03.16.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024061","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024061" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,223);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/15/24061.jpg?type=nf212_140&ut=1742029628000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">탄핵 찬반 집회...‘겹겹이 차벽’ 충돌 방지</span> <span class="r_ico_b r_modify"><b>2025.03.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024060","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024060" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,224);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/15/24060.jpg?type=nf212_140&ut=1742023338000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헌재, 주말 평의 없이 尹 탄핵 기록 검토</span> <span class="r_ico_b r_modify"><b>2025.03.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024059","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024059" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,225);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/15/24059.jpg?type=nf212_140&ut=1742021832000" 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>2025.03.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024058","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024058" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,226);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/15/24058.jpg?type=nf212_140&ut=1742020698000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">괴산 ‘충북아쿠아리움’...개관 10개월만 30만 명 돌파</span> <span class="r_ico_b r_modify"><b>2025.03.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024057","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024057" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,227);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/15/24057.jpg?type=nf212_140&ut=1742019736000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">태국 방콕 '고가도로' 붕괴...사망 5명, 부상 24명</span> <span class="r_ico_b r_modify"><b>2025.03.15.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news655,0000024056","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/655/0000024056" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',655,228);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/655/2025/03/15/24056.jpg?type=nf212_140&ut=1742018711000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경찰서 흉기 난동 70대 여성 왜?...결국 ‘집행유예’</span> <span class="r_ico_b r_modify"><b>2025.03.15.</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',655,'');">접기</a> <a href="javascript:void(0);" class="press_edit_news_btn_more _nudge_more_btn" onclick="nclk(event,'hom.more',655,'');">더보기</a> </div> </div> <div class="press_desc_wrap"> <div class="press_desc"><em>CJB청주방송</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=655"; 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">ⓒ CJB청주방송</span> </span> <span class="u_copyright">이 콘텐츠의 저작권은 저작권자 또는 제공처에 있으며, 이를 무단 이용하는 경우 저작권법 등에 따라 법적 책임을 질 수 있습니다.</span> <span class="u_naverlogo"><a href="https://www.navercorp.com/" data-mpurl='{"m":"https://www.navercorp.com/","p":"https://www.navercorp.com/"}' class="u_naverlogo_a" id="nhnLink" onclick="nclk(event,'fot.navercorp','','');">NAVER</a></span> </p> </footer> </div> </div> </div> <script type="text/javascript"> /** * 이 파일은 모바일 뉴스 서비스 전체 페이지에 적용되는 스크립트로써, * 코드 추가 시 Front-End 성능 관점에서 주의를 요합니다. */ jQuery(window).on('load', function(){ setTimeout(onload, 10); function onload(){ var oLnb = new news.Lnb('._lnb_scroll'); new news.ImageLazyLoader().load("img[data-src]"); new news.MoveTopButton("._go_top"); new news.HistoryManager().init("naver_mobile_news_history", ""); // iframe lazy-loading (function(){ try { Array.prototype.slice.apply(document.querySelectorAll('iframe[data-src]')) .forEach(function(iframeEl) { var originSrc = iframeEl.getAttribute('data-src'); if(originSrc) { iframeEl.setAttribute('src', originSrc); } }); }catch(e) {} })(); if(typeof init === "function"){ init(); } var cookie = news.Cookie.getInstance(); var isShownNewLnb = cookie.getItem("isShownNewLnb"); if(isShownNewLnb == null) { isShownNewLnb = "Y"; cookie.setItem("isShownNewLnb", isShownNewLnb, 3650, "", "/"); $("._isNew").addClass("is_new"); } { var footerLogin = jQuery(document).find('._footer_login'); if(footerLogin <= 0) { return; } // 디바이스에 따라 로그인, 로그아웃 URL 분기 var loginUrl = "https://nid.naver.com/nidlogin.login"; var logoutUrl = "https://nid.naver.com/nidlogin.logout?"; if (news.Util.getAgentInfo().bMobileOrTablet) { loginUrl = "https://nid.naver.com/nidlogin.login?svctype=262144"; logoutUrl = "https://nid.naver.com/nidlogin.logout?svctype=262144&"; } if(news.LoginAssistor.isLoginUser()) { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="javascript:news.Util.logout(\''+logoutUrl+'url=\'+encodeURIComponent(location.href));" class="u_cra" id="news_logout" onclick="nclk(event,\'fot.logout\',\'\',\'\');" >로그아웃</a></span>') }else { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="'+loginUrl+'" class="u_cra" id="news_login" onclick="nclk(event,\'fot.login\',\'\',\'\');" >로그인</a></span>') } } } }); </script> <script> function init() { /* LNB */ var pressHomeTopLnb = initPressHomeTopLnb(); /* LNB */ /* 탭 */ var pressHomeTab = initPressHomeTab({ floating: pressHomeTopLnb.floating }); /* 탭 */ /* 댓글 카운트 */ news.CommentCountPainterToList.getInstance().renderCommentCount({ linkDomainMap: { press: 'https://n.news.naver.com', pressHomeCard: 'https://n.news.naver.com' }, addStyle: "prepend", }); /* 댓글 카운트 */ /* 연/스 pc 기사링크 변경 대응 */ PressHomeMainManager.EnterSportsLinkChanger(); /* 연/스 pc 기사링크 변경 대응 */ /* 사설 */ if ($('._editorial_flick_wrap').length > 0) { new news.Flicking('._editorial_flick_wrap', { sNavDotAreaSelector: '._editorial_nav_items', // nStartIndex: 2, sOnNavDotClassName: 'pg_num_on', }); } /* 사설 */ /* 지면뉴스 플리킹 */ if ($('._paper_flick_wrap').length > 0) { new PressHomeMainManager.DotClickableFlicking('._paper_flick_wrap', { sNavDotAreaSelector: '._paper_nav_items', // nStartIndex: 2, sNavDotTpl: '<span role="tab" aria-selected="false" class="pg_num"></span>', sOnNavDotClassName: 'pg_num_on', }); } /* 지면뉴스 플리킹*/ // MyFeed wrapper 별로 초기화 해야한다. (관련 이슈 : NEW-27394) /* 칼럼 구독 */ if ($('._column_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._column_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, myFeedUrl: '/opinion/series' }).activate(); } /* 칼럼 구독 */ /* 연재 구독 */ if ($('._series_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._series_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, onMyFeedUrl: function (welFollowBtn) { var channelType = welFollowBtn.attr("data-channel-type"); var targetType = welFollowBtn.attr("data-target-type"); // 엔터/스포츠 연재 카드만 대응 (NEW-37777) if (channelType === "series" && (targetType === "ENTER" || targetType === "SPORTS")) { return 'https://media.naver.com/channel/seriesSetting?type=' + targetType; } return "https://m.naver.com/naverapp/?cmd=onMenu&menuCode=NEWS"; } }).activate(); } /* 연재 구독 */ /* 기자 focus 구독 */ if ($('._journalist_focus_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._journalist_focus_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, isShowSubscribeButtonOnLayer: true, onRenderGuideLayer: function(welWrapper) { new PressHomeMainManager.ChannelSubscribeButton(welWrapper.find('.subscribe_guide_btn_wrapper'), { officeId: '655', 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/20250312_121143' }); } /* 네이버TV 라이브 */ /* 네이버앱 숏폼 공통 뷰어 */ if ($('._press_shortform_list').length > 0) { PressHomeMainManager.ShortFormAppViewer({ sOfficeId: "655" }); } /* 네이버앱 숏폼 공통 뷰어 */ /* 가로스크롤 일괄 추가 */ $("._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?2025033120"; // 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 = "655"; 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>