@import url("/css/global-loader.css");

.auth-slot {
	min-width: 240px;
	/* Dashboard+Logout 기준 */
	justify-content: flex-end;
}

.auth-user {
	display: none;
}

body.is-auth .auth-login {
	display: none;
}

body.is-auth .auth-user {
	display: flex;
}

