@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_7  history_7*/

	/*history_7 tabs_2*/
	.cayaContent #section_history_7 .history_7 {position:relative; overflow:hidden; padding-bottom:80px;}
		.cayaContent #section_history_7 .history_7:before {content:""; display:block; position:absolute; top:80px; border:2px solid #ddd; width:100%;}
	.cayaContent #section_history_7 .history_7 ul.tabs_2 {position:relative; width:620px; left:50%; margin-left:-310px; height:auto; overflow:hidden; margin-bottom:0; padding:50px 0 30px;}
	.cayaContent #section_history_7 .history_7 ul.tabs_2 li {cursor:pointer; float:left; width:200px; margin-right:10px; border:none; background:#ede2ef; color:#827484; border-radius:40px; font-size:24px; height: auto; padding: 25px 0 20px; text-align:center;}
	.cayaContent #section_history_7 .history_7 ul.tabs_2 li:last-child {margin-right:0px;}
	.cayaContent #section_history_7 .history_7 ul.tabs_2 li.active {background-color:#c7a9cd; color:#fff;}

	@media screen and (max-width:660px){
		.cayaContent #section_history_7 .history_7 {padding-bottom:0;}
			.cayaContent #section_history_7 .history_7:before {top:40px;}
		.cayaContent #section_history_7 .history_7 ul.tabs_2 {width:440px; margin-left:-220px; padding: 10px 0 0;}
		.cayaContent #section_history_7 .history_7 ul.tabs_2 li {width:140px; font-size:18px; line-height:15px;}
	}

	@media screen and (max-width:450px){
		.cayaContent #section_history_7 .history_7 ul.tabs_2 {width:320px; margin-left:-160px; padding: 10px 0 0;}
		.cayaContent #section_history_7 .history_7 ul.tabs_2 li {width:100px; font-size:16px;}
	}
	
	/*tab_content_2*/
	.cayaContent .history_7 .tab_content_2 > div{width:100%; display:table;}
	.cayaContent .history_7 .tab_content_2 > div h3,
	.cayaContent .history_7 .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_7 .tab_content_2 > div h3{width:25%; font-size:35px; font-family: "GmarketSansMedium"; letter-spacing:-1px; padding-top:15px; padding-right:30px;}
	.cayaContent .history_7 .tab_content_2 > div ul{width:75%; padding-left:30px; border-left:1px solid #ddd;}
	.cayaContent .history_7 .tab_content_2 > div ul li{width:100%; display:table; margin:20px 0;}
	.cayaContent .history_7 .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_7 .tab_content_2 > div ul li > p:first-child{width:30%; font-weight:400; color:#222; line-height:135%;}
	.cayaContent .history_7 .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_7 .tab_content_2 > div h3,
		.cayaContent .history_7 .tab_content_2 > div ul{display:block;}
		.cayaContent .history_7 .tab_content_2 > div h3{font-size:30px; width:100%; margin-bottom:50px; text-align:center; padding-right:0;}
		.cayaContent .history_7 .tab_content_2 > div ul{width:100%; padding-left:20px; border-left:0;}
	}
	@media screen and (max-width:600px){ 
		.cayaContent .history_7 .tab_content_2 > div ul li > p:first-child{width:35%;}
		.cayaContent .history_7 .tab_content_2 > div ul li > p:last-child{width:65%;}
	}
	@media screen and (max-width:450px){
		.cayaContent .history_7 .tab_content_2 > div h3{font-size:24px;}
		.cayaContent .history_7 .tab_content_2 > div ul li > p:first-child{width:40%;}
		.cayaContent .history_7 .tab_content_2 > div ul li > p:last-child{width:60%;}
	}


/*연혁 template_8  history_8*/
	/*top*/
	.cayaContent #section_history_8 .top {
		width:100%; display:table; overflow:hidden; height:540px; 
		background:url("/image/section/history_8/top_bg.jpg")no-repeat center center; background-size:cover; margin-bottom:100px;
	}
	.cayaContent #section_history_8 .top h1.title_w {display:table-cell; vertical-align:middle; padding-top:0; margin-bottom:0; font-size:40px;}

	@media screen and (max-width:1024px){ 
		.cayaContent #section_history_8 .top {height:400px; margin-bottom:50px;}
		.cayaContent #section_history_8 .top h1.title_w {font-size:36px;}
	}
	@media screen and (max-width:600px){ 
		.cayaContent #section_history_8 .top {height:250px;}
		.cayaContent #section_history_8 .top h1.title_w {font-size:30px;}
	}
	
	/*tabs_2*/
	.cayaContent #section_history_8 .tabs_2_before {position:relative; width:100%; overflow:hidden;}
	.cayaContent #section_history_8 .tabs_2_before:before {content:""; display:block; width:100%; background:#aaa; height:2px; position:absolute; top:32px; z-index:-99;}

	.cayaContent #section_history_8 .tabs_2 {width:600px; overflow:hidden; margin-bottom:100px; float:right;}
	.cayaContent #section_history_8 .tabs_2 li {float:left; width:190px; padding:18px 0 15px; font-family:"GmarketSansBold"; color:#42787a; 
	background:#eee; border:5px solid #42787a; border-radius:10px; margin-left:10px; text-align:center; font-size:22px; cursor:pointer;}
	.cayaContent #section_history_8 .tabs_2 li.active {color: #f0340f; border:5px solid #f0340f;}

	@media screen and (max-width:1024px){ 
		.cayaContent #section_history_8 .tabs_2 {width:450px; margin-bottom:50px;}
		.cayaContent #section_history_8 .tabs_2 li {width:140px; font-size:18px;}
	}
	@media screen and (max-width:600px){ 
		.cayaContent #section_history_8 .tabs_2_before:before {display:none;}
		.cayaContent #section_history_8 .tabs_2 {width:100%;}
		.cayaContent #section_history_8 .tabs_2 li {width:100%; float:none; margin-bottom:10px; margin-left:0;}
	}

	/*tab_container*/
	.cayaContent #section_history_8 .tab_container {clear:both; margin-bottom:80px;}

	.cayaContent #section_history_8 .tab_content_2 div {width:100%; overflow:hidden; margin-bottom:60px;}
	.cayaContent #section_history_8 .tab_content_2 div:nth-child(2n) {margin-left:200px;}

		.cayaContent #section_history_8 .tab_content_2 div h3 {float:left; width:200px; height:200px; border-radius:50%;  background:#f4f4f4; text-align:center; font-size:36px; font-family:"GmarketSansBold"; padding-top:65px; box-sizing:border-box; margin-right:50px;}
		.cayaContent #section_history_8 .tab_content_2 div:nth-child(n) h3 {border:10px solid #42787a; color:#42787a;}
		.cayaContent #section_history_8 .tab_content_2 div:nth-child(2n) h3 {border:10px solid #409c97; color:#409c97;}
		.cayaContent #section_history_8 .tab_content_2 div:nth-child(3n) h3 {border:10px solid #f0340f; color:#f0340f;}
		.cayaContent #section_history_8 .tab_content_2 div:nth-child(4n) h3 {border:10px solid #331b17; color:#331b17;}

		.cayaContent #section_history_8 .tab_content_2 div ul {float:left; width:700px; overflow:hidden; padding-top:35px;}
		.cayaContent #section_history_8 .tab_content_2 div ul li {display:table; clear:both; width:100%; overflow:hidden; margin-bottom:10px;}
		.cayaContent #section_history_8 .tab_content_2 div ul li p:first-child {display:table-cell; vertical-align:top; width:25%; font-family:"GmarketSansMedium"; color:#000;}
		.cayaContent #section_history_8 .tab_content_2 div ul li p:last-child {display:table-cell; vertical-align:top; width:75%;}

	@media screen and (max-width:1200px){
		.cayaContent #section_history_8 .tab_content_2 div:nth-child(2n) {margin-left:0;}
	} 
	@media screen and (max-width:1024px){
		.cayaContent #section_history_8 .tab_content_2 div {}

		.cayaContent #section_history_8 .tab_content_2 div h3 {float:none; width:160px; height:160px; font-size:30px; padding-top:50px; position:relative; left:50%; margin-left:-80px;}
		.cayaContent #section_history_8 .tab_content_2 div ul {float:none; width:70%; margin:0 auto;}
	}
	@media screen and (max-width:600px){
		.cayaContent #section_history_8 .tab_content_2 div ul {width:90%;}
		.cayaContent #section_history_8 .tab_content_2 div ul li p:first-child {width:35%;}
		.cayaContent #section_history_8 .tab_content_2 div ul li p:last-child {width:65%;}
	}

