.naver-offset {
	height: var(--workbar-offset);
	margin: 0 -1rem;
	background-color: white;
}

.naver-items {
	display: flex;
	height: 100%;
	flex-direction: column;
	margin: 0 1rem;
}

.naver-items .logo {
	width: auto;
	height: var(--workbar-offset);
}
.naver-items .logo img {
	height: 100%;
	max-width: 180px;
	padding: 0.85rem;
}

.naver-company {
	margin-top: 1rem;
	padding: 1.15rem 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
}

.naver-items .menu {
	padding: 0.5rem 0;
}

.naver-items .menu li svg {
	width: 18px;
}

.naver-items-main {
	margin-top: 1rem;
}

.naver-avatar {
	margin-top: auto;
	padding-bottom: 2rem;
}