@charset "UTF-8";

/*--願景與使命--*/
.ab02Box [class^='g-'] {
	padding: 0;
}
.ab02Box .item {
	position: relative;
}
.ab02Box .item h4 {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	background: #075fae;
}
.ab02Box .box {
	position: relative;
}
.ab02Box .box:hover img {
	transform: scale(1.05);
	opacity: .9;
}
.ab02Box .Img {
	width: 100%;
	overflow: hidden;
	background: #000;
}
.ab02Box .Img img {
	display: block;
	width: 100%;
	transition: all 1s;
}
.ab02Box .Txt {
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	background: rgba(103, 54, 6, 0.36);
}
.ab02Box .Txt h5 {
	font-family: "Montserrat", sans-serif, "微軟正黑體";
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.ab02Box .Txt p {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 20px;
}
.ab02Box .item01 .Txt {
	left: 30px;
	bottom: 30px;
	width: 700px;
}
.ab02Box .item02 .Txt {
	width: 320px;
}
.ab02Box .item02 .box:nth-of-type(1) .Txt {
	left: 30px;
	bottom: 30px;
}
.ab02Box .item02 .box:nth-of-type(2) .Txt {
	right: 30px;
	top: 85px;
}
.ab02Box .item03 .Txt {
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: 115px;
}



@media (max-width:1180px) {
	.ab01Box .top, .ab01Box .bottom {
		float: left;
		width: 100%;
		height: 94px;
	}
	.ab01Box .Img {
		padding: 10px 0 0 5px;
	}

}
@media (max-width:960px) {
	.ab02Box .item01, .ab02Box .item02, .ab02Box .item03 {
		background: #424242;
	}
	.ab02Box .item01 .Txt, .ab02Box .item02 .Txt, .ab02Box .item03 .Txt {
		width: 100%;
		height: auto;
	}
	.ab02Box .Txt {
		position: static;
		width: 100%;
		background: #f5ab24;
	}
}
@media (max-width:768px) {
	.ab02Box .Img {
		position: relative;
		height: 280px;
	}
	.ab02Box .Img img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

}



