/**/
.contents_wrap .section_header_txt { 
	width: 100%; height: auto; line-height: 1.5;
	font-size: 22px; color: #222222;
	text-align: left; padding-left: 34px;
	font-family: 'NotoSansKR', sans-serif;
	font-weight: 500;
	background: url(../images/sub_section_title_icon.png) no-repeat center left;
	box-sizing: border-box;
}

.contents_wrap .section_desc { width: 100%; height: auto; line-height: 2; font-size: 16px; color: #666666; text-align: left; }
.contents_wrap .section_desc > span { color: #24315e; }

/**/
.contents_wrap .space_img_box {
	width: 100%; height: auto;
	border: 1px solid #e0e0e0;
	padding: 45px; 
	box-sizing: border-box;
}
.contents_wrap .space_img_box .space_txt { width: 200px; height: auto; }
.contents_wrap .space_img_box .space_txt .space_txt_item {
	width: 100%; height: auto; line-height: 1.5;
	font-size: 18px; color: #66666; font-weight: 700;
	margin-top: 30px;
}
.contents_wrap .space_img_box .space_txt .space_txt_item:first-child { margin-top: 0px; }

.contents_wrap .space_img_box .space_txt .space_txt_item span { 
	width: 100%; height: auto; line-height: 1.5; 
	font-size: 14px; opacity: 0.8; font-weight: 400;
}


.contents_wrap .space_img_box .space_img{ width: 100%; max-width: 729px; height: auto; }
.contents_wrap .space_img_box .space_img img { width: 100%; height: auto;}

.contents_wrap .img_box { width: 100%; height: auto; margin-top: 45px; }
.contents_wrap .img_box .img_item { width: calc(33.333% - 20px); height: 480px; margin-left: 30px; margin-top: 30px; }
.contents_wrap .img_box .img_item:first-child { margin-left: 0px; }
.contents_wrap .img_box .img_item:nth-child(3n+1) { margin-left: 0px; }
.contents_wrap .img_box .img_item:nth-child(1) { margin-top: 0px; }
.contents_wrap .img_box .img_item:nth-child(2) { margin-top: 0px; }
.contents_wrap .img_box .img_item:nth-child(3) { margin-top: 0px; }
.contents_wrap .img_box .img_item .img_item_thum { width: 100%; height: 280px; background-color: #eee; overflow: hidden; }

.contents_wrap .img_box .img_item .img_item_thum_01{ background: url(../images/space_img_01.jpg) no-repeat center center; background-size: cover; }
.contents_wrap .img_box .img_item .img_item_thum_02{ background: url(../images/space_img_02.jpg) no-repeat center center; background-size: cover; }
.contents_wrap .img_box .img_item .img_item_thum_03{ background: url(../images/space_img_03.jpg) no-repeat center center; background-size: cover; }
.contents_wrap .img_box .img_item .img_item_thum_04{ background: url(../images/space_img_04.jpg) no-repeat center center; background-size: cover; }
.contents_wrap .img_box .img_item .img_item_thum_05{ background: url(../images/space_img_05.jpg) no-repeat center center; background-size: cover; }
.contents_wrap .img_box .img_item .img_item_thum_06{ background: url(../images/space_img_06.jpg) no-repeat center center; background-size: cover; }



.contents_wrap .img_box .img_item .img_item_thum > img { width: 100%; }
.contents_wrap .img_box .img_item .img_item_title {
	width: 100%; height: auto; line-height: 1.8;
	font-size: 18px; color: #f76c6c; font-weight: 500; text-align: left;
	margin-top: 30px;
}

.contents_wrap .img_box .img_item .img_item_desc {
	width: 100%; height: auto; line-height: 1.8;
	font-size: 16px; color: #666; font-weight: 500; text-align: left;
	margin-top: 15px;
}




/**/
.contents_wrap .section_01 { width: 100%; height: auto; }
.contents_wrap .section_02 { width: 100%; height: auto; margin-top: 25px; }
.contents_wrap .section_03 { width: 100%; height: auto; margin-top: 25px; }
.contents_wrap .section_04 { width: 100%; height: auto; margin-top: 50px; }



@media (max-width: 479px){ 
	.contents_wrap .section_header_txt { font-size: 16px; }
	.contents_wrap .section_desc { font-size: 14px; line-height: 1.5; }

	.contents_wrap .space_img_box { padding: 25px; }
	.contents_wrap .space_img_box .space_txt { display: none; }

	.contents_wrap .img_box .img_item { width: 100%; height: auto; margin-left: 0px; margin-top: 30px; }
	.contents_wrap .img_box .img_item:first-child { margin-left: 0px; }
	.contents_wrap .img_box .img_item:nth-child(3n+1) { margin-left: 0px; }
	.contents_wrap .img_box .img_item:nth-child(1) { margin-top: 0px; }
	.contents_wrap .img_box .img_item:nth-child(2) { margin-top: 15px; }
	.contents_wrap .img_box .img_item:nth-child(3) { margin-top: 15px; }
	.contents_wrap .img_box .img_item:nth-child(2n+1) { margin-left: 0px; }

	.contents_wrap .img_box { margin-top: 0px; }
	.contents_wrap .img_box .img_item .img_item_thum { height: auto; }
	.contents_wrap .img_box .img_item .img_item_title { font-size: 16px; line-height: 1.5; margin-top: 15px; }
	.contents_wrap .img_box .img_item .img_item_desc { font-size: 14px; margin-top: 5px;  }
}

@media (max-width: 749px) and (min-width: 480px) { 
	.contents_wrap .section_header_txt { font-size: 18px; }
	.contents_wrap .section_desc { font-size: 14px; line-height: 1.5; }

	.contents_wrap .space_img_box { padding: 25px; }
	.contents_wrap .space_img_box .space_txt { display: none; }

	.contents_wrap .img_box .img_item { width: 100%; height: auto; margin-left: 0px; margin-top: 30px; }
	.contents_wrap .img_box .img_item:first-child { margin-left: 0px; }
	.contents_wrap .img_box .img_item:nth-child(3n+1) { margin-left: 0px; }
	.contents_wrap .img_box .img_item:nth-child(1) { margin-top: 0px; }
	.contents_wrap .img_box .img_item:nth-child(2) { margin-top: 15px; }
	.contents_wrap .img_box .img_item:nth-child(3) { margin-top: 15px; }
	.contents_wrap .img_box .img_item:nth-child(2n+1) { margin-left: 0px; }

	.contents_wrap .img_box { margin-top: 0px; }
	.contents_wrap .img_box .img_item .img_item_thum { height: auto; }
	.contents_wrap .img_box .img_item .img_item_title { font-size: 16px; line-height: 1.5; margin-top: 15px; }
	.contents_wrap .img_box .img_item .img_item_desc { font-size: 14px; margin-top: 5px;  }



}

@media (max-width: 1023px) and (min-width: 750px) { 
	.contents_wrap .section_header_txt { font-size: 20px; }
	.contents_wrap .section_desc { font-size: 15px; line-height: 1.8; }

	.contents_wrap .space_img_box { padding: 25px; }
	.contents_wrap .space_img_box .space_txt { display: none; }

	.contents_wrap .img_box .img_item { width: calc(50% - 7.5px); height: 450px; margin-left: 15px; margin-top: 15px; }
	.contents_wrap .img_box .img_item:first-child { margin-left: 0px; }
	.contents_wrap .img_box .img_item:nth-child(3n+1) { margin-left: 15px; }
	.contents_wrap .img_box .img_item:nth-child(1) { margin-top: 0px; }
	.contents_wrap .img_box .img_item:nth-child(2) { margin-top: 0px; }
	.contents_wrap .img_box .img_item:nth-child(3) { margin-top: 15px; }
	.contents_wrap .img_box .img_item:nth-child(2n+1) { margin-left: 0px; }

	.contents_wrap .img_box { margin-top: 0px; }
	.contents_wrap .img_box .img_item .img_item_thum { height: auto; }
	.contents_wrap .img_box .img_item .img_item_title { line-height: 1.5; margin-top: 15px; }
	.contents_wrap .img_box .img_item .img_item_desc { font-size: 14px; margin-top: 5px;  }

}


@media (max-width: 1279px) and (min-width: 1024px) { 
	.contents_wrap .section_header_txt { font-size: 20px; }
	.contents_wrap .section_desc { font-size: 15px; line-height: 1.8; }

	.contents_wrap .space_img_box { padding: 30px 25px; }
	.contents_wrap .space_img_box .space_txt { width: 150px; }
	.contents_wrap .space_img_box .space_img { width: calc(100% - 150px); }

	.contents_wrap .img_box { margin-top: 30px; }
	.contents_wrap .img_box .img_item .img_item_title { margin-top: 25px; }
	.contents_wrap .img_box .img_item .img_item_desc { font-size: 14px; }
}

@media (max-width: 1578px) and (min-width: 1280px) { 

}


/*
	@media (max-width: 479px){ 

	}

	@media (max-width: 749px) and (min-width: 480px) { 

	}

	@media (max-width: 1023px) and (min-width: 750px) { 

	}


	@media (max-width: 1279px) and (min-width: 1024px) { 

	}

	@media (max-width: 1578px) and (min-width: 1280px) { 

	}
*/