@charset "utf-8";


/*-----------------------------------------------------------------------------------------------------------
기본
-----------------------------------------------------------------------------------------------------------*/
.btnDiv			{ clear:both; padding:10px 0}
.pageDiv		{ clear:both; overflow:hidden;  width:100%; text-align:center}
.page_number	{  padding:20px 0; text-align:center; clear:both;}

/*-----------------------------------------------------------------------------------------------------------
버튼
-----------------------------------------------------------------------------------------------------------*/
.btn_g1 			{ display:inline-block;min-width: 15px; padding:5px 5px; border:1px solid #2cb178; background-color:#31b97f; text-align: center;font-size:14px; border-radius: 3px; vertical-align:middle}
	a.btn_g1,input.btn_g1,button.btn_g1						{ color:#fff;}
	a:hover.btn_g1,input:hover.btn_g1,button:hover.btn_g1	{ color:#fff; border:1px solid #2cb178; background:#2cb178;}
	
.btn_r1 			{ display:inline-block; min-width: 15px;padding:5px 5px; border:1px solid #e06565; background:#de6e6e;text-align: center; font-size:14px; border-radius: 3px; vertical-align:middle}
	a.btn_r1,input.btn_r1,button.btn_r1						{ color:#fff;}
	a:hover.btn_r1,input:hover.btn_r1,button:hover.btn_r1	{ color:#fff; border:1px solid #e06565; background:#f43530;}

	
.btn_y1 			{ display:inline-block; min-width: 15px;padding:5px 5px; border:1px solid #999999; background:#999999;text-align: center; font-size:14px; border-radius: 3px; vertical-align:middle}
	a.btn_y1,input.btn_y1,button.btn_y1						{ color:#fff;}
	a:hover.btn_y1,input:hover.btn_y1,button:hover.btn_y1	{ color:#fff; border:1px solid #999999; background:#999999;}

.btn01 			{ display:inline-block; padding:1px 10px; border:1px solid #858585; background:#858585; font-size:13px; border-radius: 3px; vertical-align:middle; }
	a.btn01,input.btn01,button.btn01					{ color:#fff;}
	a:hover.btn01,input:hover.btn01,button:hover.btn01	{ color:#fff; border:1px solid #222; background:#222;}
.btn02 			{ display:inline-block; padding:1px 10px; border:1px solid #33b87f; background:#33b87f; font-size:13px; border-radius: 3px; vertical-align:middle; }
	a.btn02,input.btn02,button.btn01					{ color:#fff;}
	a:hover.btn02,input:hover.btn01,button:hover.btn02	{ color:#fff; border:1px solid #222; background:#222;}
		
.btn_Pot1 			{ display:inline-block; padding:15px 40px; border:1px solid #ff696d; background:#ff696d; font-size:18px; border-radius: 10px; vertical-align:middle;  font-family: 'S-CoreDream-4Regular';}
	a.btn_Pot1,input.btn_Pot1,button.btn_Pot1					{ color:#fff;}
	a:hover.btn_Pot1,input:hover.btn_Pot1,button:hover.btn_Pot1 { color:#fff; border:1px solid #2250a4; background:#2250a4;}

.btn_Pot2 			{ display:inline-block; padding:15px 40px; border:1px solid #30b9b0; background:#30b9b0; font-size:18px; border-radius: 10px; vertical-align:middle; font-family: 'S-CoreDream-4Regular';}
a.btn_Pot2,input.btn_Pot2,button.btn_Pot2					{ color:#fff;}
a:hover.btn_Pot2,input:hover.btn_Pot2,button:hover.btn_Pot2 { color:#fff; border:1px solid #22b1a7; background:#22b1a7;}

.btn_Pot3 			{ display:inline-block; padding:15px 40px; border:1px solid #939393; background:#9a9a9a; font-size:18px; border-radius: 10px; vertical-align:middle; font-family: 'S-CoreDream-4Regular';}
	a.btn_Pot3,input.btn_Pot3,button.btn_Pot3					{ color:#fff;}
	a:hover.btn_Pot3,input:hover.btn_Pot3,button:hover.btn_Pot3 { color:#fff; border:1px solid #939393; background:#939393;}
	
/*.btn_support			{display:inline-block; padding:20px 50px; border:1px solid #2cb178; background:#31b97f; 
						font-size:18px; border-radius: 3px; vertical-align:middle; font-family:'NanumSquareB'; margin:5px 0;}	
	a.btn_support		{ color:#fff;}
	a:hover.btn_support	{ color:#fff; border:1px solid #2cb178; background:#2cb178;}*/
	
	/* 모바일 해상도 */
	@media all and (max-width:980px) {	
		.btn_Pot1 			{   padding:10px 15px; font-size:16px; }
.btn_Pot2 			{   padding:10px 15px;  font-size:16px;  } 
		.btn_Pot3 			{   padding:10px 15px;  font-size:16px;  } 
}

/* 컨텐츠버튼 */
.point-btn,.base-btn{display:inline-block;font-size:16px;letter-spacing:-0.02em;/*padding-right:20px;*/vertical-align:baseline;transition:background .3s; margin-bottom:5px; border-radius:3px}
.point-btn span,.base-btn span {display:block;padding:18px 30px;line-height:1;transition:all .3s;color:#fff}
.point-btn span.link,.base-btn span.link{background:url(/img/common/ico_link02.png) no-repeat 93% 50% ;padding-right:50px;  border-radius:3px}
.point-btn:hover span.link,.point-btn:focus span.link,.base-btn:hover span.link,.base-btn:focus span.link {background:url(/img/common/ico_link02.png) no-repeat 95% 50%;   }

.point-btn {background:#273460;border:0px solid #273460;color:#fff !important;}
.point-btn:hover, .point-btn:focus{background:#f66d4b;  border-radius:3px}

.base-btn {background:#555;border:0px solid #555;color:#fff !important;}
.base-btn:hover, .base-btn:focus {background:#7dbd45;  border-radius:3px}

	
 
/*-----------------------------------------------------------------------------------------------------------
/*레이어 표스타일
-----------------------------------------------------------------------------------------------------------*/

.tb_box		{ width:100%; position: relative;border-top:2px solid #000; margin:10px 0;  }
.tb_box ul.head{ width:100%;position: relative;border-bottom:1px solid #e0e0e0;  padding:20px 0px ;  background: #f5f5f5;  display: inline-block    }
.tb_box ul.head li			{ float: left; font-family: 'S-CoreDream-4Regular'; color: #333 ; font-size: 16px;  letter-spacing: -0.5px; line-height:24px;text-align: center; }

.tb_box ul.list		{ width:100%;position: relative; border-bottom:1px solid #e0e0e0;  padding:20px 0px ;  background: #fff;   display: inline-block   }
.tb_box ul.list li			{float: left;  font-weight:300;  font-size: 16px;  letter-spacing: -0.5px; line-height:24px;    text-align:center; color: #333;word-break: break-all}
.tb_box ul.list li:nth-child(2)			{  text-align:left;  } 

div.tb_box ul li a			{ font-weight:300;  color: #333; text-align: center; }
div.tb_box ul li button			{ font-weight:300;  color: #333; text-align: center;background: #fff;  }

li.tb_w5			{  width:5%;  }
li.tb_w8			{  width:8%; }
li.tb_w10			{  width:10%; }
li.tb_w14			{  width:14%; }
li.tb_w15			{  width:15%; }
li.tb_w25			{  width:25%; }
li.tb_w40			{  width:40%; }
li.tb_w45			{  width:45%; }
li.tb_w50			{  width:50%; }

.tb_box ul.list_none li			{width: 100%; float: left;  font-weight:300;    text-align:center; color: #333;  }

.tb_box ul li span.btn {
    padding: 5px 7px;
    color: #fff;width: 55px;
    /*border: 5px solid #fff;*/
    font-size: 14px;
    border-radius: 10px;
    display: inline-block;text-align: center
}
.tb_box ul li span.order{
    background-color: #12217d;
}
.tb_box ul li span.end{
    background-color: #333;
}
 
	@media all and (max-width:980px) {	
.tb_box ul.head{ display: none}
		
li.tb_w5,
li.tb_w8,
li.tb_w10,
li.tb_w14,
li.tb_w15,
li.tb_w40,
li.tb_w45,
li.tb_w50{  width:100%; }

		
.tb_box		{ border:0px solid #000;   }		
.tb_box ul.list		{ /*width:100%;position: relative;*/ border-top:2px solid #000;border-bottom:0px solid #000;  padding:0px 0px ; /* background: #fff;   display: inline-block */  }
.tb_box ul.list li			{  text-align:left; 	border: none;
			 
			border-bottom: 1px solid #eee; 
			position: relative;padding-top: 15px;padding-bottom: 15px;
			padding-left: 30% ;  width:70%;
			white-space: normal;
			text-align:left; font-weight:400; font-size: 16px; 
			
		}
.tb_box ul.list li.tit			{  background: #f5f5f5;  
		}
.tb_box ul.list li:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */		
			left: 2%;
			width: 22%; 
			padding-right: 3%; 
			white-space: nowrap;
			text-align:left;
			font-weight: 400;font-size: 16px;
			border-right: 1px solid #eee;
			color:#000;
		}
		/*
		Label the data
		*/
.tb_box ul.list li:before { content: attr(data-title); }
		
}

	

/*-----------------------------------------------------------------------------------------------------------
/*게시판
-----------------------------------------------------------------------------------------------------------*/

	.tb1		{ width:100%; border-collapse:collapse;clear: both;	border-spacing:0; border-top:2px solid #000; margin:10px 0; /*border-left:1px solid #ccc;*/ }
	.tb1 th,
	.tb1 td		{ border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd; padding:13px 10px ; line-height:160%;  vertical-align:middle; }
	.tb1 thead th			{ font-weight:500;background: #f7fbfa;color: #333 ;font-size: 16px;text-align: center;font-family: 'S-CoreDream-5Medium';}
	.tb1 tbody th			{ background-color:#fafafa; font-weight:500; text-align:center; color: #333;font-size: 16px; font-family: 'S-CoreDream-5Medium';}
	.tb1 tbody th a			{  font-weight:500; text-align:center; color: #333;font-size: 16px; }

	.tb1 td					{   font-weight:300;font-size: 17px; }
	.tb1 thead th:last-child,.tb1 tbody th:last-child,.tb1 tbody td:last-child	{ border-right:0 }

	.tb1_bg tr:hover					{ background-color:#f5fcef; color: #000; }
	.tb1_bg tbody tr:hover th					{ background-color:#f5fcef; /*color: #d12472*/ }

	.td_pc_none				{ display:none; }
	.td_pc_block			{  }
	.th_pc_none				{ display:none; }
	.span_pc_none			{ display:none !important; }
	.span_pc_block			{ display:inline; }



/*	.tb2		{ width:100%; border-collapse:collapse;	border-spacing:0; border-top:2px solid #000; margin:10px 0;  }
	.tb2 th,
	.tb2 td		{ border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd; padding:13px 10px ; line-height:160%;  vertical-align:middle; }
	.tb2 thead th			{ font-weight:500;background: #f9f9f9;color: #333; font-size: 16px;text-align: center;font-family: 'S-CoreDream-5Medium';}
	.tb2 tbody th			{ background-color:#f9f9f9; font-weight:500; text-align:center; color: #333;font-size: 16px; font-family: 'S-CoreDream-5Medium';}
    .tb2 tbody th a			{  font-weight:500; text-align:center; color: #333;font-size: 16px; }
	.tb2 td					{font-weight:300;font-size: 17px; }
	.tb2 td span.poin		{ font-family: 'S-CoreDream-4Regular'; color: #333;font-size: 17px;   }
	.tb2 td img	{ vertical-align:top; margin-top: 3px}
	.tb2 td input					{ padding: 10px;  outline: none;}
 
	.tb2 thead th:last-child,.tb2 tbody th:last-child,.tb2 tbody td:last-child	{ border-right:0 }
	
	.tb2 td strong.type1	{ font-family: 'S-CoreDream-4Regular'; color: #333;font-size: 16px;   }
*/


	.tb3		{ width:100%; border-collapse:collapse;clear: both;	border-spacing:0; /*border-top:1px solid #e0e0e0;*/ margin:10px 0; /*border-left:1px solid #ccc;*/ }
	.tb3 th,
	.tb3 td		{   border-bottom:1px solid #cdcdcd; padding:13px 10px!important; line-height:170%;  vertical-align:middle; }
	.tb3 thead th			{ font-family: 'S-CoreDream-4Regular'; background: #30b9b0;;color: #fff ;font-size: 16px; text-align: center; }
	.tb3 tbody th			{ background-color:#30b9b0;;  font-weight:400; text-align:center; color: #fff;font-size: 16px;letter-spacing: -0.5px }
	.tb3 td					{ background-color:#f9f9f9; font-weight:300; font-size: 16px;color: #555;letter-spacing: -0.5px}
	.tb3 thead th:last-child,.tb3 tbody th:last-child,.tb3 tbody td:last-child	{ border-right:0 }
 



	.tal			{ text-align:left !important; }
	.tac			{ text-align:center !important; text-indent:0 !important; }
	.bd_r			{ border-right:1px solid #cdcdcd !important; }
	.col_5			{ width:20%}
	.table_m,.board_m	{ display:none}	
	.ovf		    	{ overflow: hidden}

 
/*-----------------------------------------------------------------------------------------------------------*/

	/* 모바일 해상도 */
	@media all and (max-width:980px) {	
		
		/* table_style */
		.tb1 thead tr							{/* display:none;*/ }
		.tb1 tbody th							{ border-right:1px solid #f2f2f2; }
		.tbody_th								{ border-top:2px solid #222; text-align:left; }
		.tb1 tbody .responsive_tr				{ border-bottom:3px solid #f00 !important; }
		.tb1 td									{ text-align:left; }
		/*.tb1 td	br				{display:none !important;}*/
		.tb1 td, table.tb1 th	{ padding:8px 5px; }
		.col_5					{ width:25%}
		.bd_no_pc				{display:none !important;}	
		
		.table_pc,.board_pc	{ display:none}
		.table_m,.board_m	{ display: block}
		.table_m img{ width:95%; text-align:center}
		
		/*.tac				{ text-align:left !important; }*/
		
		.srchBt2		{width:50px; }
		
		/* 모바일 해상도 */	
		/* Force table to not be like tables anymore */
		.no-more-tables table, 
		.no-more-tables thead, 
		.no-more-tables tbody, 
		.no-more-tables th, 
		.no-more-tables td, 
		.no-more-tables tr { 
			display: block; 
		}
	
		/* Hide table headers (but not display: none;, for accessibility) */
		.no-more-tables thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
	
		.no-more-tables tr { border-top: 1px solid #ccc;  border-bottom: 1px solid #ccc;}
		.no-more-tables th { border-right:none!important;padding:15px 0;}
		.no-more-tables td { width: 100%;
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			/*padding-left: 28%; */
			white-space: normal; padding:15px 0;
			text-align:center; font-weight:400; border-right:none!important;box-sizing: border-box;
			
		}
			.no-more-tables td img { 
			width: 100%;
			
		}
		.no-more-tables td input { 
			padding:3px 2px;
			
		}
		.no-more-tables td.tal  { 
			text-align: center!important;
			
		}
		
		.no-more-tables td select { 
			    height: 32px;
    line-height: 32px;
		}	
	/*	.no-more-tables td:before { 
		 
			position: absolute;
			 
			left: 6px;
			width: 20%; 
			padding-right: 10px; 
			white-space: nowrap;
			text-align:left;
			font-weight: 400;
			border-right: 1px solid #eee;
			color:#000
		}*/
	
		/*
		Label the data
		*/
		/*.no-more-tables td:before { content: attr(data-title); }*/
		
		
		
		.no-more-tables2 table, 
		.no-more-tables2 thead, 
		.no-more-tables2 tbody, 
		.no-more-tables2 th, 
		.no-more-tables2 td, 
		.no-more-tables2 tr { 
			display: block; 
		}
	
		/* Hide table headers (but not display: none;, for accessibility) */
		.no-more-tables2 thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
	
		.no-more-tables2 tr { *border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
		.no-more-tables2 th { border-right:none;}
		.no-more-tables2 td { 
			/* Behave  like a "row" */
			border: none;
			padding-bottom:10px;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 28%!important; 
			white-space: normal;
			text-align:left; font-weight:400; border-right:none!important;font-size: 16px;
			
		}
 		.no-more-tables2 td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */		
			left: 6px;
			width: 20%; 
			padding-right: 10px; 
			white-space: nowrap;
			text-align:left;
			font-weight: 400;font-size: 16px;
			border-right: 1px solid #eee;
			color:#000;
		}
		/*
		Label the data
		*/
		.no-more-tables2 td:before { content: attr(data-title); }
		
        
     /*아이콘있는 테이블*/
	.no-more-tables3 table, 
		.no-more-tables3 thead, 
		.no-more-tables3 tbody, 
		.no-more-tables3 th, 
		.no-more-tables3 td, 
		.no-more-tables3 tr { 
			display: block; 
		}
	
		/* Hide table headers (but not display: none;, for accessibility) */
		.no-more-tables3 thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		.no-more-tables3 tbody th { 
			/*border-right: 0px solid #ccc;*/
            text-align: center !important;
            padding: 3px 0;
            border-bottom: 0;
		}
		.no-more-tables3 tr { margin: 10px 0; /*border-top: 1px solid #ccc; *//* border-bottom: 1px solid #ccc;*/}
		.no-more-tables3 th { border-right:none; }
		.no-more-tables3 td { 
			/* Behave  like a "row" */
			border: none;
			padding-bottom:10px;
			border-bottom: 1px solid #ddd; 
			position: relative;
			/*padding-left: 28%; */
			white-space: normal;
			text-align:center!important; 
            font-weight:400; 
            padding: 12px 0 !important;
			
		}        
        
        
        
        
		.bd_r	{border-right: 1px solid #fff !important;}
		
		/*.ovf	{overflow-x:scroll;padding-bottom:15px; position:relative; padding-top:60px;}
		.ovf:after{width:100%; height:60px; position:absolute; left:0px;  top:0; display:block; content:"";background:#eceff1; z-index:-1}
		.ovf:before{width:360px;height:30px; position:absolute;left:10px; top:15px;font-size:15px; letter-spacing:-0.05em; color:#555; display:block; content:"← 좌우로 스크롤 하시면 자세히 보실 수 있습니다  →"; box-sizing:border-box; line-height:30px;}
		.ovf table	{width:620px !important}*/
		
				.ovf	{overflow-x:scroll;padding-bottom:15px; position:relative; padding-top:60px;}
		.ovf:after{width:100%; height:60px; position:absolute; left:0px;  top:0; display:block; content:"";background:#eceff1; z-index:-1}
		.ovf:before{width:360px;height:30px; position:absolute;left:10px; top:15px;font-size:15px; letter-spacing:-0.05em; color:#555; display:block; content:"← 좌우로 스크롤 하시면 자세히 보실 수 있습니다  →"; box-sizing:border-box; line-height:30px;}
		.ovf table	{width:620px !important}
		   /* .ovf {
        overflow-x: scroll;
        padding-bottom: 15px;
        position: relative;
        padding-top: 60px;
    }*/
		
	}
	
	/* paging */
 	.paging {display:inline-block; vertical-align:middle; padding:25px 0; width:100%; overflow:hidden; text-align:center; font-size:0;}
   .paging a {display:inline-block; vertical-align:middle; margin:2px; width:35px; height:35px; line-height:32px; font-size:15px; color:#b7b7b7; 
			letter-spacing:-1px;   text-align:center;
			border:#fff solid 1px;
			background:#fff;}
		.paging a:hover {color:#30b9b0;}
		.paging a.on {color:#30b9b0; border:#30b9b0 solid 1px; background:#fff;text-decoration:underline}
		.paging a.focus {color:#fff; border:#e1708e solid 1px; background:#e1708e;}
		.paging a.focus:hover {color:#fff; border:#be1e2d solid 1px; background:#be1e2d;}
	 
 	/* 게시판 페이징 */
/*.paging {overflow:hidden; text-align:center; font-size:0; padding:20px 0 0 0;}
	.paging a, .paging .on {display:inline-block; width:35px; height:35px; margin-left:3px; color:#666; text-align:center; line-height:32px; border:1px solid #c3c3c3; vertical-align:top; font-size:14px; }
	.paging .on {background:#424242; color:#fff; border-color:#424242; font-weight:normal;}
	.paging a.first_prev {margin-left:0; border:1px solid #c3c3c3; background:url('/images/bbs/paging_prev2.gif') center center no-repeat; text-indent:-9999px;}
	.paging a.prev {border:1px solid #c3c3c3; background:url('/images/bbs/paging_prev.gif') center center no-repeat; text-indent:-9999px;}
	.paging a.next {border:1px solid #c3c3c3; background:url('/images/bbs/paging_next.gif') center center no-repeat; text-indent:-9999px;}
	.paging a.last_next {border:1px solid #c3c3c3; background:url('/images/bbs/paging_next2.gif') center center no-repeat; text-indent:-9999px;}
	.paging a:hover {text-decoration:none; border-color:#424242;}*/

 
	/* 리스트검색 */
	.listSrch{border:1px solid #ddd; background:#f7f7f7; text-align:center; padding:15px 0;}
		.listSrch select{width:90px;}
		.listSrch select.type2{width:360px;}
		.listSrch input{width:360px;}
		.listSrch strong{color:#333; margin-right:6px}
		.listSrch .btnGry{height:auto; width:auto; padding:8px 20px 7px; line-height:18px; color:#FFF !important}
	

	/* 모바일 해상도 */
	@media all and (max-width:800px) {	
	
		.listSrch{padding:12px 0;}
			.listSrch select{width:20%;}
			.listSrch input{width:30%;}
			.listSrch select.type2{width:60%;}
			.listSrch strong{font-size:13px}
			.listSrch .btnGry{font-size:13px; padding:8px 2% 7px;}
	
	}

/*-----------------------------------------------------------------------------------------------------------
공통
-----------------------------------------------------------------------------------------------------------*/
h3.h3_title	{
    position: relative;
    line-height: 48px;
    text-align: center;
    font-weight: normal;
    color: #1e2836;
    font-size: 32px;
    font-family: 'GmarketSansMedium';
    padding: 30px 0 30px;
}
h3.h3_title	mark {background:url(/img/common/title_bg.png)repeat-x bottom ;  }

h4.h4_title	{ clear:both; margin-bottom:15px;  font-size:25px;   letter-spacing:-1px; padding-left: 33px;   color:#000; line-height:26px; position:relative;font-family: 'GmarketSansMedium';}
h4.h4_title:before {position:absolute;top:4px;left:0; content:"";display:block;/*  z-index:10;*/background:url(/img/common/tt.png) no-repeat; width: 24px; height:14px;  }

h4.h4_title2	{width: 100%; clear:both;margin-bottom:40px;  font-size:24px;   letter-spacing:-1px; color:#09715c; line-height:44px; position:relative;font-family: 'GmarketSansMedium';text-align: center; }
h4.h4_title2:before {position:absolute;top:-10px;left:50%; transform: translateX(-50%);content:"";display:block;  z-index:1;  width: 58px; height: 2px; background:#09715c; }

h4.h4_title3	{width: 100%; clear:both; margin-bottom:20px;  font-size:24px;   letter-spacing:-1px; color:#000; line-height:40px; position:relative;font-family: 'GmarketSansMedium'; text-align: center; font-weight: 600;/*border-bottom: 1px dashed #ddd*/}


h5.h5_title		{ position:relative;padding-left:30px; margin-top:15px;margin-bottom:10px;  color:#000; clear:both; font-family: 'GmarketSansMedium'; font-size:20px;line-height: 20px;width: 100%;box-sizing: border-box;display: inline-block}
h5.h5_title:before	{ position:absolute; content:''; background:url(/img/common/ts_ic.png) no-repeat;   width:18px; height:18px; top:0px; left:5px;}

h5.h5_title2		{ position:relative;margin-top:20px;margin-bottom:10px;  color:#000; clear:both; font-family: 'GmarketSansMedium'; font-size:19px;}



h3.h3_title2	{     position: relative;
    line-height: 48px;
    text-align: center;
    font-weight: normal;
    color: #1e2836;
    font-size: 32px;
    font-family: 'GmarketSansMedium';
    padding: 30px 0 30px;}
h3.h3_title2:before {position:absolute;top:95px;left:50%;transform: translateX(-50%);content:"";display:block;/*  z-index:10;*/background:#b9dd7c; width: 105px; height:2px;/*opacity: 0.3 */ }



.tb_title		{ position:relative;padding :5px 36px; margin:10px auto 0px;  color:#fff; background: #018047; border-radius: 40px;display: inline-block;font-family: 'S-CoreDream-4Regular'; font-size:14px;}


	div.con		{ padding:40px 0;margin-bottom: 30px;  /* border-bottom:#eee dashed 1px;*/ line-height:160%;font-family: 'S-CoreDream-4Regular'; font-size:16px;}
	div.con2		{ padding:30px ; background: #f5f5f5; line-height:160%;font-family: 'S-CoreDream-4Regular'; font-size:16px;}
	div.con3		{ padding:30px 40px ; background: #fff; border:#eee solid 1px; text-align: center}
	/*div.s_con	{ padding:10px 0 0 25px; line-height:160%; font-size:13px}*/
	div.con_box			{ padding:20px 25px;margin: 10px 0 20px; line-height:170%;background: #fff; border:#eee solid 1px;  border-radius:12px; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);word-break: break-all}
	div.con_box2		{ background: #f9f9f9;width: 96%; padding:20px 2%;margin: 5px 0;  line-height:170%;   border-radius:12px;  display: inline-block; }
	div.con_box2 strong		{ font-family:'S-CoreDream-5Medium';font-size:17px;color:#333; }

	div.con_box3		{ background: #fff; width:99%; padding:15px 2%; margin: 0px 0.5%;box-sizing: border-box;background: #fcfcfc; border:#eee solid 1px; border-radius:7px;   clear: both;   display: inline-block; }

div.con_box4		{  width:84%; padding:25px 2% 25px 14%;margin: 5px 0;  border-radius:0px;  display: inline-block;background:url(/img/program/pp.png) no-repeat 5% 48% #f5f5f5;  }
div.con_box4 ul.bu3		{margin:5px 0 0 20px;}
div.con_box4 ul.bu3 li 	{line-height:170%;padding-left: 0px; list-style-type:disc !important;letter-spacing: -0.5px!important;font-size: 16px;}
div.con_box4 ul.bu3 li strong		{ font-weight:400; color:#000;color:#ed601b !important}

	

div.con_box5		{ position: relative; width:100%;/* padding:1px;*/ margin: 5px 0 10px; /* border: 1px solid #ddd;*/display: inline-block;background: #ddd; overflow: hidden }
div.con_box5 div.boxs		{ position: relative;  width:80.9%; padding:30px 2% 30px 17%;margin: 1px; display: inline-block; background:url(/img/program/pp2.png) no-repeat 5% 53% #fafafa;font-weight: 400; z-index: 2;/*box-sizing: border-box*/}
div.con_box5:before {position:absolute;top:0px;left:0px; content:""; display:block; background:#025b47; width: 55px; height:55px;z-index:  1/*opacity: 0.3 */ }
div.con_box5:after {position:absolute;bottom:0px;right:0px; content:""; display:block; background:#ff9600; width: 55px; height:55px;z-index: 1/*opacity: 0.3 */ }





	ul.bu1		{margin:5px 0 0 10px;}
	ul.bu1 li 	{line-height:170%;}
	
	ul.bu2		{margin:5px 0 0 30px;}
	ul.bu2 li 	{line-height:170%;margin-bottom: 0px; padding-left: 0px; list-style-type:disc !important}
	ul.bu2 li strong		{ font-weight:400; color:#000}
	ul.bu2 li strong.type1	{ font-weight:400; color:#ed601b !important}
	
	ul.bu3		{ margin-left:5px}
	ul.bu3 li 	{line-height:170%; background: url(/img/common/mask.png) no-repeat 0 12px; padding-left:15px}
	ul.bu3 li ul li{ margin-left:5px; line-height:160%; list-style-type:none; background:url(/img/common/bu_4.gif) no-repeat 0 8px; padding-left:10px}
	ul.bu3 li strong	{ font-weight:400; color:#ed601b}
	
    ul.bu4		{ margin-left:35px;}
    ul.bu4 li 	{line-height:170%;list-style-type: disc;}
    ul.bu4 li::marker {color: #ff696d; }
	
	/* 테블릿 가로 해상도 */
	@media all and (max-width:1199px) {	
	}

	/* 모바일 해상도 */
	@media all and (max-width:980px) {	
	div.con3		{ padding:20px 20px ; }	
    /* div.con_box4	{  width:96%; padding:25px 2% 135px 2%;   }*/
		div.con_box4		{  width:96%; padding:95px 2% 25px 2%;  display: inline-block;background:url(/img/program/pp.png) no-repeat center 25px #f5f5f5;  }
    ul.bu3 li {text-align: left !important;}
		
 
div.con_box5 div.boxs		{ position: relative;  width:95.5%; padding:10px 2% 10px 2%;margin: 1px;  background:#fafafa;font-size: 16px ;word-break:break-all}
		
		
		h3.h3_title	{ 
    line-height: 38px; 
    font-size: 24px;    padding: 30px 0 0px;
}
	h4.h4_title	{  margin-bottom:10px;  font-size:22px;   }	
	h5.h5_title		{  font-size:18px; }	
 h3.h3_title2	{    
    line-height: 38px; 
    font-size: 24px; 
    padding: 10px 0 50px;}
	}

		

	.box-type {position:relative;text-align:center; margin-top:10px; position:relative}	
	.box-type:after {content:"";display:block;position: absolute;width:29px;height:85px;background:url(/img/common/dpt_char_spr.png) no-repeat;z-index:10;top:0; left:48.5%; }
	
	.char-tit {}
	.char-tit p.tit	{font-size:30px;line-height:40px;color:#116fb0;font-weight:500; letter-spacing:-1px; padding-top:85px}
	.char-tit p.tit span	{font-size:30px;line-height:40px;color:#333;font-weight:300;}
	.char-tit p.tit2		{font-size:30px;line-height:40px;color:#000;font-weight:500; letter-spacing:-1px; padding-top:85px}
	.char-tit p.tit2 span.point	{font-size:30px;line-height:40px;color:#3eb134;font-weight:500;}
	.char-tit p.tit2 span.point2{font-size:30px;line-height:40px;color:#ea2d6b;font-weight:500;}
	.box-type p.txt	{ line-height:160%; padding-top:15px; position:relative; padding-bottom:25px}
	.box-type p.txt span.point	{ color:#000; font-weight:500}
	.box-type p.txt:after	{content:"";position: absolute; height:4px; background:url(/img/common/boxTop_bg.gif); width:100%; bottom:0; left:0;}
 
	
	@media only screen and (max-width:768px){
		.char-tit {font-size:23px;line-height:1.4;margin-top:5px;}
		.char-tit .e-tit {font-size:14px;}
		.char-tit:after {margin-top:15px;margin-bottom:15px;}
		.box-type p.txt br	{ display:none;}
	}
	@media only screen and (max-width:699px){
		.char-tit {font-size:18px}
		.char-tit .e-tit {font-size:12px;}
	}
	@media only screen and (max-width:549px){
		.char-thum:after, .char-tit:after {display:none;}
		.char-tit {margin-bottom:10px;}
	
	}


/*-----------------------------------------------------------------------------------------------------------
사이트맵
-----------------------------------------------------------------------------------------------------------*/
/* 컨텐츠 영역_사이트맵 */
#contents_sitemap			{ }
	#contents_sitemap p.site	{width:100%; font-size:21px; font-family: 'S-CoreDream-5Medium'; color:#fff;  line-height:70px; text-align:center;
/*	border-top:#e8e7e2 solid 1px; border-left:#e2e1dc solid 1px; border-right:#e2e1dc solid 1px; border-bottom:#b5b4b0 solid 1px; */
    border-radius:5px;
/*	box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);*/
	background:#333;
/*

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f9f8f4);
	background:-webkit-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
	background:-moz-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
	background:-ms-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
	background:-o-linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
	background:linear-gradient(top, #ffffff 0%, #f9f8f4 100%);
*/

}

	
	#contents_sitemap .cate_line{margin-bottom:20px;*zoom:1}
	#contents_sitemap .cate_line:after{content:""; display:block;clear:both;}
	#contents_sitemap .cate_line .cate{display:inline-block;vertical-align:top; width:22%; height:auto; margin:20px 3.5% 20px 0%;box-sizing: border-box}
	#contents_sitemap .cate_line .cate:nth-child(4n){ width:22%; margin:20px 0% 20px 0%;box-sizing: border-box}
	#contents_sitemap .cate_line .cate ul{ margin:10px 0 15px 0}
	#contents_sitemap .cate_line .cate ul li{ padding:10px 0 15px 0;margin:0 0 0 30px;border-bottom:#f2f2f2 1px dashed;list-style-type:disc !important}
	#contents_sitemap .cate_line .cate ul li::marker {
    color: #ff696d;
}
	#contents_sitemap .cate_line .cate ul li a		{ color:#666; letter-spacing:-1px; font-weight: 400;   vertical-align: bottom;}
   	#contents_sitemap .cate_line .cate ul li:hover{background: #f9f9f9}
	#contents_sitemap .cate_line .cate ul li:hover a{color: #30987c;}
	#contents_sitemap .cate_line .cate ul li.sub{ padding:5px 0 10px 20px;margin:0 0 0 30px; background:#f3f3f3;list-style-type:none !important; position:relative}
	#contents_sitemap .cate_line .cate ul li.sub:before	{ position: absolute; content:'-'; top:0; left:5px;}



.se_tt{
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 50px;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin: 20px 0;
}

.se_list{
    position: relative;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.se_list ul.se_01{
    width: 45%;
    display: inline-block;
        padding-left: 40px;
    border-right: 1px dashed #eee;
}

.se_list ul.se_02{
    width: 45%;
    display: inline-block;
    padding-left: 40px;
}

.sc_title {
    clear: both;
    margin-bottom: 15px;
    font-size: 25px;
    letter-spacing: -1px;
    padding-left: 33px;
    color: #000;
    line-height: 26px;
    position: relative;
    font-family: 'GmarketSansMedium';
    margin-top: 50px;
}

.sc_title:before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    display: block;
    /*  z-index:10;*/
    background: url(/img/common/tt.png) no-repeat;
    width: 24px;
    height: 14px;
}


	.sc_text      	{clear:both; margin:5px 0 0  0px; line-height:200%;    padding: 0 20px;}
	.sc_text ul li ol li	{ list-style: decimal    !important }
	.sc_text ul 	{ margin:5px 0 0 20px}
	.sc_text li 	{ line-height:170%; margin-bottom:5px;}


.sc_text2 {
    clear: both;
	padding: 15px;
    margin: 5px 0 0 0px;
    line-height: 180%;
	text-align: left;
	 background: #fafafa;
}
.sc_text2 p {
    margin: 5px 0 0 20px ;line-height: 160%;
}
.sc_text2 ul {
    margin: 15px 0 0 20px
}

.sc_text2 li {
    line-height: 160%;
    margin-bottom: 10px;
}
					 
	/* 테블릿 가로 해상도 */
	@media all and (max-width:1199px) {				
		#contents_sitemap .cate_line .cate{float:left; width:22%; height:auto; margin:20px 3% 10px 0px;}
		#contents_sitemap .cate_line ul li br{ display:none}
		
	}
	
	/* 모바일 해상도 */
	@media all and (max-width:800px) {	
        .se_list{
            padding: 10px;

        }

        .se_list ul.se_01{
            width: 100%;
            padding-left: 0px;
        }

        .se_list ul.se_02{
            width: 100%;
            padding-left:0px;
        }

        
		#contents_sitemap .cate_line .cate{width:100%; height:auto; margin:20px 0 10px 0px; clear:both}
        .sc_text      	{padding: 0 0px;}
	}
	




/*-----------------------------------------------------------------------------------------------------------
사업-탭메뉴
-----------------------------------------------------------------------------------------------------------*/

#tabs {
   overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    /* display: table; */
    /*margin-bottom: 50px;*/
    display: flex;
    flex-wrap: wrap;
 
}
 

#tabs li {
    text-align: center;
    position: relative;
    /* display: table-cell; */
    transform-origin: center;
    min-width: 17.6%;
    border: 1px solid #fff;
    padding: 20px 40px;
    transition: all 0.6s;
    background: #f1f1f1;
    width: 17.6%;box-sizing: border-box


}


#tabs li a{
    font-family: 'GmarketSansMedium';
    font-size: 17px;
    font-weight: 500;
}

#tabs li#current,
#tabs li.on {
    background: #fff;
    border-top: 2px solid #ff696d;
    border-right: 1px solid #ff696d;
    border-left: 1px solid #ff696d;
}

#tabs li#current a,
#tabs li.on a {
    color: #ff696d !important;
    font-size: 19px;
}

#tabs li a {
    color: #555;
}

#tabs li:hover a {
    color: #fff !important;
}

#tabs li:hover {
    background: #ff696d;
}

/*#content {
    background: #fff;
    height: auto;
    position: relative;
    z-index: 2;
}*/
#tabs li.w-3_list{width: 33.3%} 
    #tabs li.w-5{  width: 20%  } 
    #tabs li.w-4{  width: 25%  } 
    #tabs li.w-3{  width: 33.3%  } 
    #tabs li.w-2 {  width: 50%  }                                

/* 모바일 해상도 */
@media all and (max-width:980px) {


    #tabs {}

    #tabs:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden
    }

    #tabs li:first-child {
    }

    #tabs li:nth-child(3),
    #tabs li:nth-child(4),
    #tabs li:nth-child(5),
    #tabs li:nth-child(6),
    #tabs li:nth-child(7),
    #tabs li:nth-child(8) {
        border-top: 0px
    }

    #tabs li {
        transform-origin: none;
        transform: none;
        border-radius: 0px;
        margin: 0 0px;
        padding: 20px 10px;
    }

    #tabs li.w-5,
    #tabs li.w-4,
    #tabs li.w-3,
    #tabs li.w-2 {
       width: 50%  
    }
	#tabs li a{ 
    font-size: 16px; 
}
	
	   #tabs li.w-3_list{
       width: 100%  
    }
#tabs li#current,
#tabs li.on {
    background: #ff696d;
    border-top: 0px solid #ff696d;
    border-right: 0px solid #ff696d;
    border-left: 0px solid #ff696d;
}
#tabs li#current a,
#tabs li.on a {
    color: #fff!important;
    font-size: 16px;
}
}
	


/*-----------------------------------------------------------------------------------------------------------
컨텐츠-탭스타일 
-----------------------------------------------------------------------------------------------------------*/

#tabs2 {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

#tabs2 {
    display: inline-block;
}

#tabs2 li {
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
	/*border-bottom: 1px solid #1f51a2;*/
    border-left: none;
    padding: 18px 0;
    transition: all 0.6s;
	background: #f1f1f1;
	 
	 
}

#tabs2 li:first-child {
    border-left: 1px solid #ddd
}

#tabs2 li#current,
#tabs2 li.on {
 
    border: 2px solid #1f51a2;
    border-bottom: 0px solid #fff;
	background: #fff;
	padding: 18px 0;
}

 

#tabs2 li#current a,
#tabs2 li.on a {
    font-family: 'GmarketSansMedium';
    font-size: 18px;
    font-weight: 500;
    color: #1f51a2
	 
}

#tabs2 li a {
    color: #555; font-weight:500;
    font-family: 'GmarketSansMedium';
}

#tabs2 li:hover a {
    color: #fff !important;
}

#tabs2 li:hover {
    background: #ff696d;;
}

 #tabs2 li.w-2 {
    width: 50%
}


#tabs2 li.w-3 {
    width: 33.333%
}

#tabs2 li.w-4 {
     width:25%
} 


/* 모바일 해상도 */
@media all and (max-width:980px) {


 
    #tabs2:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        visibility: hidden
    }
 
    #tabs2 li:first-child {
        border-left: 1px solid #ddd
    }
 
	#tabs2 li#current,
	#tabs2 li.on {
 
    border: 1px solid #1f51a2;
    border-bottom: 1px solid #fff;
	padding: 18px 0;
}
	#tabs2 li#current a,
	#tabs2 li.on a {
    color: #333 !important;
	font-weight: 500;
	font-size: 16px!important
	 
}
	#tabs2 li a {
    color: #555; font-weight:500;font-size: 16px!important
}
    #tabs2 li.w-2,   
    #tabs2 li.w-3,
    #tabs2 li.w-4{
    width: 50%
    }
    
    

}


	
/*-----------------------------------------------------------------------------------------------------------
/*신청폼 테이블
-----------------------------------------------------------------------------------------------------------*/

	.tb2		{ width:100%; border-collapse:collapse;	border-spacing:0; border-top:2px solid #000000; margin:10px 0; /*border-left:1px solid #ccc;*/ }
	.tb2 th,
	.tb2 td		{ border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; padding:22px 22px; line-height:180%;  vertical-align:middle; }
	.tb2 thead th			{ font-family: 'S-CoreDream-4Regular'; background: #f5f5f5;color: #333 ;font-size: 16px; }
	.tb2 tbody th			{ background-color:#f5f5f5; font-family: 'S-CoreDream-4Regular'; text-align:center; color: #333;font-size: 16px;border-right:0 }
	.tb2 td					{ background-color:#fff; font-weight:300;  }
	.tb2 tbody td.title			{  font-family: 'S-CoreDream-4Regular'; text-align:center; background: #017c58;color: #fff;font-size: 16px;border-right:0 }
	.tb2 td span.poin		{ font-family: 'S-CoreDream-4Regular'; color: #333;font-size: 17px;   }
	.tb2 td img	{ vertical-align:top;margin-top: 3px}
	.tb2 td input					{ padding: 10px; /* outline: none;*/}
 
	.tb2 thead th:last-child,.tb2 tbody th:last-child,.tb2 tbody td:last-child	{ border-right:0 }
	
	.tb2 td strong.type1	{ font-family: 'S-CoreDream-4Regular'; color: #333;font-size: 16px;   }



.tb2 td textarea {
    padding: 15px 17px;
    line-height: 30px;
	min-height: 120px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;/*outline: none;*/

}
.tb2 td .i-input {
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
.tb2 td .i-input input {
    height: 32px;
    line-height: 32px; 
    border: none;background: none
}
.tb2 td .i-input .inner-txt {
    width: 40px;
    text-align: center;
}
.tb2 td select {
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 46px;
    line-height: 46px;
    /*outline: none;*/
    padding-left: 7px; 
}
.tb2 td.radio1 > input[type=radio], .tb2 td.radio1 > input[type=checkbox] {
    overflow: hidden;
    display: none;
    width: 0px;
    height: 0px;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    clip: rect(0 0 0 0);
    opacity: 0;
}
.tb2 td.radio1 > input[type=radio] + label, .tb2 td.radio1 > input[type=checkbox] + label {
    border: 1px solid #ddd;
    font-weight: normal;
    color: #757575;
    padding: 12px 30px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
}
.tb2 td.radio1 > input[type=radio] + label:hover, .tb2 td.radio1 > input[type=checkbox] + label:hover {
    color: #000000;
    border: 1px solid #000000;
}
.tb2 td.radio1 > input[type=radio]:checked + label, .tb2 td.radio1 > input[type=checkbox]:checked + label {
    color: #000000;
    border: 1px solid #000000; 
} 

.radio2 > input[type=radio], .radio2 > input[type=checkbox] { appearance: none;
    width: 19px;
    height: 19px;padding: 2px;
    border:  1px solid #757575;
    font-size: 0;
    line-height: 0;
    clip: rect(0 0 0 0);
	background: #f5f5f5;margin-top: -2px;margin-right: 2px;
	border-radius: 50%; 
}
 
.radio2 > input[type=radio]:hover, .radio2 > input[type=checkbox]:hover { 
padding: 0px;
	border:  3px solid #fff;
   background: #ff696d;
	box-shadow: 0px 0px 2px 1px #ddd;
}
.radio2 > input[type=radio]:checked, .radio2 > input[type=checkbox]:checked { 
padding: 0px;
	border:  3px solid #fff;
   background: #ff696d;
	box-shadow: 0px 0px 2px 1px #ddd;
    
} 
 
.find-add {
    width: 120px;
    background-color: #222;
    border: 1px solid #000;
    color: #fff;
    box-sizing: border-box;
    height: 46px;
    border-radius: 2px;
    margin-left: 5px; 
}

 

	.tb3		{ width:100%; border-collapse:collapse;clear: both;	border-spacing:0; /*border-top:1px solid #e0e0e0;*/ margin:10px 0; /*border-left:1px solid #ccc;*/ }
	.tb3 th,
	.tb3 td		{   border-bottom:1px solid #fff; padding:15px 15px!important; line-height:160%;  vertical-align:middle; }
	.tb3 thead th			{ font-family: 'S-CoreDream-4Regular'; background: #f5f5f5;color: #333 ;font-size: 15px; }
	.tb3 tbody th			{ background-color:#1a865c;  font-weight:400; text-align:center; color: #fff;font-size: 16px;letter-spacing: -0.5px }
	.tb3 td					{ background-color:#f5f5f5; font-weight:300; font-size: 16px;color: #555;letter-spacing: -0.5px}
	.tb3 thead th:last-child,.tb3 tbody th:last-child,.tb3 tbody td:last-child	{ border-right:0 }
 

/*	.tal			{ text-align:left !important; }
	.tac			{ text-align:center !important; text-indent:0 !important; }
	.bd_r			{ border-right:1px solid #ccc !important; }
	.col_5			{ width:20%}
	.table_m,.board_m	{ display:none}	
	.ovf		    	{ overflow: hidden}*/





/*-----------------------------------------------------------------------------------------------------------
컨텐츠-인사말
-----------------------------------------------------------------------------------------------------------*/

.greeting  {
}
.greeting .wrap {
    padding: 0 350px 0 0 ;
    background: url('/img/about/greeting_bg.png') no-repeat right top;
}
/*.greeting .tt {
    font-family: 'GyeonggiTitleM';
    font-size: 35px;
    line-height:130%;
    color: #333;
    letter-spacing: -1px;
 
}

.greeting .tt strong {
    font-size: 35px
}

.greeting span.type1 {
    font-family: 'GyeonggiTitleM';
    font-size: 30px; 
    color: #ff696d;color: #35AF47;
}

.greeting span.type2 {
    font-family: 'GyeonggiTitleM';
    font-size: 30px;line-height:150%;
    color: #ff9156;
}*/

/*.greeting li {
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
    line-height: 180%;
    color: #000;
}*/

.greeting .name {
    text-align-last: right;
    padding-top: 20px; font-weight: 500;
    color: #000;
}

.greeting .name span.sign{
    font-family: 'YEONGJUSeonbiTTF';
    font-size: 28px;
    color: #000;
    font-weight: 500;margin-left: 10px}


 

@media all and (max-width:980px) {
	.greeting  {text-align: center;word-break: keep-all;font-size: 16px;font-weight: 400;
}
    .greeting .wrap {
        padding:0px 0 0;
        background: none;text-align: center;word-break: keep-all;font-size: 16px;font-weight: 400;
        
    }
/*    .greeting .wrap br {display: none
        
    }*/
/*    .greeting .tt {
        font-size: 26px;
        line-height: 1.3;
    }*/
/*.greeting li {
   text-align: center;word-break: keep-all;
}*/

.greeting .name {
     text-align-last:  center;word-break: keep-all
}

}



/*-----------------------------------------------------------------------------------------------------------
산하기관
-----------------------------------------------------------------------------------------------------------*/

.rest_box {
      width: 100%;display: inline-block;
    
    border-radius: 20px;
    background:  #f9f8f6; 
}
 
.rest_box .r_con {
   /* padding: 0 400px 0 40px;*/
}

.rest_bg1{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg1.png")no-repeat right bottom   ;  padding: 0 400px 0 40px;
}
.rest_bg2{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg2.png")no-repeat right bottom   ;  padding: 0 300px 0 40px;
}
.rest_bg3{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg3.png")no-repeat right bottom   ;  padding: 0 280px 0 40px;
}
.rest_bg4{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg4.png")no-repeat right bottom   ;  padding: 0 330px 0 40px;
}

.rest_box p.tt {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #000;
    line-height: 27px;
    position: relative;
    font-family: 'S-CoreDream-5Medium';
}

.rest_box p.tt span{
     font-size: 28px;
    font-weight: 600;
    font-family: 'S-CoreDream-5Medium';
        color: #559b0f;
}
.rest_box p.st { 
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #666;
    line-height: 27px;
    position: relative;
    font-family: 'S-CoreDream-5Medium';padding-bottom: 30px;
}


.rest_box2 {
      width: 100%;display: inline-block; 
    border-radius: 20px;  
     
}
.rest_box2 li { width: 31.3%;margin: 5px 3% 5px 0%;box-sizing: border-box ; line-height: 70px;  border-radius: 20px; float: left;padding-left: 100px;font-family: 'S-CoreDream-5Medium'; font-size: 19px;color: #000;}
.rest_box2 li:nth-child(1){  background: url("/img/org/p1.png")no-repeat 10px 6px #fff4e0  ; }
.rest_box2 li:nth-child(2){  background: url("/img/org/p2.png")no-repeat 10px 5px #fff0f0;  }
.rest_box2 li:nth-child(3){  background: url("/img/org/p3.png")no-repeat 10px 5px #ecf7ff; margin: 5px 0%; }
 

@media all and (max-width:1399px) {
    .rest_box .bu_con {
        padding: 0 0 0 500px;
    }
}

@media all and (max-width:980px) {

    .rest_box {
        padding: 15px 15px 0 15px ;
        height: auto;
       /* background: url("/img/center/top_img01.png") center 20% no-repeat #f9f8f6;*/
        background-size: 60%;box-sizing: border-box;text-align: center;
    }
.rest_bg1{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg1.png")no-repeat center bottom   ;  padding: 0 0 180px 0px;
}
.rest_bg2{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg2.png")no-repeat right bottom   ;  padding: 0 0 180px 0px;
}
.rest_bg3{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg3.png")no-repeat right bottom   ;  padding: 0 0 180px 0px;
}
.rest_bg4{ display: inline-block;
     min-height: 185px; line-height: 160%;
    background: url("/img/org/bg4.png")no-repeat center bottom   ;  padding: 0 0 140px 0px;background-size: 300px;
}

.rest_box p.tt {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px; 
    line-height: 27px; 
}

.rest_box p.tt span{
     font-size: 22px; 
}
.rest_box p.st { 
    font-size: 16px; 
    line-height: 24px; 
    font-family: 'S-CoreDream-5Medium';padding-bottom: 0px;
}

	
 .rest_box2 li { width: 100%;margin: 5px 0% 5px 0%;/*box-sizing: border-box ; line-height: 70px;   padding-top: 100px;  font-size: 17px;*/ }
 

}


/*문의하기*/


.ask_box {
    position: relative;
    padding: 20px;
    border-radius: 20px; border: 1px solid #ddd

}

.ask_box p.tt{
    position: relative;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #000;
    clear: both;
    font-family: 'GmarketSansMedium';
    font-size: 19px;
}
.ask_box a{
    font-weight: 400;
    color: #333
}

.ask_con {
    background: url(/img/org/ask_ic.png) no-repeat 5% center #f9f9f9;
    min-height: 90px;
    padding-left: 177px;
}

.ask_con ul.bu4 li {
    width: 100%!important; float: left

}
/*.ask_con ul.bu4 li:first-child {
    width: 30%!important; float: left

}*/
@media all and (max-width:980px) {
	.ask_box {
  
    padding: 10px; 

}
	.ask_con {
    background: url(/img/org/ask_ic.png) no-repeat 5% center #f9f9f9;
    min-height: 80px;
    padding-left: 80px;background-size: 50px;display: inline-block
}
/*.ask_box {
    padding: 15px 15px;}*/

/*.ask_con {
    background: #f9f9f9;
    padding-left: 10px;
}*/

}




/*-----------------------------------------------------------------------------------------------------------
컨텐츠- 연혁
-----------------------------------------------------------------------------------------------------------*/
.historyDiv {
    width: 100%;
    margin: 0 auto; 
    padding-bottom: 50px
}

.historyDiv div.his1 {
    overflow: hidden;
    padding: 60px 0;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}

.historyDiv div.his1.end {
    border-bottom: 0px solid #ddd;
}

.historyDiv div.his1 p {
    position: relative;
    width: 25%;
    float: left;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: #333;
    margin-left: 0%;
    margin-top: 5px;
    letter-spacing: -1px;
    line-height: 50px
}

 
.historyDiv div.his1 dl {
    width: 70%;
    float: right;
    color: #555;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 400
}
 
.historyDiv div.his1 dl dt {
    width: 10%;
    float: left;
    color: #00b181;
    font-weight: 500;
    padding-top: 18px;
}

.historyDiv div.his1 dl dd {
    width: 90%;
    float: left;
    padding-top: 18px;
    line-height: 170%;
}

 
@media all and (max-width:840px) {
    .historyDiv div.his1 .year {
        width: 10%;  }
}

/* 테블릿 가로 해상도 */
@media all and (max-width:680px) {

    .historyDiv {
        clear: both;
        margin-top: 20px
    }

    .historyDiv div.his1 {
        padding: 30px 5%;
        width: 90%;
    }

    .historyDiv div.his1 p {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .historyDiv div.his1 p:before {
        display: none
    }

    .historyDiv div.his1 dl {
        width: 100%;
        float: left;
    }

 
    .historyDiv div.his1 dl dt {
        width: 20%;
        font-size: 16px;
    }

    .historyDiv div.his1 dl dd {
        width: 80%;
        font-size: 16px;
    }
}


/*-----------------------------------------------------------------------------------------------------------
컨텐츠- 비전 및 미션
-----------------------------------------------------------------------------------------------------------*/
.vision_box{ position: relative;
    display: inline-block; margin-top: 30px;
    width: 100%;text-align: center;background: url(/img/about/vi_bg1.png) no-repeat center top ;}
.vi1{
    position: relative;
    display: inline-block;  margin-top: 20px;
    width: 343px;;height: 302px;padding-left: 20px;padding-top:60px;
    text-align: center; background: url(/img/about/vi_bg2.png) no-repeat center top  ;
} 
.vi1 span.tt{
    color: #fff;
    display: inline-block;
    width: 100%;font-size: 30px;
    text-align: center;font-family: 'KOHIBaeumOTF';
}
.vi1 span.tt:after{
    color: #fff;
    display: inline-block;
    width: 100%;font-size: 30px;
    text-align: center;font-family: 'KOHIBaeumOTF';
}
.vi1 span.st{
    color: #fff;
    display: inline-block;
    width: 100%;font-size: 18px;font-weight: 400;padding:25px 50px 0;box-sizing: border-box;
    text-align: center; 
} 
.vi1 span.st span.st2{   color: #fff;font-size:19px;font-weight: 500; } 

.vi2{
    position: relative; margin-top:60px;
    width: 100%;height:400px;display: inline-block;
    text-align: center; background: url(/img/about/vi_bg4.png) no-repeat center 110px ;
} 
.vi2 span.tt{
    color: #000;
    display: inline-block;
    width: 100%;font-size: 30px;
    text-align: center;font-family: 'KOHIBaeumOTF';
} 
 
ul.vi2_box{
    position: relative; 
    width: 574px;;display: inline-block;
    text-align: center;  margin-top: 20px;
} 
ul.vi2_box li{
     
    width: 32%; float: left;padding-top: 190px;display: inline-block;box-sizing: border-box;font-size: 16px;font-weight: 400;
} 
ul.vi2_box li.img1{background: url(/img/about/icon_01.png) no-repeat center 30px;  width: 34%; }
ul.vi2_box li.img2{background: url(/img/about/icon_02.png) no-repeat center 30px}
ul.vi2_box li.img3{background: url(/img/about/icon_03.png) no-repeat center 30px; width: 32%;}
ul.vi2_box li span.tt1{ font-size: 19px;font-weight: 500; color: #ea8a7c;width: 100%;display: inline-block;margin-bottom: 10px
} 
ul.vi2_box li span.tt2{ font-size: 19px;font-weight: 500; color: #ffc000;width: 100%;display: inline-block;margin-bottom: 10px
} 
ul.vi2_box li span.tt3{ font-size: 19px;font-weight: 500; color: #a8c83d;width: 100%;display: inline-block;margin-bottom: 10px
} 



.vi3{
    position: relative;  margin-top: 60px;
    width: 100%;
    text-align: center; 
} 
.vi3 span.tt{ color: #000;
    display: inline-block;
    width: 100%;font-size: 30px;
    text-align: center;font-family: 'KOHIBaeumOTF';
} 
.vi3_box{
    position: relative;  margin-top: 30px;
    width: 100%;
    text-align: center;/* min-height: 200px;*//*border: 1px solid #ddd;*/ /*box-sizing: border-box;*/display: inline-block; 
} 
.vi3_box li{ 
    width:31.3%;/* border-right: 1px dashed #fff; p*/adding:0 40px; float: left; box-sizing: border-box;  display: inline-block;font-size: 18px;font-weight: 400;background: #f5f5f5;/*border: 1px solid #ddd;*/border-radius: 30px;padding:50px 2%;margin: 1%;
} 
.vi3_box li:last-child{ border-right: 0px dashed #ddd;background: #f7fce7
} 
.vi3_box li:nth-child(1){  background: #fff0e9
} 
.vi3_box li span.ic1{background: url(/img/about/icon_04.png) no-repeat center 50% #fff;  height: 90px;width: 90px;border-radius: 60px;display: inline-block;margin-bottom: 15px; }
.vi3_box li span.ic2{background: url(/img/about/icon_05.png) no-repeat center 50% #fff;  height: 90px;width: 90px;border-radius: 60px;display: inline-block;margin-bottom: 15px   }
.vi3_box li span.ic3{background: url(/img/about/icon_06.png) no-repeat center 50% #fff;  height: 90px;width: 90px;border-radius: 60px;display: inline-block;margin-bottom: 15px }
 
/* 테블릿 가로 해상도 */
@media all and (max-width:980px) {
 
.vi1{ width: 100%;height:272px;padding-left: 20px;padding-top:50px; background-size: 300px;
} 
	.vi1 span.tt{
    color: #fff;
    display: inline-block;
    width: 100%;font-size: 25px;
    text-align: center;font-family: 'KOHIBaeumOTF';
}
.vi1 span.tt:after{
    color: #fff;
    display: inline-block;
    width: 100%;font-size: 25px;
    text-align: center;font-family: 'KOHIBaeumOTF';
}
.vi1 span.st{ font-size: 16px;font-weight: 400;padding:15px 50px 0; 
} 
.vi1 span.st span.st2{     font-size:16px;  } 
	
	
	
.vi2{
    position: relative; margin-top:20px;
    width: 100%;height:auto;display: inline-block;
    text-align: center; background: none ;
} 
.vi2 span.tt{
    color: #000;
    display: inline-block;
    width: 100%;font-size: 25px;
    text-align: center;font-family: 'KOHIBaeumOTF';
} 
 
ul.vi2_box{
    position: relative; 
    width:100%;display: inline-block;
    text-align: center;  margin-top:  0px;
} 
ul.vi2_box li{
     
    width: 100%; float: left;padding-top:  90px;display: inline-block;box-sizing: border-box;font-size: 16px;font-weight: 400;
} 
ul.vi2_box li.img1{background: url(/img/about/icon_01.png) no-repeat center top;  width: 100%; }
ul.vi2_box li.img2{background: url(/img/about/icon_02.png) no-repeat center top;}
ul.vi2_box li.img3{background: url(/img/about/icon_03.png) no-repeat center top; width: 100%; }
 



 
.vi3 span.tt{  
    width: 100%;font-size:25px;
    text-align: center;font-family: 'KOHIBaeumOTF';
} 
.vi3_box{   margin-top: 0px; 
} 
.vi3_box li{ 
    width:98%; adding:0 40px; float: left; box-sizing: border-box;  display: inline-block;font-size: 18px;font-weight: 400;background: #f5f5f5; border-radius: 30px;padding:30px 2%;margin: 1%;
} 
 
 
	
}

/*-----------------------------------------------------------------------------------------------------------
컨텐츠-  ci
-----------------------------------------------------------------------------------------------------------*/
.ci_down0{position: relative;width: 100%;margin:5px 0%; border: 1px solid #eee; background: url(/img/about/logo_bg.jpg);padding: 37px 0;text-align: center;display: inline-block;box-sizing: border-box;}

/*-----------------------------------------------------------------------------------------------------------
컨텐츠-  조직도
-----------------------------------------------------------------------------------------------------------*/
 
.chart {position:relative; display:inline-block; vertical-align:middle; width:100%;margin:50px auto}
 
.chart .obj { vertical-align:middle;width:100%;margin:0 auto;text-align: center; }
.chart:after	{ position:absolute;top:58px;left:50%; content:"";display:block;width:1px;height:285px;background:#d1d1d1; z-index:-1}
 
.chart .obj.s {position:relative;width:200px; font-size:15px; font-weight:400; color:#fff; letter-spacing:-1px; line-height:50px; text-align:center; border-radius:12px; box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); background:#93b86c; margin:0 auto}
.chart .obj.s a {display:block; width:100%; font-size:17px; font-weight:500; color:#fff; letter-spacing:-1px; line-height:50px;background:#93b86c;border-radius:12px;border:#82aa58 solid 2px; text-align:center;}
.chart .obj.s a:hover {color:#fff;}
 
.chart .obj.s2 {position:relative;width:200px; font-size:15px; font-weight:400; color:#fff; letter-spacing:-1px; line-height:50px; text-align:center; border-radius:12px; box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);  margin:0 auto;margin-top: 20px; }
.chart .obj.s2 a {display:block; width:100%; font-size:17px; font-weight:500; color:#fff; letter-spacing:-1px; line-height:50px;background:#5eadd5;border-radius:12px;border:#429cca solid 2px; text-align:center;}
.chart .obj.s2 a:hover {color:#fff;}
.chart .obj.s2:after	{ position:absolute;top:205px;left:-150%; content:"";display:block;width:641px;height:1px;background:#d1d1d1; z-index:-1}

.chart .obj.s0 {position:relative;width:200px; font-size:17px; font-weight:400; color:#45464a; letter-spacing:-1px; line-height:40px; text-align:center;border-top:#93b86c solid 2px; border-left:#93b86c solid 2px; border-right:#93b86c solid 2px; border-bottom:#82aa58 solid 2px; border-radius:12px;box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); background:#fff; margin:50px auto 20px }
.chart .obj.s0 a {display:block; width:100%; font-size:17px; font-weight:500; color:#45464a; letter-spacing:-1px; line-height:50px; text-align:center;}
.chart .obj.s0 a:hover {color:#669a0d;}
.chart .obj.s0:after		{ position:absolute;top:161px;left:-38%;content:"";display:block;width:554px;height:1px;background:#d1d1d1; z-index:-1}
  
 
.chart .obj.s3 {position: relative;float:right; display:inline; width:200px;margin-right: 100px; text-align:center; letter-spacing:0.5px; margin-top: 0px  }
.chart .obj.s3 a {display:block; vertical-align:middle;width:200px; font-size:16px; color:#616951; font-weight:500; line-height:50px;border :#b5b4b0 solid 1px; border-radius:12px;box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);background: #fafafa}
.chart .obj.s3 a:hover {color:#669a0d;}

.chart .obj.s3_2 {position: relative;float:left; display:inline; width:200px; text-align:center; letter-spacing:0.5px;margin-left: 100px; margin-top: 0px; border-radius:12px; }
.chart .obj.s3_2 a {display:block; vertical-align:middle;width:200px; font-size:16px; color:#616951; font-weight:500; line-height:50px;border :#b5b4b0 solid 1px; border-radius:12px;box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);background: #fafafa}
.chart .obj.s3_2 a:hover {color:#669a0d;}
.chart .obj.s3_2:after		{ position:absolute;top:190px;left:  26px;content:"";display:block;width:506px;height:1px;background:#d1d1d1; z-index:-1}
 
.chart .obj.s1 {position: relative;width:224px;  float: left;   line-height:50px; text-align:center;  border-radius:12px;   margin: 60px auto 0;margin-right: 160px;}
.chart .obj.s1 a.t0 {position: relative;display:block; width:224px;border:#ff8f27 solid 2px; box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); border-radius:12px;   font-size:18px; font-weight:500; color:#45464a;  background:#fff;  line-height:30px;padding: 10px 0; text-align:center;margin:0 auto;margin-left:215px;}
.chart .obj.s1 a.t0:hover {color:#ff8f27;}
.chart .obj.s1 a.t1 {position: relative;display:block; width:224px;border:#ff8f27 solid 2px; box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); border-radius:12px;   font-size:18px; font-weight:500; color:#45464a;  background:#fff;  line-height:30px;padding: 10px 0; text-align:center;margin:0 auto;margin-left: 380px;}
.chart .obj.s1 a.t1:hover {color:#ff8f27;}
.chart .obj.s1 a.t0:after  	{ position:absolute;top:-25px;left:50%; content:"";display:block;width:1px;height:102px;background:#d1d1d1; z-index:-1}
.chart .obj.s1 a.t1:after  	{ position:absolute;top:-25px;left:52%; content:"";display:block;width:1px;height: 78px;background:#d1d1d1; z-index:-1}
 

.chart .obj.s1 a.t0 span,
.chart .obj.s1 a.t1 span{  font-size: 0.875em; line-height: 24px; color: #777;  font-weight: 400;}

 
.chart .obj.i li {position: relative;float:left; display:inline; margin :0 0.5%; width:24% ;box-sizing: border-box; line-height:20px; text-align:center; border-radius:12px; }
.chart .obj.i li:after  	{ position:absolute;top:-25px;left:50%; content:"";display:block;width:1px;height: 78px;background:#d1d1d1; z-index:-1}
.chart .obj.i li:nth-child(4):after  	{ position:absolute;top:-65px;left:50%; content:"";display:block;width:1px;height: 118px;background:#d1d1d1; z-index:-1}

.chart .obj.i a { padding:15px 10px; width:100% ;font-size:17px; font-weight:500; color:#fff;background: #ffc000;border :#ffba00 solid 1px; border-radius:12px;height: 65px;display: grid;align-content: center;box-sizing: border-box;word-break: break-all }
.chart .obj.i a:hover {color:#000;}
/*.chart .obj.i a.t2 {  padding:15px 10px; width:100%;font-size:17px; font-weight:500; color:#fff;background: #49ad31;border :#49ad31 solid 1px; border-radius:12px;height: 65px; ;display: grid;align-content: center;box-sizing: border-box;word-break: break-all}
.chart .obj.i a.t2:hover {color:#fff6c7;}
 */
.chart .obj.i2 li {float:left; margin :10px 0.5%;  width:24% ;box-sizing: border-box;text-align:center; letter-spacing:-0.5px;
  border :#ddd solid 1px; border-radius:12px;
	box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);
	background:#fff; }
.chart .obj.i2 a {display:block; vertical-align:middle; margin:9px 5% 9px; border-bottom:1px dashed #eee; width:90%; font-size:0.855em;line-height: 24px; color:#777; font-weight:300;}
.chart .obj.i2 a:hover {color:#333;}
.chart .obj.i2 a:last-child { border-bottom:0px ; }

 
.chart .obj.i4  {width: 50%;position: relative;float:left;}
.chart .obj.i4 ul {float:left; margin :10px 1%;  width:48% ;box-sizing: border-box;text-align:center;/* letter-spacing:-0.5px;
  border :#ddd solid 1px; border-radius:12px;
	box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);
	background:#fff; */}
.chart .obj.i4 ul li.tt {  padding:15px 10px; width:100%;font-size:17px; font-weight:500; color:#fff;background: #49ad31;border :#49ad31 solid 1px; border-radius:12px;height: 65px; ;display: grid;align-content: center;box-sizing: border-box;word-break: break-all;margin-bottom: 10px}
.chart .obj.i4 ul li.start {/*float:left; margin :10px 0.5%; */ width:100% ;box-sizing: border-box;text-align:center;margin-bottom: 20px; letter-spacing:-0.5px;
  border :#ddd solid 1px; border-radius:12px;
	box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);
	background:#fff; }
.chart .obj.i4 a {display:block; vertical-align:middle; margin:9px 5% 9px; border-bottom:1px dashed #eee; width:90%; font-size:0.855em;line-height: 24px; color:#777; font-weight:300;}
.chart .obj.i4 a:hover {color:#333;}
.chart .obj.i4 a:last-child { border-bottom:0px ; }
.chart .obj.i4 ul li.tt a.t2 {  /*padding:15px 0px; width:100%;*/font-size:17px; font-weight:500; color:#fff;background: #49ad31;border :#49ad31 solid 1px; border-radius:12px;height: 65px; ;display: grid;align-content: center;box-sizing: border-box;word-break: break-all}
.chart .obj.i4 ul li.tt a.t2:hover {color:#fff6c7;}
 

 
 



 	/* 모바일 해상도 */
 @media all and (max-width:980px) {		
/*	 .chart {position:relative; display:inline-block; vertical-align:middle; width:100%;margin:0 auto}
 
.chart .obj { vertical-align:middle;width:100%;margin:0 auto;text-align: center}*/
.chart:after	{ position:absolute;top:58px;left:50%; content:"";display:block;width:1px;height:228px;background:#d1d1d1; z-index:-1}
 
.chart .obj.s {position:relative;width:80%; font-size:15px; font-weight:400; color:#fff; letter-spacing:-1px; line-height:50px; text-align:center;  background:#93b86c; margin:0 auto}
.chart .obj.s a {display:block; width:100%; font-size:17px; font-weight:500; color:#fff; letter-spacing:-1px; line-height:50px;background:#93b86c;border-radius:12px;border:#82aa58 solid 2px; text-align:center;}
 
.chart .obj.s:after	{ position:absolute;top:155px;left:-150%; content:"";display:block;width:80%;height:1px;background:#d1d1d1; z-index:-1}


.chart .obj.s0 {position:relative;width:32%; font-size:17px; font-weight:400; color:#45464a; letter-spacing:-1px;  text-align:center;border-top:#93b86c solid 2px; border-left:#93b86c solid 2px; border-right:#93b86c solid 2px; border-bottom:#82aa58 solid 2px; border-radius:12px;box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); background:#fff; margin:70px auto 0 }
.chart .obj.s0 a {display:block; width:100%; font-size:17px; font-weight:500; color:#45464a; letter-spacing:-1px; line-height:50px; text-align:center;}
 
.chart .obj.s0:after	{ position:absolute;top:160px;left:10%; content:"";display:block;width:80%;height:1px;background:#d1d1d1; z-index:-1}
	
 
.chart .obj.s3 {position: relative;float:right; display:inline; width:32%;margin-right:  0px; text-align:center; letter-spacing:-0.5px; margin-top:  -52px  }
.chart .obj.s3 a {display:block; vertical-align:middle;width:80%;font-size:15px; color:#616951; font-weight:400; line-height:50px;border :#b5b4b0 solid 1px; border-radius:12px;box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);background: #fafafa}
 

.chart .obj.s3_2 {position: relative;float:left; display:inline; width:32%; text-align:center; letter-spacing:0.5px;margin-left:  0px; margin-top:  30px; border-radius:12px; }
.chart .obj.s3_2 a {display:block; vertical-align:middle;width:80%; font-size:15px; color:#616951; font-weight:400; line-height:50px;border :#b5b4b0 solid 1px; border-radius:12px;box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07);background: #fafafa}
/*.chart .obj.s3_2 a:hover {color:#669a0d;}*/
.chart .obj.s3_2:after		{display: none;/* position:absolute;top:25px;left: 0%;content:"";display:block;width:307px;height:1px;background:#d1d1d1; z-index:-1*/}
.chart .obj.s3_2:before		{display: none; /*position:absolute;top:25px;right: -54%;content:"";display:block;width:1px;height:86px;background:#d1d1d1; z-index:-1*/}

.chart .obj.s1 {position: relative;width:32.3%; margin :10px 0.5%; float: left;   line-height:50px; text-align:center;  border-radius:12px; margin-top: 40px;  /*margin: 90px auto 0;*/}
.chart .obj.s1 a.t0 {position: relative;display:block; width:80%;border:#4861e2 solid 2px; box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); border-radius:12px;   font-size:17px; font-weight:500; color:#45464a;  background:#fff;  line-height:30px; text-align:center;margin:0 auto}
.chart .obj.s1 a.t1 {position: relative;display:block; width:80%;border:#4861e2 solid 2px; box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); border-radius:12px;   font-size:17px; font-weight:500; color:#45464a;  background:#fff;  line-height:30px; text-align:center;margin:0 auto}
/*.chart .obj.s1 a.t1:hover {color:#4861e2;}*/
.chart .obj.s1 a.t2 {position: relative;display:block; width:80%; border:#4861e2 solid 2px; box-shadow:inset 0px -2px 0px #fff, 0px 1px 3px rgba(0, 0, 0, 0.07); border-radius:12px;   font-size:17px; font-weight:500; color:#45464a;  background:#fff;  line-height:30px; text-align:center;margin:0 auto}
/*.chart .obj.s1 a.t2:hover {color:#4861e2;}*/
/*.chart .obj.s1 a.t2:hover {color:#4861e2;}*/
.chart .obj.s1:before		{ display: none;/*position:absolute;top:-33px;left:50%;content:"";display:block;width:1px;height:141px;background:#d1d1d1; z-index:-1*/}
.chart .obj.s1 a.t1:after		{display: none ;/*position:absolute;top:106px;left: -11%;content:"";display:block;width:219px;height:1px;background:#d1d1d1; z-index:-1*/}
.chart .obj.s1 a.t2:after		{display: none;/* position:absolute;top:106px;left: -42%;content:"";display:block;width:437px;height:1px;background:#d1d1d1; z-index:-1*/}

.chart .obj.s1 a.t0:before		{ display: none;}
.chart .obj.s1 a.t1:before		{ display: none;}
.chart .obj.s1 a.t2:before		{display: none;}

.chart .obj.i li {position: relative;float:left; display:inline-block; margin :3px 0.5%; width:49% ;box-sizing: border-box; line-height:20px; text-align:center; border-radius:12px; }
.chart .obj.i li:after  	{ display: none ;/*position:absolute;top:-45px;left:50%; content:"";display:block;width:1px;height: 78px;background:#d1d1d1; z-index:-1*/}

.chart .obj.i a {display:block; padding:15px 0; width:100% ;font-size:17px; font-weight:500; color:#fff;background: #ffc000;border :#ffba00 solid 1px; border-radius:12px; }
/*.chart .obj.i a:hover {color:#000;}*/
.chart .obj.i a.t2 {display:block; padding:15px 0; width:100%;font-size:17px; font-weight:500; color:#fff;background: #07b777;border :#07b777 solid 1px; border-radius:12px;}
/*.chart .obj.i a.t2:hover {color:#fff6c7;}*/
.chart .obj.i a.t2:after  	{display: none /*position:absolute;top:-215px;left:50%; content:"";display:block;width:1px;height:238px;background:#d1d1d1; z-index:-1*/}
.chart .obj.i a.t2:before  	{display: none/* position:absolute;top:-215px;right:50%; content:"";display:block;width:543px;height:1px;background:#d1d1d1; z-index:-1*/}

.chart .obj.i2 li {display: none}
/*.chart .obj.i2 a {display:block; vertical-align:middle; margin:9px 5% 9px; border-bottom:1px dashed #eee; width:90%; font-size:0.875em;line-height: 24px; color:#777; font-weight:400;}
.chart .obj.i2 a:hover {color:#333;}
.chart .obj.i2 a:last-child { border-bottom:0px ; }*/
}

/*-----------------------------------------------------------------------------------------------------------
컨텐츠- 운영법인
-----------------------------------------------------------------------------------------------------------*/
 


/* 서비스 이행 기준 시작 */
dl.dlist dt {float:left; width:18%; color:#8dbb5d;}
dl.dlist dt span {font-size:37px; font-weight:500; display:block; margin-bottom:10px;}
dl.dlist dd{float:right; width:78%;}

.clr {
    clear: both !important;margin: 50px 0;border-bottom: 1px dashed #ddd;padding-bottom: 50px
}


 	/* 모바일 해상도 */
 @media all and (max-width:980px) {	
	 dl.dlist dt {float:left; width:100%;  }
	dl.dlist dt span br {display: none}
	 dl.dlist dd{float:left;  width:100%;}
}
/*-----------------------------------------------------------------------------------------------------------
 오시는길
-----------------------------------------------------------------------------------------------------------*/

.locaTitle {
    text-align: center;
    color: #252525;
    font-size: 2.6rem;
    padding-bottom: 15px;
}

.locaTx {
    text-align: center;
    font-size: 1.7rem;
    color: #252525;
}

.locaTx:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url("/img/common/aw_pc.gif") no-repeat 0 0;
    margin-right: 8px;
    vertical-align: 1px;
}

.mapArea {
    margin-top: 35px;
}

.locaInfoArea0 {
    margin-top: -30px;
    position: relative;
    background: #fff;
    color: #000;
}

.locaInfoArea0 .add {
    padding: 20px 30px;
}


.locaInfoArea0 .add li {
    position: relative;
    display: inline-block;
    width: 49%;
    padding: 1.5% 0;
    border-bottom: 1px solid #eee;
}

.locaInfoArea0 .add span {
padding: 5px 8px 5px 40px;
    display: inline-block;
   font-family: 'GmarketSansMedium';
}


.locaInfoArea0 .add li:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
}

.locaInfoArea0 .add li:nth-child(1):before {
    background: #ff696d url(/img/about/add_i01.png) center no-repeat;
    background-size: 30px;
}

.locaInfoArea0 .add li:nth-child(2):before {
    background: #83ddc5 url(/img/about/add_i02.png) center no-repeat;
    background-size: 30px;
}

.locaInfoArea0 .add li:nth-child(3):before {
    background: #83ddc5 url(/img/about/add_i03.png) center no-repeat;
    background-size: 30px;
}

.locaInfoArea0 .add li:nth-child(4):before {
    background: #83ddc5 url(/img/about/add_i04.png) center no-repeat;
    background-size: 30px;
}



.locaInfoArea {
    margin-top: 35px;
    position: relative;
}

/*
.locaInfoArea:after {
    position: absolute;
    content: '';
    background: url(/img/about/map_img_01.gif) no-repeat;
    height: 283px;
    width: 450px;
    top: 390px;
    right: 0
}
*/

.locaInfoArea .infoRow {
    padding: 40px 0 70px 15%;
    border-top: 1px dashed #ddd;
    width: 90%;
    float: left;
}

.locaInfoArea .infoRow:first-child {
    border-top: none;
}

.locaInfoArea .infoRow .infoTitle {
    font-size: 1.2em;
    color: #252525;
    font-weight: normal;
    padding-bottom: 15px;
      font-family: 'GmarketSansMedium';
}

.locaInfoArea .infoRow ul li {
    color: #252525;
    /*line-height: 140%;*/
    position: relative;
    /*padding-left: 15px;*/
    padding-bottom: 7px;
    margin-left: 10px
}

/*
.locaInfoArea .infoRow ul li:before {
    position: absolute;
    content: '·';
    top: 0;
    left: 0;
}
*/

.locaInfoArea .infoRow ul li .point {
    color: #ff7900;
    font-weight: 400
}

.locaInfoArea .infoRow.row01 {
    background: url("/img/about/loca01.png") no-repeat 0 40px;
    background-size: 90px 90px;
}

.locaInfoArea .infoRow.row02 {
    background: url("/img/about/loca02.png") no-repeat 0 40px;
    background-size: 90px 90px;
}

.locaInfoArea .infoRow.row03 {
    background: url("/img/about/loca03.png") no-repeat 0 40px;
    background-size: 90px 90px;
}

.locaInfoArea .infoRow ul li > ul {
    padding-left: 10px;
}

.locaInfoArea .infoRow ul li > ul > li {
    background: url(/img/common/dot.png) no-repeat 0 7px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.locaInfoArea .infoRow ul li span.line1 {
    display: inline-block;
    text-align: center;
    background: #5cba00;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    border-radius: 20px;   
    padding: 2px 15px;
    margin-right: 7px;
}


.locaInfoArea .infoRow ul li span.bus01 {
    display: inline-block;
    width: 45px;
    height: 25px;
    text-align: center;
    background: #5fb73c;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    border-radius: 20px;
    margin-right: 4px;
    font-weight: 500;
}

.locaInfoArea .infoRow ul li span.bus02 {
    display: inline-block;
    width: 45px;
    height: 25px;
    text-align: center;
    background: #00aeab;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    border-radius: 20px;
    margin-right: 4px;
}

.locaInfoArea .infoRow ul li span.bus03 {
    display: inline-block;
    width: 45px;
    height: 20px;
    text-align: center;
    background: #f86e55;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    margin-right: 4px;
    border: 1px solid #f86e55
}

iframe.v_loca{
    width: 100%;
    height: 550px;
    border: 0;
}


/* 모바일 해상도 */
@media all and (max-width:980px) {


    .locaInfoArea0 .add {
        padding: 10px 20px;
    }

    .locaInfoArea0 .add span {
        display: block;
        padding-bottom: 10px;
    }

    .locaInfoArea0 .add li {
        width: 100%;
        padding: 3% 0;
    }

    .locaInfoArea {
        margin-top: 10px;
    }

    .locaInfoArea:after {
        position: absolute;
        content: '';
        background: none;
        height: 0px;
        width: 0px;
        top: 0px;
        right: 0
    }

    .locaInfoArea .infoRow {
        padding: 50px 0;
        width: 100%;
        border-top: 1px dashed #ddd;
    }

    .locaInfoArea .infoRow.row01 {
        background: none;padding-top: 0px
    }

    .locaInfoArea .infoRow.row01 ul li {
        margin-top: 15px;
    }

    .locaInfoArea .infoRow.row02,
    .locaInfoArea .infoRow.row03,
    .locaInfoArea .infoRow.row03 {
        background: none
    }
    iframe.v_loca{ height: auto;
    }
}


/*-----------------------------------------------------------------------------------------------------------
컨텐츠-대관안내
-----------------------------------------------------------------------------------------------------------*/
.f_box{width: 100%;display: inline-block;margin-bottom: 30px;border-bottom: 1px dashed #ddd;padding-bottom: 40px;margin-top: 15px}
.f_box div.title {width: 20%;float: left;}
.f_box div.title span.box {width: 160px;height: 160px;border-radius: 50%;border: 5px solid #ddd;  ;text-align: center;vertical-align: middle;/*padding-top:55px;*/font-size: 26px;font-weight: 500; color: #333;box-sizing: border-box;font-family: 'S-CoreDream-6Bold';display:grid;align-content: center;letter-spacing: -0.6px}
.f_box div.txt{width: 78%;float: right;text-align: left}
.f_box div.txt div.img{width: 100%;float: left;}
.f_box div.txt div.img img{margin: 15px 0px 15px 25px}
 

	@media all and (max-width:980px) {	
/* .f_box{width: 100%;display: inline-block;margin-bottom: 30px;border-bottom: 1px dashed #ddd;padding-bottom: 40px;margin-top: 15px}*/
.f_box div.title {width: 100%;float: none; text-align: center;}
.f_box div.title span.box { margin: 0 auto;background: #025b47;border: 0px;color: #fff;font-size: 22px;width: 130px;height: 130px;}
.f_box div.txt{width: 100%;float: left;}
.f_box div.txt div.img{width: 100%;float: left;}
.f_box div.txt div.img img{margin: 10px 0px 5px 5px}
	}	
/*-----------------------------------------------------------------------------------------------------------
후원방법 박스3개
-----------------------------------------------------------------------------------------------------------*/
 
.bs_box{position: relative; width: 100%;  display: inline-block; margin-top: 10px }
.bs_box li{position: relative;width: 24%;box-sizing: border-box;margin-right:1%;float: left;line-height: 160%;text-align: center;border: 1px solid #ddd;padding-bottom: 30px; vertical-align: middle;font-size: 16px;letter-spacing: -0.5px;font-weight: 400;border-radius: 20px}
/*.bs_box li:nth-child(1){width: 50%; }*/
.bs_box li:last-child{ margin-right:0%;}
.bs_box li span.tt{position: relative;width: 100%;background: #ffd8ea;display: inline-block;color: #000;text-align: center;padding: 15px 0;margin-bottom: 20px;font-size: 17px;font-family: 'S-CoreDream-5Medium';border-radius: 20px 20px 0 0}

 
.bs_box li:nth-child(2) span.tt{background: #f7f66b}
.bs_box li:nth-child(3) span.tt{background: #c4faf8}
.bs_box li:nth-child(4) span.tt{background: #ffd9b5}
 
	@media all and (max-width:980px) {	
	
 .bs_box li{ width: 100%;margin-bottom: 5px }
.bs_box li:nth-child(2){width: 100%; }
		
	}	
/*-----------------------------------------------------------------------------------------------------------
사업안내
-----------------------------------------------------------------------------------------------------------*/

/*사업이미지*/
	.con_img {
	    clear: both;
	}

	.con_img:after {
	    content: '';
	    display: block;
	    clear: both;
	    height: 0;
	    visibility: hidden
	}

	.con_img p.img {
	    width: 33%;
	    float: left;
	    margin-right: 30px;
        max-height: 257px;
         overflow: hidden;
        border-radius: 30px;
	}

	.con_img p.img img {
	    width: 100%;
	    border-radius: 30px;
	}

	.con_img div.txt {
	    float: left;
	    width: 63%;margin-top: 10px
	}

	.con_img div.txt2 {
	    float: left;
	    width: 100%;;
		border-radius: 20px; display: inline-block;padding: 20px 20px 20px 30px;margin: 0px 0 30px;box-sizing: border-box;border: 1px solid #ddd
	}
 
	.con_img div.txt2 span.type1 { 
		border-radius:0 30px 30px 0; display: inline-block;padding: 9px 20px;margin: 18px 0 6px;line-height: 20px;  font-size:17px;font-weight: 400; background: #85b269; color: #fff;margin-left: -30px
	}
	.con_img div.txt2 span.type2 {display: inline-block; width: 100%; font-size:17px;font-weight: 400; background:url(/img/main/ic.png) no-repeat 0 11px; padding-left:10px;color: #555;
	}

	.con_img div.txt2 span.type1:first-child { margin-top: -20px
	}

	.con_img div.txt3 {
	    float: left;
	    width: 100%;;
		border-radius: 20px; display: inline-block;padding: 20px;margin: 0px 0 20px;box-sizing: border-box;/*border: 1px solid #ddd*/
	}


/*사업테이블*/

	.tb_bz {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ddd;
    /*margin:10px 0;*/
}

.tb_bz th{
    border-bottom: 1px solid #ddd;
    padding: 15px 8px;
    line-height: 150%;
    vertical-align: middle;
    font-weight: 300;
    /* font-size:15px;*/
    text-align: left;
    color: #333;
}
.tb_bz td {
    border-bottom: 1px solid #ddd;
    padding: 15px 8px;
    line-height: 150%;
    vertical-align: middle;
    font-weight: 300;
    /* font-size:15px;*/
    text-align: left;
    color: #333;
}

.tb_bz th.dt,
.tb_bz td.dt {
    border-bottom: 1px dashed #ddd;
}

.tb_bz tbody th {
    text-align: center;
    color: #333;
    font-family: 'S-CoreDream-5Medium';
    font-size: 17px;/*line-height:31px!important;*//*vertical-align: top; */  
}

.tb_bz td span.type1 {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px 8px;
    display: inline-block;
    border-radius: 40px;
    font-size: 15px;
    min-width: 100px;
    text-align: center;
    margin: 4px;
    font-weight: 500;
    color: #333
}

.tb_bz td img {
    vertical-align: middle;
}




.tb_bz span.img {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    display: inline-block;
}

.tb_bz span.bz_img1 {
    background: url(/img/business/bz_icon01.png) no-repeat;
}
.tb_bz span.bz_img2 {
    background: url(/img/business/bz_icon02.png) no-repeat;
}
.tb_bz span.bz_img3 {
    background: url(/img/business/bz_icon03.png) no-repeat;
}
 
 

    /* 테블릿 가로 해상도 */
    @media all and (max-width:980px) {
        .con_img p.img		{ width:100%; float:left; margin-right:0px; margin-bottom: 10px; }
        .con_img div.txt	{ float:left; width:100%;}
        .tb_bz span.img {margin-top: 10px;}

    }





/*-----------------------------------------------------------------------------------------------------------
컨텐츠-사업 상단 포인트글
-----------------------------------------------------------------------------------------------------------*/	
 
.box-cont { width: 100%;
	border: 5px solid #f5f5f5;
	border-radius: 20px;
	padding: 35px 5%;
	overflow: hidden;
	margin-bottom: 1.5rem;box-sizing: border-box
}

.box-cont>.img {
	width:88px;
	height:88px;
	display: inline-block;
	background: #fafafa; 
	text-align: center;
	/*line-height: 4.6rem;*/
	border-radius: 50%;
	float: left;
}
.img_ic01 {background: url(/img/org/icon_01.png) no-repeat 50%; width: 88px; height:88px; display: inline-block;background-size: 80px;}

.box-cont>.t_cont {
	padding-left: 5%;
	width: 85%;
	float: left;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -.5px;
}

.box-cont>.t_cont .tit {
	font-size: 21px;
    font-family: 'GmarketSansMedium';
	letter-spacing: -0.5px;
	display: block;
	color: #000;
	padding-bottom: 10px;
}

/* 모바일 해상도 */
@media all and (max-width:980px) {	
.box-cont { width: 100%;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px 4%;
	overflow: hidden;
	margin-bottom: 1.5rem;text-align: center;	font-size: 16px;background: #fafafa;word-break: break-all;text-align: justify;letter-spacing: -1px
}

.box-cont>.img {
	 position: relative;
	 
	float: none;margin: 0 auto
}

.box-cont>.t_cont {
	padding-left: 0%;padding-top: 10px;
	width: 100%;
	float: left;
}

.box-cont>.t_cont .tit {
	font-size: 19px;
	  font-family: 'S-CoreDream-4Regular';
	letter-spacing: -0.5px;
	display: block;
	color: #000;
	padding-bottom: 6px;
}
 }


/* 으뜸어린이집은 이렇게 보육합니다. */

.ch_box{width: 100%;position: relative;display: inline-block;background: #fffdf0;box-sizing: border-box;padding: 40px 20px;border-radius:20px}
.ch_box .txt{float: left;width: 30%;background: url('/img/org/bg5.png') no-repeat;height: 271px;font-size: 21px;
	  font-family: 'S-CoreDream-5Medium';color: #000;box-sizing: border-box;padding-top: 30px;padding-left: 80px;color: #fff}
.ch_box .list{float: right;width: 69%;padding-top: 20px;letter-spacing: -0.5px}



@media only screen and (max-width:980px) {
	
.ch_box .txt{float: left;width: 274px; }
.ch_box .list{float: left;width: calc(100% - 275px);padding-top: 20px;letter-spacing: -0.5px}	
	
}

@media only screen and (max-width:700px) {
 
.ch_box .list{ width:100%;padding-top:  0px;letter-spacing: -0.5px; }	
	
}
/*----------------------------------------------------------------------------------------------------------
후원-절차
-----------------------------------------------------------------------------------------------------------*/

 
ul.support_box {
    margin-top: 0px;
    position: relative;display: inline-block;
    width: 100%;
}

ul.support_box li {
    position: relative;
    margin-right: 1.2%;
    margin-bottom: 1%;    
    border: 1px solid #ddd;
    border-radius: 8px;
    float: left;
    text-align: center;
    height: 260px;
    transition: all 0.6s;
    color: #333;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;    
	width: 24%;
	 
}
ul.support_box li.b2 {
 
    height: 190px;
 
	 
}


ul.support_box li:last-child {
    margin-right: 0;
}


/*ul.support_box li:last-child:after {
    background: none;
}*/

ul.support_box li:hover {
    border: 1px solid #025b47;  
    background: #f8f5ed;    
     
}

ul.support_box li img {
    padding-top: 10px
}

ul.support_box li p.tt {
    font-size: 20px;
    padding: 15px 0 10px;
    line-height: 19px; font-family: 'S-CoreDream-5Medium';font-family: 'S-CoreDream-6Bold';
    color:#025b47;
}
/*ul.support_box li p.tt2 {
    font-size: 20px;
    padding: 15px 0 10px;
    line-height: 21px;
    font-weight: 500;font-family: 'S-CoreDream-5Medium';
    color:#000;
}*/
ul.support_box li p.txt {
    line-height: 135%;
    font-size: 16px;font-weight: 400;padding: 0 10px;
}


/*후원 절차- 모바일해상도*/
@media only screen and (max-width:980px) {
 
	
    ul.support_box li {
    margin-right: 0%;
    box-sizing: border-box;
    margin-bottom: 10px;
    height: auto;
	width: 100%;
    }    

    
    ul.support_box li:hover { 
    height: auto;
	}
  
    ul.support_box li br{
     display: none;
    }
 
 
 
    
    
}  
/*-----------------------------------------------------------------------------------------------------------
사업탭메뉴
-----------------------------------------------------------------------------------------------------------*/
	
	ul.smenu		{width: 100%; clear:both;/* margin:0px 0 50px;*/display: inline-block;text-align:center}
	/*ul.smenul		{ display:inline-block;}*/
	ul.smenu  :after{ content:'';display:block; clear:both;}
	ul.smenu li 		{float:left; width:25%;box-sizing: border-box;border:1px solid #ddd;padding:20px 10px; border-left:none;  }
	ul.smenu li a 	{   text-align:center;  width:100%; color:#333;font-size: 17px; font-weight: 400;box-sizing: border-box }
	ul.smenu li:first-child  { border-left:1px solid #ddd;}
 
	ul.smenu li:hover {  background:#8dbb5d!important; }
	ul.smenu li:hover a { color:#fff; }
	ul.smenu #current     { background:#8dbb5d!important; color:#fff}
	ul.smenu #current a     {  color:#fff}
	
 ul.smenu li.w-3, ul.smenu li.w-6 		{float:left; width:33.33%;box-sizing: border-box;border:1px solid #ddd;padding:20px 10px; border-left:none;  }
		ul.smenu li.w-6:nth-child(4) { border-left:1px solid #ddd;border-top: 0px}
	ul.smenu li.w-6:nth-child(5),ul.smenu li.w-6:nth-child(6) { border-top: 0px}
	ul.smenu li.w-3:first-child,ul.smenu li.w-6:first-child  { border-left:1px solid #ddd;}
	/* Sweep To Bottom */
/*	.smenu li a {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s; 
	}
	.smenu li a:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: #ff6f5e;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50% 0;
	  transform-origin: 50% 0;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.smenu li a:hover, .smenu li a:focus, .smenu li a:active {
	  color: #fff;
	}
	.smenu li a:hover:before, .smenu li a:focus:before, .smenu:active li a:before {
	  -webkit-transform: scaleY(1);
	  transform: scaleY(1);
	}*/
	
		/* 모바일 해상도 */
	@media all and (max-width:980px) {	
/*		.smenu li  		{   width:50%;   }*/
	
		ul.smenu li a		{ display:  block; width:100%; padding:5px 5px; box-sizing: border-box;font-size: 15px;/* width:auto*/}
		
		ul.smenu li.w-2, 
		ul.smenu li.w-3, 
		ul.smenu li.w-4,
		ul.smenu li.w-5,
		ul.smenu li.w-6 		{  width:50% ;border:1px solid #ddd!important;padding:10px 5px; }
	}


 
 

/*-----------------------------------------------------------------------------------------------------------
이용절차
-----------------------------------------------------------------------------------------------------------*/
 
ul.step_bx {
    margin-top: 0px;
    position: relative;
    width: 100%;display: inline-block;
}

ul.step_bx li {
    position: relative;
    margin-right: 3.2%;
    border: 1px solid #ddd;
    border-radius: 8px;
    float: left;
    text-align: center;   
    transition: all 0.6s;
    color: #333;
    background: #fff;
    padding: 10px;
    box-sizing: border-box; 
    margin-bottom: 1%;display: inline-block;
}

ul.step_bx li:after {
    position: absolute;
    top: 47%;
    right: -29px;
    width: 21px;
    height: 19px;
    content: '';
    background: url('/img/common/arrow_right.gif') no-repeat;
}

ul.step_bx li:last-child {
    margin-right: 0;
}

ul.step_bx li:last-child:after {
    background: none;
}

ul.step_bx li:hover {
    border: 1px solid #ffdd33;;
    border-radius: 8px;
    float: left;
    text-align: center;
    background: #f8f8f8;    
    
}

ul.step_bx li img {
    padding-top: 10px
}

ul.step_bx li p.tt {
    font-size: 18px;
    /*padding: 10px 0;*/
    line-height: 23px;
    font-weight: 500;
    color:#333;
}

ul.step_bx li p.tt span{
    font-size: 15px;
    font-weight: 300;
    color:#000;letter-spacing: -1px;line-height: 18px;
}

ul.step_bx li .add_txt{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 00;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    font-weight: 400;
    color: #067e9b;

}


ul.step_bx li p.txt {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    padding-top: 15px;
}


ul.step_bx li p.txt2 {
    font-size: 14px!important;
    line-height: 18px;
    font-weight: 300;
    padding-top: 10px;
}


ul.step_bx li p.txt3 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    padding-top: 35px;
}


ul.step_bx li p.txt4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 5px;
    letter-spacing: -.5px;
    color: #555;
}




ul.step_bx li .num{
    font-size: 15px;
    color: #ff9156;
    letter-spacing: -.5px;
    font-weight: 400;
    display: block;
    line-height: 15px;
    padding: 3px 0;
}





.step_bx_7 {width: 10.7%; height: 151px;}
.step_bx_5 {width: 17.4%; height: 205px;}
.step_bx_4 {width: 22.5%; height: 185px;}
.step_bx_4_2 {width: 21%; height: 210px;}
.step_bx_3 {width: 31.1%; height: 200px;}
.step_bx_6 {width: 14%; height: 185px;}



/*장애인주간보호센터-절차 아이콘 이미지*/

ul.step_bx li span.icon {
    display: inline-block;
    width: 88px;
    height: 88px;
    margin: 10px auto 10px;
}

ul.step_bx li span.jimg01 {
    background: url(/img/org/step_icon01.png) no-repeat;
}

ul.step_bx li span.jimg02 {
    background: url(/img/org/step_icon02.png) no-repeat;
}
ul.step_bx li span.jimg03 {
    background: url(/img/org/step_icon03.png) no-repeat;
}
ul.step_bx li span.jimg04 {
    background: url(/img/org/step_icon04.png) no-repeat;
}
ul.step_bx li span.jimg05 {
    background: url(/img/org/step_icon05.png) no-repeat;
}
ul.step_bx li span.jimg06 {
    background: url(/img/program/step_icon01.png) no-repeat;
}
ul.step_bx li span.jimg07 {
    background: url(/img/program/step_icon02.png) no-repeat;
} 

 






/*절차- 모바일해상도*/

@media only screen and (max-width:1023px) {
    .step_bx_4,
    .step_bx_4_2 {
    width: 45%;
	}
}

@media only screen and (max-width:800px) {
   
    ul.step_bx li {
    margin-right: 0%;
    box-sizing: border-box;
    margin-bottom: 40px;
    height: auto;
    }    

    ul.step_bx li:after {
    position: absolute;
    top: 95%;
    width: 21px;
    height: 36px;
    content: '';
    left: 48%;
    background: url(/img/common/arrow_bottom.gif) no-repeat bottom center;
    }
    
	ul.step_bx li p.txt3 {
    padding-top: 15px;
}
		ul.step_bx li p.txt3 br {
    display: none
}
	
    ul.step_bx li:hover { 
    height: auto;
	}
   
    
  ul.step_bx li .add_txt{
    position: initial;


}  
    
    
    .step_bx_7 {
    width: 100%;
	}   
   .step_bx_6 {
    width: 100%;
	}
    .step_bx_5 {
    width: 100%;
    }    
    .step_bx_4 {
    width: 100%;
	}
    .step_bx_4_2 {
    width: 100%;
	}
    .step_bx_3 {
    width: 100%;
	}    
	

    }


/*-----------------------------------------------------------------------------------------------------------
사례관리 서비스제공절차
-----------------------------------------------------------------------------------------------------------*/
 
ul.step_bx2 {
    margin-top: 0px;
    position: relative;
    width: 100%;display: inline-block;
}

ul.step_bx2 li {
    position: relative;
    margin-right: 2%;
    
    border-radius: 8px;
    float: left;
    text-align: center;   
    transition: all 0.6s;
    color: #333;
    background: #fff;
    padding: 10px 0px 0px;
    box-sizing: border-box; 
    margin-bottom: 1%;display: inline-block;width: 12.5%;  
}

ul.step_bx2 li:after {
    position: absolute;
    top: 47%;
    right: -22px;
    width: 19px;
    height: 19px;
    content: '';
    background: url('/img/common/arrow_right.gif') no-repeat;background-size: 15px
}

ul.step_bx2 li:last-child {
    margin-right: 0;
}

ul.step_bx2 li:last-child:after {
    background: none;
}

/*ul.step_bx2 li:hover {
    border: 1px solid #ffdd33;;
    border-radius: 8px;
    float: left;
    text-align: center;
    background: #f8f8f8;    
    
}*/

ul.step_bx2 li img {
    padding-top: 10px
}
ul.step_bx2 li span.icon  {font-size: 14px;  line-height: 20px; font-family: 'S-CoreDream-5Medium';
      font-weight: 400;height: 120px;  padding: 70px 4px 5px;display: inline-block;box-sizing: border-box;letter-spacing: -0.6px;display: grid;align-content: center;
}
ul.step_bx2 li p.tt {
    font-size: 14px;
    /*padding: 10px 0;*/
    line-height: 20px;
    font-weight: 400;letter-spacing: -1px;background: #fafafa;padding: 7px 0px;height: 40px;border-radius: 8px;display: grid;align-content: center; border: 1px solid #ddd;
    color:#333;
}

ul.step_bx2 li span.bimg01 {
    background: url(/img/program/bz_icon01.png) no-repeat center 5px;
}

ul.step_bx2 li span.bimg02 {
    background: url(/img/program/bz_icon02.png) no-repeat center 5px;
}
ul.step_bx2 li span.bimg03 {
    background: url(/img/program/bz_icon03.png) no-repeat center 5px;
}
ul.step_bx2 li span.bimg04 {
    background: url(/img/program/bz_icon04.png) no-repeat center 5px;
}
ul.step_bx2 li span.bimg05 {
    background: url(/img/program/bz_icon05.png) no-repeat center 5px;
}
ul.step_bx2 li span.bimg06 {
    background: url(/img/program/bz_icon06.png) no-repeat center 5px;
}
ul.step_bx2 li span.bimg07 {
    background: url(/img/program/bz_icon07.png) no-repeat center 15px;
} 

 
/*ul.step_bx2 li p.tt span{
    font-size: 15px;
    font-weight: 300;
    color:#000;letter-spacing: -1px;line-height: 18px;
}*/

 

@media only screen and (max-width:980px) {
   
    ul.step_bx2 li {width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-bottom: 40px;
    height: auto;
    }    

    ul.step_bx2 li:after {
    position: absolute;
    top: 95%;
    width: 21px;
    height: 36px;
    content: '';
    left: 48%;
    background: url(/img/common/arrow_bottom.gif) no-repeat bottom center;
    }
    
 
    ul.step_bx2 li:hover { 
    height: auto;
	}
   
 

    }
/*-----------------------------------------------------------------------------------------------------------
컨텐츠-후원.자봉상단 
-----------------------------------------------------------------------------------------------------------*/
.support_box2{width: 100%;text-align: center;display: inline-block;padding-top:50px; background:url("/img/program/support_bg1.png")no-repeat 0 center ;height: 380px;box-sizing: border-box}
.support_box2 p.st{      font-family: 'InkLiquid';margin-bottom: 10px;;font-size: 30px;}
.support_box2 p.tt{font-family: 'GangwonEduPowerExtraBoldA';;font-size: 50px;margin-bottom: 10px;color: #025b47}
.support_box2 p.txt{font-family: 'BookkMyungjo-Bd';margin-bottom: 40px}

.support_box3{width: 100%;text-align: center;display: inline-block;padding-top:50px; background:url("/img/program/support_bg2.png")no-repeat 0 center ;height: 380px;box-sizing: border-box}
.support_box3 p.st{      font-family: 'InkLiquid';margin-bottom: 10px;;font-size: 30px;}
.support_box3 p.tt{font-family: 'GangwonEduPowerExtraBoldA';;font-size: 50px;margin-bottom: 10px;color: #025b47}
.support_box3 p.txt{font-family: 'BookkMyungjo-Bd';margin-bottom: 40px}

.btn_sup1 {
    background-color: #025b47;
    border: 1px solid #025b47;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff !important;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 26px;
    display: inline-block;
    border-radius: 10px;
    min-width: 15%;
}

.btn_sup1:hover {
    background-color: #f75a5a;
    color: #fff !important;
    border: 1px solid #f75a5a;
}
.btn_sup2 {
    background-color: #025b47;
    border: 1px solid #025b47;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff !important;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 26px;
    display: inline-block;
    border-radius: 10px;
    min-width: 15%;
}

.btn_sup2:hover {
    background-color: #f75a5a;
    color: #fff !important;
    border: 1px solid #f75a5a;
}
 
	@media all and (max-width:980px) {	
	.support_box2{ background:url("/img/program/support_bg1.png")no-repeat center top;height: 300px;box-sizing: border-box;background-size: 120%;}
 .support_box2 p.tt{font-family: 'GangwonEduPowerExtraBoldA';;font-size:40px;margin-bottom: 10px;color: #025b47}
		.support_box2 p.txt{font-family: 'BookkMyungjo-Bd';margin-bottom: 10px}
		
.support_box3{  background:url("/img/program/support_bg2.png")no-repeat center top ;height: 300px;box-sizing: border-box;background-size: 120%;}
	.support_box3 p.tt{font-family: 'GangwonEduPowerExtraBoldA';;font-size: 40px;margin-bottom: 10px;color: #025b47}	
		.support_box3 p.txt{font-family: 'BookkMyungjo-Bd';margin-bottom: 10px}
}
/*-----------------------------------------------------------------------------------------------------------
컨텐츠-일정보기
-----------------------------------------------------------------------------------------------------------*/
	table.schedule_table{width:100%; border-top:2px solid #36a16f; border-collapse:collapse;margin-top: 10px;	border-spacing:0; border-bottom:1px solid #e0dede;}
	table.schedule_table thead tr th{width:102px; height:39px; border-bottom:1px solid #e0dede; background:#f7f7f7; color:#333; font-size:14px; text-align:center;}
	table.schedule_table thead tr th.sun{color:#d25656}
	table.schedule_table thead tr th.sat{color:#298eb4}
	table.schedule_table thead tr th{border-right:1px solid #e0dede}
	table.schedule_table thead tr th:first-child{width:100px; border-left:1px solid #e0dede}
	table.schedule_table thead tr th span{display:block; height:39px; line-height:39px;}
	
	table.schedule_table tbody tr td{min-height:109px; border-top:1px solid #e0dede; border-right:1px solid #e0dede; vertical-align:top; }
	table.schedule_table tbody tr:first-child td{border-top:0px;}
	table.schedule_table tbody tr td:first-child{border-left:1px solid #e0dede}
	table.schedule_table tbody tr td div{overflow:hidden; width:82px; padding:10px;min-height:130px;} /* height:89px; */ 
	table.schedule_table tbody tr td:first-child div{}
	table.schedule_table tbody tr td div span{display:block; font-size:11px; color:#333; font-weight:bold; margin-bottom:5px; text-align:left;}
	table.schedule_table tbody tr td.sun div span {font-size:11px; color:#d25656}
	table.schedule_table tbody tr td.sat div span {font-size:11px; color:#1f60b7}
	table.schedule_table tbody tr td.pre_mon div span a,
	table.schedule_table tbody tr td.next_mon div span a{font-size:11px; color:#aaa}
	
	table.schedule_table tbody tr td.schedule{background:#f2f2f2;}
	table.schedule_table tbody tr td.schedule div a.schedule_title{display:block; height:20px; line-height:15px; padding-left:10px; background:url("../../img/bullet.gif") 0 center no-repeat; color:#333; text-align:left;}
	table.schedule_table tbody tr td.schedule div a.schedule_title:hover{font-weight:bold; letter-spacing:-1px; text-decoration:underline;}
	table.schedule_table tbody tr td.schedule div a.more{display:inline-block; *display:inline; zoom:1; height:15px; line-height:15px; padding-left:5px; background:url("../img/more_skyblue.png") 0 0 no-repeat; margin-top:5px;}
	table.schedule_table tbody tr td.schedule div a.more span{display:block; line-height:15px; padding-right:5px; background:url("../img/more_skyblue.png") right -15px no-repeat; color:#fff; text-align:center; font-weight:normal; margin:0;}
	table.schedule_table tbody tr td.today{background:#ecfaef}
	table.schedule_table tbody tr td.today div span a{color:#fff;}
	table.schedule_table tbody tr td.today div a.schedule_title{ color:#fff;}
	table.schedule_table tbody tr td.today div a.more{background:url("../img/more_white.png") 0 0 no-repeat;}
	table.schedule_table tbody tr td.today div a.more span{background:url("../img/more_white.png") right -15px no-repeat; color:#1f60b7;}

table.schedule_table tbody tr td.pre_mon div.day_data{padding:0px 10px 10px;width: 100%; font-family: 'S-CoreDream-4Regular'; font-size:15px; }
table.schedule_table tbody tr td.pre_mon div.day_data a{margin-bottom: 4px;padding: 5px 10px; font-family: 'S-CoreDream-4Regular'; }

	table.schedule_mobile {display:none;}
	
/* 스케쥴게시판 list페이지 */
	.schedule_top{position: relative;padding:50px 15% 50px 0%;width: 100%; text-align:center;background: #f6f6ee;border-radius: 7px;margin-top:10px!important;display: inline-block;margin-bottom: 30px; box-sizing: border-box;color: #000;border-radius: 0 180px 0 0  }
	.schedule_top:after {position: absolute;content:"";display:block;clear:both;height:170px;width: 364px; background:url(/img/community/day_bg.png) no-repeat right top ;bottom:-30px;right:40px;z-index: 1}
	/*.schedule_top:before {position: absolute;content:"";display:block;clear:both;height:40px;width: 558px; background:url(/img/community/day_bg2.png?=1) no-repeat left top ;bottom:-28px;left:40px;z-index: 1}*/
	.schedule_top a{display:inline-block; zoom:1; width:32px; height:32px; padding: 10px; border-radius: 50%;background:url(/img/common/com_img.png) no-repeat ;  }
	.schedule_top a.pre_mon{margin-right:15px; background-position:11px -90px;font-size: 0px;line-height:30px; }
		.schedule_top a.next_mon{margin-left:15px; background-position:-30px -90px;font-size: 0px;line-height:30px; }
	.schedule_top span.tt{display:inline-block; *display:inline; zoom:1; height:32px; line-height:32px; color:#000; font-size:36px; font-family: 'S-CoreDream-5Medium'; vertical-align:top;padding-bottom: 10px;}
	.schedule_top span.st{display:inline-block; *display:inline; zoom:1; height:32px; line-height:32px; color:#f26841; font-size:42px; font-family: 'S-CoreDream-5Medium';font-family: 'S-CoreDream-6Bold'; vertical-align:top;padding-bottom: 10px;}
	.schedule_top p{/*padding-top:20px;*/ font-size:16px; color:#fff;font-family: 'S-CoreDream-4Regular';/*border-top: 1px dashed #41cbb3;*/color: #f06739}
	.schedule_top p em{font-style:normal; font-weight:bold;}
 		 
/*		.schedule_top span{display:inline-block; *display:inline; zoom:1; height:30px;width: 150px; line-height:30px; color:#0b3c6b; font-weight:bold; 
		font-size:30px; vertical-align:top}
		.schedule_top p{padding-top:10px; color:#666}
		.schedule_top p em{font-style:normal; font-weight:bold;}*/

.schedule_list{height: 30px;position: relative;font-family: 'S-CoreDream-4Regular'; font-size:15px; }


	.pop_wrap{/*position:fixed; top:0; left:0; z-index:200; width:100%; height:100%;*/}
		.pop_wrap .pop{/*position:absolute; top:50%; left:50%; z-index:250;*/ width:350px; min-height:188px; padding-bottom:65px; border:2px solid #bf0000; background:#fff}
		.pop_wrap .pop .pop_title{height:50px; border-bottom:1px solid #ddd; text-align:center;}
		.pop_wrap .pop strong{display:block; height:40px; line-height:40px; color:#bf0000; font-size:20px; font-weight:bold; padding-top:10px}
		.pop_wrap .pop strong span{font-weight: bold; font-size:18px; text-align:center;font-family:'NanumSquareR', dotum,"돋움",sans-serif;  }
		.pop_wrap .pop .pop_con{padding:0; background:#f4f7fa; }
		.pop_wrap .pop .pop_con ul{border-bottom:1px solid #ccd5e0; min-height:130px;}
		.pop_wrap .pop .pop_con ul li:first-child{border-top:0px;}
		
		.pop_wrap .pop .pop_con ul.schedule_write{padding:10px 0;} /* 일정작성 */
		.pop_wrap .pop .pop_con ul.schedule_write li{position:relative; padding:15px 0;}
		.pop_wrap .pop .pop_con ul.schedule_write li span.tt{ float:left;color:#000; font-size:14px; border-right:1px solid #ccd5e0; padding-right:20px}
		.pop_wrap .pop .pop_con ul.schedule_write li span{display:block; font-size:14px;float:left; padding-left:15px}
		.pop_wrap .pop .pop_con ul.schedule_write li textarea{width:268px; height:180px; border:1px solid #ccd5e0; padding:0; color:#666; font-size:12px;}
		.pop_wrap .pop .pop_con ul.schedule_write li:last-child {padding-bottom:0;}
		
		.pop_wrap .pop .pop_con .pop_bt{position:absolute; bottom:15px; left:0; width:100%; text-align:center;}
		.pop_wrap .pop .pop_con .pop_bt a{width:60px; border:1px solid #222; background:#000; color:#fff; padding:3px 10px; font-size:12px}
		.pop_wrap .bg_trans{position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity: 0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); }
		
		
	
	/* 모바일 해상도 */
	@media all and (max-width:980px) {	
	
		
		table.schedule_mobile{width:100%; border-top:2px solid #222; border-bottom:1px solid #e0dede;border-collapse:collapse; border-spacing:0; }
		table.schedule_mobile th{height:30px; padding:0 15px; border-bottom:1px solid #e0dede; background:#f2f2f2; color:#0f3d7c; text-align:center;}
		table.schedule_mobile td{height:30px; width:100%; border-bottom:1px solid #e0dede; color:#0f3d7c; padding:10px;}
		table.schedule_mobile td.schedule{background:#fbfbfb;}
		table.schedule_mobile td.schedule a{display:block;}
		table.schedule_mobile td.today{background:#88bc3f;}
		table.schedule_mobile td.schedule span {display:block;width: 100%;margin-bottom: 5px; color:#666;font-family: 'S-CoreDream-4Regular';}
		table.schedule_mobile td.schedule span a{display: inline-block ; min-width: 50%;font-family: 'S-CoreDream-4Regular';color:#fff; }
		
		table.schedule_mobile {display:block;}
		table.schedule_table  {display:none;}
		
		.schedule_top a.pre_mon{margin-right:15px; background-position:6px -80px; }
		.schedule_top a.next_mon{margin-left:15px; background-position:-25px -80px; }
		.schedule_top span{  font-size:26px;  }
	}	
	
	
/*-----------------------------------------------------------------------------------------------------------
컨텐츠-소식지
-----------------------------------------------------------------------------------------------------------*/

	
	/*소식지*/
/*	.paper_all     { width:100%; clear:both; min-height:220px; border:1px solid #ddd; margin-bottom:10px; padding:30px; box-sizing:border-box}
	.paper_all:after {content:'';display:block;clear:both;height:0;visibility:hidden}
	.paper_all li  { clear:both;}
	.paper_left    { width:30%; float:left; text-align:center;}
	.paper_center  { width:25%; float:left;}
	.paper_center li { clear:both; background:url(/img/common/dot.png) no-repeat 0 10px; padding-left:15px; line-height:25px;}
	.paper_right   { width:40%; float:right; line-height:160%; letter-spacing:-1px;}
	.paper_right ul{ border-left:1px solid #ddd; padding-left:15px; line-height:160%}
	.paper_title   { font-size:1.4em; font-weight:400; color:#009953; margin-bottom:10px; margin-top:15px; padding-left:20px} 
	.btn_pager_mobile  { display:none}
	
	
 
	@media all and (max-width:800px) {	
	
		.paper_all     { width:100%; clear:both; height: auto}
		.paper_left    { width:100%; float: none; text-align:center;}
		.paper_center  { width:100%; float:none;}
		.paper_right   { display:none}
		.paper_title   { text-align:center; padding-left:0} 
		.btn_pager_mobile  { display: block}
		.btn_pager_pc  { display:none}
	
	}*/
 
/*-----------------------------------------------------------------------------------------------------------
/*신청페이지
-----------------------------------------------------------------------------------------------------------*/

	.tb_a		{ width:100%; border-collapse:collapse;clear: both;	border-spacing:0; border-top:2px solid #000; margin:10px 0;  }
	.tb_a th,
	.tb_a td		{  border-bottom:1px solid #e0e0e0; padding:20px 0px ;font-size: 16px; line-height:160%;  vertical-align:middle;letter-spacing: -0.5px; }
	.tb_a thead th			{ font-family: 'S-CoreDream-4Regular'; background: #f5f5f5;color: #333 ; font-size: 14px; text-align: center}
	.tb_a tbody th			{ font-weight:300;    text-align:center; color: #333;  }
	.tb_a td				{   font-weight:300; }
	.tb_a tbody td a			{ font-weight:300;  color: #333;  }
 
 
.tb_a td span.btn {
    padding: 5px 7px;
    color: #fff;width: 55px;
    border: 5px solid #fff;
    font-size: 14px;
    border-radius: 10px;
    display: inline-block
}
.tb_a td span.order{
    background-color: #2fa298;
}
.tb_a td span.end{
    background-color: #333;
}
 

	.tb_b		{ width:100%; border-collapse:collapse;clear: both;	border-spacing:0; border-top:2px solid #000; margin:10px 0; /*border-left:1px solid #ccc;*/ }
	.tb_b th,
	.tb_b td		{ border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; padding:15px 13px ; line-height:160%;  vertical-align:middle; }
	.tb_b thead th			{ font-family: 'S-CoreDream-4Regular'; background: #fff;color: #333 ;padding:20px 13px ;font-size: 18px;text-align: center}
	.tb_b tbody th			{ background-color:#f9f9f9; font-family: 'S-CoreDream-4Regular'; text-align:center; color: #333;font-size: 16px; }
	.tb_b td					{ background-color:#fff; font-weight:300; }
	.tb_b thead th:last-child,.tb_b tbody th:last-child,.tb_b tbody td:last-child	{ border-right:0 }

	.tb_c		{ width:100%; border-collapse:collapse;clear: both;	border-spacing:0; border-top:1px solid #000; margin:10px 0; /*border-left:1px solid #ccc;*/ }
	.tb_c th,
	.tb_c td		{ border-right:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; padding:10px 13px ; line-height:160%; font-size: 15px; vertical-align:middle; }
	.tb_c thead th			{ /*font-family: 'S-CoreDream-4Regular';*/ background-color:#f9f9f9;color: #333 ; font-size: 15px; text-align: center}
	.tb_c tbody th			{ background-color:#f9f9f9;/* font-family: 'S-CoreDream-4Regular';*/ text-align:center; color: #333;  }
	.tb_c td					{ background-color:#fff; font-weight:300; font-size: 16px;}
	.tb_c thead th:last-child,.tb_c tbody th:last-child,.tb_c tbody td:last-child	{ border-right:0 }


.tb1 span.type1{
    color:#de2020;
}

.tb1 td span.type2 {
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    background-color: #ff7373;
    border: 3px solid #fff;
    border-radius: 20px;
    display: inline-block;
}

.tb1 td span.type3 {
    padding: 5px 10px;
    color: #fff;
    background-color: #777;
    border: 5px solid #fff;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block
}


.tb1 span.type4{
    color:#000;
    font-weight: 400;
    font-size: 17px;
    margin-right: 10px;
}

.tb1 td span.btn {
    padding: 5px 10px;width: 55px;
    color: #fff;
    border: 5px solid #fff;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block
}
.tb1 td span.order{
    background-color: #2fa298;
}

.tb1 td span.end{
    background-color: #777;
}
.tb1 td span.modi{
    background-color: #ff7373;
}
.tb1 td span.conf{
    background-color: #0a8b4f;
}
.tb1 td span.uncon{
    background-color: #777;
}
 	


 
 

/*-----------------------------------------------------------------------------------------------------------
컨텐츠-프로그램신청
-----------------------------------------------------------------------------------------------------------*/

.program_box {
	width: 100%;margin: 0 auto;
    /*margin-top: 40px;*/
    position: relative;
}


.program_box .program_list {
   /* width: 30.5%;*/  width: 273px;margin: 20px 15.5px;
    float: left;
    margin-bottom: 32px;
    padding: 10px;
    /*  transition: all 0.4s;*/
    position: relative;
    border: 1px solid #fff;
    transition: all 0.3s
}

.program_box .program_list a {
    display: block;
}

.program_box .program_list:hover {
    background-color: #fff;
    box-shadow: 5px 5px 2px rgba(0,0,0,0.05);
    border: 1px solid #fe6060;
}

.program_list .program_img {
    position: relative;
    width: 273px;
    overflow: hidden;
    background-color: #eee
}
.program_list .program_img img {
   width: 100%;
    height: 315px; 
}


 

.program_inf {
    border-bottom: 1px solid #7b7b7b;
    transition: all 0.4s;
}

.program_list:hover .program_inf {
    border-bottom: 1px solid #eee;
}

.program_inf > strong {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 52px;
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.program_date {
    text-align: center;
    padding-top: 3px;
    margin-bottom: 12px;
}

.program_date span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color:#ff5959;
    background: #f9f9f9;
    padding: 5px 15px;
    border-radius: 20px;
}    



.program_date strong {
    font-weight: 400;
    border-radius: 20px;
    width: 56px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 14px;
}

.program_date .event {
    color: #009523;
    background-color: #fff;
    border: 1px solid #009523;
}

.program_date .recruit {
    color: #2fa298;
    background-color: #fff;
    border: 1px solid #2fa298;
}

.program_date .recruit2 {
    color: #fff;
    background-color: #2fa298;
    border: 1px solid #2fa298;
}
.program_date .deadline {
    color: #666;
    border: 1px solid #eee;
    background-color: #ddd;
}

.program_date strong {
    font-weight: 400;
    border-radius: 20px;
    width: 65px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    position: absolute;
    right: 14px;
}

.program_date strong {
    position: absolute;
    top: 20px;
    left: 20px;
}


.program_view {
    width: 100%;
/*
    padding: 20px 0;
    margin-bottom: 20px;
*/
}


.program_view .inner{
    overflow: hidden;
    padding: 45px 65px;
    border-bottom: 1px solid #000;
    background: #fafafa;
}


.program_view .img {
    float: left;
    width: 28%;
}

.program_view .text {
    float: right;
    width: 65%;
    padding-left: 32px;
}

.program_view .text .pf_tit {
    padding: 2px 12px;
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    border-radius: 2px;
    background-color: #0e9347;
}

.program_view .text p.program_tit {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.program_view .text ul {
    margin-top: 32px;
}

.program_view .text li {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.program_txt {
    width: 96%;
    padding: 20px 2%;
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
    word-break: normal;
    word-wrap: break-word;
}
    .program_txt img{
    width: 60%
    }


.btn_apply1 {
    background-color: #ff7373;
    border: 1px solid #ff7373;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 16px;
    display: inline-block;
    border-radius: 10px;
    min-width: 15%;
}

.btn_apply1:hover {
    background-color: #f75a5a;
    color: #fff !important;
    border: 1px solid #f75a5a;
}

.btn_apply2 {
    background-color: #777;
    border: 1px solid #777;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 16px;
    display: inline-block;
    border-radius: 10px;
    min-width: 15%;
}

.btn_apply2:hover {
    background-color: #555;
    color: #fff !important;
    border: 1px solid #555;
}

.btn_apply3 {
    background-color: #34817e;
    border: 1px solid #34817e;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff !important;
    font-size: 17px;
    font-weight: 400;
    padding: 15px 16px;
    display: inline-block;
    border-radius: 10px;
    min-width: 15%;
}

.btn_apply3:hover {
    background-color: #29706d;
    color: #fff !important;
    border: 1px solid #29706d;
}



.btn_g1 {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #2fa298;
    background-color: #2fa298;
    color:#fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 2px;
    vertical-align: middle;
}

/* 모바일 해상도 */
@media all and (max-width:980px) {

    .program_box .program_list {
        width: 94%;
        float: left;
        margin-bottom: 32px;
        padding: 10px;
        /*  transition: all 0.4s;*/
        position: relative;
        border: 1px solid #fff;
    }
    .program_list .program_img {
        height: auto;
    }
    .program_date span b {
        display: block;
        font-weight: 600;
        font-size: 16px;
    }

    .program_date span {
        font-size: 16px;
    }

    .program_date span b:after {
        content: '';
    }

        .program_view .inner{
            padding: 40px 40px;
        }

    
    .program_view .img {
        float: left;
        width: 100%;
    }

    .program_view .text {
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    .program_view .text p.program_tit {
            padding-top: 15px;
    }
    .program_txt img{
    width: 100%
    }

}
.tb2 td span.btn {
    padding: 5px 10px;
    color: #fff;
    border: 5px solid #fff;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block
}
.tb2 td span.conf{
    background-color: #ff7373;
}
.tb2 td span.modi{
    background-color: #2fa298;
}
.tb2 td span.type3{
    background-color: #777;
}




.dona_bx p.txt{
    font-size: 14px;
    letter-spacing: -.5px;
    line-height: 150%;
    color:#555;
    font-weight: 600;
    padding: 10px 0;
}
.dona_bx p.txt span{
    font-weight: 600;
    font-size: 14px;
    color:#3391c4;
}

.dona_bx .area{
    position: relative;
    background: #f9f9f9;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.dona_bx .area p{
    padding: 5px 0;
}

.dona_bx .area span.f14{
    font-size: 14px;
    color:#555;
}







