.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;	
}

#articleInfo7 {
	position: relative;
	padding: 10px 50px;
	overflow: overlay;
}

#articleInfo7 .photoBox {
	position: initial;
	float: left;
	padding: 0 20px;
	width: 41%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo7 .photoBox iframe{
    width: 729px;
    height: 410px;
}

#articleInfo7 .photoBox img {
    box-shadow: 0 7px 27px rgb(70 70 70 / 13%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

#articleInfo7 .photoBox:hover img {
	opacity: 0.7;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}


#articleInfo7 .info {
	margin-left: 24%;
	padding: 60px 70px 60px 26%;
	background: #f7f7f7;
}

#articleInfo7 .info h3 {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 0 15px;
	line-height: 1.3;
	font-size: 33px;
	font-weight: bold;
	color: #111;
	border-bottom: 1px solid #dcdcdc;
}

#articleInfo7 .info p {
	font-size: 19px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	text-align: left;
	display: block;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 0px 0 10px;
}

#articleInfo7 .info article {
	margin: 20px 0 10px 0px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	color: #232323;
	font-weight: 500;
}


/************ = é©æ‡‰æ€§ = ************/
@media screen and (max-width: 1440px) {
#articleInfo7 .photoBox{
    width: 38%;
}
#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 410px;
}

}	
/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo7 {
		position: relative;
		padding: 0;
	}
	#articleInfo7 .photoBox {
		position: relative;
		padding: 0px 0% 40px;
		width: 100%;
	}
	#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 480px;
}
	#articleInfo7 .info {
		position: relative;
		margin-left: 0;
		padding: 30px 10px 0;
		background: none;
	}
	#articleInfo7 .info h3 {
		left: 0;
		font-size: 25px;
	}
}


@media screen and (max-width: 768px) {
		#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 320px;
}
}

/* +width:480 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		padding: 30px 10px 10px;
	}
	#articleInfo7 .info h3 {
		padding: 0px 0 10px;
		text-align: left;
	}
	#articleInfo7 .info article {
		margin-left: 0;
	}
	@keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-o-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-webkit-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-moz-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-ms-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 230px;
}
}