
.tabbar_wrapper {
	position: fixed;
	bottom:0;
	background-color:#444444;
}

.tabbar_wrapper button {
	background-color:#444444;
	color:var(--white-color);
	appearance: none;
	border:none;
	text-align:center

}

.tabbar_wrapper .navbar {
	position: relative;
	height: 53px;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:20;
}

.tabbar_wrapper .search_btn_warp {
	height: 50px;
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 9;
	max-width:110px;
	  background-color:#444444;

}
.tabbar_wrapper .search_btn_warp:hover {
	height: 320px;
	margin-bottom:150px;
}
.tabbar_wrapper .search_btn_warp .roll_icon {
	font-size: 16px;
	transition: opacity 0.3s, transform 0.2s;
}

.tabbar_wrapper .search_btn_warp:hover .roll_icon {
	transform: rotate(360deg);
	opacity: 0;
}
.tabbar_wrapper .search_btn_warp .social {
	position: absolute;
	top: 195px;
	height: 60px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	background-color:#444444;
	color:var(--white-color);
}


.tabbar_wrapper .search_btn_warp .social:nth-child(2) {
	opacity: 0;
	transition: opacity 0.3s, top 0.5s ease;
}
.tabbar_wrapper .search_btn_warp .social:nth-child(3) {
	opacity: 0;
	transition: opacity 0.3s, top 0.5s 0.1s ease;
}
.tabbar_wrapper .search_btn_warp .social:nth-child(4) {
	opacity: 0;
	transition: opacity 0.3s, top 0.5s 0.22s ease;
}

.tabbar_wrapper .search_btn_warp .social:nth-child(5) {
	opacity: 0;
	transition: opacity 0.3s, top 0.5s 0.33s ease;
}

.tabbar_wrapper .search_btn_warp:hover .social:nth-child(2) {
	opacity: 1;
	top: calc(-205px + 5px);
}
.tabbar_wrapper .search_btn_warp:hover .social:nth-child(3) {
	opacity: 1;
	top: calc(-205px + 5px + 60px + 5px);
}
.tabbar_wrapper .search_btn_warp:hover .social:nth-child(4) {
	opacity: 1;
	top: calc(-205px + 5px + 60px + 5px + 60px + 5px);
}

.tabbar_wrapper .search_btn_warp:hover .social:nth-child(5) {
	opacity: 1;
	top: calc(-205px + 5px + 60px + 5px + 60px + 5px + 60px + 5px);
}

.tabbar_wrapper .tabbar_btn{
	width:25%;
	max-width:110px;
	max-height: 53px;
}

.tabbar_wrapper .tabbar_text{
	font-size:0.9rem;
	margin-top:-0.3rem;
}

.tabbar_wrapper .tabbar_icon{
	font-size:1.8rem;
}

.tabbar_wrapper .tabbar_sub_btn{
	flex-direction: column;
	padding:0;
}

.tabbar_wrapper .tabbar_sub_text{
	font-size:0.8rem;
	margin-top:-2px;
}

