.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:flex-end;margin-bottom:70px}
#articleInfo7 .photoBox{width:50%;animation-name:fadeInLeft;-webkit-animation-name:fadeInLeft}
#articleInfo7 .photoBox img{width:100%;height:100%;object-fit:cover}
#articleInfo7 .info{width:45%;margin:40px 0}
#articleInfo7 .info h3{position:relative;margin-bottom:70px;font-size:30px;color:#403e3e}
#articleInfo7 .info p{font-size:20px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;letter-spacing:1px;font-weight:500}
#articleInfo7 .info article{margin:10px 0 0;line-height:200%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
#t_info{margin-bottom:110px}
#t_info .info p{font-size:20px;animation-name:fadeInRight;-webkit-animation-name:fadeInRight;letter-spacing:1px;font-weight:500}
#t_info .info article{margin:10px 0 40px;line-height:200%;animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
#features .iino{margin-bottom:100px}
#features .iino h3{border-left:10px solid var(--primary);padding-left:10px;font-size:19px;margin-bottom:40px}
#features .iino .photoBox{display:flex;flex-wrap:wrap;justify-content:space-between}
#features .iino .photoBox .photo{width:calc(50% - 10px);margin-bottom:20px}
#features .iino .photoBox .small img{height:370px}
#features .iino .photoBox .photo span{display:block;margin-top:20px;font-size:14px;color:#535252;font-weight:500}
#features .iino .photoBox .photo img{border-radius:5px}
#features .iino .photoBox{display:flex;flex-wrap:wrap}

@media screen and (max-width:1024px){
	#features .iino .photoBox .small img{height: 275px;}
}
@media screen and (max-width:768px){
	#features .iino .photoBox .small img{height: 165px;}
	#articleInfo7 .photoBox{position:relative;width:100%}
	#articleInfo7 .info{margin-top:20px;width:100%;margin-bottom:0}
}
@media screen and (max-width:640px){
	#articleInfo7 .info h3{margin-bottom: 30px;}
	#articleInfo7{margin-bottom:30px;}
	#features .iino .photoBox .photo{width:100%;}
	#features .iino .photoBox .small img{height:auto;}
}