@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; width:33.3333%}
#boardListForm ul.jn_photo li {margin:0 5px;}
#boardListForm li.jn_pic {width:230px; height:230px; border:1px solid #eee; overflow:hidden;}
#boardListForm li.jn_pic img {width:100%; height:100%; display:block; margin: auto;}
#boardListForm li.jn_title {padding:21px 0; font-weight:400; font-size:14px;border:1px solid #eee;border-top:none; height: 30px; overflow: hidden;}
#boardListForm li.jn_title a{color:#303030;text-decoration:none;}
#boardListForm li.jn_title a:hover{color:#00a25b;}

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

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