.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;
}
.bottomBox {
    /* display: none; */
}
#articleInfo20 ul {
	margin-bottom: 40px;
	/* min-height: 500px; */
	text-align: center;
}
#articleInfo20 ul li {
	padding: 15px;
	margin: 5px;
	width: calc((100%/3) - 55px);
	display: inline-block;
	/* border: 1px #ccc solid; */
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
	box-shadow: 0 10px 50px rgba(54, 53, 53, 0.06);
}
#articleInfo20 ul li.focus {
	/* padding: 25px 25px; */
	/* background: #caa34b; */
	/* border-color: #775e27; */
	/* color: #242425; */
	/* position: relative; */
	/* background-color: #fff; */
	/* padding: 30px 50px 135px; */
	/* box-sizing: border-box; */
	/* letter-spacing: .05em; */
}
#articleInfo20 ul li h3 {
	font-size: 20px;
	text-align: center;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}
#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 15px 0;
}
#articleInfo20 .bottomBox h3 {
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	padding: 20px;
	font-size: 22px;
	font-weight: 800;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 15px;
}
#articleInfo20 .bottomBox h3::before {
    content: '';
    position: absolute;
    top: 31%;
    left: 30px;
    margin-top: -0.5px;
    width: 4px;
    height: 25px;
    margin-right: 20px;
    background-color: #b40d07;
}
#articleInfo20 .bottomBox p {
	margin: 0px 0 10px;
	font-size: 18px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	padding: 0px 60px 0px;
	font-size: 20px;
	color: #565656;
	font-weight: 200;
	font-weight: 600;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc((100%/2) - 55px);
	}
	#articleInfo20 ul li:first-child {
		margin-bottom: 10px;
		width: calc(98% - 0px);
		padding: 0px;
		margin: 5px;
	}
	#articleInfo20 ul li.focus {
		padding: 5px;
	}
#articleInfo20 .bottomBox h3{
    /* padding: 10px; */
    padding-left: 20px;
    padding-right: 10px;
}
#articleInfo20 .bottomBox h3::before{
    left: 6px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(98% - 0px);
	}
#articleInfo20 .bottomBox p {
	margin: 0px 0 10px;
	padding: 0px 20px 0px;
}
}
