CINXE.COM
<!doctype html> <html lang="ko"> <head> <title id="browserTitleArea"> JIBS :: 네이버뉴스 </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/20241128_012918/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/20241128_012918/js/generated/statistics_jquery.js"></script> <script> document.documentElement.setAttribute('data-useragent', navigator.userAgent); function showNoImage(elImg, type) { switch (type) { case "remove": try { elImg.parentNode.removeChild(elImg); } catch(e) {} break; case "removeParent": try { elImg.parentNode.outerHTML = ''; } catch(e) {} break; case "alt": elImg.outerHTML = ('<span class="noimage_text {imgClassName}">' + (elImg.alt || "") + '</span>') .replace('{imgClassName}', elImg.className); break; case "class" : var outerHTMLSource = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap {imgClassName}" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap {imgClassName}"><span class="noimage"></span></span>'; elImg.outerHTML = outerHTMLSource.replace('{imgClassName}', elImg.className); break; case "pressname" : var pressname = elImg.getAttribute("data-pressname"); elImg.outerHTML = '<span class="cjs_broadcast_noimg"><span class="noimg_text">' + pressname + '</span></span>'; break; case "noHeight": elImg.outerHTML = '<span class="noimage_wrap"><span class="noimage"></span></span>'; break; default: elImg.outerHTML = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap"><span class="noimage"></span></span>'; } } function doAfterLoadEnd(callback, callbackOnPersisted) { var eventName = "onpageshow" in window ? "pageshow" : "load"; callback = callback || function(){}; callbackOnPersisted = callbackOnPersisted || function(){}; window.addEventListener(eventName, function(e) { try{ if(Boolean(e.persisted)){ callbackOnPersisted(); return; } }catch(e){} callback(); }); } </script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20241128_012918/js/generated/news.mobile.js"></script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20241128_012918/js/generated/presshome.dependency.js"></script> <script> (function() { var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + '661/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="JIBS 언론사홈"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://media.naver.com/press/661"/> <meta property="og:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/661/2024/09/23/logo_661_41_20240923141454.jpg"/> <meta property="og:description" content="언론사 주요 뉴스와 속보를 만나볼 수 있습니다."/> <meta property="og:article:author" content="네이버"/> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="JIBS 언론사홈"> <meta name="twitter:site" content="네이버 뉴스"> <meta name="twitter:creator" content="네이버 뉴스"> <meta name="twitter:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/661/2024/09/23/logo_661_41_20240923141454.jpg"> <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: "661", 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: #3b8ded;"> <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: #3b8ded;"> <div class="press_hd_bg" style="background-color: #63eedb; color: #63eedb;"> <div class="press_hd_bg_inner"> <img src="https://imgnews.pstatic.net/image/upload/spubs/jvG0000661/cover/2023/02/28/A_110628526.jpg?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',661,'');">이전</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',661,'');"> <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',661,'');" data-style="standard" data-url="https://media.naver.com/press/661" data-title="JIBS 언론사 페이지 :: 네이버" data-mail-url="https://media.naver.com/press/661?lfrom=mail" data-blog-url="https://media.naver.com/press/661?lfrom=blog" data-blog-source-type="3" data-blog-blog-id="naver" data-cafe-url="https://media.naver.com/press/661?lfrom=cafe" data-cafe-source-type="3" data-memo-url="https://media.naver.com/press/661?lfrom=memo" data-calendar-url="https://media.naver.com/press/661?lfrom=calendar" data-band-url="https://media.naver.com/press/661?lfrom=band" data-line-url="https://media.naver.com/press/661?lfrom=line" data-kakaotalk-url="https://media.naver.com/press/661?lfrom=kakao" data-kakaostory-display="off" data-kakaotalk-image-url="https://ssl.pstatic.net/static.news/image/news/m/2015/10/press_logo/661_1200x630.jpg" data-facebook-url="https://media.naver.com/press/661?lfrom=facebook" data-twitter-url="https://media.naver.com/press/661?lfrom=twitter" data-mypeople-url="https://media.naver.com/press/661?lfrom=mypeople" data-friend-display="on" data-friend-url="https://media.naver.com/press/661?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: #3b8ded;"> <a href="/press/661" class="press_hd_ci_image" onclick="nclk(event,'hom.logo',661,'');"> <img src="https://imgnews.pstatic.net/image/upload/spubs/jvG0000661/logo/2024/09/13/A_140030110.jpg?type=u144_144" alt="JIBS" onerror="showNoImage(this)"> </a> <a href="http://www.jibs.co.kr/" class="press_hd_ci_home" onclick="nclk(event,'hom.url',661,'');">홈페이지</a> </div> <div class="press_hd_info"> <div class="press_hd_main_info"> <div class="press_hd_top"> <h3 class="press_hd_name"> <a href="http://www.jibs.co.kr/" class="press_hd_name_link" onclick="nclk(event,'hom.url',661,'');"> JIBS<i class="press_hd_name_link_home" aria-label="JIBS 홈페이지"></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">제주를 전하는 JIBS제주방송</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="661" 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">2,182명</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="네이버 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="61ea9645e135007873e3ce19" 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/jibsnews" class="pp_rel_text" onclick="nclk(event,'hom.ptv', '', '');"> <span class="pp_rel_name">JIBS 제주방송 </span> </a> <span class="pp_rel_count _count"> 구독 2,182 </span> </div> <button class="pp_rel_subscribe _channel_plugin_follow_btn" data-channel-id="61ea9645e135007873e3ce19" 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="61e7de3ee135007873e3a6ae" 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.facebook.com/JIBSNEWS" class="pp_rel_text" onclick="nclk(event,'hom.petc', '', '');"> <span class="pp_rel_name">https://www.facebook.com/JIBSNEWS</span> </a> <button type="button" class="pp_rel_button _group_channel_button" data-clickcode-toggle-open="hom.pchopen" data-clickcode-toggle-close="hom.pchclose">외 <em class="pp_rel_em">+1개</em></button> </div> </div> <ul class="pp_rel_children _child_channel_list"> <li class="pp_rel_child"> <div class="pp_rel_inner" data-use-follow-layer="0"> <div class="pp_rel_title _channel_plugin_follow_count" data-channel-id="61e7de3ee135007873e3a6ae" 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.facebook.com/JIBSNEWS" class="pp_rel_text" onclick="nclk(event,'hom.petc', '', '');"> <span class="pp_rel_name">https://www.facebook.com/JIBSNEWS</span> </a> </div> </div> </li> <li class="pp_rel_child"> <div class="pp_rel_inner" data-use-follow-layer="0"> <div class="pp_rel_title _channel_plugin_follow_count" data-channel-id="61ea96781016e84280a3cc3c" 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="http://www.jibs.co.kr/" class="pp_rel_text" onclick="nclk(event,'hom.petc', '', '');"> <span class="pp_rel_name">http://www.jibs.co.kr/</span> </a> </div> </div> </li> </ul> </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">2017</em><span class="pp_award_name">자회사 IPTV NOW JEJU TV 개국</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2008</em><span class="pp_award_name">JIBS DMB 송출</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2003</em><span class="pp_award_name">JIBS FM 개국</span> </li> <li class="pp_award_item"> <em class="pp_award_year">2002</em><span class="pp_award_name">JIBS 제주방송 개국</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: '661', pressListPopupUrl: popupUrl, wrapper: "._press_list_wrapper" }); return pressListPopup; } function initPressHomeLnb(params) { var officeId = '661'; 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">메인 뉴스판에서 JIBS 주요뉴스를 볼 수 있습니다.</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>JIBS</strong> 언론사 구독 해지되었습니다.</p> </div> </div> */ return true; }); }, nclk_add: 'hom.take', nclk_remove: 'hom.cancel', nclk_info: 'hom.info', onAddChannelSuccess: incrementFollowerCount, onRemoveChannelSuccess: decrementFollowerCount, needNotificationButton: true, needNotificationConfirm: true }); /* 채널구독버튼 */ /* 공유하기 */ if (!isLiveViewer && !isLiveUrl) { initShare(); } /* 공유하기 */ /* 뒤로버튼 */ var historyBackButton = new PressHomeMainManager.HistoryBackButton('._press_header ._back_btn'); /* 뒤로버튼 */ /* 언론사리스트 */ if (!isLiveViewer && !isLiveUrl) { var pressListPopup = initPressList(); } /* 언론사리스트 */ return { channelFollowerCount: channelFollowerCount, historyBackButton: historyBackButton, channelSubscribeButton: channelSubscribeButton, pressListPopup: pressListPopup } } </script> <script> var profileData = {"notice":null,"relatedChannelContainer":{"totalSubscriberCount":2182,"channelGroupList":[{"type":"NAVER_TV","channels":[{"type":"NAVER_TV","name":"JIBS 제주방송 ","subscriberCount":"2,182","url":"https://tv.naver.com/jibsnews","channelPluginId":"61ea9645e135007873e3ce19","clickCode":"ptv","countLabel":"구독","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png","channelPluginFollowAvailable":true,"alternativeName":"네이버 TV","displayName":"JIBS 제주방송 "}],"subscriberCount":"2,182","channelsCount":1,"representativeChannel":{"type":"NAVER_TV","name":"JIBS 제주방송 ","subscriberCount":"2,182","url":"https://tv.naver.com/jibsnews","channelPluginId":"61ea9645e135007873e3ce19","clickCode":"ptv","countLabel":"구독","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_tv.png","channelPluginFollowAvailable":true,"alternativeName":"네이버 TV","displayName":"JIBS 제주방송 "}},{"type":"URL","channels":[{"type":"URL","name":"https://www.facebook.com/JIBSNEWS","subscriberCount":"0","url":"https://www.facebook.com/JIBSNEWS","channelPluginId":"61e7de3ee135007873e3a6ae","clickCode":"petc","countLabel":"","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_url.png","channelPluginFollowAvailable":false,"alternativeName":"url","displayName":"https://www.facebook.com/JIBSNEWS"},{"type":"URL","name":"http://www.jibs.co.kr/","subscriberCount":"0","url":"http://www.jibs.co.kr/","channelPluginId":"61ea96781016e84280a3cc3c","clickCode":"petc","countLabel":"","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_url.png","channelPluginFollowAvailable":false,"alternativeName":"url","displayName":"http://www.jibs.co.kr/"}],"subscriberCount":"0","channelsCount":2,"representativeChannel":{"type":"URL","name":"https://www.facebook.com/JIBSNEWS","subscriberCount":"0","url":"https://www.facebook.com/JIBSNEWS","channelPluginId":"61e7de3ee135007873e3a6ae","clickCode":"petc","countLabel":"","logoImgUrl":"https://ssl.pstatic.net/static.news/image/news/m/2020/07/24/channel_url.png","channelPluginFollowAvailable":false,"alternativeName":"url","displayName":"https://www.facebook.com/JIBSNEWS"}}]},"talkTalkUrl":null,"statistics":{"period":"2024.11.25.~2024.12.01.","ageStatList":[{"age":"10","percent":0.7935493764056432,"rank":6,"ageParsedByInt":10},{"age":"20","percent":12.255929257820487,"rank":5,"ageParsedByInt":20},{"age":"30","percent":61.97352279697404,"rank":3,"ageParsedByInt":30},{"age":"40","percent":100.0,"rank":1,"ageParsedByInt":40},{"age":"50","percent":76.93212022081374,"rank":2,"ageParsedByInt":50},{"age":"60","percent":35.411981189940704,"rank":4,"ageParsedByInt":60}],"genderStatMap":{"male":51.28482196589026,"female":48.71517803410974},"hasSameTopRank":false},"awards":[{"date":"2017","title":"자회사 IPTV NOW JEJU TV 개국","url":""},{"date":"2008","title":"JIBS DMB 송출","url":""},{"date":"2003","title":"JIBS FM 개국","url":""},{"date":"2002","title":"JIBS 제주방송 개국","url":""}],"relatedChannelEmpty":false}; var billboardChartLibUrl = ['https://ssl.pstatic.net/static.news/mnews/resources/20241128_012918/js/generated/billboard.pkgd.min.js']; function initPressHomeTopLnb(params) { var pressHomeLnb = initPressHomeLnb(); var officeId = '661'; 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">메인 뉴스판에서 JIBS 주요뉴스를 볼 수 있습니다.</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>JIBS</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: #3b8ded; 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/661" class="press_float_title_text" onclick="nclk(event,'prs_hom.top',661,'');">JIBS</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: #3b8ded;"> <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/661" class="_press_tab_btn" data-tab-type="Default" data-tab-id="Main"> <span class="press_section_tab_txt">주요뉴스</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/661?sid=100" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Politics"> <span class="press_section_tab_txt">정치</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/661?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/661?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/661?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="/tv/661" 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/661/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/661/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 = '661'; /* 탭 */ var welTabScroll = $('._press_tab_scroll'); if (welTabScroll.length > 0) { // position 0 부터 시작한다. ("style 속성 자체를 지우면 스크롤이 적용되지 않는다" on iOS) welTabScroll.children().eq(0).css('left', '0px'); var pressTabScroll = new news.Scroll("._press_tab_scroll"); // ._press_tab_scroll이 floating 상태에 따라 height값이 달라져 고정하지 않도록 설정 $("._press_tab_scroll").css("height", ""); var welSelectedTab = $('.press_section_tab_item[aria-selected=true]'); if (welSelectedTab.length > 0) { pressTabScroll.scrollElToCenter(welSelectedTab); } var agent = news.Util.getAgentInfo(); if (agent.bMobile && !agent.bIsIos) { $(window).on("resize", function (e) { e.preventDefault(); pressTabScroll.refresh(); pressTabScroll.scrollElToCenter(welSelectedTab); }); } } /* 탭 */ addTabClassIfNecessary(); /* 섹션탭 클릭 */ var pressTabButton = new PressHomeMainManager.ButtonListener('._press_tab_btn', { onClick: function (e) { var tabType = $(e.currentTarget).data('tab-type'); var tabId = $(e.currentTarget).data('tab-id'); if (!(tabType === 'home' || tabType === 'link')) { if (params && params.floating && params.floating.isFloating) { e.currentTarget.hash = 'lnb'; } } if (tabId === 'Main') { nclk(e, 'hom.mm', officeId, ''); } else if (tabId === 'NaverTvLive') { nclk(e, 'hom.live', officeId, ''); } else if (tabId === 'Ranking') { nclk(e, 'hom.rank',officeId,''); } else if (tabId === 'Premium') { nclk(e, 'hom.premium', officeId, ''); } else if (tabId === 'ShortForm') { nclk(e, 'hom.short', officeId, ''); } else if (tabId === 'Issue') { nclk(e, 'hom.sectionissue', officeId, ''); } else { nclk(e, 'hom.section', officeId, ''); } } }); /* 섹션탭 클릭 */ return { pressTabScroll: pressTabScroll, pressTabButton: pressTabButton } } </script> <script> /** * `focus to lnb` 대응 (url format: `some/url#lnb`) */ ;(function(){ var isFocusToLnbMode = false; // default 마크업 구성을 `focus to lnb` 로 하고 (floating lnb 로 구성), // `focus to lnb` 접근이 아닐 경우 `floating lnb` 구성을 해제하는 컨셉. (to static 으로) // // default 마크업 구성을 `floating lnb` 로 한 이유: // 1. `static lnb` 방식으로 하면, // 2. `focus` 처리할 때 "화면 덜컹 거림이 보여서" 보기 좋지 않다. // // `focus` 요청일 경우, // 필요한 추가 처리는 content 출력 후 처리돼있다. (e.g. scroll 이동) if(location.hash === '#lnb'){ isFocusToLnbMode = true; } // "뒤로가기", "새로고침" 일 경우 focus 처리하지 않는다. (browser 에서 scroll 자동 이동 시키므로) (function () { var winNavigation = (window.performance && window.performance.navigation) || {}; var isReload = winNavigation.type === winNavigation.TYPE_RELOAD; var isHistoryBack = winNavigation.type === winNavigation.TYPE_BACK_FORWARD; // 상수를 지원하지 않을 경우도 focus 처리하지 않음 if(isHistoryBack || isReload || !winNavigation.TYPE_BACK_FORWARD){ isFocusToLnbMode = false; } })(); try{ // 서버 기본 설정이 `lnb floating + block' 이면 LNB 움직이는게 보여서 script 에서 block 되도록 했다. document.querySelector('._press_float').style.display = ''; document.querySelector('._press_tab_scroll').style.display = ''; }catch(e){} // 선택된 LNB 중앙 정렬 선처리 (onload 후 Scroll-UI 에서 중앙 정렬시 이동이 보이지 않게) (function(){ try{ var lnb = document.querySelector('._press_tab_scroll'); var lnbScrollContent = lnb.firstElementChild; var selectedItem = lnb.querySelector('li[aria-selected="true"]'); var maxScrollLeft = 0; var selectedItemScrollLeft = 0; // Scroll-UI 적용 전에 inline style 은 제거해 줘야 한다. (e.g. onload 후 적용 될 때) lnbScrollContent.style.position = 'absolute'; maxScrollLeft = lnbScrollContent.clientWidth - lnb.clientWidth; if(maxScrollLeft <= 0){ // lnb 가 content 보다 크다. (scroll 필요 없는 경우) return; } selectedItemScrollLeft = Math.max( 0, (selectedItem.offsetLeft || 0) - ((lnb.clientWidth - selectedItem.clientWidth) / 2) ); selectedItemScrollLeft = Math.min(maxScrollLeft, selectedItemScrollLeft); lnbScrollContent.style.left = -1 * Math.round(selectedItemScrollLeft) + 'px'; }catch(e){} })(); // 1. focus mode 라면 서버 출력 마크업을 그대로 두고 // 2. 이후 처리는 content 출력 후 js 에서 하는 구조다. if(isFocusToLnbMode){ return; } /** * `focus to lnb` 접근이 아니라면 `static lnb` 구성으로 마크업 변경 */ try{ var header = document.querySelector('._press_header'); var headerFloat = document.querySelector('._press_float'); var lnb = document.querySelector('._press_tab_scroll'); header.style.display = ''; headerFloat.className = headerFloat.className.replace('is_fixed', ''); if(lnb){ lnb.className = lnb.className.replace('is_fixed', ''); } }catch(e){} })(); </script> <script> /** * `focus to lnb` 대응 (content 출력 후 추가 처리) */ ;(function () { try { var startFloating = document.querySelector('._start_floating'); var header = document.querySelector('._press_header'); var lnbScrollPaddingTop = document.querySelector('._press_float').clientHeight; // js 처리 관련 inline style 제거 window.addEventListener('load', function () { document.querySelector('#ct').style.minHeight = ''; }); // display none 상태가 아니면 `focus to lnb` 접근이 아니다. if (header.style.display !== 'none') { return; } header.style.display = ''; // show header var floatingOffset = startFloating.getBoundingClientRect().top + window.pageYOffset; window.scrollTo(0, floatingOffset - lnbScrollPaddingTop); }catch(e){} })(); </script> <div class="press_main_news as_representation _CURATION_CARD" id="Representation"> <div class="press_main_news_inner"> <ul class="press_news_list _nlog_impression_template as_bottom" data-template="Representation_Text4Photo2A"> <li class="press_news_item"> <a href="https://n.news.naver.com/article/661/0000047778?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/661/0000047778?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgj_000000000000000000047778" data-imp-index="1" onclick="nclk(event,'hom.head2t',661,1);"> <span class="press_news_text"><strong>'우리의 대통령 아니다' 대학가 대자보.. 제주서 시국선언 움직임</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/661/0000047777?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/661/0000047777?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgj_000000000000000000047777" data-imp-index="2" onclick="nclk(event,'hom.head2t',661,2);"> <span class="press_news_text"><strong>범야권 탄핵소추안 발의.. 결국 윤 대통령 '탄핵 정국 본격화하나'</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/661/0000047779?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/661/0000047779?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgj_000000000000000000047779" data-imp-index="3" onclick="nclk(event,'hom.head2t',661,3);"> <span class="press_news_text"><strong>“제주 골프? 고비용에 외면”.. “20만 원 더 들일 바엔, 해외 간다” 탄식 커져</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/661/0000047763?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/661/0000047763?type=main" data-imp-area="hom.head2t" data-imp-gdid="88221sgj_000000000000000000047763" data-imp-index="4" onclick="nclk(event,'hom.head2t',661,4);"> <span class="press_news_text"><strong>'8명 사상' 교통사고 렌터카 운전자 입건.. "중앙선 침범 추정"</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/661/0000047780?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/661/0000047780?type=main" data-imp-area="hom.head2p" data-imp-gdid="88221sgj_000000000000000000047780" data-imp-index="1" onclick="nclk(event,'hom.head2p',661,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47780.jpg?type=nf320_212&ut=1733301790000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>윤 대통령 '6시간 계엄'에...76년 전 '제주4.3 계엄령' 악몽 재소환</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/661/0000047781?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/661/0000047781?type=main" data-imp-area="hom.head2p" data-imp-gdid="88221sgj_000000000000000000047781" data-imp-index="2" onclick="nclk(event,'hom.head2p',661,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47781.jpg?type=nf320_212&ut=1733302212000" 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:15</span></span> </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":"news661,0000047781","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047781" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47781.jpg?type=nf212_140&ut=1733302212000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>33분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047780","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047780" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47780.jpg?type=nf212_140&ut=1733301790000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령 '6시간 계엄'에...76년 전 '제주4.3 계엄령' 악몽 재소환</span> <span class="r_ico_b r_modify"><b>40분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047779","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047779" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47779.jpg?type=nf212_140&ut=1733300949000" 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>54분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047778","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047778" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47778.jpg?type=nf212_140&ut=1733296568000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047777","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047777" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47777.jpg?type=nf212_140&ut=1733294413000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047776","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047776" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47776.jpg?type=nf212_140&ut=1733292007000" width="106" height="70" alt="" onerror="showNoImage(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> </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/661/0000047752?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',661,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47752.jpg?type=nf260_172&ut=1733267591000" alt="" onerror="showNoImage(this)" class="p_img"> <span class="press_ico_mov"><em class="blind">동영상 뉴스</em></span> <span class="r_playtime"><em class="blind">재생시간</em><span class="r_time">01:21</span></span> </div> </div> <div class="p_text"> <strong class="p_headline">[제주 국회의원에게 듣다] 긴장감 높았던 당시 국회 상황과 입장은?</strong> <span class="p_datetime">12월 04일 08:13</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/661/0000047765?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',661,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/12/04/0000047765_001_20241204154412787.jpeg?type=nf260_172" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">농협, 내년 1월 제주 리더십 ‘전면 개편’.. 윤재춘 “상무보 승진”·고우일·고은정 “새 시대 개막”</strong> <span class="p_datetime">12월 04일 13:00</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/661/0000047776?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',661,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47776.jpg?type=nf260_172&ut=1733292007000" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">제주도교육청 "비상계엄 해제.. 정상적 업무, 학사 운영"</strong> <span class="p_datetime">12월 04일 15:00</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":"news661,0000047775","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047775" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47775.jpg?type=nf212_140&ut=1733291951000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047774","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047774" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47774.jpg?type=nf212_140&ut=1733291175000" width="106" height="70" alt="" onerror="showNoImage(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_no_thumb _rcount " data-comment='{"gno":"news661,0000047773","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047773" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,3);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주 언론인들 "尹 계엄령 4.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":"news661,0000047772","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047772" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47772.jpg?type=nf212_140&ut=1733290751000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047771","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047771" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47771.jpg?type=nf212_140&ut=1733290207000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047770","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047770" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47770.jpg?type=nf212_140&ut=1733289910000" 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>3시간전</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/661/0000045297?type=series&cid=2001532" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,1);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/09/30/0000045297_001_20240930160013632.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/661/0000045297?type=series&cid=2001532" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,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_2001532" data-subscribename="제보집'S" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2001532" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,1);"> <div class="press_column_name">제보집'S</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/661/0000046342?type=series&cid=2001533" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,2);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/10/27/0000046342_001_20241027122413128.png?type=nf276_188" width="138" height="94" alt=""외로워 왜 떴다방가냐"는 댓글 따져보니.. '65억 사기' 일당 검찰행" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/661/0000046342?type=series&cid=2001533" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,2);"> <div class="press_column_headline">"외로워 왜 떴다방가냐"는 댓글 따져보니.. '65억 사기' 일당 검찰행</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2001533" data-subscribename="댓글뒤끝" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2001533" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,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/661/0000047422?type=series&cid=2002074" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,3);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/11/24/0000047422_001_20241124092310325.jpg?type=nf276_188" width="138" height="94" alt="4·3 보상금 받고 "틀린 돈"이라는 할아버지.. 무슨 사연일까" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/661/0000047422?type=series&cid=2002074" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,3);"> <div class="press_column_headline">4·3 보상금 받고 "틀린 돈"이라는 할아버지.. 무슨 사연일까</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002074" data-subscribename="삶맛세상" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2002074" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,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/661/0000042945?type=series&cid=2001259" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,4);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/07/29/0000042945_001_20240729160419509.png?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/661/0000042945?type=series&cid=2001259" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,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_2001259" data-subscribename="제주스토리" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2001259" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,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/661/0000047608?type=series&cid=2000027" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,5);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/11/30/0000047608_001_20241130080012500.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/661/0000047608?type=series&cid=2000027" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,5);"> <div class="press_column_headline">'찐'하게 다양한 매력을 즐기고 싶다면 여기로</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000027" data-subscribename="제주 가볼만한 곳" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2000027" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,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/661/0000047556?type=series&cid=2001959" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,6);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/11/28/0000047556_001_20241128074014151.png?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/661/0000047556?type=series&cid=2001959" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,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_2001959" data-subscribename="모르면손해" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2001959" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,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/661/0000039130?type=series&cid=2000033" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,7);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/04/14/0000039130_001_20240414090101572.png?type=nf276_188" width="138" height="94" alt="‘오름서 난 소고기’ 고사리 꺾기 삼매경 빠졌다 더 큰일.. 4월 산이 위험?" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/661/0000039130?type=series&cid=2000033" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,7);"> <div class="press_column_headline">‘오름서 난 소고기’ 고사리 꺾기 삼매경 빠졌다 더 큰일.. 4월 산이 위험?</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000033" data-subscribename="제주Zoom" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2000033" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,7);"> <div class="press_column_name">제주Zoom</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/661/0000041406?type=series&cid=2000041" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,8);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/06/16/0000041406_001_20240616080008454.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/661/0000041406?type=series&cid=2000041" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,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_2000041" data-subscribename="법잇수다" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2000041" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,8);"> <div class="press_column_name">법잇수다</div> </a> </div> </div> </div> </li> <li class="flick-ct"> <div class="press_column_inside"> <div class="press_column_profile"> <a href="https://n.news.naver.com/mnews/hotissue/article/661/0000023738?type=series&cid=2000540" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,9);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2023/04/20/0000023738_001_20230420170201776.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/661/0000023738?type=series&cid=2000540" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',661,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_2000540" data-subscribename="제주의 길" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="/hotissue/main?sid1=163&cid=2000540" class="press_column_namewrap _es_pc_link" onclick="nclk(event,'hom.tseries',661,9);"> <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":"news661,0000047769","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047769" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47769.jpg?type=nf212_140&ut=1733288890000" 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>4시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047768","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047768" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47768.jpg?type=nf212_140&ut=1733288407000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047767","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047767" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47767.jpg?type=nf212_140&ut=1733287930000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">카니발-트럭 충돌 8명 사상 참변.. '사고대책본부' 구성</span> <span class="r_ico_b r_modify"><b>4시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047766","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047766" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47766.jpg?type=nf212_140&ut=1733287150000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047765","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047765" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47765.jpg?type=nf212_140&ut=1733284807000" 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>5시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047764","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047764" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47764.jpg?type=nf212_140&ut=1733280611000" width="106" height="70" alt="" onerror="showNoImage(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_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/661/0000047781" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47781.jpg?type=nf568_340&ut=1733302212000" 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:15</span></span> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/661/0000047781" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,1);">[자막뉴스] 한밤의 비상계엄 선포...제주 정가 파장까지</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news661,0000047781","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.12.04. 17:50</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/661/0000047676" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/12/02/0000047676_001_20241202180412729.png?type=nf568_340" 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:15</span></span> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/661/0000047676" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,2);">[자막뉴스] 교실 책상에 교과서 대신 '노트북' 자리 잡는다</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news661,0000047676","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.12.02. 17:57</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/661/0000047528" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47528.jpg?type=nf568_340&ut=1732697948000" 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:36</span></span> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/661/0000047528" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,3);">[자막뉴스] 풍랑에 270톤급 바지선 좌초되고.. 강풍에 항공기 흔들</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news661,0000047528","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.11.27. 17:59</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/661/0000047486" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/11/26/0000047486_001_20241126191813308.png?type=nf568_340" 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:32</span></span> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/661/0000047486" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,4);">[자막뉴스] "항공기 좌석난에 제주 못 가" 대책 깜깜.. 정석비행장 활용론까지</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news661,0000047486","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.11.26. 18:08</em> </div> </div> </div> </div> <div class="press_carousel_panel"> <div class="press_carousel_ct"> <a href="https://n.news.naver.com/article/661/0000047457" class="press_carousel_img _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,5);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/25/47457.jpg?type=nf568_340&ut=1732527911000" 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:47</span></span> </a> <div class="press_carousel_text"> <a href="https://n.news.naver.com/article/661/0000047457" class="press_carousel_headline _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu6p',661,5);">[자막뉴스] 그물에 악천후까지...금성호 수색 난항</a> <div class="press_carousel_info _rcount" data-comment='{"gno":"news661,0000047457","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_carousel_info_date">2024.11.25. 18:45</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":"news661,0000047763","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047763" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47763.jpg?type=nf212_140&ut=1733279530000" 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>6시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047762","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047762" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47762.jpg?type=nf212_140&ut=1733277789000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대통령실 "제대로 보좌 못한 책임.. 실장, 수석 일괄 사의 표명"</span> <span class="r_ico_b r_modify"><b>7시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047761","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047761" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47761.jpg?type=nf212_140&ut=1733277309000" width="106" height="70" alt="" onerror="showNoImage(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_no_thumb _rcount " data-comment='{"gno":"news661,0000047760","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047760" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,4);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">9개 언론단체 "비상계엄 선포 윤 대통령 즉각 퇴진을"</span> <span class="r_ico_b r_modify"><b>7시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047759","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047759" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47759.jpg?type=nf212_140&ut=1733274972000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹 비상계엄 해제.. 오영훈 "일단락 다행, 일상 유지 책임"</span> <span class="r_ico_b r_modify"><b>8시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047758","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047758" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47758.jpg?type=nf212_140&ut=1733274728000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] '비상계엄 후폭풍' 대통령실 실장·수석비서관 일괄 사의 표명</span> <span class="r_ico_b r_modify"><b>8시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_news as_broadcast _CURATION_CARD" id="Broadcast"> <div class="press_news_inside"> <div class="press_title"> <h4 class="press_title_h">방송뉴스</h4> <a href="https://media.naver.com/tv/661" class="press_title_more" onclick="nclk(event,'hom.tmore',661,'');"><span class="blind">더보기</span></a> </div> <div class="press_news_flick _hor_scroller"> <div class="flick-container _scroller" style="position: relative;"> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/661/0000047731" class="press_news_img" onclick="nclk(event,'hom.tvnews',661,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/661/2024/12/03/0000047731_001_20241203220011555.jpg?type=nf568_340" 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> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/661/0000047731" class="press_news_headline" onclick="nclk(event,'hom.tvnews',661,1);">렌터카·트럭 정면충돌...8명 사상</a> <div class="press_news_info _rcount" data-comment='{"gno":"news661,0000047731","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.12.03. 21:09</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/661/0000047732" class="press_news_img" onclick="nclk(event,'hom.tvnews',661,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47732.jpg?type=nf568_340&ut=1733227770000" 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:04</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/661/0000047732" class="press_news_headline" onclick="nclk(event,'hom.tvnews',661,2);">아파트 공사장 인부 숨져...잇따른 산업 재해</a> <div class="press_news_info _rcount" data-comment='{"gno":"news661,0000047732","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.12.03. 21:09</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/661/0000047730" class="press_news_img" onclick="nclk(event,'hom.tvnews',661,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47730.jpg?type=nf568_340&ut=1733227753000" 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:47</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/661/0000047730" class="press_news_headline" onclick="nclk(event,'hom.tvnews',661,3);">"오션뷰에서 일하다".. 워케이션, 새 기준이 떴다</a> <div class="press_news_info _rcount" data-comment='{"gno":"news661,0000047730","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.12.03. 21:09</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/661/0000047719" class="press_news_img" onclick="nclk(event,'hom.tvnews',661,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47719.jpg?type=nf568_340&ut=1733227629000" 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:48</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/661/0000047719" class="press_news_headline" onclick="nclk(event,'hom.tvnews',661,4);">도의회 예결위, 새해 예산안 계수조정 돌입</a> <div class="press_news_info _rcount" data-comment='{"gno":"news661,0000047719","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.12.03. 21:07</em> </div> </div> </div> </div> <div class="flick-panel"> <div class="press_news_ct"> <a href="https://n.news.naver.com/article/661/0000047720" class="press_news_img" onclick="nclk(event,'hom.tvnews',661,5);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47720.jpg?type=nf568_340&ut=1733227636000" 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:40</span></span> </a> <div class="press_news_t"> <a href="https://n.news.naver.com/article/661/0000047720" class="press_news_headline" onclick="nclk(event,'hom.tvnews',661,5);">'한라산타' 활동 시작.. 한라산 플로깅 활동</a> <div class="press_news_info _rcount" data-comment='{"gno":"news661,0000047720","type":"pressHomeCard","linkDomain":"https://n.news.naver.com","addStyle":"post"}'> <em class="press_news_info_date">2024.12.03. 21:07</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":"news661,0000047757","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047757" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47757.jpg?type=nf212_140&ut=1733272694000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주도의회 의원들도 “정상적 국정 운영 불가.. 윤 대통령 사퇴해야”</span> <span class="r_ico_b r_modify"><b>8시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047756","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047756" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47756.jpg?type=nf212_140&ut=1733271312000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047755","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047755" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47755.jpg?type=nf212_140&ut=1733269631000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047752","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047752" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47752.jpg?type=nf212_140&ut=1733267591000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047751","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047751" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47751.jpg?type=nf212_140&ut=1733267111000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>10시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047750","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047750" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47750.jpg?type=nf212_140&ut=1733266751000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>10시간전</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/661" class="press_title_more" onclick="nclk(event,'hom.jmore',661,'');">전체보기</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/661/0000047752?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47752.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/661/77079" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',661,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/office_logo/661/2024/09/23/logo_661_18_20240923141453.jpg?type=nf42_42" width="36" height="36" alt="김동은" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/661/77079" class="press_journalist_name" onclick="nclk(event,'hom.journalist',661,1);"> 김동은 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/661/0000047752?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',661,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_77079" 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/661/2024/09/23/logo_661_18_20240923141453.jpg"> <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/661/0000047781?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47781.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/661/79361" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',661,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/jvG0000661/profile/2023/04/07/profile_085101674.jpg?type=nf42_42" width="36" height="36" alt="안수경" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/661/79361" class="press_journalist_name" onclick="nclk(event,'hom.journalist',661,2);"> 안수경 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/661/0000047781?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',661,2);"> [자막뉴스] 한밤의 비상계엄 선포...제주 정가 파장까지 </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_79361" 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/661/2024/09/23/logo_661_18_20240923141453.jpg"> <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/661/0000047781?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47781.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/661/77086" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',661,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/jvG0000661/profile/2022/01/21/profile_121909425.jpg?type=nf42_42" width="36" height="36" alt="강명철" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/661/77086" class="press_journalist_name" onclick="nclk(event,'hom.journalist',661,3);"> 강명철 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/661/0000047781?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',661,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_77086" 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/661/2024/09/23/logo_661_18_20240923141453.jpg"> <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/661/0000047771?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47771.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/661/77087" class="press_journalist_photo" onclick="nclk(event,'hom.journalist',661,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/jvG0000661/profile/2022/01/25/profile_193926088.jpg?type=nf42_42" width="36" height="36" alt="권민지" onerror="showNoImage(this, 'remove');"> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/661/77087" class="press_journalist_name" onclick="nclk(event,'hom.journalist',661,4);"> 권민지 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/661/0000047771?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',661,4);"> 과수원 비닐하우스 화재...한라봉 나무 등 피해 </a> </div> </div> <div class="press_journalist_foot"> <div class="subscribe_wrap"> <a href="javascript:;" class="subscribe is_preparing _my_feed_btn" data-subscribeChannelName="JOURNALIST" data-subscribeChannelKey="JOURNALIST_77087" 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/661/2024/09/23/logo_661_18_20240923141453.jpg"> <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":"news661,0000047749","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047749" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47749.jpg?type=nf212_140&ut=1733263390000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">조국 "尹 비상계엄 '서울의 봄' 재현.. 탄핵 요건 스스로 완성"</span> <span class="r_ico_b r_modify"><b>11시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047748","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047748" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47748.jpg?type=nf212_140&ut=1733256135000" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047747","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047747" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47747.jpg?type=nf212_140&ut=1733255653000" 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>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047746","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047746" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47746.jpg?type=nf212_140&ut=1733251210000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">오영훈 제주지사 "비상계엄 무효"...군·경과 긴급 영상회의</span> <span class="r_ico_b r_modify"><b>14시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047745","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047745" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47745.jpg?type=nf212_140&ut=1733246649000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">노동계, 尹 정부 계엄령 강력 규탄.. “민주주의 파괴, 결코 용납 못해”</span> <span class="r_ico_b r_modify"><b>15시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047744","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047744" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47744.jpg?type=nf212_140&ut=1733245574000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'비상계엄 해제 요구안' 국회 통과..."계엄군 철수 중"</span> <span class="r_ico_b r_modify"><b>16시간전</b></span> </span> </a> </li> </ul> </div> <div class="press_ranking_news _ranking_news_wrapper _CURATION_CARD " 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="ofra_flick flick"> <div class="flick-container _ranking_panel_list"> <div class="flick-panel" data-ranking-description="<em>오후 5시 ~ 6시</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/661/0000047750?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/661/2024/12/04/47750.jpg?type=nf176_176&ut=1733266751000" width="88" height="88" alt="" onerror="showNoImage(this)"> <span class="mov"><em class="blind">동영상</em></span> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">1</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">어제보다 기온 더 떨어져...내일 새벽부터 산지에 눈</div> <div class="ofra_list_tx_date">10시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 2,800 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047766?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/661/2024/12/04/47766.jpg?type=nf176_176&ut=1733287150000" 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">4시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 2,454 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047778?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/661/2024/12/04/47778.jpg?type=nf176_176&ut=1733296568000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">3</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">'우리의 대통령 아니다' 대학가 대자보.. 제주서 시국선언 움직임</div> <div class="ofra_list_tx_date">2시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 2,394 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047774?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/661/2024/12/04/47774.jpg?type=nf176_176&ut=1733291175000" 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">3시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 2,269 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047756?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/661/2024/12/04/47756.jpg?type=nf176_176&ut=1733271312000" 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">9시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,203 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047718?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/661/2024/12/03/47718.jpg?type=nf176_176&ut=1733224568000" 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">'8명 사상' 카니발 렌터카-1t 트럭 사고.. "벨트 미착용 추정"</div> <div class="ofra_list_tx_date">22시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,167 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047779?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/661/2024/12/04/47779.jpg?type=nf176_176&ut=1733300949000" 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">“제주 골프? 고비용에 외면”.. “20만 원 더 들일 바엔, 해외 간다” 탄식 커져</div> <div class="ofra_list_tx_date">54분전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,059 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047763?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/661/2024/12/04/47763.jpg?type=nf176_176&ut=1733279530000" 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">'8명 사상' 교통사고 렌터카 운전자 입건.. "중앙선 침범 추정"</div> <div class="ofra_list_tx_date">6시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 1,057 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047777?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/661/2024/12/04/47777.jpg?type=nf176_176&ut=1733294413000" 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">2시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 875 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/661/0000047767?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/661/2024/12/04/47767.jpg?type=nf176_176&ut=1733287930000" 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">카니발-트럭 충돌 8명 사상 참변.. '사고대책본부' 구성</div> <div class="ofra_list_tx_date">4시간전</div> <div class="ofra_list_tx_visit"> <span class="blind">조회수</span> 843 </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":"news661,0000047743","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047743" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47743.jpg?type=nf212_140&ut=1733241792000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 국회, 비상계엄 해제 요구안 가결..."재석 190명, 찬성 190명"</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047742","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047742" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47742.jpg?type=nf212_140&ut=1733241790000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 교육부 “비상계엄 상황에도 휴교령 없다”.. 학사일정 정상 운영 방침</span> <span class="r_ico_b r_modify"><b>17시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047741","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047741" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47741.jpg?type=nf212_140&ut=1733239391000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹 대통령 비상계엄 선포.. 문재인 전 대통령 ‘민주주의 백척간두 위기’ 호소</span> <span class="r_ico_b r_modify"><b>18시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047740","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047740" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/04/47740.jpg?type=nf212_140&ut=1733238427000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령 비상계엄 선포...제주도 상황은?</span> <span class="r_ico_b r_modify"><b>18시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047739","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047739" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47739.jpg?type=nf212_140&ut=1733236694000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤석열 대통령의 비상계엄 선포.. “자유민주주의의 재건인가, 민주주의의 위기인가?”</span> <span class="r_ico_b r_modify"><b>18시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news661,0000047738","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047738" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',661,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47738.jpg?type=nf212_140&ut=1733236512000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">계엄사 "국회·정당 활동금지·언론출판 통제"</span> <span class="r_ico_b r_modify"><b>18시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047737","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047737" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,7);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47737.jpg?type=nf212_140&ut=1733235619000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유승민 "군 경거망동 말라...尹 비상계엄 단호히 반대"</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047736","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047736" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,8);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">尹 비상계엄에 국방부 합참 총원 비상소집...전군 경계태세 2급 발령</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047735","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047735" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,9);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47735.jpg?type=nf212_140&ut=1733234771000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 尹, 비상계엄 선포에 '국회 폐쇄'...출입 통제</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047734","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047734" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,10);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47734.jpg?type=nf212_140&ut=1733234171000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한동훈, 긴급성명 "비상계엄 잘못된 것…국민과 함께 막겠다"</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047733","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047733" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,11);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47733.jpg?type=nf212_140&ut=1733232614000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령, 비상계엄 선포..."국회, 범죄자 소굴·체제전복 시도"</span> <span class="r_ico_b r_modify"><b>19시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047732","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047732" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,12);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47732.jpg?type=nf212_140&ut=1733227770000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047731","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047731" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,13);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47731.jpg?type=nf212_140&ut=1733227762000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047730","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047730" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,14);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47730.jpg?type=nf212_140&ut=1733227753000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047729","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047729" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,15);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47729.jpg?type=nf212_140&ut=1733227746000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047728","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047728" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,16);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47728.jpg?type=nf212_140&ut=1733227739000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">비정규직 총파업 6일 학교 차질 불가피</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047727","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047727" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,17);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47727.jpg?type=nf212_140&ut=1733227732000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주도민 51.9%, 기후변화 '불안하다'</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047726","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047726" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,18);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47726.jpg?type=nf212_140&ut=1733227726000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">道, 운수업체 부당 수령 보조금 18억원 환수 확정</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047725","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047725" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,19);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47725.jpg?type=nf212_140&ut=1733227718000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">道-한전KDN, ICT 기반 분산에너지 혁신 업무협약</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047724","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047724" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,20);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47724.jpg?type=nf212_140&ut=1733227711000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">아이돌봄 서비스 '46일 대기'.. 관련 조례 제정 필요</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047723","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047723" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,21);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47723.jpg?type=nf212_140&ut=1733227703000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047722","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047722" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,22);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47722.jpg?type=nf212_140&ut=1733227695000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주시, 환경오염물질 배출 위반업소 33곳 적발</span> <span class="r_ico_b r_modify"><b>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047721","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047721" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,23);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47721.jpg?type=nf212_140&ut=1733227644000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047720","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047720" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,24);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47720.jpg?type=nf212_140&ut=1733227636000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047719","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047719" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,25);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47719.jpg?type=nf212_140&ut=1733227629000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>21시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047718","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047718" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,26);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47718.jpg?type=nf212_140&ut=1733224568000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'8명 사상' 카니발 렌터카-1t 트럭 사고.. "벨트 미착용 추정"</span> <span class="r_ico_b r_modify"><b>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047717","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047717" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,27);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47717.jpg?type=nf212_140&ut=1733219531000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">카니발 렌터카-1t 트럭 충돌 4명 사망.. 중경상 4명 병원 치료</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047716","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047716" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,28);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47716.jpg?type=nf212_140&ut=1733215937000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">바다와 함께 ‘쉼’과 ‘일’, 경계를 허물다.. “국내 최대 워케이션 허브, 원도심에 새 숨결”</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047715","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047715" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,29);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47715.jpg?type=nf212_140&ut=1733215089000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">카니발 렌터카-1t 트럭 부딪혀 8명 중경상.. 4명은 심정지</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047714","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047714" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,30);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47714.jpg?type=nf212_140&ut=1733211788000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보] 제주서 카니발-1t 트럭 부딪혀.. 4명 심정지·4명 중경상</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047713","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047713" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,31);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47713.jpg?type=nf212_140&ut=1733209213000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"한라산에 산타가 떴다" 그들의 정체는</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047712","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047712" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,32);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">무사증 제주 입국 외국인 ‘무단이탈 급증했다’</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047711","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047711" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,33);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47711.jpg?type=nf212_140&ut=1733207472000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">학교 비정규직 총파업.. '차질 불가피'</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047710","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047710" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,34);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47710.jpg?type=nf212_140&ut=1733207409000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[영상] 야심한 새벽 냉동 갈치 들고 사라진 '남성들 정체는'</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047709","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047709" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,35);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47709.jpg?type=nf212_140&ut=1733204537000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전기차 에어백 터지자 119 자동신고.. 운전자 구조</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047708","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047708" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,36);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47708.jpg?type=nf212_140&ut=1733203871000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공익직불금 270억 지급 농업인 확정.. 연말까지 순차적으로</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047707","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047707" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,37);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47707.jpg?type=nf212_140&ut=1733202017000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미취학 자녀 양육 가구 52.7%, "육아 조력자 있다"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047706","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047706" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,38);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47706.jpg?type=nf212_140&ut=1733200816000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[영상] "유흥비 탕진" 어선서 냉동갈치 14상자 훔친 베트남 선원들</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047705","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047705" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,39);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47705.jpg?type=nf212_140&ut=1733197690000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">또 공사장 사망사고.. 아파트 신축 현장서 50대 작업자 숨져</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047704","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047704" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,40);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47704.jpg?type=nf212_140&ut=1733196732000" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047703","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047703" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,41);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47703.jpg?type=nf212_140&ut=1733196609000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">방어 제철 맞았지만 어획량 작년보다 30% 이상 감소 "상어 때문"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047702","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047702" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,42);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47702.jpg?type=nf212_140&ut=1733192828000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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·16도로 뺑소니 40대 감형 [영상]</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047701","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047701" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,43);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47701.jpg?type=nf212_140&ut=1733192412000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">버스업체 '부당 수령 보조금 18억원' 환수 확정</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047700","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047700" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,44);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47700.jpg?type=nf212_140&ut=1733187617000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">방파제로 차량 추락 50대女 부상.. "운전 미숙 사고 추정"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047699","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047699" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,45);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47699.jpg?type=nf212_140&ut=1733187552000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">호텔서 50대 관광객 심정지 상태로 병원 이송</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047698","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047698" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,46);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47698.jpg?type=nf212_140&ut=1733181911000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"근로자에 진심" 하더니 14억 임금 체불한 장애인 고용 기업 배신</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047697","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047697" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,47);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47697.jpg?type=nf212_140&ut=1733181011000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"중도 해지 못하는 쿠팡 멤버십" 의혹 공정위 제재 본격</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047696","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047696" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,48);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47696.jpg?type=nf212_140&ut=1733180656000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주날씨] 밤사이 찬공기 남하...오늘 기온 '뚝' 떨어져요</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047695","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047695" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,49);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47695.jpg?type=nf212_140&ut=1733179511000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"딸이에요? 아들인가요?" 임신 32주 전이라도 태아 성별 고지 가능</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047694","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047694" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,50);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47694.jpg?type=nf212_140&ut=1733177710000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'뇌 썩음'이 올해의 단어.. '이것' 중독에 "지적 능력 악화"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047693","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047693" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,51);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47693.jpg?type=nf212_140&ut=1733175910000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주도민 기후변화 불안감 분석했더니 "전국 최고 수준"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047692","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047692" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,52);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/03/47692.jpg?type=nf212_140&ut=1733173812000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'제주도 우주산업 육성 정책' 도민 10명 중 6명 "잘 몰라"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047691","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047691" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,53);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47691.jpg?type=nf212_140&ut=1733141535000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">베트남 관광객 38명 집단 잠적, 업계 '초비상'</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047690","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047690" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,54);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47690.jpg?type=nf212_140&ut=1733141526000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전기차 화재 대응 '빨간불'.. "예산 불투명"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047689","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047689" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,55);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47689.jpg?type=nf212_140&ut=1733141515000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"교과서 대신, 노트북 자리 잡는다"</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047688","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047688" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,56);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47688.jpg?type=nf212_140&ut=1733141508000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">해경, 금성호 실종자 광범위 수색 전환</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047687","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047687" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,57);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47687.jpg?type=nf212_140&ut=1733141500000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">노지감귤값 역대 최고..오름세 지속 전망</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047686","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047686" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,58);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47686.jpg?type=nf212_140&ut=1733141493000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">디지털교과서 도입에 초등생도 태블릿 보급</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047685","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047685" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,59);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47685.jpg?type=nf212_140&ut=1733141485000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">차고지 증명제 폐지, 헌법소원 제기</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047684","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047684" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,60);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47684.jpg?type=nf212_140&ut=1733141478000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">희망 2025 나눔캠페인 출범.. 43억 2,000만원 목표</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047683","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047683" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,61);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47683.jpg?type=nf212_140&ut=1733141470000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">도민 10억 걸음 목표 걷기 기부.. 30% 초과 달성</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047682","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047682" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,62);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47682.jpg?type=nf212_140&ut=1733141451000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">청년 정책 서민 금융 지원 신청 연장</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047681","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047681" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,63);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47681.jpg?type=nf212_140&ut=1733141443000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">삼화지구 임차인 "분양 전환, 행정 남용" 주장</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047680","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047680" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,64);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47680.jpg?type=nf212_140&ut=1733141436000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047679","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047679" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,65);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47679.jpg?type=nf212_140&ut=1733141428000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">예래휴양형 주거단지 추가 보상 70.5% 진행</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047678","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047678" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,66);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47678.jpg?type=nf212_140&ut=1733141421000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럭 정비하던 60대 바퀴에 끼어 숨져</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047677","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047677" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,67);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47677.jpg?type=nf212_140&ut=1733141414000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">조업 어선 응급환자 긴급 이송</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047676","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047676" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,68);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47676.jpg?type=nf212_140&ut=1733129830000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 교실 책상에 교과서 대신 '노트북' 자리 잡는다</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047675","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047675" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,69);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47675.jpg?type=nf212_140&ut=1733129230000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">배달비 ‘0원’ 시대.. 윤석열 정부의 소상공인 지원 대책, 현실 될까?</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047674","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047674" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,70);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47674.jpg?type=nf212_140&ut=1733128269000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“병뚜껑 3,650kg, 예술로 피어나다”.. 제주, 지속 가능성을 말하다</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047673","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047673" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,71);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47673.jpg?type=nf212_140&ut=1733126651000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2024 청소년 성취 포상제 제주 포상식.. 175명 수상</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047672","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047672" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,72);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47672.jpg?type=nf212_140&ut=1733124248000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">불 밝힌 '사랑의 온도탑'.. 62일 대장정 목표 43억 2000만 원</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_no_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047671","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047671" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,73);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주테니스스포츠클럽, 문체부 '지정스포츠클럽' 선정</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047670","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047670" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,74);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47670.jpg?type=nf212_140&ut=1733122151000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공공형어린이집연합회 원장 역량 강화 연수.. 기부금 전달도</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047669","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047669" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,75);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47669.jpg?type=nf212_140&ut=1733121072000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"기자 개인에 민형사상 책임" '명태균 의혹' 불똥에 뿔난 홍준표</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047668","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047668" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,76);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47668.jpg?type=nf212_140&ut=1733119031000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">버스정류장이 집 안방?.. 온열 의자 위 이불 뒤집어쓰고 '쿨쿨'</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047667","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047667" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,77);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47667.jpg?type=nf212_140&ut=1733115910000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"이 가격 아래로 받지 마" 스키장 '짬짜미' 덜미</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047666","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047666" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,78);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47666.jpg?type=nf212_140&ut=1733113454000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">다시 울리는 소리, 예술이 빚는 ‘공명’.. “그렇게 온 마음을 흔들어 놓은 울림을, 나는 기다린 걸까”</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047665","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047665" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,79);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47665.jpg?type=nf212_140&ut=1733112308000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">권력 치부 감추기 밑작업? 시민사회 "정보공개법 개정 반대"</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047664","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047664" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,80);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47664.jpg?type=nf212_140&ut=1733109012000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“이 힘든 시기에, 은행 일자리 44개를 만들어”… ‘따뜻한 금융’이 지역 경제를 살리는 방법</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047663","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047663" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,81);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47663.jpg?type=nf212_140&ut=1733107511000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'1위→2위→1위' 제주소방 대응역량 전국 최고 재입증</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047662","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047662" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,82);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47662.jpg?type=nf212_140&ut=1733106311000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">500만 돌파 ‘비짓제주’.. “제주 관광의 새로운 시대 열다”</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047661","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047661" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,83);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47661.jpg?type=nf212_140&ut=1733106071000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">공사장서 15t 덤프트럭 정비하다 몸 끼인 60대 숨져</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047660","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047660" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,84);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47660.jpg?type=nf212_140&ut=1733105711000" 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 is_hidden" data-comment='{"gno":"news661,0000047659","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047659" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,85);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47659.jpg?type=nf212_140&ut=1733103909000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'시설 노후화' 헌혈의집 신제주센터, 노형동으로 확장 이전</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047658","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047658" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,86);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47658.jpg?type=nf212_140&ut=1733102350000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">3년간 수거된 투명 페트병 980t.. 매각했더니 5억 원 수익</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047657","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047657" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,87);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47657.jpg?type=nf212_140&ut=1733100789000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“Z세대, 건설업에 완전히 등 돌렸다”.. 고교생 94%·대학생 81% “취업 기피”</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047656","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047656" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,88);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47656.jpg?type=nf212_140&ut=1733100610000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">3주 만에 꺾인 상승세...윤 대통령 지지율 25.0%</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047655","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047655" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,89);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47655.jpg?type=nf212_140&ut=1733096228000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">선비들이 눈물 쏟았던 '관탈섬'을 아시나요?</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047654","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047654" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,90);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47654.jpg?type=nf212_140&ut=1733094732000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">오늘 큰 추위는 없어..내일부터 기온 뚝, 산간도로 살얼음 미끄럼 유의!</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047653","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047653" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,91);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47653.jpg?type=nf212_140&ut=1733093770000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"언제까지 이렇게" 600년 역사 제주 성읍마을 주민들 '아우성'...무슨 일?</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047652","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047652" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,92);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/02/47652.jpg?type=nf212_140&ut=1733088547000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"혼외자라 부르지 말자" 정우성 '비혼출산'에 전 여가부 차관이 한 말</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047651","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047651" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,93);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47651.jpg?type=nf212_140&ut=1733061020000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'사랑의 빛' 성탄트리 점등식 열려</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047650","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047650" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,94);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47650.jpg?type=nf212_140&ut=1733061013000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">사회적기업 보조금 집행실태 점검</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047649","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047649" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,95);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47649.jpg?type=nf212_140&ut=1733060949000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"성읍민속마을 규제 완화돼야".. 국회 토론회 진행</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047648","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047648" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,96);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47648.jpg?type=nf212_140&ut=1733060902000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">금성호 실종자 수중 수색 일주일 만에 재개</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047647","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047647" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,97);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47647.jpg?type=nf212_140&ut=1733060895000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047646","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047646" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,98);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47646.jpg?type=nf212_140&ut=1733060839000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주지역 고농도 대기오염 발생 감소</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047645","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047645" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,99);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47645.jpg?type=nf212_140&ut=1733060830000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"겨울 하면 방어".. 축제장도 북적</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047644","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047644" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,100);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47644.jpg?type=nf212_140&ut=1733046374000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">지갑 닫자 옷·신발? “더 입고 더 신고, 안 샀다” 지출 11만 원대 추락.. 40대 사업소득 13% 감소</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047643","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047643" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,101);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47643.jpg?type=nf212_140&ut=1733043610000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">성산초, IB 월드스쿨 인증.. 제주 초교 6번째</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047642","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047642" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,102);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47642.jpg?type=nf212_140&ut=1733042111000" width="106" height="70" alt="" onerror="showNoImage(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 is_hidden" data-comment='{"gno":"news661,0000047641","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047641" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,103);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47641.jpg?type=nf212_140&ut=1733039410000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"임금 체불 경험" 직장인 10명 명 중 4명.. 대응 포기도 이렇게나</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047640","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047640" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,104);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47640.jpg?type=nf212_140&ut=1733037309000" width="106" height="70" alt="" onerror="showNoImage(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 is_hidden" data-comment='{"gno":"news661,0000047639","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047639" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,105);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47639.jpg?type=nf212_140&ut=1733036413000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국내 신규 희귀질환자 5만4000여명.. 66개 질환 추가 확대</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047638","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047638" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,106);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47638.jpg?type=nf212_140&ut=1733035508000" width="106" height="70" alt="" onerror="showNoImage(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 is_hidden" data-comment='{"gno":"news661,0000047637","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047637" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,107);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47637.jpg?type=nf212_140&ut=1733035388000" width="106" height="70" alt="" onerror="showNoImage(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 is_hidden" data-comment='{"gno":"news661,0000047636","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047636" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,108);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47636.jpg?type=nf212_140&ut=1733031011000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047635","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047635" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,109);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47635.jpg?type=nf212_140&ut=1733030771000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주날씨] 12월 첫 휴일 낮 기온 15~16도 평년 수준</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047634","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047634" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,110);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47634.jpg?type=nf212_140&ut=1733028010000" width="106" height="70" alt="" onerror="showNoImage(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 is_hidden" data-comment='{"gno":"news661,0000047633","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047633" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,111);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47633.jpg?type=nf212_140&ut=1733025616000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[영상] "배터리 충전 후 운전했는데" 아반떼에 화염.. 결국 전소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047632","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047632" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,112);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47632.jpg?type=nf212_140&ut=1733023335000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047631","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047631" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,113);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47631.jpg?type=nf212_140&ut=1733023209000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"공기질 어땠나" 올해 제주 미세먼지경보 3회.. 작년보다 84% 감소</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047630","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047630" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,114);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47630.jpg?type=nf212_140&ut=1733022131000" width="106" height="70" alt="" onerror="showNoImage(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 is_hidden" data-comment='{"gno":"news661,0000047629","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047629" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,115);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/12/01/47629.jpg?type=nf212_140&ut=1733003891000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주날씨] 12월 첫날 빗방울에 '일교차 9도'.. 내일부터 기온 뚝</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047628","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047628" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,116);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47628.jpg?type=nf212_140&ut=1732975203000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주, 가치돌봄 서비스 제공기관 모집</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047627","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047627" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,117);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47627.jpg?type=nf212_140&ut=1732975196000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">기업심리 ‘소폭 상승’.. "비제조업이 견인"</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047626","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047626" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,118);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47626.jpg?type=nf212_140&ut=1732975189000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">광공업·소매 동반 감소.. 재고는 증가세</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047625","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047625" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,119);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47625.jpg?type=nf212_140&ut=1732975182000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">지역사회와 함께하는 사랑 '김장김치 나눔'으로</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047624","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047624" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,120);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47624.jpg?type=nf212_140&ut=1732975174000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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억 5,000만 원 배상"</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047623","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047623" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,121);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47623.jpg?type=nf212_140&ut=1732975167000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘비 오면 스톱’ 외국인 계절근로자, 실내 작업 가능</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047622","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047622" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,122);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47622.jpg?type=nf212_140&ut=1732975159000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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,722채"</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047621","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047621" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,123);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47621.jpg?type=nf212_140&ut=1732975152000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">금성호 사고, 선단 내 구조 의무 외면 논란</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047620","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047620" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,124);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47620.jpg?type=nf212_140&ut=1732975120000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"제주 내달 49세대 분양… 공급 부족 해소 기대"</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047619","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047619" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,125);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47619.jpg?type=nf212_140&ut=1732975113000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">강풍특보 해제, 낮 기온 ‘온화’</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047618","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047618" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,126);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47618.jpg?type=nf212_140&ut=1732975106000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">휘발유·경유 7주째 상승… 소비자 부담 가중</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047617","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047617" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,127);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47617.jpg?type=nf212_140&ut=1732975098000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047616","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047616" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,128);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47616.jpg?type=nf212_140&ut=1732958831000" width="106" height="70" alt="" onerror="showNoImage(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 is_hidden" data-comment='{"gno":"news661,0000047615","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047615" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,129);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47615.jpg?type=nf212_140&ut=1732957871000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“성수동 겨울, 제주 감귤의 달콤한 유혹에 빠지다”.. 혼자여도 함께여도 좋은, 주홍빛 감귤 축제 속으로</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047614","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047614" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,130);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47614.jpg?type=nf212_140&ut=1732946473000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'의대 현안' 행정력 투입 가중...교육부에 전담 부서 신설된다</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047613","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047613" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,131);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47613.jpg?type=nf212_140&ut=1732943414000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"불 안났는데 경보기 왜" 오작동 신고 119 출동 연간 16만건</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":"news661,0000047612","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047612" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,132);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47612.jpg?type=nf212_140&ut=1732940112000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">민주당 또 탄핵 추진 "부실 감사" 최재해 원장 겨냥.. 대통령실 "헌법 훼손"</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047611","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047611" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,133);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47611.jpg?type=nf212_140&ut=1732933817000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">호텔 주차장에서 비극적 추락사.. 법원 “유족에 9억 5,000만 원 배상”</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":"news661,0000047610","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047610" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,134);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47610.jpg?type=nf212_140&ut=1732932017000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"검지보다 약지가 길면 알코올 소비량이 높다"</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047609","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047609" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,135);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47609.jpg?type=nf212_140&ut=1732930629000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“휘발유·경유 또 올라?”… 끝 모를 유가 상승, 연말까지 계속되나</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047608","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047608" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,136);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47608.jpg?type=nf212_140&ut=1732921212000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주 가볼만한 곳] '찐'하게 다양한 매력을 즐기고 싶다면 여기로</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047607","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047607" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,137);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/30/47607.jpg?type=nf212_140&ut=1732917609000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주날씨] 대체로 흐리고 강풍 쌩쌩.. 산간도로 빙판길 유의</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047606","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047606" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,138);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47606.jpg?type=nf212_140&ut=1732878492000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주 찾은 조국 "3년? 3개월도 길어.. 尹 탄핵의 날 만들 것"</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":"news661,0000047605","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047605" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,139);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47605.jpg?type=nf212_140&ut=1732873152000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">스포츠타운 민자유치 5000억원..가능성은?</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047604","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047604" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,140);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47604.jpg?type=nf212_140&ut=1732871111000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047603","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047603" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,141);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47603.jpg?type=nf212_140&ut=1732869791000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047602","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047602" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,142);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47602.jpg?type=nf212_140&ut=1732868831000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">LPG 탱크로리 가로등 충돌 아찔...1명 부상</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047601","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047601" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,143);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47601.jpg?type=nf212_140&ut=1732867931000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4·3만 나오면 혐오 표현으로 역사왜곡.. '프로댓글러'도 수두룩</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047600","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047600" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,144);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47600.jpg?type=nf212_140&ut=1732865711000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047599","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047599" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,145);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47599.jpg?type=nf212_140&ut=1732864990000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047598","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047598" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,146);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47598.jpg?type=nf212_140&ut=1732860429000" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047597","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047597" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,147);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47597.jpg?type=nf212_140&ut=1732859295000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047596","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047596" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,148);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47596.jpg?type=nf212_140&ut=1732857012000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'초속 20m 강풍'에 떨어지고 날아가고.. 나흘째 피해 잇따라</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":"news661,0000047595","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047595" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,149);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47595.jpg?type=nf212_140&ut=1732856588000" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047594","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047594" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,150);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47594.jpg?type=nf212_140&ut=1732854308000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047593","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047593" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,151);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47593.jpg?type=nf212_140&ut=1732853170000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">세차장서 25t 트럭에 깔린 60대女 숨져</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":"news661,0000047592","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047592" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,152);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47592.jpg?type=nf212_140&ut=1732852756000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047591","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047591" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,153);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47591.jpg?type=nf212_140&ut=1732852393000" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047590","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047590" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,154);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47590.jpg?type=nf212_140&ut=1732849031000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">도쿄 한복판에서 만나는 ‘제주’.. “팝업 이벤트·토크쇼로 일본 MZ세대·중장년층을 사로잡다”</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047589","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047589" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,155);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47589.jpg?type=nf212_140&ut=1732844472000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"2년 노력 결실" 성산초 IB 월드 스쿨 공식 인증.. 제주서 6번째</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047588","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047588" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,156);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47588.jpg?type=nf212_140&ut=1732843990000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“왠지 그 집주인, 안 보인다 했다” 국내 외국인 주택 56%, 중국인 차지.. 부천·안산 이어 제주까지</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":"news661,0000047587","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047587" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,157);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47587.jpg?type=nf212_140&ut=1732842429000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047586","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047586" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,158);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47586.jpg?type=nf212_140&ut=1732841889000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047585","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047585" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,159);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47585.jpg?type=nf212_140&ut=1732840269000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“주택시장, 회복인가 위기인가?”.. 제주, 악성 미분양 1,300호로 여전한 압박</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":"news661,0000047584","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047584" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,160);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/29/47584.jpg?type=nf212_140&ut=1732837214000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047583","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047583" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,161);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47583.jpg?type=nf212_140&ut=1732804816000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047582","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047582" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,162);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47582.jpg?type=nf212_140&ut=1732797384000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047581","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047581" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,163);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47581.jpg?type=nf212_140&ut=1732797377000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047580","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047580" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,164);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47580.jpg?type=nf212_140&ut=1732797368000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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건.. 시행은 1건</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047579","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047579" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,165);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47579.jpg?type=nf212_140&ut=1732797308000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047578","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047578" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,166);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47578.jpg?type=nf212_140&ut=1732797257000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047577","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047577" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,167);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47577.jpg?type=nf212_140&ut=1732797248000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047576","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047576" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,168);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47576.jpg?type=nf212_140&ut=1732797195000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047575","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047575" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,169);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47575.jpg?type=nf212_140&ut=1732797188000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047574","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047574" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,170);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47574.jpg?type=nf212_140&ut=1732797135000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047573","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047573" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,171);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47573.jpg?type=nf212_140&ut=1732797128000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047572","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047572" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,172);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47572.jpg?type=nf212_140&ut=1732784109000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047571","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047571" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,173);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47571.jpg?type=nf212_140&ut=1732783700000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047570","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047570" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,174);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47570.jpg?type=nf212_140&ut=1732780992000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한라산 30㎝ 넘는 눈.. 항공기 운항 차질에 시설물 피해도</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047569","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047569" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,175);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47569.jpg?type=nf212_140&ut=1732777150000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“소득은 늘었지만 도통 지갑 열 생각은”.. ‘뚜벅이 시대’, 60%대로 소비 성향은 ‘뚝’</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":"news661,0000047568","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047568" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,176);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47568.jpg?type=nf212_140&ut=1732776069000" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047567","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047567" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,177);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47567.jpg?type=nf212_140&ut=1732771388000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047566","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047566" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,178);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47566.jpg?type=nf212_140&ut=1732770132000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047565","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047565" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,179);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47565.jpg?type=nf212_140&ut=1732763711000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047564","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047564" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,180);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47564.jpg?type=nf212_140&ut=1732761970000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“휘발유 1,700원 시대, 유류세 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":"news661,0000047563","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047563" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,181);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47563.jpg?type=nf212_140&ut=1732759815000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047562","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047562" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,182);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47562.jpg?type=nf212_140&ut=1732757716000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047561","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047561" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,183);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47561.jpg?type=nf212_140&ut=1732757709000" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047560","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047560" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,184);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47560.jpg?type=nf212_140&ut=1732756749000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047559","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047559" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,185);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47559.jpg?type=nf212_140&ut=1732756449000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047558","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047558" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,186);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47558.jpg?type=nf212_140&ut=1732749312000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2025학년도 수능 만점자 ‘전국에 10명까지?’</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":"news661,0000047557","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047557" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,187);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47557.jpg?type=nf212_140&ut=1732748592000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주날씨] 한라산 대설경보...적설량 20cm 돌파, 물결도 최고 5.5m</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":"news661,0000047556","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047556" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,188);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47556.jpg?type=nf212_140&ut=1732747214000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047555","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047555" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,189);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47555.jpg?type=nf212_140&ut=1732744570000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047554","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047554" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,190);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47554.jpg?type=nf212_140&ut=1732743009000" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047553","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047553" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,191);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/28/47553.jpg?type=nf212_140&ut=1732741987000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047552","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047552" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,192);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47552.jpg?type=nf212_140&ut=1732710081000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047551","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047551" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,193);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47551.jpg?type=nf212_140&ut=1732710072000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047550","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047550" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,194);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47550.jpg?type=nf212_140&ut=1732709890000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047549","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047549" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,195);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47549.jpg?type=nf212_140&ut=1732709780000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047548","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047548" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,196);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47548.jpg?type=nf212_140&ut=1732709771000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">차고지 증명제 도민 설문조사 49.9% '폐지해야"</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":"news661,0000047547","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047547" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,197);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47547.jpg?type=nf212_140&ut=1732709720000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047546","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047546" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,198);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47546.jpg?type=nf212_140&ut=1732709712000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047545","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047545" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,199);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47545.jpg?type=nf212_140&ut=1732709667000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">소비자심리, 95.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":"news661,0000047544","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047544" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,200);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47544.jpg?type=nf212_140&ut=1732709651000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047543","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047543" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,201);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47543.jpg?type=nf212_140&ut=1732709614000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047542","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047542" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,202);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47542.jpg?type=nf212_140&ut=1732709606000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047541","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047541" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,203);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47541.jpg?type=nf212_140&ut=1732709598000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047540","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047540" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,204);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47540.jpg?type=nf212_140&ut=1732709588000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047538","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047538" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,205);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47538.jpg?type=nf212_140&ut=1732709553000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">270톤급 대형 바지선 좌초...항공기 운항도 차질</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":"news661,0000047537","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047537" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,206);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47537.jpg?type=nf212_140&ut=1732709546000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047536","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047536" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,207);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47536.jpg?type=nf212_140&ut=1732709538000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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":"news661,0000047533","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047533" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,208);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47533.jpg?type=nf212_140&ut=1732709471000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제77주년 4·3희생자 추념식 슬로건 확정</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047529","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047529" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,209);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47529.jpg?type=nf212_140&ut=1732699328000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047528","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047528" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,210);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47528.jpg?type=nf212_140&ut=1732697948000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[자막뉴스] 풍랑에 270톤급 바지선 좌초되고.. 강풍에 항공기 흔들</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":"news661,0000047527","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047527" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,211);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47527.jpg?type=nf212_140&ut=1732694112000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047526","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047526" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,212);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47526.jpg?type=nf212_140&ut=1732692612000" width="106" height="70" alt="" onerror="showNoImage(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_no_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047525","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047525" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,213);"> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주날씨] 올가을 첫 대설특보...한라산 적설량 9.8cm</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":"news661,0000047524","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047524" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,214);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47524.jpg?type=nf212_140&ut=1732689014000" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047523","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047523" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,215);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47523.jpg?type=nf212_140&ut=1732688470000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘3040’, 결혼·출산 태도가 달라져 “그래서 애 울음소리가 늘었다?”.. 출산율 반등 ‘신호탄’</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":"news661,0000047522","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047522" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,216);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47522.jpg?type=nf212_140&ut=1732686787000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047521","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047521" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,217);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47521.jpg?type=nf212_140&ut=1732685229000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“서울 떠난 6,000명, 경기로 몰렸다”.. 인구 이동 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":"news661,0000047520","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047520" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,218);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47520.jpg?type=nf212_140&ut=1732684809000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047519","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047519" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,219);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47519.jpg?type=nf212_140&ut=1732684150000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047517","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047517" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,220);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47517.jpg?type=nf212_140&ut=1732682889000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047516","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047516" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,221);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47516.jpg?type=nf212_140&ut=1732681088000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한라산 삼각봉 8.5cm 적설.. 산간도로 일부 통제</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":"news661,0000047515","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047515" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,222);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47515.jpg?type=nf212_140&ut=1732676832000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047514","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047514" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,223);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47514.jpg?type=nf212_140&ut=1732673712000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047513","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047513" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,224);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47513.jpg?type=nf212_140&ut=1732673290000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047512","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047512" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,225);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47512.jpg?type=nf212_140&ut=1732671310000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">20대 발달장애인 실종 신고 1시간 만에 발견</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047511","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047511" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,226);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47511.jpg?type=nf212_140&ut=1732670050000" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047510","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047510" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,227);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47510.jpg?type=nf212_140&ut=1732669577000" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047509","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047509" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,228);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47509.jpg?type=nf212_140&ut=1732666211000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047508","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047508" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,229);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47508.jpg?type=nf212_140&ut=1732665611000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047507","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047507" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,230);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47507.jpg?type=nf212_140&ut=1732665549000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047506","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047506" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,231);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47506.jpg?type=nf212_140&ut=1732664648000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047505","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047505" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,232);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47505.jpg?type=nf212_140&ut=1732663147000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[제주날씨] 한라산 첫눈...25m/s 이상 강풍, 제주전역 강풍, 제주공항 급변풍 특보</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":"news661,0000047504","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047504" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,233);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47504.jpg?type=nf212_140&ut=1732662548000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047503","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047503" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,234);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47503.jpg?type=nf212_140&ut=1732659972000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047502","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047502" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,235);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/27/47502.jpg?type=nf212_140&ut=1732657627000" width="106" height="70" alt="" onerror="showNoImage(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":"news661,0000047501","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047501" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,236);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47501.jpg?type=nf212_140&ut=1732622907000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047500","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047500" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,237);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47500.jpg?type=nf212_140&ut=1732622888000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047499","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047499" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,238);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47499.jpg?type=nf212_140&ut=1732622847000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047498","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047498" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,239);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47498.jpg?type=nf212_140&ut=1732622840000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제주 노선 항공기 지연율 22.1%</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047497","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047497" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,240);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47497.jpg?type=nf212_140&ut=1732622832000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047496","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047496" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,241);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47496.jpg?type=nf212_140&ut=1732622826000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">내일(27) 기온 뚝, 추위 시작...한라산 눈 예보</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":"news661,0000047495","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047495" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,242);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47495.jpg?type=nf212_140&ut=1732622819000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047494","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047494" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,243);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47494.jpg?type=nf212_140&ut=1732622812000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">고병원성 AI 전국 확산.. 제주 방역 강화</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047493","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047493" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,244);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47493.jpg?type=nf212_140&ut=1732622804000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">중국어선 80여 척 피난...안전 관리 강화</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":"news661,0000047492","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047492" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,245);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47492.jpg?type=nf212_140&ut=1732622797000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047491","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047491" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,246);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47491.jpg?type=nf212_140&ut=1732622790000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047490","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047490" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,247);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47490.jpg?type=nf212_140&ut=1732622783000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047489","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047489" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,248);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47489.jpg?type=nf212_140&ut=1732622775000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <span class="r_ico r_vod"><em class="blind">동영상 뉴스</em></span> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'83일간의 예술 항해' 제주비엔날레 개막</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":"news661,0000047488","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047488" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,249);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47488.jpg?type=nf212_140&ut=1732622768000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047487","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047487" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,250);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47487.jpg?type=nf212_140&ut=1732612630000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">나무 쓰러지고 전선 날리고...제주 강풍 피해 잇따라</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047486","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047486" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,251);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47486.jpg?type=nf212_140&ut=1732612090000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047485","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047485" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,252);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47485.jpg?type=nf212_140&ut=1732603271000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">또 제주에 발 묶인 中 어선들..."높은 파도 속 피난 장기화 우려"</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047484","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047484" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,253);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47484.jpg?type=nf212_140&ut=1732603091000" 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>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047483","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047483" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,254);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47483.jpg?type=nf212_140&ut=1732600990000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"한쪽엔 섰다, 다른 쪽엔 훌라".. 선장 대기실서 열린 도박판</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047482","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047482" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,255);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47482.jpg?type=nf212_140&ut=1732597455000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전기차 계기판 믿었다가 주행거리 '뚝'.. 테슬라는 120㎞ 차이</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047481","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047481" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,256);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47481.jpg?type=nf212_140&ut=1732594809000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘83일간의 표류’, 제주가 묻는 문명과 예술의 항로.. ‘표류’를 통해 “시대와 소통하다”</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047480","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047480" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,257);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47480.jpg?type=nf212_140&ut=1732588031000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">연구는 부하가, 지분은 상사가...직무발명 '숟가락' 얹은 고위급</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047479","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047479" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,258);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47479.jpg?type=nf212_140&ut=1732583409000" 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>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047478","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047478" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,259);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47478.jpg?type=nf212_140&ut=1732582989000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"또 지연이야?" 제주 노선 항공기 5편 중 1편 제시간 안 지켜</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047477","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047477" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,260);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47477.jpg?type=nf212_140&ut=1732581549000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">네이버 멤버십 회원은 오늘부터 "넷플릭스 공짜"</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047476","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047476" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,261);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47476.jpg?type=nf212_140&ut=1732576988000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"임대 아파트의 현실".. 주차장에 포르쉐부터 BMW까지 수두룩</span> <span class="r_ico_b r_modify"><b>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047475","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047475" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,262);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47475.jpg?type=nf212_140&ut=1732575188000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> <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>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047474","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047474" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,263);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47474.jpg?type=nf212_140&ut=1732573510000" 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>2024.11.26.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news661,0000047473","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/661/0000047473" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',661,264);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/661/2024/11/26/47473.jpg?type=nf212_140&ut=1732571347000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"日 또 뒤통수" 사도광산 추도식서 '강제성' 언급 대신 비하</span> <span class="r_ico_b r_modify"><b>2024.11.26.</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',661,'');">접기</a> <a href="javascript:void(0);" class="press_edit_news_btn_more _nudge_more_btn" onclick="nclk(event,'hom.more',661,'');">더보기</a> </div> </div> <div class="press_desc_wrap"> <div class="press_desc"><em>JIBS</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=661"; document.querySelector("._aside").appendChild(iframe); return iframe; } } </script> </div> </section> </div> </div> <hr /> <div class="mp_footer"> <div class="f_maininfo"> <div class="f_maininfoinner"> <a href="javascript:topPage();" class="r_pg_top _go_top" id="goTop" onclick="nclk(event, 'fot.pctop', '', '');">맨위로</a> <footer role="contentinfo"> <p class="u_cr"> <span class="u_ftm _footer_login"> <span class="u_cri u_cri_v1"><a href="https://m.naver.com/services.html" data-mpurl='{"m":"https://m.naver.com/services.html","p":"https://www.naver.com/more.html"}' class="u_cra" onclick="nclk(event,'fot.serviceall','','');">전체서비스</a></span> </span> <span class="u_ftm"> <span class="u_cri u_cri_v1"><a href="https://m.news.naver.com/ombudsman/index" data-mpurl='{"m":"https://m.news.naver.com/ombudsman/index","p":"https://news.naver.com/main/ombudsman/index.naver"}' class="u_cra" onclick="nclk(event,'fot.guide','','');">서비스안내</a></span> <span class="u_cri u_cri_v1"><a href="https://help.naver.com/alias/news/news_001.naver" data-mpurl='{"m":"https://help.naver.com/alias/news/news_001.naver","p":"https://help.naver.com/alias/news/news_001.naver"}' class="u_cra" onclick="nclk(event,'fot.report','','');">오류신고</a></span> <span class="u_cri u_cri_v1"><a href="https://help.naver.com/alias/news/news_007.naver" data-mpurl='{"m":"https://help.naver.com/alias/news/news_007.naver","p":"https://help.naver.com/alias/news/news_007.naver"}' class="u_cra" onclick="nclk(event,'fot.help','','');">고객센터</a></span> </span> <span class="cr_rule"> <span class="cr_rulea">청소년 보호 책임자 : 이정규</span> </span> <span class="u_presscopy"> 각 언론사가 직접 콘텐츠를 편집합니다. <span class="u_presscopy_a">ⓒ JIBS</span> </span> <span class="u_copyright">이 콘텐츠의 저작권은 저작권자 또는 제공처에 있으며, 이를 무단 이용하는 경우 저작권법 등에 따라 법적 책임을 질 수 있습니다.</span> <span class="u_naverlogo"><a href="https://www.navercorp.com/" data-mpurl='{"m":"https://www.navercorp.com/","p":"https://www.navercorp.com/"}' class="u_naverlogo_a" id="nhnLink" onclick="nclk(event,'fot.navercorp','','');">NAVER</a></span> </p> </footer> </div> </div> </div> <script type="text/javascript"> /** * 이 파일은 모바일 뉴스 서비스 전체 페이지에 적용되는 스크립트로써, * 코드 추가 시 Front-End 성능 관점에서 주의를 요합니다. */ jQuery(window).on('load', function(){ setTimeout(onload, 10); function onload(){ var oLnb = new news.Lnb('._lnb_scroll'); new news.ImageLazyLoader().load("img[data-src]"); new news.MoveTopButton("._go_top"); new news.HistoryManager().init("naver_mobile_news_history", "https://n.news.naver.com/article/661/0000047763?cds=news_media_pc&type=editn"); // iframe lazy-loading (function(){ try { Array.prototype.slice.apply(document.querySelectorAll('iframe[data-src]')) .forEach(function(iframeEl) { var originSrc = iframeEl.getAttribute('data-src'); if(originSrc) { iframeEl.setAttribute('src', originSrc); } }); }catch(e) {} })(); if(typeof init === "function"){ init(); } var cookie = news.Cookie.getInstance(); var isShownNewLnb = cookie.getItem("isShownNewLnb"); if(isShownNewLnb == null) { isShownNewLnb = "Y"; cookie.setItem("isShownNewLnb", isShownNewLnb, 3650, "", "/"); $("._isNew").addClass("is_new"); } { var footerLogin = jQuery(document).find('._footer_login'); if(footerLogin <= 0) { return; } // 디바이스에 따라 로그인, 로그아웃 URL 분기 var loginUrl = "https://nid.naver.com/nidlogin.login"; var logoutUrl = "https://nid.naver.com/nidlogin.logout?"; if (news.Util.getAgentInfo().bMobileOrTablet) { loginUrl = "https://nid.naver.com/nidlogin.login?svctype=262144"; logoutUrl = "https://nid.naver.com/nidlogin.logout?svctype=262144&"; } if(news.LoginAssistor.isLoginUser()) { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="javascript:news.Util.logout(\''+logoutUrl+'url=\'+encodeURIComponent(location.href));" class="u_cra" id="news_logout" onclick="nclk(event,\'fot.logout\',\'\',\'\');" >로그아웃</a></span>') }else { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="'+loginUrl+'" class="u_cra" id="news_login" onclick="nclk(event,\'fot.login\',\'\',\'\');" >로그인</a></span>') } } } }); </script> <script> function init() { /* LNB */ var pressHomeTopLnb = initPressHomeTopLnb(); /* LNB */ /* 탭 */ var pressHomeTab = initPressHomeTab({ floating: pressHomeTopLnb.floating }); /* 탭 */ /* 댓글 카운트 */ news.CommentCountPainterToList.getInstance().renderCommentCount({ linkDomainMap: { press: 'https://n.news.naver.com', pressHomeCard: 'https://n.news.naver.com' }, addStyle: "prepend", }); /* 댓글 카운트 */ /* 연/스 pc 기사링크 변경 대응 */ PressHomeMainManager.EnterSportsLinkChanger(); /* 연/스 pc 기사링크 변경 대응 */ /* 사설 */ if ($('._editorial_flick_wrap').length > 0) { new news.Flicking('._editorial_flick_wrap', { sNavDotAreaSelector: '._editorial_nav_items', // nStartIndex: 2, sOnNavDotClassName: 'pg_num_on', }); } /* 사설 */ /* 지면뉴스 플리킹 */ if ($('._paper_flick_wrap').length > 0) { new PressHomeMainManager.DotClickableFlicking('._paper_flick_wrap', { sNavDotAreaSelector: '._paper_nav_items', // nStartIndex: 2, sNavDotTpl: '<span role="tab" aria-selected="false" class="pg_num"></span>', sOnNavDotClassName: 'pg_num_on', }); } /* 지면뉴스 플리킹*/ // MyFeed wrapper 별로 초기화 해야한다. (관련 이슈 : NEW-27394) /* 칼럼 구독 */ if ($('._column_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._column_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, myFeedUrl: '/opinion/series' }).activate(); } /* 칼럼 구독 */ /* 연재 구독 */ if ($('._series_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._series_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, myFeedUrl: '/opinion/series' }).activate(); } /* 연재 구독 */ /* 기자 focus 구독 */ if ($('._journalist_focus_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._journalist_focus_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, isShowSubscribeButtonOnLayer: true, onRenderGuideLayer: function(welWrapper) { new PressHomeMainManager.ChannelSubscribeButton(welWrapper.find('.subscribe_guide_btn_wrapper'), { officeId: '661', 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/20241128_012918' }); } /* 네이버TV 라이브 */ /* 네이버앱 숏폼 공통 뷰어 */ if ($('._press_shortform_list').length > 0) { PressHomeMainManager.ShortFormAppViewer({ sOfficeId: "661" }); } /* 네이버앱 숏폼 공통 뷰어 */ /* 가로스크롤 일괄 추가 */ $("._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?2024120418"; // 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 = "661"; 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>