/*연혁 template_9  history_9*/
	@media screen and (max-width:1024px){
		.cayaContent #section_history_9 h1.title {padding-top:50px;}
	}
	
	/*tabs*/
	.cayaContent #section_history_9 .tabs {width:100%; overflow:hidden; margin:80px 0 100px;}
	.cayaContent #section_history_9 .tabs li {float:left; width:25%; border:1px solid #aaa; padding:24px 0 17px; text-align:center; font-size:20px;}
	.cayaContent #section_history_9 .tabs li.active {color:#6395e1; border-bottom:4px solid #82aae7; cursor:pointer;}

	@media screen and (max-width:1024px){
		.cayaContent #section_history_9 .tabs li {font-size:18px;}
	}
	@media screen and (max-width:600px){
		.cayaContent #section_history_9 .tabs {margin:80px 0 60px;}
		.cayaContent #section_history_9 .tabs li {width:50%; font-family:"GmarketSansMedium"; font-size:16px; padding:19px 0 12px;}
		.cayaContent #section_history_9 .tabs li.active {border-bottom:1px solid #aaa;}
			.cayaContent #section_history_9 .tabs li:nth-child(1),
			.cayaContent #section_history_9 .tabs li:nth-child(2) {border-bottom:none;}
			.cayaContent #section_history_9 .tabs li:nth-child(1),
			.cayaContent #section_history_9 .tabs li:nth-child(3) {border-right:none;}
	}

	/*tab_container*/
	.cayaContent #section_history_9 .tab_content div {display:table; width:100%; overflow:hidden; margin-bottom:60px;}
		.cayaContent #section_history_9 .tab_content div h3 {display:table-cell; vertical-align:top; width:25%; color:#6395e1; font-size:50px; text-align:center; border-right:2px solid #aaa; position:relative;}
			.cayaContent #section_history_9 .tab_content div:nth-child(2n) h3 {color:#aaaaaa;}
			.cayaContent #section_history_9 .tab_content div h3:after {content:""; display:block; width:10px; height:10px; border-radius:50%; background:#6395e1; position:absolute; right:-6px; top:0;}
		.cayaContent #section_history_9 .tab_content div ul {display:table-cell; vertical-align:top; width:50%; padding-left:50px; box-sizing:border-box;}
			.cayaContent #section_history_9 .tab_content div ul li {width:100%; overflow:hidden; }
			.cayaContent #section_history_9 .tab_content div ul li p:first-child {float:left; width:30%; font-size:20px; color:#333;}
			.cayaContent #section_history_9 .tab_content div ul li p:last-child {float:left; width:70%;}
		.cayaContent #section_history_9 .tab_content div h4 {display:table-cell; vertical-align:top; width:25%;}
		.cayaContent #section_history_9 .tab_content div h4 img {box-shadow:3px 3px 5px rgba(0,0,0,0.5);}
		
	@media screen and (max-width:1024px){
		.cayaContent #section_history_9 .tab_content div h3 {width:30%; font-size:40px;}
		.cayaContent #section_history_9 .tab_content div ul {width:70%; padding-left:40px;}
			.cayaContent #section_history_9 .tab_content div ul li p:first-child {font-size:19px;}
		.cayaContent #section_history_9 .tab_content div h4 {display:none;}
	}	
	@media screen and (max-width:600px){
		.cayaContent #section_history_9 .tab_content div h3 {display:block; width:100%; border-right: none; border-bottom: 1px solid #aaa; padding-bottom: 20px; margin-bottom: 30px;}	
		.cayaContent #section_history_9 .tab_content div h3:after {top:70px; left:50%;}
		.cayaContent #section_history_9 .tab_content div ul {display:block; width:100%;}
	}
	@media screen and (max-width:450px){
		.cayaContent #section_history_9 .tab_content div ul {padding-left:20px;}
		.cayaContent #section_history_9 .tab_content div ul li p:first-child {font-size:18px;}
	}

