/*-----------------------------------------------------------------*/
/* 리스트
/*-----------------------------------------------------------------*/
#boardlist {position:relative; width:100%; margin:0 auto 16px;}
#boardlist .cate_write {float:left; width:50%;}
#boardlist .cate_write .btn_write {float:left; margin-right:10px;}
#boardlist .cate_write select {height:24px;}
#boardlist .board_search {float:right; width:50%; margin-bottom:20px; text-align:right;}
#boardlist .board_search select {height:24px; line-height:24px; vertical-align:middle;}
#boardlist .board_search input {vertical-align:middle;}
#boardlist .board_search .boardsearch {width:158px; height:22px; padding:0 5px; line-height:22px;}
#boardlist .board_search .btn {padding-left:5px;}
#boardlist .board_col {table-layout:fixed; width:100%; margin:20px auto 0;}
#boardlist .board_col th {padding:15px 0; border-top:1px solid #ddd; border-bottom:1px solid #eee; background:#f8f8f8; color:#222; text-align:center;}
#boardlist .board_col td {padding:17px 0; border-bottom:1px solid #eee; color:#555; vertical-align:middle; text-align:center;}
#boardlist .board_col td img {vertical-align:middle;}
#boardlist .board_col td a {color:#555;}
#boardlist .board_col td.left {text-align:left;}
#boardlist .board_col .notice_row td a {color:#000;}
#boardlist .board_col .notice_row td.no {color:#f46665; font-weight:bold;}

/*-----------------------------------------------------------------*/
/* 열람
/*-----------------------------------------------------------------*/
#boardview .board_row {table-layout:fixed; width:100%; margin:0 auto; border-top:1px solid #d7d5d5;}
#boardview .board_row th {padding:13px 20px; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; background:#fbfafa; color:#222; font-weight:normal; text-align:left; vertical-align:middle;}
#boardview .board_row td {padding:10px 0 10px 10px; border-bottom:1px solid #e8e8e8; color:#555; text-align:left; vertical-align:middle;}
#boardview .board_row td a {color:#555;}
#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;}

/*-----------------------------------------------------------------*/
/* 글쓰기
/*-----------------------------------------------------------------*/
#boardwrite {width:100%;}
#boardwrite .board_row {table-layout:fixed; width:100%; margin:0 auto; border-top:1px solid #d7d5d5;}
#boardwrite .board_row th {padding:13px 20px; border-bottom:1px solid #e8e8e8; color:#222; font-weight:normal; text-align:left; vertical-align:middle;}
#boardwrite .board_row th label {color:#222;}
#boardwrite .board_row td {padding:10px 0 10px 10px; border-bottom:1px solid #e8e8e8; color:#555; text-align:left; vertical-align:middle;}
#boardwrite .board_row td label {color:#555;}
#boardwrite .board_row td textarea {width:98%; height:100px;}
#boardwrite .board_title {width:98%;}
#boardwrite select {height:26px; line-height:26px;}
#boardwrite .boxwrite textarea {width:98%; height:500px;}
#boardwrite .input_file {width:40%;}
#boardwrite .btn {padding:20px 0; text-align:center;}
