@charset "utf-8";
/* 기본 설정 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}

@font-face {
	font-family: "NanumGothicWeb";
	font-style:normal;
	src: url('../font/NanumGothic.eot');
	src: local('☺'), url('../font/NanumGothic.woff') format('woff'), url('../font/NanumGothic.ttf') format('truetype');
}
@font-face {
	font-family: "NanumGothicBoldWeb";
	font-style:bold;
	src: url('../font/NanumGothicBold.eot');
	src: local('☺'), url('../font/NanumGothicBold.woff') format('woff'), url('../font/NanumGothicBold.ttf') format('truetype');
}
@font-face {
	font-family: "NanumGothicExtraBoldWeb";
	font-style:bold;
	src: url('../font/NanumGothicExtraBold.eot');
	src: local('☺'), url('../font/NanumGothicExtraBold.woff') format('woff'), url('../font/NanumGothicExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: "NanumMyeongjoWeb";
	font-style:normal;
	src: url('../font/NanumMyeongjo.eot');
	src: local('☺'), url('../font/NanumMyeongjo.woff') format('woff'), url('../font/NanumMyeongjo.ttf') format('truetype');
}
@font-face {
	font-family: "NanumMyeongjoBoldWeb";
	font-style:bold;
	src: url('../font/NanumMyeongjoBold.eot');
	src: local('☺'), url('../font/NanumMyeongjoBold.woff') format('woff'), url('../font/NanumMyeongjoBold.ttf') format('truetype');
}
@font-face {
	font-family: "NanumMyeongjoExtraBoldWeb";
	font-style:bold;
	src: url('../font/NanumMyeongjoExtraBold.eot');
	src: local('☺'), url('../font/NanumMyeongjoExtraBold.woff') format('woff'), url('../font/NanumMyeongjoExtraBold.ttf') format('truetype');
}

body {
	margin:0;
	padding:0;
	font-family: "돋움", dotum;
	font-size:100%;
	letter-spacing:-0.05em;
	background:#fff;
	color:#000;
	text-align:center;
}
a:link {
	text-decoration: none;
	color:#333;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none;
	color:#333;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
form {
	margin:0;
	padding:0;
}

.body_container {
	width:956px;
	margin:0 auto;
	text-align:justify;
}

/* wrapper_home 레이아웃 */
#wrapper_home {
}

/* header */
#main_header_wrap {
}
header.header {
	margin-bottom:7px;
	font-size:0.75em;
	line-height:135%;
}
#header {
	height:116px;
	margin-bottom:13px;
	position:relative; }
/*	#header h1#logo {
		text-align:center;
		width:140px;
		margin:0;
		padding:40px 0 0 401px; }
		#header h1#logo a {
			display:block;
			width:140px;
			height:76px;
			text-indent:-10000em;
			background:url('../images/newscham_logo.gif') no-repeat left top; } */
	#header h1#logo {
		text-align:center;
		width:140px;
		margin:0;
		padding:40px 0 0 401px; }
		#header h1#logo a {
			display:block;
			width:140px;
			height:76px;
			text-indent:-10000em;
			background:url('../images/newscham_logo.gif') no-repeat left top; }
			
	#header #outlogin {
		position:absolute;
		z-index:2;
		right:0;
		top:0;
		padding-top:5px;
		color:#757575; }
		#header #outlogin span.user_id { color:#D9170A; }
		#header #outlogin a {
			color:#757575;
			letter-spacing:-0.05em;
			padding-left:2px;
			padding-right:2px;}
			#header #outlogin a.mail {
				padding:0 0 0 17px;
				background:url('../images/webmail_icon.gif') no-repeat 1px 1px; }
	#header form#search {
		position:absolute;
		z-index:2;
		right:0;
		bottom:0; }
		#header form#search input.text {
			float:left;
			width:189px;
			height:17px;
			padding:2px;
			margin:0;
			border:1px solid #D1D1D1;
			border-right:0; }
			#header form#search input.text.focus {
				border-color:#C20000;
				color:#C20000;
			}
		#header form#search input.submit {
			float:left;
			width:46px;
			height:23px;
			font-weight:bold;
			color:#fff;
			vertical-align:middle;
			text-align:center;
			margin:0;
			padding:0;
			background:#D9170B;
			cursor:pointer;
			border:0; }
	#header div.banner {
		position:absolute;
		z-index:2;
		left:0;
		bottom:0;
	}
	#header div.banner img {
		border:1px solid #E5E5E5; }