/*연혁 template_10  history_10*/

	/*con_set_2 공통*/
	.cayaContent #section_history_10.con_set_2 .title {padding:120px 0 140px;}
	.cayaContent #section_history_10.con_set_2 .title:after {content:""; display:block; width:36px; height:1px; background:#fff; left:50%; margin-left:-18px; top:40px; position:relative;}
	.cayaContent #section_history_10.con_set_2 .title h1 {font-size:48px;}

	/*content*/
	.cayaContent #section_history_10 {width:100%; overflow:hidden; height:auto; background:url("/image/section/history_10/bg.jpg")no-repeat center bottom; background-size:cover; padding-bottom:130px;}
	.cayaContent #section_history_10 .cons {max-width:1500px;}
	.cayaContent #section_history_10 .cons h2 {padding-top:60px;}

	.cayaContent #section_history_10 .history_10 {width:85%; margin-left:15%; overflow:hidden;}
	.cayaContent #section_history_10 .history_10 .tabs {float:left; width:13%; box-sizing:border-box; padding-right:20px;}
		.cayaContent #section_history_10 .history_10 .tabs li {border:1px solid #fff; padding:24px 20px 20px; box-sizing:border-box; font-size:22px; text-align:center;}
		.cayaContent #section_history_10 .history_10 .tabs li.active {border-top-left-radius:20px; background:rgba(255,255,255,0.2); font-family:"GmarketSansMedium";}
			.cayaContent #section_history_10 .history_10 .tab_container {float:left; width:87%; overflow:hidden; box-sizing:border-box; background:rgba(255,255,255,0.45); padding:80px 60px;}
		.cayaContent #section_history_10 .history_10 .tab_container h3 {float:left; width:20%; font-size:40px; color:#051933;}
		.cayaContent #section_history_10 .history_10 .tab_container ul {float:left; width:80%; padding-left:20px; box-sizing:border-box;}
		.cayaContent #section_history_10 .history_10 .tab_container ul li {width:100%; overflow:hidden; border-bottom:1px solid #ddd; margin-bottom:20px;}
		.cayaContent #section_history_10 .history_10 .tab_container ul li p {color:#051933; } 
		.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(1) {float:left; width:20%; font-size:20px;}
		.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(2) {float:left; width:80%; margin-bottom:20px;}/**/

	@media screen and (max-width:1700px){
		/*content*/
		.cayaContent #section_history_10 .history_10 .tabs {width:15%;}
		.cayaContent #section_history_10 .history_10 .tab_container {width:85%;}
			.cayaContent #section_history_10 .history_10 .tab_container h3 {width:23%;}
			.cayaContent #section_history_10 .history_10 .tab_container ul {width:77%;}
	}
	@media screen and (max-width:1500px){
		/*content*/
		.cayaContent #section_history_10 .cons {width:96%;}
		
		.cayaContent #section_history_10 .history_10 {width:90%; margin-left:10%;}
		.cayaContent #section_history_10 .history_10 .tabs {width:20%;}
		.cayaContent #section_history_10 .history_10 .tab_container {width:80%;}
		.cayaContent #section_history_10 .history_10 .tab_container h3 {float:none; width:100%; margin-bottom:40px;}
		.cayaContent #section_history_10 .history_10 .tab_container ul {float:none; width:100%; padding-left:0;}
	}
	@media screen and (max-width:1024px){
		/*con_set_2 공통*/
		.cayaContent #section_history_10.con_set_2 .title {padding:80px 0 120px;}
		.cayaContent #section_history_10.con_set_2 .title:after {top:30px;}
		.cayaContent #section_history_10.con_set_2 .title h1 {font-size:40px;}
		.cayaContent #section_history_10.con_set_2 .title h3 {font-size:16px;}

		/*content*/
		.cayaContent #section_history_10 .cons h3 img {width:40px;}
		.cayaContent #section_history_10 .cons h2 {font-size:24px; margin-bottom:60px; padding-top:30px;}

		.cayaContent #section_history_10 .history_10 {width:90%; margin-left:5%;}
			.cayaContent #section_history_10 .history_10 .tabs {float:none; width:100%; padding-right:0; overflow:hidden;}
			.cayaContent #section_history_10 .history_10 .tabs li {float:left; width:33.3333%; font-size:20px;}
		.cayaContent #section_history_10 .history_10 .tab_container {float:none; width:100%; padding: 60px 30px;}
			.cayaContent #section_history_10 .history_10 .tab_container h3 {font-size:35px;}
			.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(1) {font-size:19px;}
	}
	@media screen and (max-width:900px){
		/*content*/
		.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(1) {width:25%;}
		.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(2) {width:75%;}
	}
	@media screen and (max-width:600px){
		/*content*/
		.cayaContent #section_history_10 .history_10 .tabs li {font-size:18px;}

		.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(1) {width:35%;}
		.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(2) {width:65%;}
	}
	@media screen and (max-width:450px){
		/*con_set_2 공통*/
		.cayaContent #section_history_10.con_set_2 .title {padding:60px 0 40px;}
		.cayaContent #section_history_10.con_set_2 .title:after {display:none;}
		.cayaContent #section_history_10.con_set_2 .title h1 {font-size:36px;}

		/*content*/
		.cayaContent #section_history_10 .cons h2 {font-size:20px;}

		.cayaContent #section_history_10 .history_10 {width:95%; margin-left:2.5%;}
		.cayaContent #section_history_10 .history_10 .tabs li {padding:24px 5px 20px;}
		.cayaContent #section_history_10 .history_10 .tab_container {padding: 40px 20px;}
		.cayaContent #section_history_10 .history_10 .tab_container ul li p:nth-child(1) {font-size:18px;}
	}


/*연혁 template_11  history_11*/
.cayaContent #section_history_11 {width:100%; height:auto;}

	.cayaContent #section_history_11 .top {width:100%; height:auto; overflow:hidden; background:url("/image/section/history_11/top_bg.jpg")no-repeat center top; background-size:cover; padding:120px 0 60px; margin-bottom:60px;}

	.cayaContent #section_history_11 .top_in {float:right; width:50%;}
	.cayaContent #section_history_11 .top_in h2 {font-size:60px; margin-bottom:60px;}
		.cayaContent #section_history_11 .top_in h2 span {color:#fff; font-size:48px;}
	.cayaContent #section_history_11 .top_in p {font-size:20px; line-height:150%; padding-right:160px; font-weight:300; margin-bottom:40px;}

	.cayaContent #section_history_11 .top_in ul.tabs {width:100%;}
	.cayaContent #section_history_11 .top_in ul.tabs li {float:left; width:32%; margin-right:1%; font-size:24px; border:1px solid #fff; border-radius:30px; padding:15px 20px 10px; text-align:center; cursor:pointer;}
	.cayaContent #section_history_11 .top_in ul.tabs li.active {border:none; background:rgba(0,0,0,0.5);}

	.cayaContent #section_history_11 .tab_content h1 {font-size:67px; font-weight:900;}
	.cayaContent #section_history_11 .tab_content div {width:100%; overflow:hidden; margin:150px 0; }
	.cayaContent #section_history_11 .tab_content div h4 {text-align:center;}
	.cayaContent #section_history_11 .tab_content div ul {padding:0 50px;}
		.cayaContent #section_history_11 .tab_content div .left {float:left; width:50%;}
		.cayaContent #section_history_11 .tab_content div .right {float:right; width:50%;}
	.cayaContent #section_history_11 .tab_content div ul li {width:100%; overflow:hidden; margin-bottom:20px;}
	.cayaContent #section_history_11 .tab_content div ul li p {float:left; font-family: 'NanumSquare'; font-size:24px; margin-bottom:0;}
		.cayaContent #section_history_11 .tab_content div ul li p:first-child {width:30%; color:#000; font-weight:600;}
		.cayaContent #section_history_11 .tab_content div ul li p:last-child {width:70%; padding-left:10px; box-sizing:border-box; color:#5e5e5e;}
	
