#list_style {
	clear: both;
	padding: 20px 0px;
	width: 100%;
	border-top: 2px solid #0c4da2;
	border-bottom: 1px solid #e1e1e1;
}

#list_style ul {
	overflow: hidden;
	position: relative;
}

#list_style li {
	position: relative;
	margin-bottom: -1px;
	padding: 20px 0px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 130%;
}

#list_style li a.link_section {
	position: relative;
	display: inline-block;
	padding: 0px 20px 0px 180px;
	height: 106px;
}

#list_style li img.thumb {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 106px;
}

#list_style li .list_cont {
	display: block;
}

#list_style li .tit {
	overflow: hidden;
	display: block;
	margin-top: -4px;
	min-height: 20px;
	line-height: 130%;
}

#list_style li .cont {
	overflow: hidden;
	display: block;
	margin: 7px 0px;
	min-height: 61px;
	font-size: 0.875em;
	line-height: 150%;
}

#list_style li .writing {
	height: 25px;
	color: #687481;
	font-size: 13px;
	line-height: 25px;
}

.paging {
	text-align: center;
	margin-top: 20px;
}

.paging a {
	display: inline-block;
	width: 22px;
	height: 22px;
	font-weight: 600;
	color: #4881A2;
	font-size: 13px;
	margin: 0px 2px;
}

.paging a.on {
	background: url("images/bg_pagingon.gif") no-repeat;
	color: #ffffff !important;
	;
}

.paging a:visited.on {
	background: url("images/bg_pagingon.gif") no-repeat;
	color: #ffffff !important;
	;
}

.paging a.next {

	background: url("images/bt_next.gif") no-repeat;
}

.paging a.next2 {
	width: 25px;
	background: url("images/bt_next2.gif") no-repeat;
}

.paging a.prev {

	background: url("images/bt_prev.gif") no-repeat;
}

.paging a.prev2 {
	width: 25px;
	background: url("images/bt_prev2.gif") no-repeat;
}

.list_title {
	width: 100%;
	border-top: 2px solid #0c4da2;
	border-bottom: 1px solid #adb8bf;
	font-weight: 500;
	overflow: hidden;
	background: #f9f9f9 none repeat;
	font-size: 1.8rem;
}

.list_title ul li.tit {
	float: left;
	width: 13%;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	background: #f9f9f9 none repeat;
}

.list_title ul li.sub {
	float: left;
	width: 87%;
	min-height: 60px;
	line-height: 60px;
	background: #FFF none repeat;
}

.list_title ul li span {
	display: inline-block;
	margin: 0px 10px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.list_view {
	width: 100%;
	border-bottom: 1px solid #adb8bf;
	font-weight: 500;
	overflow: hidden;
	background: #f9f9f9 none repeat;
	font-size: 1.8rem;
}

.list_view dt.tit_date {
	float: left;
	width: 13%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #F9F9F9 none repeat;
}

.list_view dd.date {
	float: left;
	width: 37%;
	height: 60px;
	font-weight: normal;
	line-height: 60px;
	background: #FFF none repeat scroll 0% 0%;
}

.list_view dd span {
	display: inline-block;
	margin: 0px 10px;
}

.view_info {
	width: 100%;
	padding: 25px 0px;
	font-size: 1.8rem;
	line-height: 150%;
	border-bottom: 1px solid #adb8bf;
}

.view_info > img {
	width: 100%;
}

.btn_area {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.news_btn {
	width: 53px;
	height: 28px;
	background-color: #0c4da2;
	color: #fff;
	border-radius: 5px;
	border: 0px none;
}


/* 모바일CSS */
@media screen and (max-width: 640px) {
	.list_title {
		font-size: 1.7rem;
	}

	.list_title ul li.tit {
		width: 20%;
	}

	.list_title ul li.sub {
		width: 80%;
	}

	.list_view {
		font-size: 1.7rem;
	}

	.list_view dt.tit_date {
		width: 20%;
	}
	
	.list_view dd.date {
		width: 30%;
	}
	
	.view_info {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 450px) {
	.list_title {
		font-size: 1.6rem;
	}

	.list_view {
		font-size: 1.6rem;
	}

	.view_info {
		font-size: 1.6rem;
	}
}