CINXE.COM
<!doctype html> <html lang="ko"> <head> <title id="browserTitleArea"> 여성신문 :: 네이버뉴스 </title> <script> function isMobileDevice() { return /^.*(iPhone|iPod|iPad|Android).*/.test(navigator.userAgent); } </script> <script> (function () { try { if (isMobileDevice() && isAbleApplyPrefersColorScheme()) { document.querySelector("html").classList.add("DARK_THEME"); } } catch(e) {} function isAbleApplyPrefersColorScheme() { if (window.matchMedia("(prefers-color-scheme)").matches === false) { return false; } var userAgent = navigator.userAgent; if (userAgent.indexOf("NAVER") > -1) { if (/.*NAVER\([a-zA-Z]*;\s[a-zA-Z]*;\s([0-9]*);/.test(userAgent)) { return Number(RegExp.$1) >= 1000; } } else { return document.cookie.indexOf("NSCS=1") > -1; } return false; } })(); </script> <script> var g_ssc = 'news.v3_press' || null; var bSupportedIntersectionObserver = "IntersectionObserver" in window; </script> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no,target-densitydpi=medium-dpi"/> <link rel="stylesheet" type="text/css" href="https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027/css/generated/other.css" /> <link rel="shortcut icon" type="image/x-icon" href="https://mimgnews.pstatic.net/image/news/m/2023/favicon/favicon.ico" /> <script> (function(){ var userAgent = navigator.userAgent; var result = []; if(userAgent.indexOf('Android') > -1){ result = [ '<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_hdpi_72X72.png" />', '<link rel="apple-touch-icon-precomposed" sizes="96x96" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_xhdpi_96x96.png" />', '<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_xxhpdi_144x144.png" />', '<link rel="apple-touch-icon-precomposed" sizes="192x192" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/android_legacy_xxxhpdi_192x192.png" />' ]; }else if(userAgent.indexOf('iPhone') > -1){ result = [ '<link rel="apple-touch-icon-precomposed" sizes="120X120" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPhone_2x_120X120.png" />', '<link rel="apple-touch-icon-precomposed" sizes="180x180" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPhone_3x_180X180.png" />' ]; }else if(userAgent.indexOf('iPad') > -1){ result = [ '<link rel="apple-touch-icon-precomposed" sizes="167x167" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPadPro_2x_167X167.png" />', '<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://ssl.pstatic.net/static.news/image/news/m/2018/favicon/06/iOS_iPad_2x_152X152.png" />' ]; } document.write(result.join('\n')); })(); </script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027/js/generated/statistics_jquery.js"></script> <script> document.documentElement.setAttribute('data-useragent', navigator.userAgent); function showNoImage(elImg, type) { switch (type) { case "remove": try { elImg.parentNode.removeChild(elImg); } catch(e) {} break; case "removeParent": try { elImg.parentNode.outerHTML = ''; } catch(e) {} break; case "alt": elImg.outerHTML = ('<span class="noimage_text {imgClassName}">' + (elImg.alt || "") + '</span>') .replace('{imgClassName}', elImg.className); break; case "class" : var outerHTMLSource = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap {imgClassName}" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap {imgClassName}"><span class="noimage"></span></span>'; elImg.outerHTML = outerHTMLSource.replace('{imgClassName}', elImg.className); break; case "pressname" : var pressname = elImg.getAttribute("data-pressname"); elImg.outerHTML = '<span class="cjs_broadcast_noimg"><span class="noimg_text">' + pressname + '</span></span>'; break; case "noHeight": elImg.outerHTML = '<span class="noimage_wrap"><span class="noimage"></span></span>'; break; case "displayFallback": elImg.style.display = "none"; var elWrapper = elImg.closest("._NOIMAGE_WRAPPER"); if (elWrapper) { var elFallback = elWrapper.querySelector("._NOIMAGE_FALLBACK"); if (elFallback) { elFallback.style.display = "block"; } } break; default: elImg.outerHTML = Number(elImg.getAttribute("height")) > 0? '<span class="noimage_wrap" style="height:' + elImg.getAttribute("height") + 'px;"><span class="noimage"></span></span>': '<span class="noimage_wrap"><span class="noimage"></span></span>'; } } function doAfterLoadEnd(callback, callbackOnPersisted) { var eventName = "onpageshow" in window ? "pageshow" : "load"; callback = callback || function(){}; callbackOnPersisted = callbackOnPersisted || function(){}; window.addEventListener(eventName, function(e) { try{ if(Boolean(e.persisted)){ callbackOnPersisted(); return; } }catch(e){} callback(); }); } </script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027/js/generated/news.mobile.js"></script> <script type="text/javascript" src="https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027/js/generated/presshome.dependency.js"></script> <script> (function() { var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + '310/live') >= 0; var agentInfo = news.Util.getAgentInfo(); var isAndroidMobile = agentInfo.bIsAndroid && agentInfo.bMobileOrTablet; var isLiveViewer = agentInfo.bIsLiveViewer; if (isLiveUrl && isAndroidMobile && isLiveViewer) { document.querySelector('html').classList.add('NAVER_APP_LIVE_VIEWER'); } })(); </script> <script> function goMainChannelUrl() { if (isMobileDevice()) { return news.Util.goMainChannel(); } else { return window.location = "https://news.naver.com"; } } </script> <script type="text/javascript"> var config = { "neloCollectorUrl": "https://kr-col-ext.nelo.navercorp.com/_store", "projectName": "P638fcb_news-mobile-front", "host": "real" } try{ neloSender.init(config); }catch(e){} </script> <meta property="og:title" content="여성신문 언론사홈"/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://media.naver.com/press/310"/> <meta property="og:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/310/2025/03/07/logo_310_100_20250307145559.png"/> <meta property="og:description" content="언론사 주요 뉴스와 속보를 만나볼 수 있습니다."/> <meta property="og:article:author" content="네이버"/> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="여성신문 언론사홈"> <meta name="twitter:site" content="네이버 뉴스"> <meta name="twitter:creator" content="네이버 뉴스"> <meta name="twitter:image" content="https://mimgnews.pstatic.net/image/upload/office_logo/310/2025/03/07/logo_310_100_20250307145559.png"> <meta name="twitter:description" content="언론사 주요 뉴스와 속보를 만나볼 수 있습니다."> <script> (function () { var isUnderIE10 = navigator.appName === "Microsoft Internet Explorer"; if (!isUnderIE10) { var script = document.createElement("script"); script.async = true; script.src = "https://ssl.pstatic.net/tveta/libs/glad/prod/gfp-core.js"; document.head.appendChild(script); } })(); window.gladsdk = window.gladsdk || { cmd: [] }; window.gladsdk.cmd.push(function () { window.gladsdk.setGlobalConfig({ enablePersistAd: true }); var adUnits = []; adUnits.push({ adUnitId: "m_news", adSlotElementId: "nmap_press_home", customParam: { calp: "nhome", oid: "310", 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: #cc6889;"> <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: #cc6889;"> <div class="press_hd_bg" style="background-color: #FFFFFF; color: #FFFFFF;"> <div class="press_hd_bg_inner"> <img src="https://imgnews.pstatic.net/image/upload/spubs/uqG0000310/cover/2022/05/26/A_161543611.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',310,'');">이전</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',310,'');"> <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',310,'');" data-style="standard" data-url="https://media.naver.com/press/310" data-title="여성신문 언론사 페이지 :: 네이버" data-mail-url="https://media.naver.com/press/310?lfrom=mail" data-blog-url="https://media.naver.com/press/310?lfrom=blog" data-blog-source-type="3" data-blog-blog-id="naver" data-cafe-url="https://media.naver.com/press/310?lfrom=cafe" data-cafe-source-type="3" data-memo-url="https://media.naver.com/press/310?lfrom=memo" data-calendar-url="https://media.naver.com/press/310?lfrom=calendar" data-band-url="https://media.naver.com/press/310?lfrom=band" data-line-url="https://media.naver.com/press/310?lfrom=line" data-kakaotalk-url="https://media.naver.com/press/310?lfrom=kakao" data-kakaostory-display="off" data-kakaotalk-image-url="https://ssl.pstatic.net/static.news/image/news/m/2015/10/press_logo/310_1200x630.jpg" data-facebook-url="https://media.naver.com/press/310?lfrom=facebook" data-twitter-url="https://media.naver.com/press/310?lfrom=twitter" data-mypeople-url="https://media.naver.com/press/310?lfrom=mypeople" data-friend-display="on" data-friend-url="https://media.naver.com/press/310?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: #cc6889;"> <a href="/press/310" class="press_hd_ci_image" onclick="nclk(event,'hom.logo',310,'');"> <img src="https://imgnews.pstatic.net/image/upload/spubs/uqG0000310/logo/2025/03/07/A_19005792.png?type=u144_144" alt="여성신문" onerror="showNoImage(this)"> </a> <a href="http://www.womennews.co.kr/" class="press_hd_ci_home" onclick="nclk(event,'hom.url',310,'');">홈페이지</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.womennews.co.kr/" class="press_hd_name_link" onclick="nclk(event,'hom.url',310,'');"> 여성신문<i class="press_hd_name_link_home" aria-label="여성신문 홈페이지"></i> </a> </h3> <div class="press_hd_btns_area"> <div class="press_hd_subscribe_btnwrap _press_hd_subscribe_btnwrap"></div> </div> </div> <p class="press_hd_desc">여성주의 미디어의 사명, 허스토리로 기록한다</p> </div> <div class="press_hd_subscribe"> <em class="press_hd_subscribe_term _follower_label" style="display:none;">구독</em> <em class="press_hd_subscribe_num _channel_follower_count" style="display:none;">0</em> <span class="press_subscribe_badge _follower_count_million_badge" style="display:none;"></span> </div> </div> </div> </div> </header> <script> function initShare() { new news.JsLoader().setConfig({ 'sCharSet': 'utf-8' // default }).load( ['https://ssl.pstatic.net/spi/js/release/ko_KR/splugin.m.js?v=' + Math.floor(new Date().getTime() / 1200000)], function() { window.__splugin = SocialPlugIn_Core({ // nEvent Key "evKey" : "news", "dimmed" : "fixed", "darkMode" : isDarkShareLayer(), "serviceName" : "뉴스", "sourceName" : "", "onClick" : function(button) {}, "onShow" : function() {}, "onHide" : function() {}, "onResize" : function(event) {}, "onRotate" : function(event) {} }); } ); } function initPressList() { var cpType = 'News'; var popupUrl = '/press/popup?cpType=' + cpType; var pressListPopup = new PressHomeMainManager.PressListPopup('._press_list_btn', { selectedOfficeId: '310', pressListPopupUrl: popupUrl, wrapper: "._press_list_wrapper" }); return pressListPopup; } function initPressHomeLnb(params) { var officeId = '310'; var isChannelFollowerVisible = true; var welMillionBadgeArea = $('._follower_count_million_badge'); var welFollowerLabel = $('._follower_label'); var isMillionBadgeVisible = welMillionBadgeArea.length > 0; var isLiveViewer = $('.NAVER_APP_LIVE_VIEWER').length > 0; var path = location.pathname; var isLiveUrl = path.indexOf('/press/' + officeId + '/live') >= 0; /* 채널구독수 */ if (isChannelFollowerVisible || isMillionBadgeVisible) { var channelFollowerCount = new PressHomeMainManager.ChannelFollowerCount('._channel_follower_count', { officeId: officeId, }); if (isChannelFollowerVisible) { channelFollowerCount.oPromise.then($.proxy(channelFollowerCount.renderFollowerCount, channelFollowerCount)); var incrementFollowerCount = function () { channelFollowerCount.incrementAndRenderFollowerCount(); }; var decrementFollowerCount = function () { channelFollowerCount.decrementAndRenderFollowerCount(); } } if (isMillionBadgeVisible) { channelFollowerCount.oPromise.then(function (followerCount) { var nFollowerCount = followerCount || 0; var nFollowerCountInMillion = Math.floor(nFollowerCount / 1000000); var nFollowerCountInMan = nFollowerCountInMillion * 100; if (nFollowerCountInMillion < 1) { if (!isChannelFollowerVisible) { $(".press_hd_subscribe").remove(); } return; } else { var sMillionClassName = 'as_' + ((nFollowerCountInMillion % 10 === 0) ? 10 : nFollowerCountInMillion % 10) + 'million'; welFollowerLabel.show(); welMillionBadgeArea.addClass(sMillionClassName) welMillionBadgeArea.append(' <i class="press_ico">구독자수</i><em>' + nFollowerCountInMan + '</em>만').show(); } }); } } /* 채널구독수 */ /* 채널구독버튼 */ var channelSubscribeButton = new PressHomeMainManager.ChannelSubscribeButton('._press_hd_subscribe_btnwrap', { officeId: officeId, buttonClassName: 'press_hd_subscribe_btn', noLoginLayerTemplate: function() { return news.Util.getTemplateRenderer(function () {/*!@preserve <div class="press_hd_subscribe_layer_wrap as_tooltip _afterAdd" style="display: none;"> <div class="press_hd_subscribe_layer"> <p class="press_hd_subscribe_layer_title">메인 뉴스판에서 여성신문 주요뉴스를 볼 수 있습니다.</p> <div class="press_hd_subscribe_layer_btns"> <a href="#" onclick="goMainChannelUrl();" class="press_hd_subscribe_layer_btn">보러가기</a> </div> </div> </div> */ return true; }); }, commonLayerTemplate: function() { return news.Util.getTemplateRenderer(function() {/*!@preserve <div class="press_hd_subscribe_layer_wrap as_tooltip _afterRemove" style="display: none;"> <div class="press_hd_subscribe_layer"> <p class="press_hd_subscribe_layer_title"><strong>여성신문</strong> 언론사 구독 해지되었습니다.</p> </div> </div> */ return true; }); }, nclk_add: 'hom.take', nclk_remove: 'hom.cancel', nclk_info: 'hom.info', onAddChannelSuccess: incrementFollowerCount, onRemoveChannelSuccess: decrementFollowerCount, needNotificationButton: true, needNotificationConfirm: true }); /* 채널구독버튼 */ /* 공유하기 */ if (!isLiveViewer && !isLiveUrl) { initShare(); } /* 공유하기 */ /* 뒤로버튼 */ var historyBackButton = new PressHomeMainManager.HistoryBackButton('._press_header ._back_btn'); /* 뒤로버튼 */ /* 언론사리스트 */ if (!isLiveViewer && !isLiveUrl) { var pressListPopup = initPressList(); } /* 언론사리스트 */ return { channelFollowerCount: channelFollowerCount, historyBackButton: historyBackButton, channelSubscribeButton: channelSubscribeButton, pressListPopup: pressListPopup } } </script> <script> var profileData = null; var billboardChartLibUrl = ['https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027/js/generated/billboard.pkgd.min.js']; function initPressHomeTopLnb(params) { var pressHomeLnb = initPressHomeLnb(); var officeId = '310'; var welOffceHomeTabList = $('._office_home_tab_list'); var pressHeader = $('._press_header'); var isTabPresent = welOffceHomeTabList.length > 0; /* 플로팅 */ var _floatingConfig = { sFixedContentSelector: '._fixed', onInitialize: function() { new PressHomeMainManager.ChannelSubscribeButton('._press_float_subscribe', { officeId: officeId, buttonClassName: 'press_float_subscribe_btn', noLoginLayerTemplate: function() { return news.Util.getTemplateRenderer(function () {/*!@preserve <a href="javascript:;" onclick="goMainChannelUrl();" class="press_float_subscribe_layer _afterAdd" style="display: none;"> <span class="press_float_subscribe_layer_text">메인 뉴스판에서 여성신문 주요뉴스를 볼 수 있습니다.</span> <span class="press_float_subscribe_layer_link">보러가기</span> </a> */ return true; }); }, commonLayerTemplate: function() { return news.Util.getTemplateRenderer(function() {/*!@preserve <a href="javascript:;" onclick="return false;" class="press_float_subscribe_layer _afterRemove" style="display: none;"> <span class="press_float_subscribe_layer_text"><strong>여성신문</strong> 언론사 구독 해지되었습니다.</span> </a> */ return true; }); }, nclk_add: 'prs_hom.take', nclk_remove: 'prs_hom.cancel', nclk_info: 'prs_hom.info', onAddChannelSuccess: pressHomeLnb.channelSubscribeButton.onAddChannelSuccess, onRemoveChannelSuccess: pressHomeLnb.channelSubscribeButton.onRemoveChannelSuccess }); }, onStartFloating: function() { pressHeader.addClass('is_invisible'); }, onStopFloating: function() { pressHeader.removeClass('is_invisible'); } }; if (isTabPresent) { _floatingConfig.fnBoundary = function(){ return $("._start_floating").offset().top - $("._press_float").height(); } } else { _floatingConfig.sAfterContentSelector = '._press_header'; } var floating = new PressHomeMainManager.Floating('._press_float', _floatingConfig); /* 플로팅 */ /* 뒤로버튼 */ var historyBackButton = new PressHomeMainManager.HistoryBackButton('._press_float ._back_btn'); /* 뒤로버튼 */ return { floating: floating, pressHomeLnb: pressHomeLnb, historyBackButton: historyBackButton } } </script> <div class="press_float _press_float is_fixed" style="background-color: #cc6889; 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/310" class="press_float_title_text" onclick="nclk(event,'prs_hom.top',310,'');">여성신문</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: #cc6889;"> <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/310" 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/310?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/310/issue" class="_press_tab_btn" data-tab-type="Link" data-tab-id="Issue"> <span class="press_section_tab_txt">이슈</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/310?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/310?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/310?sid=103" class="_press_tab_btn" data-tab-type="Section" data-tab-id="LifeCulture"> <span class="press_section_tab_txt">생활</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/310?sid=104" class="_press_tab_btn" data-tab-type="Section" data-tab-id="World"> <span class="press_section_tab_txt">세계</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/310?sid=110" class="_press_tab_btn" data-tab-type="Section" data-tab-id="Opinion"> <span class="press_section_tab_txt">사설/칼럼</span> </a> </li> <li class="press_section_tab_item " aria-selected="false"> <a href="/press/310/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 = '310'; /* 탭 */ 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 _auto_recommend_news_wrapper"> <div class="press_main_news_flick _auto_recommend_news_inner"> <ul class="flick-container _flicking"> <li class="flick-panel"> <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/310/0000124495?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124495?type=main" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124495" data-imp-index="1" onclick="nclk(event,'hom.head2t',310,1);"> <span class="press_news_text"><strong>3월 교육물가 2.9%↑...금융위기 이후 최대 상승 </strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000124488?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124488?type=main" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124488" data-imp-index="2" onclick="nclk(event,'hom.head2t',310,2);"> <span class="press_news_text"><strong>한국·일본 등 6개국, 아동 성착취물 국제 공조수사로 544명 적발... 10대가 절반 이상</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000124485?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124485?type=main" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124485" data-imp-index="3" onclick="nclk(event,'hom.head2t',310,3);"> <span class="press_news_text"><strong>예쁜 인형과 여성해방 사이, 알폰스 무하의 여성들</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000124463?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124463?type=main" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124463" data-imp-index="4" onclick="nclk(event,'hom.head2t',310,4);"> <span class="press_news_text"><strong>탄핵 이끈 여성의원들 “윤석열 파면은 끝 아닌 시작…대한민국 다시 세우는데 총력”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124499?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124499?type=main" data-imp-area="hom.head2p" data-imp-gdid="88000589_000000000000000000124499" data-imp-index="1" onclick="nclk(event,'hom.head2p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124499.jpg?type=nf320_212&ut=1743985693000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[세계는 지금] ‘윤석열 파면’을 주시한 세계… “끝이 아니다”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124491?type=main" class="press_news_link _es_pc_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124491?type=main" data-imp-area="hom.head2p" data-imp-gdid="88000589_000000000000000000124491" data-imp-index="2" onclick="nclk(event,'hom.head2p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124491.jpg?type=nf320_212&ut=1743916336000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>우원식 “대선·개헌 국민투표 동시 시행 제안…지금이 개헌 적기”</strong></span> </a> </li> </ul> <p class="press_news_desc"> 여성신문에서 직접 선정한 뉴스입니다. </p> </div> </div> </li> <li class="flick-panel" hidden> <div class="press_main_news as_representation_airs _CURATION_CARD" id="Representation_CurationCard"> <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/310/0000124502" class="press_news_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124502" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124502" data-imp-index="1" onclick="nclk(event,'hom.head2t',310,1);"> <span class="press_news_text"><strong>대구 경찰, 신생아 학대 논란 간호사 압수수색</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000124501" class="press_news_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124501" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124501" data-imp-index="2" onclick="nclk(event,'hom.head2t',310,2);"> <span class="press_news_text"><strong> 여수 호남화력발전소에 큰 불… 소방당국 진화 중[속보 영상]</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000124500" class="press_news_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124500" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124500" data-imp-index="3" onclick="nclk(event,'hom.head2t',310,3);"> <span class="press_news_text"><strong>코스피 급락에 8개월 만에 사이드카... 2400 무너져</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000124503" class="press_news_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124503" data-imp-area="hom.head2t" data-imp-gdid="88000589_000000000000000000124503" data-imp-index="4" onclick="nclk(event,'hom.head2t',310,4);"> <span class="press_news_text"><strong>용혜인, ‘내란기록 은폐방지법’ 발의…“12·3 내란 증거 은폐 막아야”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124496" class="press_news_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124496" data-imp-area="hom.head2p" data-imp-gdid="88000589_000000000000000000124496" data-imp-index="1" onclick="nclk(event,'hom.head2p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://imgnews.pstatic.net/image/origin/310/2025/04/07/124496.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>미국, 국내 최대 태평염전 소금 수입 금지…"강제노동 확인"</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124497" class="press_news_link _nlog_impression" data-imp-url="https://n.news.naver.com/article/310/0000124497" data-imp-area="hom.head2p" data-imp-gdid="88000589_000000000000000000124497" data-imp-index="2" onclick="nclk(event,'hom.head2p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="https://imgnews.pstatic.net/image/origin/310/2025/04/07/124497.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>'나성에 가면' 세샘트리오 홍신복 별세...향년 72세</strong></span> </a> </li> </ul> <p class="press_news_desc"> AiRS 추천 기술로 개인화된 관심 뉴스를 추천합니다. </p> </div> </div> </li> </ul> </div> <div class="press_nav _representation_nav_items" role="tablist"> <button type="button" role="tab" aria-selected="true" class="pg_num pg_num_on">1</button> <button type="button" role="tab" aria-selected="false" class="pg_num">2</button> </div> <button type="button" class="btn_carousel_prev _representation_prev_btn"><span class="blind">이전 카드들 보기</span></button> <button type="button" class="btn_carousel_next _representation_next_btn"><span class="blind">다음 카드들 보기</span></button> </div> <script type="text/javascript"> function initAutoRecommendAiRS() { new PressHomeMainManager.AutoRecommendAiRS('._auto_recommend_news_wrapper', { sOfficeId: "310", sTemplateType: "Text4Photo2A", sGdids: "88000589_000000000000000000124495,88000589_000000000000000000124488,88000589_000000000000000000124485,88000589_000000000000000000124463,88000589_000000000000000000124499,88000589_000000000000000000124491" }); } </script> <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":"news310,0000124505","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124505" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124505.jpg?type=nf212_140&ut=1743994815000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">파면 직후 우리는 왜 광장에서 울었을까</span> <span class="r_ico_b r_modify"><b>20분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124504","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124504" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124504.jpg?type=nf212_140&ut=1743994813000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">여가부, ‘폭력예방 통합교육 안내서’ 제작…“신종 범죄 예방”</span> <span class="r_ico_b r_modify"><b>20분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124503","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124503" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124503.jpg?type=nf212_140&ut=1743993858000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">용혜인, ‘내란기록 은폐방지법’ 발의…“12·3 내란 증거 은폐 막아야”</span> <span class="r_ico_b r_modify"><b>36분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124502","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124502" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124502.jpg?type=nf212_140&ut=1743993856000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대구 경찰, 신생아 학대 논란 간호사 압수수색</span> <span class="r_ico_b r_modify"><b>36분전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124501","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124501" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124501.jpg?type=nf212_140&ut=1743990549000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[속보 영상] 여수 호남화력발전소에 큰 불… 소방당국 진화 중</span> <span class="r_ico_b r_modify"><b>1시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124500","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124500" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124500.jpg?type=nf212_140&ut=1743987011000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">코스피 급락에 8개월 만에 사이드카... 2400 무너져</span> <span class="r_ico_b r_modify"><b>2시간전</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/310/0000124456?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',310,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/04/04/124456.jpg?type=nf260_172" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">[전문] “윤석열을 파면한다” 헌법재판소 결정문</strong> <span class="p_datetime">04월 04일 15:39</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/310/0000124451?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',310,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/04/04/124451.jpg?type=nf260_172" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">“윤석열을 파면한다” 한 마디에, 시민 얼싸안고 울었다</strong> <span class="p_datetime">04월 04일 14:49</span> </div> </a> </li> <li class="p_item"> <a href="https://n.news.naver.com/article/310/0000124459?type=main" class="p_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.dep3p',310,);"> <div class="p_thumb"> <div class="p_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/04/04/124459.jpg?type=nf260_172" alt="" onerror="showNoImage(this)" class="p_img"> </div> </div> <div class="p_text"> <strong class="p_headline">[광장 지킨 여성들이 말하는 ‘그 이후’] “파면은 시작일 뿐… 구조적 성차별 바로잡을 기회”</strong> <span class="p_datetime">04월 04일 15:52</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":"news310,0000124499","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124499" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124499.jpg?type=nf212_140&ut=1743985693000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124498","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124498" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124498.jpg?type=nf212_140&ut=1743980952000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124497","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124497" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124497.jpg?type=nf212_140&ut=1743979214000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'나성에 가면' 세샘트리오 홍신복 별세...향년 72세</span> <span class="r_ico_b r_modify"><b>4시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124496","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124496" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124496.jpg?type=nf212_140&ut=1743977772000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미국, 국내 최대 태평염전 소금 수입 금지…"강제노동 확인"</span> <span class="r_ico_b r_modify"><b>5시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124495","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124495" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124495.jpg?type=nf212_140&ut=1743976335000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">3월 교육물가 2.9%↑...금융위기 이후 최대 상승 </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":"news310,0000124494","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124494" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124494.jpg?type=nf212_140&ut=1743975552000" width="106" height="70" alt="" onerror="showNoImage(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> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">지방자치</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124419" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/04/03/0000124419_001_20250404095913947.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>강화 최초 지역구 여성 군의원 허유리, "현장 중심의 변화 만들겠다"</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124422" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124422.jpg?type=nf320_212&ut=1743684670000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>장인홍 신임 구로구청장, 취임 첫날부터 현장행정 본격 시동</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124370" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124370.jpg?type=nf320_212&ut=1743578777000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>경기북부광역새일센터, 여성가족부 주관 우수사례 공모전 '대상' 수상</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124359" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124359.jpg?type=nf320_212&ut=1743568509000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>서초여성가족플라자, 시니어 대상 디지털·양성평등 교육 확대</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124493","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124493" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124493.jpg?type=nf212_140&ut=1743947178000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">사회변화·환경 고려한 공공디자인 우수사례 찾습니다</span> <span class="r_ico_b r_modify"><b>13시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124492","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124492" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124492.jpg?type=nf212_140&ut=1743944353000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">12인 12색...표갤러리 ‘Uncharted Spectrum’</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":"news310,0000124491","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124491" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124491.jpg?type=nf212_140&ut=1743916336000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">우원식 “대선·개헌 국민투표 동시 시행 제안…지금이 개헌 적기”</span> <span class="r_ico_b r_modify"><b>22시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124490","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124490" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124490.jpg?type=nf212_140&ut=1743912912000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">혁신당, 민주당에 ‘오픈 프라이머리’ 제안…“대선서 압도적 승리 거둬야”</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124489","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124489" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124489.jpg?type=nf212_140&ut=1743911112000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“손 떼라”…미국 전역서 트럼프·머스크 반대 시위</span> <span class="r_ico_b r_modify"><b>23시간전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124488","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124488" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124488.jpg?type=nf212_140&ut=1743904631000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한국·일본 등 6개국, 아동 성착취물 국제 공조수사로 544명 적발... 10대가 절반 이상</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">여대 공학 전환 논란</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000124016" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/20/124016.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>동덕여대 학생총회 “괴롭히기식 법적대응 중단하라” 안건 가결</strong> <span class="press_news_datetime">03월 20일 16:46</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000123474" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/03/03/0000123474_001_20250305151011993.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>5개월째 동덕여대 학생들 목 놓아 외쳤다 “불러오자 동덕의봄”</strong> <span class="press_news_datetime">03월 03일 19:15</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120974" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2024/12/02/0000120974_001_20241209140911470.png?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>동덕여대 학생들은 왜 분노하는가… “핵심은 계속되는 ‘비민주적 절차’”</strong> <span class="press_news_datetime">12월 02일 14:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000121347" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/13/121347.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>공학 전환 반대 시위 이끈 광주여대 ‘파동’, 교내 유일 ‘여성인권 동아리’ 꿈꾼다</strong> <span class="press_news_datetime">12월 13일 12:06</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124487","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124487" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124487.jpg?type=nf212_140&ut=1743902110000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">문형배 “탄핵심판 원만히 마무리…언론인·경찰·헌재 직원들께 감사”</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124486","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124486" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124486.jpg?type=nf212_140&ut=1743899653000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">민주당 “국민의힘, 대선 승리 다짐?… 국민이 우습나” 비판</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124485","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124485" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124485.jpg?type=nf212_140&ut=1743886815000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">예쁜 인형과 여성해방 사이, 알폰스 무하의 여성들</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124484","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124484" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124484.jpg?type=nf212_140&ut=1743843369000" 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>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124483","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124483" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124483.jpg?type=nf212_140&ut=1743836349000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘하츠투하츠’ 뮤비 속 여성작가, ‘아트바젤 홍콩’ 신진 작가상</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124482","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124482" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124482.jpg?type=nf212_140&ut=1743834139000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">아이유·아이브·카리나...산불피해 ‘억대 지원’ 여성 스타들</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">벌거벗은 남자들</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124190" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/27/124190.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>비동의강간죄를 막는 이들, 무엇이 두려운가</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000122048" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/01/09/122048.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>슬픔을 존중하는 사회가 필요하다</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000119360" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/03/119360.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[벌거벗은 남자들] 94.8점 vs 37.1점, 숫자로 살펴보는 여성의 삶</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000123160" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/02/20/123160.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[벌거벗은 남자들] ‘PC’가 게임을 망하게 한다고?</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124481","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124481" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124481.jpg?type=nf212_140&ut=1743832699000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이렇게 ‘힙’하다, 여성들로만 채운 21세기 한국무용</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124480","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124480" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124480.jpg?type=nf212_140&ut=1743824056000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이탈리아 여대생 이틀째 2명 살해돼...올해 11명째 '사회적 분노'</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124479","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124479" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124479.jpg?type=nf212_140&ut=1743823394000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">의협, "의대 증원 재논의해야”...대표자회의 등에서 대응 논의</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124478","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124478" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124478.jpg?type=nf212_140&ut=1743823391000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">넷플릭스 이용자 1400만 독주...2위 경쟁 치열</span> <span class="r_ico_b r_modify"><b>1일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124477","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124477" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124477.jpg?type=nf212_140&ut=1743818050000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">LA카운티, 아동시설 성범죄 6300건에 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 " data-comment='{"gno":"news310,0000124476","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124476" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124476.jpg?type=nf212_140&ut=1743815776000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">90억 전세사기 60대, 2심서 법정최고형 '징역 15년'</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">집게손 괴롭힘</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000121428" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/17/121428.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>‘넥슨 집게손 괴롭힘’ 이후 1년… 피해자 “사상검증 반복돼선 안 돼”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000121097" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2024/12/05/0000121097_001_20241216170414592.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[‘집게손’ 괴롭힘] ‘페미니즘 사상검증’ 근절 위해 뭉친 여성·시민단체 활동가들</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000121098" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2024/12/05/0000121098_001_20241216170411431.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[‘집게손’ 괴롭힘] 게임을 좋아하던 20대 청년이 협회를 만든 이유</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000120938" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/11/30/120938.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>메갈·집게손, 젠더 갈등·‘남혐’ 아닌 ‘페미사냥’이다</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124475","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124475" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124475.jpg?type=nf212_140&ut=1743808702000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124474","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124474" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124474.jpg?type=nf212_140&ut=1743808699000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[ESG 게시판] LG생활건강, 여성 장애인에 맞춤형 보조기기 지원 外</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":"news310,0000124473","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124473" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124473.jpg?type=nf212_140&ut=1743807793000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[날씨] 식목일 요란한 봄비...중부 최고 20mm</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":"news310,0000124472","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124472" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124472.jpg?type=nf212_140&ut=1743806779000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴욕증시, 환율전쟁 공포 이틀째...시총 7300조원 사라져</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":"news310,0000124471","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124471" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124471.jpg?type=nf212_140&ut=1743805873000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국제유가, 세계 경기침체 우려에 폭락...WTI 7.4%↓</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124470","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124470" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124470.jpg?type=nf212_140&ut=1743804737000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국내 기름값 8주째 동반하락...휘발유 1665원·경유 1532원</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">고공농성 1년</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000113976" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/01/31/113976.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[기고] 강추위 속 옥상 오른 여성 노동자들 "계속 일하고 싶다는 마음 간절"</strong> <span class="press_news_datetime">01월 31일 09:59</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000122340" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/01/20/122340.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[정보라의 월간데모] 한겨울 옥상서 맞은 1년...박정혜·소현숙 힘내라</strong> <span class="press_news_datetime">01월 20일 11:44</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000122035" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/01/08/122035.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>해고노동자 박정혜·소현숙 “옥상서 보낸 1년… 보내준 연대와 응원이 버팀목”</strong> <span class="press_news_datetime">01월 08일 14:54</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000122013" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/01/07/122013.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>여성노동자 박정혜·소현숙 고공농성 1년… 시민단체 173곳 “먹튀방지법 제정하라”</strong> <span class="press_news_datetime">01월 07일 16:50</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124469","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124469" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124469.jpg?type=nf212_140&ut=1743803953000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제 21대 대선 5말 6초 유력...다음 주 결정될 듯</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124468","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124468" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124468.jpg?type=nf212_140&ut=1743786430000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124467","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124467" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124467.jpg?type=nf212_140&ut=1743775393000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">중랑여성새로일하기센터, AI 디지털 지도사 양성 과정 교육생 모집</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124466","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124466" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124466.jpg?type=nf212_140&ut=1743774193000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124465","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124465" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124465.jpg?type=nf212_140&ut=1743773178000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124464","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124464" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124464.jpg?type=nf212_140&ut=1743759069000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">"안희정, 성폭행 피해자에 8304만원 지급하라"… 5년 만에 확정</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">우리는 뛰는 여자들</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_emphasis"> <li class="press_news_item as_col_full"> <a href="https://n.news.naver.com/article/310/0000123841" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu7p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/15/123841.jpg?type=nf670_376" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>등산에 ‘푹’ 빠진 페미니스트들…여성마라톤 대회도 도전</strong> <span class="press_news_summary">" 오는 5월 서울 상암 평화의공원에서 개최되는 여성마라톤 대회를 앞두고 페미니스트 산악회 '위민온마운틴(Womyn On Mountain)' 회원들이 한자리에 모였다. 3·8 세계 여성의 날 행사에 참여하기 위해 광화문에 모인 6명의 회원들은 마라톤 참가 계획을 공유하고, 완주할 수 있다며 서로를... </span> </span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000124130" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu7t',310,2);"> <span class="press_news_text"><strong>조금 느려도 괜찮아… 달리며 자신을 만나는 여성들</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000116237" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu7t',310,3);"> <span class="press_news_text"><strong>7천명이 참가한 여성마라톤, 우리는 왜 달리는 것일까</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124463","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124463" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124463.jpg?type=nf212_140&ut=1743757149000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124462","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124462" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124462.jpg?type=nf212_140&ut=1743756789000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">'JYP 걸그룹' 니쥬, 1년 반 만 컴백…'러브 라인(운명선)'으로 K팝 시장 공략</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":"news310,0000124461","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124461" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124461.jpg?type=nf212_140&ut=1743756013000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">홍문표 aT 사장, 일본 190년 종자사와 기후변화 대응 신품종 논의</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":"news310,0000124460","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124460" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124460.jpg?type=nf212_140&ut=1743750978000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124459","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124459" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124459.jpg?type=nf212_140&ut=1743749534000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124458","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124458" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124458.jpg?type=nf212_140&ut=1743749232000" width="106" height="70" alt="" onerror="showNoImage(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> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">젠더법 강좌</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000123171" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/02/20/123171.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[젠더법 강좌] 기본법과 젠더(1)</strong> <span class="press_news_datetime">02월 20일 10:36</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000123775" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/13/123775.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[젠더법 강좌] 기본법과 젠더(4) - 민방위대의 남성 위주 편성</strong> <span class="press_news_datetime">03월 13일 06:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000123987" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/20/123987.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[젠더법 강좌] 기본법과 젠더(5) - 여성특별지원</strong> <span class="press_news_datetime">03월 20일 06:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000124191" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/27/124191.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[젠더법 강좌] 기본법과 젠더(6) - 모성보호와 돌봄지원</strong> <span class="press_news_datetime">03월 27일 06:00</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124457","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124457" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124457.jpg?type=nf212_140&ut=1743748817000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124456","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124456" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124456.jpg?type=nf212_140&ut=1743748752000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124455","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124455" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124455.jpg?type=nf212_140&ut=1743748454000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[영상] 광양항 앞 바다에 15m 대형 향고래 출현</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":"news310,0000124454","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124454" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124454.jpg?type=nf212_140&ut=1743746832000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124453","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124453" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124453.jpg?type=nf212_140&ut=1743746713000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124452","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124452" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124452.jpg?type=nf212_140&ut=1743746712000" width="106" height="70" alt="" onerror="showNoImage(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> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">친족 성폭력 그 이후</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000122444" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/01/23/122444.jpg?type=nf212_140&ut=1737594611000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>미성년 성폭력 피해자 ‘퇴소자립지원금’ 인상…1천만원 지원</strong> <span class="press_news_datetime">01월 23일 10:10</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120581" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/11/18/120581.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>친족성폭력 피해 말하기까지 17년 걸려... 쉬쉬하다 공소시효 끝난다</strong> <span class="press_news_datetime">11월 18일 13:12</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120211" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/11/05/120211.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>국회서 ‘친족성폭력 공소시효 폐지 토론회’ 개최</strong> <span class="press_news_datetime">11월 05일 09:49</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000119173" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/09/25/119173.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>광장에 나온 지 3년, 친족성폭력은 ‘작은 흠집’이 됐다</strong> <span class="press_news_datetime">09월 25일 06:00</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124451","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124451" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124451.jpg?type=nf212_140&ut=1743745752000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124450","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124450" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124450.jpg?type=nf212_140&ut=1743745511000" 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>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124449","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124449" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124449.jpg?type=nf212_140&ut=1743745093000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124448","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124448" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124448.jpg?type=nf212_140&ut=1743744853000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124447","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124447" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124447.jpg?type=nf212_140&ut=1743744011000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124446","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124446" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124446.jpg?type=nf212_140&ut=1743743291000" width="106" height="70" alt="" onerror="showNoImage(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> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">만남</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000123118" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/02/19/123118.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[만남] 가보정 창업주 김외순, 떡볶이 노점상에서 식품명인으로… “나눔이 곧 행복입니다”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000119759" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/17/119759.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <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/310/0000119497" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/08/119497.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[만남] 신경림 “간호법, 의료서비스 질 높이고 여성인권 신장의 디딤돌 될 것”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000117598" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2024/07/17/0000117598_001_20240727100215028.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[만남] 여성 돕는 여성 의사, 이향운 이대목동병원 신경과 교수</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124445","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124445" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124445.jpg?type=nf212_140&ut=1743743176000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124444","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124444" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124444.jpg?type=nf212_140&ut=1743741011000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">살림의료사협, ‘2025 함께건강실천단’ 모집</span> <span class="r_ico_b r_modify"><b>2일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124443","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124443" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124443.jpg?type=nf212_140&ut=1743737055000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124442","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124442" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124442.jpg?type=nf212_140&ut=1743736750000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124441","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124441" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124441.jpg?type=nf212_140&ut=1743735492000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124440","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124440" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124440.jpg?type=nf212_140&ut=1743735428000" width="106" height="70" alt="" onerror="showNoImage(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_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">돌봄 딜레마</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000124144" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/25/124144.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>통합돌봄, ‘좋은 돌봄’ 되려면… “현장 종사자 역할 구분과 보상이 핵심”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000121151" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/06/121151.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[인터뷰] 사회학자 우에노 치즈코 “외국인 가사관리사 이후에는 로봇이 올 것”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000120565" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/11/17/120565.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>아베 정부와 윤 정부의 공통점은?…“돌봄 서비스 시장화”[돌봄딜레마①]</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000120564" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/11/17/120564.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>한일 요양보호사 “요양보호사 이탈 막으려면 저임금 해결해야”[돌봄딜레마②]</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124439","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124439" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124439.jpg?type=nf212_140&ut=1743734054000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4월 4일 11시 22분 대통령 윤석열이 파면됐다</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":"news310,0000124438","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124438" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124438.jpg?type=nf212_140&ut=1743733630000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124437","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124437" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124437.jpg?type=nf212_140&ut=1743731289000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘선고임박’ 헌재 인근 시민들 “아침이여 오라! 8대 0 인용하라”</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124436","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124436" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124436.jpg?type=nf212_140&ut=1743731169000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤석열 탄핵 찬성 57%·반대 37%...이재명 34%·김문수 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 " data-comment='{"gno":"news310,0000124435","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124435" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124435.jpg?type=nf212_140&ut=1743730216000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">르세라핌·로제·제니…K팝 여성 아티스트, 한터 미중일 차트 석권</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":"news310,0000124434","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124434" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124434.jpg?type=nf212_140&ut=1743729914000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전남산 대파 오는 9일까지 전국 하나로마트서 최대 40% 할인</span> <span class="r_ico_b r_modify"><b>3일전</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/310" class="press_title_more" onclick="nclk(event,'hom.jmore',310,'');">전체보기</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/310/0000124493?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124493.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/310/63267" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',310,1);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/office_logo/310/2025/03/07/logo_310_100_20250307145559.png?type=nf42_42" width="36" height="36" alt="이세아" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">이세아</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/310/63267" class="press_journalist_name" onclick="nclk(event,'hom.journalist',310,1);"> 이세아 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/310/0000124493?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',310,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_63267" 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/310/2025/03/07/logo_310_100_20250307145559.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/310/0000124475?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124475.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/310/80393" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',310,2);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/office_logo/310/2025/03/07/logo_310_100_20250307145559.png?type=nf42_42" width="36" height="36" alt="신다인" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">신다인</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/310/80393" class="press_journalist_name" onclick="nclk(event,'hom.journalist',310,2);"> 신다인 기자 </a> <a href="https://media.naver.com/journalist/talk/310/80393" class="press_journalist_talk _journalist_talk_btn" data-journalist-talk-comment-key="310_80393" onclick="nclk(event,'hom.jtalk','','');"> <span class="press_journalist_talk_text">TALK</span> </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/310/0000124475?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',310,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_80393" 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/310/2025/03/07/logo_310_100_20250307145559.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/310/0000124502?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124502.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/310/76566" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',310,3);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/upload/office_logo/310/2025/03/07/logo_310_100_20250307145559.png?type=nf42_42" width="36" height="36" alt="유영혁" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">유영혁</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/310/76566" class="press_journalist_name" onclick="nclk(event,'hom.journalist',310,3);"> 유영혁 기자 </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/310/0000124502?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',310,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_76566" 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/310/2025/03/07/logo_310_100_20250307145559.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> <li class="press_journalist_item"> <div class="press_journalist_inside "> <div class="press_journalist_head"> <a href="https://n.news.naver.com/article/310/0000124484?type=journalists"> <div class="press_journalist_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124484.jpg?type=nf324_180" alt="홍준표 6월 대선 출마 공식화... “정치 인생 마지막 사명”" onerror="showNoImage(this);"> </div> </a> </div> <div class="press_journalist_body"> <div class="press_journalist_profile"> <a href="https://media.naver.com/journalist/310/63266" class="press_journalist_photo _NOIMAGE_WRAPPER" onclick="nclk(event,'hom.journalist',310,4);"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/upload/spubs/uqG0000310/profile/2023/05/15/profile_115231186.jpg?type=nf42_42" width="36" height="36" alt="이하나" onerror="showNoImage(this, 'displayFallback');"> <span class="no_profile _NOIMAGE_FALLBACK" style="display: none;"> <span class="blind">이하나</span> </span> </a> </div> <div class="press_journalist_title"> <a href="https://media.naver.com/journalist/310/63266" class="press_journalist_name" onclick="nclk(event,'hom.journalist',310,4);"> 이하나 기자 </a> <a href="https://media.naver.com/journalist/talk/310/63266" class="press_journalist_talk _journalist_talk_btn" data-journalist-talk-comment-key="310_63266" onclick="nclk(event,'hom.jtalk','','');"> <span class="press_journalist_talk_text">TALK</span> </a> </div> <div class="press_journalist_headline"> <a href="https://n.news.naver.com/article/310/0000124484?type=journalists" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.jarticle',310,4);"> 홍준표 6월 대선 출마 공식화... “정치 인생 마지막 사명” </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_63266" 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/310/2025/03/07/logo_310_100_20250307145559.png"> <span class="subscribe_ico"><span class="_txt">구독</span></span> </a> </div> </div> </div> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124433","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124433" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124433.jpg?type=nf212_140&ut=1743729674000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124432","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124432" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124432.jpg?type=nf212_140&ut=1743729259000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[W이슈 키워드] ‘인셀(Incel)’ – 여성혐오로 변질된 외로움의 커뮤니티</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":"news310,0000124431","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124431" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124431.jpg?type=nf212_140&ut=1743727328000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124430","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124430" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124430.jpg?type=nf212_140&ut=1743726859000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124429","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124429" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124429.jpg?type=nf212_140&ut=1743726857000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124428","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124428" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124428.jpg?type=nf212_140&ut=1743725233000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">김빛내리, 세계 최초로 코로나19 백신 작동원리 규명했다</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">S언니 정치사</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120287" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/11/07/120287.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[권김현영의 S언니정치사] ‘부인 정치’의 어떤 최후, 박마리아</strong> <span class="press_news_datetime">11월 07일 06:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000121297" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/12/121297.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[권김현영의 S언니정치사] 1공화국의 문을 닫은 여성들 : 어머니, 여학생, 그리고 ‘매춘 여성’의 혁명</strong> <span class="press_news_datetime">12월 12일 06:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000122552" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/01/28/122552.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[권김현영의 S언니정치사] 여자대학의 의미, 박인덕의 경우</strong> <span class="press_news_datetime">01월 28일 06:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000124124" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/03/25/124124.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>대한민국 최초의 영부인 프란체스카 도너 리의 성공적 내조와 실패한 정치 [권김현영의 S언니 정치사]</strong> <span class="press_news_datetime">03월 25일 09:17</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124427","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124427" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124427.jpg?type=nf212_140&ut=1743720792000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프, 극우 선동가가 "충성스럽지 않다"지목한 NSC 직원 해고</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":"news310,0000124426","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124426" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124426.jpg?type=nf212_140&ut=1743719349000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국민연금 가입자, 저출생에 6년 만에 2200만명 무너져</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":"news310,0000124425","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124425" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124425.jpg?type=nf212_140&ut=1743718215000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴욕증시, 관세발표 후 공포의 첫날...4500조원 증발</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":"news310,0000124424","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124424" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124424.jpg?type=nf212_140&ut=1743717017000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124423","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124423" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124423.jpg?type=nf212_140&ut=1743716173000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">윤 대통령 운명의 날...헌재, 11시 탄핵심판 선고 </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":"news310,0000124422","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124422" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124422.jpg?type=nf212_140&ut=1743684670000" width="106" height="70" alt="" onerror="showNoImage(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_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">젠더 폴리틱스</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000121362" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/13/121362.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>“계엄·재난 상황에 수어통역 나온다”…서미화 의원 개정안 대표발의</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000121445" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/17/121445.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>“아동학대 사망 비극 끊는다”…김선민, ‘아동학대사망사건 조사 특별법’ 발의</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000120004" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/28/120004.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>이재강 의원 “비혼출산, 세계적 흐름… 여성 행복추구권 위해 지원해야”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000118953" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/09/13/118953.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[인터뷰] 이인선 여가위원장 “디지털 성범죄 피해자 보호 위해 내년 예산 늘려야”</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124421","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124421" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124421.jpg?type=nf212_140&ut=1743675497000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“합계출산율 0.75…전통적 가족관 깨고 비혼출산 지원해야”</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":"news310,0000124420","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124420" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124420.jpg?type=nf212_140&ut=1743672980000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">민주, 소득세 기본공제 150만→180만원 상향 추진…“저출생 정책 부합”</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":"news310,0000124419","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124419" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124419.jpg?type=nf212_140&ut=1743671712000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124418","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124418" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124418.jpg?type=nf212_140&ut=1743669497000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124417","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124417" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124417.jpg?type=nf212_140&ut=1743666137000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">올포유, 서울시 주최 ‘2025 여성마라톤’ 후원사 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":"news310,0000124416","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124416" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124416.jpg?type=nf212_140&ut=1743665951000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">여성신문 발전후원회·윈문화포럼, 산불 피해 복구에 1240만원 기부</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> </ul> </div> <div class="press_ranking_news _ranking_news_wrapper _CURATION_CARD is_with_tab" id="Ranking"> <div class="ofra_head"> <div class="ofra_head_inner"> <h2 class="ofra_head_title"> 랭킹 뉴스 </h2> <p class="ofra_head_desc _ranking_description"></p> </div> </div> <div class="press_ranking_news_tab"> <ul class="press_ranking_news_tab_list _ranking_nav_items"> <li class="press_ranking_news_tab_item is_selected"> <a href="javascript:;" class="press_ranking_news_tab_link _ranking_tab_button" onclick="nclk(event, 'hom.renwstab', '', '')" data-flicking-index="0">많이 본</a> </li> <li class="press_ranking_news_tab_item "> <a href="javascript:;" class="press_ranking_news_tab_link _ranking_tab_button" onclick="nclk(event, 'hom.cmtnwstab', '', '')" data-flicking-index="1">댓글 많은</a> </li> </ul> </div> <div class="ofra_flick flick"> <div class="flick-container _ranking_panel_list"> <div class="flick-panel" data-ranking-description="<em>오전 11시 ~ 정오</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/310/0000124501?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/310/2025/04/07/124501.jpg?type=nf176_176&ut=1743990549000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">1</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">[속보 영상] 여수 호남화력발전소에 큰 불… 소방당국 진화 중</div> <div class="ofra_list_tx_date">1시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124499?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/310/2025/04/07/124499.jpg?type=nf176_176&ut=1743985693000" 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">2시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124463?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/310/2025/04/04/124463.jpg?type=nf176_176&ut=1743757149000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">3</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">탄핵 이끈 여성의원들 “윤석열 파면은 끝 아닌 시작…대한민국 다시 세우는데 총력”</div> <div class="ofra_list_tx_date">2일전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124488?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/310/2025/04/06/124488.jpg?type=nf176_176&ut=1743904631000" 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">한국·일본 등 6개국, 아동 성착취물 국제 공조수사로 544명 적발... 10대가 절반 이상</div> <div class="ofra_list_tx_date">1일전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124485?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/310/2025/04/06/124485.jpg?type=nf176_176&ut=1743886815000" 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">1일전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124456?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/310/2025/04/04/124456.jpg?type=nf176_176&ut=1743748752000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">6</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">[전문] “윤석열을 파면한다” 헌법재판소 결정문</div> <div class="ofra_list_tx_date">2일전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124495?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/310/2025/04/07/124495.jpg?type=nf176_176&ut=1743976335000" 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">3월 교육물가 2.9%↑...금융위기 이후 최대 상승 </div> <div class="ofra_list_tx_date">5시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124491?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/310/2025/04/06/124491.jpg?type=nf176_176&ut=1743916336000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">8</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">우원식 “대선·개헌 국민투표 동시 시행 제안…지금이 개헌 적기”</div> <div class="ofra_list_tx_date">22시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124489?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/310/2025/04/06/124489.jpg?type=nf176_176&ut=1743911112000" 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">23시간전</div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124496?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/310/2025/04/07/124496.jpg?type=nf176_176&ut=1743977772000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">10</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">미국, 국내 최대 태평염전 소금 수입 금지…"강제노동 확인"</div> <div class="ofra_list_tx_date">5시간전</div> </div> </div> </a> </li> </ul> </div> <div class="flick-panel" data-ranking-description="<em>오전 9시 ~ 정오</em>까지 집계한 결과입니다. <br>총 누적수와 다를 수 있습니다." data-ranking-type="COMMENT" hidden> <ul class="ofra_list"> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124499?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124499.jpg?type=nf176_176&ut=1743985693000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">1</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">[세계는 지금] ‘윤석열 파면’을 주시한 세계… “끝이 아니다”</div> <div class="ofra_list_tx_date">2시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 16 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124488?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124488.jpg?type=nf176_176&ut=1743904631000" 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">한국·일본 등 6개국, 아동 성착취물 국제 공조수사로 544명 적발... 10대가 절반 이상</div> <div class="ofra_list_tx_date">1일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 16 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124491?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124491.jpg?type=nf176_176&ut=1743916336000" 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">22시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 12 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124463?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124463.jpg?type=nf176_176&ut=1743757149000" 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">2일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 3 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124500?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/07/124500.jpg?type=nf176_176&ut=1743987011000" 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">코스피 급락에 8개월 만에 사이드카... 2400 무너져</div> <div class="ofra_list_tx_date">2시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 1 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124489?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124489.jpg?type=nf176_176&ut=1743911112000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">6</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">“손 떼라”…미국 전역서 트럼프·머스크 반대 시위</div> <div class="ofra_list_tx_date">23시간전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 1 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124485?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/06/124485.jpg?type=nf176_176&ut=1743886815000" width="88" height="88" alt="" onerror="showNoImage(this)"> </div> </div> <div class="ofra_list_txwrap"> <i class="ofra_list_num">7</i> <div class="ofra_list_tx"> <div class="ofra_list_tx_headline">예쁜 인형과 여성해방 사이, 알폰스 무하의 여성들</div> <div class="ofra_list_tx_date">1일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 1 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124484?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/05/124484.jpg?type=nf176_176&ut=1743843369000" 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">홍준표 6월 대선 출마 공식화... “정치 인생 마지막 사명”</div> <div class="ofra_list_tx_date">1일전</div> <div class="ofra_list_tx_comment"> <span class="blind">댓글</span> 1 </div> </div> </div> </a> </li> <li class="ofra_list_item as_thumb"> <a href="https://n.news.naver.com/article/310/0000124451?ntype=RANKING" class="ofra_list_item_link _es_pc_link" data-pc-link="" onclick="nclk(event, 'hom.cmtnws', '', '')"> <div class="ofra_list_img"> <div class="ofra_list_img_inner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/04/124451.jpg?type=nf176_176&ut=1743745752000" 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_comment"> <span class="blind">댓글</span> 1 </div> </div> </div> </a> </li> <li class="ofra_list_item is_none as_no_thumb"> <div class="ofra_none"> <span class="ofra_none_text">집계기준에 해당하는 기사가 더 없습니다.</span> </div> </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":"news310,0000124415","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124415" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124415.jpg?type=nf212_140&ut=1743664871000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124414","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124414" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124414.jpg?type=nf212_140&ut=1743663377000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124413","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124413" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124413.jpg?type=nf212_140&ut=1743663016000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124412","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124412" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124412.jpg?type=nf212_140&ut=1743662896000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124411","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124411" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124411.jpg?type=nf212_140&ut=1743661270000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4·2 지방의회 재·보궐선거, 여성 당선자는 두 명뿐</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124410","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124410" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124410.jpg?type=nf212_140&ut=1743660190000" width="106" height="70" alt="" onerror="showNoImage(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_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">전문가 칼럼</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000123167" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/02/20/123167.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[여성논단] 아이들의 역사를 지우는 나라</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000123153" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2025/02/19/123153.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[여성논단] ‘위안부’ 피해자 모욕하던 극우세력, 서부지법 폭동으로 구속되다</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000119336" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/02/119336.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[여성논단] 여자를 위한 학교는 없다</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000118357" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/08/22/118357.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[여성논단] 도둑맞은 ‘퀴어’</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124409","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124409" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124409.jpg?type=nf212_140&ut=1743660137000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124408","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124408" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124408.jpg?type=nf212_140&ut=1743660134000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124407","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124407" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124407.jpg?type=nf212_140&ut=1743660070000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124406","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124406" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124406.jpg?type=nf212_140&ut=1743658030000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">100만 시민 ‘8대 0으로 윤석열 파면하라’ 요구…헌재에 성명 제출</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":"news310,0000124405","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124405" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124405.jpg?type=nf212_140&ut=1743657976000" 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>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124404","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124404" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124404.jpg?type=nf212_140&ut=1743657974000" width="106" height="70" alt="" onerror="showNoImage(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_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">기자의 눈</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000119528" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/09/119528.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[기자의 눈] ‘진주 편의점 여성혐오 폭행사건’ 피해자의 용기와 연대</strong> <span class="press_news_datetime">10월 09일 06:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000119331" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/01/119331.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[기자의 눈] ‘성매매여성 무죄’ 외친 18년, 남긴 것과 남은 것</strong> <span class="press_news_datetime">10월 01일 16:50</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000117920" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/07/31/117920.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[기자의 눈] 교제폭력 피해자와 유가족, 2차 가해에 두 번 운다</strong> <span class="press_news_datetime">07월 31일 06:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000117471" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/07/10/117471.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[기자의 눈] 허구의 남성혐오 ‘집게손가락’</strong> <span class="press_news_datetime">07월 10일 09:55</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124403","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124403" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124403.jpg?type=nf212_140&ut=1743657257000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">임순례·이경미·이길보라·손수현...영화인 1025명 “윤석열 파면 촉구”</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":"news310,0000124402","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124402" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124402.jpg?type=nf212_140&ut=1743656829000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4·2 전남 재보선 민주당 3곳 중 2곳 패배…더 이상 텃밭 아냐</span> <span class="r_ico_b r_modify"><b>3일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124401","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124401" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124401.jpg?type=nf212_140&ut=1743653053000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124400","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124400" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124400.jpg?type=nf212_140&ut=1743652996000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124399","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124399" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124399.jpg?type=nf212_140&ut=1743652994000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124398","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124398" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124398.jpg?type=nf212_140&ut=1743651018000" width="106" height="70" alt="" onerror="showNoImage(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_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">세계는 지금</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000121236" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/10/121236.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[세계는 지금] 한국 계엄에 놀란 세계..."실패한 도박"</strong> <span class="press_news_datetime">12월 10일 10:55</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000121401" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/12/16/121401.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[세계는 지금] 윤석열 탄핵...세계 언론 "윤 대통령이 몰락 자초"</strong> <span class="press_news_datetime">12월 16일 09:40</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120036" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/29/120036.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[세계는 지금] 해리스, 힐러리의 패배를 극복할까</strong> <span class="press_news_datetime">10월 29일 11:01</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000119857" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/22/119857.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>[세계는 지금] 북한 파병설, 한국·우크라이나 '폭풍'...서방 '미풍'</strong> <span class="press_news_datetime">10월 22일 10:42</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124397","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124397" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124397.jpg?type=nf212_140&ut=1743649989000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">불금, 고대 이집트 여행 어때요...서울시향, LG아트센터서울서 퇴근길 콘서트</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124396","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124396" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124396.jpg?type=nf212_140&ut=1743649393000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘제61회 백상예술대상’ 5월 5일 열린다</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":"news310,0000124395","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124395" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124395.jpg?type=nf212_140&ut=1743648259000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124394","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124394" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124394.jpg?type=nf212_140&ut=1743647713000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124393","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124393" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124393.jpg?type=nf212_140&ut=1743643822000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124392","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124392" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124392.jpg?type=nf212_140&ut=1743643819000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">더마펌, 2025 여성마라톤대회에 ‘수딩 리페어 토닝 라인’ 후원</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">과학계 젠더혁신</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120094" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/31/120094.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>감염병·기후위기·전쟁…건강형평성은 왜 중요한가</strong> <span class="press_news_datetime">10월 31일 08:00</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000119695" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/15/119695.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>여성의 비만·만성질환 연구, 왜 정확도 의심받나</strong> <span class="press_news_datetime">10월 15일 14:45</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000118808" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/09/08/118808.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>젠더혁신, 더 평등하고 안전한 사이버스페이스를 만드는 길</strong> <span class="press_news_datetime">09월 08일 10:07</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000118353" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/08/22/118353.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>AI, ‘이건 안 돼’ 꾸짖기보다 납득시켜야 편향성 낮아져</strong> <span class="press_news_datetime">08월 22일 06:00</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124391","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124391" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124391.jpg?type=nf212_140&ut=1743643817000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국민연금 월 500만원 넘는 부부 수급자 나와...평균 108만원</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":"news310,0000124390","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124390" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124390.jpg?type=nf212_140&ut=1743639260000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124389","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124389" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124389.jpg?type=nf212_140&ut=1743639257000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">ICC 체포영장 네타냐후, 체포염려 없는 헝가리 방문</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":"news310,0000124388","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124388" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124388.jpg?type=nf212_140&ut=1743634575000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프 지지율 43%로 하락...취임 후 최저[로이터]</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":"news310,0000124387","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124387" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124387.jpg?type=nf212_140&ut=1743633431000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">강릉 정박 선박서 코카인 1t 적발…5천억원 규모 '역대 최대'</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":"news310,0000124386","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124386" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124386.jpg?type=nf212_140&ut=1743632591000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴욕증시, 상호관세 발표날 상승...나스닥 0.9%↑</span> <span class="r_ico_b r_modify"><b>4일전</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/310/0000124499?type=series&cid=2000633" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,1);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/04/07/0000124499_001_20250407092813762.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/310/0000124499?type=series&cid=2000633" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,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_2000633" data-subscribename="유영혁의 세계는 지금" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2000633&sid1=104" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000633&sid1=104" onclick="nclk(event,'hom.tseries',310,1);"> <div class="press_column_name">유영혁의 세계는 지금</div> </a> </div> </div> </div> </li> <li class="flick-ct"> <div class="press_column_inside"> <div class="press_column_profile"> <a href="https://n.news.naver.com/mnews/hotissue/article/310/0000124475?type=series&cid=2000635" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,2);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/04/05/0000124475_001_20250405081822417.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/310/0000124475?type=series&cid=2000635" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,2);"> <div class="press_column_headline">모성의 공동체 外</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000635" data-subscribename="이주의 책" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2000635&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000635&sid1=103" onclick="nclk(event,'hom.tseries',310,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/310/0000124335?type=series&cid=2000806" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,3);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/04/01/0000124335_001_20250401164509973.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/310/0000124335?type=series&cid=2000806" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,3);"> <div class="press_column_headline">경기도일자리재단, 산불 피해 주민 위해 성금 전달</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000806" data-subscribename="취업정보" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2000806&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000806&sid1=102" onclick="nclk(event,'hom.tseries',310,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/310/0000124192?type=series&cid=2002403" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,4);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/03/27/0000124192_001_20250327060021611.jpg?type=nf276_188" width="138" height="94" alt="여성학회, '2030 여성과 광장'주제로 차세대 여성학 연구자 모집外" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/310/0000124192?type=series&cid=2002403" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,4);"> <div class="press_column_headline">여성학회, '2030 여성과 광장'주제로 차세대 여성학 연구자 모집外</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002403" data-subscribename="여성계 게시판" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2002403&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002403&sid1=102" onclick="nclk(event,'hom.tseries',310,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/310/0000124191?type=series&cid=2002394" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,5);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/03/27/0000124191_001_20250327060020290.jpg?type=nf276_188" width="138" height="94" alt="기본법과 젠더(6) - 모성보호와 돌봄지원" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/310/0000124191?type=series&cid=2002394" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,5);"> <div class="press_column_headline">기본법과 젠더(6) - 모성보호와 돌봄지원</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002394" data-subscribename="젠더법 강좌" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2002394&sid1=110" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002394&sid1=110" onclick="nclk(event,'hom.tseries',310,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/310/0000124130?type=series&cid=2002065" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,6);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/03/25/0000124130_001_20250325100019574.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/310/0000124130?type=series&cid=2002065" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,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_2002065" data-subscribename="여성마라톤, 달리는 여자들" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2002065&sid1=103" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002065&sid1=103" onclick="nclk(event,'hom.tseries',310,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/310/0000124118?type=series&cid=2002425" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,7);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/03/25/0000124118_001_20250325060009511.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/310/0000124118?type=series&cid=2002425" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,7);"> <div class="press_column_headline">우리는 서로의 앨라이가 될 수 있다</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002425" data-subscribename="이슬기의 무기가 되는 글들" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2002425&sid1=110" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002425&sid1=110" onclick="nclk(event,'hom.tseries',310,7);"> <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/310/0000123930?type=series&cid=2002054" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,8);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/03/18/0000123930_001_20250318170216772.jpg?type=nf276_188" width="138" height="94" alt="세월호 11주기 앞두고 ‘기억과 약속의 달’선포…“재난 참사 기억해달라”" onerror="showNoImage(this)"></div> </a> </div> <div class="press_column_tx"> <a href="https://n.news.naver.com/mnews/hotissue/article/310/0000123930?type=series&cid=2002054" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,8);"> <div class="press_column_headline">세월호 11주기 앞두고 ‘기억과 약속의 달’선포…“재난 참사 기억해달라”</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2002054" data-subscribename="세월호 10주기" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2002054&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002054&sid1=102" onclick="nclk(event,'hom.tseries',310,8);"> <div class="press_column_name">세월호 10주기</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/310/0000123812?type=series&cid=2002715" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,9);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/03/14/0000123812_001_20250314060016206.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/310/0000123812?type=series&cid=2002715" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,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_2002715" data-subscribename="운동사이" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2002715&sid1=110" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2002715&sid1=110" onclick="nclk(event,'hom.tseries',310,9);"> <div class="press_column_name">운동사이</div> </a> </div> </div> </div> </li> <li class="flick-ct"> <div class="press_column_inside"> <div class="press_column_profile"> <a href="https://n.news.naver.com/mnews/hotissue/article/310/0000123275?type=series&cid=2000632" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,10);"> <div class="press_column_photo"><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2025/02/24/0000123275_001_20250224194215168.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/310/0000123275?type=series&cid=2000632" class="_es_pc_link" data-pc-link="" onclick="nclk(event,'hom.series',310,10);"> <div class="press_column_headline">광장은 축제 같아도...저 높은 곳에 사람을 두고 돌아서네</div> </a> <div class="press_column_info"> <button class="press_column_subscribe is_preparing _my_feed_btn" data-subscribechannelname="SERIES_HOME" data-subscribechannelkey="HS_2000632" data-subscribename="정보라의 월간데모" data-clickcode-follow="hom.ssubs" data-clickcode-unfollow="hom.sunsubs" data-channel-type="series" data-target-type="NEWS" > <span class="press_column_subscribe_icon"><span class="blind">구독</span></span> </button> <a href="https://news.naver.com/hotissue/main?cid=2000632&sid1=102" class="press_column_namewrap _es_pc_link" data-pc-link="https://news.naver.com/main/hotissue/sectionList.naver?mid=hot&cid=2000632&sid1=102" onclick="nclk(event,'hom.tseries',310,10);"> <div class="press_column_name">정보라의 월간데모</div> </a> </div> </div> </div> </li> </ul> <button type="button" class="btn_carousel_prev _prev_btn"><span class="blind">이전 카드들 보기</span></button> <button type="button" class="btn_carousel_next _next_btn"><span class="blind">다음 카드들 보기</span></button> </div> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124385","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124385" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124385.jpg?type=nf212_140&ut=1743631751000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미국, 한국에 상호관세 25%...트럼프 10~49% 관세부과 발표</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":"news310,0000124384","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124384" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124384.jpg?type=nf212_140&ut=1743630976000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124383","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124383" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124383.jpg?type=nf212_140&ut=1743627627000" 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>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124382","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124382" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124382.jpg?type=nf212_140&ut=1743627623000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[만남] “2030여성 유권자, 잡아둔 집토끼 아냐…페미니즘 없이 민주주의없다”</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":"news310,0000124381","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124381" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124381.jpg?type=nf212_140&ut=1743627618000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124380","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124380" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/03/124380.jpg?type=nf212_140&ut=1743627615000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[젠더법 강좌] 기본법과 젠더(7) - 젠더폭력</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">웹툰으로 본 세상</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000118586" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/08/31/118586.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>웃으며 오래 싸우고픈 페미니스트들에게 : 들개이빨 ‘부르다가 내가 죽을 여자뮤지션’</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000103479" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2023/01/28/103479.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>여혐·퀴혐사회의 레즈비언들, 안녕하신가요</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000115390" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/03/23/115390.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>프랑스 사는 한국여자의 아시안·여성혐오 관찰기 : 실키 작가 ‘김치 바게트’</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000117844" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/07/28/117844.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>귀신보다 가족이 어려운 당신에게 : 와난 ‘집이 없어’</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124379","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124379" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124379.jpg?type=nf212_140&ut=1743590953000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124378","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124378" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124378.jpg?type=nf212_140&ut=1743589218000" 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":"news310,0000124377","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124377" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124377.jpg?type=nf212_140&ut=1743587178000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124376","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124376" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124376.jpg?type=nf212_140&ut=1743585499000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">솔비, 2년 만 개인전 ‘플라워 프롬 헤븐’ 개최</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124375","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124375" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124375.jpg?type=nf212_140&ut=1743584659000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124374","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124374" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124374.jpg?type=nf212_140&ut=1743583692000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">성폭력방지법·양성평등기본법 개정안 본회의 통과…“피해자 보호 강화”</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">인공지능과 미래</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_list"> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120208" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2024/11/05/0000120208_001_20241105161613028.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>레니 보카 MS 부사장 “AI는 미지의 영역…속도·규모·지속가능성 중요”</strong> <span class="press_news_datetime">11월 05일 09:03</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000119901" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/23/119901.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>카카오, 새 AI 카나나 공개…“데이터 학습 능력 신뢰”</strong> <span class="press_news_datetime">10월 23일 17:42</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000120018" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/28/120018.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>‘AI 챗GPT 활용법’ 알려드려요… 11월 2일 실전 교육 실시</strong> <span class="press_news_datetime">10월 28일 14:31</span> </span> </a> </li> <li class="press_news_item as_row_small as_thumb"> <a href="https://n.news.naver.com/article/310/0000117576" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu5p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/07/16/117576.jpg?type=nf212_140" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>4050 여성들, “AI·사이버 보안 전문가로 재도약 꿈꿔요”</strong> <span class="press_news_datetime">07월 16일 07:04</span> </span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124373","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124373" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124373.jpg?type=nf212_140&ut=1743583389000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124372","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124372" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124372.jpg?type=nf212_140&ut=1743582432000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124371","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124371" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124371.jpg?type=nf212_140&ut=1743582137000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124370","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124370" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124370.jpg?type=nf212_140&ut=1743578777000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124369","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124369" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124369.jpg?type=nf212_140&ut=1743576787000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">지난해 외국인 환자 117만명 역대 최다…피부과 70만명</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":"news310,0000124368","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124368" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124368.jpg?type=nf212_140&ut=1743576732000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘아이돌봄 지원법’ 개정안, 국회 본회의 통과</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">정보라의 월간데모</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000119869" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/10/22/119869.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정보라의 월간데모] 세월호·쿠팡·이태원...유족을 도둑 취급하는 사람들이 잊은 것</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000118336" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/08/21/118336.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정보라의 월간데모] 두 달째 딸 장례도 못 치러...책임지는 이 없는 아리셀 참사</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000117258" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2024/06/29/117258.jpg?type=nf320_212&ut=1719644774000" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정보라의 월간데모] 22대 국회 열리자마자 시위 나선 사람들</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000116521" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/05/23/116521.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[정보라의 월간데모] 서울 도심에 노란 리본·무지개 뜬 날들</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124367","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124367" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124367.jpg?type=nf212_140&ut=1743575231000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">여성청소년 생리용품 구매권 사용처 26곳으로 확대</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":"news310,0000124366","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124366" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124366.jpg?type=nf212_140&ut=1743575229000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">탄핵 선고일, 총 16개교 휴업…다음 주 휴업 가능성도</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124365","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124365" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124365.jpg?type=nf212_140&ut=1743573492000" 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>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124364","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124364" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124364.jpg?type=nf212_140&ut=1743572710000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124363","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124363" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124363.jpg?type=nf212_140&ut=1743572708000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124362","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124362" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124362.jpg?type=nf212_140&ut=1743572415000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헌법재판소 주변은 사실상 ‘진공상태’… 차벽 만들고 행인 통제</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">강남역 살해사건 8주기</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000116427" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/05/17/116427.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <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/310/0000116428" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/05/17/116428.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>장혜영 “페미라고, 여성폭력 반대한다고 위협...민주주의 사회 맞나”</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000116426" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/05/17/116426.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <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/310/0000116404" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/05/16/116404.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>강남역 살인사건 8주기 추모식 17일…강남역 10번 출구</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124361","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124361" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124361.jpg?type=nf212_140&ut=1743571455000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘미주 한인 배드민턴 축제’ 제9회 H마트 챔피언십 성료</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":"news310,0000124360","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124360" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124360.jpg?type=nf212_140&ut=1743568749000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">송창주 이준열사기념관장, 제24회 유관순상 수상</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124359","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124359" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124359.jpg?type=nf212_140&ut=1743568509000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124358","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124358" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124358.jpg?type=nf212_140&ut=1743568209000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경기도, 분만취약지 임산부에 교통비 최대 100만원 지원</span> <span class="r_ico_b r_modify"><b>4일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124357","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124357" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124357.jpg?type=nf212_140&ut=1743560715000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">구리시, NH농협카드 적립금 1억632만원 지역발전 위해 환원</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":"news310,0000124356","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124356" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124356.jpg?type=nf212_140&ut=1743560713000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">3월 물가 2.1% 상승...3개월째 2% 대</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">세월호 10주기</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000119066" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/09/19/119066.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>세월호 참사 10년 흘렀지만…재난참사 피해자 권리 여전히 ‘묵살’</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000115812" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/04/15/115812.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>세월호 10주기, 잊지 않으려는 이들의 무대 그리고 전시</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000115799" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/04/15/115799.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>재난취약자에 ‘여성’ 빠졌다</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000115798" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/04/15/115798.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>일본과 미국은 재난대책에 ‘성인지 관점’ 어떻게 반영했을까</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124355","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124355" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124355.jpg?type=nf212_140&ut=1743560656000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">과외 초등생 학대·성착취 동영상 제작 강요 40대 '징역 8년'</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124354","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124354" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124354.jpg?type=nf212_140&ut=1743560596000" 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":"news310,0000124353","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124353" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124353.jpg?type=nf212_140&ut=1743560593000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">지인 등 여성 얼굴에 나체사진 합성·유포 '지인 능욕방' 일당 검거</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124352","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124352" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124352.jpg?type=nf212_140&ut=1743548655000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프 행정부, FDA 등 보건부 산하기관 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":"news310,0000124351","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124351" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124351.jpg?type=nf212_140&ut=1743547094000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경찰, 헌재 인근 100m 차벽 설치 '진공 상태' 착수</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":"news310,0000124350","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124350" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124350.jpg?type=nf212_140&ut=1743546135000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴욕증시, 상호관세 발표 앞두고 혼조 마감...나스닥 0.9%↑</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD" id="ManualEditing"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">브라보 마이 라이프</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_emphasis"> <li class="press_news_item as_col_full"> <a href="https://n.news.naver.com/article/310/0000116559" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu7p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/05/26/116559.jpg?type=nf670_376" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"> <strong>살면서 한 번은 ‘여자 혼자’ 떠나봐요</strong> <span class="press_news_summary">"요즘은 가이드를 잘 따르면 여자 혼자서도 안전하게 여행할 수 있어요. 전 첫째가 두 살이었을 때 함께 파리 루브르를 돌아다녔는걸요. 첫째와 둘째를 데리고, 햇반 80개와 김을 갖고 한 달간 유럽 자동차 여행도 해냈죠. 자신이 행복할 수 있는 길을 알고 있다면 실천하는 용기가 필요해요.... </span> </span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000114950" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu7t',310,2);"> <span class="press_news_text"><strong>도자기로 건물 짓는 49년생 할머니...70대에 ‘제2 전성기’</strong></span> </a> </li> <li class="press_news_item"> <a href="https://n.news.naver.com/article/310/0000111714" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu7t',310,3);"> <span class="press_news_text"><strong>한부모 편견 피해 파리로 떠난 주부, 사회학자·작가 됐다</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list "> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124349","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124349" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124349.jpg?type=nf212_140&ut=1743545527000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미국, 내일 상호관세 발표...550억 달러 흑자 한국 타격 우려</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":"news310,0000124348","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124348" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124348.jpg?type=nf212_140&ut=1743544214000" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124347","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124347" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124347.jpg?type=nf212_140&ut=1743543307000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">4·2 재보궐선거 전국 23곳에서 투표 시작...부산교육감 등 선출</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":"news310,0000124346","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124346" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/02/124346.jpg?type=nf212_140&ut=1743541213000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[강원, 여성친화도시를 가다] "탄광의 도시 태백, 여성친화도시로 다시 태어나다"</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124345","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124345" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124345.jpg?type=nf212_140&ut=1743501431000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">성폭력 피의자 죽음에 또다시 드리우는 ‘2차 가해’ 그림자</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124344","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124344" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124344.jpg?type=nf212_140&ut=1743500711000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경기도 ‘2025년 젠더폭력 도민예방단’ 출범</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> </ul> </div> <div class="press_main_news as_manual _CURATION_CARD"> <div class="press_main_news_title"> <div class="press_main_news_title_inner"> <h4 class="press_main_news_title_h">히포시 캠페인</h4> </div> </div> <div class="press_main_news_inner"> <ul class="press_news_list as_double"> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000114973" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,1);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/03/07/114973.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[3·8 세계여성의 날-‘히포시’] 김준우 녹색정의당 상임대표</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000114971" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,2);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/03/07/114971.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[3·8 세계여성의 날-‘히포시’] 박광온 더불어민주당 의원</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000114976" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,3);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/origin/310/2024/03/07/114976.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[3·8 세계여성의 날-‘히포시’] 김종욱 해양경찰청장</strong></span> </a> </li> <li class="press_news_item as_col"> <a href="https://n.news.naver.com/article/310/0000114991" class="press_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.cu4p',310,4);"> <span class="press_news_thumb"> <span class="press_news_thumbinner"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://imgnews.pstatic.net/image/310/2024/03/07/0000114991_001_20240309094601341.jpg?type=nf320_212" alt="" onerror="showNoImage(this)"> </span> </span> <span class="press_news_text"><strong>[3·8 세계여성의 날-‘히포시’] 한동훈 국민의힘 비상대책위원장</strong></span> </a> </li> </ul> </div> </div> <div class="press_edit_news _nudge_wrap _CURATION_CARD"> <ul class="press_edit_news_list"> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124343","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124343" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,1);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124343.jpg?type=nf212_140&ut=1743499511000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">주한독일상의 신임 대표에 마리 안토니아 폰 쉔부르크</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124342","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124342" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,2);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124342.jpg?type=nf212_140&ut=1743498731000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">도봉구의회, 2025년 정책연구 본격화… 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 " data-comment='{"gno":"news310,0000124341","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124341" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,3);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124341.jpg?type=nf212_140&ut=1743498070000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서난이 전북도의원, HPV 예방접종 남성까지 확대 조례 발의</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":"news310,0000124340","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124340" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,4);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124340.jpg?type=nf212_140&ut=1743497535000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">이천시, 백사산수유꽃축제서 성폭력 예방 캠페인 전개</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount " data-comment='{"gno":"news310,0000124339","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124339" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,5);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124339.jpg?type=nf212_140&ut=1743496148000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경기IT새일센터, 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 " data-comment='{"gno":"news310,0000124338","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124338" class="press_edit_news_link _es_pc_link" data-pc-link="" onclick="nclk(event,'hom.list',310,6);"> <span class="press_edit_news_thumb"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124338.jpg?type=nf212_140&ut=1743495016000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124337","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124337" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,7);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124337.jpg?type=nf212_140&ut=1743494540000" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124336","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124336" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,8);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124336.jpg?type=nf212_140&ut=1743494170000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124335","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124335" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,9);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124335.jpg?type=nf212_140&ut=1743493509000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124334","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124334" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,10);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124334.jpg?type=nf212_140&ut=1743490996000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">브루넬로 쿠치넬리, 듀오백 출시 기념 ‘BC DUO’ 이벤트 진행</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":"news310,0000124333","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124333" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,11);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124333.jpg?type=nf212_140&ut=1743490993000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">세계여성이사협회·삼정KPMG, 사외이사 교육과정 전면 개편</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":"news310,0000124332","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124332" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,12);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124332.jpg?type=nf212_140&ut=1743489857000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124331","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124331" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,13);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124331.jpg?type=nf212_140&ut=1743487571000" 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>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124330","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124330" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,14);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124330.jpg?type=nf212_140&ut=1743485594000" 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":"news310,0000124329","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124329" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,15);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124329.jpg?type=nf212_140&ut=1743484158000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">구리시, 야간연장 어린이집 3곳 추가 지정… 총 38개소 운영</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":"news310,0000124328","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124328" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,16);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124328.jpg?type=nf212_140&ut=1743484155000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124327","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124327" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,17);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124327.jpg?type=nf212_140&ut=1743484152000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124326","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124326" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,18);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124326.jpg?type=nf212_140&ut=1743483789000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“82.2%가 여성”…패션 디자이너의 노동과 건강 실태 보고서</span> <span class="r_ico_b r_modify"><b>5일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124325","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124325" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,19);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124325.jpg?type=nf212_140&ut=1743483554000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124324","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124324" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,20);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124324.jpg?type=nf212_140&ut=1743483552000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124323","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124323" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,21);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124323.jpg?type=nf212_140&ut=1743483548000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">실손보험 비중증 비급여 자부담 50%…보상 최대 일 20만원</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":"news310,0000124322","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124322" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,22);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124322.jpg?type=nf212_140&ut=1743482297000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124321","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124321" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,23);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124321.jpg?type=nf212_140&ut=1743472150000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헌재, 4월 4일 윤석열 탄핵 심판 선고… …국회의결 111일만</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":"news310,0000124320","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124320" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,24);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124320.jpg?type=nf212_140&ut=1743471789000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[인터뷰] 이정선 광주광역시교육감...“ 자유롭게, 평등하게, 각자의 방향으로 뛰면 모두가 1등”</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124319","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124319" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,25);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124319.jpg?type=nf212_140&ut=1743471611000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">회원 9천명·2500억대 외국 도박사이트 운영 일당 검거</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":"news310,0000124318","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124318" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,26);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124318.jpg?type=nf212_140&ut=1743471074000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경기도여성가족재단, ‘성인지 교육 워킹그룹’ 출범… 전문가 100여명 참여</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124317","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124317" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,27);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124317.jpg?type=nf212_140&ut=1743470469000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124316","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124316" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,28);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124316.jpg?type=nf212_140&ut=1743470059000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124315","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124315" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,29);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124315.jpg?type=nf212_140&ut=1743470057000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124314","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124314" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,30);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124314.jpg?type=nf212_140&ut=1743470054000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">3월 수출 583억 달러, 3%↑...무역수지 50억 달러 흑자</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":"news310,0000124313","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124313" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,31);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124313.jpg?type=nf212_140&ut=1743466034000" 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":"news310,0000124312","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124312" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,32);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124312.jpg?type=nf212_140&ut=1743461416000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국민 한 사람 평균 연 18회 외래진료... 75∼79세 41회</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":"news310,0000124311","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124311" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,33);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124311.jpg?type=nf212_140&ut=1743460578000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한화 김승연 회장, (주)한화 지분 11.32% 세 아들에 증여...경영권 승계 완료</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":"news310,0000124310","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124310" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,34);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124310.jpg?type=nf212_140&ut=1743460216000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국제유가, 러시아산 원유 관세 언급에 급등...WTI 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":"news310,0000124309","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124309" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,35);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124309.jpg?type=nf212_140&ut=1743459313000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124308","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124308" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,36);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124308.jpg?type=nf212_140&ut=1743458655000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미얀마 지진 사망자 2천명 넘어...구조대, 맨손 사투 계속</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124306","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124306" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,37);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/04/01/124306.jpg?type=nf212_140&ut=1743457032000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124305","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124305" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,38);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124305.jpg?type=nf212_140&ut=1743428112000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124304","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124304" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,39);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124304.jpg?type=nf212_140&ut=1743427217000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124303","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124303" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,40);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124303.jpg?type=nf212_140&ut=1743417190000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[4.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":"news310,0000124302","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124302" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,41);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124302.jpg?type=nf212_140&ut=1743417016000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124301","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124301" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,42);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124301.jpg?type=nf212_140&ut=1743411376000" 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>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124300","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124300" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,43);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124300.jpg?type=nf212_140&ut=1743410782000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">담양군수 재선거 D-2 유권자의 한 표 값으로 계산하면 1300만원</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":"news310,0000124299","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124299" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,44);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124299.jpg?type=nf212_140&ut=1743410778000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124298","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124298" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,45);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124298.jpg?type=nf212_140&ut=1743405792000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">아이돌봄 서비스 ‘다자녀 가정’ 범위 확대…3자녀→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":"news310,0000124297","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124297" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,46);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124297.jpg?type=nf212_140&ut=1743404412000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">19살 효정씨는 왜 11번 신고하고도 죽어야 했나… 거제 교제살인 1년 [사건의 재구성]</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124296","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124296" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,47);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124296.jpg?type=nf212_140&ut=1743401952000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124295","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124295" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,48);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124295.jpg?type=nf212_140&ut=1743401537000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124294","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124294" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,49);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124294.jpg?type=nf212_140&ut=1743398416000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[4.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":"news310,0000124293","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124293" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,50);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124293.jpg?type=nf212_140&ut=1743395294000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124292","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124292" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,51);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124292.jpg?type=nf212_140&ut=1743394987000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“성상담은 어떻게?”…아하센터, 2025년 성상담 전문가 양성 워크숍 개최</span> <span class="r_ico_b r_modify"><b>6일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124291","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124291" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,52);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124291.jpg?type=nf212_140&ut=1743392533000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124290","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124290" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,53);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124290.jpg?type=nf212_140&ut=1743390190000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124289","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124289" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,54);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124289.jpg?type=nf212_140&ut=1743389775000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124288","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124288" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,55);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124288.jpg?type=nf212_140&ut=1743387074000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">김효주 17개월 만에 LPGA 우승...마지막날 대 역전</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":"news310,0000124287","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124287" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,56);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124287.jpg?type=nf212_140&ut=1743385885000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2월 생산·소비·투자 모두 증가…음식·숙박 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":"news310,0000124286","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124286" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,57);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124286.jpg?type=nf212_140&ut=1743385883000" 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>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124285","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124285" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,58);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124285.jpg?type=nf212_140&ut=1743385877000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124284","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124284" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,59);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124284.jpg?type=nf212_140&ut=1743379638000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124283","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124283" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,60);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124283.jpg?type=nf212_140&ut=1743379633000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124282","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124282" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,61);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124282.jpg?type=nf212_140&ut=1743375489000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한국 조세부담률 OECD 31위로 급감…근로소득세 부담은 늘어</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":"news310,0000124281","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124281" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,62);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124281.jpg?type=nf212_140&ut=1743374592000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">토허제 해제에 2월 주택 매매 30% 늘어...서울 47%↑</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":"news310,0000124280","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124280" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,63);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124280.jpg?type=nf212_140&ut=1743373272000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미얀마 강진 사망 1700명...전기 끊기고 물·식량 부족</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":"news310,0000124279","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124279" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,64);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124279.jpg?type=nf212_140&ut=1743371711000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124278","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124278" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,65);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/31/124278.jpg?type=nf212_140&ut=1743370813000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프 "휴전 합의 안 하면 러시아산 석유에 25% 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":"news310,0000124277","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124277" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,66);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/30/124277.jpg?type=nf212_140&ut=1743309374000" width="106" height="70" alt="" onerror="showNoImage(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":"news310,0000124276","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124276" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,67);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/30/124276.jpg?type=nf212_140&ut=1743309310000" 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":"news310,0000124275","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124275" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,68);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/30/124275.jpg?type=nf212_140&ut=1743306978000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">소리꾼 이자람, 5년 만의 신작 ‘눈, 눈, 눈’ 4월 공연</span> <span class="r_ico_b r_modify"><b>7일전</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124274","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124274" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,69);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/30/124274.jpg?type=nf212_140&ut=1743303313000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">코트라 최초 여성 상임이사 탄생…‘아프리카 전문가’ 김명희 본부장</span> <span class="r_ico_b r_modify"><b>2025.03.30.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124273","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124273" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,70);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/30/124273.jpg?type=nf212_140&ut=1743297312000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘역대 최악의 산불' 사상자 총 75명…산청 진화율 99%</span> <span class="r_ico_b r_modify"><b>2025.03.30.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124272","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124272" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,71);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/30/124272.jpg?type=nf212_140&ut=1743295272000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“봉분에 난 나뭇가지 태우다”… '경북산불' 실화 혐의 50대 남성 입건</span> <span class="r_ico_b r_modify"><b>2025.03.30.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124271","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124271" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,72);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124271.jpg?type=nf212_140&ut=1743249734000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울시의회 김영옥 보건복지위원장, 가족센터 현장 의견 수렴</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124270","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124270" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,73);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124270.jpg?type=nf212_140&ut=1743241990000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[4.2 재·보궐선거] 박환기 “아이 키우기 좋은 거제, 일상부터 바꾸겠습니다”</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124269","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124269" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,74);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124269.jpg?type=nf212_140&ut=1743223992000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프에 굴복한 컬럼비아대 임시총장 사임</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124268","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124268" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,75);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124268.jpg?type=nf212_140&ut=1743223935000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘PC가 망친 백설공주’? 문제는 그게 아니다</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124267","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124267" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,76);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124267.jpg?type=nf212_140&ut=1743221415000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[기고] 대형 쇼핑몰마다 어린이박물관이 있다면</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124266","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124266" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,77);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124266.jpg?type=nf212_140&ut=1743210861000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">안동·의성 산불 재발화...산불 사상자 70명</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124265","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124265" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,78);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124265.jpg?type=nf212_140&ut=1743210859000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">EBS 신동호 사장 임명 반발 확산...EBS PD·기자협회 성명</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124264","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124264" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,79);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124264.jpg?type=nf212_140&ut=1743203658000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">트럼프 "여성은 아이를 가질 수 있는 사람"</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124263","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124263" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,80);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124263.jpg?type=nf212_140&ut=1743202577000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">국내 기름값 7주째 동반하락...휘발유 1670원·경유 1536원</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124262","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124262" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,81);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124262.jpg?type=nf212_140&ut=1743201854000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">뉴욕증시, 물가불안·경기침체 우려에 급락...나스닥 2.7%↓</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124261","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124261" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,82);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124261.jpg?type=nf212_140&ut=1743200712000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미얀마 7.7 강진 150여명 사망…태국 공사 중 고층건물 붕괴</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124260","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124260" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,83);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124260.jpg?type=nf212_140&ut=1743198852000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경북 안동 산불 재발화...영남 산불 사망자 29명</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124259","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124259" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,84);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124259.jpg?type=nf212_140&ut=1743197294000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">검찰, '사위 특혜채용 의혹' 문재인 전 대통령에 소환 통보</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124258","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124258" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,85);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/29/124258.jpg?type=nf212_140&ut=1743195611000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[주간 책타래] 창문 넘어 도망친 엄마 外</span> <span class="r_ico_b r_modify"><b>2025.03.29.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124257","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124257" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,86);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124257.jpg?type=nf212_140&ut=1743173058000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서초여성가족플라자, 탄소제로클래스 운영으로 기후위기 대응 시동</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124256","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124256" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,87);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124256.jpg?type=nf212_140&ut=1743172272000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">전남여성가족재단, 성별영향평가 컨설턴트 워크숍 개최</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124255","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124255" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,88);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124255.jpg?type=nf212_140&ut=1743171254000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">청송군, 대형산불 피해 재난예비비 20억 긴급 투입</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124254","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124254" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,89);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124254.jpg?type=nf212_140&ut=1743170352000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">제19회 사회복지사의 날 기념 전국대회, 오는 4월 11일 개최</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124253","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124253" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,90);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124253.jpg?type=nf212_140&ut=1743155172000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">롯데케미칼, 레조낙 지분 4.9% 2750억원에 매각</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124252","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124252" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,91);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124252.jpg?type=nf212_140&ut=1743154816000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[ESG 게시판] 이마트, 한국백혈병어린이재단에 헌혈증 전달 外</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124251","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124251" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,92);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124251.jpg?type=nf212_140&ut=1743154814000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한국성폭력상담소 “피해자 열람등사권 보장 ‘형사소송법 개정’ 환영”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124250","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124250" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,93);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124250.jpg?type=nf212_140&ut=1743152834000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[4.2 재·보궐선거] 오세현 “누구나 존중받는 도시, 아산을 다시 뛰게 하겠습니다”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124249","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124249" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,94);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124249.jpg?type=nf212_140&ut=1743152593000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[4.2 재·보궐선거] 이재종 “아이 키우기 좋은 담양, 세심한 복지로 실현하겠습니다”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124248","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124248" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,95);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124248.jpg?type=nf212_140&ut=1743152536000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[4.2 재·보궐선거] 장인홍 “떠나고 싶은 구로가 아닌, 머물러 살고 싶은 구로를 만들겠습니다”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124247","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124247" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,96);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124247.jpg?type=nf212_140&ut=1743152173000" 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>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124246","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124246" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,97);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124246.jpg?type=nf212_140&ut=1743150615000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">정혜경 의원, “경찰 폭행에 전치 2주…서울경찰청장 고소하겠다”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124245","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124245" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,98);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124245.jpg?type=nf212_140&ut=1743148393000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">올포유, 제25회 여성 마라톤 공식 후원…고객 의견 반영해 스포츠 라인 강화</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124243","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124243" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,99);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124243.jpg?type=nf212_140&ut=1743141734000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">아동 성상품화 논란 ‘언더피프틴’, 결국 방송 취소</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124241","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124241" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,100);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124241.jpg?type=nf212_140&ut=1743139871000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경북산불 사망자 14명 평균 78세… 서미화 의원, ‘재난 취약계층 보호법’ 발의</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124239","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124239" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,101);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124239.jpg?type=nf212_140&ut=1743134895000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">WISET, 여대학원생 공학연구팀제 참여 여중고생 100인 모집</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124238","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124238" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,102);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124238.jpg?type=nf212_140&ut=1743130093000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">울산시장 성차별 발언에…시민사회·공무원노조 “성별 갈라치기” 규탄</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124237","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124237" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,103);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124237.jpg?type=nf212_140&ut=1743127937000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[4.2 부산교육감 재선거] AI는 외쳤지만 ‘성평등’은 없다</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124236","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124236" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,104);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124236.jpg?type=nf212_140&ut=1743126138000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">KCC, 초고온 내화단열재 ‘뉴-바이오 세라크울’ 업그레이드</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124235","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124235" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,105);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124235.jpg?type=nf212_140&ut=1743126073000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">구리 갈매도서관, 온라인 독서 프로젝트 ‘텍스트 힙!’ 운영</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124234","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124234" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,106);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124234.jpg?type=nf212_140&ut=1743126018000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">경기동부권 시·군의회, 상수원 규제 해소 위해 공동 대응 나선다</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124233","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124233" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,107);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124233.jpg?type=nf212_140&ut=1743125535000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">거리로 나선 간호사들 “내란사태 국민 생명·안전 위협…윤석열 즉각 파면해야” </span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124232","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124232" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,108);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124232.jpg?type=nf212_140&ut=1743124633000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">광례, 애순, 민옥, 영란… 요망‘진’ 그들을 위해! - 드라마 ‘폭싹 속았수다’ </span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124231","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124231" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,109);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124231.jpg?type=nf212_140&ut=1743123737000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">미래포럼, ‘일상적·확장적 민주주의’ 포럼 개최</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124230","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124230" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,110);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124230.jpg?type=nf212_140&ut=1743121092000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">여성·문화네트워크, “세계 여성의 날, 양성평등문화상 홍보 부스로 양성평등 인식 확산”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124229","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124229" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,111);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124229.jpg?type=nf212_140&ut=1743120497000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">순천시, 제4기 여성친화도시 시민참여단 모집… “양성평등 문화 정착 노력”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124228","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124228" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,112);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124228.jpg?type=nf212_140&ut=1743120258000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[워크 인사이드] 이호성 성백F&S 대표 “좋아하는 떡볶이로 사업가 꿈 이뤘어요”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124227","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124227" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,113);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124227.jpg?type=nf212_140&ut=1743120256000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘최악 산불’ 보성‧구례 벚꽃축제 등 각종 행사 취소‧축소</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124226","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124226" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,114);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/28/124226.jpg?type=nf212_140&ut=1743109212000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">농촌소멸 막을 열쇠, 청년 여성 농업인… “차가운 편견 넘어 ‘기업농’ 꿈 키웁니다”</span> <span class="r_ico_b r_modify"><b>2025.03.28.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124225","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124225" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,115);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124225.jpg?type=nf212_140&ut=1743066432000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">5월 구리 유채꽃 축제 열린다… 백경현 시장 “축제는 시민이 주체되는 과정이자 공간”</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124224","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124224" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,116);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124224.jpg?type=nf212_140&ut=1743064577000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">[여성논단] 서류 없으면 피해도 없다?… 진실화해위의 모순과 위선</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124223","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124223" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,117);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124223.jpg?type=nf212_140&ut=1743064454000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대기업 이사회, 여성 의장 속속 등장…SK그룹 계열사만 4곳</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124222","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124222" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,118);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124222.jpg?type=nf212_140&ut=1743064452000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">‘역대 최악의 산불’에 여야, 본회의 미루고 피해복구 총력</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124221","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124221" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,119);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124221.jpg?type=nf212_140&ut=1743061631000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">두산그룹, 산불 피해복구·이재민 구호에 성금 5억원 기탁</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124220","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124220" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,120);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124220.jpg?type=nf212_140&ut=1743059657000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한국 작가들, 프랑스 권위 아동문학상 소시에르상 첫 쾌거</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124219","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124219" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,121);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124219.jpg?type=nf212_140&ut=1743059180000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">헤어진 여성 찾아가 강도살인 40대 남성, 2심도 무기징역</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124218","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124218" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,122);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124218.jpg?type=nf212_140&ut=1743059178000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">양평원, 한국여성인권진흥원과 MOU…“여성인권 보호 위한 도약”</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124217","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124217" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,123);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124217.jpg?type=nf212_140&ut=1743059176000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">재난 시 미성년 유가족 보호·긴급 교육지원 확대…백선희, 법안 발의</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124216","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124216" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,124);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124216.jpg?type=nf212_140&ut=1743056653000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">구로구, 여성청소년 생리용품 보편지원 사업 지속 추진</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124215","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124215" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,125);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124215.jpg?type=nf212_140&ut=1743056532000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">대전 서구, 여성친화도시 서포터즈 정기 회의 개최</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124214","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124214" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,126);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124214.jpg?type=nf212_140&ut=1743055030000" 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>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124213","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124213" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,127);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124213.jpg?type=nf212_140&ut=1743051553000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">1분30초 빠른 수능 종료…법원 "1명 최대 300만원 국가배상"</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124212","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124212" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,128);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124212.jpg?type=nf212_140&ut=1743051433000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">2023년 임금근로자 대출 평균 5150만원...40대 7790만원</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124211","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124211" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,129);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124211.jpg?type=nf212_140&ut=1743049578000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">네이버·카카오, 플랫폼 활용해 산불 피해 복구 수십 억 기부</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124210","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124210" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,130);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124210.jpg?type=nf212_140&ut=1743049513000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">서울시여성가족재단-대림성모병원 여성·지역사회 사회공헌을 위한 MOU 체결</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124209","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124209" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,131);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124209.jpg?type=nf212_140&ut=1743042612000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">성금·구호물품·반려동물 지원도… 재계, 산불 피해 복구 기부 잇달아</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124208","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124208" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,132);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124208.jpg?type=nf212_140&ut=1743042258000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">“여직원 많아 산불 현장 투입 어렵다”?… 울산시장 발언에 “혐오·차별 불 질렀다” 비판</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124207","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124207" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,133);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124207.jpg?type=nf212_140&ut=1743042075000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">유한킴벌리, 다둥이 가족 응원…하기스 등 최대 50% 할인</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124206","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124206" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,134);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124206.jpg?type=nf212_140&ut=1743042072000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">한성협·한국오가논, 사각지대 성교육 지원하는 ‘세이플루언서’ 3기 출범</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124205","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124205" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,135);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124205.jpg?type=nf212_140&ut=1743042008000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">박홍률 목포시장 당선 무효…박우량 신안군수도 직위 상실</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124204","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124204" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,136);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124204.jpg?type=nf212_140&ut=1743040573000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">은평구, 돌봄 분야 공모사업 3개 선정…사업비 총 1억 9천5백만 원 확보</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124203","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124203" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,137);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124203.jpg?type=nf212_140&ut=1743039911000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">노인 기준 연령 상향 논의, 사회적 합의와 체계적 접근 필요</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> <li class="press_edit_news_item as_thumb _rcount is_hidden" data-comment='{"gno":"news310,0000124202","type":"pressHomeCard","linkDomain":"https://n.news.naver.com"}'> <a href="https://n.news.naver.com/article/310/0000124202" class="press_edit_news_link _es_pc_link_hidden" data-pc-link="" onclick="nclk(event,'hom.list',310,138);"> <span class="press_edit_news_thumb"> <img data-img-src="https://mimgnews.pstatic.net/image/origin/310/2025/03/27/124202.jpg?type=nf212_140&ut=1743038116000" width="106" height="70" alt="" onerror="showNoImage(this, 'noHeight')"> </span> <span class="press_edit_news_text"> <span class="press_edit_news_title">가족정책 위해 중앙-지방자치단체 머리 맞댄다…여가부, 간담회 개최</span> <span class="r_ico_b r_modify"><b>2025.03.27.</b></span> </span> </a> </li> </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',310,'');">접기</a> <a href="javascript:void(0);" class="press_edit_news_btn_more _nudge_more_btn" onclick="nclk(event,'hom.more',310,'');">더보기</a> </div> </div> <div class="press_desc_wrap"> <div class="press_desc"><em>여성신문</em>에서 직접 선정한 콘텐츠입니다.</div> </div> <p class="subscribe_ticker" style="display: none;">구독한 뉴스는 <em>My뉴스</em>에서 볼 수 있습니다.</p> </section> <section class="press_aside _aside_wrapper"> <div class="press_aside_inner _aside_content"> <h3 class="blind">구독</h3> <div class="_aside"></div> <script> doAfterLoadEnd(loadAside); function loadAside() { var forcePcVersion = ""; if (isMobileDevice() && !forcePcVersion) { return; } var iframe = append(); var asideFixed; window.addEventListener('message', function(event) { var data = event.data; if (event.origin !== "https://news.naver.com") { return; } if (data.type === "setIframeSize" && data.height) { iframe.style.height = data.height + 'px'; iframe.style.visibility = ""; try { asideFixed.deactivate(); // event 중복 적용되지 않게 } catch(e) {} asideFixed = AsideFixed({ "wrapper" : document.querySelector("._aside_wrapper") }); } }); function append() { var iframe = document.createElement('iframe'); iframe.title = "구독 및 추천 채널"; iframe.width = "100%"; iframe.height = "0"; iframe.style.visibility = "hidden"; iframe.setAttribute("frameborder", "no"); iframe.setAttribute("scrolling", "no"); iframe.src = "https://news.naver.com/aside?oid=310"; document.querySelector("._aside").appendChild(iframe); return iframe; } } </script> </div> </section> </div> </div> <hr /> <div class="mp_footer"> <div class="f_maininfo"> <div class="f_maininfoinner"> <a href="javascript:topPage();" class="r_pg_top _go_top" id="goTop" onclick="nclk(event, 'fot.pctop', '', '');">맨위로</a> <footer role="contentinfo"> <p class="u_cr"> <span class="u_ftm _footer_login"> <span class="u_cri u_cri_v1"><a href="https://m.naver.com/services.html" data-mpurl='{"m":"https://m.naver.com/services.html","p":"https://www.naver.com/more.html"}' class="u_cra" onclick="nclk(event,'fot.serviceall','','');">전체서비스</a></span> </span> <span class="u_ftm"> <span class="u_cri u_cri_v1"><a href="https://news.naver.com/ombudsman" data-mpurl='{"m":"https://news.naver.com/ombudsman","p":"https://news.naver.com/ombudsman"}' class="u_cra" onclick="nclk(event,'fot.guide','','');">서비스안내</a></span> <span class="u_cri u_cri_v1"><a href="https://help.naver.com/alias/news/news_001.naver" data-mpurl='{"m":"https://help.naver.com/alias/news/news_001.naver","p":"https://help.naver.com/alias/news/news_001.naver"}' class="u_cra" onclick="nclk(event,'fot.report','','');">오류신고</a></span> <span class="u_cri u_cri_v1"><a href="https://help.naver.com/alias/news/news_007.naver" data-mpurl='{"m":"https://help.naver.com/alias/news/news_007.naver","p":"https://help.naver.com/alias/news/news_007.naver"}' class="u_cra" onclick="nclk(event,'fot.help','','');">고객센터</a></span> </span> <span class="cr_rule"> <span class="cr_rulea">청소년 보호 책임자 : 이정규</span> </span> <span class="u_presscopy"> 각 언론사가 직접 콘텐츠를 편집합니다. <span class="u_presscopy_a">ⓒ 여성신문</span> </span> <span class="u_copyright">이 콘텐츠의 저작권은 저작권자 또는 제공처에 있으며, 이를 무단 이용하는 경우 저작권법 등에 따라 법적 책임을 질 수 있습니다.</span> <span class="u_naverlogo"><a href="https://www.navercorp.com/" data-mpurl='{"m":"https://www.navercorp.com/","p":"https://www.navercorp.com/"}' class="u_naverlogo_a" id="nhnLink" onclick="nclk(event,'fot.navercorp','','');">NAVER</a></span> </p> </footer> </div> </div> </div> <script type="text/javascript"> /** * 이 파일은 모바일 뉴스 서비스 전체 페이지에 적용되는 스크립트로써, * 코드 추가 시 Front-End 성능 관점에서 주의를 요합니다. */ jQuery(window).on('load', function(){ setTimeout(onload, 10); function onload(){ var oLnb = new news.Lnb('._lnb_scroll'); new news.ImageLazyLoader().load("img[data-src]"); new news.MoveTopButton("._go_top"); new news.HistoryManager().init("naver_mobile_news_history", ""); // iframe lazy-loading (function(){ try { Array.prototype.slice.apply(document.querySelectorAll('iframe[data-src]')) .forEach(function(iframeEl) { var originSrc = iframeEl.getAttribute('data-src'); if(originSrc) { iframeEl.setAttribute('src', originSrc); } }); }catch(e) {} })(); if(typeof init === "function"){ init(); } var cookie = news.Cookie.getInstance(); var isShownNewLnb = cookie.getItem("isShownNewLnb"); if(isShownNewLnb == null) { isShownNewLnb = "Y"; cookie.setItem("isShownNewLnb", isShownNewLnb, 3650, "", "/"); $("._isNew").addClass("is_new"); } { var footerLogin = jQuery(document).find('._footer_login'); if(footerLogin <= 0) { return; } // 디바이스에 따라 로그인, 로그아웃 URL 분기 var loginUrl = "https://nid.naver.com/nidlogin.login"; var logoutUrl = "https://nid.naver.com/nidlogin.logout?"; if (news.Util.getAgentInfo().bMobileOrTablet) { loginUrl = "https://nid.naver.com/nidlogin.login?svctype=262144"; logoutUrl = "https://nid.naver.com/nidlogin.logout?svctype=262144&"; } if(news.LoginAssistor.isLoginUser()) { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="javascript:news.Util.logout(\''+logoutUrl+'url=\'+encodeURIComponent(location.href));" class="u_cra" id="news_logout" onclick="nclk(event,\'fot.logout\',\'\',\'\');" >로그아웃</a></span>') }else { footerLogin.prepend('<span class="u_cri u_cri_v1"><a href="'+loginUrl+'" class="u_cra" id="news_login" onclick="nclk(event,\'fot.login\',\'\',\'\');" >로그인</a></span>') } } } }); </script> <script> function init() { /* LNB */ var pressHomeTopLnb = initPressHomeTopLnb(); /* LNB */ /* 탭 */ var pressHomeTab = initPressHomeTab({ floating: pressHomeTopLnb.floating }); /* 탭 */ /* 댓글 카운트 */ news.CommentCountPainterToList.getInstance().renderCommentCount({ linkDomainMap: { press: 'https://n.news.naver.com', pressHomeCard: 'https://n.news.naver.com' }, addStyle: "prepend", }); /* 댓글 카운트 */ /* 연/스 pc 기사링크 변경 대응 */ PressHomeMainManager.EnterSportsLinkChanger(); /* 연/스 pc 기사링크 변경 대응 */ /* 사설 */ if ($('._editorial_flick_wrap').length > 0) { new news.Flicking('._editorial_flick_wrap', { sNavDotAreaSelector: '._editorial_nav_items', // nStartIndex: 2, sOnNavDotClassName: 'pg_num_on', }); } /* 사설 */ /* 지면뉴스 플리킹 */ if ($('._paper_flick_wrap').length > 0) { new PressHomeMainManager.DotClickableFlicking('._paper_flick_wrap', { sNavDotAreaSelector: '._paper_nav_items', // nStartIndex: 2, sNavDotTpl: '<span role="tab" aria-selected="false" class="pg_num"></span>', sOnNavDotClassName: 'pg_num_on', }); } /* 지면뉴스 플리킹*/ // MyFeed wrapper 별로 초기화 해야한다. (관련 이슈 : NEW-27394) /* 칼럼 구독 */ if ($('._column_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._column_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, myFeedUrl: '/opinion/series' }).activate(); } /* 칼럼 구독 */ /* 연재 구독 */ if ($('._series_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._series_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, onMyFeedUrl: function (welFollowBtn) { var channelType = welFollowBtn.attr("data-channel-type"); var targetType = welFollowBtn.attr("data-target-type"); // 엔터/스포츠 연재 카드만 대응 (NEW-37777) if (channelType === "series" && (targetType === "ENTER" || targetType === "SPORTS")) { return 'https://media.naver.com/channel/seriesSetting?type=' + targetType; } return "https://m.naver.com/naverapp/?cmd=onMenu&menuCode=NEWS"; } }).activate(); } /* 연재 구독 */ /* 기자 focus 구독 */ if ($('._journalist_focus_myfeed_wrapper').length > 0) { new news.MyFeed().init({ wrapper: $("._journalist_focus_myfeed_wrapper"), sApiCheckFollowState: "/myfeed/subscribeYnList", sApiFollowerCount: "/myfeed/getFeedCount", followLayerAutoCloseMs: 5000, isShowSubscribeButtonOnLayer: true, onRenderGuideLayer: function(welWrapper) { new PressHomeMainManager.ChannelSubscribeButton(welWrapper.find('.subscribe_guide_btn_wrapper'), { officeId: '310', buttonClassName: 'subscribe_guide_btn', nclk_add: 'hom.laypsub', nclk_remove: 'hom.laypusub', nclk_info: 'hom.info', needNotificationButton: false, needNotificationConfirm: false, // 기자 구독 > 언론사 구독 버튼은 기자 구독 시 생성되므로 캐시된 fetchChannelInfo 대신 최신 정보를 이용 refreshFetchChannelInfo: true }); }, myFeedUrl: getMyFeedUrl(), journalistSettingUrl: 'https://media.naver.com/channel/extraSettings' }).activate(); } /* 기자 focus 구독 */ /* 기자 focus > 기자 TALK 채팅 업데이트 여부 */ try { PressHomeMainManager.journalistTalkCommentUpdated(); } catch (e) {} /* 기자 focus > 기자 TALK 채팅 업데이트 여부 */ /* 랭킹 */ if ($('._ranking_news_wrapper').length > 0) { new PressHomeMainManager.Ranking('._ranking_news_wrapper'); } /* 랭킹 */ /* 개인화 추천 플리킹 */ if ($('._auto_recommend_news_wrapper').length > 0) { new PressHomeMainManager.AutoRecommend('._auto_recommend_news_wrapper'); if (typeof initAutoRecommendAiRS === 'function') { initAutoRecommendAiRS(); } } /* 개인화 추천 플리킹 */ /* 넛지 */ new PressHomeMainManager.HasMoreList('._nudge_wrap', { sMoreAreaSelector: '._nudge_more_area', sMoreButtonSelector: '._nudge_more_btn', sMoreFoldButtonSelector: '._nudge_more_fold_btn', onMoreArticleShow: function(articles, moreCount) { new news.ImageLazyLoader({ sSrcAttributeName: 'data-img-src' }).load('img[data-img-src]:lt(' + moreCount + ')'); } }); /* 넛지 */ /* 네이버TV 라이브 */ if ($('._navertv_live_wrapper').length > 0) { new PressHomeMainManager.NaverTvLive('._navertv_live_wrapper', { staticResourceDomain: 'https://ssl.pstatic.net/static.news/mnews/resources/20250403_061027' }); } /* 네이버TV 라이브 */ /* 네이버앱 숏폼 공통 뷰어 */ if ($('._press_shortform_list').length > 0) { PressHomeMainManager.ShortFormAppViewer({ sOfficeId: "310" }); } /* 네이버앱 숏폼 공통 뷰어 */ /* 가로스크롤 일괄 추가 */ $("._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?2025040712"; // 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 = "310"; 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>