@charset "utf-8";

#gnb .gnb_btn.menu_100::before {
  content: '\f015'; /* 대시보드 */
}
#gnb .gnb_btn.menu_200::before {
  content: '\f0e8'; /* 계보도 */
}
#gnb .gnb_btn.menu_300::before {
  content: '\f0c0'; /* 회원관리 */
}
#gnb .gnb_btn.menu_400::before {
  content: '\f51e'; /* 수당·포인트관리 */
}
#gnb .gnb_btn.menu_500::before {
  content: '\f521'; /* 멤버십관리 */
}
#gnb .gnb_btn.menu_600::before {
  content: '\f07a'; /* 주문관리 */
}
#gnb .gnb_btn.menu_700::before {
  content: '\f2bd'; /* 내정보관리 */
}
#gnb .gnb_btn.menu_800::before {
  content: '\e0e3';
}
#gnb .gnb_btn.menu_900::before {
  content: '\f0e0';
}

#tnb .tnb_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ffffff40;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.readonly {
    background-color: var(--localBg) !important;
    color: var(--frmColor);
}

.dashboard-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 1rem;
    gap: 20px;
}
.dashboard-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dashboard-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;    
    height: 38px;    
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;

    /* color: #FFF; */
    text-align: center;

    /* Sub */
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: 2px;
    
}

.dashboard-point{
    width: 268px;
    height: 200px;
    gap: 30px;
    display: flex;
    justify-content: center;

    color: #0A0A0A;        
    font-style: normal;
    line-height: 140%; /* 30.8px */
}

.dashboard-point-title{
    font-size: 22px;
    font-weight: 400; 
    letter-spacing: 2.2px;
}
.dashboard-point-content{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.dashboard-point-content .point-coin-icon {
    margin-right: 6px;
    font-size: 1.2em;
    vertical-align: middle;
}
.dashboard-point-row {
    display: flex;
    align-items: stretch;
}
.dashboard-point-divider {
    width: 1px;
    background: #e0e0e0;
    margin: 24px 0;
    align-self: stretch;
    min-height: 80px;
}

.dashboard-orgchart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;

  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFCD7E;
  color: #fff;
}

.dashboard-item-org{
  width: 116px;
  color: #0A0A0A;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  letter-spacing: 2.4px;

}

.dashboard-org-divider {
    display: inline-block;
    width: 1px;
    height: 24px;
    color: #364153;
    background: #364153;
    margin: 0 12px;
    vertical-align: middle;
}