@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_1  history_1_1  박스스크롤 형태*/
.cayaContent .history_1_1 {margin-bottom: 50px;}
.cayaContent .history_1_1 ul.tabs {overflow:hidden; width:100%;}
.cayaContent .history_1_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_1 ul.tabs li:last-child{border-right:1px solid #ddd !important;}
.cayaContent .history_1_1 ul.tabs li.active{background:#fff; color:#fb5959;}
.cayaContent .history_1_1 .tab_container{margin-top:0px;}
.cayaContent .history_1_1 .tab_content{display: none; padding:0 20px;}

.cayaContent .history_1_1 .tab_content > div{width:100%; display:table;}
.cayaContent .history_1_1 .tab_content > div h3,
.cayaContent .history_1_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_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_1 .tab_content > div ul{width:70%; padding-left:30px; border-left:1px solid #ddd;}
.cayaContent .history_1_1 .tab_content > div ul li{width:100%; display:table; margin:20px 0;}
.cayaContent .history_1_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_1 .tab_content > div ul li > p:first-child{width:30%; font-weight:400; color:#222; line-height:135%;}
.cayaContent .history_1_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_1 {margin-bottom: 40px;}
    .cayaContent .history_1_1 .tab_content > div h3,
    .cayaContent .history_1_1 .tab_content > div ul{display:block;}
	.cayaContent .history_1_1 .tab_content > div h3{font-size:24px; width:100%; margin-bottom:30px;}
	.cayaContent .history_1_1 .tab_content > div ul{width:100%; padding-left:20px;}
	.cayaContent .history_1_1 ul.tabs li{width:50%; font-size:17px;}
	.cayaContent .history_1_1 ul.tabs li:nth-child(1),
    .cayaContent .history_1_1 ul.tabs li:nth-child(2) {border-bottom:0 !important;}
	.cayaContent .history_1_1 ul.tabs li:nth-child(2) {border-right:1px solid #ddd !important;}
}
@media screen and (max-width:600px){ 
	.cayaContent .history_1_1 .tab_content > div ul li > p:first-child{width:35%;}
	.cayaContent .history_1_1 .tab_content > div ul li > p:last-child{width:65%;}
}
@media screen and (max-width:450px){
	.cayaContent .history_1_1 ul.tabs li{font-size:16px;}
	.cayaContent .history_1_1 .tab_content > div ul li > p:first-child{width:40%;}
	.cayaContent .history_1_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_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; align-items: flex-end;}
.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_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;}

}


/*조직*/
.cayaContent .orgarea {position: relative; margin-bottom: 40px;}
.cayaContent .orgarea div {text-align: center; position: relative;}
.cayaContent .orgarea span {display: block;}
.cayaContent .org_first {position: relative; width: 33.333%; padding: 10px 0; background-color: #00b7f0; color: #fff; margin: 0 auto; font-size: 25px; font-weight: 500; border-radius: 10px; box-shadow: 1px 1px 5px #ccc;}
.cayaContent .org_first2 {position: relative; width: 33.333%; padding: 10px 0; background-color: #50E574; color: #fff; margin: 0 auto; font-size: 25px; font-weight: 500; border-radius: 10px; box-shadow: 1px 1px 5px #ccc;}
.cayaContent .centerline{position: absolute; content: ""; display: block; width: 33.333%; background-color: #d7d7d7; height: 1px; left: 66.665%; top: 25px;}
.cayaContent .orgarea .org_gomun {position: absolute; right: 0; top: 0; width: 20%; background-color: #f89932; padding: 10px 0; color: #fff; margin: 0 auto; font-size: 20px; font-weight: 500; border-radius: 10px; box-shadow: 1px 1px 5px #ccc;}
.cayaContent .orgarea .oneline.org_line {height: 50px;}
.cayaContent .orgarea .oneline {display: block; position: relative; width: 1px; left: 50%; border-left: 1px solid #d7d7d7; height: 30px;}
.cayaContent .orgarea .clear{clear: both;}
.cayaContent .org_second{position: relative; width: 100%; overflow: hidden;}
.cayaContent .org_second::before{position: absolute; content: ""; display: block; width: 74.94%; border-top: 1px solid #d7d7d7; left: 12.49%;}
.cayaContent .org_second .org_second_box{padding-top: 0px; float: left; width: 24.98%;}
.cayaContent .org_second .org_second_box::before {position: relative; content: ""; display: block; width: 1px; border-left: 1px solid #d7d7d7; left: 50%; height: 40px;}
.cayaContent .org_second .org_second_box .org_second_tit {background-color: #f7f7f7; color: #333; border: 2px solid #265d9f; width: 75%; margin: 0 auto; padding: 10px 0; font-size: 18px; font-weight: 500; border-radius: 10px; box-shadow: 1px 1px 5px #ccc;}
.cayaContent .org_second .org_second_box .org_second_sub {background-color: #ccc; color: #333; width: 75%; margin: 0 auto; padding: 10px 0; font-size: 18px; font-weight: 500; border-radius: 10px; box-shadow: 1px 1px 5px #ccc; line-height: 200%;}
.cayaContent .orgarea .org_line{display: block; position: relative; width: 1px; left: 50%; border-left: 1px solid #d7d7d7; height: 30px;}

.cayaContent .orgarea ul {overflow: hidden;}
.cayaContent .orgarea ul li{float: left; display: block; background-color: #f7f7f7; color: #333; border: 2px solid #50E574; margin: 10px; padding: 10px 55px; font-size: 18px; font-weight: 500; border-radius: 10px; box-shadow: 1px 1px 5px #ccc;}

@media screen and (max-width:640px){
.cayaContent .orgarea .org_gomun {width: 30%;}
.cayaContent .org_second::before{display: none;}
.cayaContent .org_second .org_second_box{float: none; width: 100%;}

}