@font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Bold"), url("../fonts/woff2/Pretendard-Bold.woff2") format("woff2"), url("../fonts/woff/Pretendard-Bold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard SemiBold"), url("../fonts/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("../fonts/woff/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Medium"), url("../fonts/woff2/Pretendard-Medium.woff2") format("woff2"), url("../fonts/woff/Pretendard-Medium.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src: local("Pretendard Regular"), url("../fonts/woff2/Pretendard-Regular.woff2") format("woff2"), url("../fonts/woff/Pretendard-Regular.woff") format("woff");
}

@font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Light"), url("../fonts/woff2/Pretendard-Light.woff2") format("woff2"), url("../fonts/woff/Pretendard-Light.woff") format("woff");
}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
    font-size: 14px;
    font-weight: 200;
}

/* °øÅë ·¹ÀÌ¾Æ¿ô */
.PORG-Wrap {
    font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
    font-size: 14px;
    font-weight: 200;
    height: 100%;
    color: #212121;
    min-width: 1280px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

    .PORG-Wrap textarea {
        font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
        font-size: 14px;
        font-weight: 200;
    }

    .PORG-Wrap input {
        font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
        font-size: 14px;
        font-weight: 200;
    }

    .PORG-Wrap select {
        font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
        font-size: 14px;
        font-weight: 200;
    }

    .PORG-Wrap button {
        font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
        font-size: 14px;
    }

.PORG-Top {
    z-index: 1;
    border-bottom: 1px solid #E3E3E3;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F6F7FB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.PORG-Con-Wrap {
    /*height: calc(100% - 61px);*/
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-top: 61px;
}

.PORG-Con-Wrap {
    display: flex;
}

.PORG-layout-l {
    width: 357px;
    border-right: 1px solid #E3E3E3;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.PORG-layout-c {
    width: calc(100% - 357px);
    height: 100%;
}

/* ½Éº¼ */
.PORG-Logo {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 17px;
}

    .PORG-Logo i {
        background-color: #5B5FC7;
        background-image: url("../images/ico-ORG.svg");
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        border-radius: 3px;
        width: 34px;
        height: 34px;
        margin-right: 15px;
    }

/* Top ¹öÆ° */
.PORG-topBtn-Wrap {
    display: flex;
    margin-right: 17px;
}

    .PORG-topBtn-Wrap a {
        padding: 3px;
    }

.btn-NW i {
    background-image: url("../images/ico-NW.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    margin-right: 6px;
}

.btn-RF i {
    background-image: url("../images/ico-RF.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    border-radius: 3px;
    width: 23px;
    height: 18px;
}

/* Æ®¸® */
.PORG-tree ul ul {
    /*padding-left: 20px;
    background: url(../images/bg_tree_stream.png) repeat-y 32px 0;*/
    padding-left: 0px;
    /*background: url(../images/bg_tree_stream.png) repeat-y 12px 0;*/
}

.PORG-tree {
    padding: 10px 0 21px 21px;
}

.PORG-tree-Wrap {
    width: 100%;
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.PORG-Search-Wrap {
    padding: 21px 21px 11px 21px;
}

.PORG-orgSelect-Wrap {
    padding: 0 21px 11px 21px;
}

.PORG-orgSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/ico-Select.svg) no-repeat right 50%;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    height: 33px;
    padding-left: 7px;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 0px 4px 0px rgba(212, 212, 212, 0.25);
}

    .PORG-orgSelect::-ms-expand {
        display: none;
    }

.ico-folder {
    display: inline-block;
    width: 17px !important;
    height: 14px !important;
    background-image: url("../images/ico-folder.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -1px !important;
    margin-right: 2px !important;
    margin-left: -1px !important;
}

.PORG-Search {
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    height: 31px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 0px 4px 0px rgba(212, 212, 212, 0.25);
}

    .PORG-Search input {
        background: none;
        height: 29px;
        width: 100%;
        border: none;
        outline: none;
        font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
        font-weight: 200;
        margin-left: 5px;
        font-size: 14px;
    }

        .PORG-Search input::placeholder {
            color: #999;
        }

.PORG-Btn-search-1 {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    height: 29px;
}

    .PORG-Btn-search-1 i {
        background-image: url("../images/btn-search.svg");
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-bottom: -2px;
        margin-right: 2px;
    }

.tree_ico.root {
    width: 22px !important;
    height: 22px !important;
    background-image: url("../images/ico-company.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px !important;
    margin-right: 4px !important;
}

.tree_ico.f-plus {
    width: 13px !important;
    height: 11px !important;
    background-image: url("../images/folder_plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px !important;
    margin-right: 5px !important;
}

.tree_ico.f-minus {
    width: 13px !important;
    height: 11px !important;
    background-image: url("../images/folder_minus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px !important;
    margin-right: 5px !important;
}

.tree_ico.doc {
    width: 14px !important;
    height: 14px !important;
    background-image: url("../images/ico-doc.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px !important;
    margin-right: 3px !important;
}

.PORG-tree .active {
    color: #5B5FC7 !important;
}

    .PORG-tree .active span {
        font-weight: 400 !important;
    }

.tree_tit {
    display: flex;
    align-items: center;
}

.tree_label {
    font-size: 14px;
    font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
    font-weight: 200;
}

.PORG-tree {
    color: #212121;
    line-height: 16px
}

    .PORG-tree ul, .tree li, .tree span {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .PORG-tree li {
        list-style: none
    }

        .PORG-tree li a {
            color: #212121;
            padding: 5px 4px 3px 0;
            border-radius: 3px;
            display: inline-block;
            text-decoration: none;
        }

            .PORG-tree li a:hover {
                color: #5B5FC7;
            }

            .PORG-tree li a.selected {
                color: #5B5FC7;
            }

                .PORG-tree li a.selected span {
                    font-weight: 600;
                }

    .PORG-tree .tree_ico {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 -4px 0 2px;
        vertical-align: top
    }

        .PORG-tree .tree_ico img {
            vertical-align: top
        }

    .PORG-tree .tree_label {
        white-space: nowrap;
        display: inline-block;
        width: calc(100% - 22px);
        margin-left: 3px;
        vertical-align: top;
        text-decoration: none;
        line-height: 13px;
    }

        .PORG-tree .tree_label a {
            display: inline-block;
            margin: -1px 0 0 1px;
            padding-left: 10px;
            font-family: 'µ¸¿ò',dotum;
            font-size: 11px;
            color: #aaa;
            line-height: 13px;
            letter-spacing: -1px;
            vertical-align: top
        }

    .PORG-tree ul {
        /*background: url(../images/bg_tree_stream.png) repeat-y 12px 0*/
    }

    .PORG-tree li {
        padding-left: 25px;
        background: url(../images/bg_tree_branch.png) no-repeat 12px -21px
    }

        .PORG-tree li.tree_last_node {
            margin-bottom: 4px;
            background: url(../images/bg_tree_branch_last.png) no-repeat 12px -21px
        }

.folderWrap {
    width: calc(100% - 28px);
}

/* ¸ñ·Ï */
.M-layout-c {
    height: 100%;
}

.POPG-conWrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 21px;
    padding: 21px;
    height: calc(100% - 67px) !important;
}

    .POPG-conWrap:has(.verticalLayout) {
        flex-direction: column;
        height: 100% !important;
    }

.POPG-selectBtn-Wrap {
    width: 75px;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0px 5px;
}

    .POPG-selectBtn-Wrap.verticalLayout {
        width: 100%;
        height: 50px;
        margin: 10px 0 0 0;
        transform: rotate(90deg);
    }

.POPG-selectList-Wrap {
    width: 40%;
    height: 100%;
    min-width: 450px;
}

    .POPG-selectList-Wrap.verticalLayout {
        width: auto;
        height: auto
    }

.POPG-list-Wrap {
    width: 60%;
    height: 100%;
}

    .POPG-list-Wrap.verticalLayout {
        width: auto;
        height: auto
    }

.POPG-BottomWrap {
    width: calc(100% - 42px);
    height: 51px;
    padding: 0 21px 21px 21px;
}

.POPG-listTit {
    display: flex;
    align-items: center;
}

    .POPG-listTit h2 {
        font-size: 20px;
        font-weight: 400;
        margin: 0 12px 0 0;
    }

    .POPG-listTit span {
        color: #5B5FC7;
        font-weight: 400;
        font-size: 18px;
    }

.P-All-Profile {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50px;
    margin-right: 12px;
}

    .P-All-Profile img {
        width: 35px;
        height: 35px;
    }

.Profile-Wrap .Profile-Box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.Profile-Wrap span {
    width: calc(100% - 46px);
    text-align: left;
}

.PresenceWrap {
    position: absolute;
    left: 27px;
    bottom: -3px;
}

    .PresenceWrap a {
        width: 30px;
        height: 30px;
        cursor: default;
    }

    .PresenceWrap.Profile-po-br {
        bottom: -5px;
        right: 5px;
        left: auto;
    }

.Profile-Wrap {
    position: relative;
}

.selectBg {
    background-color: #F4F5F9;
}

.TableCon {
    display: grid;
    grid-gap: 0px;
    column-gap: 11px;
    grid-template-columns: 1fr 1fr;
    margin-left: 130px;
    margin-bottom: 33px;
    margin-right: 15px;
}

.infoDetail-con {
    line-height: 19px;
    display: flex;
    align-items: flex-start;
    margin-right: 5px;
    margin-bottom: 8px;
}

.infoDetail-tit {
    width: 65px;
    padding-right: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background-image: url("../images/infoDetail-line.svg");
    background-repeat: no-repeat;
    background-position: right 4px;
    color: #444;
}

.infoDetail-dec {
    color: #666;
    margin-left: 15px;
    width: calc(100% - 65px);
    max-width: 250px;
    word-break: break-all;
    font-weight: 200;
}
/*Å×ÀÌºí*/
.verticalLayout .POPG-Table-userWrap .POPG-Table-td {
    /*height: 435px;*/
    height: 250px;
}

.verticalLayout .POPG-Table-userWrap {
    height: auto;
}

.POPG-Table {
    width: 100%;
    border-spacing: 0;
}

.POPG-Table-wrap {
    border-top: 1px solid #222222;
    height: calc(100% - 67px);
}

.POPG-Table {
    font-size: 14px;
    font-weight: 200;
    color: #212121;
    table-layout: fixed;
}

    .POPG-Table th {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        text-align: left;
        padding: 12px 0 12px 0;
        border-bottom: 1px solid #bbb;
    }

        .POPG-Table th:first-child {
            text-align: center;
        }

    .POPG-Table td {
        font-size: 14px;
        font-weight: 200;
        color: #212121;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding: 0;
    }

        .POPG-Table td:first-child {
            text-align: center;
        }

    .POPG-Table a {
        color: #212121;
        text-decoration: none;
        padding: 15px 0 15px 0;
    }

        .POPG-Table a:hover {
            color: #212121;
            text-decoration: none;
        }

/* input ¼û°ÜÁØ´Ù */
input.check-btn {
    display: none;
}

    input.check-btn + label {
        cursor: pointer;
    }

input.check_-tn + label > span {
    vertical-align: middle;
    padding-left: 5px;
}
/* label:before¿¡ Ã¼Å©ÇÏ±â Àü »óÅÂ CSS */
input.check-btn + label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    vertical-align: middle;
}

/* label:before¿¡ Ã¼Å© µÈ »óÅÂ CSS */
input.check-btn:checked + label:before {
    content: "";
    background-color: #5B5FC7;
    border-color: #5B5FC7;
    background-image: url('../images/ico-check.svg');
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

.ellipsis {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    height: auto;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.selectOrg-table .ellipsis {
    display: table-cell !important;
}

.selectOrg-table td {
    padding: 14px 0 14px 0;
}

.selectOrg-Btn-Wrap .ellipsis {
    width: auto;
}

/* »ó¼¼ ÇÁ·ÎÇÊ */
.detailProfile-Wrap {
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    margin-top: 30px;
    background-color: #fff;
    z-index: 1111;
}

.detailProfile {
    padding: 23px 33px 16px 33px;
    display: flex;
    align-items: flex-start;
}

.detailProfile-Top {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}

.detailProfile-ar {
    justify-content: flex-end;
}

.closeBtn-Wrap a {
    height: 36px;
    width: 36px;
    display: inline-block;
}

.detailPresence-Wrap {
    display: flex;
    align-items: center;
}

    .detailPresence-Wrap .PresenceWrap {
        margin-right: 8px;
        position: relative;
        left: 0;
        bottom: -1px;
    }

    .detailPresence-Wrap span {
        font-weight: 400;
    }

.closeBtn-Wrap i {
    width: 36px;
    height: 36px;
    background-image: url("../images/ico-close.svg");
    background-repeat: no-repeat;
    background-position: center 14px;
    margin-bottom: 2px;
    display: inline-block;
}

.detailProfile .P-All-Profile {
    width: 67px !important;
    height: 67px !important;
    border-radius: 67px;
}

    .detailProfile .P-All-Profile img {
        width: 67px !important;
        height: 67px !important;
    }

.detailProfile .Profile-Wrap {
    margin-right: 18px;
}

.detailProfile-con {
    border-bottom: 1px solid #dfdfdf;
    width: calc(100% - 79px);
    display: flex;
    justify-content: space-between;
}

.detailProfile-btn a {
    margin-left: 10px;
    border-radius: 40px;
    width: 36px;
    height: 36px;
    background-color: #ECF2FF;
}

.detail-phone {
    width: 36px;
    height: 36px;
    background-image: url("../images/ico-phone.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px;
    display: inline-block;
}

.detailProfile-btn {
    display: flex;
    align-items: center;
}

.detail-talk {
    width: 36px;
    height: 36px;
    background-image: url("../images/ico-talk.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px;
    display: inline-block;
}

.detail-mail {
    width: 36px;
    height: 36px;
    background-image: url("../images/ico-mail.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px;
    display: inline-block;
}

.detail-schedule {
    width: 36px;
    height: 36px;
    background-image: url("../images/ico-schedule.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 2px;
    display: inline-block;
}

.detailProfile-name {
    font-size: 16px;
    font-weight: 400;
}

    .detailProfile-name .Position {
        font-size: 13px;
        font-weight: 200;
        color: #666;
        margin-left: 4px;
    }

.detailProfile-1 {
    font-size: 13px;
    font-weight: 200;
    color: #666;
    margin-top: 14px;
}

    .detailProfile-1 i {
        width: 17px;
        height: 8px;
        background-image: url("../images/ico-line.svg");
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 0;
        display: inline-block;
    }

.detailProfile-2 {
    font-size: 13px;
    font-weight: 200;
    color: #666;
    margin-top: 6px;
    margin-bottom: 14px;
}

/* Á¶Á÷ Ãß°¡ ¹öÆ° */
.POPG-selectBtn a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #5B5FC7;
}

.POPG-selectBtn {
    margin-bottom: 5px;
}

    .POPG-selectBtn.org-Add i {
        width: 34px;
        height: 34px;
        background-image: url("../images/org-Add.svg");
        background-repeat: no-repeat;
        background-position: 13px center;
        margin-bottom: 0;
        display: inline-block;
    }

    .POPG-selectBtn.org-Exclusion i {
        width: 34px;
        height: 34px;
        background-image: url("../images/org-Exclusion.svg");
        background-repeat: no-repeat;
        background-position: 10px center;
        margin-bottom: 0;
        display: inline-block;
    }

.POPG-selectBtn-Box {
    margin-top: 145px;
}

.verticalLayout .POPG-selectBtn-Box {
    margin-top: 0px;
}

.mr6 {
    margin-right: 6px;
}

.th-TopLine {
    border-top: 1px solid #ddd !important;
}

/* ¹öÆ° */
.selectOrg-Btn-Wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.selectOrg-Btn a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    color: #5B5FC7;
    display: inline-block;
    padding: 6px 6px 6px 6px;
    border: 1px solid #5B5FC7;
    border-radius: 3px;
}

    .selectOrg-Btn a:hover {
        color: #5B5FC7;
    }

.selectOrg-Btn.select-mail, .selectOrg-Btn.select-talk, .selectOrg-Btn.select-group, .selectOrg-Btn.select-phone {
    margin-right: 6px;
}

    .selectOrg-Btn.select-talk a {
        color: #fff;
        background-color: #5B5FC7;
        border: 1px solid #5B5FC7;
    }

        .selectOrg-Btn.select-talk a:hover {
            color: #fff;
        }

.selectOrg-Btn.select-schedule a {
    color: #fff;
    background-color: #5B5FC7;
    border: 1px solid #5B5FC7;
}

    .selectOrg-Btn.select-schedule a:hover {
        color: #fff;
    }

/* s-oil ´Ü»öÀ¸·Î ¿äÃ» s */
.selectOrg-Btn.select-group a {
    color: #fff;
    background-color: #5B5FC7;
    border: 1px solid #5B5FC7;
}

    .selectOrg-Btn.select-group a:hover {
        color: #fff;
    }
/* s-oil ´Ü»öÀ¸·Î ¿äÃ» e */

.selectOrg-Btn ol {
    display: block;
    position: absolute;
    list-style: none;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid gray;
    border-radius: 4px;
    background-color: white;
}

    .selectOrg-Btn ol li {
        padding: 5px;
        background-color: white;
        color: gray;
        cursor: pointer;
    }

        .selectOrg-Btn ol li::after {
            position: relative;
            top: 2px;
            content: "";
            display: block;
            border-bottom: 1px solid #5B5FC7;
            transition: all 250ms ease-out;
            left: 50%;
            width: 0;
        }

        .selectOrg-Btn ol li:hover::after {
            transition: all 250ms ease-out;
            left: 0%;
            width: 100%;
        }

        .selectOrg-Btn ol li:hover {
            color: #5B5FC7;
            font-weight: bold;
        }

.select-mail i {
    width: 20px;
    height: 17px;
    background-image: url("../images/ico-mail2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -4px;
    margin-right: 1px;
    display: inline-block;
}

.select-group i {
    width: 20px;
    height: 14px;
    background-image: url("../images/ico-schedule-sm.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -2px;
    margin-right: 4px;
    display: inline-block;
}

.select-phone i {
    width: 15px;
    height: 14px;
    background-image: url("../images/ico-phone2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -2px;
    margin-right: 6px;
    display: inline-block;
}

.select-talk i {
    width: 15px;
    height: 14px;
    background-image: url("../images/ico-talk2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -3px;
    margin-right: 5px;
    display: inline-block;
}

.select-schedule i {
    width: 24px;
    height: 15px;
    background-image: url("../images/ico-ORG2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -2px;
    margin-right: 6px;
    display: inline-block;
}

.BottomBtn-Wrap {
    display: flex;
    align-items: center;
    padding-top: 12px;
    width: 100%;
    justify-content: flex-end;
    border-top: 1px solid #DFDFDF;
}

.POPG-BottomWrap {
    display: flex;
    justify-content: flex-end;
}

.Bottom-Btn a {
    background-color: #262C4D;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 9px 6px 9px 6px;
    border-radius: 3px;
}

    .Bottom-Btn a:hover {
        color: #fff;
    }

.Bottom-Btn.bottom-talk {
    margin-right: 6px;
}

.Bottom-Btn.bottom-orgAdd a {
    color: #fff;
    background-color: #5B5FC7;
}

    .Bottom-Btn.bottom-orgAdd a:hover {
        color: #fff;
    }

.Bottom-Btn2 a {
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #5B5FC7;
    display: inline-block;
    padding: 6px 6px 6px 6px;
    border-radius: 3px;
}

    .Bottom-Btn2 a:hover {
        color: #5B5FC7;
    }

.Bottom-Btn2.bottom-orgAdd2 a {
    color: #5B5FC7;
    background-color: #fff;
    border: 1px solid #5B5FC7;
    margin-right: 6px;
}

    .Bottom-Btn2.bottom-orgAdd2 a:hover {
        color: #5B5FC7;
    }

.bottom-talk i {
    width: 19px;
    height: 19px;
    background-image: url("../images/ico-talk3.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -4px;
    margin-right: 6px;
    display: inline-block;
}

.bottom-orgAdd i {
    width: 24px;
    height: 15px;
    background-image: url("../images/ico-ORG2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -2px;
    margin-right: 6px;
    display: inline-block;
}

.bottom-orgAdd2 i {
    width: 24px;
    height: 15px;
    background-image: url("../images/ico-ORG3.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: -2px;
    margin-right: 3px;
    display: inline-block;
}

.POPG-nodata-box {
    height: 221px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .POPG-nodata-box span {
        color: #666;
        padding-top: 10px;
    }

    .POPG-nodata-box i {
        width: 37px;
        height: 37px;
        background-image: url("../images/ico-nodata.svg");
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: -2px;
        margin-right: 6px;
        display: inline-block;
    }

.POPG-nodata {
    padding: 0px !important
}

.POPG-selectTop-Wrap {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ½ºÅ©·Ñ¹Ù µðÀÚÀÎ */
.scrollBar {
    height: 100%;
    overflow: auto;
}

    .scrollBar::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .scrollBar::-webkit-scrollbar-thumb {
        height: 30%;
        background: #C4C4C4;
        border-radius: 10px;
    }

    .scrollBar::-webkit-scrollbar-track {
        background: #FAFAFA;
    }

/* ¸ð´Þ */
.POPG-Modal-wrap {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
}

.POPG-Modal-Align {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.POPG-Modal-Body {
    border-radius: 0.3rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    width: 600px;
}

.POPG-Modal-Tit {
    height: 61px;
    border-bottom: 1px solid #DEE2E6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.POPG-Modal-Tit {
    padding: 0 10px 0 20px;
}

    .POPG-Modal-Tit h3 {
        font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
        margin: 0;
        font-weight: 500;
        font-size: 20px;
        color: #212121;
    }

    .POPG-Modal-Tit a {
        padding: 10px;
    }

.POPG-Modal-Con-wrap {
    background-color: #F9F9F9;
    padding: 21px;
}

.POPG-Modal-Con {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    padding: 27px;
}

.POPG-Btn.btn-Registration-w i {
    width: 12px;
    height: 12px;
    background-image: url("../images/btn-Registration-w.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: -1px;
    margin-right: 5px;
}

.POPG-Btn {
    height: 33px;
    font-size: 13px;
    color: #212121;
    font-weight: 300;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    line-height: 31px;
    background-color: #fff;
}

    .POPG-Btn a {
        padding: 0 9px 0 9px;
        font-family: 'Pretendard', 'Malgun Gothic', '¸¼Àº °íµñ', 'µ¸¿ò', Dotum, sans-serif;
        font-weight: 300;
        text-decoration: none;
        color: #212121;
        font-size: 13px;
    }

    .POPG-Btn:hover {
        border: 1px solid #bbb;
    }

.btnMin {
    min-width: 88px;
}

.POPG-Modal-Body.modal-sm-body .POPG-Modal-Con-wrap {
    padding: 0px;
}

.POPG-Modal-Body.modal-sm-body .moadl-body-in {
    padding: 27px 0 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-Btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.modal-Btn-wrap .top-Btn-wrap {
    justify-content: center;
}

.modal-Btn-wrap {
    margin-top: 20px;
}

.pop-ico.POPG-Warning i {
    background-image: url("../images/ico-Warning.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.pop-ico.POPG-Infomation i {
    background-image: url("../images/ico-Infomation.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.pop-ico.POPG-Error i {
    background-image: url("../images/ico-Error.svg");
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.POPG-input-wrap.pop-sm-wrap {
    display: flex;
    align-items: center;
    padding: 0px;
    width: auto;
}

.pop-sm-dec {
    margin-left: 15px;
    text-align: left;
    margin-top: 0;
    max-width: 358px;
    font-size: 17px;
    font-weight: 200;
    line-height: 26px;
}

.POPG-Modal-Body.modal-sm-body {
    width: 400px;
}

    .POPG-Modal-Body.modal-sm-body .POPG-Modal-Con-wrap {
        background-color: #fff;
    }

.modal-body.modal-sm-body {
    padding: 20px 0 40px 0;
}

.PORG-Search.rowBox {
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    border: 0px;
}

.PORG-Search-01 {
    margin-right: 6px;
    width: 115px;
}

.PORG-Search-02 {
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    height: 31px;
    display: flex;
    align-items: center;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 0px 4px 0px rgba(212, 212, 212, 0.25);
}

/* loading */
.loader {
    margin: 0 0 2em;
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}

    .loader.loader--style2 {
        z-index: 111;
    }

/*
    Set the color of the icon
  */
svg path,
svg rect {
    fill: #5B5FC7;
}

/* ÀüÃ¼ ·Îµù */
.loading-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loading-wrap-in {
    background-color: #fff;
    opacity: 80%;
    width: 100%;
    height: 100%;
    position: absolute;
}

.detailProfile-Wrap.LayerPopup {
    text-align: left;
}

    .detailProfile-Wrap.LayerPopup a {
        padding: 0;
    }

.PORG-layout-c {
    position: relative;
}

.selectOrg-Btn-Wrap.selectOrg-Layout {
    justify-content: flex-start;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #212121;
}

/* ºÎºÐ ·Îµù Àû¿ë */
#OrgChart-userList {
    position: relative
}

    #OrgChart-userList .loading-wrap {
        position: absolute;
        /*display: flex;*/
        /*align-items: flex-start*/
    }

.infoDetail-dec-mobile, .infoDetail-dec-officePhone {
    cursor: pointer;
}

/* Resizer Ãß°¡ */
.resizer {
    width: 5px;
    background-color: #ccc;
    cursor: ew-resize;
    position: relative;
    z-index: 10;
}
