/* -----------------------------
	TABLE
-------------------------------- */
table{width:100%}
table th,
table td{font-size:13px}



/* 컬럼형 */
.table-type-column .td1{background:#f7f7f7;border-right:1px solid #e3e3e3;text-align:left;font-weight:bold}
.table-type-column th,
.table-type-column td{border-bottom:1px solid #e3e3e3;padding:10px;padding-left:15px}
.table-type-column .first th,
.table-type-column .first td{border-top:1px solid #666}
.table-type-column .end th,
.table-type-column .end td{border-bottom:1px solid #666}

#bbsview.table-type-column th,
#bbsview.table-type-column td{text-align:left;padding:16px;font-size:14px}
#bbsview.table-type-column .cont{line-height:150%}
#bbsview.table-type-column a{font-size:14px;color:#666}

/* basic table */
.table-type-basic th{border-top:1px solid #666;background:#f7f7f7;padding:15px}
.table-type-basic th,
.table-type-basic td{text-align:left;border-bottom:1px solid #e3e3e3;font-size:14px;line-height:140%}
.table-type-basic td{padding:10px}

/* basic normal */
.table-type-normal{border-top:1px solid #666}
.table-type-normal th,
.table-type-normal .td1{background:#f7f7f7;padding:13px;text-align:center;color:#333;font-weight:bold}
.table-type-normal th,
.table-type-normal td{border-bottom:1px solid #e3e3e3;font-size:14px;line-height:140%;border-right:1px solid #e3e3e3;text-align:center}
.table-type-normal td{padding:15px}
.table-type-normal a{color:#666;font-size:14px}
.table-type-normal tr.end td{border-bottom:1px solid #666}

/* webzine */
.table-type-webzine{border-top:1px solid #666}
.table-type-webzine td{text-align:left;padding:35px 10px;border-bottom:1px solid #e3e3e3}
.table-type-webzine td a{color:#666}
.table-type-webzine td .sbj,
.table-type-webzine td .sbj a{font-size:22px;color:#333}
.table-type-webzine td.thumb{padding-left:20px}
.table-type-webzine td.cont{padding-right:20px}
.table-type-webzine td .p1{clear:both;padding-top:15px;line-height:140%;font-size:14px}
.table-type-webzine tr:hover{background:#f9f9f9}
.table-type-webzine .category{color:#0078ff;display:block;clear:both;padding-bottom:5px}

/* 게시판 본문일때 */
#bbsview.table-type-normal th,
#bbsview.table-type-normal td{text-align:left}

/* 게시글 내용 - article */
.table-type-normal .subject{float:left;font-size:15px}
.table-type-normal .date{float:right;color:#666;font-weight:normal}
.table-type-normal .article td{line-height:137%;padding:50px 17px;border-right:none}
.table-type-normal .link a{color:#0078ff}

.table-type-normal .author td{background:#eff7ff;border-top:1px solid #e3e3e3;padding:20px}
.table-type-normal .author .pic{float:left}
.table-type-normal .author .cont{float:left;padding-left:10px}
.table-type-normal .author .cont h4{font-size:16px;padding-bottom:3px}

/* -----------------------------
	게시판 구성요소
-------------------------------- */
/* ajax more */
.ajax-more{clear:both;padding-top:35px}
.ajax-more a{background:#2762a4;text-align:center;font-size:17px;border-radius:5px;color:#fff;width:100%;display:block;font-weight:bold;padding:16px 0}
.ajax-more a:hover{text-decoration:none}

/* 전체 등록 글 수 */
.totla-num{position:relative;top:25px;font-size:14px}

/* 테이블 요소들 */
td.sbj{text-align:left}
.a_left td{text-align:left}
th.end,
td.end{border-right:none}
tr.end td{border-bottom:none}

/* 공지사항 */
tr.notice .sbj a{font-weight:bold}

/* table @ option */




/* 테이블 하단 */
.bottombox{clear:both;text-align:center;padding:30px 0}
.bottombox .btn{margin:0 2px}

/* 게시판 검색 */
.bbs-search{clear:both;padding-bottom:20px;text-align:right}
.bbs-search .select{width:90px}
.bbs-search .btn{margin-left:3px}
.bbs-search .btn input{padding-left:15px;padding-right:15px;width:auto;font-weight:bold}