.search select.btn {padding:0;border:1px solid #999;}
.search input[type=text] {border:1px solid #999;height:20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;}

/* VIEW */
.bbs-view {margin:100px 0 50px 0;}
.bbs-view .title {margin:12px 0;padding:0 16px;}
.bbs-view .content {border-bottom:1px dashed #999;border-top:1px dashed #999;padding:24px;}
.bbs-view .btn-group {margin:12px 0;}
.bbs-view img {max-width:100%;}
.bbs-view .title h1{font-size:30px;}
@media (max-width:620px){
.bbs-view .title h1{font-size:17px;}
}

@media (max-width:1099px) and (min-width:620px){
.bbs-view .title h1{font-size:28px;}
}

/* LIST */
.bbs-list {margin:0;}
.bbs-list .table {margin:0;}
.bbs-list .table caption {display:none;}
.bbs-list .table tbody {}
.bbs-list .bottom {}
.bbs-list .bottom .search input,
.bbs-list .bottom .search select {height:30px;}
.bbs-list .comment {font-size:12px;color:orange;}

/* WRITE */
.write-form {margin:0;}
.write-form .th {width:6%;float:left;line-height:30px;text-align:center;font-weight:bold;}
.write-form .td {width:94%;float:left;}
.write-form .option {height:20px;margin:10px 0;font-size:16px;text-align:left;}
.write-form .option i {margin-top:2px;}
.file-upload {margin:10px 0;text-align:left;}
#btn-file-upload {float:right;}

/* Comment */
#comment {margin:8px 0;}
#comment .comment-textarea {height:80px;margin:0 0 8px 0;}
#comment-list {}
#comment-list .comment-box {padding:8px 0;border-bottom:1px dotted #ccc;}
#comment-list .comment-box:last-child {border:0;}
#comment-list .fa-trash {cursor:pointer;}
#comment-list .fa-trash:hover {color: #ae0000;}
#comment-list .user-name b {font-size:16px;margin-right:4px;}