@charset "utf-8";

/* widget-bbs-common */
.widget-rank-icon { display:inline-block; color:#fff; padding:0px 6px; font-size:11px; letter-spacing:-1px; line-height:16px; margin-right:2px; }
.widget-rank-red { background-color: rgb(231,76,60); }
.widget-rank-blue{ background-color: rgb(52,152,219); }
.widget-rank-green { background-color: rgb(114,192,44); }
.widget-rank-orangered{ background-color: orangered; }

.widget-bbs-section { font-family: tahoma; font-size: 30px; letter-spacing: -1px; padding: 40px 0 20px; margin: 30px 0px; text-align: center; font-weight: bold; }
.widget-bbs-more { font-size:11px; font-weight:normal; color:#888; letter-spacing:1-px; }
@media all and (max-width:420px) {
	.widget-bbs-section { font-size: 24px; padding: 20px 0 10px; margin: 10px 0px; }
}

/* widget.bbs.gallery.infinite.php, widget.bbs.gallery.infinite.masonry.php */
.widget-bbs-gallery-infinite #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.widget-bbs-gallery-infinite .list-more { text-align:center; margin-bottom:30px; }
.widget-bbs-gallery-infinite .list-more a { color:#333; font-size:60px; }
.widget-bbs-gallery-infinite .list-more a:hover {}

.widget-bbs-gallery-infinite .item-box { position:relative; padding:0px; margin-bottom:10px; overflow:hidden; }
.widget-bbs-gallery-infinite .row { margin-left:-5px; margin-right:-5px; }
.widget-bbs-gallery-infinite .col { padding-left:5px; padding-right:5px; }
.widget-bbs-gallery-infinite .label-band { 
	z-index:2; font-family: tahoma; top: 5px; color: #fff; letter-spacing:1px; width: 100px; padding: 5px; right: -32px; font-size: 11px; position: absolute; text-align: center; 
	transform: rotate(45deg); -o-transform: rotate(45deg);	-ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); 
}
.widget-bbs-gallery-infinite .label-red { background-color: rgb(233, 27, 35); }
.widget-bbs-gallery-infinite .label-green { background-color: rgb(142, 196, 73); }
.widget-bbs-gallery-infinite .label-blue { background-color: rgb(52, 152, 219); }
.widget-bbs-gallery-infinite .img { position:relative; overflow:hidden; }
.widget-bbs-gallery-infinite .img img { display:block; width:100%; height:auto; border:0px; }
.widget-bbs-gallery-infinite .img-fix { display:block; position:relative; height:0; overflow:hidden; }
.widget-bbs-gallery-infinite .img-fix img { display:block; position:absolute; top:0; left:0; width:100%; height:100%; border:0px; }
.widget-bbs-gallery-infinite .item-content { margin:3px; line-height:22px; border:0px; background:#fff; }
.widget-bbs-gallery-infinite .item-content.now { padding:0px; margin:0px; border:3px solid rgb(114,192,44); }
.widget-bbs-gallery-infinite h2 { margin:0px; padding:0px; line-height:22px; font-size: 14px; font-weight: bold; letter-spacing:-1px; }
.widget-bbs-gallery-infinite h2 a { color:#333; text-decoration:none; }
.widget-bbs-gallery-infinite h2 a:hover { color:crimson; text-decoration:none; }
.widget-bbs-gallery-infinite.ko h2 { line-height:20px; font-size:13px; }
.widget-bbs-gallery-infinite.ko h2 a { font-family:'Nanum Barun Gothic', sans-serif; font-weight:bold; }
.widget-bbs-gallery-infinite.oneline h2 a { display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.widget-bbs-gallery-infinite .text { padding:15px; }
.widget-bbs-gallery-infinite .desc { font-size:12px; color:#888; line-height:18px; padding:6px 0px 0px; }
.widget-bbs-gallery-infinite .cnt { font-size:12px; line-height:20px; }
.widget-bbs-gallery-infinite .new { display:inline-block; color:#fff; padding:0px 6px; font-size:11px; letter-spacing:0px; font-weight:normal; line-height:16px; margin-right:2px; }
.widget-bbs-gallery-infinite.ko .desc { font-size:11px; line-height:16px; }

.widget-bbs-gallery-infinite .grid-sizer { width:1%; }
.widget-bbs-gallery-infinite .grid-sizer-px { width:1px; }
.widget-bbs-gallery-infinite .grid-100 { width:100%; }
.widget-bbs-gallery-infinite .grid-50 { width:50%; }
.widget-bbs-gallery-infinite .grid-33 { width:33.3%; }
.widget-bbs-gallery-infinite .grid-25 { width:25%; }
.widget-bbs-gallery-infinite .grid-20 { width:20%; }
.widget-bbs-gallery-infinite.masonry { position:relative; margin-right:-10px; overflow:hidden; }
.widget-bbs-gallery-infinite.masonry .list-item { float:left; }
.widget-bbs-gallery-infinite.masonry .item-box { margin-right:10px; }
@media all and (max-width:767px) {
	.widget-bbs-gallery-infinite.masonry .list-item { width:100% !important }
}
