.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{
    padding: 100px 0 0;
}
#articleInfo20 ul {
	margin-bottom: 20px;
	min-height: 500px;
	text-align: center;
}
#articleInfo20 ul li {
	padding: 40px;
	margin: 10px;
	width: calc((100%/3) - 190px);
	display: inline-block;
	border: 1px #cccccc38 solid;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
	position: relative;
	border-radius: 20px;
}
#articleInfo20 ul li::before {
    content: "";
    width: 60px;
    height: 60px;
    background-color: rgb(215 206 183 / 36%);
    position: absolute;
    top: -30px;
    right: 20px;
    z-index: -2;
    border-radius: 50%;
}
#articleInfo20 ul li h3 {
	font-size: 22px;
	color: #bdad84;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #888;
}
#articleInfo20 ul li.focus h5 {
	color: #888;
}
#articleInfo20 ul li p.photo {
	margin: 15px 0;
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 3px;
	font-size: 24px;
	font-family: 'Noto Serif TC', serif;
}
#articleInfo20 .bottomBox{
    margin-bottom: 50px;
}
#articleInfo20 .bottomBox p {
	margin: 0px 0 10px;
	text-align: center;
	font-size: 18px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	vertical-align: baseline;
	font-family: 'Cormorant', serif;
	text-transform: uppercase;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
@media screen and (max-width: 960px) {
	#articleInfo20 ul li{
    width: calc((100%/1) - 190px);
    margin: 20px 10px;
}
}

@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc((100%/1) - 170px);
	}
	#articleInfo20 ul li:first-child {
		margin-bottom: 10px;
		/* width: calc(100% - 55px); */
	}
	#articleInfo20 ul li::before {
	top: -20px;
	width: 60px;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		/* width: calc(100% - 55px); */
	}
}
