#easy-searchig {
	top: 0;
	position: relative;
	right: auto;
	z-index: 4;
	width:100%;
}
#easy-searchig-box {
	width: 100%;
	padding: 40px 20px;
	position: static;
	top: 0;
	box-shadow: none;
	max-width: 860px;
}
#easy-searchig-close {
	display: none;
}
.easy-searchig-select {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.easy-searchig-select .select-wrap {
	width: 32%;
	margin-left: 2%;
}
.easy-searchig-select .select-wrap:first-of-type {
	margin-left: 0;
}
.select-area-station {
	left: 0;
}

#easy-searchig-box .search-select {
    width: 100%;
}

#easy-searchig-box .search-submit-btn {
	margin: auto;
	display: block;
	width: 50%;
}

#easy-searchig-box .half_row {
	display: flex;
}
#easy-searchig-box .half {
  width: 50%;
  margin-right: 1.5%;
}

.easy-searching-cost-box {
	display: flex;
}

.search-cost-input-wrap {
	width: 50%;
	max-width: 281px;
}

@media screen and (min-width: 1025px){
	#easy-searchig-box .select-inner {
		position: absolute;
		left: 0;
	}
}

@media screen and (max-width: 640px){
	.easy-searchig-select {
		display: block;
	}
	.easy-searchig-select .select-wrap {
		width: 100%;
		margin-left: 0;
	}
	.select-wrap .select {
		font-size: 100%;
	}
	.easy-searching-cost-box .search-cost-input-wrap .search-input {
		padding: 0 10px 0 10px;
		width: 50%;
	}
	#easy-searchig-box .half {
		width: 100%;
	}
	#easy-searchig-box .half_row {
		display: block;
	}
}
