.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;
}
.delay3 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
#articleInfo17 {
	overflow: hidden;
}
#articleInfo17 > div {
	float: left;
	width: 40%;
}
#articleInfo17 > div.info{margin-top: 50px;}
#articleInfo17 .info h2 {
	letter-spacing: 1.2px;
	font-size: 19px;
	font-weight: 500;
	font-family: "Montserrat", "Noto Sans TC", sans-serif;
	font-weight: 600;
	color: #cda861;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	margin-top: 0px;
}
#articleInfo17 .info h5 {
	padding-bottom: 20px;
	margin-top: -8px;
	color: #404040;
	font-size: 30px;
	letter-spacing: 1.5px;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	position: relative;
	border-bottom: 1px solid #6b6b6b33;
}
#articleInfo17 .info h5:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #b3b3b3;
}
#articleInfo17 .info .item {
	padding: 20px 0 10px 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo17 .info .item:nth-child(2n) {
	/* border-top: 1px solid #e4e4e4; */
}
#articleInfo17 .info .item h3 {
	padding-bottom: 16px;
	color: #404040;
	font-size: 17px;
	border-bottom: 1px solid #e4e4e4;
}
#articleInfo17 .info .item p{
    padding: 10px 0 0;
    letter-spacing: 0.8px;
    font-size: 15px;
}
#articleInfo17 .info .item h3 span {
	font-size: 16px;
	color: #666;
}
#articleInfo17 .info .item h3 span:before {
	margin: 0 15px;
	content: "/"
}
#articleInfo17 .photo {
	margin-left: 5%;
	width: 55%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo17 .photo > div {
	position: relative;
	float: left;
	padding: 10px 1%;
	width: 48%;
	display: inline-block;
	top: 48px;
	background: #ffffff;
	text-align: center;
	transition: all .7s ease-out;
}
#articleInfo17 .photo > div .photo-box {
	overflow: hidden;
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	line-height: 0;
	cursor: pointer;
}
#articleInfo17 .photo .focus {
	top: 5px;
	-webkit-animation-name: LeftToFront;
	animation-name: LeftToFront;
}
#articleInfo17 .photo .focus:nth-child(2) {
	left: -12px;
	-wanimation-name: RightToFront;
	animation-name: RightToFront;
}
#articleInfo17 .photo .blur {
	-webkit-animation-name: LeftToBack;
	animation-name: LeftToBack;
}
#articleInfo17 .photo .blur:nth-child(2) {
	-wanimation-name: RightToBack;
	animation-name: RightToBack;
}
#articleInfo17 .photo > div .photo-box img {
	/* height: 380px; */
}
#articleInfo17 .photo .focus .photo-box img {
	/* height: 440px; */
}
@-webkit-keyframes LeftToFront {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(-10%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes LeftToFront {
	0% { transform: translateX(0); }
	30% { transform: translateX(-10%); }
	100 { transform: translateX(0); }
}
@-webkit-keyframes LeftToBack {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(-5%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes LeftToBack {
	0% { transform: translateX(0); }
	30% { transform: translateX(-5%); }
	100 { transform: translateX(0); }
}
@-webkit-keyframes RightToFront {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(10%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes RightToFront {
	0% { transform: translateX(0); }
	30% { transform: translateX(10%); }
	100 { transform: translateX(0); }
}
@-webkit-keyframes RightToBack {
	0% { -webkit-transform: translateX(0); }
	30% { -webkit-transform: translateX(5%); }
	100 { -webkit-transform: translateX(0); }
}
@keyframes RightToBack {
	0% { transform: translateX(0); }
	30% { transform: translateX(5%); }
	100 { transform: translateX(0); }
}

@media screen and (max-width: 768px) {
	#articleInfo17 > div ,
	#articleInfo17 .photo {
		margin-left: 0;
		width: 100%;
	}
	#articleInfo17 > div.info{
    margin-top: 0px;
}
	#articleInfo17 .photo > div ,
	#articleInfo17 .photo .focus {
		margin: 10px 2%;
		width: 43%;
		top: 0;
	}
	#articleInfo17 .photo .focus {
		right: 0;
	}
	#articleInfo17 .photo .focus:nth-child(2) {
		left: 0;
	}
	#articleInfo17 .photo > div .photo-box img ,
	#articleInfo17 .photo .focus .photo-box img {
		height: auto;
	}
}