CINXE.COM

시사저널

<!doctype html> <html class="no-js" lang="ko" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=1200"> <meta name="apple-mobile-web-app-title" content="시사저널" /> <meta name="robots" content="max-image-preview:large"> <!-- 메타태그정보 //--> <meta name="description" content="저널리즘이 살아 있는 시사 종합 미디어, 정치·경제·사회·국제 뉴스"/> <meta property="og:title" content="시사저널"/> <meta property="og:site_name" content="시사저널"/> <meta property="og:image" content="https://www.sisajournal.com/image/logo/snslogo_20240513034726.png" /> <meta property="og:url" content="https://www.sisajournal.com" /> <meta property="og:description" content="저널리즘이 살아 있는 시사 종합 미디어, 정치·경제·사회·국제 뉴스" /> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="시사저널"/> <meta name="twitter:description" content="저널리즘이 살아 있는 시사 종합 미디어, 정치·경제·사회·국제 뉴스"/> <meta name="twitter:image:src" content="https://www.sisajournal.com/image/logo/snslogo_20240513034726.png"/> <!--// 메타태그정보 --> <link rel="shortcut icon" href="https://cdn.sisajournal.com/image/logo/favicon.ico"> <title>시사저널</title> <link rel="alternate" type="application/rss+xml" href="https://cdn.sisajournal.com/rss/gn_rss_allArticle.xml"/> <link rel="canonical" href="https://www.sisajournal.com" /> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/jquery-ui.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/slick.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/jquery.timepicker.css" /> <link rel="stylesheet" href="https://cdn.sisajournal.com/adManager/css/adManager.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/foundation.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/custom.foundation.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/webfonts.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/font.style.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/media.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/autobox.style.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/templates.style.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/plugin.style.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/style.min.css"> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/design.style.css"><link rel="stylesheet" href="https://cdn.sisajournal.com/menuskin/pd_01/menubar.css"> <script src="https://cdn.sisajournal.com/script/jquery.min.js"></script> <script src="https://cdn.sisajournal.com/script/jquery-ui.min.js"></script> <script src="https://cdn.sisajournal.com/script/slick.min.js"></script> <script src="https://cdn.sisajournal.com/script/jquery.rwdImageMaps.min.js"></script> <script src="https://cdn.sisajournal.com/script/what-input.js"></script> <script src="https://cdn.sisajournal.com/script/foundation.min.js"></script> <script src="https://cdn.sisajournal.com/menuskin/pd_01/menubar.js"></script> <script src="https://cdn.sisajournal.com/script/user.style.js"></script> <script src="https://cdn.sisajournal.com/script/clipboard.min.js"></script> <script src="https://cdn.sisajournal.com/script/jquery.timepicker.min.js"></script> <script src="https://cdn.sisajournal.com/script/jquery.tabslet.min.js"></script> <script src="https://cdn.sisajournal.com/script/common.js"></script> <!-- fonts --> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> <script src="https://cdn.sisajournal.com/script/fontfaceobserver.js?1722306057006"></script> <script> var font = new FontFaceObserver('Noto Sans KR'); font.load().then(function () { document.documentElement.classList.add('fonts-loaded'); }); </script> <style> body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6 {font-family: system-ui, sans-serif} .fonts-loaded body, .fonts-loaded th, .fonts-loaded td, .fonts-loaded input, .fonts-loaded select, .fonts-loaded textarea, .fonts-loaded button, .fonts-loaded h1, .fonts-loaded h2, .fonts-loaded h3,.fonts-loaded h4, .fonts-loaded h5, .fonts-loaded h6 {font-family: 'Roboto','Noto Sans KR',sans-serif} </style> <!--[if lt IE 10]> <link rel="stylesheet" href="https://cdn.sisajournal.com/css/style.ie9.css"> <script src="https://cdn.sisajournal.com/script/html5shiv.min.js"></script> <![endif]--> <script type="text/javascript"> $(document).ready(function(e) { // 이미지맵 $('img[usemap]').rwdImageMaps(); bannerpop.banner(".banner_event_box"); // 기능성배너 이벤트 bannerpopMulti.bannerLoad(); // 멀티 기능성 배너 이벤트 // 기사뷰 이미지관련 // 기사본문 부분 복사하기 저작권 표시 $('#article-view-content-div').on('copy', function(e){ var sel = window.getSelection(); var copyFooter = "<br/><br/>출처 : 시사저널(https://www.sisajournal.com)<br/>"; var copyHolder = $('<div>', {html: sel+copyFooter, id:'copy_text', css: {position: 'absolute', left: '-99999px'}}); $('body').append(copyHolder); var str = $('#copy_text').html(); $('#copy_text').html(str.replace(/(\r\n|\n|\r)/gm, "<br />")); sel.selectAllChildren( copyHolder[0] ); window.setTimeout(function() { copyHolder.remove(); },0); }); }); // 도메인 var SITE_DOMAIN = 'https://www.sisajournal.com' ,CDN_DOMAIN = 'https://cdn.sisajournal.com' ,___currentTime = 1733336400; // 즐겨찾기 스크립트 function bookmark() { window.external.AddFavorite("https://www.sisajournal.com", "시사저널") } </script> <style type="text/css"> /* 사이트 기본 색 */ .user-point,a.user-point, .poll-columns .poll-state.going {color:#E60012 !important} .user-bg,.user-bg:hover,.user-bg:active,.user-bg:focus,li[id*="slick-"].slick-active button[data-role],.tabs .is-active a, .checkbox-group > input[type="radio"]:checked + label::before, .checkbox-group > input[type="checkbox"]:checked + label::before, .radio-group > input[type="radio"]:checked + label::before, .radio-group > input[type="checkbox"]:checked + label::before, .poll-view .poll-view-state.going,.poll-view .poll-radio input[type="radio"]:checked + label::before,.poll-view .poll-radio input[type="checkbox"]:checked + label::before, .nd-switch.user-bg input[type="checkbox"]:checked + label,.nd-switch.user-bg input[type="radio"]:checked + label, .nd-switch.user-bg input[type="checkbox"]:checked + label::before,.nd-switch.user-bg input[type="radio"]:checked + label::before, .switch-group.user-bg > .nd-switch input[type="checkbox"]:checked + label,.switch-group.user-bg > .nd-switch input[type="radio"]:checked + label {background-color:#E60012 !important} .user-border, .checkbox-group input[type="checkbox"] + label::before, .checkbox-group input[type="radio"] + label::before, .radio-group input[type="checkbox"] + label::before, .radio-group input[type="radio"] + label::before, .poll-view .poll-radio input[type="radio"] + label:hover strong::before,.poll-view .poll-radio input[type="checkbox"] + label:hover strong::before, .poll-view .poll-radio input[type="radio"]:checked + label strong::before,.poll-view .poll-radio input[type="checkbox"]:checked + label strong::before, #gallery-wrap .gallery-content.view-page .gallery-thumb .nav-content.slick-current::before {border-color:#E60012 !important} .user-border-top {border-top-color:#E60012 !important} .user-border-bottom {border-bottom-color:#E60012 !important} .user-border-left {border-left-color:#E60012 !important} .user-border-right {border-right-color:#E60012 !important} .checkbox-group input[type="checkbox"] + label::before, .checkbox-group input[type="radio"] + label::before, .radio-group input[type="checkbox"] + label::before, .radio-group input[type="radio"] + label::before {opacity:.3} .checkbox-group > input[type="radio"]:checked + label::before, .checkbox-group > input[type="checkbox"]:checked + label::before, .radio-group > input[type="radio"]:checked + label::before, .radio-group > input[type="checkbox"]:checked + label::before {opacity:initial} /* view */ @media screen and (max-width: 1320px) { #sticky-header .aht-btn {display:none !important} } /* site size */ .width-1200 {width:1200px} .max-width-1200 {max-width:1200px} .min-width-1200 {min-width:1200px} </style> <!--네이버 애널리틱스 20190424--> <script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script> <script type="text/javascript"> if(!wcs_add) var wcs_add = {}; wcs_add["wa"] = "12b8cbedb02b53"; wcs_do(); </script> <!-- 네이버 애널리틱스 --> <script type="text/javascript" src="//wcs.naver.net/wcslog.js"></script> <script type="text/javascript"> if(!wcs_add) var wcs_add = {}; wcs_add["wa"] = "d3ababdfcb8da8"; wcs_do(); </script> <meta name="google-site-verification" content="xIj-GsbBgY0un3DXH9PpeLT4GbLkSRvwqbfRbdBbLGc" /> <meta name="google-site-verification" content="_8aezZMDiLY2VmOtYteNEHSDrddQgK1aq646G988qNY"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-8VQKBPKQB1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-8VQKBPKQB1'); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-21818714-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-21818714-1'); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-8VQKBPKQB1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-8VQKBPKQB1'); </script> </head> <body class=" " style=""> <nav class="skip-nav"> <a href="#user-menu" onclick="document.getElementById('user-menu').tabIndex = -1;document.getElementById('user-menu').focus();return false;" class="user-border"><span>주요서비스 바로가기</span></a> <a href="#user-container" onclick="document.getElementById('user-container').tabIndex = -1;document.getElementById('user-container').focus();return false;" class="user-border"><span>본문 바로가기</span></a> <a href="#user-footer" onclick="document.getElementById('user-footer').tabIndex = -1;document.getElementById('user-footer').focus();return false;" class="user-border"><span>매체정보 바로가기</span></a> <a href="#userLogin" onclick="document.getElementById('userLogin').tabIndex = -1;document.getElementById('userLogin').focus();return false;" class="user-border"><span>로그인 바로가기</span></a> <a href="#userSearch" onclick="document.getElementById('userSearch').tabIndex = -1;document.getElementById('userSearch').focus();return false;" class="user-border"><span>기사검색 바로가기</span></a> <a href="#allService" onclick="document.getElementById('allService').tabIndex = -1;document.getElementById('allService').focus();return false;" class="user-border"><span>전체서비스 바로가기</span></a> </nav> <!--[if lt IE 10]> <div id="ie9-guide"> <div class="ie9-wrapper border-box"> <p class="guide-txt"> 잠깐! 현재 Internet Explorer 8이하 버전을 이용중이십니다. 최신 브라우저(Browser) 사용을 권장드립니다! </p> <div class="guide-right"> <dl class="ie9-down nobr"> <dt><i class="icon ie-logo">ie</i></dt> <dd> <span>인터넷 익스플로러 11</span> <a href="http://windows.microsoft.com/ko-kr/internet-explorer/download-ie" target="_blank">다운로드</a> </dd> </dl> <dl class="ie9-down"> <dt><i class="icon cr-logo">chrome</i></dt> <dd> <span>구글 크롬</span> <a href="http://www.google.com/chrome/" target="_blank">다운로드</a> </dd> </dl> <dl class="ie9-down"> <dt><i class="icon ff-logo">firefox</i></dt> <dd> <span>모질라 파이어폭스</span> <a href="http://www.mozilla.or.kr/" target="_blank">다운로드</a> </dd> </dl> </div> </div> </div> <![endif]--> <div class="off-canvas-wrapper"> <div class="off-canvas-wrapper-inner" data-off-canvas-wrapper> <div class="off-canvas-content" data-off-canvas-content> <!-- wrap //--> <div id="user-wrap" class="min-width-1200"> <div id="user-wrapper"> <!-- header //--> <header id="user-header" class="posi-re float-center"> <div class="clearfix text-center"> </div> <style type="text/css"> #header-wrapper .mode-inner {width:1200px} /* 1차 섹션 */ #user-nav .user-menu .secline > a.a-hover {color:#E60012} /* 2차 섹션 */ #user-nav .user-menu .secline .sub > a.a-sub-hover, #user-nav .user-menu .secline .sub > a:hover {color:#E60012} </style> <!-- 메뉴 시작 //--> <div id="header-wrapper" class="vertical full center " data-main-code="/index.html" data-sub-code="/index.html" data-serial-code="/index.html" data-multi-code=""> <!-- 로고영역 //--> <header id="nav-header"> <div class="mode-inner"> <div class="user-banner text-left"> <ul class="user-menu no-bullet"> <li><a href="https://www.sisajournal.com/subscribe/kd.html" target="_top">구독하기 <i class="padleft-3 icon-angle-double-right"></i></a></li> <li><a href="https://www.sisajournal.com/com/jb.html" target="_top">기사제보 <i class="padleft-3 icon-angle-double-right"></i></a></li> </ul> </div> <div class="logo-con"> <H1 class="user-logo text-center"> <a href="https://www.sisajournal.com" target="_top"> <img src="https://cdn.sisajournal.com/image/logo/toplogo_20240513034706.png" alt="시사저널"> </a> </H1> <div class="hosu-wrap"> <div class="date">2024-11-30</div> <div class="hosu">1833호</div> </div> </div> <div class="user-banner text-right"> <div class="user-sns"> <a href="https://post.naver.com/sisa-journal" target="_blank" class="item pt"><i class="icon-post"><span class="show-for-sr">post</span></i></a> <a href="https://www.facebook.com/sisajournal" target="_blank" class="item fb"><i class="icon-facebook"><span class="show-for-sr">facebook</span></i></a> <a href="https://twitter.com/sisajournal" target="_blank" class="item tw"><i class="icon-twitter"><span class="show-for-sr">twitter</span></i></a> <a href="https://www.instagram.com/sisajournal/" target="_blank" class="item ins"><i class="icon-instagram"><span class="show-for-sr">instagram</span></i></a> </div> <!-- 로그인 //--> <ul id="userLogin" class="user-logbox"> <li><a href="https://www.sisajournal.com/member/login.html" class="login">Log in</a></li> </ul> <!--// 로그인 --> </div> </div> </header> <!--// 로고영역 --> <!-- 메뉴바 //--> <nav id="user-nav"> <div class="mode-inner"> <!-- 전체 --> <button type="button" class="user-allbtn" title="전체메뉴" data-toggle="offCanvas"> <i class="icon-bars"><span class="show-for-sr">전체메뉴 버튼</span></i> </button> <!-- 섹션 //--> <ul id="user-menu" class="user-menu"> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N58&view_type=sm" target="_top" data-code="S1N58">정치</a> <ul> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N54&view_type=sm" target="_top" data-code="S1N54">경제</a> <ul> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N47&view_type=sm" target="_top" data-code="S1N47">사회</a> <ul> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N59&view_type=sm" target="_top" data-code="S1N59">국제</a> <ul> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N56&view_type=sm" target="_top" data-code="S1N56">생활</a> <ul> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N106&view_type=sm" target="_top" data-code="S2N106">Health</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N107&view_type=sm" target="_top" data-code="S2N107">Culture</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N108&view_type=sm" target="_top" data-code="S2N108">IT/Science</a> </li> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N64&view_type=sm" target="_top" data-code="S1N64">연예</a> <ul> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N65&view_type=sm" target="_top" data-code="S1N65">스포츠</a> <ul> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N57&view_type=sm" target="_top" data-code="S1N57">OPINION</a> <ul> </ul> </li> <li class="secline"> <a href="javascript:;" target="_top" data-code="javascript:;">특집</a> <ul> <li class="sub"> <a href="/index2.html?editcode=MAIN_13" target="_top" data-code="">포럼</a> </li> <li class="sub"> <a href="/moveKorea/?type=move2024" target="_top" data-code="move2024">누가 한국을 움직이는가</a> </li> <li class="sub"> <a href="/leader/?type=leader2018" target="_top" data-code="leader2018">차세대리더</a> </li> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N53&view_type=sm" target="_top" data-code="S1N53">네트워크</a> <ul> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N137&view_type=sm" target="_top" data-code="S2N137">경기</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N101&view_type=sm" target="_top" data-code="S2N101">인천</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N104&view_type=sm" target="_top" data-code="S2N104">영남</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N103&view_type=sm" target="_top" data-code="S2N103">호남</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N102&view_type=sm" target="_top" data-code="S2N102">충청</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N136&view_type=sm" target="_top" data-code="S2N136">제주</a> </li> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N52&view_type=sm" target="_top" data-code="S1N52">연재</a> <ul> </ul> </li> <li class="secline"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N60&view_type=sm" target="_top" data-code="S1N60">포토</a> <ul> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N110&view_type=sm" target="_top" data-code="S2N110">만평</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N111&view_type=sm" target="_top" data-code="S2N111">포토뉴스</a> </li> <li class="sub"> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N112&view_type=sm" target="_top" data-code="S2N112">시사픽업</a> </li> </ul> </li> </ul> <!--// 섹션 --> <!-- 전체 --> <button type="button" class="user-allbtn" title="전체메뉴" data-toggle="offCanvas"><i class="icon"><span class="show-for-sr">전체메뉴</span></i></button> <!-- 검색 //--> <div id="userSearch" class="user-search"> <button type="button" class="sch-btns"><i class="icon-search-thin"><span class="show-for-sr">검색</span></i></button> <fieldset class="user-search-form"> <form name="head-search" class="clearfix" method="get" action="/news/articleList.html"> <input type="hidden" name="sc_area" value="A"> <input type="hidden" name="view_type" value="sm"> <label class="show-for-sr" for="search">기사검색</label> <input type="text" name="sc_word" id="search" onkeydown="if(event.keyCode==13){if(this.form.sc_word.value != ''){this.form.submit();}else{alert('검색어를 입력해주세요');return false;}}" placeholder="검색어를 입력해주세요" title="검색어"> <button type="button" title="검색" onclick="if(this.form.sc_word.value != ''){this.form.submit();}else{alert('검색어를 입력해주세요');this.form.sc_word.focus();return false;}"><i class="icon-search-thin"><span class="show-for-sr">검색</span></i></button> </form> </fieldset> </div> <!--// 검색 --> </div> </nav> <!--// 메뉴바 --> </div> <!--// 메뉴 끝 --> <script type="text/javascript"> <!-- //메뉴 스타일 불러옴 : 메뉴 /script/menubar.js 와 같이 사용되어야 함 var menuIndexHold = true, menuOverHold = true, submenuStyle = "vertical", sizeMode = "full", subShow = "hidden", submenuPosi = "center", effectSwitch = "on", subSlideSpeed = 150, subFadeSpeed = 150; $(document).ready(function(){ // 검색 var userGnb = $("#user-nav") , userSch = userGnb.find(".user-search") , schBtn = userSch.find(".sch-btns"); schBtn.on("click", function(){ userSch.toggleClass("active"); }); }); //--> </script> </header> <!--// header --> <!-- container //--> <section id="user-container" class="posi-re text-left"> <div id="layer-popups" class="float-center width-1200"></div> <div class="posi-re float-center width-1200"><div id="floating_banner_left" class="view-aside left-wing" data-scroll="y" data-top-margin="20" data-down-margin="15" data-duration="300"> </div> <div id="floating_banner_right" class="view-aside right-wing" data-scroll="y" data-top-margin="20" data-down-margin="15" data-duration="300"> <style type="text/css"> .widget-cover {width:120px;margin-bottom:10px;font-size:15px} .widget-cover > header {padding-bottom:.5rem;text-align:center} .widget-cover .content .cover-img {display:block;background-color:#f2f2f2} .widget-cover .content .cover-img > img {width:100%;height:100%} .widget-cover > header > a {margin-bottom:0 !important;font-size:.856rem !important;color:rgba(0,0,0,.74) !important;line-height:1.5 !important} </style> <article class="box-skin widget-cover"> <header class="header"><a href="http://www.sisajournal-ebook.com/" target="_blank">정기구독자<br>e-book 보기</a></header> <section class="content"> <a href="http://www.sisajournal-ebook.com/" class="cover-img width-120 height-170" target="_blank"> <img src="https://cdn.sisajournal.com/news/photo/hosu/1761_20241129095656.jpg" alt=" 1833 표지이미지"> </a> </section> </article> <!--시사저널TV--><script type="text/javascript">var ___BANNER = "ban_1720069153_567";</script><script type="text/javascript" charset="utf-8" src="https://cdn.sisajournal.com/bannerpop/uploads/js/567.js?1720069153" id="ban_1720069153_567"></script><!--//시사저널TV--><!--시사저널e--><script type="text/javascript">var ___BANNER = "ban_1727225540_2076";</script><script type="text/javascript" charset="utf-8" src="https://cdn.sisajournal.com/bannerpop/uploads/js/2076.js?1727225540" id="ban_1727225540_2076"></script><!--//시사저널e--><!--메인 우측 수직형//--> <style>#AD171653322851.ad-template { margin:auto; position:relative; display:block; clear:both; z-index:1; } #AD171653322851.ad-template .col { text-align:center; } #AD171653322851.ad-template .col .ad-view { position:relative; }</style> <!-- AD Manager | AD171653322851 //--> <div id="AD171653322851" class="ad-template"> <div class="col"><div class="ad-view"><!-- 메인 우측 수직형 --> <ins class="adsbygoogle" style="display:inline-block;width:120px;height:250px" data-ad-client="ca-pub-3993527363891426" data-ad-slot="7873867363"></ins></div></div> </div> <!--// AD Manager | AD171653322851 --></div> </div> <!-- 날개배너 //--> <div class="posi-re float-center width-1200" id="wingBanner"> <div class="wing-banner-left"> </div> <div class="wing-banner-right"> </div> </div> <!--// 날개배너 --> <style type="text/css"> /* edit skin css START */ #default-custom .index-flex {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} #default-custom .index-cell {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0} #default-custom .index-cell.grid-1 {padding-right:20px} #default-custom .index-cell.grid-2 {-ms-flex:0 0 630px;flex:0 0 630px;max-width:630px} #default-custom .index-cell.grid-3 {-ms-flex:0 0 590px;flex:0 0 590px;max-width:590px;margin-right:20px} #default-custom .index-cell.grid-4 {-ms-flex:0 0 350px;flex:0 0 350px;max-width:350px;margin-left:20px} #default-custom .index-cell.grid-5 {-ms-flex:0 0 264px;flex:0 0 264px;max-width:264px;margin:0 19px} /* box skin */ .box-skin .header > strong, .box-skin .header > a, .box-skin .header .skin-column > strong, .box-skin .header .skin-column > a {margin-bottom:20px;font-size:17px;font-weight:700;line-height:1;letter-spacing:-0.75px} .index-columns-flex .box-skin .header > strong, .index-columns-flex .box-skin .header > a, .index-columns-flex .box-skin .header .skin-column > strong, .index-columns-flex .box-skin .header .skin-column > a {color:#fff} .box-skin.idx--box {padding-top:16px;padding-bottom:16px;border-top:2px solid #000;border-bottom:2px solid #000} .box-skin.idx--footer .header > strong, .box-skin.idx--footer .header > a, .box-skin.idx--footer .header .skin-column > strong, .box-skin.idx--footer .header .skin-column > a {font-size:1.5rem;line-height:32px} .box-skin.idx--box-line {padding-top:16px;border-top:2px solid #000} /* edit skin css END */ </style> <!-- 편집판 //--> <div id="default-custom" class="index-wrap"> <div class="float-center" style="width:1200px"> <!-- 내용 //--> <div class="clearfix"> </div> <!--// 내용 --> <div class="index-flex"> <div class="index-cell grid-1"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin"> <header class="header"></header> <section class="content"><style type="text/css"> #skin-3 {letter-spacing:-.05em} #skin-3 .item {position:relative} #skin-3 .photo-titbg {padding:30px} </style> <div id="skin-3" class="auto-article"><div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317059" target="_top"> <div class="frame"><em class="auto-images ratio-32" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317059_319566_2914_1733326155_550.jpg)"></em></div> <div class="photo-titbg gradient"> <H2 class="auto-titles size-32 weight-700 line-x2 auto-fontF">“탄핵 반대 당론” 尹과 함께 가기로 한 국민의힘…탄핵안 통과 불투명</H2> </div> </a> </div> </div></section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> <div class="index-cell grid-2"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin"> <header class="header"></header> <section class="content"><style type="text/css"> #skin-11 > .item {overflow:hidden;float:left;width:50%;padding-left:.1rem;padding-right:.1rem;margin-top:.15rem} #skin-11 > .item:nth-child(-n + 2) {margin-top:0} #skin-11 > .item > a {position:relative} #skin-11 > .item > a::before {content:'';position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 80%)} #skin-11 .auto-images {padding-bottom:58.5%} #skin-11 .photo-titbg {bottom:12px;padding:0 1.2rem;text-shadow:none;background:transparent} #skin-11 .auto-titles {min-height:48px} </style> <div id="skin-11" class="auto-article"> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317058" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317058_319565_355_1733324636_330.jpg)"></em></span> <div class="photo-titbg"> <H2 class="auto-titles size-16 weight-700 line-5x2 auto-fontF">[속보] 국민의힘 “尹 탄핵안 받아들일 수 없다” 당론 확정…본회의 불참키로</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317053" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317053_319561_2259_1733318579_330.jpg)"></em></span> <div class="photo-titbg"> <H2 class="auto-titles size-16 weight-700 line-5x2 auto-fontF">[단독] ‘與 소신파’ 안철수 “‘尹 하야’ 계속 설득…안 되면 ‘탄핵 표결’서 고심”</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317051" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317051_319560_253_1733317374_330.jpg)"></em></span> <div class="photo-titbg"> <H2 class="auto-titles size-16 weight-700 line-5x2 auto-fontF">[단독] 尹, '비상계엄 건의' 김용현 사표 이르면 5일 수리</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317050" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317050_319559_5941_1733317181_330.jpg)"></em></span> <div class="photo-titbg"> <H2 class="auto-titles size-16 weight-700 line-5x2 auto-fontF">尹, 한동훈 ‘탈당’ 제안 거절…“검사 탄핵 눈뜨고 볼 수 없어 계엄 선포”</H2> </div> </a> </div> </div> </section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> </div> <!-- 내용 //--> <div class="clearfix"> </div> <!--// 내용 --> <div class="index-flex"> <div class="index-cell grid-1"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin"> <header class="header"></header> <section class="content"><style type="text/css"> #skin-12 > .item {float:right;width:calc(100% - 270px);margin-top:8px} #skin-12 > .item.for-photo {float:left;position:relative;width:250px;clear:both} #skin-12 > .item:nth-child(-n + 2) {margin-top:0} #skin-12 .frame::after {content:'';position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:url(/image/autobox/box-overbg-small.png) left bottom repeat-x} #skin-12 .auto-section {display:inline-block;overflow:hidden;position:absolute;z-index:5;left:0;top:0;max-width:100%;padding:0 10px;line-height:26px;text-overflow:ellipsis;white-space:nowrap} #skin-12 .content {position:absolute;z-index:5;left:0;bottom:0;width:100%;padding:15px 15px 13px 15px} #skin-12 .auto-images {padding-bottom:59.2%} </style> <div id="skin-12" class="auto-article"><div class="item for-photo"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=315993" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/315993_318587_2641_1732771601_270.jpg)"></em></span> <div class="content"> <H2 class="auto-titles weight-700 size-16 line-x2 auto-fontF onload">진중권 “이재명 ‘위증교사’ 무죄? 해괴한 논리…2심서 뒤집어질 것”</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317049" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">尹은 왜 ‘무리수 계엄’을 강행했나…흘러나오는 세 가지 가설</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317048" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">진중권 “한동훈, 잘 대응했지만 18명 동원은 한계…다음 대선 건너뛰어야 할 수도”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317046" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">진중권 “尹 계엄령, 100% 탄핵 인용돼…다른 세계 살다가 자폭테러한 꼴”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317044" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">尹에게 ‘계엄’ 건의한 김용현, 탄핵 위기 속 ‘사의 표명’</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316998" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">노동계, 총파업 넘어 ‘대통령 퇴진 운동’ 확대…“퇴진까지 무기한 파업”</H2> </a> </div> </div> </section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> <div class="index-cell grid-2"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin"> <header class="header"></header> <section class="content"><style type="text/css"> #skin-13 > .item {float:right;width:calc(100% - 270px);margin-top:8px} #skin-13 > .item.for-photo {float:left;position:relative;width:250px;clear:both} #skin-13 > .item:nth-child(-n + 2) {margin-top:0} #skin-13 .frame::after {content:'';position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;background:url(/image/autobox/box-overbg-small.png) left bottom repeat-x} #skin-13 .auto-section {display:inline-block;overflow:hidden;position:absolute;z-index:5;left:0;top:0;max-width:100%;padding:0 10px;line-height:26px;text-overflow:ellipsis;white-space:nowrap} #skin-13 .content {position:absolute;z-index:5;left:0;bottom:0;width:100%;padding:15px 15px 13px 15px} #skin-13 .auto-images {padding-bottom:59.2%} </style> <div id="skin-13" class="auto-article"><div class="item for-photo"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=315857" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/315857_318620_2816_1732771696_270.jpg)"></em></span> <div class="content"> <H2 class="auto-titles weight-700 size-16 line-x2 auto-fontF onload">김경율 “한동훈 ‘당게’ 논란? 친윤의 ‘김옥균 프로젝트’ 발동”</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317029" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">명태균 측 “윤 대통령 부부 휴대전화 증거보전 청구”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317030" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">탄핵 절차 본격화? ‘진보성향’ 2명 헌재 재판관에 추천...최종 임명은 대통령이</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317031" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">‘계엄의 밤’ 이후 더 격앙된 대학가 시국선언…“내란 획책에 분노”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317015" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">국회 담 넘어 ‘계엄 해제’ 이끌었던 우원식 의장…“대한민국 짓밟혀”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317007" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">한국노총 “尹 퇴진 촉구…사회적 대화 상대로 인정할 수 없어”</H2> </a> </div> </div> </section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> </div> <!-- 내용 //--> </div> <div class="float-center" style="width:1200px"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin"> <header class="header"></header> <section class="content"></section> </article><div class="box-margins box-solid" style="margin-bottom:25px;margin-top:25px;border-top-width:1px;"></div> </div> <!--// 내용 --> <div id="anchorBody" class="index-flex"> <div class="index-cell"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin"> <header class="header"></header> <section class="content"><style type="text/css"> #skin-14 {overflow:hidden} #skin-14 .auto-flex {display:-ms-flexbox;display:flex} #skin-14 .auto-flex-wrap {-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.256rem;margin-right:-.256rem;margin-top:-1.5rem} #skin-14 .auto-flex-wrap > .item {-ms-flex:0 0 auto;flex:0 0 auto;width:50%;max-width:100%;padding-left:.256rem;padding-right:.256rem;margin-top:1.5rem} #skin-14 .auto-basis {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0} #skin-14 .auto-flex-align {-ms-flex-align:center;align-items:center;min-height:100px;margin-left:-.5rem;margin-right:.5rem} #skin-14 .auto-flex-align > * {padding-left:.5rem;padding-right:.5rem} #skin-14 .auto-flex > .frame {-ms-flex:0 0 auto;flex:0 0 auto;width:170px;max-width:100%} #skin-14 .auto-images {padding-bottom:74%} </style> <div id="skin-14" class="auto-article"> <div class="auto-flex auto-flex-wrap"><div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317040" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317040_319548_205_1733304005_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317040" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">[속보] ‘계엄 건의’ 김용현 국방장관, 탄핵 위기에 사의 표명…“국민께 송구”</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK"></em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317036" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317036_319546_408_1733301608_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317036" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">北에 무기·군사장비 밀수출해 28억 받은 중국인…美서 체포</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">북한에 무기와 군사 장비 등을 대규모로 밀수출한 혐의로 미국 연방 검찰에 붙잡힌 중국 국적 40대 남성이 이를 대가로 약 28억원을 송금 받았다고 진술했다.3일(현지 시각) 미 연...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317034" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317034_319544_2924_1733300964_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317034" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">한동훈·한덕수, 尹과 수습책 논의…계엄 해제 10시간 만에 ‘용산 집결’</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">한덕수 국무총리와 국민의힘의 한동훈 대표, 추경호 원내대표, 주호영 국회 부의장이 4일 용산 대통령실을 찾아 윤석열 대통령과 계엄선언 및 해제 이후 대응 방향을 논의하고 있다. 윤...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317037" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317037_319545_330_1733301181_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317037" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">국회 국방위, 5일 ‘비상계엄 선포’ 긴급 현안질의…김용현 등 출석 요구</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">국회 국방위원회는 오는 5일 윤석열 대통령의 비상계엄령 선포 관련 현안질의를 진행하기로 했다.국방위는 4일 국회법 52조에 따라 더불어민주당 소속 부승찬 위원 등 10인으로부터 ‘...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317035" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317035_319543_2410_1733300650_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317035" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">외교부, 재외공관에 “정치상황 동요없이 임무 수행하라” 지침 하달</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">외교부는 4일 윤석열 대통령의 비상계엄 선포 사태 후폭풍과 관련해 “본부 및 전체 재외 공관에 국내 정치 상황에 동요되지 않고 맡은 바 임무를 충실히 수행할 것을 지시한 지침이 나...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317032" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317032_319540_1823_1733300303_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317032" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">67세 국회의장이 2m 담 넘었다…쏟아지는 ‘계엄 해제’ 무용담</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">윤석열 대통령의 비상계엄 선포에 간밤 출입이 통제됐던 국회의 상황이 고스란히 전해지고 있다. 특히 다수의 의원들이 경찰의 출입 통제를 피해 월담하는 모습은 온라인을 통해 전국에 생...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317028" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317028_319536_96_1733299746_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317028" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">“계엄 다시 이뤄질 수 있다”…민주당, 계엄상황실 설치</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">윤석열 대통령의 비상계엄 선포 사태 후폭풍이 거센 가운데 더불어민주당은 4일 관련 대응을 위해 당내에 ‘계엄 상황실’을 설치키로 했다.한민수 민주당 대변인은 이날 취재진과 만나 “...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317022" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317022_319532_4821_1733298501_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317022" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">간밤 1440원대 찍었던 환율, 1410원대로 안정화…변수는 탄핵?</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">갑작스런 비상계엄 선포와 해제로 인한 외환시장 불안은 일어나지 않았다.4일 서울외환시장에 따르면, 이날 원-달러 환율은 전 거래일보다 7.2원 오른 1410.1원에 주간거래를 마감...</em> </div> </div> </div> </div> </div></section> </article><div class="box-margins " style="margin-bottom:30px;"></div><article class="box-skin red-line header-line"> <header class="header"><strong><span class="user-point">스페셜 이슈</span></strong></header> <section class="content"></section> </article> </div> <!--// 내용 --> <div class="index-flex"> <div class="index-cell"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin design-5"> <header class="header"><strong>위기의 이재명</strong></header> <section class="content"><style type="text/css"> #skin-17 {border:1px solid rgba(0, 0, 0, .12);letter-spacing:-.05em} #skin-17.auto-boll .auto-titles {margin:0 .712rem .612rem .95rem} #skin-17.auto-boll .item:last-child .auto-titles {margin-bottom:.912rem} </style> <div id="skin-17" class="auto-article auto-boll"><div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=314940" target="_top"><div class="frame marbtm-11"> <em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/314940_317156_5420_1731660860_280.jpg)"></em> </div><H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">날개 꺾인 ‘여의도 대통령’…민주당엔 ‘플랜B’가 없다</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=314984" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">최민희 “움직이면 죽일 것” 경고에도 조심스레 몸 푸는 비명계</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=315028" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">“사법 살인” “정치판결”…‘이재명 1심 선고’ 변론장 된 민주당 최고위</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=314984" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">최민희 “움직이면 죽일 것” 경고에도 조심스레 몸 푸는 비명계</H2> </a> </div> </div></section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> <div class="index-cell grid-5"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin design-5"> <header class="header"><strong>‘최대 60%’ 상속세 손보나</strong></header> <section class="content"><style type="text/css"> #skin-18 {border:1px solid rgba(0, 0, 0, .12);letter-spacing:-.05em} #skin-18.auto-boll .auto-titles {margin:0 .712rem .612rem .95rem} #skin-18.auto-boll .item:last-child .auto-titles {margin-bottom:.912rem} </style> <div id="skin-18" class="auto-article auto-boll"><div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=301831" target="_top"><div class="frame marbtm-11"> <em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/301831_303040_1656_1720747016_280.jpg)"></em> </div><H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">[탐사 취재] “기업이 멈추고 부자가 떠나간다” 기로에 선 상속세</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=302427" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">[단독] “최고 상속세율 30%로 낮추면 일자리 2만3000개↑”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=301719" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">있으나 마나 한 ‘가업상속공제’?…까다로운 요건에 기업들 ‘울상’</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=301196" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">최상목 “상속세 개편 시급…7월말 세법개정안에 담을 것”</H2> </a> </div> </div></section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> <div class="index-cell"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin design-5"> <header class="header"><strong>대학가 덮친 마약</strong></header> <section class="content"><style type="text/css"> #skin-19 {border:1px solid rgba(0, 0, 0, .12);letter-spacing:-.05em} #skin-19.auto-boll .auto-titles {margin:0 .712rem .612rem .95rem} #skin-19.auto-boll .item:last-child .auto-titles {margin-bottom:.912rem} </style> <div id="skin-19" class="auto-article auto-boll"><div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=305417" target="_top"><div class="frame marbtm-11"> <em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/305417_306159_3746_1723160266_280.jpg)"></em> </div><H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">[단독] 대학가 ‘마약 동아리’ 수사, 텔레그램방 회원 9000명으로 확대</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=305324" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">명문대생 참여한 마약 동아리 ‘깐부’, 주범의 정체 드러났다</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=305414" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">“하루 1kg씩 적발되는 마약, 전자발찌 제도 도입해야”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=305051" target="_top"> <H2 class="auto-titles size-15 weight-600 line-x1 auto-fontA onload">‘마약 연합 동아리’ 회장은 카이스트 대학원생…회원 다수도 명문대생</H2> </a> </div> </div></section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> <!-- 내용 //--> </div> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin"> <header class="header"></header> <section class="content"><style type="text/css"> #skin-20 {overflow:hidden} #skin-20 .auto-flex {display:-ms-flexbox;display:flex} #skin-20 .auto-flex-wrap {-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-.256rem;margin-right:-.256rem;margin-top:-1.5rem} #skin-20 .auto-flex-wrap > .item {-ms-flex:0 0 auto;flex:0 0 auto;width:50%;max-width:100%;padding-left:.256rem;padding-right:.256rem;margin-top:1.5rem} #skin-20 .auto-basis {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0} #skin-20 .auto-flex-align {-ms-flex-align:center;align-items:center;min-height:100px;margin-left:-.5rem;margin-right:.5rem} #skin-20 .auto-flex-align > * {padding-left:.5rem;padding-right:.5rem} #skin-20 .auto-flex > .frame {-ms-flex:0 0 auto;flex:0 0 auto;width:170px;max-width:100%} #skin-20 .auto-images {padding-bottom:74%} </style> <div id="skin-20" class="auto-article"> <div class="auto-flex auto-flex-wrap"><div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317024" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317024_319534_5745_1733299065_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317024" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">이준석 “尹탄핵안에 與의원 최소 6명 동의…통과 가능성 높아”</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">이준석 개혁신당 의원은 4일 국민의힘 의원 가운데 최소 6명이 야당 주도로 발의된 윤석열 대통령 탄핵소추안에 찬성한다고 밝혔다.이 의원은 이날 우원식 국회의장과 면담 직후 기자들과...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317025" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317025_319533_5713_1733299033_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317025" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">한·미 핵우산 강화 회의, ‘비상계엄’ 여파에 미뤄져</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">한·미 간 대북 핵억지력 강화 관련 회의와 연습이 당초 4일(현지 시각)부터 개최될 예정었다가 한국의 비상계엄 선포 및 해제 사태 여파 속에 전격 연기됐다.한국과 미국 국방부는 양...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317017" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317017_319531_3458_1733297698_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317017" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">알고도 못 막았나…尹 '비상계엄 선포' 전 국무회의 참석자 누구?</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">윤석열 대통령이 3일 밤 비상계엄을 선포하기에 전 용산 대통령실에서 개최한 국무회의에는 한덕수 국무총리와 최상목 부총리 겸 기획재정부 장관, 김용현 국방부장관, 이상민 행정안전부 ...</em> </div> </div> </div> <div class="item"> <div class="auto-flex auto-flex-align"><span class="frame"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317004" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317004_319513_1230_1733296350_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317004" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">[라정주의 경제터치] 노사협력 증대되면 일자리는 얼마나 늘까</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">최근 출근길이 너무 힘들다. 전국철도노동조합(철도노조)의 준법투쟁(태업)에 설상가상으로 서울교통공사노조의 태업까지 겹쳤기 때문이다. 이들은 인력충원과 임금 인상을 요구하며 태업에 ...</em> </div> </div> </div> </div> </div></section> </article><div class="box-margins " style="margin-bottom:30px;"></div> </div> <!--// 내용 --> </div> <div class="index-cell grid-4"> <div class="sticky-container" data-sticky-container> <div class="sticky width-full" data-sticky data-margin-top="0" data-top-anchor="anchorBody:top" data-btm-anchor="anchorBody:bottom" data-sticky-on="small"> <!-- 내용 //--> <div class="clearfix"> <!--고향사랑(메인)--><script type="text/javascript">var ___BANNER = "ban_1733101266_2199";</script><script type="text/javascript" charset="utf-8" src="https://cdn.sisajournal.com/bannerpop/uploads/js/2199.js?1733101266" id="ban_1733101266_2199"></script><!--//고향사랑(메인)--><!--신문 무료구독--><script type="text/javascript">var ___BANNER = "ban_1733274693_2180";</script><script type="text/javascript" charset="utf-8" src="https://cdn.sisajournal.com/bannerpop/uploads/js/2180.js?1733274693" id="ban_1733274693_2180"></script><!--//신문 무료구독--><article class="box-skin line"> <header class="header"><strong><span class="user-point">많이 본 기사</span></strong></header> <section class="content"><style type="text/css"> #skin-15 {letter-spacing:-.03em} #skin-15 > :not(:first-child) {margin-top:.5rem;padding-top:.5rem;border-top:1px dotted #c5c5c5} #skin-15 .item:first-child .number {line-height:15px} #skin-15 .flex {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} #skin-15 .frame {-ms-flex:0 0 100px;flex:0 0 100px;max-width:1 0px;margin-right:.75rem} #skin-15 .number {-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;margin-right:.412rem;font-family:Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;text-align:center} #skin-15 .auto-titles {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;line-height:22px} #skin-15 .auto-images {padding-bottom:70%} </style> <div id="skin-15" class="auto-article"><div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=315332" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 user-point">1</em><div class="frame"> <em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/315332_317880_5421_1732236861_120.jpg)"></em> </div><H2 class="auto-titles size-16 weight-600 line-x3 auto-fontA onload">허정무 출마 선언에 흔들리는 정몽규 4선 꿈(夢)</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=315682" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 user-point">2</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">‘구급차 뺑뺑이’로 숨진 10대…법원 “환자 거부한 병원에 보조금 중단 정당”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316554" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 user-point">3</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">가상자산 과세 미룬 숨겨진 이유 있었다</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=315812" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 auto-fontK">4</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">이재명에 ‘위증교사’ 무죄 선고, 김동현 부장판사는 누구?</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316860" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 auto-fontK">5</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">한덕수‧정진석도 한동훈‧추경호도 몰랐다? 尹 계엄 선포 누구와 상의했나</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316105" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 auto-fontK">6</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">‘김건희 여사 고모’도 한동훈 저주글 올렸다…“역시 좌파” “벼락 맞을 집안”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316887" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 auto-fontK">7</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">강경 보수, 여전히 ‘비상계엄’ 지지…황교안 “尹 방해한 한동훈 체포”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316035" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 auto-fontK">8</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">중입자 치료 1년, 난치암에 새 희망 쏘다</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=315685" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 auto-fontK">9</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">‘기적의 약’이라더니…“위고비 등 비만치료제 5명 중 1명 효과 없어”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317017" target="_top" class="flex"> <em class="number size-17 weight-600 line-x1 auto-fontK">10</em> <H2 class="auto-titles size-14 line-x1 auto-fontE onload">알고도 못 막았나…尹 '비상계엄 선포' 전 국무회의 참석자 누구?</H2> </a> </div> </div></section> </article><div class="box-margins " style="margin-bottom:30px;"></div><!--메인 우측 하단 350px//--> <style>#AD171653308226.ad-template { margin:auto; position:relative; display:block; clear:both; z-index:1; } #AD171653308226.ad-template .col { text-align:center; } #AD171653308226.ad-template .col .ad-view { position:relative; }</style> <!-- AD Manager | AD171653308226 //--> <div id="AD171653308226" class="ad-template"> <div class="col"><div class="ad-view"> <!-- 메인 우측 하단 350px --> <ins class="adsbygoogle" style="display:inline-block;width:350px;height:120px" data-ad-client="ca-pub-3993527363891426" data-ad-slot="2790139745"></ins></div></div> </div> <!--// AD Manager | AD171653308226 --><!--메인 우측 하단 350px//--> <style>#AD171653315216.ad-template { margin:auto; position:relative; display:block; clear:both; z-index:1; } #AD171653315216.ad-template .col { text-align:center; } #AD171653315216.ad-template .col .ad-view { position:relative; }</style> <!-- AD Manager | AD171653315216 //--> <div id="AD171653315216" class="ad-template"> <div class="col"><div class="ad-view"> <!-- 메인 우측 하단 350px --> <ins class="adsbygoogle" style="display:inline-block;width:350px;height:180px" data-ad-client="ca-pub-3993527363891426" data-ad-slot="2790139745"></ins></div></div> </div> <!--// AD Manager | AD171653315216 --> </div> <!--// 내용 --> </div> </div> </div> </div> <!-- 내용 //--> <div class="clearfix"> </div> <!--// 내용 --> <div class="index-flex"> <div class="index-cell"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin red-line header-line"> <header class="header"><a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N53&view_type=sm" target="_top" class=""><span class="user-point size-16">시사저널 LOCAL NEWS</span></a></header> <section class="content"><style type="text/css"> #skin-21 {position:relative} #skin-21 .wrapper {margin-left:-.4375rem;margin-right:-.4375rem} #skin-21 .slick-slide {padding:0 .4375rem} #skin-21 .auto-images {padding-bottom:67%} #skin-21 .photo-btn {overflow:hidden;position:absolute;z-index:5;top:-55px;width:35px;height:35px;font-size:25px;line-height:1;color:rgba(0,0,0,.2);text-align:center;outline-width:0;transition:color .25s, border-color .25s} #skin-21 .photo-btn:hover {color:#000;border-color:rgba(0,0,0,.5)} #skin-21 .photo-btn:hover ~ .photo-btn {border-top-color:rgba(0,0,0,.5)} #skin-21 .photo-btn.prev {right:35px} #skin-21 .photo-btn.next {right:0px} </style> <div id="skin-21" class="auto-article"> <div id="roll-21" class="wrapper"><div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317016" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317016_319528_2553_1733297153_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[충남24시] 베이밸리 메가시티 프로젝트, 추진 속도 가속화</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317014" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/317014_319524_2236_1733296956_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">경기도, ‘철도·지하철 파업’ 대비 비상수송대책 마련</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316996" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316996_319505_538_1733295188_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">도성훈 인천시교육감 “독재시절로 회귀 시도, 국민들이 온몸으로 막아냈다”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316980" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316980_319484_116_1733292076_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">정해권 인천시의장 “유정복 시장, 도성훈 교육감과 어려운 시기 슬기롭게 헤쳐 나갈 것”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316972" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316972_319478_382_1733290682_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">KAI, 세계 최대 규모 모델링 컨퍼런스 ‘I/ITSEC’ 첫 참가</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316966" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316966_319466_2649_1733290009_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[시흥24시] 시흥시, ‘기상·기후 디지털 트윈’ 기반 안전 도시 조성</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316959" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316959_319462_329_1733288609_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">유정복 시장 “비상계엄 선포 깊은 유감…대국민 사과해야”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316952" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316952_319457_4619_1733287579_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[성남24시] 성남시, ‘2024 대한민국 범죄예방대상’ 국무총리 표창</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316950" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316950_319452_3756_1733287076_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[천안24시] 천안시, 축구 국가대표팀 훈련장 이전 및 대한축구협회와의 협약 이행 촉구</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316870" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316870_319366_3831_1733261912_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[경주24시] 경주경찰서, 북한이탈주민에  생필품 전달  </H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316943" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316943_319444_927_1733285367_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[용인24시] 용인시 ‘사랑의 열차 이어달리기’ 출발…13억원 모금 목표</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316926" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316926_319432_4144_1733280104_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[사천24시] 사천시립도서관, 개관 6개월만에 방문객 10만명 돌파</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316917" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316917_319425_1415_1733278457_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[칠곡24시] 개통 앞둔 대구권 광역철도 ‘대경선’ 시승식</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316893" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316893_319396_4340_1733273020_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[대구24시] 남구, ‘앞산 겨울정원’ 개장…내년 2월까지 운영</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316881" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316881_319447_2134_1733286094_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[대전24시] 대덕구, 통합돌봄 우수사례 ‘전국 지자체 주목’</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316876" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316876_319377_211_1733266932_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[대전24시] 동구, 지역 물가 안정 ‘물가대책위원회 개최’</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316872" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316872_319371_249_1733264649_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[대전24시] 한국수자원공사, ‘성과공유제 확산 유공’ 중소벤처기업부 장관 표창 수상</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316868" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316868_319352_5155_1733255515_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[경북교육24시] 경북교육청, ‘청렴도 향상 지원단 회의’ 개최</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316749" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316749_319238_5710_1733212630_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[천안24시] 국민 과반수, ‘천안 독립기념관 명칭, 타지역 사용 반대’</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=316743" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241205/316743_319219_218_1733210468_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[인천24시] 인천시, ‘재외동포 인천 교류·방문의 해’ 기념 다양한 행사 마련</H2> </a> </div> </div> </div><script type="text/javascript"> (function() { $('#roll-21').slick({ infinite: true, slidesToShow: 4, slidesToScroll: 4, arrows: true, // 화살표표시 prevArrow: '<button type="button" class="photo-btn prev"><i class="icon-angle-left"><span class="show-for-sr">prev</span></i></button>', // 이전버튼 nextArrow: '<button type="button" class="photo-btn next"><i class="icon-angle-right"><span class="show-for-sr">next</span></i></button>', // 다음버튼 dots: false, dotsClass: 'auto-pager', autoplay: true, // 자동전환 autoplaySpeed: 4000, // 자동전환속도 speed: 600, // 넘기는 속도 draggable: false, // 제스처(모바일용) }); })(); </script> </section> </article> </div> <!--// 내용 --> </div> <div class="index-cell grid-4"> <!-- 내용 //--> <div class="clearfix"> <article class="box-skin red-line header-line"> <header class="header"><strong><span class="user-point size-16">인기 연재 코너</span></strong></header> <section class="content"></section> </article><!--연재배너1--><script type="text/javascript">var ___BANNER = "ban_1718673581_3";</script><script type="text/javascript" charset="utf-8" src="https://cdn.sisajournal.com/bannerpop/uploads/js_activity/3.js?1718673581" id="ban_1718673581_3"></script><!--//연재배너1--><!--연재배너2--><script type="text/javascript">var ___BANNER = "ban_1725242693_4";</script><script type="text/javascript" charset="utf-8" src="https://cdn.sisajournal.com/bannerpop/uploads/js_activity/4.js?1725242693" id="ban_1725242693_4"></script><!--//연재배너2--> </div> <!--// 내용 --> </div> </div> <!-- 내용 //--> <div class="clearfix"> </div> <!--// 내용 --> </div> </div> <!--// 편집판 --> </section> <!--// container --> </div> <style type="text/css"> #user-footer {margin-top:45px;padding:0 0 1.25rem;border-top:8px solid #e60012} #user-footer .footer-wrapper {overflow:hidden;padding-top:3rem} /* logo */ #user-footer .user-logo {display:-ms-flexbox;display:flex;float:none;margin:0 0 1rem 0} /* menu */ #user-footer .user-flex {display:-ms-flexbox;display:flex;flex:0 0 auto;min-width:0} #user-footer .user-flex .item ul li {line-height:1.9} #user-footer .user-flex .item ul li:first-child {margin-bottom:.5rem} #user-footer .user-flex .item ul li:first-child strong {font-size:16px;color:#e60012;font-weight:700;letter-spacing:-.025em} #user-footer .user-flex .item ul li:not(:first-child) {font-size:12px} #user-footer .user-flex .item {width:115px} #user-footer .user-flex .item:nth-child(2) {width:145px} /* address */ #user-footer .flex-grid {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} #user-footer .user-address {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%;min-width:0;color:#999;line-height:1.8} #user-footer .user-address ul li {font-weight:600} #user-footer .user-address ul li.bars::before {font-size:.875rem} #user-footer .user-address ul li.copy {margin-top:2rem;color:#666} #user-footer .user-address ul li a {color:inherit} #user-footer .footer-banner {-ms-flex:0 0 250px;flex:0 0 250px;max-width:250px;margin-left:1.875rem} /* ndsoft */ #user-footer .ndsoft {position:static;text-align:right} </style> <!-- sitemap --> <style type="text/css"> /* sitemap */ .site-map .user-flex {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap} .site-map {margin-top:4.375rem;border-top:1px solid #e5e5e5} .site-map > .user-flex {padding-bottom:2.5rem} .site-map .item {-ms-flex:0 0 11.1111%;flex:0 0 11.1111%;max-width:11.1111%;margin-top:2.5rem;padding-left:.75rem;padding-right:.75rem;border-left:1px solid #e5e5e5} .site-map .item:nth-child(10n + 1),.site-map .item:nth-child(7) {padding-left:0;border-left:0} .site-map .item:nth-child(11) {padding-left:.75rem;border-left:1px solid #e5e5e5} .site-map .sec-name {display:block;overflow:hidden;margin-bottom:.65rem;font-size:1rem;font-weight:700;color:#000;white-space:nowrap;text-overflow:ellipsis} .site-map .sec-list {display:block;padding:0;margin:.75rem 0 0;list-style:none} .site-map .sec-list > li {margin:.15rem 0} .site-map .sec-list > li {font-size:.875rem;color:#000} .site-map .sec-list > li > a {display:block;color:inherit;text-overflow:ellipsis} .site-map .item:nth-child(-n + 3) {-ms-flex:0 0 22.2222%;flex:0 0 22.2222%;max-width:22.2222%;} .site-map .item:nth-child(-n + 3) .sec-list {display:grid;grid-template-columns:50% 1fr;column-gap:5px;padding:0;margin:.75rem 0 0;list-style:none} @media screen and (max-width: 63.9375em) { .mobile .site-map {width:100% !important} .mobile .site-map .user-flex {display:block} .mobile .site-map > .user-flex {padding-bottom:0} .mobile .site-map .item {max-width:100%;border-left:0;margin-top:1rem;padding:0 .75rem} .mobile .site-map .sec-list, .mobile .site-map .item:nth-child(2) .sec-list {display:none} .mobile .site-map .sec-name {padding-bottom:10px;border-bottom:1px solid #ddd} .mobile .site-map .sec-name {display:block;position:relative;} .mobile .site-map .sec-name::after {content:"\e93e";position:absolute;z-index:2;top:13%;right:0;display:inline-block;color:#000;font: 14px/1 fontello;} } </style> <article class="site-map float-center width-1200"> <section class="user-flex"> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N58&view_type=sm" target="_top" class="sec-name">정치</a> <ul class="sec-list"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N141&view_type=sm" target="_top">대통령실</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N142&view_type=sm" target="_top">국회/정당</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N164&view_type=sm" target="_top">한반도</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N144&view_type=sm" target="_top">국방/외교</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N145&view_type=sm" target="_top">정치일반</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N146&view_type=sm" target="_top">행정</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N138&view_type=sm" target="_top">대선</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N139&view_type=sm" target="_top">총선</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N166&view_type=sm" target="_top">총선여론조사</a></li> </ul> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N54&view_type=sm" target="_top" class="sec-name">경제</a> <ul class="sec-list"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N149&view_type=sm" target="_top">산업/재계</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N150&view_type=sm" target="_top">중기/벤처</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N147&view_type=sm" target="_top">금융</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N148&view_type=sm" target="_top">증권</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N151&view_type=sm" target="_top">부동산</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N152&view_type=sm" target="_top">글로벌경제</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N153&view_type=sm" target="_top">생활경제</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N154&view_type=sm" target="_top">경제 일반</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N105&view_type=sm" target="_top">Good Company Conference</a></li> </ul> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N47&view_type=sm" target="_top" class="sec-name">사회</a> <ul class="sec-list"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N155&view_type=sm" target="_top">사건사고</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N156&view_type=sm" target="_top">교육</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N157&view_type=sm" target="_top">노동</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N158&view_type=sm" target="_top">언론</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N159&view_type=sm" target="_top">환경</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N160&view_type=sm" target="_top">인권/복지</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N161&view_type=sm" target="_top">식품/의료</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N162&view_type=sm" target="_top">인물</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N163&view_type=sm" target="_top">사회 일반</a></li> </ul> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N59&view_type=sm" target="_top" class="sec-name">국제</a> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N56&view_type=sm" target="_top" class="sec-name">생활</a> <ul class="sec-list"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N106&view_type=sm" target="_top">Health</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N165&view_type=sm" target="_top">Book</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N107&view_type=sm" target="_top">Culture</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N108&view_type=sm" target="_top">IT/Science</a></li> </ul> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N64&view_type=sm" target="_top" class="sec-name">연예</a> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N65&view_type=sm" target="_top" class="sec-name">스포츠</a> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N53&view_type=sm" target="_top" class="sec-name">네트워크</a> <ul class="sec-list"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N101&view_type=sm" target="_top">인천</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N102&view_type=sm" target="_top">충청</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N104&view_type=sm" target="_top">영남</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N103&view_type=sm" target="_top">호남</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N136&view_type=sm" target="_top">제주</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N137&view_type=sm" target="_top">경기</a></li> </ul> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N57&view_type=sm" target="_top" class="sec-name">OPINION</a> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N52&view_type=sm" target="_top" class="sec-name">연재</a> </article> <article class="item"> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N60&view_type=sm" target="_top" class="sec-name">포토</a> <ul class="sec-list"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N110&view_type=sm" target="_top">만평</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N111&view_type=sm" target="_top">포토뉴스</a></li> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N112&view_type=sm" target="_top">시사픽업</a></li> </ul> </article> <article class="item"> <a href="/sitemap/" target="_top" class="sec-name">사이트맵</a> <a href="/rssIndex.html" target="_top" class="sec-name">RSS</a> </article> </section> </article> <!-- sitemap --> <!-- footer //--> <footer id="user-footer"> <div class="footer-wrapper float-center width-1200"> <div class="flex-grid"> <address class="user-address"> <!-- logo //--> <div class="footer-columns user-logo"><img src="https://cdn.sisajournal.com/image/logo/downlogo_20240513034706.png" alt="시사저널" /></div> <!--// logo --> <ul class="no-bullet"> <li class="bars">서울특별시 용산구 한강대로43길 5 </li> <li class="bars">배송문의 : 02-3703-7100</li> <li class="bars">편집국 대표전화 : 02-3703-7024</li> <li>팩스 : 02-3703-7073</li> <li class="bars clear">상호명 : (주)시사저널사</li> <li>대표자 : 전육</li> <li class="bars clear">사업자등록번호 : 104-81-47645</li> <li class="bars">통신판매신고번호 : 중구 03191</li> <li>등록번호 : 서울 아04147(2016-08-29)</li> <li class="bars clear">발행인 : 전육</li> <li class="bars">편집인·편집국장 : 전영기</li> <li>청소년보호책임자 : 송길호</li> <li class="clear">C<a href="https://www.sisajournal.com/admin/adminLoginForm.html" tabindex="-1">o</a>pyright by 시사저널 <a href="https://www.sisajournal.com//" onclick="setCookie('view_pc', 'n', 1);" tabindex="-1">All</a> rights reserved. mail to <a href="mailto:sisa@sisajournal.com">sisa@sisajournal.com</a></li> </ul> </address> <section class="user-flex float-center"> <!--<article class="item"> <ul class="list no-bullet"> <li><strong>Conference</strong></li> <li><a href="/index2.html?editcode=MAIN_13" target="_top">GCC News</a></li> </ul> </article> <article class="item"> <ul class="list no-bullet"> <li><strong>Rank</strong></li> <li><a href="https://www.sisajournal.com/goodCompany/" target="_top">Good Company Index</a></li> <li><a href="https://www.sisajournal.com/moveKorea/?type=move2024">누가 한국을 움직이는가</a></li> <li><a href="https://www.sisajournal.com/leader/?type=leader2018">차세대리더</a></li> </ul> </article>--> <article class="item"> <ul class="list no-bullet"> <li><strong>안내데스크</strong></li> <li><a href="https://www.sisajournal.com/com/com-1.html">시사저널소개</a></li> <li><a href="https://www.sisajournal.com/com/jb.html">기사제보</a></li> <li><a href="https://www.sisajournal.com/com/ad.html">광고문의</a></li> <li><a href="https://www.sisajournal.com/com/bp.html">불편신고</a></li> <li><a href="https://www.sisajournal.com/com/privacy.html">개인정보취급방침</a></li> <li><a href="https://www.sisajournal.com/com/youthpolicy.html">청소년보호정책</a></li> <li><a href="https://www.sisajournal.com/com/emailno.html">이메일무단수집거부</a></li> </ul> </article> <article class="item"> <ul class="list no-bullet"> <li><strong>부가서비스</strong></li> <li><a href="https://www.sisajournal.com/subscribe/kd.html">정기구독신청</a></li> <li><a href="https://www.sisajournal.com/com/addressModify.html">주소지변경</a></li> <li><a href="https://www.sisajournal.com/news/serial.html">지난호보기</a></li> <li><a href="https://www.sisajournal.com/bbs/list.html?table=bbs_1">알립니다</a></li> </ul> </article> </section> </div> <div class="ndsoft"> <a href="http://www.ndsoft.co.kr/" target="_blank" rel="nofollow sponsored ugc"><img src="https://cdn.sisajournal.com/image/ndsoft.svg" alt="ND소프트" width="72" height="9"/></a> </div> </div> </footer> <!--// footer --> <div class="clearfix text-center"> </div> <button type="button" id="back-to-top" class="back-to-top" title="위로"><i class="icon-arrow-top"><span class="show-for-sr">위로</span></i></button> <a href="https://www.sisajournal.com//" class="desktop-to-mobile hide" onclick="setCookie('view_pc', 'n', 1);">모바일버전</a> </div> <!--// wrap --> </div> <div class="off-canvas user-canvas position-left is-closed" id="offCanvas" data-off-canvas data-transition="overlap"> <style type="text/css"> .user-canvas .user-canvas-navs .menu li > a:hover,.user-canvas .user-canvas-navs .menu li.is-accordion-submenu-parent[aria-expanded="true"] > a {background:#E60012} .user-canvas .user-canvas-navs .menu li.is-accordion-submenu-parent > a::after,.user-canvas .user-canvas-navs .menu li.is-accordion-submenu-parent[aria-expanded="true"] > a::after {border-top-color:#E60012} .user-canvas .user-canvas-navs .menu li ul.menu.nested li a:hover {color:#E60012} </style> <nav id="allService" class="user-canvas-navs"> <!-- 1차 //--> <ul class="vertical menu accordion" data-accordion-menu data-multi-open="false"> <li><a href="https://www.sisajournal.com/news/articleList.html?view_type=sm">전체기사</a></li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N58&view_type=sm" target="_top">정치</a> <ul class="menu vertical nested"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N58&view_type=sm" target="_top">전체</a></li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N141&view_type=sm" target="_top">대통령실</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N142&view_type=sm" target="_top">국회/정당</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N164&view_type=sm" target="_top">한반도</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N144&view_type=sm" target="_top">국방/외교</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N145&view_type=sm" target="_top">정치일반</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N146&view_type=sm" target="_top">행정</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N138&view_type=sm" target="_top">대선</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N139&view_type=sm" target="_top">총선</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N166&view_type=sm" target="_top">총선여론조사</a> </li> </ul> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N54&view_type=sm" target="_top">경제</a> <ul class="menu vertical nested"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N54&view_type=sm" target="_top">전체</a></li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N149&view_type=sm" target="_top">산업/재계</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N150&view_type=sm" target="_top">중기/벤처</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N147&view_type=sm" target="_top">금융</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N148&view_type=sm" target="_top">증권</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N151&view_type=sm" target="_top">부동산</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N152&view_type=sm" target="_top">글로벌경제</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N153&view_type=sm" target="_top">생활경제</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N154&view_type=sm" target="_top">경제 일반</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N105&view_type=sm" target="_top">Good Company Conference</a> </li> </ul> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N47&view_type=sm" target="_top">사회</a> <ul class="menu vertical nested"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N47&view_type=sm" target="_top">전체</a></li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N155&view_type=sm" target="_top">사건사고</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N156&view_type=sm" target="_top">교육</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N157&view_type=sm" target="_top">노동</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N158&view_type=sm" target="_top">언론</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N159&view_type=sm" target="_top">환경</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N160&view_type=sm" target="_top">인권/복지</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N161&view_type=sm" target="_top">식품/의료</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N162&view_type=sm" target="_top">인물</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N163&view_type=sm" target="_top">사회 일반</a> </li> </ul> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N59&view_type=sm" target="_top">국제</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N56&view_type=sm" target="_top">생활</a> <ul class="menu vertical nested"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N56&view_type=sm" target="_top">전체</a></li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N106&view_type=sm" target="_top">Health</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N165&view_type=sm" target="_top">Book</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N107&view_type=sm" target="_top">Culture</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N108&view_type=sm" target="_top">IT/Science</a> </li> </ul> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N64&view_type=sm" target="_top">연예</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N65&view_type=sm" target="_top">스포츠</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N53&view_type=sm" target="_top">네트워크</a> <ul class="menu vertical nested"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N53&view_type=sm" target="_top">전체</a></li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N101&view_type=sm" target="_top">인천</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N102&view_type=sm" target="_top">충청</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N104&view_type=sm" target="_top">영남</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N103&view_type=sm" target="_top">호남</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N136&view_type=sm" target="_top">제주</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N137&view_type=sm" target="_top">경기</a> </li> </ul> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N57&view_type=sm" target="_top">OPINION</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N52&view_type=sm" target="_top">연재</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N60&view_type=sm" target="_top">포토</a> <ul class="menu vertical nested"> <li><a href="https://www.sisajournal.com/news/articleList.html?sc_section_code=S1N60&view_type=sm" target="_top">전체</a></li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N110&view_type=sm" target="_top">만평</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N111&view_type=sm" target="_top">포토뉴스</a> </li> <li> <a href="https://www.sisajournal.com/news/articleList.html?sc_sub_section_code=S2N112&view_type=sm" target="_top">시사픽업</a> </li> </ul> </li> </ul> </nav> <button class="close-button" aria-label="Close menu" type="button" data-close> <i class="icon-close-thin"><span class="show-for-sr">전체메뉴닫기</span></i> </button> </div> </div> </div> <script> // Popup Json var ___popup = []; bannerpop.popup(); </script> <script type="text/javascript"> // back to the top $(document).scroll(function(){ var sDocumentHeight = $(document).height() - $(window).height(); if($(document).scrollTop() > 0){ $('#back-to-top').fadeIn(); }else{ $('#back-to-top').fadeOut(); } }); $('#back-to-top, a[href="#top"]').click(function(){ $('html, body').animate( {scrollTop:0}, 100); }); // 모바일버전 이동 버튼 if(bannerpop.isMobileDevice()===true) $(".desktop-to-mobile").removeClass("hide"); </script> <!-- 구글 애드센스 S --> <script src="https://cdn.sisajournal.com/adManager/js/lab.js"></script> <script> jQuery(function($) { setTimeout(function() { $LAB .script("//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js") .wait(function () { var adn = jQuery('.adsbygoogle').length; if (adn > 0) { for (var i = 0; i < adn; i++) { (adsbygoogle = window.adsbygoogle || []).push({}); } } }); }, 1000); }); </script> <!-- 구글 애드센스 E --> <script> $(document).ready(function(){ // 닫기 버튼 자동 노출 $('.ad-template.ad-close .ad-view').each(function(){ $(this).append('<div class="ad-close-btn"><i class="icon-close"></i></div>'); }) // 닫기 버튼 클릭 시 이벤트 $('body').on('click', '.ad-close-btn', function(){ $(this).closest('.ad-view').slideUp(); }) // isND var ____is_nd = getCookie('____is_nd'); if(____is_nd) { // ND IP만 광고 ID 보이기 $('.ad-template').each(function(){ $(this).append('<div class="ad-code-id">'+$(this).attr('id')+'</div>'); }) // 광고 ID 자동 숨김 설정 시 $('.ad-code-id').hide(); $('.ad-template').mouseenter(function(){ $(this).find('.ad-code-id').show(); }).mouseleave(function(){ $(this).find('.ad-code-id').hide(); }) } }) /* ****************************************** */ /* 날개배너 스크립트 */ /* ****************************************** */ $('#wingBanner .wing-banner-left .wing-banner').each(function(){ if( $(this).data('scroll') == 'y' ) $(this).addClass('scroll-on'); }); $(window).scroll(function() { if( $('#wingBanner .wing-banner').length > 0 ){ // 날개배너가 있으면 작동 var scrollingHeight_L = nonScrollingHeight_L = scrollingHeight_R = nonScrollingHeight_R = 0; $('#wingBanner .wing-banner').each(function(idx){ var $_this = $(this), // 날개배너 scroll = $_this.data('scroll'), // 날개배너 스크롤 여부 topMargin = $_this.data('top-margin'), // 날개배너 상단여백 downMargin = $_this.data('down-margin'), // 날개배너 하단여백 duration = $_this.data('duration'), // 날개배너 스크롤 속도 direction = $_this.data('direction'), // 날개배너 위치 // bannerTop = $_this.offset().top, // 날개배너 상단 위치 (가변) bannderHeight = $_this.outerHeight(); // 날개배너 높이 (고정) var fixWingBannertop = $('#wingBanner').offset().top; // 날개배너 상단 위치 (고정) var articleTitleHeight = $('#sticky-header.scroll').height(); // 날개배너 스크롤 시 상단 타이틀 높이 (기사 본문 시) if(!articleTitleHeight) articleTitleHeight = 0; var $_userFooter = $('#user-footer'), // 사이트 Footer userFooterHeight = $_userFooter.outerHeight(); // 사이트 Footer 높이 (고정) var winScrollTop = $(window).scrollTop(), // 윈도우 스크롤 위치 (가변) winHeight = $(window).height(), // 윈도우 높이 docHeight = $(document).height(); // 페이지 높이 switch (direction) { // 날개 배너 위치 별 case 'left': if(scroll == 'y') scrollingHeight_L += bannderHeight; // 순서대로 노출되는 날개배너 중 스크롤 하는 배너의 높이값 (좌) else nonScrollingHeight_L += bannderHeight; // 순서대로 노출되는 날개배너 중 스크롤 하지 않는 배너의 높이값 (좌) break; case 'right': if(scroll == 'y') scrollingHeight_R += bannderHeight; // 순서대로 노출되는 날개배너 중 스크롤 하는 배너의 높이값 (우) else nonScrollingHeight_R += bannderHeight; // 순서대로 노출되는 날개배너 중 스크롤 하지 않는 배너의 높이값 (우) break; } if(scroll == 'y') { // 스크롤 배너만 움직임 처리 var bannerAllHeight = siteAllHeight = 0; // 좌우측 각각 배너 스크롤 처리를 위해 나눠서 처리 if(direction == 'left'){ // 좌측 날개 var wingBnTop_L = winScrollTop - fixWingBannertop + topMargin - nonScrollingHeight_L; // 날개배너 스크롤 위치 (가변) if( articleTitleHeight ) wingBnTop_L += articleTitleHeight; // 기사본문 시 상단 스크롤 타이틀이 나타나면 스크롤 타이틀 만큼 날개배너 위치 조정 if((fixWingBannertop + nonScrollingHeight_L) < winScrollTop) { bannerAllHeight = articleTitleHeight + scrollingHeight_L + 1; // 상단 타이틀 + 스크롤배너의 총 높이 siteAllHeight = winHeight - userFooterHeight + downMargin; // 윈도우 높이 + 사이트 Footer 높이 if( (winScrollTop >= ((docHeight - userFooterHeight) - winHeight)) && (bannerAllHeight >= siteAllHeight) ) { // 사이트 Footer 넘어가는 경우 처리 wingBnTop_L -= ((userFooterHeight + downMargin) - (winHeight - (scrollingHeight_L + topMargin + articleTitleHeight))); $('#wingBanner .wing-banner-left .wing-banner.scroll-on').animate({top:wingBnTop_L+"px" },{queue: false, duration: duration}); // 마지막 배너 움직임 처리 } } else { wingBnTop_L = 0; // 최상단 처리 } $_this.animate({top:wingBnTop_L+"px" },{queue: false, duration: duration}); } else { // 우측 날개 var wingBnTop_R = winScrollTop - fixWingBannertop + topMargin - nonScrollingHeight_R; // 날개배너 스크롤 위치 (가변) if( articleTitleHeight ) wingBnTop_R += articleTitleHeight; // 기사본문 시 상단 스크롤 타이틀이 나타나면 스크롤 타이틀 만큼 날개배너 위치 조정 if((fixWingBannertop + nonScrollingHeight_R) < winScrollTop) { bannerAllHeight = articleTitleHeight + scrollingHeight_R + 1; // 상단 타이틀 + 스크롤배너의 총 높이 siteAllHeight = winHeight - userFooterHeight + downMargin; // 윈도우 높이 + 사이트 Footer 높이 if( (winScrollTop >= ((docHeight - userFooterHeight) - winHeight)) && (bannerAllHeight >= siteAllHeight) ) { // 사이트 Footer 넘어가는 경우 처리 wingBnTop_R -= ((userFooterHeight + downMargin) - (winHeight - (scrollingHeight_R + topMargin + articleTitleHeight))); $('#wingBanner .wing-banner-right .wing-banner.scroll-on').animate({top:wingBnTop_R+"px" },{queue: false, duration: duration}); // 마지막 배너 움직임 처리 } } else { wingBnTop_R = 0; // 최상단 처리 } $_this.animate({top:wingBnTop_R+"px" },{queue: false, duration: duration}); } } }); } }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10