.lb-dataContainer {position:relative;}
.lb-caption {display:block;position:absolute;left:0;top:-90px;height:70px;width:100%;background:rgba(0,0,0,0.4);line-height:20px !important;font-weight:normal !important;padding:10px;}

.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: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
.gallery-theme {}
.gallery-theme .list {}
.gallery-theme .post {float:left;width:240px;height:180px;margin:8px;cursor:pointer;}
.gallery-theme .post .preview {
    border:1px solid #ccc;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
    width:100%;height:160px;line-height:150px;float:left;
	overflow:hidden;text-align:center;
}
.gallery-theme .post .preview img {max-width:240px;max-height:160px;}
.gallery-theme .post .subject {clear:both;height:20px;text-align:center;font-size:13px;padding:2px 0 0 0;}
.gallery-theme .post:hover {}
.gallery-theme .post:hover .preview {border:1px solid #000;}
.gallery-theme .post:hover .subject a {color:#000;}
 */

.gallery-theme {}
.gallery-theme .list {}
.gallery-theme .post {float:left;width:33.3%;height:auto;min-height:240px;margin:0;cursor:pointer;}
.gallery-theme .post .rect {padding:10px;}
.gallery-theme .post .preview {width:100%;height:160px;line-height:160px;float:left;overflow:hidden;text-align:center;}
.gallery-theme .post .preview img {width:100%;height:auto;max-width:100%;}
.gallery-theme .post .subject {border:1px solid #ccc;clear:both;height:40px;text-align:center;font-size:15px;color:#333;font-weight: 500;line-height: 39px;padding:0 5%;}
.gallery-theme .post:hover {}
.gallery-theme .post:hover .preview {}

/* 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;}

/*고객지원*/
.text-c {margin-top:10px; margin-bottom:10px;}

/* PC */
@media (min-width:1100px){
}

/* 타블렛 */
@media (max-width:1100px) and (min-width:620px){
    .gallery-theme .post {width:50%;}
}

/* 모바일 */
@media (max-width:620px){
    .gallery-theme .post {width:100%;}

}

