OK
http://www.redian.org/
South Korea
Country
Network
August 11, 2025, 03:02 AM UTC
Date & Time
Websites
Websites
Runtime: 3.8s
On August 11, 2025, 03:02 AM UTC, http://www.redian.org/ was accessible when tested on AS9318 in South Korea.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
115.89.32.81
Query:
IN A www.redian.org
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
118.67.141.100
@
IN
A
115.85.177.60

TCP Connections

Connection to 118.67.141.100:80 succeeded.
Connection to 115.85.177.60:80 succeeded.

HTTP Requests

URL
GET https://www.redian.org/
Response Headers
Connection:
keep-alive
Content-Type:
text/html; charset=utf-8
Date:
Mon, 11 Aug 2025 03:02:30 GMT
Server:
nginx
Vary:
Accept-Encoding
X-Content-Type-Options:
nosniff
X-Proxy-Cache:
HIT
X-Xss-Protection:
1; mode=block
Response Body
<!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.redian.org/image/logo/snslogo_20240418051244.png" />
<meta property="og:url"	content="https://www.redian.org" />
<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.redian.org/image/logo/snslogo_20240418051244.png"/>
<!--// 메타태그정보 -->
<link rel="shortcut icon" href="https://cdn.redian.org/image/logo/favicon.png">
<title>레디앙</title>
<link rel="alternate" type="application/rss+xml" href="https://cdn.redian.org/rss/gns_allArticle.xml"/>
<link rel="canonical"  href="https://www.redian.org" />
<link rel="stylesheet" href="https://cdn.redian.org/css/jquery-ui.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/slick.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/jquery.timepicker.css" />
<link rel="stylesheet" href="https://cdn.redian.org/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.redian.org/css/foundation.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/custom.foundation.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/webfonts.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/font.style.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/media.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/autobox.style.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/templates.style.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/plugin.style.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/style.min.css">
<link rel="stylesheet" href="https://cdn.redian.org/css/design.style.css"><link rel="stylesheet" href="https://cdn.redian.org/menuskin/s_83/menubar.css">
<script src="https://cdn.redian.org/script/jquery.min.js"></script>
<script src="https://cdn.redian.org/script/jquery-ui.min.js"></script>
<script src="https://cdn.redian.org/script/slick.min.js"></script>
<script src="https://cdn.redian.org/script/jquery.rwdImageMaps.min.js"></script>
<script src="https://cdn.redian.org/script/what-input.js"></script>
<script src="https://cdn.redian.org/script/foundation.min.js"></script>
<script src="https://cdn.redian.org/menuskin/s_83/menubar.js"></script>
<script src="https://cdn.redian.org/script/user.style.js"></script>
<script src="https://cdn.redian.org/script/clipboard.min.js"></script>
<script src="https://cdn.redian.org/script/jquery.timepicker.min.js"></script>
<script src="https://cdn.redian.org/script/jquery.tabslet.min.js"></script>
<script src="https://cdn.redian.org/script/common.js"></script>

<!--[if lt IE 10]>
<link rel="stylesheet" href="https://cdn.redian.org/css/style.ie9.css">
<script src="https://cdn.redian.org/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.redian.org)<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.redian.org'
		,CDN_DOMAIN = 'https://cdn.redian.org'
		,___currentTime	= 1754881349;

	// 즐겨찾기 스크립트
	function bookmark() {
		window.external.AddFavorite("https://www.redian.org", "레디앙")
	}

</script>

