@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-wrap { background:#f7f7f7; }
.list-item .imgframe .img-item { position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; }
.list-item .imgframe .img-item a { display:block; width:100%; height:100%; }
.list-item .imgframe .img-item img { width:100%; height:100%; object-fit:cover; object-position:center; 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); }
.yd-academy-edit-modal { position:fixed; left:0; top:0; width:0; height:0; z-index:100000; overflow:visible; background:transparent; }
.yd-academy-edit-panel { position:fixed; left:12px; top:12px; width:300px; max-width:calc(100vw - 24px); padding:14px; border:1px solid rgba(0,0,0,.14); border-radius:8px; background:#fff; box-shadow:0 12px 36px rgba(0,0,0,.3); transform:none; }
.yd-academy-edit-title { margin:0 0 10px; color:#111; font-size:15px; font-weight:800; }
.yd-academy-edit-panel input[type="text"] { width:100%; height:38px; padding:6px 9px; border:1px solid #bbb; border-radius:4px; box-sizing:border-box; font-size:14px; }
.yd-academy-edit-help { margin-top:7px; color:#777; font-size:12px; line-height:1.4; }
.yd-academy-edit-actions { margin-top:13px; text-align:right; }
.yd-academy-edit-actions button { min-width:62px; height:32px; margin-left:5px; padding:0 12px; border:0; border-radius:4px; font-size:13px; font-weight:700; cursor:pointer; }
.yd-academy-edit-cancel { background:#eee; color:#333; }
.yd-academy-edit-save { background:rgba(0,128,0,.75); color:#fff; }

@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 }
}

.list-item h2 a.ellipsis { display:-webkit-box; overflow:hidden; height:32px; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal !important; text-overflow:clip; }
