@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*/ /*해당 css 사용중인 샘플이 없어서 주석처리 해놓음*/

/*.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*/
.cayaContent #section_history_3 {width:100%; background:url("/image/section/history_3/main_bg.jpg")no-repeat center center; background-size:cover;}
.cayaContent #section_history_3 .cons {max-width:1720px; margin-bottom:0; padding:120px 0;}

	.cayaContent #section_history_3 .cons .history_3 {padding:0 20px; box-sizing:border-box;}
	.cayaContent #section_history_3 .cons .history_3 .tabs {width:100%; overflow:hidden; margin:120px 0;}
	.cayaContent #section_history_3 .cons .history_3 .tabs li {float:left; width:33.33333%; text-align:center; color:#fff; font-family:"GmarketSansMedium"; font-size:26px; border:1px solid #fff; padding:22px 0 16px; box-sizing:border-box; cursor:pointer;}
	.cayaContent #section_history_3 .cons .history_3 .tabs li.active {background:rgba(238,127,46,0.8);}

	@media screen and (max-width: 1200px){
		.cayaContent #section_history_3 .cons .history_3 {padding:0;}
	}
	@media screen and (max-width: 1024px){	
		.cayaContent #section_history_3 .cons {padding:40px 0;}
		
		.cayaContent #section_history_3 .cons .history_3 .tabs {margin:60px 0;}
		.cayaContent #section_history_3 .cons .history_3 .tabs li {font-size:20px;}
	}
	@media screen and (max-width: 600px){	
		.cayaContent #section_history_3 .cons .history_3 .tabs li {width:100%; font-size:18px;}
	}

	.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon {width:100%; overflow:hidden; margin-bottom:100px; border-bottom: 1px solid #ddd; padding-bottom: 50px;}
	.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:last-child {margin-bottom:0;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox {float:left; width:33%; position:relative; transition:all 0.3s;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox h2 {position:relative;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox h2 img {width:100%;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox h2 .hover_wrap {position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); transition:all 0.3s;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox h1 {position: absolute; right: -50px; bottom: 50px; text-shadow:3px 3px 5px rgba(0,0,0,0.7);}

		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .rightbox {float:right; width:33%; transition:all 0.3s;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .rightbox ul li {margin-bottom:40px;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .rightbox ul li h4 {margin-bottom:0;}

			.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:hover .leftbox {width:40%;}
			.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:hover .leftbox h2 .hover_wrap {background:none;}
			.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:hover .rightbox {width:35%;} 

	@media screen and (max-width: 1024px){
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon {margin-bottom: 50px;}
			.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox {width:40%;}
			.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox h2 .hover_wrap {background:none;}
			.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .rightbox {width:40%;}

				.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:hover .leftbox {width:40%;}
				.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:hover .rightbox {width:40%;} 
	}
	@media screen and (max-width: 900px){
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox {float:none; width:100%;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .leftbox h1 {position: relative; top: -40px; left: 30px; margin-bottom:0;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon .rightbox {float:none; width:100%; padding:0 30px;}

		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:hover .leftbox {width:100%;}
		.cayaContent #section_history_3 .cons .history_3 .history_3_tabcon:hover .rightbox {width:100%;} 
	}

/*연혁 template_4  history_4*/
.cayaContent .history_4 {margin-bottom: 200px;}
.cayaContent .history_4 .year_box{position: absolute; top: 440px; left: -360px; width: 710px; height: 260px; background-color: #00a297; z-index:99;}
.cayaContent .history_4 .year_box .year_txt {width: 350px; margin: 40px 0px 0px 340px;}
.cayaContent .history_4 .year_box .year_txt p{font-size: 55px; margin-bottom: 0px;}
.cayaContent .history_4 .year_box .year_txt .line {display: block; width: 1px; height: 30px; margin: 0 auto; background-color: #80d1cb;}
.cayaContent .history_4 ul.tabs {overflow:hidden; width:100%;}
.cayaContent .history_4 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_4 ul.tabs li:last-child{border-right:1px solid #ddd !important;}
.cayaContent .history_4 ul.tabs li.active{background:#000; color:#fff;}
.cayaContent .history_4 .tab_container{margin-top:0px;}
.cayaContent .history_4 .tab_content{display: none;}

.cayaContent .history_4 .tab_content .img_box {width: 100%; height: 260px; padding-top:60px; background:url("/image/section/history_4/bg1.jpg") no-repeat center center;}
.cayaContent .history_4 .tab_content .contents{display:table; margin-top: 80px;}
.cayaContent .history_4 .tab_content .contents h3,
.cayaContent .history_4 .tab_content .contents 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_4 .tab_content .contents ul{}
.cayaContent .history_4 .tab_content .contents ul li{width:90%; display:table; margin-bottom:40px; margin-left: 15px; }

.cayaContent .history_4 .tab_content .contents 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_4 .tab_content .contents ul li > p:first-child{width:35%; font-weight:400; color:#222; line-height:135%;}
.cayaContent .history_4 .tab_content .contents ul li > p:last-child{width:65%; padding-left:10px; padding-top: 10px; color:#444; line-height:135%;}
.cayaContent .history_4 .tab_content .contents .bul_3 {font-size: 30px;}
.cayaContent .history_4 .tab_content .contents .bul_3:before {font-size: 24px; color:#00a297; }


@media screen and (max-width:1024px){ 
    .cayaContent .history_4 {margin-bottom: 40px;}
	.cayaContent .history_4 .year_box {display: none;}
	.cayaContent .history_4 .tab_container{margin:0 auto; width:96%}
	.cayaContent .history_4 .tab_content .contents {margin-top: 0px;}
    .cayaContent .history_4 .tab_content .contents h3,
    .cayaContent .history_4 .tab_content .contents ul{display:block;}
	.cayaContent .history_4 .tab_content .contents h3{font-size:24px; width:100%; margin-bottom:30px;}
	.cayaContent .history_4 .tab_content .contents ul{width:100%; padding-left:20px;}
	.cayaContent .history_4 .tab_content .contents .bul_3 {font-size: 24px;}
	.cayaContent .history_4 .tab_content .contents .bul_3:before {font-size: 20px;}
	.cayaContent .history_4 ul.tabs {width:96%; margin: 0 auto;}
	.cayaContent .history_4 ul.tabs li{width:50%; font-size:17px;}
	.cayaContent .history_4 ul.tabs li:nth-child(1),
    .cayaContent .history_4 ul.tabs li:nth-child(2) {border-bottom:0 !important;}
	.cayaContent .history_4 ul.tabs li:nth-child(2) {border-right:1px solid #ddd !important;}
}
@media screen and (max-width:600px){ 
	.cayaContent .history_4 .tab_content .img_box {height: 200px; padding-top: 30px;}
	.cayaContent .history_4 .tab_content .contents .bul_3 {font-size: 20px;}
	.cayaContent .history_4 .tab_content .contents .bul_3:before {font-size: 18px;}
	.cayaContent .history_4 .tab_content .contents ul li > p:first-child{width:35%;}
	.cayaContent .history_4 .tab_content .contents ul li > p:last-child{width:65%; padding-top: 0px;}
}
@media screen and (max-width:450px){
	.cayaContent .history_4 .tab_content .img_box {height: 160px;}
	.cayaContent .history_4 ul.tabs li{font-size:16px;}
	.cayaContent .history_4 .tab_content .contents ul li > p:first-child{width:40%;}
	.cayaContent .history_4 .tab_content .contents ul li > p:last-child{width:60%;}
}

/*연혁 template_5  history_5*/
.cayaContent .history_5 {overflow:hidden; width:100%; padding-top:50px;}

.cayaContent .history_5 ul.tabs_2 {float:left; width:50%; box-sizing:border-box; padding-top:150px;}
	.cayaContent .history_5 ul.tabs_2 h3 {color:#ff9a00;}
	.cayaContent .history_5 ul.tabs_2 li {float: left; width: 30%; border: 1px solid #fff; margin-right: 3%; text-align: center; padding: 20px 0; color: #fff; font-size: 18px; cursor:pointer;}
	.cayaContent .history_5 ul.tabs_2 li.active {color:#ff9a00; border: 1px solid #ff9a00;}

.cayaContent .history_5 .tab_container {float:left; width:45%; box-sizing:border-box; border:none;}
	.cayaContent .history_5 .tab_container .tab_content_2 {}
	.cayaContent .history_5 .tab_container .tab_content_2 div {border-bottom:1px solid #fff; margin-bottom:30px; padding-bottom:30px; width:100%; overflow:hidden;}
	.cayaContent .history_5 .tab_container .tab_content_2 div h1 {float: left; width: 25%;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul {float: left; width: 75%;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul li {width:100%; overflow:hidden;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul li p {float: left; color: #fff; font-weight:300;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul li p:first-child {width:30%;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul li p:last-child {width:70%;}

.cayaContent .history_5 h2 {float:left; width:5%; box-sizing:border-box; padding-top:230px;}
	.cayaContent .history_5 h2 img {float:right;}

@media screen and (max-width:1200px){
	.cayaContent .history_5 {padding:0 0 80px;}
}
@media screen and (max-width:1024px){
	.cayaContent .history_5 ul.tabs_2 {padding-top: 0; float: none; width: 96%; overflow: hidden; margin: 0 auto 50px;}
	.cayaContent .history_5 .tab_container {float: none; width: 96%; border: 1px solid #fff; margin: 0 auto;}
	.cayaContent .history_5 h2 {display:none;}
}
@media screen and (max-width:480px){
	.cayaContent .history_5 ul.tabs_2 {margin:0 0 50px;}
	.cayaContent .history_5 .tab_container {margin:0;}
	.cayaContent .history_5 .tab_container .tab_content_2 div h1 {font-size:26px; float:none; width:100%;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul {float:none; width:100%;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul li p:first-child {width:35%;}
	.cayaContent .history_5 .tab_container .tab_content_2 div ul li p:last-child {width:65%;}
}

/*연혁 template_6  history_6*/

	/*history_6 tabs_2*/
	.cayaContent .history_6 {overflow:hidden;}
	.cayaContent .history_6 ul.tabs_2 {height:auto; width:auto; float:right; margin-bottom:60px;}
	.cayaContent .history_6 ul.tabs_2 li {float:left; border:none; font-size:24px; width:auto; height:auto; color:#000; border-bottom:6px solid #000; margin:0 10px; padding: 0 10px; line-height:150%; cursor:pointer;}
	.cayaContent .history_6 ul.tabs_2 li:first-child {border-left:none;}
	.cayaContent .history_6 ul.tabs_2 li.active {background-color:transparent; color:#00c995; border-bottom:6px solid #00c995;}

	.cayaContent .history_6 .tab_container {overflow:hidden; clear:both;}
	
	@media screen and (max-width:900px){
		.cayaContent .history_6 ul.tabs_2 {margin-bottom:30px;}
	}
	@media screen and (max-width:600px){
		.cayaContent .history_6 ul.tabs_2 li {font-size:18px; margin:0 4px; padding:0 4px;}
	}

	/*tab_containter*/
	.cayaContent .history_6 .visual {padding:100px 0; width:100%; margin-bottom: 80px;}
		.cayaContent .history_6 .visual.vis1 {background:url("/image/section/history_6/vis1.jpg")no-repeat center center; background-size:cover;}
		.cayaContent .history_6 .visual.vis2 {background:url("/image/section/history_6/vis2.jpg")no-repeat center center; background-size:cover;}
		.cayaContent .history_6 .visual.vis3 {background:url("/image/section/history_6/vis3.jpg")no-repeat center center; background-size:cover;}
	.cayaContent .history_6 .visual h1 {text-shadow:3px 3px 3px rgba(0,0,0,0.5);}
	.cayaContent .history_6 .visual h2 {text-shadow:3px 3px 3px rgba(0,0,0,0.5); margin-bottom:0;}

	.cayaContent .history_6 .text {position:relative; overflow:hidden; width:100%; padding-top:20px;}
	.cayaContent .history_6 .text:before {content: ''; position: absolute; height: 100%; width: 1px; background: #333; left: 50%;}

		.cayaContent .history_6 .text .right {position:relative; float:right; width:50%; box-sizing:border-box; clear:both;}
		.cayaContent .history_6 .text .right:before {content:''; position:absolute; border:1px solid #00c995; border-radius:50%; width:26px; height:26px; background:#fff; z-index:99; left:-13px;}
		.cayaContent .history_6 .text .right:after {content:''; position:absolute; border-radius:50%; width:10px; height:10px; background:#00c995; z-index:999; left:-5px; top:8px;}
		.cayaContent .history_6 .text .right ul {margin-left:90px;}

		.cayaContent .history_6 .text .left {position:relative; float:left; width:50%; box-sizing:border-box; clear:both;}
		.cayaContent .history_6 .text .left:before {content:''; position:absolute; border:1px solid #00c995; border-radius:50%; width:26px; height:26px; background:#fff; z-index:99; right:-13px;}
		.cayaContent .history_6 .text .left:after {content:''; position:absolute; border-radius:50%; width:10px; height:10px; background:#00c995; z-index:999; right:-5px; top:8px;}
		.cayaContent .history_6 .text .left ul {margin-right:90px;}

		.cayaContent .history_6 .text div h1.ff_10 {position:relative; top:-4px; font-size:28px; color:#00c995;}
		.cayaContent .history_6 .text div h1.ff_10 span {width:70px; height:1px; background:#333; display:inline-block; vertical-align:middle; margin:0 10px;}
		.cayaContent .history_6 .text div ul {border-radius:20px; background:#ddd; padding:30px; box-sizing:border-box;}
		.cayaContent .history_6 .text div ul li {overflow:hidden; width:100%;}
		.cayaContent .history_6 .text div ul li p {float:left; margin-bottom:10px;}
		.cayaContent .history_6 .text div ul li p:nth-child(1) {width:28%; font-size:20px; color:#333; font-family:"GmarketSansMedium"; padding-right:10px; box-sizing:border-box;}
		.cayaContent .history_6 .text div ul li p:nth-child(2) {width:72%; font-size:18px; color:#555;}

		@media screen and (max-width:1200px){
			.cayaContent .history_6 .text div ul li p:nth-child(1) {width:34%; font-size:18px;}
			.cayaContent .history_6 .text div ul li p:nth-child(2) {width:66%; font-size:16px;}
		}
		@media screen and (max-width:1024px){
			.cayaContent .history_6 .text div ul li p {float:none;}
			.cayaContent .history_6 .text div ul li p:nth-child(1) {width:100%; margin-bottom:0px;}
			.cayaContent .history_6 .text div ul li p:nth-child(2) {width:100%; margin-bottom:20px;}
		}
		@media screen and (max-width:900px){
			.cayaContent .history_6 .visual {padding:70px 0; margin-bottom: 30px;}
			.cayaContent .history_6 .visual h1 {font-size:30px;}
			.cayaContent .history_6 .visual h2 {font-size:20px;}

			.cayaContent .history_6 .text:before {display:none;}

			.cayaContent .history_6 .text .right {width:100%;}
			.cayaContent .history_6 .text .right:before {left:0px;}
			.cayaContent .history_6 .text .right:after {left:8px;}
			.cayaContent .history_6 .text .right ul {margin-left:0; margin-bottom:40px;}

			.cayaContent .history_6 .text .left {width:100%;}
			.cayaContent .history_6 .text .left:before {right:0px;}
			.cayaContent .history_6 .text .left:after {right:8px;}
			.cayaContent .history_6 .text .left ul {margin-right:0; margin-bottom:40px;}
		}
		@media screen and (max-width:600px){
			.cayaContent .history_6 .visual h1 {font-size:26px;}	

			.cayaContent .history_6 .text div h1.ff_10 {font-size:26px;}
		}


/*섬기는분들 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_8 man_8*/

	/*tab_box*/
	.cayaContent #section_intro_man_8 .tab_box .tab_content {overflow:hidden;}
	.cayaContent #section_intro_man_8 .tab_box ul.tabs {overflow:hidden; height:auto; margin-bottom:50px;}
	.cayaContent #section_intro_man_8 .tab_box ul.tabs li {width:50%; color:#fff; font-family:"GmarketSansMedium"; font-size:24px; padding:27px 0 20px; height:auto;}
	.cayaContent #section_intro_man_8 .tab_box ul.tabs li.active {background:rgba(238,127,46,0.8);}

	@media screen and (max-width:1024px){
		.cayaContent #section_intro_man_8 .tab_box ul.tabs li {font-size:22px;}
	}
	@media screen and (max-width:600px){
		.cayaContent #section_intro_man_8 .tab_box ul.tabs li {font-size:20px;}
	}

	/*man_8*/
	.cayaContent .man_8 {margin-bottom:60px;}

	.cayaContent .man_8 h3.fc_w {position:relative; margin-bottom:30px;}
	.cayaContent .man_8 h3.fc_w:after {content:""; position:absolute; left:10%; top:50%; width:90%; height:1px; background:#fff;}

	.cayaContent .man_8 .man_8_box {width:100%; overflow:hidden; box-sizing:border-box;}
	.cayaContent .man_8 .man_8_box .inbox {float:left; width:23%; margin:0 1%; box-sizing:border-box;  background:rgba(255,255,255,0.6); padding:40px 0;}
	.cayaContent .man_8 .man_8_box .inbox h1 {margin-bottom:30px;}
	.cayaContent .man_8 .man_8_box .inbox h3 {color:#000;}
	.cayaContent .man_8 .man_8_box .inbox h3 span {color:#0d4490; padding-left:6px; font-size:20px;}
	.cayaContent .man_8 .man_8_box .inbox .circle {position:relative; left:50%; margin-left:-3px; width:6px; height:6px; border-radius:50%; background:#555; margin-bottom:20px;}
	.cayaContent .man_8 .man_8_box .inbox p {color:#000;}
	
	@media screen and (max-width:1024px){
		.cayaContent .man_8 h3.fc_w:after {left:16%; width:82%;}

		.cayaContent .man_8 .man_8_box .inbox {width:48%; margin-bottom:20px;}
	}
	@media screen and (max-width:600px){
		.cayaContent .man_8 h3.fc_w:after {left:24%; width:76%;}
		.cayaContent .man_8 .man_8_box .inbox {width:98%; margin-bottom:20px;}
	}

/*섬기는분들 template_9 man_9*/

	/*tab_box*/
	.cayaContent #section_intro_man_9 .tab_box .tab_content {overflow:hidden;}
	.cayaContent #section_intro_man_9 .tab_box ul.tabs {overflow:hidden; height:auto; margin-bottom:50px;}
	.cayaContent #section_intro_man_9 .tab_box ul.tabs li {width:50%; font-size:24px; padding:20px 0; height:auto; border:1px solid #aaa;}
	.cayaContent #section_intro_man_9 .tab_box ul.tabs li.active {background:#555;}

	@media screen and (max-width:1024px){
		.cayaContent #section_intro_man_9 .tab_box ul.tabs li {font-size:20px; padding:17px 0;}
	}
	@media screen and (max-width:600px){
		.cayaContent #section_intro_man_9 .tab_box ul.tabs li {font-size:18px; padding:15px 0;}
	}

	/*man_9*/
	.cayaContent .man_9 .man_9_box {width:100%; overflow:hidden; box-sizing:border-box; margin-bottom: 60px;}
	.cayaContent .man_9 .man_9_box .inbox {position:relative; float:left; width:23%; margin:20px 1%; box-sizing:border-box;}
	.cayaContent .man_9 .man_9_box .inbox img {width:100%; border:1px solid #ddd;}
	.cayaContent .man_9 .man_9_box .inbox .txt {position:absolute; bottom:0; width:100%; background:rgba(0,0,0,0.7); padding:18px 0;}
	.cayaContent .man_9 .man_9_box .inbox .txt h3 {margin-bottom:7px; font-size:20px; font-weight:400;}
	.cayaContent .man_9 .man_9_box .inbox .txt h3 span {color:#bebebe;}
	.cayaContent .man_9 .man_9_box .inbox .txt p {font-size:16px;}

	@media screen and (max-width:1024px){
		.cayaContent .man_9 .man_9_box .inbox .txt {padding:15px 0;}
		.cayaContent .man_9 .man_9_box .inbox .txt h3 {font-size:18px;}
		.cayaContent .man_9 .man_9_box .inbox .txt p {font-size:16px;}
	}
	@media screen and (max-width:800px){
		.cayaContent .man_9 .man_9_box .inbox {width:48%;}
	}
	@media screen and (max-width:600px){
		.cayaContent .man_9 .man_9_box .inbox .txt {position: relative; background: none;}
		.cayaContent .man_9 .man_9_box .inbox .txt .fc_w {color:#000;}
		.cayaContent .man_9 .man_9_box .inbox .txt .fc_w span {color:#555;}
	}

/*섬기는분들 template_10 man_10*/

	/*tab_box*/
	.cayaContent #section_intro_man_10 .tab_box {overflow:hidden;}
	.cayaContent #section_intro_man_10 .tab_box ul.tabs {height:auto; width:auto; float:right; margin-bottom:60px;}
	.cayaContent #section_intro_man_10 .tab_box ul.tabs li {border:none; font-size:24px; width:auto; height:auto; color:#000; border-bottom:6px solid #000; margin:0 10px;}
	.cayaContent #section_intro_man_10 .tab_box ul.tabs li:first-child {border-left:none;}
	.cayaContent #section_intro_man_10 .tab_box ul.tabs li.active {background-color:transparent; color:#00c995; border-bottom:6px solid #00c995;}

	.cayaContent #section_intro_man_10 .tab_box .tab_container {overflow:hidden;}
	
	/*man_10*/
	.cayaContent .man_10 h3 {font-size:24px;}
	.cayaContent .man_10 h3:before {content:""; display:inline-block; width:10px; height:26px; background:#00c995; margin-right:10px; position:relative; top:5px;}
	.cayaContent .man_10 .man_10_box {width:100%; overflow:hidden;}

		/*inbox*/
		.cayaContent .man_10 .man_10_box .inbox {float:left; width:48%; border: 2px solid #ddd; padding:20px; overflow:hidden; box-sizing:border-box; margin:0 1% 20px; display:table;}
		.cayaContent .man_10 .man_10_box .inbox h2 {display:table-cell; vertical-align:middle; width:226px; margin-bottom:0;}
		.cayaContent .man_10 .man_10_box .inbox h2 img {border:1px solid #ddd;}
		.cayaContent .man_10 .man_10_box .inbox .text {display:table-cell; vertical-align:middle;}
		.cayaContent .man_10 .man_10_box .inbox .text h4 {font-size:22px; color:#000;}
		.cayaContent .man_10 .man_10_box .inbox .text h4 span {font-size:20px; color:#555;}
		.cayaContent .man_10 .man_10_box .inbox .text div {width:100%; overflow:hidden;}
		.cayaContent .man_10 .man_10_box .inbox .text div h5 {float:left; width:32%; border:2px solid #00c995; border-radius:30px; height:auto; padding:8px 0 4px; text-align:center; color:#086c52;}
		.cayaContent .man_10 .man_10_box .inbox .text div p {float:left; width:64%; margin-left:4%; padding-top:5px; word-break:break-all;}

		@media screen and (max-width:1024px){
			.cayaContent .man_10 .man_10_box .inbox {float:none; width:100%; margin:0 0 20px;}
		}
		@media screen and (max-width:600px){
			.cayaContent .man_10 .man_10_box .inbox h2 {width:40%; padding-right:20px;}
			.cayaContent .man_10 .man_10_box .inbox .text {width:60%;}
		}
		@media screen and (max-width:450px){
			.cayaContent .man_10 .man_10_box .inbox {padding:14px;}
			.cayaContent .man_10 .man_10_box .inbox h2 {padding-right:14px;}
			.cayaContent .man_10 .man_10_box .inbox .text h4 {font-size:20px; margin-bottom:10px;}
			.cayaContent .man_10 .man_10_box .inbox .text h4 span {font-size:18px;}
			.cayaContent .man_10 .man_10_box .inbox .text div h5 {margin-bottom:10px;}
		}

		/*inbox2*/
		.cayaContent .man_10 .man_10_box .inbox2 {width:23%;}
		.cayaContent .man_10 .man_10_box .inbox2 h2 {display: block; width: 100%; text-align: center; margin-bottom: 20px;}
		.cayaContent .man_10 .man_10_box .inbox2 .text {display: block; width: 100%;}
		.cayaContent .man_10 .man_10_box .inbox2 .text h4 {text-align: center; margin-bottom: 0;}
		
		@media screen and (max-width:1024px){
			.cayaContent .man_10 .man_10_box .inbox2 {float:left; margin:0 1% 20px; width:48%;}
		}
		@media screen and (max-width:600px){
			.cayaContent .man_10 .man_10_box .inbox2 h2 {padding-right:0;}
		}




/*교회정관 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;}

}