#site_navi_ticker {
	position:relative;
	padding-top:6px;
	*zoom: 1;
	background:url('../images/main_menu_background.png') repeat-x; }
	#site_navi_ticker:after {
		content: ' ';
		display: block;
		clear: both; }
	#site_navi_ticker .container {
		height:32px;
		border-left:1px solid #E5E5E5;
		border-right:1px solid #E5E5E5;
		border-bottom:1px solid #E5E5E5; }
	#site_navi_ticker #site_navi {
		background:#fff; }
		#site_navi_ticker #site_navi menu.main {
			position:absolute;
			z-index:2;
			left:0;
			top:0;
			list-style:none;
			margin:0;
			padding:0; }
			#site_navi_ticker #site_navi menu.main li {
				float:left;
				display:inline-block; }
				#site_navi_ticker #site_navi menu.main li.main>a {
					display:block;
					height:38px;
					text-indent:-10000em; }
				#site_navi_ticker #site_navi menu.main li.news {
					width:82px;
					background:url('../images/main_menu_news.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.news.focus { background:url('../images/main_menu_news_focus.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.news a { width:72px; }
				#site_navi_ticker #site_navi menu.main li.opinion {
					width:82px;
					background:url('../images/main_menu_opinion.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.opinion.focus { background:url('../images/main_menu_opinion_focus.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.opinion a { width:72px; }
				#site_navi_ticker #site_navi menu.main li.issue {
					width:72px;
					background:url('../images/main_menu_issue.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.issue.focus { background:url('../images/main_menu_issue_focus.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.issue a { width:72px; }
				#site_navi_ticker #site_navi menu.main li.plaza {
					width:82px;
					background:url('../images/main_menu_plaza.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.plaza.focus { background:url('../images/main_menu_plaza_focus.png') no-repeat left top; }
					#site_navi_ticker #site_navi menu.main li.plaza a { width:41px; }
				#site_navi_ticker #site_navi menu.main li.has-child {
					position:relative;
					z-index:4; }
				#site_navi_ticker #site_navi menu.main li.has-child ul.child {
					position:absolute;
					z-index:5;
					top:48px;
					left:0;
					margin:0;
					padding:0;
					width:450px;
					display:none;
					list-style:none; }
					#site_navi_ticker #site_navi menu.main li.focus ul.child { display:block; }
					#site_navi_ticker #site_navi menu.main li.news.has-child ul.child { left:23px; }
					#site_navi_ticker #site_navi menu.main li.opinion.has-child ul.child { left:6px; }
					#site_navi_ticker #site_navi menu.main li.has-child ul.child>li { padding-right:5px; }
					#site_navi_ticker #site_navi menu.main li.has-child ul.child>li.dot {
						padding-left:9px;
						background:url('../images/submenu_dot.png') no-repeat left 6px; }
					#site_navi_ticker #site_navi menu.main li.has-child ul.child>li a {
						color:#555;
						letter-spacing:-0.05em; }
						#site_navi_ticker #site_navi menu.main li.has-child ul.child>li a.hove { text-decoration:underline; }
	#site_navi_ticker #cool_ticker {
		background:#F9F9F9; }
		#site_navi_ticker #cool_ticker .ticker {
			width:280px;
			position:absolute;
			z-index:3;
			top:12px;
			right:0;
			padding:1px 18px 0 47px;
			background:url('../images/main_cool_icon.png') no-repeat left }
			#site_navi_ticker #cool_ticker .ticker ul {
				
				
				border:1px solid #C4C4C4;
				padding-left:5px;
				
	
				margin:0;
				letter-spacing:-0.05em;
				
				list-style:none; 
				
				float:left; 
				width:270px; 
				height:18px; 
				overflow:hidden; 
				vertical-align:middle;
				position:relative; 
				}
				#site_navi_ticker #cool_ticker .ticker ul li {
					padding:2px 0 0 0;
					vertical-align:middle; }
					#site_navi_ticker #cool_ticker .ticker ul li a { color:#333333; }

