/*-----------------------------------------------------------------*/
/* 리스트
/*-----------------------------------------------------------------*/
#boardlist {width:100%; margin:0 auto 16px;}
#boardlist table {table-layout:fixed; width:100%; margin:0 auto 16px;}
#boardlist table td {padding-bottom:40px; text-align:left; vertical-align:top;}
#boardlist table td .box {width:259px; margin:0 auto;}
#boardlist table td .box img {vertical-align:top;}
#boardlist table td .box .img img {width:259px; height:323px;}
#boardlist table td .box dl {width:100%; padding-top:18px; color:#9e9e9e;}
#boardlist table td .box dl dt {padding-bottom:3px; color:#181818; font-size:13px; word-break:break-all; word-wrap:break-word;}
#boardlist table td .box dl dt a {color:#181818;}
#boardlist table td .box dd {color:#837d81; font-size:11px;}
#boardlist table td .box dd .bar {color:#dedede; font-size:11px;}
#boardlist .cateList {padding-bottom:60px; text-align:center;}
#boardlist .cateList li {display:inline; background:url('/board/_skin/basic_general/img/cate_bar.gif') no-repeat left center;}
#boardlist .cateList li:first-child {background:none;}
#boardlist .cateList li a {padding:0 15px; color:#181818;}
#boardlist .board_search {margin-top:30px; text-align:center;}
#boardlist .board_search select {height:30px; line-height:30px; vertical-align:middle;}
#boardlist .board_search input {vertical-align:middle;}
#boardlist .board_search .boardsearch {width:238px; height:18px; padding:5px; line-height:30px;}
#boardlist .board_search .btn {padding-left:2px;}
#boardlist .btn_write {margin:30px 0; text-align:right;}

/*-----------------------------------------------------------------*/
/* 열람
/*-----------------------------------------------------------------*/
#boardview .board_row {table-layout:fixed; width:100%; margin:0 auto; border-top:1px solid #000;}
#boardview .board_row th {padding:10px 0 10px 30px; border-bottom:1px solid #d7d7d7; color:#181818; font-weight:normal; text-align:left; vertical-align:middle;}
#boardview .board_row td {padding:10px 0 10px 10px; border-bottom:1px solid #d7d7d7; color:#837d81; text-align:left; vertical-align:middle;}
#boardview .board_row td a {color:#837d81;}
#boardview .board_row td textarea {width:99%; height:100px;}
#boardview .boxview {padding:30px; border-bottom:1px solid #cacaca; text-align:left;}
#boardview .boxview .cnt2 {word-break:break-all; word-wrap:break-word;}
#boardview .boxview .cnt2 * {font-family:inherit; font-size:inherit; text-align:inherit; line-height:inherit;}
#boardview .boxview .cnt2 img {max-width:100%;}
#boardview .btn {padding:20px 0; text-align:right;}
#boardview .btn .modelete {float:left;}

/*-----------------------------------------------------------------*/
/* 글쓰기
/*-----------------------------------------------------------------*/
#boardwrite {width:100%;}
#boardwrite .board_row {table-layout:fixed; width:100%; margin:0 auto; border-top:1px solid #000;}
#boardwrite .board_row th {padding:10px 0 10px 30px; border-bottom:1px solid #d7d7d7; color:#181818; font-weight:normal; text-align:left; vertical-align:middle;}
#boardwrite .board_row th label {color:#181818;}
#boardwrite .board_row td {padding:10px 0 10px 10px; border-bottom:1px solid #d7d7d7; color:#837d81; text-align:left; vertical-align:middle;}
#boardwrite .board_row td label {color:#837d81;}
#boardwrite .board_row td textarea {width:99%; height:100px;}
#boardwrite .board_title {width:98%;}
#boardwrite select {height:26px; line-height:26px;}
#boardwrite .boxwrite textarea {width:99%; height:500px;}
#boardwrite .input_file {width:40%;}
#boardwrite .btn {padding:20px 0; text-align:center;}