@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; top: 10px; z-index: 2; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 1; position: absolute;	font-weight:normal; }
.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%; }
.list-item .list-details .member, .list-item .list-details .guest { color:#787878 !important; }
.list-row.clearfix { padding:0 !important; margin:0 !important; width:100% !important }
/* float:none !important; */

/* 커스텀 */
.list-item {position: relative;}
.list-item .list_title {
	position: absolute; width: 100%;
    bottom: 0; left: 0; z-index: 1;
	font-size: 10px; 
}
.list-item .list_title > a {
    display: block; width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 3em 1.5em 2em;
    color: #fff;
}
.list-item .list_title > a > .name_box1 {
    display: flex; flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}
.list-item h2 { display:block; font-size: 3.5em; line-height:22px;}
.list-item span {font-size: 2em; font-weight: 300;}

.list-item .list_title > a > h4 {
    font-size: 2em; margin-top: 0.8em; font-weight: 100;
    /* font-family: 'Poppins', sans-serif !important; */
}

/* Responsive */
@media (max-width: 991px) {
	.list-item .list_title {font-size: 9px;}
}
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:680px) {	
	.responsive .list-row { width:100% !important }
	.list-row.clearfix {float:none !important;}
}

@media all and (max-width:580px) {
    .list-item .list_title {font-size: 8px;}
}