#receipt_support {
	display:none;
}
/* main-container */
#main-container {
	*zoom:1; }
	#main-container:after {
		content: ' ';
		display: block;
		clear: both; }
#site-sub-menu {
	width:190px;
	float:left;
	margin-top:13px;
	margin-right:12px; }
/* primaryContents */
#primaryContents {
	width:670px;
	
	margin-right:23px;
	float:left;
}
#wrapper_extra #primaryContents { width:956px; }

/* secondaryContents */
#secondaryContents {
	width:263px;
	float:left; 
	margin-top:10px;
	}
	#secondaryContents .banner { padding-bottom:15px; }
		#secondaryContents .banner img { border:0; }

/* footer */
#footer {
	position:relative;
	clear:both;
	font-size:0.75em;
	margin-top:11px;
	padding:21px 0 15px 259px;
	background:url('../images/footer_background.png') no-repeat left top; }
	#footer a.url {
		position:absolute;
		z-index:2;
		left:52px;
		top:17px;
		display:block;
		width:111px;
		height:61px;
		text-indent:-10000em; }
		#footer div.description { display:none; }
	#footer nav#globalNavi {
		color:#333333;
		letter-spacing:-0.05em;
		padding:0 0 14px 0; }
		#footer nav#globalNavi a { color:#333333; }
	#footer p,
	#footer address {
		font-style:normal;
		color:#777777;
		letter-spacing:-0.1em;
		margin:0;
		padding:1px 0 4px 0; }
		#footer address label.email {
			display:inline-block;
			text-indent:-10000em;
			width:16px;
			margin:0;
			padding:0;
			background:url('../images/icon_email.png') no-repeat left 5px; }
		#footer address span.country,
		#footer address span.city,
		#footer address span.postal { display:none; }
	#footer p.license a {
		display:inline-block;
		width:68px;
		height:22px;
		pointer:cursor;
		text-indent:-10000em;
		vertical-align:middle;
		background:url('../images/freeuse_license.png') no-repeat left top; }

/* 공통베너 */
.banner.support a {
	display:block;
	width:263px;
	height:55px;
	text-indent:-10000em;
	padding-bottom:15px;
	background:url('../images/newscham_support_banner.png') no-repeat left top; }

	#location {
		font-size:0.75em;
		color:#666;
		height:40px;
		margin:0;
		padding:0;
		list-style:none;
		border-bottom: 2px solid #D8180B;
		letter-spacing:-0.05em; }
		#location li {
			margin-top:10px;
			padding:7px 3px 0 9px;
			color:#e72c5b;
			float:left;
			background:url('/ver06/images/path_icon.png') no-repeat left 9px  }
			#location li a {
				font-weight:bold;
				color:#666;
				text-decoration:none; }
			#location li.home {
				padding-left:12px;
				color:#666;
				background:url('/ver06/images/home_icon.png') no-repeat 5px 12px; }
				#location li.home a { color:#666; }
				#location li:last-child a { color:#C20001; }
				
