@charset "utf-8";
#banner-box {
    background-image: url(../../../../upload/basic/10005/image/B20.jpg);	height: 20vw;
	background-size: cover;
}		
#banner-box img{
	display: block;
	width: 100%;
	height: 100%;
}

/* ==平板電腦====================================== */
@media screen and (min-width: 640px) and (max-width: 969px) {

}
/* ==手機電腦====================================== */
@media screen and (max-width: 639px) {

	#banner-box {
	    background-image: url(../../../../upload/basic/10005/image/B27.jpg);		height: 46vw;
		background-size: cover;
	}		

	#banner-box img{
		display: none;
	}

}
