.faq-search-box {
	text-align: center;
	padding-bottom: 40px;
}
.faq-search-box input[type="text"] {
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	width: 260px;
	height: 25px;
	padding: 0 4px;
}
.faq-search-box input#search_btn {
	width: 27px;
	height: 27px;
	background: #e78419 url("images/common/search_icon.png") center center no-repeat;
	background-size: 19px 19px;
	border: none;
	border-radius: 2px;
}
.faq-search-box input#search_btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
.faq-search-box span.title {
	font-size: 14px;
	margin: 0 8px 0 0;
}
.faq-search-box .guidance {
	font-size: 13px;
	padding: 20px 0;
}
@media only screen and ( max-width: 768px ) {
	.faq-search-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 40px;
	}
	.faq-search-box span.title {
		margin: 0 0 10px 0;
	}
	.faq-search-box form {
		width: 100%;
		text-align: center;
	}
	.faq-search-box input[type="text"] {
		width: 66%;
	}
	.faq-search-box span.guidance {
		text-align: center;
		margin: 10px 0 0 0;
	}
}