/** opinion */
#opinion_sub{
	float:left;
	width:675px;
	padding-bottom:20px;
	border-bottom:1px #d9d9d9 solid;
	
}
.article2 {
	float:left;
	
	line-height:140%;
	padding:0; }
	.article2 h1 {
		float:left;
		font-family: "NanumGothicBoldWeb" ;
		font-size:14px;
		color: #333;
		margin:5px 0 0 0;
		letter-spacing:-1px;
		
		}

	.article2 h2 {
		float:left;
		margin:5px 10px 0 5px ;
		padding:0;
		font-size:12px;
		font-family:"굴림", Gulim;
		font-weight:normal; 
		letter-spacing:-1px;
		color: #777
		}
		.article2 h2 span { color:#bd0000; }
		.article2 span.block {
			font-family:"굴림", Gulim;
			font-size:12px;
			font-weight:bold;
			letter-spacing:-1px;
			padding:0 5px 0 0;
			color:#0066cc;
			display:block; }
			
.box {
	float:left;
	margin:15px 0 0 0;
	padding:0;
	list-style:none; }
	.box li {
		width:325px;
		float:left;
		margin:0 7px 7px 0;
		padding:0;
		list-style:none;
		border:1px #cbcbcb solid; }

.box .innerBox {
	height:160px;
	overflow:hidden;
	margin: 0 0 10px 0; 
	padding:0;
	background: #fff;
	z-index:100; }
	.box .innerBox h1 { 
		margin: 5px 10px; 
		padding:0;
		font-size:14px;
		letter-spacing:-3px; }
	.box .innerBox h2 {
		clear:both;
		margin: 5px 0 0 10px; 
		padding:0 0 0 10px;
		font-size:14px;
		letter-spacing:-3px;
		background:url(/ver05/images/dot07.gif) no-repeat 0 50%;
		color:#666; }
	.box .innerBox p.summary { 
		margin: 8px 5px 12px 5px; 
		padding:0;
		font-size:11px;
		letter-spacing:-1px;
		line-height:150%;
		color:#666; }
	
	.box .innerBox img.img {
		width:70px;
		float:left;
		margin:0 8px 5px 10px;
		padding:0;
		border:1px solid #000;
		background:#fff; }
	.box .innerBox .list {
		margin:0;
		padding:0; }
		.box .innerBox .list li {
			width:200px;
			margin:0;
			padding:0;
			list-style:none;
			border:none; }	

.innerBox p.title {
		margin:0;
		padding:8px 4px 4px 7px;
		font-weight:bold;
		font-size:13px;
		letter-spacing:-0.05em;
		color:#BD0000 ;

		border-bottom:1px #cbcbcb solid; 
}


/** special */
		
#project_main{
	margin-top:30px;
	margin-left:5px;
	margin-right:30px;
	padding-right:50px;
	margin-bottom:50px;
	width:990px;
}	
			
.project_top{
	
	/* width:930px; */
	width:730px;
	margin-left:110px;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left;20px;
	padding-right: 20px;
	border:2px #BA0A0A solid;
	
}	
.project_top .project_category_name{
	font-family: "돋움", dotum;
	font-size: 20px;
	color:#BA0A0A;
	margin-left:10px;
	margin-bottom:10px;
	
}
.switch{
	/* width:940px; */
	width:740px;
	height:25px;
	margin-top:14px;
	margin-left:5px;
	background: #C53F3F;
	text-align: center;
	padding-top: 10px;
	color: white;
}
.project_top img.img {
			margin:0 8px 0 10px ;
			padding:0;
			float:left;
			width:100px;
			height:60px;
			border:1px #666666 solid; }
			
.project_top h1 {
		font-family: "돋움", dotum;
		margin:0 0 2px 0 ;
		font-size:16px;
		letter-spacing:-1px;
		line-height:130%;
		color:#0066cc;
		text-align:left; }
		
.project_top p {
			margin:0 0 7px 0;
			font-size:12px;
			display:inline;
			color:#666; }
			
.project_sub{
	
	width:400px;
	padding:8px;
	
}	
.project_sub .project_category_name{
	font-family: "돋움", dotum;
	font-size: 20px;
	color:#BA0A0A;
	margin-left:10px;
	margin-bottom:10px;
	
}
.project_sub img.img {
			margin:0 8px 0 2px ;
			padding:0;
			float:left;
			width:100px;
			height:60px;
			border:1px #666666 solid; }
			
.project_sub h1 {
		width:380px;
		font-family: "돋움", dotum;
		margin:0 0 2px 0 ;
		font-size:16px;
		letter-spacing:-1px;
		line-height:130%;
		color:#0066cc;
		text-align:left; }
.project_sub h2 {
			margin:0 0 7px 0;
			font-size:12px;
			letter-spacing:-1px;
			
			color:#666; }		
.project_sub p {
			margin:0 0 7px 0;
			font-size:12px;
			display:inline;
			color:#666; }
			
/** plus */
	
.box2 {
		float:left;
		margin:5px 0 0 0;
		padding:0;
		list-style:none;
		 }
		 .box2 li {
			width:325px;
			float:left;
			margin:0 7px 7px 0;
			padding:0;
			list-style:none;
			 }

.box2 .innerBox2 {
	height:270px;
	overflow:hidden;
	margin: 0 0 10px 0; 
	padding:0;
	background: #fff;
	z-index:100; }
	.box2 .innerBox2 h1 { 
		margin: 5px 10px; 
		padding:0;
		font-size:110%;
		letter-spacing:-3px; }
	.box2 .innerBox2 h2 {
		clear:both;
		margin: 5px 0 0 10px; 
		padding:0 0 0 10px;
		font-size:12px;
		font-family: "굴림";
		letter-spacing:-1px;
		background:url(/ver05/images/dot07.gif) no-repeat 0 50%;
		color:#555; }
.innerBox2 p.title {
		margin:0;
		padding:8px 4px 4px 7px;
		font-weight:bold;
		font-size:13px;
		letter-spacing:-0.05em;
		color:#BD0000 ;

		border-bottom:1px #cbcbcb solid; 
}
		.innerBox2  ul {
			margin:0;
			padding:0;
			list-style:none; }
			.innerBox2 li {
				padding:10px 16px 7px 18px;
				margin:0;
				font-size:13px;
				border-bottom:1px solid #F2CEBE;
				background:url('../images/icon_red_arrow.png') no-repeat 8px 13px; }
				.innerBox2 li:nth-child(even) { background-color:#FEF4F2; }
				.innerBox2 li span { color:#C20000; }	
.timeline_container .left{
	position: absolute; margin-top:20px; top: 0px; left: 484px !important; }
.timeline_container .right{
	position: absolute; top: 0px; left: 0px !important; }
	
.specialbox_title{
	
		font-family: "돋움", dotum;
		margin:0 0 2px 0 ;
		font-size:16px !important;
		letter-spacing:-1px;
		line-height:130%;
		color:#0066cc;
		text-align:left;
}
.specialbox_subtitle{
	font-size:12px !important;
	font-weight: normal !important;
	color:#666 !important;
} 

.numcom{
	font-size:11px;
}	

/*  right contents */

#hot_recommand {
	position:relative;
	border:1px solid #D3D3D3;
	margin-bottom:14px;
	*zoom:1;
	font-size:0.75em;
	letter-spacing:-0.1em;
	background:url('../images/main_hot_recommand_background.png') no-repeat 1px 28px; }
	#hot_recommand:after {
		content: ' ';
		display: block;
		clear: both; }
	#hot_recommand dt {
		margin:0;
		padding:0;
		text-align:center;
		height:33px;
		text-indent:-10000em;
		cursor:pointer; }
		#hot_recommand dt.hot {
			width:88px;
			background:url('../images/main_hot_title.png') no-repeat left top; }
			#hot_recommand dt.hot.focus { background:url('../images/main_hot_title_focus.png') no-repeat left top; }
		#hot_recommand dt.recommand {
			position:absolute;
			z-index:2;
			left:88px;
			top:0;
			width:72px;
			background:url('../images/main_recommand_title.png') no-repeat left top; }
			#hot_recommand dt.recommand.focus { background:url('../images/main_recommand_title_focus.png') no-repeat left top; }
	#hot_recommand dd {
		margin:3px 15px 9px 16px;
		padding:0;
		display:none; }
		#hot_recommand dd.focus { display:inline-block; }
		#hot_recommand dd ul {
			margin:0;
			padding:0;
			list-style:none; }
			#hot_recommand dd ul li {
				padding: 5px 0 3px 11px;
				border-bottom:1px dotted #D6D6D6;
				background:url('../images/icon_red_dot.png') no-repeat 1px 10px; }
				#hot_recommand dd ul li:last-child { border:0; }
				#hot_recommand dd ul li a { color:#353535; }
/* 멀티미디어탭 */
#multimedia {
	position:relative;
	font-size:0.75em;
	letter-spacing:-0.1em;
	padding:0 0 1px 0;
	margin:0 0 14px 0;
	background:url('../images/main_multimedia_background.png') no-repeat 1px bottom; }
	#multimedia dt {
		margin:0;
		padding:0;
		text-align:center;
		width:64px;
		height:18px;
		cursor:pointer;
		text-indent:-10000em; }
		#multimedia dt.photo { background:url('../images/main_photo_tab_title.png') no-repeat left top; }
			#multimedia dt.photo.focus { background:url('../images/main_photo_tab_title_focus.png') no-repeat left top; }
		#multimedia dt.movie {
			position:absolute;
			z-index:2;
			left:67px;
			top:0;
			background:url('../images/main_movie_tab_title.png') no-repeat left top; }
			#multimedia dt.movie.focus { background:url('../images/main_movie_tab_title_focus.png') no-repeat left top; }
		#multimedia dt.cartoon {
			position:absolute;
			z-index:2;
			left:133px;
			top:0;
			background:url('../images/main_cartoon_tab_title.png') no-repeat left top; }
			#multimedia dt.cartoon.focus { background:url('../images/main_cartoon_tab_title_focus.png') no-repeat left top; }
		#multimedia dt.engraving {
			position:absolute;
			z-index:2;
			left:199px;
			top:0;
			background:url('../images/main_engraving_tab_title.png') no-repeat left top; }
			#multimedia dt.engraving.focus { background:url('../images/main_engraving_tab_title_focus.png') no-repeat left top; }
	#multimedia dd {
		display:inline-block;
		margin:0;
		padding:0 0 3px 0;
		display:none;
		border-top:1px solid #D4D4D4;
		border-left:1px solid #D4D4D4;
		border-right:1px solid #D4D4D4; }
		#multimedia dd.focus { display:inline-block; }
		#multimedia dd section {
			padding:0;
			margin:9px 11px 0 8px; }
			#multimedia dd section article {
				margin:0;
				padding:4px 4px 4px 8px; }
				#multimedia dd section article.figure {
					*zoom:1;
					margin-bottom:9px;
					border-bottom:1px dotted #D6D6D6; }
					#multimedia dd section article.figure:after {
						content: ' ';
						display: block;
						clear: both; }
					#multimedia dd section article.figure img {
						width:228px;
						height:136px;
						margin-bottom:7px;
						border:1px solid #D4D4D4; }
					#multimedia dd section article.figure h2 {
						float:left;
						display:inline-block;
						font-size:100%;
						font-weight:bold;
						margin:0 0 3px 0;
						padding:0; }
						#multimedia dd section article.figure h2 a {
							color:#C10100; }
					#multimedia dd section article.figure span {
						color:#777;
						float:right; }
				#multimedia dd section article h3 {
					font-size:100%;
					font-weight:normal;
					height:13px;
					overflow:hidden;
					margin:0;
					padding:0 0 0 9px;
					background:url('../images/icon_gray_dot.png') no-repeat left 5px; }