@media screen and (max-width:1200px){
	.cayaContent #section_history_11 .top_in {float:none; width:100%;}
	.cayaContent #section_history_11 .top_in p {padding-right:0;}

	.cayaContent #section_history_11 .tab_content h1 {font-size:60px;}
	.cayaContent #section_history_11 .tab_content div {margin:80px 0;}
	.cayaContent #section_history_11 .tab_content div ul li p:first-child {width:35%;}
	.cayaContent #section_history_11 .tab_content div ul li p:last-child {width:65%;}
}
@media screen and (max-width:1024px){
	.cayaContent #section_history_11 .top_in h2 {font-size:50px;}
	.cayaContent #section_history_11 .top_in h2 span {font-size:40px;}
	.cayaContent #section_history_11 .top_in ul.tabs li {font-size:22px;}

	.cayaContent #section_history_11 .tab_content h1 {font-size: 53px;}
	.cayaContent #section_history_11 .tab_content div ul li p {font-size:22px;}
}
@media screen and (max-width:900px){
	.cayaContent #section_history_11 .tab_content div h4 {margin-bottom:50px;}
	.cayaContent #section_history_11 .tab_content div h4 img {width:100%;}
		.cayaContent #section_history_11 .tab_content div .left {float:none; width:100%;}
		.cayaContent #section_history_11 .tab_content div .right {float:none; width:100%;}
}
@media screen and (max-width:600px){
	.cayaContent #section_history_11 .top {padding:60px 0;}

	.cayaContent #section_history_11 .top_in {text-align:center;}
	.cayaContent #section_history_11 .top_in h2 {font-size:42px; margin-bottom:30px;}
	.cayaContent #section_history_11 .top_in h2 span {font-size:32px;}
	.cayaContent #section_history_11 .top_in p {font-size:18px;}
	.cayaContent #section_history_11 .top_in ul.tabs li {font-size:18px;}

	.cayaContent #section_history_11 .tab_content h1 {font-size: 43px;}
	.cayaContent #section_history_11 .tab_content div {margin:60px 0;}
	.cayaContent #section_history_11 .tab_content div ul {padding:0 10px;}
	.cayaContent #section_history_11 .tab_content div ul li p {font-size:20px;}
}
@media screen and (max-width:450px){
	.cayaContent #section_history_11 .top_in ul.tabs li {padding:15px 5px 10px;}

	.cayaContent #section_history_11 .tab_content h1 {font-size: 40px;}
	.cayaContent #section_history_11 .tab_content div {margin:40px 0;}
	.cayaContent #section_history_11 .tab_content div h4 {margin-bottom:30px;}
	.cayaContent #section_history_11 .tab_content div ul li {margin-bottom:15px;}
	.cayaContent #section_history_11 .tab_content div ul li p {font-size:18px;}
}


/*연혁 template_12  history_12*/
.cayaContent #section_history_12 {width:100%; overflow:hidden; background:#144b76;}

.cayaContent #section_history_12 .left {float:left; width:30%; height:1200px; background:url("/image/section/history_12/left_bg.jpg")no-repeat center center; background-size:cover; border-right:15px solid #fff; }

.cayaContent #section_history_12 .right {float:left; width:70%;box-sizing:border-box;}
	.cayaContent #section_history_12 .right h1.title_w {text-align:left; padding-left:20%;}
	.cayaContent #section_history_12 .right h1.title_w:after {display:none;}
	.cayaContent #section_history_12 .right .history_content {width:100%; overflow:hidden;}
		.cayaContent #section_history_12 .right .history_content ul.tabs {float:left; width:17%;}
			.cayaContent #section_history_12 .right .history_content ul.tabs li {background:#fff; width:90%; padding:20px 0 18px 10px; margin-bottom:5px; border-radius:0 30px 30px 0; font-size:26px; cursor:pointer; transition:all 0.2s;}
			.cayaContent #section_history_12 .right .history_content ul.tabs li.active {font-weight:900;}
			.cayaContent #section_history_12 .right .history_content ul.tabs li:hover {text-shadow:2px 2px 6px rgba(0,0,0,0.3);}
		.cayaContent #section_history_12 .right .history_content .tab_container {float:left; width:83%; padding-left:50px; padding-top:20px; box-sizing:border-box;}
			.cayaContent #section_history_12 .right .history_content .tab_container ul li {width:100%; overflow:hidden;}
			.cayaContent #section_history_12 .right .history_content .tab_container ul li p:first-child {float:left; width:20%; font-size:24px;}
			.cayaContent #section_history_12 .right .history_content .tab_container ul li p:last-child {float:left; width:60%; color:#d7d7d7; font-size:22px;}

@media screen and (max-width:1500px){
	.cayaContent #section_history_12 .left {width:20%; height:1300px;}

	.cayaContent #section_history_12 .right {width:80%;}
		.cayaContent #section_history_12 .right .history_content ul.tabs {width:20%;}
		.cayaContent #section_history_12 .right .history_content .tab_container {width:80%;}
			.cayaContent #section_history_12 .right .history_content .tab_container ul li p:first-child {width:25%;}
			.cayaContent #section_history_12 .right .history_content .tab_container ul li p:last-child {width:55%;}
}

@media screen and (max-width:1024px){
	.cayaContent #section_history_12 .right h1.title_w {padding-top:50px; margin-bottom:50px;}
	
	.cayaContent #section_history_12 .right .history_content ul.tabs li {font-size:24px; width:100%;}
	.cayaContent #section_history_12 .right .history_content .tab_container ul li p:first-child {width:30%; font-size:22px;}
	.cayaContent #section_history_12 .right .history_content .tab_container ul li p:last-child {width:50%; font-size:21px;}
}

