@charset "utf-8";
/* CSS Document */


.case-section {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

	.case-section {
		margin-top: 0px;
		margin-bottom: 0px;
	}

}

.case-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.case-top .title {
	float: left;
	color: #484a57;
	width: 100%;
	font-size: 1.95em;
	line-height: 1.4;
	font-weight: 1000;
	font-family: "Noto Sans TC", sans-serif;
	letter-spacing: 3px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 900px) {

	.case-top .title {
		font-size: 1.6em;
		margin-top: 10px;
	}

}

.case-bottom {
	float: left;
	width: 100%;
	min-height: 400px;
	margin-bottom: 50px;
}

.case-bottom .case-list {
	float: left;
	width: 100%;
}

.case-list {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.case-list li {
	float: left;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	.case-list li {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 5%;
	}

	.case-list li:nth-child(2n+1) {
		/*排列*/
		clear: both;
	}

}

@media only screen and (min-width: 768px) {

	.case-list li {
		width: 31.333%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%;
	}

	.case-list li:nth-child(3n+1) {
		/*排列*/
		clear: both;
	}

}

.case-list li .figcaption img {
	width: 100%;
	height: auto;
}

.case-list li:hover {
	transition: 0.3s;
	opacity: 0.8;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

	.case-list .item .textBox {
		float: left;
		width: 100%;
	}

	.case-list .item .number {
		font-size: 0.8em;
		float: left;
		width: 100%;
		color: #647d93;
		width: 100%;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1.2;
		padding-top: 10px;
	}

	.case-list .item .title {
		font-size: 1em;
		float: left;
		width: 100%;
		color: #000000;
		width: 100%;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1.5;
	}

}

@media only screen and (min-width: 768px) {

	.case-list .item {
		overflow: hidden;
	}

	.case-list .item .image {
		display: block;
		width: 100%;
		height: auto;
	}

	.case-list .item .textBox {
		float: left;
		width: 100%;
	}

	.case-list .item .number {
		font-size: 0.8em;
		float: left;
		width: 100%;
		color: #647d93;
		width: 100%;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1.2;
		padding-top: 10px;
	}

	.case-list .item .title {
		font-size: 1em;
		float: left;
		width: 100%;
		color: #000000;
		width: 100%;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 1.5;
	}

}

.case-list .item .photo {
	float: left;
	width: 100%;
	position: relative;

}

.case-list .item .photo img {
	float: left;
	width: 100%;
	border-radius: 10px;
}
