@charset "utf-8";
/* CSS Document */

/*相關優惠*/
.aboutEvent {
	overflow: hidden;
	background: #e8e8e8;
	padding: 50px 0 80px 0;
	border-top: 2px #c1c1c1 solid;
	clear: both;
}
.aboutEvent .title img {
	margin: 0 auto;
	max-width: 216px;
	display: block;
	margin-bottom: 20px;
}
.aboutEventList {
	padding: 0 20%;
}
.owl-demo .item a {
	color: #FFF;
	text-align: center;
	position: relative;
	overflow: hidden;
	display: block;
}
.owl-demo .item a p {
	position: absolute;
	z-index: 2;
	background: url(../images/aboutEvent/mask.png);
	width: 100%;
	height: 45px;
	bottom: 0;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: 100;
	line-height: 45px;
}
.owl-demo .item a div {
	overflow: hidden;
}
.owl-demo .item a div img {
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.owl-demo .item a div img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
}

@media screen and (max-width: 500px) {
.aboutEventList {
	padding: 0;
}
}

@media screen and (max-width: 400px) {
.aboutEvent {
	padding: 20px 0 30px 0;
}
}
