/* 사이드 & 바톰 메뉴 툴바 */
#menu{
	width: 100%;
	max-width: 610px;
	position:fixed;
	left: 50%; 
	bottom:0;
	transform: translateX(-50%);
	height: 56px;
	border-top: 1px solid #EDEDED;
	background: #FAFAFA;
	box-sizing:border-box;
	z-index:3;
}
#menu .menu_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}	
	
#menu span {
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	width: 20%;
	height: 100%;
	color: #222;
	text-align: center;
	font-family: Pretendard;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 11px */
	letter-spacing: -0.5px;
	cursor: pointer;
}

#button{
	display:inline-block;
}
	
/* bottom toolbar end */	

.nav-tok-alarm{ /*미톡 알림*/
	position: absolute;
	top:3px; right: 0px;
	width: 5px; height: 5px;
	font-family: 'gulim'; font-size: 12px;		
	color: #fff; text-align: center;
	font-weight: bold;
	border-radius: 50%;
	background-color: red;
}
.nav-tok-alarm2{ /*미톡 알림*/
	position: absolute;
    top: -4px;
    right: -3px;
	display: flex;
	width: 15px;
	height: 15px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 7px;
	background: #0B6DD7;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
}

.my_profile {
	box-sizing: border-box;
	display: flex;
	width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	aspect-ratio: 1/1;
	border-radius: 99px;
	border: 1px solid #DDDCDB;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_icon {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 99px;
    background-image: url(https://mopenmarket.speedgabia.com/mimo/icons/mimo_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFF;
}


