/*배너공통디자인*/
#notice a{
	text-decoration: none;
}
#notice .con_baner{
	border: 1px solid #d9d9d9;
	margin-left: -1px;
	background-color: #fff;
	margin-top: -1px;
	min-height: 340px;
	border-top: 2px solid #666;
	position: relative;
}
#notice .con_baner .more_btn{
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    padding: 10px 10px 5px 10px;
    font-size: 3rem;
    color: #b8b8b8;
    border: 1px solid #eee;
    font-weight: 200;
    text-decoration: none;
}
@media only screen and (max-width:1200px){
	#notice .con_baner{
		min-height: 350px;
	}
}
@media only screen and (max-width:992px){
	#notice .con_baner{
		min-height: 300px;
	}
}
@media only screen and (max-width:992px){
	#notice .con_baner{
		margin-left: 0px;
	}
}

/*s007 notice*/
#notice .con_baner .more_btn a {
	text-decoration: none;
	color: #b8b8b8;
}
#notice .con_baner {
	border: 0px;
	background-color: transparent;
}
#notice .con_baner>h3 {
	border: 0px;
}
#notice .con_baner ul li a{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0;
    color: #888;
    border-bottom: 1px solid #ddd;
}
#notice .con_baner ul li a:hover{
	color: #e05959;
}
#notice .con_baner ul li a .n_date{
	float: right;
	color: #c8c8c8;
	font-size: 12px;
}