
/*Common :: 공통*/
img {
	max-width: 100%;
}
@media (max-width:992px){
	.m-pn {
		padding: 0px !important;
	}
}
/*latest_notice*/
#latest_notice {
    padding: 15px;
}
#latest_notice h1 {
	color: #fff;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
}
#latest_notice h1 a {
	text-decoration: none;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
	font-weight: 600;
    color: #fff;
    border: 1px solid rgba(221, 221, 221, 0.8);
    line-height: 20px;
    padding: 2px 10px 0px 10px;
}
#latest_notice h1 a:hover {
	background-color: #ffffff;
    color: #333;
    border-color: #fff;
}
#latest_notice ul li a {
	text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #acb4bb;
    font-size: 13px;
}
#latest_notice ul li a:hover {
	color: #fff;
}
@media (max-width:992px){
	#latest_notice {
		background-color: rgba(41, 41, 41, 1);
	}
}