header {
	background-color: rgba(255, 255, 255, 1);
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 10;
	white-space: nowrap;
	border-bottom: 1px solid #c8c8c8;
}

.header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 8px 0;
}

.move-link {
	font-size: var(--font-size-2);
	display: flex;
	align-items: center;
	text-align: center;
	cursor: pointer;
	padding: 8px 22px;
	font-weight: 600;
	height: 100%;
}

.account-move {
	display: flex;
	align-items: center;
	background-color: transparent;
	border-style: none;
	color: rgba(0, 0, 0, 1);
}

.account-move-2 * {
}

.account-move-2 a {
	border-radius: 8px;
	font-weight: 600;
	padding: 8px;
	background-color: rgba(80, 130, 180, 1);
	color: rgba(255, 255, 255, 1);
}

.header-1 {
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.header-right-box {
	margin: 0 22px 0 0;
	display: flex;
	flex-direction: column;
}

.header-right-menu-box {
	display: flex;
	justify-content: space-around;
}

.header-right-menu-box > a {
	display: inline-block;
	max-width: 50px;
	max-height: 50px;
	text-align: center;
}

.header-menu-btn {
	width: 80%;
	height: auto;
	cursor: pointer;
}

.header-sub-info {
	display: flex;
	gap: 22px;
	justify-content: flex-end;
}

.header-sub-info a {
	padding: 8px;
	margin: 2px;
	color: #666666;
}

a.item {
	text-decoration: none;
}

#mbLogoutBtn {
	font-size: var(--font-size-2);
	font-weight: 600;
	padding: 8px;
}

.item.logo-img {
	align-items: center;
	display: flex;
	outline-style: none;
}

a#contact {
	font-size: var(--font-size-3);
	font-weight: 800;
}

#familyCareGiverApplyBtn {
	background-color: rgba(88, 222, 88, 1);
	color: #064d06;
	border-radius: 8px;
	padding: 8px;
	font-weight: 600;
}

em.login-name {
	cursor: text;
	margin-right: 8px;
}

.header-left-box {
	display: flex;
	gap: 88px;
}

.header-menu {
	column-gap: 22px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	list-style: none;
	margin-block: 0;
	padding: 0;
}

.menu-item {
	display: inline-block;
	text-align: center;
	justify-content: center;
	height: 100%;
}

body.main-page > header * {
}

li.menu-item > .sub-menu li {
	text-align: left;
}

.logo-img {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 8px;
	padding: 8px;
}

#logo {
	height: 50px;
}

a#contact {
	font-size: var(--font-size-3);
	font-weight: 800;
}

em.login-name {
	cursor: text;
	margin-right: 8px;
}

li.menu-item > .sub-menu > ul {
	position: absolute;
	min-width: max-content;
}

.sub-menu-box {
	display: none;
}

.sub-menu {
	flex: 1;
}

.sub-menu-2 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.sub-menu a {
	padding: 8px 0;
	margin: 2px 0;
}

li.menu-item:hover .sub-menu-box {
	display: flex;
	z-index: 10;
	width: 100%;
	position: absolute;
	padding: 22px;
	justify-content: space-around;
	background-color: rgba(255, 255, 255, 1);
	left: 0;
	top: 100%;
	border-block: 1px solid #006eb5;
}

.menu-item-box {
	height: 100%;
}

li.menu-item > .sub-menu > ul * {
	font-size: var(--font-size-2);
}

ul {
	list-style: none;
}

.sub-menu-box * {
	font-size: var(--font-size-2);
}

li.menu-item:hover > .sub-menu li > a {
	display: block;
	padding: 22px;
}

li.menu-item > .sub-menu li > a:hover {
	font-weight: 800;
}

li.menu-item > .sub-menu li {
	text-align: left;
}

li.menu-item > .sub-menu li > a {
	font-size: var(--font-size-2);
}

.tel-header-box {
	align-items: center;
	display: flex;

	font-weight: 800;
	margin: 0 22px;
}

.tel-header {
	height: 38px;
	padding: 0 8px 0 0;
}

.scroll-header {
	background-color: rgba(255, 255, 255, 1) !important;
	box-shadow: 0px 2px 11px 8px rgba(0, 0, 0, 0.2);
	color: unset;
	transition: background-color 888ms ease;
}

.mobile-menu {
	display: none;
}

.move-link-2 {
	margin: 0 8px;
	display: block;
	font-size: var(--font-size-2);
	padding: 8px;
	background-color: rgba(80, 130, 180, 1);
	color: rgba(255, 255, 255, 1);
	border-radius: 8px;
}

.header-top-float-box {
	margin: 2px 8px 8px 8px;
	position: sticky;
	top: 0;
}

.header-top-float-box em {
	font-size: var(--font-size-2);
}
