.search-call-sec {
	padding: 90px 0 132px 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: bottom center;
}
.search-call-sec::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color-brand-blue);
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}
.search-call-sec::after {
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	pointer-events: none;
	background-image: url('../../../assets/images/search-call-sec-bg.png');
	position: absolute;
	z-index: 0;
	background-size: contain;
	inset: 0;
	background-position: right bottom;
}
.background-image-wrap {
	inset: 0;
	z-index: -1;
}
.background-image-wrap img {
	object-position: bottom;
	position: absolute;
	bottom: 0;
	mix-blend-mode: luminosity;
}
.search-call-sec-content-wrap {
	max-width: 39%;
	width: 100%;
	padding-bottom: 84px;
}
.search-call-sec-image-wrap {
	max-width: 53.1%;
	width: 100%;
	padding-left: 30px;
}
.search-call-image-wrap {
	max-width: 47%;
	width: 100%;
	padding-top: 60%;
	border: 22px solid var(--color-white);
	transform-origin: center;
}
.search-call-image-wrap-1 {
	transform: rotate(-16.034deg);
	flex-shrink: 0;
	padding-top: 67.3%;
	max-width: 62%;
}
.search-call-image-wrap-2 {
	transform: rotate(4.756deg);
	margin-left: -11.2%;
	padding-top: 50.4%;
	top: 32px;
	border: 18px solid var(--color-white);
}
body .search-call-sec-btn-list {
	margin-top: 30px;
	gap: 10px;
}
.search-call-sec-btn-item {
	padding: 0;
}
.search-call-sec-images-list {
	align-items: flex-end;
}
.search-call-sec-image-box {
	padding-top: 91%;
	width: 118%;
	left: -45px;
	top: 16px;
}
@media only screen and (max-width: 1600px) {
.search-call-sec {
	padding: 90px 0 100px 0;
}
.search-call-sec-content-wrap {
	padding-bottom: 0px;
}
.search-call-image-wrap {
	border: 18px solid var(--color-white);
}
.search-call-image-wrap-2 {
	border: 14px solid var(--color-white);
}
.search-call-sec-image-box {
	padding-top: 83%;
	width: 100%;
	left: 0;
	top: 0px;
}
}
@media only screen and (max-width: 1440px) {
.search-call-sec-image-wrap {
	max-width: 50%;
}
}
@media only screen and (max-width: 1360px) {
	.search-call-sec {
	padding: 90px 0;
}
.search-call-sec-content-wrap {
	max-width: 43%;
}
}
@media only screen and (max-width: 1200px) {
	.search-call-sec {
	padding: 80px 0;
}
.search-call-image-wrap {
	border: 12px solid var(--color-white);
}
.search-call-image-wrap-2 {
	border: 10px solid var(--color-white);
}
.search-call-sec-content-wrap {
	max-width: 44%;
}
}
@media only screen and (max-width: 992px) {
.search-call-sec {
	padding: 60px 0;
}
.search-call-image-wrap {
	border: 10px solid var(--color-white);
}
.search-call-image-wrap-2 {
	border: 8px solid var(--color-white);
}
.search-call-sec-content-wrap {
	max-width: 46%;
}
}
@media only screen and (max-width: 768px) {
.search-call-sec {
	padding: 90px 0 60px 0;
	background-position: left center;
}
.search-call-sec-content-wrap {
	max-width: 100%;
	order: 1;
	text-align: center;
}
.background-image-wrap {
	inset: unset;
	z-index: -1;
	height: 40%;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 0;
}
.background-image-wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	background: linear-gradient(0deg,rgba(0, 126, 169, 0) 0%, rgb(0, 126, 169) 100%);
}
.search-call-sec::after {
	background-position: right top;
}
.search-call-sec-image-wrap {
	max-width: 80%;
	padding: 0 0 60px 0;
	margin: 0 auto;
}
.search-call-sec-image-box img {
	object-position: left;
}
body .search-call-sec-btn-list {
	justify-content: center;
}
}
@media only screen and (max-width: 640px) {
.search-call-sec {
	padding: 70px 0 100px 0;
}
.search-call-sec-image-wrap {
	padding: 0 0 50px 0;
	max-width: 100%;
}
.search-call-sec-image-box {
	padding-top: 83%;
}
.search-call-sec-sub-title.font-24 {
	font-size: 16px;
	max-width: 230px;
	margin: 0 auto 26px auto;
}
.search-call-sec-content {
	max-width: 307px;
	width: 100%;
	margin: 0 auto;
}
body .search-call-sec-btn-list {
	margin-top: 64px;
	gap: 9px;
}
.spotlight-sec-sub-title.font-24 {
	font-size: 16px;
}
.spotlight-sec-content {
	max-width: 85%;
}
.spotlight-card-item {
	padding: 0 5px;
}
.spotlight-sec-wrap {
	margin: 0 -5px;
}
.spotlight-card-item {
	margin-bottom: 10px;
}
.spotlight-card-icon svg {
	max-width: 64px;
}
.spotlight-card-box {
	padding: 40px 15px 30px 15px;
}
}