<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ì¸ì‚¬ë§*/
@media screen and (max-width: 640px) {
	.pastor_con{display:flex;}
	.pastor_con &gt; p{ float:none; margin-right:12%; width:auto;}
	.pastor_con .pastor_text{float:none; width:70%; }
}

@media screen and (max-width: 480px) {
	.pastor_con{display:block;}
	.pastor_con &gt; p{ float:none; margin-right:0; width:auto; text-align:center; margin-bottom:30px;}
	.pastor_con &gt; p img{width:auto;}
	.pastor_con .pastor_text{float:none; width:100%; }

	.pastor_text h3, .pastor_text h4{font-size:17px;}
	.pastor_text p{font-size:14px;}
	.pastor_text p.sign strong{font-size:14px;}

	.pastor_text dt{background-size:18px; font-size:16px; padding-left:28px;}
	.pastor_text dd{font-size:13px; margin-left:28px;}
}

/*ì„¸ê³„ì„±ê³µíšŒ*/
@media screen and (max-width: 880px) {
	.vision p{ float:none; width:auto;}
	.vision img{float:none; text-align: center;}
	
	.vision h3 br{display:none;}
	.vision p br{display:none;}
}

@media screen and (min-width: 768px) and (max-width: 880px) {
	.vision h3{font-size:15px;}
	.vision p{font-size:13px;}
}

@media screen and (max-width: 767px) {
	.vision{display:block;}
}

@media screen and (max-width: 480px) {
	.vision h3{font-size:15px;}
	.vision p{font-size:13px;}
}

/*ì˜¨ë¼ì¸ í—Œê¸ˆ ì•ˆë‚´*/
@media screen and (max-width: 860px) {
	.offering div{padding:0;}
	.offering div p{float:none; margin:50px; word-break:keep-all;}
	.offering div p br{display:none;}
	.offering div &gt; img{position:static; border-bottom:1px solid #ddd; width:100%;}
}

@media screen and (max-width: 480px) {
	.offering div p{margin:30px; font-size:16px;}
	.offering div p strong{font-size:24px;}
	.offering div p span{font-size:14px;}
}</pre></body></html>