/* List
---------------------------------------------------------------------------- */
.list_style {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.list_style>li { 
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e1e1e1;
}
.list_style>li .thumbnail {
	float: right;
	margin-left: 10px;
	max-width: 30%;
}
.list_style>li .titleWrp {
	margin-bottom: 10px;
}
.list_style>li .contentsWrp {
	overflow: hidden;
}
.list_style>li .contentsWrp .etc { 
	font-size: 12px;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.list_style>li .contentsWrp .content {
	margin-bottom: 5px;
}


/* Table
---------------------------------------------------------------------------- */
.table_style {
	width: 100%; 
	margin:0; 
	padding:0; 
	border-collapse: collapse;
}
.table_style td { 
	vertical-align: top; 
	word-break: keep-all;
	padding: 10px 5px;
	border-bottom: 1px dotted #e1e1e1;
}
.table_style td.titleWrp {
	width: 100%;
}
.table_style td.author {
	white-space: nowrap;
}


/* 어두운 바탕용
---------------------------------------------------------------------------- */
.xet_contentWrp.dark .list_style > li,
.xet_contentWrp.dark .table_style td {
	border-color: #3b3b3b;
}


/* 모바일 이하
---------------------------------------------------------------------------- */
@media (max-width: 767px) {		
	.xet_contentList {
		overflow-x: auto;
	}
}

