 /* ----------modal search---------- */
.remodal input.keyword{
	float: left;
	max-width: 800px;
	width: 80%;
	background-color: rgba(255,255,255,0.3);
	border: none;
	border-left: 5px solid rgba(255,255,255,0.7);
	color: rgba(255,255,255,0.7);
    height: 40px;
    margin: 0;
    box-sizing: border-box;
	font-size: 1.6rem;
	padding: 0 15px;
	appearance: none;
	-webkit-appearance: none;
    border-radius: 0;
	-webkit-border-radius: 0;
}

.remodal input.btn{
	width: 20%;
   	height: 40px;
    margin: 0;
	font-size: 1.6rem;
	line-height: 40px;
	cursor: pointer;
	display: block;
	border: 1px solid rgba(255,255,255,0.7);
    box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;	
	background-color: #fff;
	color: #333;
    border-radius: 0;
	-webkit-border-radius: 0;
}

