.header {
    background-color: rgba(21, 17, 13, 0.85);
}

/* ==平板電腦====================================== */
@media screen and (min-width: 576px) and (max-width: 991px) {
	#new-detial {
		padding: 30px 0 !important;
	}
}
/* ==手機電腦====================================== */
@media screen and (max-width: 575px) {
	#new-detial {
		padding: 30px 0 !important;
	}
}