.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo7 {
	position: relative;
	overflow: hidden;
	background: #f8f8f8 url(/images/00/map01.jpg) 670px -10px no-repeat;
}

#articleInfo7 .photoBox {
	padding: 0px 0px;
	left: 0;
	overflow: hidden;
	float: left;
	width: 46%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo7 .photoBox img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

#articleInfo7 .photoBox:hover img {
	opacity: 0.7;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

#articleInfo7 #cont_box {
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    line-height: 1.8;
}
#articleInfo7 #cont_box p{
    color: rgba(57, 57, 57, 0.7);
    font-weight: 400;
    padding-bottom: 8px;
}
#articleInfo7 #cont_box p i{
    vertical-align: baseline;
    margin-right: 10px;
}
#articleInfo7 #cont_box p font{
    vertical-align: bottom;
}
#articleInfo7 #cont_box p a{
    color: rgb(0 0 0 / 70%);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
}


#articleInfo7 .info {
	width: 28%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	float: right;
	padding: 85px 20% 40px 25px;
}
#articleInfo7 .info .wow{
    text-align: inherit;
}
#articleInfo7 .info h3 {
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
	display: block;
	padding-left: 15px;
	position: relative;
	font-size: 22px;
	font-weight: 400;
	color: #212121;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: initial;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#articleInfo7 .info h3:before {
    content: "";
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    width: 5px;
    height: 18px;
    background-color: #6d316f;
}
#articleInfo7 .info p.wow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: inherit;
	color: #404040;
	font-weight: 200;
	font-family: "Times New Roman", "Noto Sans TC", sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#articleInfo7 .info article {
	margin: 30px 0 10px 0px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@media screen and (max-width: 1340px) {
	#articleInfo7 .info {
	width: 27%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	float: right;
	padding: 35px 20% 100px 35px;
}
#articleInfo7 {
	background: #f8f8f8 url(/images/00/map01.jpg) 390px -80px no-repeat;
}
}
/************ = Ã©ÂÂ©Ã¦â€¡â€°Ã¦â‚¬Â§ = ************/
/* +width:768 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo7 {
		position: relative;
		background: #f8f8f8 url(/images/00/map01.jpg) -130px 270px no-repeat;
	}
	#articleInfo7 .photoBox {
		position: relative;
		padding: 20px 5%;
		width: 90%;
	}
	#articleInfo7 .info {
		margin-left: 0;
		padding: 10px;
		background: none;
		width: 50%;
		margin: 0;
		padding: 15px 43% 100px 15px;
	}
	#articleInfo7 .info h3 {
		left: 0;
	}
}
*----------------------------------------------------------------------------*/
@media screen and (max-width: 560px) {
		#articleInfo7 {
		position: relative;
		background: #f8f8f8 url(/images/00/map01.jpg) -130px 270px no-repeat;
	}
}

/* +width:480 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		width: 91%;
		padding: 15px 3% 100px 15px;
	}
	#articleInfo7 .info h3 {
	padding: 0px 0 10px 0;
	margin-bottom: 10px;
	padding-left: 15px;
	}
	#articleInfo7 .info article {
		margin-left: 0;
	}
	@keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-o-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-webkit-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-moz-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-ms-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}

}