.menu-header {
	margin: 0;
	padding: 0;
}

.menu-login-header {
	height: 122px;
}

.menu-none-login-header {
	height: 122px;
}

.menu-header-icon {
	width: 16px;
	margin-right: 2px;
}

.menu-pick {
  position: absolute;
  top: 74px;
  left: 91px;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: normal;
  cursor: pointer;
}

.menu-mark {
  top: 74px;
  left: 180px;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.35px;
  position: absolute;
  line-height: normal;
  cursor: pointer;
}

.menu-line-div {
	position: absolute;
	top: 100px;
	width: 100%;
	padding: 0;
	padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.menu-footer-line-div {
	width: 100%;
	padding-bottom: 25px;
}

.menu-header-line {
    width: 100%;
    margin: 0;
    height: 2px;
    background-color: #C6C6C6;
    border: none;
}

.menu-profile {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 38px;
  left: 30px;
  border-radius: 30px;
  object-fit: cover;
}

.menu-arrow {
	width: 29px;
    cursor: pointer;
    margin-left: 4px;
}

.menu-user-name {
  top: 37px;
  left: 87px;
  font-weight: 700;
  color: #000000;
  font-size: 22px;
  letter-spacing: -0.60px;
  position: absolute;
  line-height: normal;
  align-items: center;
  display: flex;
}

.menu-none-user {
    top: 48px;
    left: 72px;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
    letter-spacing: -0.60px;
    position: absolute;
    line-height: normal;
    margin-left: 9px;
}

.menu-none-user a {
	color: #000000;
}

.menu-none-user a:hover {
	color: rgba(133, 9, 234, 1) !important;
}

.menu-close-div {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 30px;
  right: 20px;
  cursor: pointer;
}

.menu-close-inner-div {
  position: relative;
  height: 16px;
}

.menu-close-img {
  position: absolute;
  width: 12px;
  left: -1px;
}

.img-wrapper {
  position: absolute;
  width: 24px;
  height: 23px;
  top: 70px;
  left: 196px;
  background-image: url(https://c.animaapp.com/kMtlmWPX/img/xnix-line-bookmark.svg);
  background-size: 100% 100%;
}

.menu-body-title {
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: normal;
  padding-bottom: 12px;
}

.menu-body-menu {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
  letter-spacing: -0.40px;
  white-space: nowrap;
  line-height: normal;
  padding-left: 4px;
  padding-bottom: 16px;
}

.menu-body-menu a {
	color: #000000;
	cursor: pointer;
}

.menu-body-menu a:hover {
	color: rgba(133, 9, 234, 1) !important;
}

.menu-active {
  color: rgba(133, 9, 234, 1) !important;
}

.menu-groups {
	padding-top: 45px;
}

.menu-body {
	padding: 0px 30px 30px 30px;
}

.menu-logout-img {
	width: 21px;
	margin-right: 4px;
	padding-bottom: 2px;
}

.menu-logout-div {
  font-weight: 500;
  color: #8d8d8d;
  font-size: 16px;
  letter-spacing: -0.40px;
  white-space: nowrap;
  line-height: normal;
}

.menu-logout-div a {
	color: #8d8d8d;
}

.menu-logout-div a:hover {
	color: #B4B4B4 !important;
}

.footer-gradation1 {
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 76px;
	background-color: rgba(255, 255, 255, 0.9); /* 흰색 배경에 50% 투명도 */
}

.footer-gradation2 {
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.9); /* 흰색 배경에 50% 투명도 */
	
}