@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 { border:1px solid #d9d9d9; background:#f7f7f7; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.08); box-sizing:border-box; overflow:hidden; }
.list-item h2 { display:block; font-size:11px; line-height:16px; margin:10px 5px 4px; text-align:left; }
.list-item h2 a { display:-webkit-box; overflow:hidden; height:32px; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal !important; }
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; transition:transform .45s ease; }
.list-item .imgframe .img-item { overflow:hidden; }
.list-item .imgframe .img-item img { transition:transform .45s ease; }
.list-item .yd-academy-label { position:absolute; top:8px; left:8px; z-index:50; max-width:80%; padding:2px 4px; color:#fff3a0 !important; font-size:11px; font-weight:900; line-height:1.25; text-decoration:none !important; text-shadow:0 1px 2px rgba(0,0,0,1), 0 0 6px rgba(0,0,0,1), 0 0 12px rgba(0,0,0,0.95); }
.list-item .yd-academy-label:hover { color:#fff3a0 !important; text-decoration:none !important; }
.list-item .list-img:hover img,
.list-item .list-img:active img,
.list-item .imgframe:hover .img-item img,
.list-item .imgframe:active .img-item img { transform:scale(1.5); }
.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%; }
.list-item .list-details .pull-left { font-size:70%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }
.list-row.yd-gallery-reveal { opacity:0; transform:translateY(18px); transition:opacity .45s ease, transform .45s ease; }
.list-row.yd-gallery-reveal.yd-gallery-show { opacity:1; transform:translateY(0); }

@media (prefers-reduced-motion: reduce) {
	.list-row.yd-gallery-reveal { opacity:1; transform:none; transition:none; }
}

/* 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 }
}
