@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:16px; line-height:22px; margin:10px 5px; text-align:center; }
.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 }

.list-item .ca_name {
	position: absolute;
	top: 0;
	right: 20px;
	background: #32477a;
	width: 50px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 15px 10px;
	z-index: 1;
}
.list-item .wr_img {transition: all 0.5s ease-in-out;}
.list-item .wr_img:hover {transform: scale(1.15);}

/* Responsive */
@media all and (max-width:767px) {
	.list-wrap .list-container {margin-right: -15px !important;}
	.responsive .list-row { width:50% !important }
	.list-wrap .list-item {
		margin-right: 15px !important;
		margin-bottom: 15px !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; }




.list-category {
	max-width: 1200px;
	margin: 0 auto 30px;
}
.list-wrap {
	background: #f5f5f5;
	padding: 50px 0 100px;
}
.list-wrap > form {
	max-width: 1200px;
	margin: 0 auto;
}
.at-footer {margin-top: 0;}


@media all and (max-width: 1200px) {
	.list-category, .list-wrap > form {padding: 0 15px;}
}
@media all and (max-width: 767px) {
	.list-item .ca_name {
		right: 10px;
		font-size: 12px;
		width: 40px;
		height: 45px;
		padding: 5px;
		line-height: 1.3;
	}
	.list-category {margin-bottom: 15px;}
	.list-wrap {padding: 30px 0 50px;}
}