/* CSS Document - copyright all mirtech */
/* SLIMA-NET webPlus sub ============================================================================= */
@charset "utf-8"
	
/* 기본 설정 ======================================================================================= */
/* plus_style_common.css 사용 */

/* 기본 레이아웃 설정 =============================================================================== */
/* plus_style_sub_layout.css 사용 */
	
	
/*
	MirTech Web Team (http://www.mirtech.co.kr)
	Author : 박재원 2008-08-08
	Last Modify : 박재원 2008-08-08
		
	- 본 CSS는 무단 수정 및 임의 수정 하시기전 꼭 물어 보시고 작업 하여 주시기 바랍니다. - +재원+
	HTML 4.01 은 font-size:small 등이 적용이 않됨
*/
body {
	font-size: 12px;
	}	
	a { font-size: 12px;}		
	a:link { font-size: 12px; }
	a:hover { font-size: 12px; }
	a:visited { font-size: 12px; }

	/* ------------------------------------------------------- */
	em {	font-style:normal;	}
	p, a, select{	font-size:12px;	}




	/* b_menu */
	#side_menu #b_menu {
		padding-bottom: 10px; /* HTML 4.01 추가 */
		}




	/* 위젯  =============================================================================== */

	#content {
		width:100%;
		text-align:left;
		}
		
		#newsbox_left {
			display:inline;
			float:left;
			margin:0px 5px 0px 0px;
			}
		#newsbox_middle {
			display:inline;
			float:left;
			margin:0px 5px 0px 0px;
			}
		#newsbox_right {
			display:inline;
			float:right;
			}


		.presws_col2_w { 
			width:49.5%;
			}
	



		/*뉴스박스*/
		.newsbox_press {
			z-index:20;
			width:100%;
			margin:0 0 8px 0;
			border:1px solid #CBCBCB;
			background:url(../Images/Common/Etc/press_box_bg.gif) 0 0  no-repeat #fff ;
			}
				
			.newsbox_press_stit {
				display:inline; 
				float:left; 
				height:30px; 
				margin:0 0 7px 0; 
				padding:0 0 0 6px; 
				background:url(../Images/Common/Etc/press_box_bg.gif) top right  no-repeat; 
				vertical-align:top; 
				border-bottom:1px solid #D7D7D7;
				} 
				.newsbox_press_stit p {
					display:inline; 
					width:100%; 
					height:14px;
					margin-top: 8px;	
					background:url(../Images/Common/Etc/Amils_Moving.gif);
					background-position: right;
					background-repeat:  no-repeat;
					}
					.newsbox_press_stit p em {
						font-weight:bold;
						color:#000;
						padding:0 0 0 5px;
						}
						
				.newsbox_press_list {
					clear:both;
					} 
					.newsbox_press_list ul {
						margin:0 12px 5px 12px;
						}
						.newsbox_press_list li {
							font-size:10px; 
							width:100%;
							margin:0 0 5px 0; 
							vertical-align:top; 
							line-height:1.3; 
							overflow:hidden; 
							text-overflow:ellipsis;
							}


