/* 추후 홈페이지 리뉴얼을 담당하시는 분에게...

은석교회 홈페이지는 2018. 08. 04에 리뉴얼되었습니다.
현재 서버는 CentOS 7, PHP 5.6.26, Apache 2.4.6 으로 개발되었습니다
이전에 2개의 홈페이지가 있었는데 두개 페이지는 인코딩이 iso-8859-1 로 되어있었고, php5.2.17에서 5.6.26으로 버전 변경 작업을 하면서
인코딩이 utf-8 로 변경되었습니다. 그리하여 이전페이지는 인코딩이 모두 깨어집니다.

*/
/* 컨텐트 박스(brand...) */
.a_cbox {
	margin-bottom:30px;
	display:inline-block;
	position:relative;
}
#down-triangle {
	position:absolute;
	right:50%;
	margin-right:-4px;
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.a_box_basic {
	height:120px;
	color:#FFF;
	text-align:center;
	display:table;
}
.a_cbox_txt {
	display:table-cell;
	vertical-align: middle;
}
a.a_box_basic:hover h4 {
	-webkit-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
}
.a_box_basic h4 {
	margin:0;
}
.a_box_basic hr {
	margin:2px auto; 
	opacity:0.2; 
	width:50%;
}
.a_box_basic h4,.a_box_basic p {
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
a.a_box_basic:hover p {
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}
.a_box_basic p {
	font-size:11px;
	opacity:0.7;
}
.a_box_color1 {
	background:#837050;
}
.a_box_color2 {
	background:#9d7f61;
}
.a_box_color3 {
	background:#92926E;
}
.a_box_color4 {
	background:#a7a07e;
}
/* 컨텐트 박스(brand...) */

/* 제목형위젯 박스 */
.a_w_a {
	height:220px;
	padding:15px;
	background:#fff;
	border:1px dotted #ccc;
	margin-bottom:30px;
}
/* 제목형위젯 박스 */

/* 컨텐트 박스(개인정보) */
.a_c_box {
	position: relative;
	background-size: cover;
	background-position: right bottom;
	padding: 20px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 30px;
}
.a_c_box h6, .a_c_box_s1 h6 {
	margin:0;
}
.a_c_box i {
	color:#fff;
}
.a_c_box .btn.round-border, .a_c_box_s1 .btn.round-border {
	border-radius: 15px;
	position: absolute;
	bottom:20px;
}
/* 컨텐트 박스(개인정보) */

/* 컨텐트 박스s(doenload...) */
.a_cbox2 {
	position:relative;
	color: #fff;
	overflow: hidden;
}
.a_box_small {
	height:60px;
	color:#c3c3c3;
	background:#fff;
	text-align:center;
	display:table;
	border:1px solid #e5e5e5;
}
.a_cbox_txt {
	display:table-cell;
	vertical-align: middle;
}
.a_box_small h5 {
	margin:0;
}
/* 컨텐트 박스s(doenload...) */



@media (min-width: 320px) {
/* 블로그형 위젯 반응형 셋팅 */
.a_widgetZineA.blog li:last-child {
	margin-right:0;
}
}

@media (max-width: 425px) {
/* 블로그형 위젯 반응형 셋팅 */
.a_widgetZineA.blog li:last-child {
	margin-right:0;
}
.a_widgetZineA.blog li, 
.a_widgetZineA.blog li p.thumbArea, 
.a_widgetZineA li .thumb, 
.a_widgetZineA li .thumb img {
	width:100% !important;
}
}

@media (max-width: 768px) {
.w_a {
	margin-bottom:30px;
}
}

@media (max-width: 991px) {
/* 블로그형 위젯 반응형 셋팅 */
.a_widgetZineA.blog li:last-child {
	margin-right:0;
}
.a_widgetZineA.blog li, 
.a_widgetZineA.blog li p.thumbArea, 
.a_widgetZineA li .thumb, 
.a_widgetZineA li .thumb img {
	width:216px !important;
	height:auto !important;
}
}

@media (max-width: 767px) {
/* 컨텐트 박스s(doenload...) 라인 반응형 셋팅 */
.a_box_small {
	border-bottom:none;
}
.a_box_small:last-child {
	border-bottom: 1px solid #e5e5e5;
}
}

@media (max-width: 991px) and (min-width: 768px) {
/* 컨텐트 박스s(doenload...) 라인 반응형 셋팅 */
.a_box_small {
	border-right:none;
	border-bottom:none;
}
.a_box_small:nth-child(2), 
.a_box_small:last-child {
	border-right: 1px solid #e5e5e5;
}
.a_box_small:nth-child(3), 
.a_box_small:last-child {
	border-bottom: 1px solid #e5e5e5;
}
}

@media (min-width: 992px) {
/* 컨텐트 박스s(doenload...) 라인 반응형 셋팅 */
.a_box_small {
	border-right:none;
}
.a_box_small:last-child {
	border-right: 1px solid #e5e5e5;
}
}

@media (min-width: 1200px) {
/* 블로그형 위젯 반응형 셋팅 */
.a_widgetZineA.blog li, 
.a_widgetZineA.blog li p.thumbArea, 
.a_widgetZineA li .thumb,
.a_widgetZineA li .thumb img {
	width:230px !important;
	height:auto !important;
}
.a_widgetZineA.blog li p.thumbArea {
	height:120px !important;
}	
}