@charset "utf-8";

/* List */
.list-wrap .list-container {overflow: inherit !important; position: relative; z-index: 1}
.list-wrap .list-item {transition: all 0.3s;}
.list-wrap .list-item:hover {box-shadow: 0 10px 20px rgba(0,0,0,0.2);}
.img-wrap .img-item img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.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 {
	font-size: 18px;
	margin: 0 0 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }
.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-item .txt_wrap {
	background: #fff;
	padding: 30px;
}
.list-item .txt_wrap .list-date {
	font-family: "Roboto";
	font-size: 14px;
	color: #888;
}
.list-item .txt_wrap .info_wrap {
	font-size: 12px;
	margin-top: 20px;
	text-align: right;
}
.list-item .txt_wrap .info_wrap b {color: #888;}
.list-item .txt_wrap .info_wrap b::after {
	content: "";
	background: #ddd;
	width: 1px;
	height: 10px;
	display: inline-block;
	margin: 0 10px;
}
.list-item .txt_wrap .info_wrap b:last-child::after {content: none;}
.list-item .txt_wrap .info_wrap b span {color: #01c2ba;}

/* Responsive */
@media all and (max-width:767px) {
	.responsive .list-row { width:50% !important }
}
@media all and (max-width:480px) {
	.responsive .list-row { width:100% !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; }



.online_object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.online_object > div > div {position: absolute;}
.online_object .left .ob1 {top: 180px;left: -200px;}
.online_object .left .ob2 {top: 400px;left: -220px;}
.online_object .left .ob3 {top: 600px;left: -130px;}
.online_object .left .ob4 {top: 900px;left: -100px;}
.online_object .left .ob5 {top: 1100px;left: -150px;}
.online_object .right .ob1 {top: 150px;right: -200px;}
.online_object .right .ob2 {top: 320px;right: -100px;}
.online_object .right .ob3 {top: 600px;right: -220px;}
.online_object .right .ob4 {top: 800px;right: -100px;}
.online_object .right .ob5 {top: 950px;right: -230px;}

@media all and (max-width: 767px) {
	.online_object {display: none;}
	.list-item .txt_wrap {padding: 20px;}
	.list-item h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.list-item .txt_wrap .list-date {font-size: 12px;}
	.list-item .txt_wrap .info_wrap {margin-top: 5px;}
}