@media screen and (max-width:900px){
	.cayaContent #section_history_12 .left {display:none;}

	.cayaContent #section_history_12 .right {float:none; width:100%; padding-bottom:60px;}
	.cayaContent #section_history_12 .right h1.title_w {text-align:center; padding-left:0; margin-bottom:80px;}
	.cayaContent #section_history_12 .right h1.title_w:after {display:block;}

	.cayaContent #section_history_12 .right .history_content ul.tabs {float:none; width:80%; margin:0 auto; overflow:hidden;}
	.cayaContent #section_history_12 .right .history_content ul.tabs li {float:left; width:32%; margin-right:2%; border-radius:30px; text-align:center;}
	.cayaContent #section_history_12 .right .history_content ul.tabs li:last-child {margin-right:0;}

	.cayaContent #section_history_12 .right .history_content .tab_container {float:none; width:80%; margin:0 auto; padding-left:0; padding-top:50px;}
	.cayaContent #section_history_12 .right .history_content .tab_container ul li p:first-child {width:30%; font-size:20px;}
	.cayaContent #section_history_12 .right .history_content .tab_container ul li p:last-child {width:70%; font-size:19px;}
}

@media screen and (max-width:700px){
	.cayaContent #section_history_12 .right .history_content ul.tabs {width:90%;}
	.cayaContent #section_history_12 .right .history_content ul.tabs li {font-size:22px;}

	.cayaContent #section_history_12 .right .history_content .tab_container {width:90%;}
}

@media screen and (max-width:450px){
	.cayaContent #section_history_12 .right .history_content ul.tabs {width:96%;}
	.cayaContent #section_history_12 .right .history_content ul.tabs li {font-size:20px;}

	.cayaContent #section_history_12 .right .history_content .tab_container ul li p:first-child {width:35%; font-size:18px;}
	.cayaContent #section_history_12 .right .history_content .tab_container ul li p:last-child {width:65%; font-size:17px;}
}


/*연혁 template_13  history_13*/
.cayaContent #section_history_13 {width:100%; overflow:hidden; height:2400px; background:url("/image/section/history_13/bg.jpg")no-repeat center center; background-size:cover;}

.cayaContent #section_history_13 .left {float:left; width:38%; height:2400px; background:url("/image/section/history_13/left_bg.jpg")no-repeat top right; background-size:cover; padding-left:15%; padding-top:130px; box-sizing:border-box;}
	.cayaContent #section_history_13 .left h1 {font-size:130px; line-height:110%; margin-bottom:60px; color:#e5d6c8;}
	.cayaContent #section_history_13 .left h1 span {color:#e2a497;}

.cayaContent #section_history_13 .right {float:left; width:62%; box-sizing:border-box;}
	.cayaContent #section_history_13 .right .history_content {width:100%; overflow:hidden; margin-top:160px; position:relative; left:-95px;}
	.cayaContent #section_history_13 .right .history_content ul.tabs {float:left; width:25%; margin-top:150px;}
		.cayaContent #section_history_13 .right .history_content ul.tabs li {width:194px; height:194px; border-radius:50%; background:#fff; padding:54px 25px; margin-bottom:110px; cursor:pointer; box-shadow:2px 3px 5px rgba(0,0,0,0.3);}
			.cayaContent #section_history_13 .right .history_content ul.tabs li.active {background:#9ec4ba;}
		.cayaContent #section_history_13 .right .history_content ul.tabs li p {color:#9ec4ba;}
		.cayaContent #section_history_13 .right .history_content ul.tabs li p:first-child {font-size:24px; float:left; margin-bottom:0; line-height:110%;}
		.cayaContent #section_history_13 .right .history_content ul.tabs li p:last-child {font-size:48px; float:right; padding-top:10px;}
			.cayaContent #section_history_13 .right .history_content ul.tabs li.active p {color:#fff;}
	.cayaContent #section_history_13 .right .history_content .tab_container {float:left; width:75%; box-sizing:border-box;}    		
		.cayaContent #section_history_13 .right .history_content .tab_container h2 {font-size:90px; border-bottom:1px solid #fff; margin-bottom:60px; padding-bottom:30px;}
		.cayaContent #section_history_13 .right .history_content .tab_container ul li {padding-bottom:35px;}
		.cayaContent #section_history_13 .right .history_content .tab_container ul li p:first-child {margin-bottom:10px; color:#b0581e; font-weight:500;}
		.cayaContent #section_history_13 .right .history_content .tab_container ul li p:last-child {padding-left:40px; color:#000;}

@media screen and (max-width:1500px){
	.cayaContent #section_history_13 .left {padding-left:8%; padding-top:160px;}
	.cayaContent #section_history_13 .left h1 {font-size:100px;}
	.cayaContent #section_history_13 .left p {font-size:17px;}

	.cayaContent #section_history_13 .right .history_content ul.tabs li {width:180px; height:180px;}
	.cayaContent #section_history_13 .right .history_content ul.tabs li p:last-child {font-size:40px;}
	.cayaContent #section_history_13 .right .history_content .tab_container h2 {font-size:70px;}
}
@media screen and (max-width:1200px){
	.cayaContent #section_history_13 {height:auto;}

	.cayaContent #section_history_13 .left {float:none; width:100%; height:auto; padding:120px 10px 100px; text-align:center;}
	.cayaContent #section_history_13 .left br.br1 {display:none;}
	.cayaContent #section_history_13 .left h1 {font-size:60px; margin-bottom:30px;}

	.cayaContent #section_history_13 .right {float:none; width:100%;}
	.cayaContent #section_history_13 .right .history_content {left:0; margin-top:0; top:-60px;}
	.cayaContent #section_history_13 .right .history_content ul.tabs {float:none; width:420px; position:relative; left:50%; margin-left:-210px; margin-top:0; overflow:hidden;}
	.cayaContent #section_history_13 .right .history_content ul.tabs li {float:left; width:120px; height:120px; padding:30px 20px; margin:0 10px 30px;}
	.cayaContent #section_history_13 .right .history_content ul.tabs li p:first-child {font-size:18px; line-height:130%;}
	.cayaContent #section_history_13 .right .history_content ul.tabs li p:last-child {font-size:24px; padding-top:5px;}
	.cayaContent #section_history_13 .right .history_content .tab_container {float:none; width:90%; margin:0 auto;}
	.cayaContent #section_history_13 .right .history_content .tab_container h2 {text-align:center; font-size:40px;}
}
@media screen and (max-width:1024px){
	.cayaContent #section_history_13 .left {padding-top:80px;}
}
@media screen and (max-width:600px){
	.cayaContent #section_history_13 .left {padding-top:60px;}
	.cayaContent #section_history_13 .left h1 {font-size:40px;}
	.cayaContent #section_history_13 .left p {font-size:16px;}
	
	.cayaContent #section_history_13 .right .history_content ul.tabs {width:360px; margin-left:-180px;}
	.cayaContent #section_history_13 .right .history_content ul.tabs li {width:100px; height:100px; padding:25px 20px;}
	.cayaContent #section_history_13 .right .history_content ul.tabs li p:first-child {font-size:16px;}
	.cayaContent #section_history_13 .right .history_content ul.tabs li p:last-child {font-size:20px;}

	.cayaContent #section_history_13 .right .history_content .tab_container h2 {font-size:30px; margin-bottom:40px; padding-bottom:20px;}
}


