@charset "utf-8";

/*고정적인 컨텐츠 탬플릿*/

/*연혁 template_1  history_1*/
.cayaContent .history_1 {margin-bottom: 200px;}
.cayaContent .history_1 ul.tabs {overflow:hidden; width:100%;}
.cayaContent .history_1 ul.tabs li {float:left;text-align:center;cursor: pointer; background:#fafafa; font-size:18px; overflow:hidden; position: relative; height:50px; line-height:50px; box-sizing:border-box; width:25%; border:1px solid #ddd; border-right:0 !important; font-weight:400;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.cayaContent .history_1 ul.tabs li:last-child{border-right:1px solid #ddd !important;}
.cayaContent .history_1 ul.tabs li.active{background:#fff; color:#fb5959;}
.cayaContent .history_1 .tab_container{margin-top:50px;}
.cayaContent .history_1 .tab_content{display: none; padding:0 20px;}

.cayaContent .history_1 .tab_content > div{width:100%; display:table;}
.cayaContent .history_1 .tab_content > div h3,
.cayaContent .history_1 .tab_content > div ul{display:table-cell; vertical-align:top;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.cayaContent .history_1 .tab_content > div h3{width:30%; font-size:35px; font-family: "GmarketSansMedium"; font-weight:600; letter-spacing:-1px; padding-top:15px; padding-right:30px;}
.cayaContent .history_1 .tab_content > div ul{width:70%; padding-left:30px; border-left:1px solid #ddd;}
.cayaContent .history_1 .tab_content > div ul li{width:100%; display:table; margin:20px 0;}
.cayaContent .history_1 .tab_content > div ul li > p{display:table-cell; vertical-align:top;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.cayaContent .history_1 .tab_content > div ul li > p:first-child{width:30%; font-weight:400; color:#222; line-height:135%;}
.cayaContent .history_1 .tab_content > div ul li > p:last-child{width:70%; padding-left:10px; color:#444; line-height:135%;}


@media screen and (max-width:1024px){ 
    .cayaContent .history_1 {margin-bottom: 40px;}
    .cayaContent .history_1 .tab_content > div h3,
    .cayaContent .history_1 .tab_content > div ul{display:block;}
	.cayaContent .history_1 .tab_content > div h3{font-size:24px; width:100%; margin-bottom:30px;}
	.cayaContent .history_1 .tab_content > div ul{width:100%; padding-left:20px;}
	.cayaContent .history_1 ul.tabs li{width:50%; font-size:17px;}
	.cayaContent .history_1 ul.tabs li:nth-child(1),
    .cayaContent .history_1 ul.tabs li:nth-child(2) {border-bottom:0 !important;}
	.cayaContent .history_1 ul.tabs li:nth-child(2) {border-right:1px solid #ddd !important;}
}
@media screen and (max-width:600px){ 
	.cayaContent .history_1 .tab_content > div ul li > p:first-child{width:35%;}
	.cayaContent .history_1 .tab_content > div ul li > p:last-child{width:65%;}
}
@media screen and (max-width:450px){
	.cayaContent .history_1 ul.tabs li{font-size:16px;}
	.cayaContent .history_1 .tab_content > div ul li > p:first-child{width:40%;}
	.cayaContent .history_1 .tab_content > div ul li > p:last-child{width:60%;}
}


/*연혁 template_2  history_2*/
.cayaContent .history_2 {margin-bottom: 200px;}
.cayaContent .history_2 ul.tabs {overflow:hidden; width:100%;}
.cayaContent .history_2 ul.tabs li {float:left;text-align:center;cursor: pointer; background:rgba(3,3,3,0.25); color:#fff; font-size:18px; overflow:hidden; position: relative; height:50px; line-height:50px; box-sizing:border-box; width:25%; border:1px solid #ddd; border-right:0 !important; font-weight:400;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.cayaContent .history_2 ul.tabs li:last-child{border-right:1px solid #ddd !important;}
.cayaContent .history_2 ul.tabs li.active{background:#000; color:#fff;}
.cayaContent .history_2 .tab_container{margin-top:0px;}
.cayaContent .history_2 .tab_content{display: none; padding:0 20px;}

.cayaContent .history_2 .tab_content_2 > div{width:100%; display:table;}
.cayaContent .history_2 .tab_content_2 > div h3,
.cayaContent .history_2 .tab_content_2 > div ul{display:table-cell; vertical-align:top;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.cayaContent .history_2 .tab_content_2 > div h3{width:30%; font-size:35px; font-family: "GmarketSansMedium"; font-weight:600; letter-spacing:-1px; padding-top:15px; padding-right:30px;}
.cayaContent .history_2 .tab_content_2 > div ul{width:70%; padding-left:30px; border-left:1px solid #ddd;}
.cayaContent .history_2 .tab_content_2 > div ul li{width:100%; display:table; margin:20px 0;}
.cayaContent .history_2 .tab_content_2 > div ul li > p{display:table-cell; vertical-align:top;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.cayaContent .history_2 .tab_content_2 > div ul li > p:first-child{width:30%; font-weight:400; color:#222; line-height:135%;}
.cayaContent .history_2 .tab_content_2 > div ul li > p:last-child{width:70%; padding-left:10px; color:#444; line-height:135%;}


@media screen and (max-width:1024px){ 
    .cayaContent .history_2 {margin-bottom: 40px;}
	.cayaContent .history_2 .tab_container{margin:0 auto; width:96%}
    .cayaContent .history_2 .tab_content_2 > div h3,
    .cayaContent .history_2 .tab_content_2 > div ul{display:block;}
	.cayaContent .history_2 .tab_content_2 > div h3{font-size:24px; width:100%; margin-bottom:30px;}
	.cayaContent .history_2 .tab_content_2 > div ul{width:100%; padding-left:20px;}
	.cayaContent .history_2 ul.tabs {width:96%; margin: 0 auto;}
	.cayaContent .history_2 ul.tabs li{width:50%; font-size:17px;}
	.cayaContent .history_2 ul.tabs li:nth-child(1),
    .cayaContent .history_2 ul.tabs li:nth-child(2) {border-bottom:0 !important;}
	.cayaContent .history_2 ul.tabs li:nth-child(2) {border-right:1px solid #ddd !important;}
}
@media screen and (max-width:600px){ 
	.cayaContent .history_2 .tab_content_2 > div ul li > p:first-child{width:35%;}
	.cayaContent .history_2 .tab_content_2 > div ul li > p:last-child{width:65%;}
}
@media screen and (max-width:450px){
	.cayaContent .history_2 ul.tabs li{font-size:16px;}
	.cayaContent .history_2 .tab_content_2 > div ul li > p:first-child{width:40%;}
	.cayaContent .history_2 .tab_content_2 > div ul li > p:last-child{width:60%;}
}

/*연혁 template_3  history_3*/

.cayaContent .history_3{width:100%;}
.cayaContent .history_3 ul.tabs {
    margin: 0;
    padding: 0;
    overflow:hidden;
    border-left: 1px solid #eee;
    width:100%;
}
.cayaContent .history_3 ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:24.8%;
    padding:13px 0;
    border: 1px solid #eee;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
	border-bottom:1px solid #eee;
}
.cayaContent .history_3 ul.tabs li.active {
    background: #fff;
    border-bottom: 1px solid #FFFFFF;
	color:#1d5992;
}
.cayaContent .history_3 .tab_container {
    margin-top:30px;
    width:100%;
}
.cayaContent .history_3 .tab_content {
    padding: 5px;
    display: none;
}
.cayaContent .history_3 .tab_content > div{margin-bottom:30px; overflow:hidden; border-bottom:1px dashed #ededed; padding-bottom:30px;}
.cayaContent .history_3 .tab_content > div h3{color:#2174c1; font-family: 'NanumSquare'; background:url(/image/content/bullet2.png) no-repeat 0 50%; padding-left:30px; line-height:140%; font-size:20px; float:left; width:10%;}
.cayaContent .history_3 .tab_content > div ul{float:left; margin-left:15px; width:84%;}
.cayaContent .history_3 .tab_content > div ul li{display:table; width:100%; font-size:14px; padding-bottom:15px;}
.cayaContent .history_3 .tab_content > div ul li p{display:table-cell; width:80px; color:#222; font-weight:700; word-break: keep-all;}
.cayaContent .history_3 .tab_content > div ul li p + p{width:auto; padding-left:20px; color:#555; font-weight:normal; }
.cayaContent .history_3 .tab_content > div ul li p span{line-height:140%; display:block;}
.cayaContent .history_3 .tab_content > h2{color:#222; font-family: 'NanumSquare'; background:url(/image/content/bullet7.png) no-repeat 0 50%; padding-left:30px; line-height:140%; font-size:20px; margin-bottom:15px;}

/*연혁 template_3  history_3*/


/*섬기는분들 template_1 man_1*/
.cayaContent .man_1 .man_type1 {border-bottom: 1px solid #ddd; margin-bottom: 40px; overflow:hidden;}
.cayaContent .man_1 .man_type1 li {float:left; width:50%; height:auto; overflow:hidden; margin-bottom:50px; padding:10px; 
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}

.cayaContent .man_1 .man_type1 li .imgtxt_wrap {width:100%; height:auto; /*컨텐츠 내용이 차이가 나면 고정 height값을 쓰면 됨*/ overflow:hidden; padding:30px; box-shadow: rgb(0, 0, 0, 0.3) 1px 1px 5px; background-color:#F1F1F1; border-radius:10px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}

.cayaContent .man_1 .man_type1 li .img {float:left; width:25%;}
.cayaContent .man_1 .man_type1 li .img img {border:1px solid #ddd; width:100%;}
.cayaContent .man_1 .man_type1 li .txt {float:left; width:75%; padding-left:30px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}
.cayaContent .man_1 .man_type1 li .txt p {color:#555; font-size:20px;}
.cayaContent .man_1 .man_type1 li .txt p:first-child {padding-bottom:10px; border-bottom: 1px solid #8D8D8D;}
.cayaContent .man_1 .man_type1 li .txt p strong {margin-bottom:10px; color:#222; font-weight:500; }
.cayaContent .man_1 .man_type1 li .txt p span {position:relative; display:block; font-size:18px; padding-left:12px;}
.cayaContent .man_1 .man_type1 li .txt p span:before {content:"\00b7"; position:absolute; left:0;}

@media screen and (max-width: 1024px){	
	.cayaContent .man_1 .man_type1 li .txt p {font-size:19px;}
	.cayaContent .man_1 .man_type1 li .txt p span {font-size:17px;}
}
@media screen and (max-width:900px){
	.cayaContent .man_1 .man_type1 li {display:block; width:100%; margin-bottom:30px;}
}
@media screen and (max-width:450px) {
	.cayaContent .man_1 .man_type1 li .imgtxt_wrap {padding:20px;}
	.cayaContent .man_1 .man_type1 li .img {width:30%;}
	.cayaContent .man_1 .man_type1 li .txt {width:70%; padding-left:20px;}
	.cayaContent .man_1 .man_type1 li .txt p{font-size:18px;}
	.cayaContent .man_1 .man_type1 li .txt p span{font-size:16px;}
}


/*섬기는분들 template_2 man_2*/

.cayaContent .man_2 {display: flex; flex-wrap: wrap; margin-bottom: 50px;}
.cayaContent .man_2 .st_box{width: 200px; margin: 0 4% 4%; background: linear-gradient(180deg, #fafafa 50%, var(--point_color_3) 50%);}
.cayaContent .man_2 .st_box .st_img_box{width: 160px; box-sizing: border-box; margin: 10%; position: relative; }
.cayaContent .man_2 .st_box .st_img_box img{width: 100%; object-fit: cover; object-position: center; box-sizing: border-box; border: 4px solid var(--point_color_2); border-radius: 10% 0 10% 0;}
.cayaContent .man_2 .st_box p{color: white; text-align: center; margin-bottom: 20px;}

@media screen and (max-width:1024px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2 .st_box{width: 160px;}
.cayaContent .man_2 .st_box .st_img_box{width: 130px;}
}

@media screen and (max-width:670px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2 .st_box{width: 220px; margin: 4% 5%;}
.cayaContent .man_2 .st_box .st_img_box{width: 180px;}
}

@media screen and (max-width:585px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2 .st_box{width: 120px; margin: 4% 5%;}
.cayaContent .man_2 .st_box .st_img_box{width: 96px;}
}

@media screen and (max-width:425px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2 .st_box{width: 130px;}
.cayaContent .man_2 .st_box .st_img_box{width: 105px;}
}

/*섬기는분들 template_2 man_2_1*/

.cayaContent .man_2_1 {display: flex; flex-wrap: wrap; margin-bottom: 50px;}
.cayaContent .man_2_1 .st_box{width: 200px; margin: 0 4% 4%;}
.cayaContent .man_2_1 .st_box .st_img_box{width: 180px; box-sizing: border-box; margin: 10%; position: relative; }
.cayaContent .man_2_1 .st_box .st_img_box img{width: 100%; object-fit: cover; object-position: center; box-sizing: border-box; border: 4px solid var(--point_color_2); border-radius: 10% 0 10% 0;}
.cayaContent .man_2_1 .st_box p{color: #555; text-align: center; margin-bottom: 20px;}

@media screen and (max-width:1024px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2_1 .st_box{width: 160px;}
.cayaContent .man_2_1 .st_box .st_img_box{width: 130px;}
}

@media screen and (max-width:670px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2_1 .st_box{width: 220px; margin: 4% 5%;}
.cayaContent .man_2_1 .st_box .st_img_box{width: 180px;}
}

@media screen and (max-width:585px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2_1 .st_box{width: 120px; margin: 4% 5%;}
.cayaContent .man_2_1 .st_box .st_img_box{width: 96px;}
}

@media screen and (max-width:425px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_2_1 .st_box{width: 130px;}
.cayaContent .man_2_1 .st_box .st_img_box{width: 105px;}
}



/*섬기는분들 template_3 man_3*/

.cayaContent .man_3 {display: flex; flex-wrap: wrap; box-sizing: border-box; justify-content: space-between;}
.cayaContent .man_3 .st_box {display: flex; width: 48%; margin: 2% 0; box-sizing: border-box; background:linear-gradient(40deg, #fafafa 95%, var(--point_color_3) 5%); padding: 25px; border-radius: 10px;}
.cayaContent .man_3 .st_box .st_img_box{position:relative; width: 220px; box-sizing: border-box; margin: 0 2% 0 0; }
.cayaContent .man_3 .st_box .st_img_box img{width: 100%; object-fit: cover; object-position: center; box-sizing: border-box; border-radius: 10% 0 10% 0; border: 4px solid var(--point_color_2);}
.cayaContent .man_3 .st_box .st_txt_box {display: flex; flex-direction: column; width: 100%;}
.cayaContent .man_3 .st_box .st_txt_box .txtname { margin-left: 20px; margin-bottom: 40px; border-bottom: 1px solid var(--point_color_2); width: 80%;}
.cayaContent .man_3 .st_box .st_txt_box .txtname p {font-size: 22px; color: #555; text-align: left;  font-weight: 500; margin-bottom: 5px;}
.cayaContent .man_3 .st_box .st_txt_box .txtname p:before {content:"\e80a"; color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 10px;  line-height:130%; font-family:fontello;}
.cayaContent .man_3 .st_box .st_txt_box .txtbox {margin-left: 44px; margin-bottom: 10px;}
.cayaContent .man_3 .st_box .st_txt_box .txtbox p{color: #555; text-align: left; margin-bottom: 0px; text-indent: -24px;}
.cayaContent .man_3 .st_box .st_txt_box .txtbox p:before {content:var(--4th_bullet); color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 10px;  line-height:130%; font-family:fontello;}

@media screen and (max-width:1024px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_3 .st_box .st_img_box{width: 200px;}
.cayaContent .man_3 .st_box .st_txt_box .txtbox p {font-size: 14px;}
}

@media screen and (max-width:870px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_3 .st_box .st_img_box{width: 150px;}
.cayaContent .man_3 .st_box .st_img_box .txtname p {font-size: 18px;}
.cayaContent .man_3 .st_box .st_txt_box .txtname { margin-left: 20px; margin-bottom: 20px;}
.cayaContent .man_3 .st_box .st_txt_box .txtbox { margin-left: 40px;}
}


@media screen and (max-width:750px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_3 {flex-direction: column;}
.cayaContent .man_3 .st_box{width: 100%;}
.cayaContent .man_3 .st_box .st_img_box img{width: 200px;}
.cayaContent .man_3 .st_box .st_img_box{width: 140px;}
.cayaContent .man_3 .st_box .st_img_box .txtname p {font-size: 22px;}
.cayaContent .man_3 .st_box .st_img_box .txtbox p{font-size: 16px;}
}


/*섬기는분들 template_4 man_4*/

.cayaContent .man_4 {display: flex; flex-wrap: wrap; box-sizing: border-box; justify-content: space-between;}
.cayaContent .man_4 .st_box {display: flex; width: 48%; margin: 2% 0; box-sizing: border-box;  padding: 25px; border-radius: 10px;}
.cayaContent .man_4 .st_box .st_img_box{position:relative; width: 550px; box-sizing: border-box; margin: 0 2% 0 0; }
.cayaContent .man_4 .st_box .st_img_box img{width: 100%; object-fit: cover; object-position: center; box-sizing: border-box; }
.cayaContent .man_4 .st_box .st_txt_box {display: flex; flex-direction: column; width: 100%; justify-content: flex-end;}
.cayaContent .man_4 .st_box .st_txt_box .txtname {display: flex; margin-left: 20px; margin-bottom: 30px; border-bottom: 1px solid var(--point_color_2); width: 80%;}
.cayaContent .man_4 .st_box .st_txt_box .txtname p {font-size: 20px; color: #555; text-align: left;  font-weight: 500; margin-bottom: 5px;}
.cayaContent .man_4 .st_box .st_txt_box .txtname p:before {content:"\e80a"; color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 10px;  line-height:130%; font-family:fontello;}
.cayaContent .man_4 .st_box .st_txt_box .txtbox {display: flex; flex-direction: column; margin-left: 44px; margin-bottom: 10px;}
.cayaContent .man_4 .st_box .st_txt_box .txtbox p{color: #555; text-align: left; margin-bottom: 0px; text-indent: -24px;}
.cayaContent .man_4 .st_box .st_txt_box .txtbox p:before {content:var(--4th_bullet); color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 6px; font-size: 20px; line-height:130%; font-family:fontello;}


@media screen and (max-width:1200px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_4 .st_box .st_txt_box .txtname p {font-size: 20px;}
.cayaContent .man_4 .st_box .st_txt_box .txtbox p {font-size: 14px;}
}



@media screen and (max-width:1024px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_4 .st_box .st_txt_box .txtbox p {font-size: 14px;}
}

@media screen and (max-width:870px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_4 .st_box .st_img_box .txtname p {font-size: 18px;}
.cayaContent .man_4 .st_box .st_txt_box .txtname p:before {display:none}
.cayaContent .man_4 .st_box .st_txt_box .txtname { margin-left: 20px; margin-bottom: 20px;}
.cayaContent .man_4 .st_box .st_txt_box .txtbox { margin-left: 40px;}
}


@media screen and (max-width:750px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_4 {flex-direction: column;}
.cayaContent .man_4 .st_box{width: 100%;}
.cayaContent .man_4 .st_box .st_img_box .txtname p {font-size: 20px;}
.cayaContent .man_4 .st_box .st_img_box .txtbox p{font-size: 16px;}
}

@media screen and (max-width:480px){
	/*-------- [Church Staff] --------*/

.cayaContent .man_4 .st_box .st_img_box .txtname p {font-size: 14px;}
.cayaContent .man_4 .st_box .st_img_box .txtbox p{font-size: 14px;}
}


/*섬기는분들 template_5 man_5*/

.cayaContent .man_5 {display: flex; flex-wrap: wrap; box-sizing: border-box; justify-content: space-between;}
.cayaContent .man_5 .st_box {display: flex; width: 48%; margin: 0 0 50px 0; box-sizing: border-box; border-radius: 10px;}
.cayaContent .man_5 .st_box .st_img_box{position:relative; width: 550px; box-sizing: border-box; margin: 0 2% 0 0; }
.cayaContent .man_5 .st_box .st_img_box img{width: 100%; object-fit: cover; object-position: center; box-sizing: border-box; }
.cayaContent .man_5 .st_box .st_txt_box {display: flex; flex-direction: column; width: 100%; justify-content: flex-end;}
.cayaContent .man_5 .st_box .st_txt_box .txtname {display: flex; margin-left: 20px; margin-bottom: 30px; border-bottom: 1px solid var(--point_color_2); width: 80%;}
.cayaContent .man_5 .st_box .st_txt_box .txtname p {font-size: 20px; color: #555; text-align: left;  font-weight: 500; margin-bottom: 5px;}
.cayaContent .man_5 .st_box .st_txt_box .txtname p:before {content:"\e80a"; color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 10px;  line-height:130%; font-family:fontello;}
.cayaContent .man_5 .st_box .st_txt_box .txtbox {display: flex; flex-direction: column; margin-left: 44px; margin-bottom: 10px;}
.cayaContent .man_5 .st_box .st_txt_box .txtbox p{color: #555; text-align: left; margin-bottom: 0px; text-indent: -24px;}
.cayaContent .man_5 .st_box .st_txt_box .txtbox p:before {content:var(--4th_bullet); color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 6px; font-size: 20px; line-height:130%; font-family:fontello;}
.cayaContent .man_5 .st_box_c {display: flex; flex-direction:column;  width: 48%; margin: 0 0 50px 0; box-sizing: border-box; }
.cayaContent .man_5 .st_box_c .st_img_box{position:relative;  box-sizing: border-box; }
.cayaContent .man_5 .st_box_c .st_img_box img{width: 100%; object-fit: cover; object-position: center; box-sizing: border-box; }
.cayaContent .man_5 .st_box_c .st_txt_box {display: flex; flex-direction: column; width: 100%; justify-content: flex-end; background: #f9f9f9;}
.cayaContent .man_5 .st_box_c .st_txt_box .txtname {display: flex; margin-bottom: 10px; margin-top: 30px; border-bottom: 1px solid var(--point_color_2); }
.cayaContent .man_5 .st_box_c .st_txt_box .txtname p {font-size: 20px; margin-left: 20px; color: #555;  text-align: left;  font-weight: 500; margin-bottom: 5px;}
.cayaContent .man_5 .st_box_c .st_txt_box .txtname p:before {content:"\e80a"; color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 10px;  line-height:130%; font-family:fontello;}
.cayaContent .man_5 .st_box_c .st_txt_box .txtbox {display: flex; flex-direction: column; margin-left: 44px; margin-bottom: 20px;}
.cayaContent .man_5 .st_box_c .st_txt_box .txtbox p{color: #555; font-size:16px; margin-left: 10px; text-align: left; margin-bottom: 0px; text-indent: -24px;}
.cayaContent .man_5 .st_box_c .st_txt_box .txtbox p:before {content:var(--4th_bullet); color: var(--point_color_2); vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 6px; font-size: 20px; line-height:130%; font-family:fontello;}


@media screen and (max-width:1200px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_5 .st_box .st_txt_box .txtname p {font-size: 20px;}
.cayaContent .man_5 .st_box .st_txt_box .txtbox p {font-size: 14px;}
}



@media screen and (max-width:1024px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_5 .st_box .st_txt_box .txtbox p {font-size: 14px;}
}

@media screen and (max-width:870px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_5 .st_box_c {width: 100%; margin: 2% 0; box-sizing: border-box;  padding: 25px; border-radius: 10px;}
.cayaContent .man_5 .st_box .st_img_box .txtname p {font-size: 18px;}
.cayaContent .man_5 .st_box .st_txt_box .txtname p:before {display:none}
.cayaContent .man_5 .st_box .st_txt_box .txtname { margin-left: 20px; margin-bottom: 20px;}
.cayaContent .man_5 .st_box .st_txt_box .txtbox { margin-left: 40px;}
}


@media screen and (max-width:750px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_5 {flex-direction: column;}
.cayaContent .man_5 .st_box{width: 100%;}
.cayaContent .man_5 .st_box .st_img_box .txtname p {font-size: 20px;}
.cayaContent .man_5 .st_box .st_img_box .txtbox p{font-size: 16px;}
}

@media screen and (max-width:480px){
	/*-------- [Church Staff] --------*/

.cayaContent .man_5 .st_box .st_img_box .txtname p {font-size: 14px;}
.cayaContent .man_5 .st_box .st_img_box .txtbox p{font-size: 14px;}
.cayaContent .man_5 .st_box_c .st_img_box .txtname p {font-size: 14px;}
.cayaContent .man_5 .st_box_c .st_img_box .txtbox p{font-size: 14px;}
}


/*섬기는분들 template_6 man_6*/

	/*template_6 공통(tab_box, title, bullet)*/
	.cayaContent #section_intro_man_6 .tab_box ul.tabs li {font-size:20px; color:#222; background:rgba(255,255,255,0.3);}
	.cayaContent #section_intro_man_6 .tab_box ul.tabs li.active {background-color: var(--point_color_2); color: #fff;}
	.cayaContent #section_intro_man_6 h2.title {color:#222;}
	.cayaContent #section_intro_man_6 .bul_4 {margin-left: 30px; margin-bottom: 10px;}

	@media screen and (max-width:1024px){
		.cayaContent #section_intro_man_6 .tab_box ul.tabs li {font-size:18px;}
	}
	@media screen and (max-width:480px){
		.cayaContent #section_intro_man_6 .tab_box ul.tabs li {font-size:16px;}
	}
	
	/*template_6 man_6*/
	.cayaContent .man_6 .st_box {display:table; width:100%; overflow:hidden; background:rgba(255,255,255,0.8); border-radius:20px; border:0; padding:40px; box-sizing:border-box;}

	.cayaContent .man_6 .st_box .st_img_box {display:table-cell; vertical-align:middle; width:40%; padding-right:20px; box-sizing:border-box;}
	.cayaContent .man_6 .st_box .st_img_box img {width:100%;}
	.cayaContent .man_6 .st_box .st_img_box h4 {font-size:24px; text-align:center; background-color:var(--point_color_2); color:#fff; padding:20px 0; border-radius:20px 0 20px 0; text-shadow:1px 1px 2px rgba(0,0,0,0.4);}
	.cayaContent .man_6 .st_box .st_img_box h4:before {content:"\f2be"; color:#fff; vertical-align:text-bottom; font-weight:500; padding-right:10px; line-height: 130%; font-family:fontello;}

	.cayaContent .man_6 .st_box .st_txt_box {display:table-cell; vertical-align:middle; width:60%; padding-left:40px;	box-sizing:border-box;}
	.cayaContent .man_6 .st_box .st_txt_box p span {font-size:26px;}
	.cayaContent .man_6 .st_box .st_txt_box .bul_4:before {padding-right:0;}
	
	@media screen and (max-width:1024px){
		.cayaContent .man_6 .st_box .st_img_box {display:block; width:100%; text-align:center; padding-right:0; padding-bottom:30px;}
		.cayaContent .man_6 .st_box .st_img_box img {width:400px;}
		.cayaContent .man_6 .st_box .st_txt_box {display:block; width:100%; padding-left:0;}
	}
	@media screen and (max-width:480px){
		.cayaContent .man_6 .st_box {padding:40px 20px;}
	}

	/*template_6 man_6_1*/
	.cayaContent .man_6_1 {width:100%; overflow:hidden; background:rgba(255,255,255,0.8); border-radius:20px; border:0; padding:40px; margin-bottom:40px; box-sizing:border-box;}
	.cayaContent .man_6_1 h3 {margin-bottom:30px;}

	.cayaContent .man_6_1 .st_box {float:left; display:table; width:50%; margin-bottom:40px; box-sizing:border-box;}

	.cayaContent .man_6_1 .st_box .st_img_box {display:table-cell; vertical-align:middle; width:30%; box-sizing:border-box;}
	.cayaContent .man_6_1 .st_box .st_img_box img {border:2px solid var(--point_color_2); border-radius:10px;}

	.cayaContent .man_6_1 .st_box .st_txt_box {display:table-cell; vertical-align:middle; width:70%; padding-left:30px; box-sizing:border-box;}
	.cayaContent .man_6_1 .st_box .st_txt_box h4:before {content:"\f2be"; color:var(--point_color_2); vertical-align:text-bottom; font-weight:500; padding-right:10px; line-height: 130%;   font-family: fontello;}

	@media screen and (max-width:800px){
		.cayaContent .man_6_1 .st_box {width:100%;}
	}
	@media screen and (max-width:480px){
		.cayaContent .man_6_1 {padding:40px 20px;}
		.cayaContent .man_6_1 .st_box .st_img_box {width:40%;}
		.cayaContent .man_6_1 .st_box .st_txt_box {width:60%;}
		.cayaContent .man_6_1 .st_box .st_txt_box h4 {margin-bottom:10px;}
	}

	/*template_6 man_6_2*/
	.cayaContent .man_6_2 {width:100%; overflow:hidden; background:rgba(255,255,255,0.8); border-radius:20px; border:0; padding:40px; margin-bottom:40px; box-sizing:border-box;}
	.cayaContent .man_6_2 h3 {margin-bottom:30px;}

	.cayaContent .man_6_2 .st_box {float:left; width:25%; text-align:center; margin-bottom:40px; box-sizing:border-box; padding:0 10px;}
	.cayaContent .man_6_2 .st_box img {border:2px solid var(--point_color_2); border-radius:10px;}
	.cayaContent .man_6_2 .st_box p {margin-top:20px; font-weight:500;}

	@media screen and (max-width:900px){
		.cayaContent .man_6_2 .st_box {width:33.33333%;}
	}
	@media screen and (max-width:690px){
		.cayaContent .man_6_2 .st_box {width:50%;}
	}
	@media screen and (max-width:480px){
		.cayaContent .man_6_2 {padding:40px 20px;}
	}

/*섬기는분들 template_7 man_7*/

.cayaContent .man_7 {display: flex; flex-wrap: wrap; box-sizing: border-box; justify-content: space-between;}
.cayaContent .man_7 .st_box {display: flex; width: 48%; margin: 2% 0; box-sizing: border-box; padding: 25px;}
.cayaContent .man_7 .st_box .st_img_box{position:relative; width: 230px; box-sizing: border-box; margin: 0 2% 0 0; }
.cayaContent .man_7 .st_box .st_img_box img{object-fit: cover; object-position: center; box-sizing: border-box; border-radius: 50%; border: 1px solid #d0d0d0;}
.cayaContent .man_7 .st_box .st_txt_box {display: flex; flex-direction: column; width: 100%; margin-top: 20px;}
.cayaContent .man_7 .st_box .st_txt_box .txtname { margin-left: 20px; margin-bottom: 25px; border-bottom: 1px solid #d0d0d0; width: 80%;}
.cayaContent .man_7 .st_box .st_txt_box .txtname p {font-size: 22px; color: #555; text-align: left;  font-weight: 500; margin-bottom: 25px;}
.cayaContent .man_7 .st_box .st_txt_box .txtname p:before {content:"\f138"; color: #a2db8e; vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 10px;  line-height:130%; font-family:fontello;}
.cayaContent .man_7 .st_box .st_txt_box .txtbox {margin-left: 44px; margin-bottom: 10px;}
.cayaContent .man_7 .st_box .st_txt_box .txtbox p{color: #555; text-align: left; margin-bottom: 0px; text-indent: -24px;}
.cayaContent .man_7 .st_box .st_txt_box .txtbox p:before {content:var(--4th_bullet); color: #a2db8e; vertical-align:text-bottom; font-weight:500; vertical-align:text-bottom; padding-right: 10px;  line-height:130%; font-family:fontello;}

@media screen and (max-width:1024px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_7 .st_box .st_img_box{width: 200px;}
.cayaContent .man_7 .st_box .st_txt_box .txtbox p {font-size: 14px;}
}

@media screen and (max-width:870px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_7 .st_box {width: 49%;}
.cayaContent .man_7 .st_box .st_img_box{width: 150px;}
.cayaContent .man_7 .st_box .st_img_box .txtname p {font-size: 18px;}
	.cayaContent .man_7 .st_box .st_txt_box{margin-top: 0px;}
.cayaContent .man_7 .st_box .st_txt_box .txtname { margin-left: 20px; margin-bottom: 20px;}
.cayaContent .man_7 .st_box .st_txt_box .txtbox { margin-left: 40px;}
}


@media screen and (max-width:750px){
	/*-------- [Church Staff] --------*/
.cayaContent .man_7 {flex-direction: column;}
.cayaContent .man_7 .st_box{width: 100%;}
.cayaContent .man_7 .st_box .st_img_box img{width: 200px;}
.cayaContent .man_7 .st_box .st_img_box{width: 140px;}
.cayaContent .man_7 .st_box .st_img_box .txtname p {font-size: 22px;}
.cayaContent .man_7 .st_box .st_img_box .txtbox p{font-size: 16px;}
}


/*교회정관 template_1  rule_1*/
.cayaContent .rule {padding:0 20px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
}

.cayaContent .rule_1 .rule_tit1 {font-size:30px; margin:40px 0; font-weight:500; text-align:center;}
.cayaContent .rule_1 .rule_tit2 {font-size:22px; margin:30px 0; font-weight:500; color:#486bcf; text-align:center;}
.cayaContent .rule_1 .rule_tit3 {font-size:20px; margin:20px 0; font-weight:500; color:#fb5959;}
.cayaContent .rule_1 .bold {font-weight:500;}

.cayaContent .rule_1 .rule_content p {line-height:145%;}
.cayaContent .rule_1 .rule_content ul li {line-height:145%; padding:5px 0; font-size:18px;}
.cayaContent .rule_1 .rule_content ul li span {padding-right:10px;}

.cayaContent .rule_1 .rule_box {border-top:1px dashed #aaa; margin-top:30px;}
.cayaContent .rule_1 .rule_box .text_indent1 {padding-left:20px;}
.cayaContent .rule_1 .rule_box .text_indent2 {padding-left:40px;}

.cayaContent .rule_1 .rule_footer {border-bottom:1px solid #aaa; padding:20px 0;}

.cayaContent .rule_1 .rule_revision h4 {text-align:right;}

@media screen and (max-width:1024px){
	.cayaContent .rule_1 .rule_tit1 {font-size:29px;}
	.cayaContent .rule_1 .rule_tit2 {font-size:21px;}
	.cayaContent .rule_1 .rule_tit3 {font-size:19px;}

	.cayaContent .rule .rule_content ul li {font-size:17px;}
}
@media screen and (max-width:450px){
	.cayaContent .rule_1 .rule_tit1 {font-size:28px;}
	.cayaContent .rule_1 .rule_tit2 {font-size:20px;}
	.cayaContent .rule_1 .rule_tit3 {font-size:18px;}

	.cayaContent .rule_1 .rule_content ul li {font-size:16px;}
}


/*탭 컨테이너 박스*/
.cayaContent .tab_box ul.tabs { width: 100%; color:#555; margin: 0; padding: 0; height: 30px; max-width:1200px; box-sizing: border-box; -webkit-box-sizing:border-box; margin-bottom: 80px;} 

.cayaContent .tab_box ul.tabs li { position: relative; float: left; text-align:center; cursor: pointer; width:33.333%; padding: 15px; line-height: 15px; border: 1px solid #dedede; border-left:0;  box-sizing: border-box; height: 50px;} 

.cayaContent .tab_box ul.tabs li:first-child { border-left:1px solid #dedede; } 
.cayaContent .tab_box ul.tabs li.active { background-color:var(--point_color_2); color:#fff; } 

.cayaContent .tab_box .tab_container { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; margin-top: 60px;} 
.cayaContent .tab_box .tab_content {}

@media screen and (max-width:580px){
.cayaContent .tab_box ul.tabs li {padding: 10px; line-height: 20px; font-size: 14px; height: 45px;}

}

.cayaContent .tab_box ul.tabs_2 { width: 100%; color:#555; margin: 0; padding: 0; height: 30px; max-width:1200px; box-sizing: border-box; -webkit-box-sizing:border-box; margin-bottom: 80px;} 

.cayaContent .tab_box ul.tabs_2 li { position: relative; float: left; text-align:center; cursor: pointer; width:33.333%; padding: 15px; line-height: 15px; border: 1px solid #dedede; border-left:0;  box-sizing: border-box; height: 50px;} 

.cayaContent .tab_box ul.tabs_2 li:first-child { border-left:1px solid #dedede; } 
.cayaContent .tab_box ul.tabs_2 li.active { background-color:var(--point_color_2); color:#fff; } 

.cayaContent .tab_box .tab_container { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; margin-top: 60px;} 
.cayaContent .tab_box .tab_content_2 {}

@media screen and (max-width:580px){
.cayaContent .tab_box ul.tabs_2 li {padding: 10px; line-height: 20px; font-size: 14px; height: 45px;}

}