.inner-banner {
	padding: 150px 0 50px 0;
	min-height: 560px;
}

.inner-banner::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color-primary);
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.9;
}

.inner-banner-img {
	object-fit: cover;
}

.inner-banner-title {
	line-height: 1.42;
}

.inner-banner-content {
	margin-top: 15px;
}

.inner-banner-breadcrumb {
	margin-top: 15px;
}

.inner-banner-breadcrumb .breadcrumb_last {
	margin-left: 24px;
	font-size: var(--font-size-24);
	font-weight: var(--fw-600);
	padding-left: 30px;
	background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.375 13.75L7.625 7.5L1.375 1.25" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position: left center;
}

.inner-banner-breadcrumb a {
	color: var(--color-gray);
	font-size: var(--font-size-24);
	font-weight: var(--fw-500);
}

.inner-banner-breadcrumb a:hover {
	color: var(--color-white);
}

.inner-banner-content p {
	line-height: 1.5;
}

.inner-banner-content a {

	text-decoration: underline;
}

.inner-banner-content a:hover {
	color: var(--color-white);
}

@media screen and (max-width:1600px) {
	.inner-banner {
		min-height: 520px;
	}
}

@media screen and (max-width:1600px) {
	.inner-banner {
		min-height: 500px;
	}
}

@media screen and (max-width:1360px) {
	.inner-banner {
		min-height: 460px;
	}
}

@media screen and (max-width:1200px) {
	.inner-banner {
		min-height: 400px;
		padding: 120px 0px 70px;
	}

	.inner-banner-breadcrumb .breadcrumb_last {
		margin-left: 14px;
		padding-left: 24px;
	}
}

@media screen and (max-width:767px) {
	.inner-banner {
		min-height: 380px;
		padding: 100px 0px 20px;
	}

	.inner-banner-title br {
		display: none;
	}
}

@media screen and (max-width:640px) {
	.inner-banner {
		min-height: 380px;
		padding: 130px 0px 60px;
	}

	.inner-banner-content p {
		line-height: 1.4;
	}

	.inner-banner-content {
		margin-top: 20px;
	}

	.inner-banner-breadcrumb .breadcrumb_last {
		background-size: 8px;
	}
}

@media screen and (max-width:480px) {
	.inner-banner {
		min-height: 380px;
		padding: 170px 0px 50px;
	}
}