/*-----------------------------------------------------------------*/
/* 리스트
/*-----------------------------------------------------------------*/
#boardlist {overflow:hidden; width:100%; margin:0 auto 16px;}
#boardlist .board_col {table-layout:fixed; width:100%; margin:20px auto 0; border-bottom:1px solid #aeaeae;}
#boardlist .board_col th {padding:15px 0; border-top:1px solid #ddd; border-bottom:1px solid #eee; color:#222; background:#f8f8f8; 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 a {color:#555;}
#boardlist .board_col td img {vertical-align:middle;}
#boardlist .board_col td.left {text-align:left;}
#boardlist .board_col td.subject {padding-left:34px; background:url('/board/_skin/basic_faq/img/icon_question.gif') no-repeat left center;}
#boardlist .board_col td.subject span {color:#181818;}
#boardlist .board_col td.faqcnt {padding:35px 20px 35px 82px; background:url('/board/_skin/basic_faq/img/icon_answer.gif') no-repeat 39px 30px; text-align:left; word-break:break-all; word-wrap:break-word;}
#boardlist .board_col td.faqcnt .cnt * {font-family:inherit; font-size:inherit; text-align:inherit; line-height:inherit;}
#boardlist .board_col td.faqcnt .btn {padding-top:10px; text-align:right;}
#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;}

/*-----------------------------------------------------------------*/
/* 열람
/*-----------------------------------------------------------------*/
#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;}
