.slick-item1 {
	border-radius: 10px;
	width: 92%;
	text-align: center;
	box-shadow: 0px 10px 25px rgba(53, 96, 114, 0.1);
	padding: 100px;
	background-color: white;
	margin: 4%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	transition: box-shadow 0.5s, transform 0.5s;
}

.slick-item1:hover {
	box-shadow: 0px 10px 60px rgba(53, 96, 114, 0.1);
	transform: translate(0, -5px);
}

.eg-main-img {
	width: 60%;
	max-width: 343px;
	max-height: 473px;
}

.eg-comp-img {
	width: 75%;
	max-width: 607px;
	max-height: 363px;
}

.slick-item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.slick-item-logo {
	margin-left: -30px;
}

.slick-item-name {
	font-size: 34px;
	font-weight: bold;
	line-height: 48px;
	color: rgba(33, 33, 33, 1);
}

.slick-item-type {
	font-size: 26px;
	font-weight: bold;
	line-height: 37px;
	color: rgba(33, 33, 33, 1);
}

.slick-item-intro {
	font-size: 19px;
	line-height: 26px;
	color: rgba(110, 110, 110, 1);
}

.case-h2 {
	text-align: center;
}

.case-title-container {
	margin-top: 100px;
	margin-bottom: 100px;
}

.case-line {
	width: 131px;
	height: 3px;
	background: rgba(0, 80, 255, 1);
	margin: 0 auto;
}

.case-h3 {
	text-align: center;
	max-width: none;
}

.case-detail-button {
	opacity: 1;
	border-radius: 20px;
	padding: 6px 38px 6px 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	margin-top: 60px;
}

.case-detail-button-hk {
	background: -webkit-gradient(linear, left top, right top, from(red), to(#ff4141));
	background: linear-gradient(90deg, red, #ff4141);
}

.case-detail-button-tx {
	background: #f7a442;
}

.case-detail-button-plberp {
	background: #009688;
}

@media screen and (max-width:992px) {
	.slick-item-name-web {
		font-size: 26px;
		margin-top: 20px;
	}

	.slick-item-type-web {
		font-size: 20px;
	}

	.case-detail-button {
		font-size: 16px;
		padding: 6px 28px 6px 28px;
	}

	.case-detail-button-hk {
		margin-top: 25px;
	}

	.case-detail-button-tx {
		margin-top: 20px;
		margin-bottom: 38px;
	}

	.case-detail-button-plberp {
		margin-top: 25px;
	}
}

@media screen and (max-width:768px) {
	.slick-item1 {
		flex-wrap: wrap;
	}

	.eg-main-img {
		width: 100%;
	}

	.eg-comp-img {
		width: 100%;
	}

	.slick-item-info {
		align-items: center;
	}

	.slick-item-logo {
		margin-left: 0;
	}

	.slick-item-name {
		font-size: 20px;
	}

	.slick-item-type {
		font-size: 18px;
	}

	.slick-item-intro {
		font-size: 16px;
	}

	.slick-item1:hover {
		box-shadow: 0px 10px 25px rgba(53, 96, 114, 0.1);
		transform: translate(0, 0);
	}
}
