@charset "utf-8";

.category_modify {
	display:none;
}

/* 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 { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* 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 }
}

/* 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; }

/* 260629 */
.at-body > .container_fix {
	max-width:1840px !important;
	width:100% !important;
}
.list-wrap {
	max-width:1400px;
	margin:0 auto;
}
.m03_04_title {
	text-align:center;
}
.m03_04_title p {
	font-size:40px;
	font-family:'SUIT';
	color:#0c0c0c;
	font-weight:700;
}
.m03_04_title span {
	font-size:18px;
	margin:20px 0 70px;
	display:block;
}
.gallery_container .list-item {
	border-radius:10px;
	border:1px solid #e2e7ea;
	overflow:hidden;
}
.fix_gallery_content {
	padding:0 20px 15px;
}
.fix_gallery_content h5 {
	font-size:20px;
	font-family:'SUIT';
	font-weight:700;
	color:#333333;
}
.fix_gallery_content p {
	color:#333333;
	font-size:18px;
	font-weight:500;
	font-family:'SUIT';
	margin-top:5px;
	line-height:20px;
}

@media (max-width:1919px) {
	.m0304img {width:100%;}
}

@media (max-width:991px) {
	.m03_04_title p {
		font-size:25px;
	}
	.m03_04_title span {
		font-size:14px;
		margin:10px 0 20px;
	}
	.list-wrap .list-container.gallery_container {
		margin-bottom:60px;
	}
	.list-wrap .list-container.gallery_container .list-item {
		margin-right:10px;
		margin-bottom:10px;
	}
	.gallery_container .list-item {
		border-radius:5px;
	}
	.fix_gallery_content {
		text-align:left;
		padding:0 13px 12px;
		margin-top:10px;
	}
	.fix_gallery_content h5 {
		text-align:left;
		font-size:14px;
	}
	.fix_gallery_content p {
		font-size:12.5px;
		line-height:15px;
		margin-top:2px;
	}
}