@media (max-width:1000px) {
	.banner {
		width: 100%;
		height: auto;
		background-color: #efedea;
		border-top: 100px solid #FFFFFF;

	}

	.b1-box {
		width: 90%;
		height: auto;
		margin: -65px auto 0;
	}

	.b1-box img {
		width: 100%;
		height: 200px;
		display: block;

	}

	.b1-text {
		width: 100%;
		height: auto;
		padding: 15px 0
	}

	.bt-flex {
		width: 100%;
		height: auto;
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bf-img {
		width: 75px;
		height: 75px;
		border-radius: 100%;
		border: 5px solid #FFFFFF;

	}

	.bf-img img {
		width: 100%;
		height: 100%;
		border-radius: 100%;
	}

	.bf-text {
		width: 75%;
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
		color: #30302B
	}

	.bt-text {
		font-size: 17px;
		color: #30302B;
		line-height: 1.8;
		margin: 10px 0;
		font-weight: 500;
	}

	.bt-btn {
		width: 100%;
		line-height: 35px;
		color: #EFEDEA;
		font-family: 'Open Sans';
		background: #30302B;
		font-size: 13px;
		text-transform: uppercase;
		text-align: center;
		margin: 15px 0;
	}
}

/* PC */
@media (min-width:1000px) {
	.banner {
		width: 100%;
		height: auto;
		background-color: #efedea;
		border-top: 100px solid #FFFFFF;
		padding-bottom: 50px;
		
	
	}
	
	.b1-box {
		width: 1300px;
		height: auto;
		margin: -70px auto 0;
		display: flex;
		justify-content: space-around;
		/* align-items: center; */
	}
	
	.b1-box img {
		width: 60%;
		height: 450px;
		display: block;
	
	}
	
	.b1-text {
		width: 25%;
		height: auto;
		padding: 15px 0
	}
	
	.bt-flex {
		width: 100%;
		height: auto;
		padding: 10px 0;
		/* display: flex; */
		
	}
	
	.bf-img {
		width: 130px;
		height: 130px;
		border-radius: 100%;
		border: 5px solid #FFFFFF;
		margin: -20px 0 15pxs;
	
	}
	
	.bf-img img {
		width: 100%;
		height: 100%;
		border-radius: 100%;
	}
	
	.bf-text {
		width: 75%;
		/* text-align: center; */
		line-height: 1.8;
		font-size: 20px;
		color: #30302B;
		font-weight: 600;
	}
	
	.bt-text {
		font-size: 18px;
		color: #30302B;
		line-height: 1.8;
		margin: 10px 0;
		font-weight: 500;
	}
	
	.bt-btn {
		width: 50%;
		line-height: 35px;
		color: #EFEDEA;
		font-family: 'Open Sans';
		background: #30302B;
		font-size: 13px;
		text-transform: uppercase;
		text-align: center;
		margin: 15px 0;
	}
}
