/*
 ************************************************************
 *
 * FORM
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * SEARCH
 *
 * ----------------------------------------------------------
 *
 * - WRAP
 */

.form-search form
{
	position: relative;
	width: 100%;
}

.form-search input
{
	margin: 0;
}

@media only screen and (min-width: 1280px)
{
	.responsive .form-search
	{
		width: 240px;
	}
}

/*
 * - INPUT
 */

.form-search input.keyword
{
	width: 100%;
	height: 44px;
	padding: 0;
	padding-left: 44px;
	padding-right: 16px;
	border-radius: 44px;
}

/*
 * - BUTTON
 */

.form-search input.button
{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	font-size: 0;
	border: none;
	background-color: transparent;
	background-image: url('../icon/misc/search.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}