#latest_board .mainbanner{
	min-height: 220px;
}
/*notice-banner-right*/
#latest_board a.more{
	text-decoration: none;
    color: #1c3f8e;
    font-size: 44px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 15px;
	margin: -30px -15px;
}
#latest_board .owl-carousel a {
	text-decoration: none;
}
#latest_board .owl-carousel p.notice-subject{
	font-size: 15px;
	font-weight: 600;
	color: #5f5f5f;
	line-height: 20px;
}
#latest_board .owl-carousel p.notice-txt{
	font-size: 12px;
	color: #999;
	line-height: 18px;
}
#latest_board .owl-carousel p.notice-txt .notice-date{
	display: block;
	color: #666;
}
#latest_board .owl-carousel .owl-dots .owl-dot.active span{
    background-color: #1c3f8e;
}
#latest_board .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #3d5ea9;
}