/**
* Copyright (c) Ahn Jongtae / Nparts Corporation. All Rights Reserved.
* Licensed under the GPL.
* See the GNU General Public License for more details. 
* www.devq.co.kr , www.devq.kr
**/
/*----------------------------------------------------------
			01. Global
----------------------------------------------------------*/
#bbs-option-layer-cbox td{padding-left:8px;font-size:11px;font-family:돋움;color:#666666;}
/*----------------------------------------------------------
			02. list.php
----------------------------------------------------------*/
/* 확장/순차카테고리 */
div.skin-bbs-list-cat{width:100%;height:28px;background:#efefef;clear:cboth;border-top:1px solid #dfdfdf;}
div.skin-bbs-list-cat div{padding:4px;}
div.skin-bbs-list-cat select.category{color:#666666;font-family:Arial;font-size:12px;}
/*----------------------------------------------------------
			03. view.php
----------------------------------------------------------*/
/* 뷰페이지 내용 */
#ContentsLayer{color:#404040;line-height:160%;margin-bottom:30px;}
/* 작성자 정보 */
.skin-bbs-user{width:100%;}
.skin-bbs-user td{text-align:left;}
.skin-bbs-user td table{width:100%;}
.skin-bbs-user td table th{color:#808080;font-size:11px;font-weight:normal;font-family:"Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";}
.skin-bbs-user td table td table{width:auto;}
/* 댓글/트랙백/버튼 표시 */
.skin-bbs-comment{padding:0;margin-bottom:4px;zoom:1;}
.skin-bbs-comment a strong,.skin-bbs-comment strong{color:#3EA9CD;text-decoration:none;}
.skin-bbs-comment img{vertical-align:-3px;}
/* 관련글 표시 */
.skin-bbs-sosok{margin-top:20px;}
.skin-bbs-sosok strong{color:#3EA9CD;}
.skin-bbs-sosok td{padding-left:3px;}
.skin-bbs-sosok .bbs-joint{color:#ff7700;text-decoration:underline;}
/* 토론비주얼 */
.bbs-discuss{padding:20px;border:1px solid #dfdfdf;}
.bbs-discuss h5{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #dfdfdf;text-align:left;font-size:14px;}
.bbs-discuss div.fleft{width:250px;text-align:center;}
.bbs-discuss div.fleft ul li{display:inline;padding:5px;}
.bbs-discuss div.fright{float:none !important;padding-left:270px;vertical-align:top;}
.bbs-discuss div.fright table{width:98%;}
.bbs-discuss div.fright table tr td{font-size:11px;font-weight:bold;}
.bbs-discuss div.fright table tr td.graph{background:url('./image/bg_poll_gr.gif') repeat-x left 50%;}
.bbs-discuss div.fright table tr.s1 td{color:#ff8c00;}
.bbs-discuss div.fright table tr.s2 td{color:#6fb300;}
.bbs-discuss div.fright table tr.s3 td{color:#3ab1ab;}
/*----------------------------------------------------------
			04. write.php
----------------------------------------------------------*/
/* 옵션 1 */
table.skin-bbs-option1{margin:10px 0;}
table.skin-bbs-option1 tbody th,table.skin-bbs-option2 tbody th{background:url('../../_icon/default/dot_01.gif') no-repeat left 8px;padding-left:10px;}
/* 옵션 2 */
table.skin-bbs-option2{font-family:dotum;margin-bottom:20px;}
table.skin-bbs-option2 tbody th{vertical-align:top;height:22px;}
table.skin-bbs-option2 tbody td{color:#808080;padding:0 0 3px;font-size:11px;}
table.skin-bbs-option2 tbody td table tbody th{background:none;font-size:11px;padding:1px 10px 1px 0;}
table.skin-bbs-option2 tbody td table tbody td{font-size:11px;color:#808080;padding:2px 0;}
table.skin-bbs-option2 textarea{border:#dfdfdf solid 1px;padding-top:3px;}
/*----------------------------------------------------------
			05. comment.php (_cm_close)
----------------------------------------------------------*/
#commentOneFrame table{width:100%;}
/*----------------------------------------------------------
			06. trackback.php
----------------------------------------------------------*/
/* 게시판 리스트형 세로형 */
table.skin-bbs-trackback{width:100%;border-top:#dfdfdf solid 1px;border-bottom:#dfdfdf solid 1px;}
table.skin-bbs-trackback tbody td{padding:5px 0;}
table.skin-bbs-trackback tbody td table{width:100%;}
table.skin-bbs-trackback tbody td table td{border:none;}
/*----------------------------------------------------------
			07. _view.move.php
----------------------------------------------------------*/
div.skin-bbs-move{margin-top:20px;border:1px solid #aaa;background-color:#f9f9f9;padding:10px 20px;}
div.skin-bbs-move ul li{padding:0 0 5px 20px;margin:5px 0 5px 0;}
div.skin-bbs-move ul li.prev{background:url('../../_icon/default/btn_vprev.gif') no-repeat left 2px;border-bottom:1px solid #d7d7d7;}
div.skin-bbs-move ul li.next{background:url('../../_icon/default/btn_vnext.gif') no-repeat left 2px;margin-bottom:0;}
