/*	소속     : YELLOW-FINGER  */
/*	작성자   : 김건호         */
/*	작성일자 : 2017-02-22     */

/*******************************************
	#banner_type_03
********************************************/
#banner_type_03 {
	position: relative;
	width: 100%; height: 465px;
	max-width: 1280px;
	padding: 0px 0px;
	margin: 10px auto 0px;
	box-sizing: border-box;
}
    
#banner_type_03 .bg {
	width: 100%; height: 465px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	z-index: 0;
}

/*******************************************
	YELLOW-FINGER
********************************************/


@media (max-width: 479px){ 
	#banner_type_03 { padding: 0px 15px; }
	#banner_type_03 ,
	#banner_type_03 .bg { height: 312px; }

}

@media (max-width: 749px) and (min-width: 480px) { 
	#banner_type_03 { padding: 0px 15px; }
	#banner_type_03 ,
	#banner_type_03 .bg { height: 312px; }

}

@media (max-width: 1023px) and (min-width: 750px) { 
	#banner_type_03 { padding: 0px 15px; }
	#banner_type_03 ,
	#banner_type_03 .bg { height: 312px; }

}

@media (max-width: 1279px) and (min-width: 1024px) { 
	#banner_type_03 { padding: 0px 15px; }

}

@media (max-width: 1309px) and (min-width: 1280px) { 
	#banner_type_03 { padding: 0px 15px; }

}

@media (max-width: 1600px) and (min-width: 1310px) { 
	#banner_type_03 { padding: 0px 15px; }


}
