@charset "utf-8";

.list_top, .list-page {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 .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: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; }


.list-wrap .list-container {overflow: inherit !important;}
.list-wrap .list-item {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	min-height: 300px;
}
.list-wrap .list-item::before {
	content: "";
	background: url("/img/custom/tape_yellow.png") no-repeat;
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 147px;
	height: 30px;
}
.list-item h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.list-item h2 span {
	font-size: 16px;
	color: #01c2ba;
	margin-left: 3px;
}
.list-item .desc {
	font-size: 14px;
	line-height: 1.8;
}

.organ_wrap {
	margin-bottom: 100px;
	text-align: center;
	font-size: 0;
}
.organ_wrap > div {position: relative;}
.organ_wrap .organ_1 {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	background: #fff;
	padding: 10px;
	margin: 0 auto 40px;
}
.organ_wrap .organ_1::after {
	content: "";
	background: #ddd;
	width: 1px;
	height: 80px;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}
.organ_wrap .organ_1 p {
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #01c2ba;
	width: 130px;
	height: 130px;
	line-height: 130px;
	border-radius: 130px;
}
.organ_wrap .organ_2 {padding: 10px 0;}
.organ_wrap .organ_2::before {
	content: "";
	background: #ddd;
	width: 26%;
	height: 1px;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.organ_wrap .organ_2 > div {
	display: inline-block;
	width: 50%;
}
.organ_wrap > div > div p {
	width: calc((100% - 60px)/4);
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}
.organ_wrap .organ_2 > div p {
	border: 1px solid #01c2ba;
	color: #01c2ba;
	width: calc((100% - 20px)/2);
}
.organ_wrap .organ_3 {margin-bottom: 80px;}
.organ_wrap .organ_3::before {
	content: "";
	background: #ddd;
	width: 1px;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.organ_wrap .organ_3 > div p {
	background: #01c2ba;
	color: #fff;
}
.organ_wrap .organ_3 > div p span {
	font-size: 16px;
	font-weight: normal;
}
.organ_wrap .organ_4::before {
	content: "";
	background: #ddd;
	width: 76%;
	height: 1px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.organ_wrap .organ_4 > div {
	display: inline-block;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	position: relative;
}
.organ_wrap .organ_4 > div::before {
	content: "";
	background: #ddd;
	width: 1px;
	height: 40px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.organ_wrap .organ_4 > div.organ_4_4 {margin-right: 0;}
.organ_wrap .organ_4 > div p {
	background: #dfebf0;
	color: #06b9ff;
	width: 100%;
}
.organ_wrap .organ_4 > div.organ_4_4 p {
	background: #f7eac3;
	color: #ff940a;
}

@media all and (max-width: 767px) {
	.organ_wrap {margin-bottom: 50px;}
	.organ_wrap .organ_1 {
		width: 100px;
		height: 100px;
		padding: 8px;
		margin-bottom: 20px;
	}
	.organ_wrap .organ_1 p {
		width: 84px;
		height: 84px;
		font-size: 18px;
		line-height: 84px;
	}
	.organ_wrap > div > div p {
		width: calc((100% - 45px)/4);
		font-size: 14px;
		height: 50px;
		line-height: 50px;
	}
	.organ_wrap .organ_2::before {
		width: 20px;
		top: 35px;
	}
	.organ_wrap .organ_2 > div p {width: calc(100% - 10px);}
	.organ_wrap .organ_2 .organ_2_1 p {float: left;}
	.organ_wrap .organ_2 .organ_2_2 p {float: right;}
	.organ_wrap .organ_3 {margin-bottom: 40px;}
	.organ_wrap .organ_3::before {
		height: 20px;
		bottom: -20px;
	}
	.organ_wrap .organ_3 > div p {width: 50%;}
	.organ_wrap .organ_4::before {top: -20px;}
	.organ_wrap .organ_4 > div {
		width: calc((100% - 30px)/4);
		margin-right: 10px;
	}
	.organ_wrap .organ_4 > div::before {
		height: 20px;
		top: -20px;
	}
	.list-wrap .list-item {min-height: auto;}
	.list-item h2 {
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.list-item h2 span {font-size: 14px;}
}