/*연혁 template_14  history_14*/
.cayaContent #section_history_14 .title {padding:120px 0 80px;}
.cayaContent #section_history_14 .title h1 {font-size:48px;}

	/*history_14 tabs_2*/
	.cayaContent #section_history_14 .tabs_2_bg {width:100%; overflow:hidden; padding:100px 0; background:url("/image/section/history_14/bg.jpg")no-repeat center center; background-size:cover;}

	.cayaContent #section_history_14 ul.tabs_2 {position:relative; width:620px; left:50%; margin-left:-310px; height:auto; overflow:hidden; margin-bottom:0;}
	.cayaContent #section_history_14 ul.tabs_2 li {cursor:pointer; float:left; width:200px; margin-right:10px; border:none; background:#fff; color:#827484; border-radius:40px; font-size:24px; height: auto; padding: 25px 0 20px; text-align:center;}
	.cayaContent #section_history_14 ul.tabs_2 li:last-child {margin-right:0px;}
	.cayaContent #section_history_14 ul.tabs_2 li.active {background-color:#ffd35b; color:#fff;}

	/*tab_content_2*/
	.cayaContent #section_history_14 .tab_content_2 > div {width:100%; display:table;}
	.cayaContent #section_history_14 .tab_content_2 > div h3,
	.cayaContent #section_history_14 .tab_content_2 > div ul {display:table-cell; vertical-align:top; box-sizing:border-box;}
	.cayaContent #section_history_14 .tab_content_2 > div h3 {width:30%; letter-spacing:-1px; padding-top:15px; padding-right:30px;}
	.cayaContent #section_history_14 .tab_content_2 > div h3 p {font-size:35px; font-family: "GmarketSansMedium"; width:240px; height:240px; background:#ffa32c; border-radius:50%; text-align:center; color:#fff; padding-top:95px;}
	.cayaContent #section_history_14 .tab_content_2 > div ul {width:70%; padding-left:30px;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li {width:100%; display:table; padding-bottom:30px; margin-bottom:30px;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li.border {border-bottom:2px solid #000;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li > p{display:table-cell; vertical-align:top; color:#000; line-height:150%; box-sizing:border-box;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li > p:first-child{width:30%; font-weight:400;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li > p:last-child{width:70%; padding-left:10px;}

@media screen and (max-width:1024px){
	.cayaContent #section_history_14 .title {padding:50px 0;}
	.cayaContent #section_history_14 .title h1 {font-size:40px;}

	/*tab_content_2*/
	.cayaContent #section_history_14 .tab_content_2 > div h3{display:block; width:100%; margin-bottom:50px; text-align:center; padding-right:0;}
		.cayaContent #section_history_14 .tab_content_2 > div h3 p {font-size:30px; width:200px; height:200px; padding-top:80px; position:relative; left:50%; margin-left:-100px;}
	.cayaContent #section_history_14 .tab_content_2 > div ul {display:block; width:100%; padding-left:20px; border-left:0;}
}
@media screen and (max-width:660px){
	/*history_14 tabs_2*/
	.cayaContent #section_history_14 ul.tabs_2 {width:440px; margin-left:-220px;}
	.cayaContent #section_history_14 ul.tabs_2 li {width:140px; font-size:18px; line-height:15px;}
}
@media screen and (max-width:600px){ 
	/*history_14 tabs_2*/
	.cayaContent #section_history_14 .tabs_2_bg {padding:50px 0;}

	/*tab_content_2*/
	.cayaContent #section_history_14 .tab_content_2 > div h3 p {font-size:26px; color:#ffa32c; background:none; width:auto; height:auto; left:0; margin-left:0; text-align:center; padding-top:20px;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li > p:first-child{width:35%;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li > p:last-child{width:65%;}
}
@media screen and (max-width:450px){
	.cayaContent #section_history_14 .title h1 {font-size:36px;}

	/*history_14 tabs_2*/
	.cayaContent #section_history_14 ul.tabs_2 {width:320px; margin-left:-160px;}
	.cayaContent #section_history_14 ul.tabs_2 li {width:100px; font-size:16px;}

	/*tab_content_2*/
	.cayaContent #section_history_14 .tab_content_2 > div h3{font-size:24px;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li > p:first-child{width:40%;}
	.cayaContent #section_history_14 .tab_content_2 > div ul li > p:last-child{width:60%;}
}

/*연혁 template_15  history_15*/

