@charset "utf-8";
/* CSS Document */

/* 게시판 리스트 */
#boardListForm {position:relative; clear:both; float:none; padding:20px 0 0 0;}
#boardListForm fieldset {border:0;}
#boardListForm legend {position:absolute; width:0; height:0; overflow:hidden; font:0/0 san-serif; visibility:hidden;}
#boardListForm ul.jn_photo {float:left; margin-bottom:15px; text-align:center;}
#boardListForm ul.jn_photo li {margin:0 5px;}
#boardListForm li.jn_pic {width:304px; height:202px; border:1px solid #eee;}
#boardListForm li.jn_pic img {width:100%; height:100%; display:block;}
#boardListForm li.jn_title {padding:21px 0; font-weight:400; font-size:14px;border:1px solid #eee;border-top:none;}
#boardListForm li.jn_title a{color:#303030;text-decoration:none;}
#boardListForm li.jn_title a:hover{color:#00693f;}

#boardListForm li.jn_date {font-weight:300; color:#BDBDBD;}




/*#boardListForm ul.jn_photo:hover li.jn_pic {border:1px solid #3d5794;border-bottom:none;padding-bottom:1px;}
#boardListForm ul.jn_photo:hover li.jn_title {border:1px solid #3d5794;border-top:none;}
#boardListForm ul.jn_photo:hover li.jn_title a {color:#3d5794;}