/**/
.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_tab_box { width: 100%; height: 58px;border-top: 2px solid #666666; border-bottom: 1px solid #e0e0e0; box-sizing: border-box; margin-top: 15px; }
.contents_wrap .section_tab_box.blank { height: 2px; }

.contents_wrap .section_tab_box ul { width: 100%; height: 100%; }
.contents_wrap .section_tab_box ul li { width: auto; height: 100%; line-height: 55px; font-size: 16px; color: #e0e0e0; font-weight: 200; }
.contents_wrap .section_tab_box ul li a { width: auto; height: 100%; line-height: 55px; padding: 0px 30px; box-sizing: border-box; font-size: 16px; color: #222222; opacity: 0.5; font-weight: 500; }
.contents_wrap .section_tab_box ul li a.active { opacity: 1; color: #222222; }


/**/
.contents_wrap .section_img_box {
	width: 100%; height: auto;
	padding-top: 50px;
}

.contents_wrap .section_img_box .section_img { width: 100%; height: 400px; background-color: #eef6fa; }

.contents_wrap .section_title { width: 100%; height: auto; line-height: 2; font-size: 16px; color: #222222; font-weight: 500; }
.contents_wrap .section_info { width: 100%; height: auto; line-height: 2; font-size: 16px; color: #666666; }
.contents_wrap .section_desc { 
	width: 100%; height: auto; line-height: 2;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 25px; padding: 25px 0px;
	font-size: 15px; color: #666666;
}

.contents_wrap .section_btn_box { width: 100%; height: 40px; text-align: center; }
.contents_wrap .section_btn_box a { 
	width: 150px; height: 40px; line-height: 40px;
	border: 1px solid #666666;
	font-size: 16px; color: #222;
	text-align: center; 
	box-sizing: border-box;
}
.contents_wrap .section_btn_box a:hover { background-color: #666; color: #fff; }

/**/
.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_img_box .section_img { height: 250px; }
	.contents_wrap .section_title { font-size: 14px; }
	.contents_wrap .section_info { font-size: 14px; }
	.contents_wrap .section_desc { font-size: 12px; }
	.contents_wrap .section_btn_box { height: 35px; }
	.contents_wrap .section_btn_box a { font-size: 12px; width: 120px; height: 35px; line-height: 35px; }
}

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

	.contents_wrap .section_img_box .section_img { height: 300px; }
	.contents_wrap .section_title { font-size: 14px; }
	.contents_wrap .section_info { font-size: 14px; }
	.contents_wrap .section_desc { font-size: 13px; }
	.contents_wrap .section_btn_box { height: 35px; }
	.contents_wrap .section_btn_box a { font-size: 13px; width: 120px; height: 35px; line-height: 35px; }
}

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

	.contents_wrap .section_img_box .section_img { height: 350px; }
	.contents_wrap .section_title { font-size: 15px; }
	.contents_wrap .section_info { font-size: 15px; }
	.contents_wrap .section_desc { font-size: 14px; }
	.contents_wrap .section_btn_box { height: 35px; }
	.contents_wrap .section_btn_box a { font-size: 13px; height: 35px; line-height: 35px; }
}


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

	.contents_wrap .section_img_box .section_img { height: 350px; }
	.contents_wrap .section_title { font-size: 15px; }
	.contents_wrap .section_info { font-size: 15px; }
	.contents_wrap .section_desc { font-size: 14px; }
	.contents_wrap .section_btn_box a { 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) { 

	}
*/