.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:flex-end}
#articleInfo7 .photoBox{position:absolute;width:49%;top:0;left:0;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft;overflow:hidden;height:100%}
#articleInfo7 .photoBox img{width:100%;height:100%;object-fit:cover}
#articleInfo7 .info{width:47%}
#articleInfo7 .info h3,#twoBox .info h3{position:relative;padding:0 0 10px;font-size:30px;font-weight:400}
#articleInfo7 .info p,#twoBox .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}
#twoBox{margin-top:30px}
#twoBox .photoBox{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:30px}
#twoBox .photoBox img{width:49%}
@media screen and (max-width:768px){
#articleInfo7 .photoBox{position:relative;width: 100%;}
#articleInfo7 .info{position:relative;margin-left:0;padding: 20px 0;background:none;width: 100%;}
}@media screen and (max-width:480px){#articleInfo7 .info{margin-top:0;}
#twoBox .photoBox{display:block;}
#twoBox .photoBox img{width:100%;margin-bottom: 20px;}}