body {
	overflow: auto;
}

.section_title {
	margin-bottom: 2.5rem;
}

.first_section {
	overflow: hidden;
}

::-moz-placeholder {
	color: #DEDEDE;
}

:-ms-input-placeholder {
	color: #DEDEDE;
}

::placeholder {
	color: #DEDEDE;
}

.explain-title {
	position: relative;
	color: #34353A;
	font-size: 1.25rem;
	font-weight: 700;
	padding-left: 1.5rem;
}

.explain-title::before {
	content: '';
	position: absolute;
	display: block;
	background: url(../image/ic_search.svg);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	top: 5px;
	left: 0;
}

#search {
	position: relative;
	padding: 2rem;
}

@media (max-width: 960px) {
	#search {
		padding: 2rem 0;
	}
}

#search::before {
	content: '';
	position: absolute;
	display: block;
	background-color: #F4FAFB;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}

@media (max-width: 960px) {
	#search::before {
		width: 100vw;
	}
}

#search .manual-search__explain {
	margin-bottom: 1.25rem;
}

#search #search-form {
	display: flex;
	width: 100%;
	height: 58px;
}

#search #search-form #search-text {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #E9F2F3;
	border-radius: 2px 0px 0px 2px;
	-moz-border-radius: 2px 0px 0px 2px;
	-webkit-border-radius: 2px 0px 0px 2px;
	font-size: 0.875rem;
	width: calc(100% - 120px);
	height: 100%;
	padding: 1.25rem 1.875rem;
}

@media (max-width: 768px) {
	#search #search-form #search-text {
		width: calc(100% - 90px);
		padding: 1.25rem;
	}
}

#search #search-form #search-btn {
	display: none;
}

#search #search-form .search-btn-label {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #34353A;
	border-radius: 0px 2px 2px 0px;
	border: 0px;
	color: #FFFFFF;
	font-size: 0.875rem;
	letter-spacing: 2.1px;
	width: 120px;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	#search #search-form .search-btn-label {
		width: 90px;
	}
}

#search #search-form .search-btn-label::before {
	content: '';
	display: block;
	background: url(../image/ic_search_white.svg);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-right: 0.25rem;
}

#search #search-form .search-btn-label:hover {
	opacity: 0.79;
}
