@charset "utf-8";

.xet2 {    background: #5e5890;
    display: inline-block;
    padding: 6px 11px;
    margin-right: 10px;
	color: #fff;
	border-radius: 17px
	
}
.extravar{display: block;margin-bottom: 3px;}
.floatRight { padding-left: 44%;}
.floatLeft {padding-left: 44%;     padding-bottom: 10px; }
/* 이미지 + 제목 형
---------------------------------------------------------------------------- */
/* 썸네일 */
.xet_widget_list .thumbnail { 
	position:relative; 
	margin:0 15px 0 0; 
	padding:0;
	overflow:hidden; 
	text-align:center; 
}
.xet_widget_list .thumbnail a {
	display:block; 
}
.xet_widget_list .thumbnail img { 
	vertical-align:top; 
}
.xet_widget_list .widget_content_wrp {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;	
}


/* 목록형 UL
---------------------------------------------------------------------------- */
.xet_widget_list .xet_widget_normal > li { 
	color: #777; 
}
.xet_widget_list span { 
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
}
.xet_widget_list .title span { 
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	color: #1b5f65;
}
.xet_widget_list .floatRight span { 
	margin-left: 5px;
	margin-right: 0;
}
.xet_widget_list a {
	color: #444444;
    font-weight: bold;
}
.xet_widget_list li.bullet { 
	padding-left: 10px; 
	background: url(../img/bullet.gif) 0 12px no-repeat; 
}
.xet_widget_list li.arrow { 
	padding-left: 10px; 
	background: url(../img/arrow.png) 0 7px no-repeat; 
}
.xet_widget_list ul li.number {
	position: relative;
	padding-left: 30px;
}
.xet_widget_list ul li.number .no {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	white-space: nowrap;
	text-align: center;
	color: #777;
}

.xet_widget_list .title a { 
    font-weight: bold;
	display: inline-block;
	margin-right: 5px;
	font-size: 25px;
	color: #0b4ca0;
	    width: 200px;
    white-space: nowrap;
	text-overflow: ellipsis;
}


/* 목록형 Table
---------------------------------------------------------------------------- */
.xet_widget_normalTable {
	width: 100%; 
	position: relative; 
	margin:0; 
	padding:0; 
}
.xet_widget_normalTable td { 
	border:0; 
	white-space:nowrap; 
	vertical-align:top; 
	font-size: 13px;
	padding:0 5px 5px 0;
	color: #777; 
}
.xet_widget_normalTable td a {
	color: #777;
}
.xet_widget_normalTable td.list_style { 
	padding-right: 8px; 
}
.xet_widget_normalTable td.list_style img { 
	max-width: auto;
	vertical-align:middle; 
}
.xet_widget_normalTable td.bullet {
	background:url(../img/bullet.gif) 0 40% no-repeat; 
}
.xet_widget_normalTable td.arrow {
	background:url(../img/arrow.png) 0 40% no-repeat; 
}
.xet_widget_normalTable td.number {
	padding: 0 5px 0 0;
}
.xet_widget_normalTable td.number .number {
	width: 20px;
	white-space: nowrap;
	text-align: center;
	color: #777;
}
.xet_widget_normalTable td.title_wrp { 
	width:100%; 
}

.xet_widget_normalTable td.title_wrp .title { 
	font-size: 14px;
	color: #111; 
}



/* 모바일 이하
---------------------------------------------------------------------------- */
@media (max-width: 767px) {		
	.xet_widget_normal .floatLeft {
		float: none !important;
		display: block !important;
	}
	.xet_widget_normal .floatRight {
		float: none !important;
		display: block !important;
	}
	.xet_widget_normal .floatRight span {
		margin-left: 0 !important;
		margin-right: 5px !important;
		
	}

}
