@charset "utf-8";

/* List */
.list-item { border:1px solid #ddd; }
.list-item:hover { border:1px solid rgb(233, 27, 35); }
.list-item h2 { display:block; font-size:16px; line-height:22px; margin:0; padding:0px; padding-bottom:15px;margin-bottom:5px; border-bottom:1px solid #ccc; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.list-item .list-date { position:absolute; bottom:10px; padding:0px 10px; font-size:12px; line-height:23px; }
.list-item .list-date.left { left:0px; }
.list-item .list-date.right { right:0px; }
.list-item .list-content { padding:20px 10px 10px 10px; }
.list-item .list-details { padding-bottom:5px; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-item .list-cont { margin:0px; padding:0; line-height:20px; }
.list-item .list-sp { margin:0 7px; color:#ddd; font-size:11px; }
.list-item .list-read { margin-top:15px; padding-top:5px; border-top:1px dotted #ccc;}
.list-item .read-more i { margin-left:4px; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:420px) {
	.responsive .list-row { width:100% !important }
}

/* Infinite */
.list-wrap #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; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#333; font-size:60px; }
.list-wrap .list-more a:hover { color:crimson; }

.list-wrap .list-container { padding-left:4px; }


.imgframe { position:relative; }
.imgframe a.bo_cate_link {display:block;width:74px;height:40px;position:absolute;right:8px;top:8px;z-index:1;text-indent:-9999em;background:url('bg_sprite2.png') no-repeat;}
/*����*/
.imgframe a.bo_cate_link {background-position:0 -60px;}
/*ģ��*/
.imgframe a.bo_cate_link.cate02 {background-position:-79px -60px;}