/* 참세상 twitter widget */
#twitter_widget {
	border-bottom:1px solid #C8C8C8;
	margin-bottom:15px; }
	#twitter_widget .twtr-hd { padding:0 0 8px 0 !important; }
	#twitter_widget h3 {
		margin:0;
		padding:0;
		height:37px;
		text-indent:-10000em;
		background:url('../images/main_twitter_widget_title.png') no-repeat left top; }
	#twitter_widget h4 { display:none; }
	#twitter_widget .twtr-ft div { padding:0 !important; }
	#twitter_widget .twtr-ft div img { display:none !important; }
/* 진보매체뉴스광장 */
#newsplaza {
	font-size:0.75em;
	padding:11px 8px 0 8px;
	margin-bottom:14px;
	border:1px solid #D4D4D4; }
	#newsplaza h2 {
		margin:0;
		padding:0;
		height:34px;
		text-indent:-10000em;
		background:url('../images/main_newsplaza_title.png') no-repeat left top; }
		#newsplaza h2 a {
			display:block;
			width:122px;
			height:25px;
			text-indent:-10000em; }
	#newsplaza section {
		padding:0 12px 0 9px; }
		#newsplaza section:nth-child(even) { background-color:#F9F9F9; }
		#newsplaza section h3 {
			font-size:100%;
			margin:0;
			padding:12px 0 9px 0; }
			#newsplaza section h3 a { color:#C30001; }
		#newsplaza section ul {
			margin:0;
			padding:0 0 5px 0;
			list-style:none;
			border-bottom:1px dashed #BFB9AD; }
			#newsplaza section:last-child ul { border:0; }
			#newsplaza section ul li {
				height:12px;
				margin-bottom:6px;
				padding:0 0 0 12px;
				overflow:hidden;
				background:url('../images/icon_gray_dot.png') no-repeat 2px 4px; }

