/* VIEW */
.bbs-view {margin:0 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%;}

/* LIST */
.bbs-list {margin:12px 0;}
.bbs-list .table {}
.bbs-list .table tbody {}
.bbs-list .table tbody a {color:#333;}
.bbs-list .bottom {}
.bbs-list .comment {font-size:12px;color:orange;}
.bbs-list .notice {color:#111;font-weight:bold;}

/* WRITE */
.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;}

/* PC */
@media (min-width:1100px) {
}
/* 타블렛 */
@media (max-width:1100px) and (min-width:620px) {
    /* LIST */
    .bbs-list .bbs-bottom {}
    .bbs-list .bbs-bottom .search select,
    .bbs-list .bbs-bottom .search input {width:100px;float:left;margin-right:3px;}

    /* WRITE */
    .write-form .th {float:none;width:100%;text-align:left;}
    .write-form .td {float:none;width:100%;}
}
/* 모바일 */
@media (max-width:620px) {
    /* LIST */
    .bbs-list .bbs-bottom {}
    .bbs-list .bbs-bottom .search select,
    .bbs-list .bbs-bottom .search input {width:100px;float:left;margin-right:3px;}
    .bbs-list .bbs-bottom .search input[type=submit] {width:auto;float:left;margin-right:3px;}

    /* WRITE */
    .write-form .th {float:none;width:100%;text-align:left;}
    .write-form .td {float:none;width:100%;}
}