.notice {
	overflow: hidden;
	margin-top: 0;
	padding:0.5rem 2.5rem;
	box-shadow: none;
}
.notice .noList li:last-child {
	border: none;
}
.notice .noList li a {
	padding:2rem 1rem;
	color: #222;
	font-size: 1.5rem;
	font-weight: 700;
}
.notice .noList .con {
	width: 100%;
}
.notice .noList .date {
	flex-shrink: 0;
	width: auto;
	color: #999;
	font-size: 1rem;
	font-weight: 400;
}

@media screen and (max-width:800px) {
	.notice {
		padding:0 1rem;
	}
	.notice .noList li a {
		flex-direction: column;
		align-items: flex-start;
		padding:1rem 0;
		font-size: 1.125rem;
	}
	.notice .noList .con {
		text-overflow: initial;
		white-space: wrap;
		line-height: 1.5;
	}
	.notice .noList .date {
		font-size: 0.875rem;
		transform: translateY(0.25rem);
	}
}

/*배너공통디자인*/
#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;
}