.search-top-zoom {
	position: absolute;
	display: block;
	top: 27px;
	right: 106px;
	width: 12px;
	height: 11px;
	background: url("images/search-zoom.svg") no-repeat center center;
	background-size: contain;
	text-decoration: none;
	color: #000;
}
.search-top-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.search-top-close {
	position: absolute;
	display: block;
	top: 27px;
	right: 106px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 50%;
	font-size: 22px;
}
.search-top-input-box {
	height: 100%;
}
.search-top-box .search-top-input-box input.search-top-input {
	height: 20px;
	top: 50%;
	position: absolute;
	margin-top: -10px;
	box-sizing: border-box;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
	width: 910px;
	right: 130px;
	font-size: 16px;
}
