.pagebox .active a {
	color: var(--text-lv5);
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	cursor: pointer;
}

.inban {
	padding-top: 0;
	padding-bottom: 0;
}

.inban-solution img {
	width: 100%;
	height: auto;
}

.inbox.search {
	display: flex;
	align-items: flex-end;
	position: absolute;

	top: 10%;
	left: 50%;
	transform: translateX(-50%);

}



.inbox.search .searchbox input[name="keywords"] {
	color: var(--text-lv5);
	font-size: 16px;
	font-family: Ping;
	letter-spacing: .5px;
	padding: 0 40px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	min-width: 500px;
	backdrop-filter: blur(0);
	transition: all 0.3s ease 0s;
}

@media (max-width:1400px) {
	.solbox .inbox .sollist {
		min-width: 32%;
		max-width: 32%;
	}

	.solbox .inbox {
		justify-content: flex-start;
	}

	.solbox .inbox .sollist:nth-child(3n+2) {
		margin-left: 2%;
		margin-right: 2%;
	}


}

@media (max-width:1000px) {
	.solbox .inbox .sollist a .pic img {
		width: 100%;
	}

	.inbox.search .searchbox {
		height: 40px;
	}

	.inbox.search {
		width: 100%;
		height: 100%;
		flex-direction: column;
		top: 25%;
		text-align: center;
		align-items: center;
	}

	.text h3 {
		font-size: 31px !important;
		color: #ffffff;
	}

	.text p {
		font-size: 20px !important;
		color: #ffffff;
	}

	.inbox.search .text {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.inbox.search .searchbox input[name="keywords"] {
		min-width: auto;
		width: 60%;
		padding: 0 10px;
		font-size: 14px;
	}

	.inbox.search .searchbox button {
		padding: 0 20px;
	}

	.solbox {
		margin-top: 0px;
	}

	.solbox .inbox .sollist {
		min-width: 90%;
		max-width: 90%;
		margin: 10px auto;
	}

	.pagebox {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.pagebox li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: fit-content;
		margin-bottom: 5px
	}

	.inbox.search {
		padding: 0;
	}

	.solbox .inbox .sollist:nth-child(3n+2) {
		margin-left: auto;
		margin-right: auto;
	}
}