/*배너공통디자인*/
#notice a{
	text-decoration: none;
}
#notice .con_baner {
	border: 1px solid #ddd;
}
#notice h4 {
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
    font-size: 16px;
    font-weight: 600;
    margin: -15px -15px 0 -15px;
    padding: 15px !important;
    background: linear-gradient(to top,#fff,#f1f1f1);
    line-height: 16px;
}
#notice h4 a{
	font-size: 11px;
    background-color: #bf566e;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: -2px;
    border: 1px solid #ab3b54;
    right: 0;
    padding: 3px 5px;
    line-height: 14px;
    border-radius: 5px;
    font-weight: 600;
}
#notice h4 a i {
	font-size: 7px;
}

@media (min-width:992px){
	#notice .con_baner {
		min-height: 328px;
	}
}

/*s007 notice*/
#notice .con_baner .more_btn a {
	text-decoration: none;
	color: #b8b8b8;
}
#notice .con_baner>h3 {
	border: 0px;
}
#notice .con_baner ul li .tit{
	color: #333;
	font-weight: 600;
	font-size: 13px;
}
#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:last-child a{
    border-bottom: 0px;
}
#notice .con_baner ul li a .con{
	color: #666;
	font-size: 12px;
}
#notice .con_baner ul li a:hover .con{
	color: #e05959;
}
#notice .con_baner ul li a .con span {
	display: inline-block;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 52px;
    line-height: 19px;
}
#notice .con_baner ul li a .con span.ing {
	border-color: #ea9741;
    color: #ea9741;
}
#notice .con_baner ul li a .con span.suc {
	border-color: #2a9c38;
    color: #2a9c38;
}