.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;
}#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	margin: 60px 110px 30px;
}
#articleInfo15 .tit h5{
    text-align: center;
    width: 200px;
    margin: auto;
}
#articleInfo15 .tit h5 a{
	    font-size: 18px;
	    font-family: "Noto Serif TC", serif;
	    border: 1px solid #000000;
	    line-height: 35px;
	    display: block;
	    padding: 10px 25px;
	    color: #000000;
	    transition: 0.9s;
	    font-weight: bold;
	    text-align: center;
	    transition: all 0.7s ease-out;
}
#articleInfo15 .tit h5:hover a {
    background: #000000;
    color: #fff;
}
#articleInfo15 .tit h3 {
	text-align: center;
	/* font-size: 33px; */
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0px;
	color: #383737;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	position: relative;
	padding: 10px 30px 10px 40px;
	border: 1px #c3c3c3 solid;
	display: inline-block;
	font-size: 17px;
	letter-spacing: 2px;
}
#articleInfo15:hover .tit font{
	letter-spacing: 5px;
	background: #14447a;
	color: #fff;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	padding: 20px 0 15px;
	z-index: 1;
}
#articleInfo15 ul:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eaeaea;
    display: block;
    top: 88px;
    left: 0;
    z-index: -1;
    content: "";
}
#articleInfo15 ul li {
	-webkit-animation-name: fadeInUp;
	margin-bottom: 50px;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	width: calc((100%/6) - 10px);
	margin: 0 0px;
}
#articleInfo15 ul li .item {
	padding: 20px 0px;
}
#articleInfo15 ul li .item .circle {
	margin: 0 auto 15px;
	background-color: #fff;
	width: 45px;
	text-align: center;
}
#articleInfo15 ul li .item .circle span{
	margin: 5px auto;
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 50%;
	border: 1px #e7e7e7c7 solid;
	text-align: center;
	line-height: 40px;
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 22px;
	/* font-family: "Cormorant",serif; */
}
#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}
#articleInfo15 ul li .item .circle:before {
	position: absolute;
	width: 124px;
	height: 124px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	left: -6px;
	top: -6px;
	z-index: -1;
	content: "";
}
#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1px;
	margin-bottom: 20px;
	color: #383737;
}

#articleInfo15 ul li .item article{
		text-align: center;
		color: #656565;
		font-size: 15px;
		letter-spacing: 1px;
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo15 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
@media screen and (max-width: 1440px) {
	#articleInfo15 .tit {

margin: 60px 30px 30px;
}
}
@media screen and (max-width: 1140px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
#articleInfo15 ul li {
    margin-bottom: 20px;
    vertical-align: top;
    width: calc((100%/3) - 14px);
    margin: 0 5px;
}
#articleInfo15 ul li {
    width: calc((100%/4) - 14px);
}
#articleInfo15 ul:after {position: absolute;width: 100%;height: 1px;background: #bebdbc;display: block;top: 222.5px;left: 0;content: "";z-index: -1;}

}
@media screen and (max-width: 768px) {
	#articleInfo15 ul li .item {
		padding: 15px;
	}
#articleInfo15 ul li {
    margin-bottom: 20px;
    vertical-align: top;
    width: calc((100%/3) - 14px);
    margin: 0 5px;
}
#articleInfo15 ul li {
    width: calc((100%/4) - 14px);
}
#articleInfo15 ul:after {position: absolute;width: 100%;height: 1px;background: #eaeaea;display: block;top: 285.5px;left: 0;content: "";z-index: -1;}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
	margin: 10px 10px 30px;
}
#articleInfo15 ul{
    text-align: center;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 47%;
	}
	#articleInfo15 ul li:nth-child(3) {
		/* width: 100%; */
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
#articleInfo15 ul:before,#articleInfo15 ul:after {display: none;}
#articleInfo15 .tit {
    margin: 30px 0 30px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 49%;
		margin: 0 0px;
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-right: 0;
	}
	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
}
