.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#articleInfo18 .topBox {
	padding: 70px 0 30px;
	background: url(https://www.i-web.com.tw/style/images/18/img-topBg.png) no-repeat 0 0;
}
#articleInfo18 .topBox .text {
	margin: 0 0 0 auto;
	width: 40%;
}
#articleInfo18 .topBox .text h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	color: #004285;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo18 .topBox .text article {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	font-size: 18px;
    line-height: 170%;
}
#articleInfo18 .secBox {
	margin: 30px 0;
	padding: 15px 0;
	border-top: 1px #ccc solid;
}
#articleInfo18 .secBox > div {
	overflow: hidden;
	margin-bottom: 15px;
}
#articleInfo18 .secBox .item h5 {
	margin-right: 20px;
	float: left;
	width: 200px;
	text-align: right;
	font-weight: normal;
	font-size: 20px;
	color: #d46536;
}
#articleInfo18 .secBox .item article {
	float: left;
	width: calc(100% - 220px);
	font-size: 18px;
    line-height: 170%;
}
#articleInfo18 .secBox .photoBox > div {
	overflow: hidden;
	margin: 0 5px;
	float: left;
	width: calc((100%/3) - 10px);
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo18 .secBox .photoBox > div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
	#articleInfo18 .topBox {
		position: relative;
	}
	#articleInfo18 .topBox:before {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.35);
		top: 0;
		left: 0;
		z-index: 1;
		content: "";
	}
	#articleInfo18 .topBox .text {
		position: relative;
		width: 50%;
		z-index: 2;
	}
}

/* + serviceWrap
*----------------------------------------------------------------------------*/
#serviceWrap {
	overflow: hidden;
	padding: 30px 0;
	background-size: cover;
	margin-top: -44px;
}

#serviceWrap ul li {
	position: relative;
	margin: 10px 0;
	float: left;
	width: 19%;
	color: #565656;
	text-align: center;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

#serviceWrap ul li a {
	color: #565656;
}


#serviceWrap ul li:nth-child(2) {
	-webkit-animation-delay: 0.5s;
}

#serviceWrap ul li:nth-child(3) {
	-webkit-animation-delay: 1s;
}
#serviceWrap ul li:nth-child(4) {
	-webkit-animation-delay: 1.5s;
}

#serviceWrap ul li:last-child:after {
	background: none;
}

#serviceWrap ul li:hover img ,
#serviceWrap ul li:hover h3 ,
#serviceWrap ul li:hover p {
	animation: animatedIcon 1s;
	-webkit-animation: animatedIcon 1s;
	-moz-animation: animatedIcon 1s;
	-ms-animation: animatedIcon 1s;
	-o-animation: animatedIcon 1s;
}

@keyframes animatedIcon { 
	0%{ transform:scale(1);}
	25%{ transform:scale(1.2); }
	50%{ transform:scale(1); }
	75%{ transform:scale(1.2); }
	100%{ transform:scale(1); }
}
@-o-keyframes animatedIcon { 
	0%{ transform:scale(1);}
	25%{ transform:scale(1.2); }
	50%{ transform:scale(1); }
	75%{ transform:scale(1.2); }
	100%{ transform:scale(1); }
}
@-webkit-keyframes animatedIcon { 
	0%{ transform:scale(1);}
	25%{ transform:scale(1.2); }
	50%{ transform:scale(1); }
	75%{ transform:scale(1.2); }
	100%{ transform:scale(1); }
}
@-moz-keyframes animatedIcon { 
	0%{ transform:scale(1);}
	25%{ transform:scale(1.2); }
	50%{ transform:scale(1); }
	75%{ transform:scale(1.2); }
	100%{ transform:scale(1); }
}
@-ms-keyframes animatedIcon { 
	0%{ transform:scale(1);}
	25%{ transform:scale(1.2); }
	50%{ transform:scale(1); }
	75%{ transform:scale(1.2); }
	100%{ transform:scale(1); }
}

#serviceWrap ul li h3 ,
#serviceWrap ul li p {
	margin: 12px auto;
	width: 93%;
	text-align: center;
	font-size: 17px;
}

#serviceWrap ul li h3 {
	padding-bottom: 5px;
	border-bottom: 2px #d1b084 dotted;
	font-size: 26px;
	text-align: center;
}
#serviceWrap .tit h3, #serviceWrap .tit p {
    color: #565656;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
#serviceWrap .topBox {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
	#serviceWrap ul li h3 ,
	#serviceWrap ul li p {
		width: 80%;
	}
	#serviceWrap ul li p {
		font-size: 16px;
	}
}

@media screen and (max-width: 640px) {
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.6);
	}
	#articleInfo18 .secBox .item h5 ,
	#articleInfo18 .secBox .item article {
		width: 100%;
	}
	#articleInfo18 .secBox .item h5 {
		margin-bottom: 15px;
		text-align: left;
	}
	#serviceWrap ul li {
		width: 100%;
	}
	#serviceWrap ul li:after {
		background: none;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.75);
	}
	#articleInfo18 .topBox .text {
		width: 80%;
	}
	#articleInfo18 .secBox .photoBox > div {
		width: calc((100%/2) - 10px);
	}
	#articleInfo18 .secBox .photoBox > div:nth-child(3) {
		margin: 10px 0;
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	#articleInfo18 .topBox {
		padding: 30px 0;
	}
	#articleInfo18 .topBox .text {
		width: 95%;
	}
	#articleInfo18 .secBox .photoBox > div {
		margin: 10px 0;
		width: 100%;
	}
}