@charset "utf-8";
#banner-box {
    background-image: url(../../../../upload/basic/60003/image/B25.jpg);	background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 901;
}		
#banner-box img{
	display: block;
	width: 100%;
	height: auto;
}
/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {
	#banner-box {
		margin-top: -1px;
	}
}
/* ==手機電腦====================================== */
@media screen and (max-width: 575px) {
	
    	#banner-box {
    	margin-top: -1px;
        
		background-image: url(../../../../upload/basic/60003/image/B26.jpg);		height: 46vw;
		background-size: cover;
	}		
		#banner-box img{
		display: none;
	}

}
