/*	소속     : YELLOW-FINGER  */ 
/*	작성자   : 김건호         */ 
/*	작성일자 : 2017-02-22     */ 

/*******************************************
	#slider_type_01
********************************************/
	#slider_type_01 {
		width: 100%; max-width: 1920px; height: auto;
		padding: 0px 0px 0px;
		box-sizing: border-box;
	}

	#slider_type_01 .bx-wrapper { margin: 0px; }
	#slider_type_01 .bx-wrapper .bx-prev { left:  30px; margin: 0px; background: url(./bxslider/images/arrow_prev.png) no-repeat center center; background-size: 100% 100%; }
	#slider_type_01 .bx-wrapper .bx-next { right: 30px; margin: 0px; background: url(./bxslider/images/arrow_next.png) no-repeat center center; background-size: 100% 100%; }
	#slider_type_01 .bx-wrapper .bx-controls-direction a { width: 21px; height: 39px; margin-top: -19.5px; }

	.bx-wrapper img.m_img { display: none; }
/*******************************************
	YELLOW-FINGER
********************************************/


@media (max-width: 479px){ 
	.bx-wrapper img.w_img { display: none; }
	.bx-wrapper img.m_img { display: block; width: 100%; }
}

@media (max-width: 749px) and (min-width: 480px) { 
	.bx-wrapper img.w_img { display: none; }
	.bx-wrapper img.m_img { display: block; width: 100%; }

}

@media (max-width: 1023px) and (min-width: 750px) { 


}

@media (max-width: 1279px) and (min-width: 1024px) { 

}

@media (max-width: 1309px) and (min-width: 1280px) { 

}

@media (max-width: 1600px) and (min-width: 1310px) { 

}