/*con_set_1 공통*/
.cayaContent #section_history_15.con_set_1 .title {padding:90px 0 200px;}
.cayaContent #section_history_15.con_set_1 .title:after {content:""; display:block; width:36px; height:1px; background:#000; left:50%; margin-left:-18px; top:40px; position:relative;}
.cayaContent #section_history_15.con_set_1 .title h1 {font-size:48px;}
	
	/*content*/
	.cayaContent #section_history_15 .top {width:100%; overflow:hidden; background:url("/image/section/history_15/top_bg.jpg")no-repeat center center; background-size:cover;}
	.cayaContent #section_history_15 .tabs_2_bg {width:100%; padding:25px 0; background:rgba(0,0,0,0.5);}
	.cayaContent #section_history_15 .tabs_2_bg ul {width:630px; margin:0 auto; overflow:hidden; padding-top:5px;}
	.cayaContent #section_history_15 .tabs_2_bg ul li {float:left; width:33.3333%; font-size:24px; border-right:1px solid #fff; text-align:center; color:#fff;}
	.cayaContent #section_history_15 .tabs_2_bg ul li.active {color:#ffc156;}
	.cayaContent #section_history_15 .tabs_2_bg ul li:last-child {border-right:none;}

	.cayaContent #section_history_15 .tab_content_2 {width:100%;}
	.cayaContent #section_history_15 .tab_content_2 h3 {float:left; width:300px; height:300px; background:#0f56b7; padding:50px 0; box-sizing:border-box; position:relative; top:-200px;}
	.cayaContent #section_history_15 .tab_content_2 h3 p {color:#fff; font-size:48px; text-align:center;}
	.cayaContent #section_history_15 .tab_content_2 ul {float:right; width:70%; margin-bottom:80px;}
	.cayaContent #section_history_15 .tab_content_2 ul li {width:100%; overflow:hidden; margin-bottom:20px;}
	.cayaContent #section_history_15 .tab_content_2 ul li.border { border-bottom:1px solid #ddd; padding-bottom:30px; margin-bottom:30px;}
	.cayaContent #section_history_15 .tab_content_2 ul li p:first-child {float:left; width:24%; background:#ff9a2e; color:#fff; padding:10px 0; border-radius:30px; text-align:center; margin-bottom:0;}
	.cayaContent #section_history_15 .tab_content_2 ul li p:last-child {float:left; width:76%; color:#000; padding-left:50px; box-sizing:border-box; padding-top:10px;}

@media screen and (max-width:1200px){
	/*con_set_1 공통*/
	.cayaContent #section_history_15.con_set_1 .title {padding: 90px 0 120px;}
	
	/*content*/
	.cayaContent #section_history_15 .tab_content_2 {width:100%; overflow:hidden; margin-top:50px;}
	.cayaContent #section_history_15 .tab_content_2 h3 {top:0; width:250px; height:250px;}
	.cayaContent #section_history_15 .tab_content_2 h3 p {font-size:36px;}
	.cayaContent #section_history_15 .tab_content_2 ul {width:72%;}
}
@media screen and (max-width:1024px){
	/*con_set_1 공통*/
	.cayaContent #section_history_15.con_set_1 .title {padding:50px 0 80px;}
	.cayaContent #section_history_15.con_set_1 .title:after {top:30px;}
	.cayaContent #section_history_15.con_set_1 .title h1 {font-size:40px;}
	.cayaContent #section_history_15.con_set_1 .title h3 {font-size:16px;}
	
	/*content*/
	.cayaContent #section_history_15 .tab_content_2 h3 {top:0; width:200px; height:200px; padding:36px 0;}
	.cayaContent #section_history_15 .tab_content_2 h3 p {font-size:30px;}
	.cayaContent #section_history_15 .tab_content_2 ul {width:76%;}
}
@media screen and (max-width:900px){
	/*content*/
	.cayaContent #section_history_15 .tabs_2_bg {padding:20px 0;}
	.cayaContent #section_history_15 .tabs_2_bg ul li {font-size:20px;}

	.cayaContent #section_history_15 .tab_content_2 h3 {display:none;}
	.cayaContent #section_history_15 .tab_content_2 ul {float:none; width:100%; margin-bottom:50px;}
}
@media screen and (max-width:700px){
	/*content*/
	.cayaContent #section_history_15 .tabs_2_bg ul {width:100%;}
	.cayaContent #section_history_15 .tab_content_2 ul li p:first-child {float:none; width:35%;}
	.cayaContent #section_history_15 .tab_content_2 ul li p:last-child {float:none; width:100%; padding-left:20px; padding-top:20px;}
}
@media screen and (max-width:450px){
	/*con_set_1 공통*/
	.cayaContent #section_history_15.con_set_1 .title {padding-bottom:60px;}
	.cayaContent #section_history_15.con_set_1 .title:after {top:20px;}
	.cayaContent #section_history_15.con_set_1 .title h1 {font-size:36px;}

	/*content*/
	.cayaContent #section_history_15 .tabs_2_bg ul li {font-size:18px;}

	.cayaContent #section_history_15 .tab_content_2 ul li p:first-child {float:none; width:45%;}
}

/*연혁 template_16  history_16*/

