.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#articleInfo20 ul {
	margin: 50px 0;
	text-align: ;
	display: flex;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
#articleInfo20 ul li {
	padding: 25px;
	width: calc((100%/3) - 52px);
	display: inline-block;
	border: 1px #ddd solid;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
}
#articleInfo20 ul li h3 {
	font-size: 20px;
	text-align: center;
	line-height: 180%;
	font-weight: 400;
}
#articleInfo20 ul li article{
	font-size: 16px;
	line-height: 180%;
	font-weight: 400;
	color: #5d5d5d;
	margin-top: 15px;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}
#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 15px auto;
	text-align: center;
	width: 100px;
}
#articleInfo20 ul li p.photo img{
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
	filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.1));
}

#articleInfo20{
	    max-width: 100%;
	    margin: auto;
}
#articleInfo20 .bottomBox{
    margin: auto;
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-size: 50px;
	color: #606060;
	font-family: 'Poiret One', cursive;
	font-weight: 200;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 180%;
}
#articleInfo20 .bottomBox p {
	margin: 0px 0 20px;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	font-size: 20px;
	color: #535353;
	letter-spacing: 2px;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 190%;
	font-size: 16px;
	color: #393939;
	font-weight: 400;
}
#articleInfo20 .bottomBox .photoBox{
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    margin: 30px auto 0;
}
#articleInfo20 .shom_box{
	 width: calc(100% - 40px);
	 margin: 30px auto 0;
	 webkit-box-shadow: 0 5px 15px rgb(33 32 36 / 10%);
	 box-shadow: 0 5px 15px rgb(33 32 36 / 10%);
	 border-radius: 10px;
	 padding: 20px 20PX 50PX;
}
#articleInfo20 .shom_box.bottomBox .photoBox iframe{
    margin-bottom: 50px;
}
#articleInfo20 .bottomBox .photoBox iframe{
	width:100%;
	height: 400px;
}
#articleInfo20 .bottomBox .photoBox .wow{
    /* padding: 10px 20px 0px; */
    /* text-align: center; */
    /* margin: 10px auto 20px; */
}
#articleInfo20 .bottomBox .photoBox .wow h2.titleRJ{
	margin-bottom: 15PX;
	font-weight: 400;
	}
#articleInfo20 .bottomBox .photoBox .photoBox.wow{
    padding: 10px 20px 0px;
    text-align: center;
    margin: 10px auto 20px;
}
@media screen and (max-width: 960px) {
	#articleInfo20{
	    max-width: 100%;
	    margin: auto;
}
#articleInfo20 .bottomBox .photoBox{
    width: 80%;
}
}

@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc((100%/2) - 55px);
	}
	#articleInfo20 ul li:first-child {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
	#articleInfo20 ul li.focus {
		padding: 25px;
	}
	#articleInfo20 .bottomBox .photoBox{
    width: 100%;
    margin-top: 10px;
}
#articleInfo20 .bottomBox .photoBox .photoBox.wow{
    padding: 10px 0px 0px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
	#articleInfo20 .bottomBox .photoBox .wow{
    padding: 10px;
}
}
