@charset "utf-8";

/* List */
.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:18px; color:#282828; margin-top:15px; margin-bottom:5px; font-weight:400; }
.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 .member, .list-item .list-details .guest { color:#999 !important; font-size:14px; line-height:18px; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }
.list-item .list-details { word-break:break-all; display:-webkit-box; font-size:14px; line-height:1.5em; height:9em; white-space:normal; -webkit-line-clamp:6; -webkit-box-orient:vertical; text-overflow:ellipsis; overflow:hidden; }



.list-item { width:100%; overflow:hidden; border-bottom:1px solid #dcdcdc; padding:0 0 30px 0; margin:0 0 30px 0 !important; }
.list-item .imgframe { width:30%; float:left; }
.list-item .gallery-info { width:67%; float:left; margin-left:3%; }
.list-container { border-top:2px solid #282828; padding-top:30px; }
.list-item .gallery-info h2 { margin:10px 0 25px 0; }


/* Responsive */

@media all and (max-width:1120px) {
.list-item .list-details { height:7.5em;-webkit-line-clamp:5; }
}
@media all and (max-width:965px) {
.list-item .list-details { height:6em;-webkit-line-clamp:4; }
}
@media all and (max-width:825px) {
.list-item .list-details { height:4.5em;-webkit-line-clamp:3; }
}
@media all and (max-width:768px) {
.list-item .imgframe { width:35%; float:left; }
.list-item .gallery-info { width:62%; }
.list-item .list-details { height:7.5em;-webkit-line-clamp:5; }
.list-item .gallery-info h2 { margin:0 0 15px 0; }
}
@media all and (max-width:700px) {
.list-item .list-details { height:6em;-webkit-line-clamp:4; }
}
@media all and (max-width:610px) {
.list-item .list-details { height:4.5em;-webkit-line-clamp:3; }
}
@media all and (max-width:500px) {
.list-item .list-details { height:3em;-webkit-line-clamp:2; }
}
@media all and (max-width:480px) {
.list-item .imgframe { width:100%; float:inherit; }
.list-item .gallery-info { width:100%; margin-left:0; }
.list-item .gallery-info h2 { margin:15px 0 15px 0; }
}

/* 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; }


/*basic*/

.list-container .img-wrap { border:1px solid #282828; }
