<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: grid;
	grid-template-columns: 50% 45%;
	justify-content: space-between;
	align-items: center;
}

#articleInfo7 .photoBox {
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	display: flex;
    justify-content: center;
}

#articleInfo7 .photoBox img {
	max-width: 65%;
}



#articleInfo7 .info {
}

#articleInfo7 .info h3 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
}

#articleInfo7 .info h5 {
	margin-bottom: 20px;
	color: #85a595;
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 3px;
}

#articleInfo7 .info p {
	font-size: 18px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	font-weight: 500;
	background: #ece8e8;
	padding: 10px 20px;
}

#articleInfo7 .info article {
	margin: 20px 0;
	line-height: 200%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}


/************ = �拇�㗇�� = ************/
/* +width:768 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#articleInfo7 {
		display: block;
	}
	#articleInfo7 .info {
	margin-top: 20px;
	}
}


/* +width:480 ��
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info h3, #articleInfo7 .info h5 {
		font-size: 28px;
	}
	#articleInfo7 .info article {
		margin-left: 0;
	}
}</pre></body></html>