
/* 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;text-align:left;}
.bbs-view .btn-group {margin:12px 0;}
.bbs-view img {max-width:100%;}

/* LIST */
.gallery-theme {overflow:hidden;}
.gallery-theme .list {display:block;margin:0 auto;width:100% !important;}
.gallery-theme .post {float:left;cursor:pointer;width:20%;margin:0 0 20px 0;height:auto;}
.gallery-theme .post .preview {
    width:95%;height:162px;line-height:150px;float:left;margin:0 auto;
    overflow:hidden;text-align:center;
    padding:0;
}
.gallery-theme .post .preview img {max-width:260px;max-height:200px;width:100%;height:100%;border:1px solid #ccc;}
.gallery-theme .post .subject {clear:both;height:20px;text-align:center;font-size:13px;padding-top:10px;width:90%;margin:0 auto;max-width:260px;}
.gallery-theme .post:hover {}
.gallery-theme .post:hover .preview {border:1px solid #000;}
.gallery-theme .post:hover .subject a {color:#000;}
.gallery-theme .list .post:hover,
.gallery-theme .list .post:hover .preview,
.gallery-theme .list .post .subject:hover,
.gallery-theme .list .post .preview:hover {border:0 !important;}
@media (max-width:1200px){
    .gallery-theme .list .post {width:25%;}
}
@media (max-width:900px){
    .gallery-theme .list .post {width:33.3%;}
}
@media (max-width:700px){
    .gallery-theme .list .post {width:50%;}
}
@media (max-width:540px){
    .gallery-theme .list .post {width:100%;}
}

/* WRITE */
.write-form .th {width:6%;float:left;line-height:30px;text-align:center;font-weight:bold;}
.write-form .td {width:94%;float:left;text-align:left;}
.write-form .option {height:20px;margin:10px 0;font-size:16px;text-align:left;}
.write-form .option i {margin-top:2px;}
.write-form .option .fa {padding:0;top:2px;position:relative;}
.write-form .option label {height:20px;}
.file-upload {margin:10px 0;text-align:left;}
#btn-file-upload {float:right;}

/*고객지원*/
.text-c{margin-top:10px; margin-bottom:10px;}
