.w-title button:hover {
	background-color: #000000;
	color: #FFFFFF;
}

@media (max-width:1000px) {
	.banner {
		width: 100%;
		position: relative;
	}

	.wrap {
		width: 100%;
		height: auto;
		height: 250px;
		position: relative;
		margin: 0px auto;
	}

	.wrap img {
		width: 100%;
		height: 250px;
		position: relative;
	}

	.w-title {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		position: absolute;
		bottom: 0%;
		left: 0%;
		right: 0%;
		
		/* display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center; */
	}

	.w-title p:nth-of-type(1) {
		width: 90%;
		margin: 25% auto 0;
		text-align: center;
		line-height: 1.5;
		font-size: 20px;
		color: #FFFFFF;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.w-title p:nth-of-type(2) {
		display: none;
	}
	.w-title button{
		width: 30%;
		height: 30px;
		display: block;
		margin: 5% auto 0;
		background-color: rgba(0,0,0,0.5);
		color: #FFFFFF;
		border: none;
		font-size: 15px;
	}

}

/* PC */
@media (min-width:1000px) {
	.banner {
		width: 100%;
		height: auto;
		/* position: relative; */
	}

	.wrap {
		width: 1200px;
		height: 400px;
		margin: 0 auto;
		position: relative;
	}

	.wrap img {
		width: 100%;
		height: 500px;
		position: relative;
	}

	.w-title {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		position: absolute;
		bottom: 0%;
		
		font-family: "times new roman";
		/* padding: 20px 0 20px; */
		/* text-align: center; */
	}

	.w-title p:nth-of-type(1) {
		width: 500px;
		margin: 10% auto 0;
		font-size: 30px;
		color: #FFFFFF;
		text-align: center;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;

		-webkit-line-clamp: 2;
	}

	.w-title p:nth-of-type(2) {
		display: block;
		width: 400px;
		line-height: 1.5;
		font-size: 400;
		margin: 0 auto;
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
		margin-top: 20px;
		
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		
		-webkit-line-clamp: 2;
	}
	.w-title button{
		width: 200px;
		height: 50px;
		display: block;
		margin: 1% auto 0;
		background-color: rgba(0,0,0,0.5);
		color: #FFFFFF;
		border: none;
		font-size: 20px;
	}

}