/*con_set_1 공통*/
.cayaContent #section_history_16.con_set_1 .title {padding:100px 0 80px;}
.cayaContent #section_history_16.con_set_1 .title h1 {font-size:48px;}
	
	/*content*/
	.cayaContent #section_history_16 .tabs_2_bg {position:relative; width:100%; overflow: hidden; height:150px; margin:0 auto 80px; background:url("/image/section/history_16/bg.png")no-repeat center center;}
	.cayaContent #section_history_16 .tabs_2_bg:before {content:""; display:block; width:100%; height:1px; background:#ddd; position:absolute; top:50%;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 {width:60%; margin:0 auto;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 li {float:left; width:33.333%; text-align:center; padding-top:70px; font-size:24px; color:#666; cursor:pointer;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 li:before {content:""; display:block; width:10px; height:10px; background:#aaa; border-radius:50%; position:relative; top:0; left:50%; margin-left:-5px; margin-bottom:20px;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 li.active {color:#000;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 li.active:before {width:14px; height:14px; background:#000; margin-left:-7px;}

	.cayaContent #section_history_16 .tab_content_2 {position:relative; margin-bottom:100px;}
	.cayaContent #section_history_16 .tab_content_2:after {content:""; display:block; width:1px; height:100%; background:#ddd; position:absolute; left:50%; top:70px;}
	.cayaContent #section_history_16 .tab_content_2 h3 {color:#fff; font-size:36px; background:#2191e7; text-align:center; width:280px; height:70px; border-radius:40px; padding:14px; position:relative; left:50%; margin-left:-140px; margin-bottom:100px;}

	.cayaContent #section_history_16 .tab_content_2	.conbox {width:100%; margin-bottom:50px;}

		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(even) {width:50%; float:right;}
		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(even):before {content:""; display:block; width:4px; height:4px; background:#000; border-radius:50%; position:relative; top:15px; left:-1px; z-index:99;}
		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(odd) {clear:both; width:50%; position:relative;}
		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(odd):before {content:""; display:block; width:4px; height:4px; background:#000; border-radius:50%; position:absolute; right:-1px; top:15px; z-index:99;}

	.cayaContent #section_history_16 .tab_content_2	.conbox h4 {color:#000; font-size:24px;}
		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(even) h4 {padding-left:25px;}
		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(odd) h4 {text-align:right; padding-right:25px;}

	.cayaContent #section_history_16 .tab_content_2	.conbox ul {width:100%; box-sizing:border-box;}
		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(even) ul {padding-left:40px;}
		.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(odd) ul {padding-right:40px;}
	.cayaContent #section_history_16 .tab_content_2	.conbox ul li {width:100%; overflow:hidden;}
	.cayaContent #section_history_16 .tab_content_2	.conbox ul li p {float:left;  color:#292929;}
		.cayaContent #section_history_16 .tab_content_2	.conbox ul li p:first-child {width:20%;}
		.cayaContent #section_history_16 .tab_content_2	.conbox ul li p:last-child {width:80%;}

@media screen and (max-width:1024px){
	/*con_set_1 공통*/
	.cayaContent #section_history_16.con_set_1 .title {padding:50px 0 0;}
	.cayaContent #section_history_16.con_set_1 .title h1 {font-size:40px;}
	.cayaContent #section_history_16.con_set_1 .title h3 {font-size:16px;}
	
	/*content*/
	.cayaContent #section_history_16 .tabs_2_bg {background-size:600px;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 li {font-size:20px;}

	.cayaContent #section_history_16 .tabs_2_bg {margin:0 auto 20px;}
	
	.cayaContent #section_history_16 .tab_content_2:after {top:60px;}
	.cayaContent #section_history_16 .tab_content_2 h3 {font-size:26px; width:220px; height:60px; margin-left:-110px; margin-bottom:40px;}
}
@media screen and (max-width:700px){
	/*content*/
	.cayaContent #section_history_16 .tabs_2_bg {background-size:400px;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 {width:100%;}
	.cayaContent #section_history_16 .tabs_2_bg .tabs_2 li {font-size:18px;}

	.cayaContent #section_history_16 .tab_content_2:after {display:none;}
	.cayaContent #section_history_16 .tab_content_2 h3 {font-size:22px; height:50px;}

	.cayaContent #section_history_16 .tab_content_2 .conbox:nth-child(even) {float:none; width:100%;}
	.cayaContent #section_history_16 .tab_content_2 .conbox:nth-child(odd) {float:none; width:100%;}

	.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(even):before,
	.cayaContent #section_history_16 .tab_content_2	.conbox:nth-child(odd):before {display:none;}

	.cayaContent #section_history_16 .tab_content_2 .conbox h4,
	.cayaContent #section_history_16 .tab_content_2 .conbox:nth-child(odd) h4 {text-align:center;}
	.cayaContent #section_history_16 .tab_content_2 .conbox:nth-child(even) h4 {padding-left:0;}

	.cayaContent #section_history_16 .tab_content_2 .conbox:nth-child(even) ul,
	.cayaContent #section_history_16 .tab_content_2 .conbox:nth-child(odd) ul {padding: 20px;}
}
@media screen and (max-width:450px){
	/*con_set_1 공통*/
	.cayaContent #section_history_16.con_set_1 .title {padding-bottom:60px;}
	.cayaContent #section_history_16.con_set_1 .title h1 {font-size:36px;}
}


/*섬기는분들 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_11 man_11*/

	/*tab_box*/
	.cayaContent #section_intro_man_11 .tab_box {overflow:hidden; padding-bottom:80px;}
	.cayaContent #section_intro_man_11 .tab_box ul.tabs {position:relative; width:620px; left:50%; margin-left:-310px; height:auto; overflow:hidden; margin-bottom:0; padding:50px 0 30px;}
	.cayaContent #section_intro_man_11 .tab_box ul.tabs li {width:200px; margin-right:10px; border:none; background:#ede2ef; color:#827484; border-radius:30px; font-size:24px; height: auto;
    padding: 25px 0 20px;}
	.cayaContent #section_intro_man_11 .tab_box ul.tabs li:last-child {margin-right:0px;}
	.cayaContent #section_intro_man_11 .tab_box ul.tabs li.active {background-color:#c7a9cd; color:#fff;}

	@media screen and (max-width:660px){
		.cayaContent #section_intro_man_11 .tab_box {padding-bottom:0;}
		.cayaContent #section_intro_man_11 .tab_box ul.tabs {width:320px; margin-left:-160px; padding: 10px 0 0;}
		.cayaContent #section_intro_man_11 .tab_box ul.tabs li {width:100px; font-size:20px; line-height:15px;}
	}

	/*man_11*/
	.cayaContent #section_intro_man_11 .man_11 h3.title {font-size:24px; color:#b89099; font-weight:400;}
	.cayaContent #section_intro_man_11 .man_11 h3.title:before {color:#b89099;}

	.cayaContent #section_intro_man_11 .man_11 .man_11_box {width:100%; overflow:hidden;}
	.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox {float:left; width:45%; margin-right:5%; margin-bottom:5%; background:#dac1ae; border-radius:120px 30px 20px 120px; overflow:hidden; padding:20px; box-sizing:border-box; display:table;}
	.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox h2 {display:table-cell; vertical-align:middle; width:50%; margin-bottom:0; }
	.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text {display:table-cell; vertical-align:middle; width:50%; color:#fff;}
	.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text h3 {margin-bottom:25px; font-size:24px; font-weight:400;}
	.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text p {margin-bottom:10px;}

	@media screen and (max-width:1024px){
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox h2 {padding-right:20px;}
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text h3 {margin-bottom:15px; }
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text p {margin-bottom:5px;}
	}
	@media screen and (max-width:900px){
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text h3 {font-size:22px;}
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text p {font-size:17px;}
	}
	@media screen and (max-width:660px){
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox {float:none; width:100%; margin-bottom:30px;}
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox h2 {width:43%;}
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text {width:57%;}
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text h3 {font-size:20px; margin-bottom:10px;}
		.cayaContent #section_intro_man_11 .man_11 .man_11_box .inbox .text p {font-size:16px; margin-bottom:5px;}
	}

/*교회정관 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;}
}


/*탭 컨테이너 박스*/
/*tabs*/
.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;}
}

/*tabs_2*/
.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;}

}

/*tabs_3
.cayaContent ul.tabs_3 { 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 ul.tabs_3 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 ul.tabs_3 li:first-child { border-left:1px solid #dedede; } 
.cayaContent ul.tabs_3 li.active { background-color:var(--point_color_2); color:#fff; } 

.cayaContent .tab_container { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; margin-top: 60px;} 
.cayaContent .tab_content_3 {}

@media screen and (max-width:580px){
.cayaContent ul.tabs_3 li {padding: 10px; line-height: 20px; font-size: 14px; height: 45px;}
}*/