/*.dod_default_list_icon::before{*/
/*    content: '';*/
/*    background-image: url("../../img/svg/tree-icon/ic_tree_arrow-clock-counter.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain; !* 아이콘 맞춤 *!*/
/*    background-position: center;*/
/*    top: 15px;*/
/*    right: 10px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

#dodLeft_dodLeftBody {
    font-family: 'Pretendard', sans-serif;
}
.dodReport h2{
    font-size: 22px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    padding: 12px 12px 0 12px;
    text-align: center;
    color: var(--color-text-bold)
}
.dod_default_list_icon {
    padding: 0 24px;
    background-size: 16px 16px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url("../../img/svg/tree-icon/ic_tree_arrow-clock-counter.svg");
}

.dod_btn_setting{
    background-image: url("../../img/svg/tree-icon/ic_tree_setting-fill.svg");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 16px 16px;
    margin-left: 8px;
    padding: 0 24px;
}

.btn_admin_setting{
    padding: 0 24px;
    background-image: url("../../img/svg/tree-icon/ic_tree_wrench-fill.svg");
    background-repeat: no-repeat;
    background-position: 0 center;
    margin-left: 8px;
}

.dod_snb_setting{
    all: unset;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    border-style: solid;
    border-color: var(--color-divider-light);
    border-width: 1px 0 0 0;
}
.dod_snb_setting li {
    padding: 7px 0;
}

.dod_tree_wrap {
    margin-top: 8px;
    flex: 1;
    font-family: 'Pretendard', sans-serif;
    padding: 0 16px;
    overflow: auto;
}

.dodReport {
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Pretendard', sans-serif;
}

.dodReport .btn_wrap {
    padding: 0 16px;
}

.btn_type_01 {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 40px;
    padding: 0 16px;
    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;


    margin-top: 12px;
    margin-bottom: 12px;
}

/* 아이콘 삽입 */
.btn_type_01::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url("../../img/svg/ic_cmm_plus.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: brightness(0) invert(1); /* 아이콘을 흰색처럼 보이게 */
    left: 16px;
}