<style type="text/css">
/* 사이트 기본 색 */
.user-point,a.user-point,
.poll-columns .poll-state.going
{color:#000 !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:#000 !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:#000 !important}
.user-border-top {border-top-color:#000 !important}
.user-border-bottom {border-bottom-color:#000 !important}
.user-border-left {border-left-color:#000 !important}
.user-border-right {border-right-color:#000 !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>

<script></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-allbtn:hover, #user-nav .user-menu .secline > a.a-hover {color:#000}

/* 2차 섹션 */
#user-nav .user-menu .secline .sub > a.a-sub-hover, #user-nav .user-menu .secline .sub > a:hover {color:#000}

/* 2차 - vertical & use autobox */
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline > ul {width:1200px;left:calc((100% - 1200px) / 2);padding-right:calc(1200px - 300px)}
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub > a.a-sub-hover,
#header-wrapper.vertical.nav-autobox #user-nav .user-menu .secline .sub > a:hover {color:#000}
</style>

<!-- 메뉴 시작 //-->
<div id="header-wrapper" class="horizon basic left " 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">
			<!-- 로고 -->
						<H1 class="user-logo text-center">
				<a href="https://www.redian.org" target="_top">
					<img src="https://cdn.redian.org/image/logo/toplogo_20240418050916.png" alt="레디앙">
					<p>열정과 진보 그리고 불편한 경제</p>
				</a>
			</H1>
			<!-- 로고 -->

			<!-- 메뉴바 //-->
			<nav id="user-nav">
				<!-- 전체 -->
				<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="/news/articleList.html?sc_section_code=S1N9&view_type=sm" target="_top" data-code="S1N9">정치</a>
						<ul>
													</ul>
					</li>
										<li class="secline">
						<a href="/news/articleList.html?sc_section_code=S1N10&view_type=sm" target="_top" data-code="S1N10">사회</a>
						<ul>
													</ul>
					</li>
										<li class="secline">
						<a href="/news/articleList.html?sc_section_code=S1N11&view_type=sm" target="_top" data-code="S1N11">경제</a>
						<ul>
														<li class="sub">
								<a href="/news/articleList.html?sc_sub_section_code=S2N54&view_type=sm" target="_top" data-code="S2N54">금융</a>
							</li>
														<li class="sub">
								<a href="/news/articleList.html?sc_sub_section_code=S2N55&view_type=sm" target="_top" data-code="S2N55">산업</a>
							</li>
													</ul>
					</li>
										<li class="secline">
						<a href="/news/articleList.html?sc_section_code=S1N12&view_type=sm" target="_top" data-code="S1N12">문화/생활</a>
						<ul>
														<li class="sub">
								<a href="/news/articleList.html?sc_sub_section_code=S2N60&view_type=sm" target="_top" data-code="S2N60">문화</a>
							</li>
														<li class="sub">
								<a href="/news/articleList.html?sc_sub_section_code=S2N59&view_type=sm" target="_top" data-code="S2N59">생활</a>
							</li>
													</ul>
					</li>
									</ul>
				<!--// 섹션 -->
			</nav>
			<!--// 메뉴바 -->

			<!-- 최종편집 //-->
			<!-- <div class="user-intro"><span class="show-for-sr">최종편집</span>&nbsp;</div> -->
			<div class="user-intro"><span class="show-for-sr">최종편집</span>&nbsp;2025-08-11 (월)</div>
			<!--// 최종편집 -->

			<!-- 로그인 //-->
			<ul id="userLogin" class="user-logbox">
									<li><a href="https://www.redian.org/member/login.html" target="_top">로그인</a></li>
					<li><a href="https://www.redian.org/member/index.html" target="_top">회원가입</a></li>
							</ul>
			<!--// 로그인 -->

			<!-- 검색 //-->
			<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>
				<div class="user-search-content">
					<fieldset class="user-search-form">
						<form name="head-search" method="get" class="clearfix" 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"></i><span class="show-for-sr">검색</span></button>
						</form>
					</fieldset>
				</div>

			</div>
			<!--// 검색 -->

		</div>
	</header>
	<!--// 로고영역 -->


</div>
<!--// 메뉴 끝 -->

<script type="text/javascript">
<!--
//메뉴 스타일 불러옴 : 메뉴 /script/menubar.js 와 같이 사용되어야 함
var menuIndexHold = true,
menuOverHold = true,
submenuStyle = "horizon",
sizeMode = "basic",
subShow = "hidden",
submenuPosi = "left",
effectSwitch = "on",
subSlideSpeed = 150,
subFadeSpeed = 150;

$(document).ready(function(){

	// 검색창
	var $userNav = $("#nav-header")
		, $userSch = $userNav.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">
</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 {overflow:hidden}
#default-custom .flex-grid {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}
#default-custom .flex-cell {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;width:auto;max-width:100%;min-width:0}
#default-custom .flex-cell.grid-1 {padding-right:60px;border-right:1px solid #e3e3e3}
#default-custom .flex-cell.grid-2 {-ms-flex:0 0 510px;flex:0 0 510px;max-width:510px;padding-left:30px}
#default-custom .flex-grid.grid-3 {margin:0 -15px}
#default-custom .flex-grid.grid-3 > .flex-cell {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding:0 15px}
#default-custom .index-columns-flex {background-color:#fff}

/* box skin */
.box-skin.idx--header + .box-margins {border-top-style:double;border-top-color:#e3e3e3}
.box-skin.line {padding:25px;border-color:#e3e3e3}
.box-skin.line .header > a, .box-skin.line .header > strong,
.box-skin.line .header .skin-column > a, .box-skin.line .header .skin-column > strong {margin-bottom:20px}
.box-skin.line .header > a[class*="btm-"] {position:relative;background:none}
.box-skin.line .header > a[class*="btm-"]::after {content:'+ 더보기';position:absolute;z-index:1;right:0;top:50%;padding:0 .375rem;font-size:.875rem;font-weight:500;line-height:24px;color:#fff;background-color:#777;white-space:nowrap;-ms-transform:translateY(-50%);transform:translateY(-50%)}
.box-skin.idx--photo {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}
.box-skin.idx--photo > .header {-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding-right:30px}
.box-skin.idx--photo > .content {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;width:auto;max-width:100%;min-width:0}
.box-skin.idx--photo .header > a, .box-skin.idx--photo .header > strong,
.box-skin.idx--photo .header .skin-column > a, .box-skin.idx--photo .header .skin-column > strong {font-size:40px;letter-spacing:-1px}
.box-skin.idx--photo .header small {display:block;font-size:22px;font-weight:500}
.auto-fontA {color:#000 !important}
/* edit skin css END */
</style>


<!-- 편집판 //-->
<div id="default-custom" class="index-wrap">
	<div class="float-center" style="width:1200px">
		<!-- 내용 //-->
		<div class="clearfix">
<article class="box-skin">
<header class="header"></header>
<section class="content"><style type="text/css">
#skin-11 {margin-top:-12px;margin-left:-20px;margin-right:-20px}
#skin-11 .item {float:left;width:50%;margin-top:15px;padding:0 20px}
#skin-11 .item.large {clear:both}
#skin-11 .item.medium {width:25%}
#skin-11 .item.medium + .small {margin-top:55px}
#skin-11 .item.small + .small::before {content:"";display:block;overflow:hidden;width:100%;height:0;margin-bottom:15px;border-top:1px solid rgba(0,0,0,.1)}
</style>
<div id="skin-11" class="auto-article"><div class="item large">
				<a href="/news/articleView.html?idxno=253817" target="_top">
					<div class="frame marbtm-16">
						<em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253817_60739_2516_1754537116_500.jpg)"></em>
					</div>
					<H2 class="auto-titles size-32 weight-700 line-x2 auto-fontA onload">소비쿠폰 지급 2주만에 지급액 46% 사용...음식점, 마트, 의류·잡화 매출 증가</H2>
				</a>
			</div>
<div class="item medium">
				<a href="/news/articleView.html?idxno=253807" target="_top">					
					<div class="frame marbtm-15">
						<em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253807_60732_5241_1754531561_500.jpg)"></em>
					</div>
					<div class="padx-4">
						<H2 class="auto-titles size-20 weight-600 line-x2 auto-fontA onload">새 정부 첫 경제관계장관회의 개최...구윤철 부총리 “ 선도경제 대전환...초혁신경제 집중지원”</H2>
					</div>
				</a>
			</div>
<div class="item medium">
				<a href="/news/articleView.html?idxno=253804" target="_top">					
					<div class="frame marbtm-15">
						<em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253804_60727_3950_1754447990_500.jpg)"></em>
					</div>
					<div class="padx-4">
						<H2 class="auto-titles size-20 weight-600 line-x2 auto-fontA onload">‘특검 출석’ 김건희, “아무것도 아닌 사람이 심려 끼쳐 죄송”... 민주당 “철저한 조사” 촉구</H2>
					</div>
				</a>
			</div>
<div class="item small">
				<a href="/news/articleView.html?idxno=253796" target="_top" class="padx-4">
					<H2 class="auto-titles size-18 weight-500 line-x1 auto-fontA onload">‘방송법’, 與 주도로 국회 본회의 통과...정청래 체제 1호 법안</H2>
				</a>
			</div>
<div class="item small">
				<a href="/news/articleView.html?idxno=253788" target="_top" class="padx-4">
					<H2 class="auto-titles size-18 weight-500 line-x1 auto-fontA onload">역대 두 번째로 뜨거웠던 7월...기록적인 집중 호우까지</H2>
				</a>
			</div>
<div class="item small">
				<a href="/news/articleView.html?idxno=253784" target="_top" class="padx-4">
					<H2 class="auto-titles size-18 weight-500 line-x1 auto-fontA onload">7월 소비자물가 2.1% 상승...2개월 연속 2%대</H2>
				</a>
			</div>
</div></section>
</article><div class="box-margins" style="margin-bottom:45px;margin-top:30px;border-top:3px double #e3e3e3;"></div>
		</div>
		<!--// 내용 -->
		<div class="flex-grid">
			<div class="flex-cell grid-1">
				<!-- 내용 //-->
				<div class="clearfix">
<article class="box-skin">
<header class="header"></header>
<section class="content"><style type="text/css">
#skin-12 > :not(:first-child) {margin-top:30px}
#skin-12 .flex {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}
#skin-12 .frame {-ms-flex:0 0 146px;flex:0 0 146px;max-width:146px;margin-right:15px}
#skin-12 .auto-images {padding-bottom:61.64%}
#skin-12 .content {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;width:auto;max-width:100%;min-width:0}
</style>
<div id="skin-12" class="auto-article"><div class="item">
			<a href="/news/articleView.html?idxno=253827" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253827_60748_476_1754876826_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">하나은행, 금융권 최초 ‘금 실물 운용 신탁’ 출시</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">하나은행은 금 실물 시장 활성화를 위해 금융권 최초로 금 실물을 안전하게 보관하면서 운용을 통해 수익을 얻을 수 있는 ‘하나골드신탁(운용)’을 출시했다고 11일 밝혔다.'금 모으기...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253824" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253824_60747_4813_1754873293_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">신한은행, 신한 커리어온 5기  취업 포트폴리오 대회 개최</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">신한은행은 지난 8일 서울 중구 명동 소재 신한 익스페이스에서 ‘신한 커리어온 5기 취업 포트폴리오 대회’를 개최했다고 11일 밝혔다.‘신한 커리어온’은 신한은행에서 2021년부터...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253823" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253823_60746_4349_1754873029_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">LG U+, 유튜브와 함께하는 ‘유쓰 쇼츠 페스티벌’ 개최</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">LG유플러스가 유튜브와 손잡고 Z세대와 소통을 강화하기 위해 ‘유쓰 쇼츠 페스티벌’을 개최한다고 11일 밝혔다. 유튜브와 국내 기업이 공동으로 마케팅을 진행하는 첫 번째 사례이다....</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253821" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253821_60742_5925_1754546365_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">KB국민은행, 경북 울진군에 128번째 ‘KB작은도서관’ 개관</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">KB국민은행이 경북 울진군에 128번째 ‘KB작은도서관’인 기성작은도서관 개관식을 개최했다고 7일 밝혔다. ‘KB작은도서관’은 KB국민은행의 사회공헌 사업인 ‘KB Dream Wa...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253820" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253820_60741_4726_1754545646_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">현대제철, 혹서기 현장 안전관리 강화</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">현대제철이 혹서기 근로자 온열질환 사고 예방과 현장 안전관리 강화에 나섰다.현대제철은 7일 충남 소재 당진제철소에서 현대로템·동아오츠카와 함께 온열질환 예방을 위한 업무 협약을 체...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253818" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253818_60740_481_1754538481_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">구글 국내 날씨 서비스서  '일본해' 우선 표기...서경덕 “구글 자체 관례에도 어긋난 표기”</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">세계 최대 검색사이트 구글이 국내 일부 지역 날씨 서비스에서 일본해 표기를 동해보다 앞세워 논란이 되고 있다.서경덕 성신여대 교수는 7일 “최근 휴가철을 맞아 동해안 지역으로 휴가...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253816" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253816_60738_5754_1754535474_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">신한라이프케어, 서울시50플러스재단과 요양보호사 양성 업무협약 체결</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">신한라이프의 시니어 사업 전담 자회사 신한라이프케어는 지난 6일 서울시50플러스재단과 요양시설 인재 확보 및 요양보호사 역량 강화를 위한 업무협약을 체결했다고 7일 밝혔다.양 기관...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253815" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253815_60737_4752_1754534872_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">‘출범 1년’ 신협 FDS 모니터링실, 73억 원 피해 막아</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">신협중앙회는 지난해 8월 ‘FDS 모니터링실’ 정식 출범 이후 지난달 말까지 1년 동안 총 721건의 의심 거래를 차단하여 약 73억 원 상당의 금융사기 피해를 막는 성과를 올렸다...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253814" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253814_60735_2930_1754533771_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">하겐다즈, 자를 필요 없는 ‘조각 모둠 케이크 딸기 초코’ 출시</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">하겐다즈가 ‘조각 모둠 케이크 딸기 초코’를 새롭게 출시했다고 7일 밝혔다. 새롭게 선보이는 ‘조각 모둠 케이크 딸기 초코’는 자르지 않고도 간편하게 즐길 수 있는 조각 모둠 케이...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253813" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253813_60734_1521_1754532922_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">KT, KT플라자에서 AI 청력검사 키오스크 시범 운영</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">KT가 전국의 주요 KT플라자 20곳에서 AI 청력검사 키오스크를 시범 설치해 순차로 운영한다고 7일 밝혔다.KT는 청력 건강에 대한 관심을 높이고 난청의 조기 진단을 유도하기 위...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253812" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253812_60733_833_1754532513_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">농심, 숏폼 크리에이터 그룹 ‘먹플루언서’ 6기 모집</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">농심이 푸드 전문 숏폼 크리에이터 교육 프로그램 ‘먹플루언서’ 6기 33명을 오는 17일까지 모집한다고 7일 밝혔다. 농심 먹플루언서는 농심이 지난 2023년부터 식품업계 최초로 ...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253808" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253808_60730_5657_1754528217_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">하나은행, ‘Club1 도곡PB센터지점’ 개점</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">하나은행은 지난 6일 오후 기존 하나은행 도곡PB센터지점을 프리미엄 자산관리 브랜드 ‘Club1(클럽원)’ 으로 확장 전환한 ‘Club1 도곡PB센터지점’을 개점했다고 7일 밝혔다...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253810" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253810_60731_2025_1754529625_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">동아제약, 건강기능식품 ‘셀파렉스 베이직 라인 3종’ 출시</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">동아제약은 단일 성분 건강기능식품 셀파렉스 베이직 라인 3종을 출시했다고 7일 밝혔다.신제품은 셀파렉스 루테인지아잔틴, 셀파렉스 알티지 오메가3, 셀파렉스 식물성 알티지 오메가3 ...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253806" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253806_60729_1410_1754468050_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">“환자 치료권 침해 우려”...시민사회, ‘자배법 개정안’ 강력 반발</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">국토교통부가 지난 6월 20일 입법예고한 ‘자동차손해배상 보장법 시행령 및 시행규칙 일부개정안(자배법 개정안)’을 두고 시민사회단체들이 강하게 반발하고 나섰다.이번 자배법 개정안은...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253803" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253803_60726_438_1754445878_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">농심 메론킥, 북미지역 판매 시작...“글로벌 시장 공략 나선다”</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">농심이 국내 인기 상품인 메론킥을 미국·캐나다 등 북미지역에 본격 수출하며 글로벌 시장 공략에 나선다고 6일 밝혔다. 초도 물량 4만 박스(약 40만 달러)를 포함해 총 10만 박...</em>
				</div>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253802" target="_top" class="flex">
				<div class="frame"><em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253802_60725_5428_1754445268_180.jpg)"></em></div>
				<div class="content">				
					<H2 class="auto-titles marbtm-7 size-20 weight-600 line-x1 auto-fontA onload">‘소비쿠폰 발행 첫 주’ 신한은행 땡겨요, 주간 이용자 46만명 증가</H2>
					<em class="auto-sums size-14 weight-400 line-x2 auto-fontB">신한은행은 배달앱 ‘땡겨요’가 지난달 21일부터 시작된 민생 회복 소비쿠폰 발행 효과로 주간 이용자 수(WAU)가 배달앱 중 가장 큰 폭으로 증가했다고 6일 밝혔다.모바일인덱스에 ...</em>
				</div>
			</a>
		</div>
</div></section>
</article><div class="box-margins " style="margin-bottom:45px;"></div>
				</div>
				<!--// 내용 -->
			</div>
			<div class="flex-cell grid-2">
				<!-- 내용 //-->
				<div class="clearfix">
<article class="box-skin">
<header class="header"><strong>지금 뜨고 있는 뉴스</strong></header>
<section class="content"><style type="text/css">
#skin-13 {position:relative}
#skin-13 .item {position:relative}
#skin-13 .frame::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,.8) 80%)}
#skin-13 .auto-images {-webkit-transition:transform 1s ease;transition:transform 1s ease, -ms-transform 1s ease;-webkit-backface-visibility:hidden}
#skin-13 a:hover .auto-images {-ms-transform:scale(1.125, 1.125);transform:scale(1.125, 1.125)}
#skin-13 .content {position:absolute;z-index:5;left:0;right:0;bottom:0;padding:15px 30px}
#skin-13 .content > i {display:block;margin-bottom:7px;color:#fff;width:29px;height:29px;line-height:29px;font-size:1em;color:#fff;text-align:center;border-radius:50%;background-color:#000}
#skin-13 .photo-btn {position:absolute;z-index:10;top:-42px;width:29px;height:29px;font-size:.875em;color:#000;background-color:#fff;border:1px solid #e3e3e3;border-radius:50%;text-align:center}
#skin-13 .photo-btn.prev {right:62px}
#skin-13 .photo-btn.next {right:31px}
#skin-13 .pause {display:block;overflow:hidden;position:absolute;z-index:15;right:0;top:-42px;width:29px;height:29px;font-size:.875em;line-height:27px;color:#000;background-color:#fff;border-radius:50%;border:1px solid #e3e3e3;text-align:center}
#skin-13 .pause.on {color:#fff;dbackground-color:#000;broder-color:#000}
#skin-13 .pause.on > .icon-pause::before {content:'\ea3e'}
</style>
<div id="skin-13" class="auto-article">
<div id="roll-13"><div class="item">
			<a href="/news/articleView.html?idxno=253828" target="_top">
				<div class="frame">
					<em class="auto-images" style="background-image:url(https://cdn.redian.org/news/thumbnail/custom/20250811/253828_60749_658_1754878018_500.jpg)"></em>
				</div>
				<div class="content">
					<H2 class="auto-titles size-20 line-x2 weight-600 auto-fontF onload">한국맥도날드 ‘한국의 맛’, 4년간 617억 원 사회·경제적 가치 창출</H2>
					<em class="auto-name martop-2 size-13 weight-400 line-x1 auto-fontF">2025.08.11</em>
				</div>
			</a>
        </div>
</div>
</div>
<script type="text/javascript">
<!--
(function() {
				
	$('#roll-13').slick({
		arrows: true, // 화살표표시
		prevArrow: '<button type="button" class="photo-btn prev"><i class="icon-angle-left-thin"><span class="show-for-sr">prev</span></i></button>', // 이전버튼
		nextArrow: '<button type="button" class="photo-btn next"><i class="icon-angle-right-thin"><span class="show-for-sr">next</span></i></button>', // 다음버튼
		dots: false, // pager
		dotsClass: 'auto-pager',	// pager class
		infinite: true, // 무한넘기기
		//variableWidth: true,
		speed: 1000, // 넘기는 속도
		autoplay: true, // 자동전환
		//autoplaySpeed: 5000 // 자동전환속도
		//draggable: false, // 제스처(모바일용)
	});

	$('#skin-13 .pause').click(function() {
		if($(this).hasClass('on')) {
			$('#roll-13').slick('slickPlay');
			$(this).removeClass('on');
		} else {
			$('#roll-13').slick('slickPause');
			$(this).addClass('on');
		}
	});

})();
//-->
</script>
</section>
</article><div class="box-margins " style="margin-bottom:30px;"></div><!--하나은행--><script type="text/javascript">var ___BANNER = "ban_1739582137_1";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/1.js?1739582137" id="ban_1739582137_1"></script><!--//하나은행--><!--신한금융지주--><script type="text/javascript">var ___BANNER = "ban_1722224477_4";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/4.js?1722224477" id="ban_1722224477_4"></script><!--//신한금융지주--><!--kb금융--><script type="text/javascript">var ___BANNER = "ban_1754009952_7";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/7.js?1754009952" id="ban_1754009952_7"></script><!--//kb금융--><!--미래에셋증권--><script type="text/javascript">var ___BANNER = "ban_1753344340_3";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/3.js?1753344340" id="ban_1753344340_3"></script><!--//미래에셋증권--><div class="box-margins " style="margin-bottom:30px;"></div><!--신한은행--><script type="text/javascript">var ___BANNER = "ban_1742892140_8";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/8.js?1742892140" id="ban_1742892140_8"></script><!--//신한은행--><article class="box-skin">
<header class="header"><strong>가장 많이 본 뉴스</strong></header>
<section class="content"><style type="text/css">
#skin-14 {position:relative}
#skin-14::before {content:'';overflow:hidden;position:absolute;z-index:1;left:36px;top:0;width:0;height:100%;border-left:1px solid #d6d6d6}
#skin-14 .item {position:relative;z-index:2}
#skin-14 > :not(:first-child) {margin-top:12px}
#skin-14 .flex {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-align-items:center;align-items:center;padding:15px 30px;background-color:#fff;border:1px solid #e3e3e3;transition:border-color .25s}
#skin-14 .flex:hover {border-color:#000}
#skin-14 .icon {-ms-flex:0 0 10px;flex:0 0 10px;display:block;overflow:hidden;max-width:10px;height:10px;margin-right:20px;background-color:#fff;border:2px solid #e3e3e3;border-radius:50%;transition:border-color .25s}
#skin-14 .flex:hover .icon {border-color:#000}
#skin-14 .auto-titles {-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;width:auto;max-width:100%;min-width:0}
</style>
<div id="skin-14" class="auto-article"><div class="item">
			<a href="/news/articleView.html?idxno=253785" target="_top" class="flex">
				<i class="icon"></i>
				<H2 class="auto-titles size-17 line-x1 auto-fontA">하나은행, 소상공인 위한 '디지털 전환 기기 지원 사업' 실시</H2>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253795" target="_top" class="flex">
				<i class="icon"></i>
				<H2 class="auto-titles size-17 line-x1 auto-fontA">신한은행, 신한카드와 함께 디지털 온누리상품권 이벤트 진행</H2>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253806" target="_top" class="flex">
				<i class="icon"></i>
				<H2 class="auto-titles size-17 line-x1 auto-fontA">“환자 치료권 침해 우려”...시민사회, ‘자배법 개정안’ 강력 반발</H2>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253787" target="_top" class="flex">
				<i class="icon"></i>
				<H2 class="auto-titles size-17 line-x1 auto-fontA">신한은행, SOL모임통장 여행지원금 이벤트 실시</H2>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253788" target="_top" class="flex">
				<i class="icon"></i>
				<H2 class="auto-titles size-17 line-x1 auto-fontA">역대 두 번째로 뜨거웠던 7월...기록적인 집중 호우까지</H2>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253797" target="_top" class="flex">
				<i class="icon"></i>
				<H2 class="auto-titles size-17 line-x1 auto-fontA">LG유플러스, ‘AI비즈콜’ 서비스 업데이트...업무 효율성 강화</H2>
			</a>
		</div>
<div class="item">
			<a href="/news/articleView.html?idxno=253790" target="_top" class="flex">
				<i class="icon"></i>
				<H2 class="auto-titles size-17 line-x1 auto-fontA">제14회 황순원문학상 수상자 선정...작가상 주수자·신진상 차인표</H2>
			</a>
		</div>
</div></section>
</article><div class="box-margins " style="margin-bottom:30px;"></div><!--하나증권--><script type="text/javascript">var ___BANNER = "ban_1739582052_2";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/2.js?1739582052" id="ban_1739582052_2"></script><!--//하나증권--><!--동아제약--><script type="text/javascript">var ___BANNER = "ban_1727276228_6";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/6.js?1727276228" id="ban_1727276228_6"></script><!--//동아제약--><!--미래에셋자산운용--><script type="text/javascript">var ___BANNER = "ban_1722399661_5";</script><script type="text/javascript" charset="utf-8" src="https://cdn.redian.org/bannerpop/uploads/js/5.js?1722399661" id="ban_1722399661_5"></script><!--//미래에셋자산운용-->
				</div>
				<!--// 내용 -->
			</div>
		</div>
		
		<!-- 내용 //-->
		<div class="clearfix">
<div class="box-margins" style="margin-bottom:45px;margin-top:45px;border-top:3px double #e3e3e3;"></div>
		</div>
		<!--// 내용 -->
	</div>

	<div class="float-center" style="width:1200px">
		<div class="flex-grid grid-3">
			<div class="flex-cell">
				<!-- 내용 //-->
				<div class="clearfix">
<article class="box-skin">
<header class="header"><strong>정치</strong></header>
<section class="content"><style type="text/css">
#skin-20 .item {margin-bottom:12px;padding:0 4px 12px;border-bottom:1px solid #e3e3e3}
#skin-20 .item.large > a {min-height:218px}
#skin-20 .frame {margin-left:-4px;margin-right:-4px}
#skin-20 .more {display:block;font-size:14px;line-height:1.8;color:#555;text-align:center}
</style>
<div id="skin-20" class="auto-article">
<div class="wrapper"><div class="item large">
				<a href="/news/articleView.html?idxno=253807" target="_top">
					<div class="frame marbtm-12">
						<em class="auto-images line" style="background-image:url(https://cdn.redian.org/news/thumbnail/202508/253807_60732_5241_v150.jpg)"></em>
					</div>
					<H2 class="auto-titles auto-fontA size-17 line-x2 weight-600 onload">새 정부 첫 경제관계장관회의 개최...구윤철 부총리 “ 선도경제 대전환...초혁신경제 집중지원”</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253804" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">‘특검 출석’ 김건희, “아무것도 아닌 사람이 심려 끼쳐 죄송”... 민주당 “철저한 조사” 촉구</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253796" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">‘방송법’, 與 주도로 국회 본회의 통과...정청래 체제 1호 법안</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253778" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">한·미 관세협상 타결, 후속 지원 대책 논의...김정관 장관, “새로운 진출기회 활용”</H2>
				</a>
			</div>
</div>
	<a href="/news/articleList.html?sc_section_code=S1N9&view_type=sm" target="_top" class="more"><i class="icon-plus-min"></i> 더보기</a>
</div></section>
</article>
				</div>
				<!--// 내용 -->
			</div>
			<div class="flex-cell">
				<!-- 내용 //-->
				<div class="clearfix">
<article class="box-skin">
<header class="header"><strong>사회</strong></header>
<section class="content"><style type="text/css">
#skin-21 .item {margin-bottom:12px;padding:0 4px 12px;border-bottom:1px solid #e3e3e3}
#skin-21 .item.large > a {min-height:218px}
#skin-21 .frame {margin-left:-4px;margin-right:-4px}
#skin-21 .more {display:block;font-size:14px;line-height:1.8;color:#555;text-align:center}
</style>
<div id="skin-21" class="auto-article">
<div class="wrapper"><div class="item large">
				<a href="/news/articleView.html?idxno=253818" target="_top">
					<div class="frame marbtm-12">
						<em class="auto-images line" style="background-image:url(https://cdn.redian.org/news/thumbnail/202508/253818_60740_481_v150.jpg)"></em>
					</div>
					<H2 class="auto-titles auto-fontA size-17 line-x2 weight-600 onload">구글 국내 날씨 서비스서  '일본해' 우선 표기...서경덕 “구글 자체 관례에도 어긋난 표기”</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253817" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">소비쿠폰 지급 2주만에 지급액 46% 사용...음식점, 마트, 의류·잡화 매출 증가</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253806" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">“환자 치료권 침해 우려”...시민사회, ‘자배법 개정안’ 강력 반발</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253788" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">역대 두 번째로 뜨거웠던 7월...기록적인 집중 호우까지</H2>
				</a>
			</div>
</div>
	<a href="/news/articleList.html?sc_section_code=S1N10&view_type=sm" target="_top" class="more"><i class="icon-plus-min"></i> 더보기</a>
</div></section>
</article>
				</div>
				<!--// 내용 -->
			</div>
			<div class="flex-cell">
				<!-- 내용 //-->
				<div class="clearfix">
<article class="box-skin">
<header class="header"><strong>경제</strong></header>
<section class="content"><style type="text/css">
#skin-22 .item {margin-bottom:12px;padding:0 4px 12px;border-bottom:1px solid #e3e3e3}
#skin-22 .item.large > a {min-height:218px}
#skin-22 .frame {margin-left:-4px;margin-right:-4px}
#skin-22 .more {display:block;font-size:14px;line-height:1.8;color:#555;text-align:center}
</style>
<div id="skin-22" class="auto-article">
<div class="wrapper"><div class="item large">
				<a href="/news/articleView.html?idxno=253828" target="_top">
					<div class="frame marbtm-12">
						<em class="auto-images line" style="background-image:url(https://cdn.redian.org/news/thumbnail/202508/253828_60749_658_v150.jpg)"></em>
					</div>
					<H2 class="auto-titles auto-fontA size-17 line-x2 weight-600 onload">한국맥도날드 ‘한국의 맛’, 4년간 617억 원 사회·경제적 가치 창출</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253827" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">하나은행, 금융권 최초 ‘금 실물 운용 신탁’ 출시</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253824" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">신한은행, 신한 커리어온 5기  취업 포트폴리오 대회 개최</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253823" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">LG U+, 유튜브와 함께하는 ‘유쓰 쇼츠 페스티벌’ 개최</H2>
				</a>
			</div>
</div>
	<a href="/news/articleList.html?sc_section_code=S1N11&view_type=sm" target="_top" class="more"><i class="icon-plus-min"></i> 더보기</a>
</div></section>
</article>
				</div>
				<!--// 내용 -->
			</div>
			<div class="flex-cell">
				<!-- 내용 //-->
				<div class="clearfix">
<article class="box-skin">
<header class="header"><strong>문화/생활</strong></header>
<section class="content"><style type="text/css">
#skin-23 .item {margin-bottom:12px;padding:0 4px 12px;border-bottom:1px solid #e3e3e3}
#skin-23 .item.large > a {min-height:218px}
#skin-23 .frame {margin-left:-4px;margin-right:-4px}
#skin-23 .more {display:block;font-size:14px;line-height:1.8;color:#555;text-align:center}
</style>
<div id="skin-23" class="auto-article">
<div class="wrapper"><div class="item large">
				<a href="/news/articleView.html?idxno=253822" target="_top">
					<div class="frame marbtm-12">
						<em class="auto-images line" style="background-image:url(https://cdn.redian.org/news/thumbnail/202508/253822_60745_4033_v150.jpg)"></em>
					</div>
					<H2 class="auto-titles auto-fontA size-17 line-x2 weight-600 onload">‘흥행 성공’ 좀비딸, 개봉 3주차 릴레이 GV 확정</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253790" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">제14회 황순원문학상 수상자 선정...작가상 주수자·신진상 차인표</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253781" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">스마트러닝목동, 중국 월드로봇올림피아드 2개팀 출전...미래혁명가부문 3위·금상 수상</H2>
				</a>
			</div>
<div class="item">
				<a href="/news/articleView.html?idxno=253776" target="_top">
					<H2 class="auto-titles size-15 line-x1 auto-fontA onload">하춘근 작가 8번째 개인전 ‘On Historical Ground’ 개최</H2>
				</a>
			</div>
</div>
	<a href="/news/articleList.html?sc_section_code=S1N12&view_type=sm" target="_top" class="more"><i class="icon-plus-min"></i> 더보기</a>
</div></section>
</article>
				</div>
				<!--// 내용 -->
			</div>
		</div>
		<!--// 내용 -->
	</div>

	<div class="float-center" style="width:1200px">
		<!-- 내용 //-->
		<div class="clearfix">

		</div>
		<!--// 내용 -->
		<div class="flex-grid">
			<div class="flex-cell grid-1">
				<!-- 내용 //-->
				<div class="clearfix">

				</div>
				<!--// 내용 -->
			</div>
			<div class="flex-cell grid-2">
				<!-- 내용 //-->
				<div class="clearfix">

				</div>
				<!--// 내용 -->
			</div>
		</div>
		<!-- 내용 //-->
		<div class="clearfix">

		</div>
		<!--// 내용 -->
	</div>	
</div>
<!--// 편집판 -->
					</section>
					<!--// container -->
				
				</div>

				
<style type="text/css">
#user-footer {margin-top:45px;padding-top:0;padding-bottom:20px}

/* sitemap */
#user-footer .site-map .inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:45px 0 15px;border-top:1px solid #555}
#user-footer .site-map .item {-ms-flex:0 0 14.28571%;flex:0 0 14.28571%;max-width:14.28571%;padding-right:1.25rem;margin-bottom:1.875rem}
#user-footer .site-map .sec-name {display:block;overflow:hidden;margin-bottom:1rem;font-size:18px;font-weight:600;line-height:26px;color:#000;white-space:nowrap;text-overflow:ellipsis}
#user-footer .site-map .sec-list {display:block;padding:0;margin:0;list-style:none}
#user-footer .site-map .sec-list > li {font-size:14px;font-weight:400;line-height:22px;color:#666}
#user-footer .site-map .sec-list > :not(:first-child) {margin-top:.625rem}
#user-footer .site-map .sec-list > li > a {display:block;color:inherit}

/* footer menu */
#user-footer .footer-menu {padding:1.5rem 0;background-color:#fff}
#user-footer .footer-menu .inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-align-items:center;align-items:center;-ms-flex-pack:center;justify-content:center}
#user-footer .footer-menu .user-nav {margin-bottom:0}
#user-footer .footer-menu .user-nav > a {display:block;padding:0 20px;font-size:14px;line-height:1.2;color:#000;white-space:nowrap}
#user-footer .footer-menu .user-nav > a::before {content:normal;display:none}
#user-footer .footer-menu .user-nav strong {font-weight:700}

/* address */
#user-footer .user-address {margin-top:30px;font-size:14px;line-height:2.5;color:rgba(0,0,0,.8)}
#user-footer .user-address .inner {display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}
#user-footer .user-address .inner > span {-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:auto;max-width:100%;padding:0 15px;white-space:nowrap}
#user-footer .copyright {margin-top:20px;font-size:14px;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap} 
#user-footer .copyright > a {color:inherit;text-decoration:none}

/* ndsoft */
#user-footer .ndsoft {position:static;text-align:right}
</style>

<!-- footer //-->
<footer id="user-footer">

	<!-- footer menu //-->
	<div class="footer-menu">
		<div class="inner float-center width-1200">
			<!-- nav //-->
			<nav class="user-nav">
				<a href="/com/com-1.html" target="_top">매체소개</a>
				<a href="/com/privacy.html" target="_top"><strong>개인정보처리방침</strong></a>
				<a href="/com/service.html" target="_top">이용약관</a>
				<a href="/com/youthpolicy.html" target="_top">청소년보호정책</a>
				<a href="/com/copyright.html" target="_top">저작권보호정책</a>
				<a href="/com/emailno.html" target="_top">이메일무단수집거부</a>
			</nav>
			<!--// nav  -->
		</div>
	</div>
	<!--// footer menu -->
	
	<!-- address //-->
	<address class="user-address">
		<div class="float-center width-1200">
			<div class="inner">
				<span>법인명 : (주)레디앙미디어</span>
				<span>주소 : 서울특별시 마포구 잔다리로 48, 3층 </span>
				<span>전화 : 02-3273-3959</span>
						
				<span>청소년보호책임자 : 이준재</span>	
			</div>	
			<div class="inner">
				<span>제호 : 레디앙</span>
				<span>등록번호 : 서울 아 00159</span>
				<span>등록일 : 2006-01-16</span>
				<span>발행일 : 2005-12-07</span>
									<span>발행·편집인 : 신성철</span>
						
			</div>
		</div>
	</address>
	<!--// address -->
	
	<div class="copyright float-center width-1200">
		C<a href="https://www.redian.org/admin/adminLoginForm.html" tabindex="-1">o</a>pyright by 레디앙 <a href="https://www.redian.org/" onclick="setCookie('view_pc', 'n', 1);" tabindex="-1">All</a> rights reserved.
	</div>

	<div class="ndsoft float-center width-1200">
		<a href="http://www.ndsoft.co.kr/" target="_blank"><img src="https://cdn.redian.org/image/ndsoft.svg" alt="ND소프트" /></a>
	</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.redian.org/" 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:#000}
.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:#000}
.user-canvas .user-canvas-navs .menu li ul.menu.nested li a:hover {color:#000}
</style>

<nav id="allService" class="user-canvas-navs">
	<!-- 1차 //-->
	<ul class="vertical menu accordion" data-accordion-menu data-multi-open="false">
		<li><a href="/news/articleList.html?view_type=sm">전체기사</a></li>
			<li>
		<a href="/news/articleList.html?sc_section_code=S1N9&view_type=sm" target="_top">정치</a>
	</li>
	<li>
		<a href="/news/articleList.html?sc_section_code=S1N10&view_type=sm" target="_top">사회</a>
	</li>
	<li>
		<a href="/news/articleList.html?sc_section_code=S1N11&view_type=sm" target="_top">경제</a>
		<ul class="menu vertical nested">
			<li><a href="/news/articleList.html?sc_section_code=S1N11&view_type=sm" target="_top">전체</a></li>
			<li>
				<a href="/news/articleList.html?sc_sub_section_code=S2N54&view_type=sm" target="_top">금융</a>				</li>
			<li>
				<a href="/news/articleList.html?sc_sub_section_code=S2N55&view_type=sm" target="_top">산업</a>				</li>
		</ul>
	</li>
	<li>
		<a href="/news/articleList.html?sc_section_code=S1N12&view_type=sm" target="_top">문화/생활</a>
		<ul class="menu vertical nested">
			<li><a href="/news/articleList.html?sc_section_code=S1N12&view_type=sm" target="_top">전체</a></li>
			<li>
				<a href="/news/articleList.html?sc_sub_section_code=S2N60&view_type=sm" target="_top">문화</a>				</li>
			<li>
				<a href="/news/articleList.html?sc_sub_section_code=S2N59&view_type=sm" target="_top">생활</a>				</li>
		</ul>
	</li>
		
        	</ul>
</nav>			
			<button class="close-button" aria-label="Close menu" type="button" data-close>
				<i class="icon-close-thin"><span class="show-for-sr">전체메뉴닫기</span></i>
			</button>
		</div>
	</div>
</div>

<script>
// Popup Json
var ___popup = [];
bannerpop.popup();
</script>
<script type="text/javascript">
// back to the top		
$(document).scroll(function(){
	var sDocumentHeight = $(document).height() - $(window).height();
	if($(document).scrollTop() > 0){	
		$('#back-to-top').fadeIn();
	}else{
		$('#back-to-top').fadeOut();
	}
});

$('#back-to-top, a[href="#top"]').click(function(){
	$('html, body').animate( {scrollTop:0}, 100);
});

// 모바일버전 이동 버튼
if(bannerpop.isMobileDevice()===true) $(".desktop-to-mobile").removeClass("hide");
</script>



<!-- 구글 애드센스 S -->
<script src="https://cdn.redian.org/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>

URL
GET http://www.redian.org/
Response Headers
Content-Type:
text/html
Date:
Mon, 11 Aug 2025 03:02:30 GMT
Location:
https://www.redian.org/
Server:
nginx
X-Content-Type-Options:
nosniff
X-Proxy-Cache:
HIT
X-Xss-Protection:
1; mode=block
Response Body

Empty body

Resolver

Resolver ASN
AS3786
Resolver IP
115.89.32.81
Resolver Network Name
LG DACOM Corporation
Report ID
20250811T025646Z_webconnectivity_KR_9318_n1_30jokaClseQ1YCjP
Platform
macos
Software Name
ooniprobe-desktop-unattended (3.24.0)
Measurement Engine
ooniprobe-engine (3.24.0)

Raw Measurement Data

Loading