.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;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#articleInfo7 .photoBox {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	width: 50%;
}

#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 .info {
	width: 45%;
}

#articleInfo7 .info h3 {
	position: relative;
	padding: 0 0 20px 0;
	font-size: 30px;
	color: #4a4a4a;
	font-weight: 400;
	line-height: 150%;
}


#articleInfo7 .info p {
	font-size: 15px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	line-height: 210%;
	padding-bottom: 20px;
}

#articleInfo7 .info article {
	margin: 20px 0 10px 0px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}
#articleInfo7 .bottomBox{
    padding-bottom: 120px;
    width: 100%;
}
#articleInfo7 .bottomBox h3 {margin: 10px 0 20px;padding: 10px 15px;color: #444;text-align: center;line-height: 0%;margin: 40px 0 20px;font-size: 70px;-webkit-text-stroke: 1px rgb(115 115 115 / 22%);-webkit-text-fill-color: transparent;font-family: 'Nanum Myeongjo', serif;font-weight: bold;}
#articleInfo7 .bottomBox p {
	text-align: center;
	font-size: 20px;
	letter-spacing: 6.5px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	padding: 20px;
	line-height: 160%;
	position: relative;
}
#articleInfo7 .bottomBox p::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #c5c5c5;
    left: 50%;
    bottom: -60px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


@media screen and (max-width: 1024px) {
	#articleInfo7{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#articleInfo7 .info{
    margin-top: 3%;
    margin-left: 0;
    padding: 0 20px;
}
}

/************ = é©æ‡‰æ€§ = ************/
/* +width:768 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo7 {
		position: relative;
	}
	#articleInfo7 .photoBox {
		position: relative;
		padding: 10px 0% 10px;
		width: 100%;
		top: 0px;
	}
	#articleInfo7 .info {
		width: 100%;
		margin: 20px 0 0;
		padding: 0;
	}
	#articleInfo7 .info h3 {
		left: 0;
	}
}


/* +width:480 â†“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		padding: 0px 0px;
	}
	#articleInfo7 .info h3 {
		padding: 20px 0;
		text-align: left;
	}
	#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; }
	}
}