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