@charset "utf-8";

/* 새글 스킨 (latest) */
.notice_news ul  {display:flex; flex-wrap:wrap; justify-content:space-between;}
.notice_news ul li  {transition:0.3s ease-in-out; background:#fff; border:1px solid #ddd; padding:35px; max-width:585px; width:100%; min-height:195px; margin-bottom:30px; position:relative;}
.notice_news ul li:hover  {border:1px solid #ffaf03;}
.notice_news p.h21  {color:#333; font-weight:600; padding-bottom:10px;}
.notice_news p.h18  {color:#666; padding-bottom:35px;}
.notice_news p.h16  {color:#803a05; position:absolute; bottom:35px; left:35px;}
.notice_news .on_more  {
	max-width:120px; margin:auto; margin-top:80px; display:block; transition:0.3s ease-in-out;
	text-align:center; padding:7px 10px; border:1px solid #ddd; font-size:17px; line-height:27px; color:#333;}
	.notice_news .on_more:hover  {background:#ffaf03; border:1px solid #ffaf03; color:#fff;}

@media (max-width:1200px) {
	.notice_news ul  {justify-content:space-around;}
	.notice_news ul li  {max-width:485px;}

}

@media (max-width:1024px) {
	.notice_news ul li  {max-width:100%;}
	
}