@charset "utf-8";
#banner-box {
    background-image: url(../../../../Smarty/public/images/def_banner.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 img{
		display: none;
	}

}
