  #rb_my_panel.is_open { position: fixed !important; z-index: 9999 !important; }	
  #rb_my_ovray.arr_bg.is_open { background-image: url(../rb.img/icon/arr_up.svg) !important; }


/* 내정보 레이어 패널 */
.rb_my_panel {
  display: none;
  position: fixed;
  z-index: 999;
  min-width: 240px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  padding: 18px;
}

#rb_my_panel[aria-hidden="true"] {
  display: none;
}

#rb_my_panel.is_open {
  display: block;
}

.rb_my_panel_head {
  margin-bottom: 14px;
}

.rb_my_panel_name {
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  font-weight: 500 !important;
}

.rb_my_panel_sub {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.3;
  color: #888;
}

.rb_my_panel_btns {
  display: flex;
  gap: 6px;
}

.rb_my_p_btn {
  flex: 1 1 0;
  min-width: 0;
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: #f3f5f7;
  color: #111;
}

.rb_my_p_btn_w {
  background: #fff;
  border: 1px solid #ddd;
}

.rb_my_panel_line {
  border-top: 1px solid #eee;
  margin: 14px 0;
}

.rb_my_panel_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.rb_my_panel_label {
  white-space: nowrap;
}

.rb_my_panel_value {
  margin-left: auto;
  text-align: right;
}

.rb_my_panel_value a {
  color: #111;
}

.rb_my_panel_head_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}



.rb_admin_child_btn {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #f5f5f5;
    color: #222;
    font-size: 15px;
    text-decoration: none;
    line-height: 1;
}

.rb_admin_child_btn:hover {
    background: #111;
    color: #fff;
}

.mob_userbox {
    position: relative;
}

.mob_admin_child_btn {
    margin-left: auto;
}

#rb_my_ovray.is_open {
  background-image: url('./rb.img/icon/arr_up.svg') !important;
}


@media (max-width: 1024px) {
    #rb_my_panel.is_open {
        z-index: 9999999 !important;
    }
}


/* 내정보 패널 텍스트 톤 강제 고정 */
#rb_my_panel .rb_my_panel_label {
    color: #888 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-family: 'font-R', sans-serif !important;
    font-weight: 400 !important;
}

#rb_my_panel .rb_my_panel_value,
#rb_my_panel .rb_my_panel_value a {
    color: #111 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-family: 'font-B', sans-serif !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

#rb_my_panel .rb_my_panel_value a:hover {
    color: #000 !important;
    text-decoration: none !important;
}


#rb_my_panel_cover {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999998 !important;
    background: transparent;
    pointer-events: none;
}

#rb_my_panel_cover.is_active {
    display: block;
    pointer-events: none;
}

#rb_my_panel.rb_my_panel {
    position: fixed !important;
    z-index: 999999 !important;
    pointer-events: auto !important;

    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    box-sizing: border-box !important;
}

#rb_my_panel a,
#rb_my_panel button {
    cursor: pointer !important;
    pointer-events: auto !important;
    text-decoration: none !important;
}

/* 내정보 사람 아이콘 커서 */
#rb_my_ovray,
#rb_my_ovray *,
.hvw-frame-header-right #rb_my_ovray,
.hvw-frame-header-right #rb_my_ovray * {
    cursor: pointer !important;
}

.rb_my_p_btn,
.rb_admin_child_btn {
    position: relative;
    overflow: hidden;
}

.rb_my_p_btn > span:not(.ripple-clip-area),
.rb_admin_child_btn > span:not(.ripple-clip-area) {
    position: relative;
    z-index: 2;
}