.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;
}

.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;height:0;overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#articleInfo18 .meauBox {display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 50px;}
#articleInfo18 .meauBox li{overflow: hidden;width: calc(100% / 4);display: inline-block;}
#articleInfo18 .meauBox li h4{border: 1px #ffffff solid;text-align: center;z-index: 3;margin: 10px;}
#articleInfo18 .meauBox li h4 a {padding: 0 15px;width: calc(100% - 30px);height: 60px;text-align: center;line-height: 60px;}
#articleInfo18 .meauBox li:hover h4 a{background: rgb(255 255 255 / 5%);}
#articleInfo18 .topBox .text {
}
#articleInfo18 .topBox .text h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 30px;
	color: #004285;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo18 .topBox .text article {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	font-weight: 300;
	font-family: 'Lato', 'Noto Sans TC', sans-serif;
	text-align: justify;
	line-height: 200%;
}
#articleInfo18 .secBox {margin-top: 20px;}
#articleInfo18 .secBox > div {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
#articleInfo18 .secBox .item h5 {
	margin-right: 20px;
	float: left;
	width: 200px;
	text-align: right;
	font-weight: normal;
	font-size: 20px;
	color: #d46536;
}
#articleInfo18 .secBox .item article {
	float: left;
	width: calc(100% - 220px);
}
#articleInfo18 .secBox .photoBox > div {
	overflow: hidden;
	margin: 15px 0;
	width: calc((100%/1) - 20px);
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
#articleInfo18 .secBox .photoBox > div:nth-child(2),
#articleInfo18 .secBox .photoBox > div:nth-child(5),
#articleInfo18 .secBox .photoBox > div:nth-child(8),
#articleInfo18 .secBox .photoBox > div:nth-child(11),
#articleInfo18 .secBox .photoBox > div:nth-child(14),
#articleInfo18 .secBox .photoBox > div:nth-child(17),
#articleInfo18 .secBox .photoBox > div:nth-child(20){
    margin: 15px 0;
}
#articleInfo18 .secBox .photoBox > div p{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 1024px) {
#articleInfo18 .meauBox li{width: calc(100% / 3);}
}
@media screen and (max-width: 768px) {
	#articleInfo18 .topBox {
		position: relative;
	}
	#articleInfo18 .topBox .text {
	}
}
@media screen and (max-width: 640px) {
#articleInfo18 .meauBox li{width: 100%;}
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.6);
	}
	#articleInfo18 .secBox .item h5 ,
	#articleInfo18 .secBox .item article {
		width: 100%;
	}
	#articleInfo18 .secBox .item h5 {
		margin-bottom: 15px;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	#articleInfo18 .topBox:before {
		background: rgba(255, 255, 255, 0.75);
	}
	#articleInfo18 .topBox .text {
	}
	#articleInfo18 .secBox .photoBox > div {
		width: calc((100%/2) - 10px);
	}
	#articleInfo18 .secBox .photoBox > div:nth-child(3) {
		margin: 10px 0;
		width: 100%;
	}	
#articleInfo18 .secBox .photoBox > div:nth-child(2),
#articleInfo18 .secBox .photoBox > div:nth-child(5),
#articleInfo18 .secBox .photoBox > div:nth-child(8),
#articleInfo18 .secBox .photoBox > div:nth-child(11),
#articleInfo18 .secBox .photoBox > div:nth-child(14),
#articleInfo18 .secBox .photoBox > div:nth-child(17),
#articleInfo18 .secBox .photoBox > div:nth-child(20){
    margin: 15px 0;
}
}
@media screen and (max-width: 450px) {
	#articleInfo18 .topBox {
		padding: 30px 0;
	}
	#articleInfo18 .topBox .text {
	}
	#articleInfo18 .secBox .photoBox > div {
		margin: 10px 0;
		width: 100%;
	}
}