@charset "utf-8";

/* List */
.list-item { border: 1px solid #afafaf; background: #fff; font-family: apple sd gothic neo,맑은 고딕,malgun gothic,돋움,dotum,sans-serif; }
.list-item:hover { border: 1px solid #2792c3; }
.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:16px; line-height:22px; margin:10px 5px; text-align:center; }
.event-img { text-align: center; border-top: 1px solid #ddd!important; border-bottom: 1px solid #ddd!important; background: #f5f5f5!important; width:100%; height: 120px!important; padding-top: 10px;}
.event-img img { width:100px!important; height: 100px!important; border-radius: 50px; }
.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 { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }
.list-title { text-align: center; padding: 3%; font-size: 13px; }
.list-title a { color: #555; font-weight: 500; }
.event-sub-title { font-size: 13px; font-weight: bold; }
.money { font-size: 18px; font-weight: 1200; }
.event-button { text-align: center; margin-bottom: 15px; }
.event-button .btn {  }
.event-detail { padding-bottom: 15px; color: #555; text-align: center;}
.money { color: red }
.tropy {     
	display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px 5px;
    border: 1px solid #2db400;
    background: #2db400;
    color: #fff;
    border-radius: 2px;
} 


/* 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-wrap .list-item { margin-right: 0px !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; }
