/**/
.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_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; margin-top: 10px; }
.contents_wrap .section_time_box .section_info { color: #78b3d2; }
.contents_wrap .section_img { width: 100%; height: 500px; background-color: #eef6fa; margin-top: 10px; }

.contents_wrap .section_time_box { width: 100%; height: auto; padding: 35px 0px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
.contents_wrap .section_time_box .section_time_btn_box { width: 100%; height: auto; padding-top: 35px; }
.contents_wrap .section_time_box .section_time_btn_box a {
	width: 150px; height: 40px; line-height: 42px;
	text-align: center; color: #222; font-size: 18px;
	border: 1px solid #666666; border-radius: 3px;
	margin-left: 20px;
}
.contents_wrap .section_time_box .section_time_btn_box a:first-child { margin-left: 0px; }
.contents_wrap .section_time_box .section_time_btn_box a:hover { background-color: #27366a; color: #fff; }
.contents_wrap .section_time_box .section_time_btn_box a.active { background-color: #27366a; color: #fff; }

.contents_wrap .section_btn_box { width: 100%; height: auto; text-align: center; }
.contents_wrap .section_btn_box > div { width: auto; height: auto; }
.contents_wrap .section_btn_box > div > a { width: 178px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; margin-left: 15px; }
.contents_wrap .section_btn_box > div > a:first-child { margin-left: 0px; }
.contents_wrap .section_btn_box > div > a.btn_01 { background-color: #78b3d2; }
.contents_wrap .section_btn_box > div > a.btn_02 { background-color: #666666; }




/**/
.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 { height: 280px; }
	.contents_wrap .section_title { font-size: 12px; }
	.contents_wrap .section_info { font-size: 12px; }
	.contents_wrap .section_time_box .section_time_btn_box a { width: calc(33.3333% - 5.5px); font-size: 12px; height: 35px; line-height: 35px; margin-left: 5px; }
	.contents_wrap .section_btn_box > div > a { font-size: 14px; width: 120px; height: 35px; line-height: 35px; }
	.contents_wrap .section_time_box .section_time_btn_box { padding-top: 25px; }
}

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

	.contents_wrap .section_img { height: 300px; }
	.contents_wrap .section_title { font-size: 13px; }
	.contents_wrap .section_info { font-size: 13px; }
	.contents_wrap .section_time_box .section_time_btn_box a { width: calc(33.3333% - 12px); font-size: 12px; height: 35px; line-height: 35px; margin-left: 15px; }
	.contents_wrap .section_btn_box > div > a { font-size: 14px; width: 120px; height: 35px; line-height: 35px; }
	.contents_wrap .section_time_box .section_time_btn_box { padding-top: 25px; }

}

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

	.contents_wrap .section_img { height: 400px; }
	.contents_wrap .section_title { font-size: 14px; }
	.contents_wrap .section_info { font-size: 14px; }
	.contents_wrap .section_time_box .section_time_btn_box a { font-size: 13px; height: 35px; line-height: 35px; margin-left: 15px; }
	.contents_wrap .section_btn_box > div > a { font-size: 14px; width: 150px; height: 45px; line-height: 45px; }
	.contents_wrap .section_time_box .section_time_btn_box { padding-top: 25px; }

}


@media (max-width: 1279px) and (min-width: 1024px) { 
	.contents_wrap .section_header_txt { font-size: 20px; }
	.contents_wrap .section_title { font-size: 15px; }
	.contents_wrap .section_info { font-size: 15px; }
	.contents_wrap .section_time_box .section_time_btn_box a { font-size: 16px; }
	.contents_wrap .section_btn_box > div > a { font-size: 14px; }
	.contents_wrap .section_time_box .section_time_btn_box { padding-top: 25px; }
}

@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) { 

	}
*/