.serch-result {
	position: absolute;
    border: 1px solid #40BEA7;
}
.s-r-inner {
    display: grid;
    gap: 15px;
    background: #fff;
    grid-template-columns: repeat(2, 1fr);
}

.input-group-btn.btn_close {
    right: 0;
    font-size: 20px;
    background: #000;
    width: 40px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    top: 20px;
    border: 1px solid;
}

.input-group-btn.btn_close:hover {
    background: #40BEA7;
}
.bottom-area {
	background: #fff;
	padding: 10px 0 15px;
	text-align: center;
}