.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo3{
	position: relative;
	background-repeat: no-repeat;
	background-position: 60% 10%;
}

#articleInfo3 .itemBox{width: 1280px;margin: auto;padding: 160px 0;overflow: hidden;position: relative;}

#articleInfo3 ul li {
	overflow: hidden;
	color: #333;
	position:relative;
}
#articleInfo3 ul li .bgset{display: none;}
#articleInfo3 ul li .bgset img{
	width:100%;
	height:100%;
	object-fit: cover;		
}
#articleInfo3 .tit {
	margin: 0;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo3 ul li:hover .tit {
}

#articleInfo3 .tit i ,
#articleInfo3 .tit h2 {
	display: inline-block;
	font-size: 30px;
}

#articleInfo3 .tit i {
	margin-right: 10px;
	font-size: 40px;
	vertical-align: inherit;
}

#articleInfo3 article {
	margin: 20px 0px 0 0px;
	font-size: 16px;
	line-height: 170%;
	font-weight: 500;
	color: #2e2e2e;
}
#articleInfo3 article p{color: #000000;}


/* + articleInfo3 第一個li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:first-child {
}

#articleInfo3 ul li:first-child .info {
	padding: 50px 3%;
	width: 40%;
	background: rgba(255,255,255,0.7);
	position: relative;
	z-index: 2;
}

#articleInfo3 ul li:first-child .info  .tit {
	margin-top: 0;
}

#articleInfo3 ul li:first-child:hover .tit {
}

#articleInfo3 ul li:first-child .info  .tit i {
	font-size: 70px;
}

#articleInfo3 ul li:first-child .info h2 {
	line-height: 160%;
	font-size: 26px;
	font-weight: 500;
	color: #b98c4c;
}

#articleInfo3 ul li:first-child .info h2 b {
	font-size: 30px;
	display: block;
}

#articleInfo3 ul li:first-child .info .info article {
	margin: 30px 10px 0 90px;
}

#articleInfo3 ul li .wow {
	overflow: hidden;
	float: left;
	width: 50%;
}

#articleInfo3 ul li .leftBox {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo3 ul li .rightBox {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}

#articleInfo3 ul li .photoBox img {
	transition: all 0.4s ease-in-out 0s;
	transform:scale(1,1);
}

#articleInfo3 ul li:hover .photoBox img {
	transform:scale(1.5);
}

/* + articleInfo3 第二個li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(2) {
	background: url(http://www.i-web.com.tw/style/images/03/img-box2Bg.png) no-repeat right 0;
}


/* + articleInfo3 第三個li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(3) {
	background: url(http://www.i-web.com.tw/style/images/03/img-box3Bg.png) no-repeat 50% 50%;
}


/* + articleInfo3 第四個li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(4) {
	background: url(http://www.i-web.com.tw/style/images/03/img-box4Bg.png) no-repeat right bottom;
}


/* + articleInfo3 第五個li
*----------------------------------------------------------------------------*/
#articleInfo3 ul li:nth-child(5) {
	background: url(http://www.i-web.com.tw/style/images/03/img-box5Bg.png) no-repeat 50% bottom;
}



/************ = 適應性 = ************/


@media screen and (max-width: 1280px) {
#articleInfo3 .itemBox{
    width: 85%;
    padding: 100px 0;
}

}

/* +width:1024 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo3 ul li:first-child .info {
		width: 50%;
	}
	#articleInfo3 article {
		margin: 20px 10px 0 0px;
	}
	#articleInfo3 article p{
    font-weight: 500;
}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo3 ul li {
		padding-bottom: 15px;
		border-bottom: 1px #ccc solid;
	}
	#articleInfo3 ul li:first-child {
		padding-bottom: 0;
		border-bottom: 0;
	}
	#articleInfo3 ul li:first-child .info {
		width: 70%;
	}
	#articleInfo3 ul li .wow {
		width: 100%;
	}
	#articleInfo3 ul li:nth-child(3) {
		background-position: right 50%;
	}
	#articleInfo3 ul li:nth-child(5) {
		background-position: right bottom;
	}
	#articleInfo3 ul li:nth-child(2) .leftBox ,
	#articleInfo3 ul li:nth-child(3) .rightBox ,
	#articleInfo3 ul li:nth-child(4) .leftBox ,
	#articleInfo3 ul li:nth-child(5) .rightBox {
		display:none;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo3 ul li:first-child .info {
		width: 80%;
		padding: 30px 5%;
		background: rgb(255 255 255 / 90%);
	}
#articleInfo3{
	background-position: 80% 10%;
}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo3 ul li:first-child .info {
		width: auto;
	}
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo3 ul li:first-child {
		background-size: cover;
	}
	#articleInfo3 ul li:first-child .info .tit i {
		font-size: 50px;
	}
	#articleInfo3 ul li:first-child .info .tit {
		margin: 0;
	}
	#articleInfo3 ul li:first-child .info h2 {
		font-size: 23px;
		line-height: 30px;
	}
	#articleInfo3 ul li:first-child .info h2 b {
		font-size: 25px;
	}
	#articleInfo3 ul li:nth-child(2) ,
	#articleInfo3 ul li:nth-child(3) ,
	#articleInfo3 ul li:nth-child(4) ,
	#articleInfo3 ul li:nth-child(5) {
		background: none;
	}
}
