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

#publish_cluHome {
    background-image: url(../../img/svg/tree-icon/ic_tree_out.svg);;
    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: 96%;*/
    width: 100%;
    height: 40px;
    padding: 0 20px;
    gap: 8px;

    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    /*font-weight: 500;*/
    font-style: normal;
    font-size: 15px;
    /*line-height: 150%;      !* 21px *!*/
    line-height: 1.5;      /* 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: 16px;
    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); /* 아이콘을 흰색처럼 보이게 */
}

/*#cluLeft_leftArea h2 {
    all: unset;
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.2px;
    padding: 17px 6px;
}*/

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


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

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

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

.snb {
    padding: 0 1px;
    display: flex;

    flex-direction: column;
    height: 100%;
}

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

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


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

.snb.type1 .tree_wrap {
    position : relative !important;
    top: auto !important;
    bottom: auto !important;
    padding: 0px 0;
    flex: 1;
}

/* 가입한 동호회 타이틀 하단 구분선 추가 */
#cluCafeLeft_leftArea h2 {
    border-bottom: 1px solid var(--color-divider-light);
}

#cluLeft_leftArea > .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;
}

#cluCafeLeft_leftArea > .snb_setting {
    height: 50px;
    /*height: 80px;*/
    padding: 10px;
    /*padding: 0 10px 0 11px;*/
    border-style: solid;
    border-color: var(--color-divider-light);
    border-width: 1px 0 0 0;
    background-color: var(--color-bg-default);
    z-index: 10;
}

#cluCafeAdminLeft_leftArea > .snb_setting {
    height: 50px;
    /*height: 80px;*/
    padding: 10px;
    /*padding: 0 10px 0 11px;*/
    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_setting > li {
    padding: 0 8px 0 8px;
}

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

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

#cluLeft_leftArea{
    height: 100%;
}


.btn_close_folder {
    width: 16px;
    height: 16px;
    mask-image: url("../../img/svg/tree-icon/ic_tree_menu-close.svg");
    mask-size: 16px 16px;
    mask-repeat: no-repeat;
    mask-position: 0 center;
    background: var(--color-icon-primary);
}

.btn_close_folder.closed {
    transform: rotate(180deg);
}

.tree-label-rootBtn {
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 3px 5px 3px 5px;
    background-color: var(--color-bg-default);
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 150%;
    color: var(--color-text);
}

.snb .tree_wrap .btn_close_folder, .snb .tree_wrap .btn_open_folder {
    margin : 0;
    vertical-align : middle;
}

#cluLeft_leftMyClub {
    margin: 1px 10px 10px 10px;
    /*margin: 11px 10px;*/
}
