@media (max-width:1000px) {
	.banner {
		width: 96%;
		padding: 0 2%;
		height: 80px;
		background: url(../image/banner.png) no-repeat center, linear-gradient(to right, #05e6aa, #1cbdf9);
		background-size: cover;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 56px;
	}
	.b-left,
	.b-right{
		width: auto;
		font-size: 20px;
		color: #fff;
		padding: 5px;
	}

}

/* PC */
@media (min-width:1000px) {
	.banner {
		width: 60%;
		padding: 0 20%;
		height: 100px;
		background: url(../image/banner.png) no-repeat center, linear-gradient(to right, #05e6aa, #1cbdf9);
		background-size: cover;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.b-left,
	.b-right{
		width: auto;
		font-size: 25px;
		color: #fff;
		padding: 5px;
	}

}
