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 = 1733963623; // 즐겨찾기 스크립트 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-12-07</div> <div class="hosu">1834호</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/1762_20241206110451.jpg" alt=" 1834 표지이미지"> </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=318048" target="_top"> <div class="frame"><em class="auto-images ratio-32" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318048_320704_4939_1733910579_550.jpg)"></em></div> <div class="photo-titbg gradient"> <H2 class="auto-titles size-32 weight-700 line-x2 auto-fontF">‘검찰 빼고’ 내란수사 3각 공조…국수본·공수처·軍 힘 합친다</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=318065" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318065_320715_4515_1733960715_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=318054" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318054_320708_5819_1733918300_330.jpg)"></em></span> <div class="photo-titbg"> <H2 class="auto-titles size-16 weight-700 line-5x2 auto-fontF">“사랑해 널 이 느낌 이대로”…‘응원봉’ ‘K-pop’으로 새로 쓰는 집회 역사</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318050" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318050_320705_940_1733911780_330.jpg)"></em></span> <div class="photo-titbg"> <H2 class="auto-titles size-16 weight-700 line-5x2 auto-fontF">“尹, 특검 임명 미루면 탄핵 사유”…국회서 추천한 ‘내란 상설특검’ 후보 4명은?</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318040" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318040_320693_5716_1733903837_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> </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=317046" target="_top"> <span class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317046_319730_5043_1733385043_270.jpg)"></em></span> <div class="content"> <H2 class="auto-titles weight-700 size-16 line-x2 auto-fontF onload">진중권 “尹 계엄령, 100% 탄핵 인용돼…다른 세계 살다가 자폭테러한 꼴”</H2> </div> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318043" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">[단독] ‘극단 선택’ 시도한 김용현, CCTV 있는 수용실에 수감돼 있어</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318046" 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=318045" 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=318044" 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=318035" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">[속보] 대통령실 “尹 비상계엄 직전 국무회의, 5분 만에 끝났다”</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/20241212/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=318042" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">조경태 “尹탄핵 찬성 8명 근접…‘반대 당론’ 정해도 따를 필요 없어”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318037" 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=318038" 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=317548" 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=318032" target="_top"> <H2 class="auto-titles weight-700 size-15 line-x1 auto-fontA onload">코레일∙철도노조 교섭 극적 타결…오후 7시부터 총파업 철회</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=318039" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318039_320692_5126_1733903486_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318039" 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=318031" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318031_320685_311_1733902261_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318031" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">사회학자 802명 시국선언 “국가 뒤흔든 윤석열 탄핵돼야”</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">국내외 사회학자 800여 명이 윤석열 대통령의 사퇴와 국회의 탄핵을 촉구하는 시국선언문을 발표했다.대학교수, 연구원 등 사회학자 802명은 11일 ‘대통령 윤석열 탄핵을 촉구하는 ...</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=318025" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318025_320681_927_1733900968_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318025" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">경찰 특수단, 대통령실 압수수색 3시간 넘게 대치 중…합참도 대상</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">12∙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=318023" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318023_320678_736_1733900856_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318023" 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">이상민 전 장관의 사퇴로 행정안전부 장관 직무를 대행중인 고기동 차관이 ‘내란의 수괴는 누구인가’라는 야당의 추궁에 “대통령으로 논의되고 있다”고 답했다.고 장관대행은 11일 국회...</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=318020" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318020_320673_476_1733899627_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318020" 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">서울시가 서울관광진흥기금 긴급지원계정을 확대한다고 밝혔다. 12·3 비상계엄 선포 이후 침체 위기에 직면한 서울 관광업계를 적극 지원한다는 취지다.오세훈 서울시장은 11일 서울시청...</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=318027" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318027_320684_1948_1733901588_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318027" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">검찰, ‘150억원 부당대출’ 김기유 전 태광 의장 배임혐의 기소</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">그룹 계열사 경영진에 150억원대 규모의 부당대출을 지시한 혐의로 검찰 수사를 받아온 김기유(69) 전 태광그룹 경영협의회 의장이 재판에 넘겨졌다.서울서부지검 형사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=318015" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318015_320670_3549_1733898951_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318015" 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=318024" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318024_320677_723_1733900843_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318024" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">11월 가계대출 증가세 둔화…은행권, 절반으로 ‘뚝’</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">정부의 가계대출 관리가 이어지면서 금융권 가계대출 증가세가 축소됐다. 은행권에서 증가세가 크게 감소했지만, 2금융권으로 수요가 몰리는 현상도 나타났다.한국은행이 11일 발표한 ‘2...</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=317250" target="_top"><div class="frame marbtm-11"> <em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317250_319783_114_1733440264_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=317100" 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=317489" 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=317061" 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/20241212/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/20241212/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=318019" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318019_320674_4729_1733899650_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318019" target="_top"><H2 class="auto-titles weight-600 size-16 line-x2 auto-fontA onload">與 TF “2·3월 퇴진이 탄핵보다 빨라…오늘부터 尹 설득의 시간”</H2></a> <em class="auto-sums martop-5 size-13 line-x3 auto-fontK">국민의힘 정국 안정화 태스크포스(TF)의 이양수 위원장은 11일 윤석열 대통령이 내년 2월 또는 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=318018" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318018_320669_3428_1733898868_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318018" 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">국민의힘 중진 의원들은 11일 우원식 국회의장을 만나 윤석열 대통령 탄핵소추안을 토요일이 아닌 다른 요일에 상정해달라고 촉구했다.권성동·윤상현·김기현·나경원 등 국민의힘 중진 의원...</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=318017" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318017_320668_3352_1733898832_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318017" 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">윤상현 국민의힘 의원이 12·3 비상계엄 사태와 관련해 11일 ‘고도의 통치행위’라는 취지의 주장을 하며 이번 계엄의 책임을 “더불어민주당의 폭주”로 지목했다.윤 의원은 이날 국회...</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=318000" target="_top"><em class="auto-images line" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318000_320655_2651_1733894811_170.jpg)"></em></a> </span><div class="auto-flex-basis"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318000" 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_1733808933_2199";</script><script type="text/javascript" charset="utf-8" src="https://cdn.sisajournal.com/bannerpop/uploads/js/2199.js?1733808933" id="ban_1733808933_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=317229" 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/20241212/317229_319728_4834_1733384914_120.jpg)"></em> </div><H2 class="auto-titles size-16 weight-600 line-x3 auto-fontA onload">尹의 마지막 기회?…여권에서 커지는 ‘거국내각’ 구성 요구</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317265" 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">44년만의 계엄이 ‘부정선거 규명’ 때문이었나…선관위 친 이유 밝혀져</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 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=316968" 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">비상계엄 발표된 12·3…막후엔 ‘충암파’가 있었다</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 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=316328" 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">지겹고 맛 없는 ‘다이어트 식단’…의외로 먹어도 되는 식품 3가지</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317314" 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">술과 운동 즐기는 20~40대 ‘고관절’이 위험하다</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">8</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=317736" 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">계엄군 체포 타깃 ‘한동훈·이재명·정청래’…“韓, 최초 명단에 없다가 추가”</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317005" 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=317989" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317989_320645_4823_1733892503_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=318041" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318041_320694_5926_1733903966_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">김동연, “GTX플러스 등 신규사업 5차 국가철도망 반영” 요청</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=318026" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318026_320682_1445_1733901285_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=318022" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318022_320675_639_1733900799_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=318011" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318011_320664_1728_1733897848_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=318003" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/318003_320661_5450_1733896491_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=317985" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317985_320642_389_1733891889_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[안산24시] 안산시, ‘지역복지사업 평가’ 3년 연속 복지부 장관상 영예</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317946" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317946_320657_3039_1733895039_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=317976" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317976_320628_1155_1733890315_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=317972" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317972_320633_2052_1733890852_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=317970" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317970_320623_4342_1733888622_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=317961" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317961_320616_1024_1733886624_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[창원24시] 창원 항공‧우주‧환경사업 ‘탄력’…548억 투자</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317908" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317908_320608_219_1733883669_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=317948" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317948_320627_424_1733889864_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=317940" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317940_320600_219_1733882539_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=317927" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317927_320588_3947_1733881188_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[경주24시] 경주 유소년 스포츠 특구, 중소벤처기업부 평가 1위</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317922" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317922_320581_1651_1733879811_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=317931" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317931_320592_4626_1733881586_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">캠코, 부실PF 사업장 7곳 정상화 나선다…‘5600억 수혈’ </H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317923" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317923_320596_539_1733881989_240.jpg)"></em></div> <H2 class="auto-titles martop-10 size-15 weight-600 line-x2 auto-fontA onload">[청주24시] 청주시, 탄소중립포인트 인센티브 2억2000만원 지급</H2> </a> </div> <div class="item"> <a href="https://www.sisajournal.com/news/articleView.html?idxno=317899" target="_top"> <div class="frame line"><em class="auto-images" style="background-image:url(https://cdn.sisajournal.com/news/thumbnail/custom/20241212/317899_320569_5656_1733842617_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 = [{"idxno":"1815","title":"2024%20%EC%98%AC%ED%95%B4%EC%9D%98%20%EC%9D%B8%EB%AC%BC","start":"1701676620","end":2048943600,"status":"1","position":"auto","layer_move":"","popup_size":"auto","popup_type":"layer","x_position":"20","y_position":"50","layer_close":"","popup_width":"300","bottom_close":"Y","layer_border":"Y","layer_scroll":"Y","popup_height":"253","layer_close_icon":"","bottom_close_expire":"1","layer_close_position":"","bottom_close_expire_ck":"days","content":"%3Cdiv%20class%3D%22popup-wrap%20layers%22%3E%3Csection%20class%3D%22popup-container%20pady-0%22%3E%0A%3Ca%20href%3D%22https%3A%2F%2Fnaver.me%2Fx4F1M01i%22%20%20target%3D%22_blank%22%20rel%3D%22nofollow%20sponsored%20ugc%22%3E%3Cimg%20width%3D%22300%22%20height%3D%22253%22%20src%3D%22%2Fbannerpop%2Fuploads%2Fimage%2F1733364612931466556.jpg%22%20class%3D%22float-center%22%20alt%3D%22%22%20%20%2F%3E%3C%2Fa%3E%0A%3C%2Fsection%3E%0A%3Cfooter%20class%3D%22popup-footer%20font-dotum%22%3E%0A%3Cdiv%20class%3D%22footer-cell%20popup-days%22%20data-close-expire%3D%221%22%3E%3C%2Fdiv%3E%0A%3Cdiv%20class%3D%22footer-cell%22%3E%3Cbutton%20type%3D%22button%22%20class%3D%22popup_close%22%3E%3Ci%20class%3D%22icon-for-close%22%3E%3C%2Fi%3E%3Cspan%20class%3D%22show-for-sr%22%3E%EC%B0%BD%EB%8B%AB%EA%B8%B0%3C%2Fspan%3E%3C%2Fbutton%3E%3C%2Fdiv%3E%0A%3C%2Ffooter%3E%0A%3C%2Fdiv%3E%0A"}]; 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