/* 뉴스레터 / 참세상 SNS */
#newscham_network {
	font-size:0.75em;
	padding:4px;
	margin-bottom:14px;
	background:#FFFDFE;
	border:1px solid #FFE4E3; }
	#newscham_network #newsletter {
		background:#fff;
		padding:2px 4px;
		border-bottom:1px solid #FCEAEA; }
		#newscham_network #newsletter h3 {
			height:32px;
			text-indent:-10000em;
			padding:0;
			margin:0 0 12px 5px;
			background:url('../images/main_newsletter_title.png') no-repeat left top; }
		#newscham_network #newsletter p {
			margin:0 0 0 4px;
			text-indent:-10000em;
			height:41px;
			background:url('../images/main_newsletter_explain.png') no-repeat left top; }
		#newscham_network #newsletter form { padding:0 0 16px 11px; }
		#newscham_network #newsletter input {
			font-size:0.95em;
			color:#333;
			letter-spacing:-0.1em; }
			#newscham_network #newsletter input#email {
				width:135px;
				height:14px;
				padding:2px;
				font-size:12px;
				color:#888;
				border:1px solid #7F9DB9; }
	#newscham_network #newscham_sns {
		background:#fff;
		padding-top:9px;
		padding-bottom:8px;
		text-align:center; }
		#newscham_network #newscham_sns h3 {
			height:12px;
			margin:0 0 15px 0;
			padding:0;
			text-indent:-10000em;
			background:url('../images/main_sns_title.png') no-repeat 86px 0; }
		#newscham_network #newscham_sns ul {
			margin:0;
			padding:0;
			list-style:none;
			display:inline-block; }
			#newscham_network #newscham_sns ul li {
				width:43px;
				height:43px;
				display:inline-block;
				padding:0;
				margin:0 7px 0 6px; }
				#newscham_network #newscham_sns ul li a {
					display:inline-block;
					width:43px;
					height:43px;
					text-indent:-10000em; }
				#newscham_network #newscham_sns ul li.fb { background:url('../images/icon_fb.png') no-repeat left top; }
				#newscham_network #newscham_sns ul li.twitter { background:url('../images/icon_twitter.png') no-repeat left top; }
				#newscham_network #newscham_sns ul li.rss { background:url('../images/icon_rss.png') no-repeat left top; }

