
#eapLeft_config {
    /*background-image: url("../../img/svg/tree-icon/ic_tree_wrench-fill.svg");*/
    background-image: url("../../img/svg/tree-icon/ic_tree_setting-fill.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0px center;
    margin-top : 10px;
}


#eapLeft_adminConfig {
    background-image: url("../../img/svg/tree-icon/ic_tree_wrench-fill.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0px center;
}


#eapApprMain_eapLeft .snb_setting a {
    background: none;
    color: var(--color-text);
}

#eapApprMain_eapLeft #eapLeft_config {
    background-image: url("../../img/svg/tree-icon/ic_tree_setting-fill.svg") !important;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0px center;
}
.btn_type_01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 40px;
    padding: 0 20px;
    gap: 8px;

    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 150%;      /* 21px */
    letter-spacing: -0.2px;

    border-radius: 8px;
    border: none;
    background-color: var(--color-button-bg-primary-fill);
    color: var(--color-text-inverse);

    cursor: pointer;
    opacity: 1;
    transition: background-color 0.2s ease;

    position: relative;
    background-image: none;
    background-position: initial;

}

/* 아이콘 삽입 */
.btn_type_01::before {
    content: "";
    /*display: inline-block;*/
    position: absolute;
    left: 16px;
    width: 14px;
    height: 16px;


    mask-image: url("../../img/svg/ic_cmm_plus.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background-color: var(--color-icon-inverse);
    filter: brightness(0) invert(1); /* 아이콘을 흰색처럼 보이게 */
}


#eapApprMain_eapLeft .snb_setting {
    all: unset;              /* 싹 초기화 */
    display: block;          /* 기본으로 필요한 속성만 다시 세팅 */
    height: auto;            /* 필요에 따라 지정 */
}


.snb {
    padding: 0 1px;
    display: flex
;
    flex-direction: column;
    height: 100%;
}



#eapApprMain_eapLeft .snb .tree_wrap {
    all: unset;              /* 싹 초기화 */
    display: block;          /* 기본으로 필요한 속성만 다시 세팅 */
    height: auto;
}


.snb .tree_wrap {
    /* position: absolute; */
    position : relative; !important;
    overflow: auto;
}


.snb .tree_wrap .tree {
    position : relative; !important;
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /*padding: 5px 0 5px 0;*/
    padding-left: 12px;
    padding-right: 12px;
}



.snb.approval .tree_wrap, .snb.report .tree_wrap {
    position : relative !important;
    top: auto !important;
    bottom: auto !important;
    /*left: 0;*/
    padding: 0px 0px;
    flex: 1;
}
#eapApprMain_eapLeft > .snb_setting {
    /* position: absolute; */
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    height: 50px;
    padding: 12px;
    border-top: 1px solid var(--color-divider-light);
    background-color: var(--color-bg-default);
    z-index: 10;
}

.snb h2 {
    all: unset;
    padding: 12px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.2px;
    text-align: center;
    color: var(--color-text-bold);
}

/*#eapLeft .snb h2 {*/
/*    font-family: 'Pretendard', sans-serif;*/
/*    font-weight: 600; !* SemiBold는 보통 600으로 매핑 *!*/
/*    font-style: normal;*/
/*    font-size: 18px;*/
/*    line-height: 140%; !* 또는 calc(18px * 1.4) = 25.2px *!*/
/*    letter-spacing: -0.2px;*/
/*    height: auto; !* 기존 39px 제거 또는 조정 *!*/
/*    line-height: 25.2px; !* 정확한 px로 지정하려면 이렇게 *!*/
/*}*/

.tree-node:not(.folder-node) > .tree-node-content {
    margin-left: -10px;  /* 예: 왼쪽으로 8px 당기기 */
}

#eapLeft_appTree .tree-node[data-key="status"] > .tree-node-content {
    position: relative; /* ::after 기준점 */
    margin-bottom: 15px;
}


/* hover와 분리된 구분선 */
#eapLeft_appTree .tree-node[data-key="status"] > .tree-node-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 1px;
    background: var(--color-divider-light);
    pointer-events: none;
}
.snb .btn_wrap {
    margin: 0 12px 12px;
}

/*.fl {*/
/*    all : unset;*/
/*    !* float: left; *!*/
/*}*/

/*.address_book.type_approval .address_send_type .header_area {*/
/*    all : unset;*/
/*    width: 100%;*/
/*    line-height: 25px;*/
/*}*/

#eapApprMain_eapLeft .snb_setting li {
    margin-bottom: 2px;
}
