@charset "utf-8";

/* 웹진형
---------------------------------------------------------------------------- */
.xet_widget_webzine { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.xet_widget_webzine > li { 
	margin: 0 0 10px; /* 수정 !important 삭제 */
	padding: 0 0 10px;
	border-bottom: 1px dotted #e1e1e1;
}

/* 썸네일 */
.xet_widget_webzine .thumbnail_wrp { 
	display: block;
	margin-right:15px;
	max-width: 30%;
}
.xet_widget_webzine .thumbnail_wrp img { 
	width: 100%;
}

/* 내용 */
.xet_widget_webzine .content_wrp {
	overflow: hidden;
}
.xet_widget_webzine .content_wrp>div { 
	margin: 0 0 5px; 
}
.xet_widget_webzine .content_wrp span {  
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.xet_widget_webzine .title_wrp { 
	margin-bottom: 10px !important;
}
.xet_widget_webzine .title_wrp .subject { 
	font-size: 19px; /* 수정 : 원래 16px */
	font-weight: bold;
	color: #1b1b1b; 
}

/* 어두운 바탕용
---------------------------------------------------------------------------- */
.xet_widget_wrp.black .xet_widget_webzine .title_wrp .subject { 
	color: #fbfbfb; 
}
.xet_widget_wrp.black .xet_widget_webzine > li { 
	border-color: #3b3b3b;
}
