@charset "utf-8";


img { 
	border:0;
}
form, fieldset { 
	margin:0; 
	padding:0;
	border:0; 
}
.floatLeft { 
	float:left;
}
.floatRight { 
	float:right;
}
.clearLeft { 
	clear:left;
}
.clearRight { 
	clear:right;
}
.xet_widget_wrp { 
	position:relative; 
	margin:0;
	padding:0; 
	clear:both; 
}
.xet_widget_wrp a {
	text-decoration:none;
}
.xet_widget_wrp a:hover,
.xet_widget_wrp a:active,
.xet_widget_wrp a:focus { 
	text-decoration:none;
}




/* 탭 상단형 */
.xet_lamodeWidgetTab { 
	position:relative;
	list-style:none; 
	margin:0 0 30px; 
	padding:0;
	text-align: center;
	*zoom:1;
}
.xet_lamodeWidgetTab:after {
	content:""; display:block; clear:both;
}
.xet_lamodeWidgetTab li {
	display:inline;
	margin:0 2px; 
	padding:0; 
	list-style:none; 
}
.xet_lamodeWidgetTab li a { 
	position:relative; 
	display: inline-block;
	overflow:hidden;
	padding:10px; 
	text-decoration:none; 
	font-size:12px; 
	color:#555; 
}
.xet_lamodeWidgetTab li a:hover,
.xet_lamodeWidgetTab li a.active { 
	background: #D35400;
	color:#fff; 
}

