@charset "utf-8";


.list-item .tack-check { right: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.list-item h2 { display:block; font-size:13px; line-height:22px; margin:0 5px 10px 5px; text-align:center; }
.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-details { padding:0 3%;color: #fff; }
.list-item .list-details .member, .list-item .list-details .guest { color:#fff !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }
.details-wrap {
	width: 100%;
    margin: 2px 0 5px 0;
    border-left: 3px solid #3F51B5;
    height: 36px;
    line-height: 36px;
    transition: all 0.5s;
    }

.details-wrap > a {
	display: inline-block;
    padding: 0 0 0 10px;
    background: linear-gradient(to right, #2196F3 0%, #00a1b6 100%);
    font-family: 'rocket';
    font-size: 14px;
    color: #ebebeb;
    text-shadow: 2px 0 3px rgba(0,0,0,0.37);
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.list-item .sv_member img { width: 20px; height: 20px; }
.sv_member img { width: 20px; }
.member img { width: 20px; }

/* 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:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }
