#publish_tempList {
    background-image: url("../../img/svg/tree-icon/ic_tree_arrow-clock-counter.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
#publish_adminSetting {
    background-image: url("../../img/svg/tree-icon/ic_tree_wrench-fill.svg");;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 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 {
    position: absolute;
    left: min(7.4%, 16px);
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-image: url("../../img/svg/ic_cmm_plus.svg");
    mask-repeat: no-repeat;
    mask-size: 12px;
    mask-position: center;
    background-color: var(--color-icon-inverse);
    filter: brightness(0) invert(1);
}

#svyLeft_btn_write_survey .snb_setting {
    all: unset;
    display: block;
    height: auto;
}


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

#svyLeft_btn_write_survey .snb .tree_wrap {
    all: unset;
    display: block;
    height: auto;
}

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

.snb.approval .tree_wrap {
    position : relative !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0;
    flex: 1;
}
#svyLeft_btn_write_survey > .snb_setting {
    height: 50px;
    padding: 12px;
    border-style: solid;
    border-color: var(--color-divider-light);
    border-width: 1px 0 0 0;
    background-color: var(--color-bg-default);
    z-index: 10;
}

.snb h2 {
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.2px;
    padding: 12px;
    height: auto;
}

.snb_setting > li {
    padding: 2px 8px;
}

.snb .btn_wrap {
    margin: 0 12px;
}

.tree-node:not(.folder-node) > .tree-node-content {
    margin-left: -10px;
}

#svyLeft_svyLeftBody{
    height: 100%;
}

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

.snb .tree_wrap .tree {
    position : relative; !important;
    padding: 12px;
}

.snb.approval_doc.type1 .tree_wrap {
    position : relative !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0 0 !important;
    flex: 1 !important;
    height: 100% !important;
}

.snb.approval_doc.type1 h2 {
    /*border: none !important;*/
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.2px;
    padding: 12px;
}