/* 관련 미디어 */
#relativeMediaNetwork {
	position:relative;
	height:84px;
	background:url('../images/main_media_network_background.png') no-repeat left top; }
	#relativeMediaNetwork div.arrow {
		position:absolute;
		z-index:3;
		top:36px;
		width:9px
		height:9px; }
		#relativeMediaNetwork div.arrow.left {
			left:12px;
			background:url('../images/banner_left_icon.png') no-repeat 4px 3px; }
		#relativeMediaNetwork div.arrow.right {
			right:12px;
			background:url('../images/banner_right_icon.png') no-repeat 4px 3px; }
		#relativeMediaNetwork div.arrow a {
			display:block;
			width:9px;
			height:9px;
			cursor:pointer;
			text-indent:-10000em; }
	#relativeMediaNetwork ul {
		display:inline-block;
		list-style:none;
		padding:0;
		margin:22px 0 25px 38px; }
		#relativeMediaNetwork ul li {
			float:left;
			margin:0;
			padding:0; }
			#relativeMediaNetwork ul li a {
				display:inline-block;
				height:37px;
				text-indent:-10000em; }
			#relativeMediaNetwork ul li.beminor a {
				width:98px;
				padding-left:24px;
				background:url('../images/beminor_banner.png') no-repeat left top; }
			#relativeMediaNetwork ul li.nahnews a {
				width:108px;
				padding-left:45px;
				background:url('../images/nahnews_banner.png') no-repeat left top; }
			#relativeMediaNetwork ul li.chamsori a {
				width:68px;
				padding-left:48px;
				background:url('../images/chamsori_banner.png') no-repeat left top; }
			#relativeMediaNetwork ul li.cmedia a {
				width:94px;
				padding-left:35px;
				background:url('../images/cmedia_banner.png') no-repeat left top; }
			#relativeMediaNetwork ul li.newscell a {
				width:103px;
				padding-left:28px;
				background:url('../images/newscell_banner.png') no-repeat left top; }
			#relativeMediaNetwork ul li.newsmin a {
				width:87px;
				padding-left:42px;
				background:url('../images/newsmin_banner.png') no-repeat left top; }
			#relativeMediaNetwork ul li.ulsannodong a {
				width:98px;
				padding-left:20px;
				background:url('../images/ulsannodong_banner.png') no-repeat left top; }
