.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;display:flex;flex-wrap:wrap;justify-content:space-between;align-items: stretch;margin-top: 50px;background: var(--white);padding: 50px;}
#articleInfo7 .photoBox{width:50%;left:0;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{height:100%;object-fit: cover;}
#articleInfo7 .info{width: 45%;}
#articleInfo7 .info h3{position:relative;font-size:30px;letter-spacing:0.2em}
#articleInfo7 .info h3 b{display:block;margin-bottom:50px;color:#6e6e6e;font-size:14px;letter-spacing:0}
#articleInfo7 .info p{font-size: 16px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight}
#articleInfo7 .info article{margin:30px 0 10px 20px;line-height:180%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}

@media screen and (max-width:1024px){
	#articleInfo7 .photoBox{width: 100%;}
	#articleInfo7 .info{margin-top: 20px;width: 100%;}
	#articleInfo7 .info h3{left:0;text-align:right}
}
@media screen and (max-width:640px){
	#articleInfo7{padding: 25px;}
}