
/* wrap */
.bbs-wrap { width:100%; }

/* list */
.bbs-table {border-top:2px solid #666; background-color:none; border-spacing:0; margin:0 auto;}

.title_tr > th {height:38px; border-bottom:1px solid #bbbbbb !important; }
.title_td { background-color:none; }
.list_tr > th { height:32px; border-bottom:1px solid #bbbbbb !important; }
.list_tr > td { height:32 px; border-bottom:1px solid #bbbbbb !important; }

/* write, modify, reply */
.bbs-table-write {border-top:2px solid #666; background-color:none; border-spacing:0; margin:0 auto;}
.list_th { font-weight:bold; background-color:#f6f6f6; height:28px; border-bottom:1px solid #cdcdcd;}
.list_td { border-bottom:1px solid #cdcdcd; height:28px; }
input[type='file'] { margin:2px 0; }

/* read */
.bbs-file-view { width:100%; text-align:center; margin:10px 0; }

/* alignment */
.left   { text-align:left; }
.center { text-align:center; }
.right  { text-align:right; }

/* empty but pad */
.pad { padding:0 20px; }

/* page & navi-button */
.bbs-page { margin:5px auto;}
.bbs-navi { text-align:right; margin:5px auto;}

/* comment */
.bbs-comment { margin:10px auto; }
.bbs-comment-item { display:block; margin:10px auto; }
.bbs-comment-item>.bbs-comment-item-head { display:block;width:100%; height:32px; padding:0px; margin-bottom:0px; border:1px solid #d3d3d3; background:#eee;background:-moz-linear-gradient(top,white 0,#eaeaea 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#eaeaea));background:-webkit-linear-gradient(top,white 0,#eaeaea 100%);background:-o-linear-gradient(top,white 0,#eaeaea 100%);background:-ms-linear-gradient(top,white 0,#eaeaea 100%);background:linear-gradient(to bottom,white 0,#eaeaea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#eaeaea',GradientType=0)}
.bbs-comment-item>.bbs-comment-item-head span { display:inline-block;vertical-align:middle;margin:auto 0;padding:6px 10px;}
.bbs-comment-item>.bbs-comment-item-body { display:block;width:100%; padding:0px; margin-bottom:0px; border:1px solid #d3d3d3; border-top:0px; background:#fbfbfb; }
.bbs-comment-item>.bbs-comment-item-body div { padding: 15px; }

.bbs-comment-write { display:block; margin:10px auto; width:100%; }
.bbs-comment-write-box { display:block; border:1px solid #e0e0e0; background:#f6f6f6; padding:10px;}

.list_comment { color:#444444; }
.write_comment { color:#444444;}

.span_comment { color:tomato; }


/* list : hit */
.hit_level1 { font-weight:bold; }
.hit_level2 { font-weight:bold; color:#6666ff; }
.hit_level3 { font-weight:bold; color:#ff6666; }

img.img_button { cursor:pointer; }

/* font */
.dotum-11px { font-size:11px; font-family:Dotum,Gulim; }