/*비전, 프로필*/
.greeting{position:relative; z-index:1; overflow:hidden; line-height:normal;}
.greeting > img{position:absolute; z-index:-1;}
.greeting div{float:right; overflow:hidden; width:65%; }
.greeting h3{font-family: 'NanumSquare'; font-weight:bold; font-size:30px; letter-spacing:-0.25px; color:#0e507b; margin-bottom:20px;}
.greeting h4{font-family: 'NanumSquare'; font-weight:500; font-size:30px; letter-spacing:-0.25px; color:#0e76bb; margin:10px 0 30px 0;}
.greeting div p{margin-bottom:35px; line-height:30px; font-size:17px; letter-spacing:0.25px; color:#4c4b4b; }
.greeting div p span{color:#0e76bb;}

/*사역 및 활동*/
.mission{position:relative; z-index:1; overflow:hidden; line-height:normal;}
.mission div{float:right; overflow:hidden; width:60%; }
.mission div p{margin-bottom:35px; line-height:30px; font-size:17px; letter-spacing:0.25px; color:#4c4b4b; }
.mission div p span{color:#0e76bb;}

/*수양관소개, 예배시설*/
.chapel{position:relative; z-index:1; overflow:hidden; line-height:normal;}
.chapel h3{font-family: 'NanumSquare'; font-weight:bold; font-size:30px; letter-spacing:-0.25px; color:#0e507b; text-align:center; word-break:keep-all;}
.chapel h4{font-family: 'NanumSquare'; font-weight:500; font-size:30px; letter-spacing:-0.25px; color:#0e76bb; margin:10px 0 40px 0; text-align:center; word-break:keep-all;}
.chapel div h5{background:url(/image/content/title_bullet1.png) no-repeat; padding-left:30px; font-size:20px; font-weight:500; color:#444; margin-bottom:15px;}
.chapel div p{margin-bottom:35px; line-height:30px; font-size:17px; letter-spacing:0.25px; color:#4c4b4b;}
.chapel p span{color:#0e76bb;}

.chapel div ul {overflow:hidden;}
.chapel div li{font-family: 'Malgun Gothic'; line-height:150%; font-size:15px; letter-spacing:-0.5px; color:#777; word-break:keep-all; float:left; text-align:center;}
.chapel div li:nth-child(odd){margin-right:20px;}
.chapel > img{display:block; margin:30px auto;}

@media screen and (max-width: 1200px) {
	.chapel div li{width:49%;}
	.chapel div li:nth-child(odd){margin-right:2%;}
}

@media screen and (max-width: 414px) {
	.chapel div li{width:100%;}
	.chapel div li:nth-child(odd){margin-right:0;}
}