.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay2 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay3 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay4 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.delay5 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.delay6 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
.delay7 {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}
.delay8 {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.delay9 {
	animation-delay: 2.7s;
	-webkit-animation-delay: 2.7s;
}
.delay10 {
	animation-delay: 3.0s;
	-webkit-animation-delay: 3.0s;
}
.delay11 {
	animation-delay: 3.3s;
	-webkit-animation-delay: 3.3s;
}
.bottomBox {
    display: none;
}
#articleInfo20 .info h5{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    color: var(--info);
    letter-spacing: 2px;
    text-align: center;
}
#articleInfo20 ul {
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
#articleInfo20 ul li {
	padding: 15px;
	margin: 5px;
	width: calc((100%/4) - 50px);
	display: inline-block;
	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 h3 {
	font-size: 20px;
	text-align: center;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}
#articleInfo20 ul li p.photo {
	margin: 0px 0;
}
#articleInfo20 ul li article{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #6f6f6f;
    line-height: 160%;
    padding: 10px 0px 0px;
    text-align: center;
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo20 .bottomBox p {
	margin: 10px 0 20px;
	text-align: center;
	font-size: 18px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	padding: 5px 0 20px;
	font-size: 80px;
	color: #606060;
	font-family: 'Tangerine', cursive,ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â­Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â, ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã…â€œÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â¾Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“;
	font-weight: 200;
	display: none;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
@media screen and (max-width: 1140px) {
	#articleInfo20 ul li {
	width: calc((100%/4) - 50px);
}
}
@media screen and (max-width: 960px) {
	#articleInfo20 ul li {
	width: calc((100%/3) - 50px);
}
}
@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc((100%/2) - 55px);
	}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc((100%/1) - 30px);
		padding: 10px;
		margin: 2px;
	}
}
