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

/* 게시판 전체 div */
.boardBody {width:100%; color:#333;}
.boardBody input, .boardBody select, .boardBody textarea {}

/* 게시판 리스트 */
#boardListForm {position:relative; float:none; clear:both;}
#boardListForm fieldset {border:0;}
#boardListForm legend {overflow:hidden; position:absolute; width:0; height:0; font:0/0 san-serif; visibility:hidden;}
#boardListForm ul.jn_photo {overflow:hidden; float:left; width:100%; margin-bottom:20px; text-align:center;}
#boardListForm li.jn_pic {width:100%;}
#boardListForm li.jn_pic img {display:block; width:100%;}
#boardListForm li.jn_title {padding:20px; border:1px solid #eee; border-top:none; font-weight:500; font-size:16px; text-align:left; letter-spacing:-1px;}
#boardListForm li.jn_title strong {font-weight:500;}

