#hreConfMng .tbl-bg{
    margin:0 10px 20px;
    padding:16px 20px 0;
    border-bottom:1px solid #eee;
    background-color:#fff;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
    height:auto !important;
    min-height:600px;
}
#hreConfMng .eval-set{
    width:100%;
}
#hreConfMng .eval-set ul{
    display:inline-block;
    width:100%;
    vertical-align:middle;
    background-color:#f9f9fb;
    border:1px solid #e9eaef;
    border-radius:14px;
    margin-top:10px;
}
#hreConfMng .eval-set .li-eval{
    display:inline-block;
    font-size:14px;
    text-align:left;
    margin-right:10px;
    height:100%;
    vertical-align:middle;
    border-radius:8px;
}
#hreConfMng .eval-set ul>li:last-child{
    margin-right:0;
}
#hreConfMng .confmng_title{
    display:inline-block;
    width:100%;
    line-height:38px;
    font-size:18px;
    color:#3a4764;
    vertical-align:middle;
    text-align:left;
    font-weight:400;
    border-bottom:1px solid #eaeaea;
}
#hreConfMng .date-bx{
    font-size:14px;
    vertical-align:middle;
    line-height:36px;
    padding:0 10px 4px 10px;
    margin-bottom:10px;
    background-color:#f2f4f7;
    border:1px solid #eee;
    border-radius:8px;
}
#hreConfMng .li_area{
    display:block;
    font-size:16px;
    vertical-align:middle;
    padding:16px 20px;
    line-height:30px;
}
#hreConfMng .confmng_label{
    line-height:32px;
    margin-left:10px;
    margin-right:4px;
}
#hreConfMng .key-bx-r{
    position:relative;
    top:1px;
    clear:both;
    float:right;
}
#hreConfMng #searchArea .sch-bx>ul{
    overflow:visible;
}
#hreDeptScoreMng .key-bx-r{
    margin-left:2px;
    position:relative;
    top:1px;
    clear:both;
    float:right;
}
#hreDeptScoreMng #searchArea .sch-bx>ul{
    overflow:visible;
}
#avtMng button.statusOption em{
    display:inline-block;
    position:absolute;
    top:3px;
    right:10px;
    width:13px;
    height:13px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

/* Wizard CSS */
.wizard-contents .bubble::after {
    content: "|";
    right: 0;
    color: #005ea8;
    animation: caret 1s infinite;
}
@keyframes caret{
    50%{
        opacity:0;
    }
}
.wizard-contents{
    padding:16px 20px;
    background:#F7F7F7;
}
.wizard-contents .talking-sai{
    position:relative;
    display:flex;
    align-items:center;
}
.wizard-contents .talking-sai .sub-bubble{
    position:absolute;
    right:0;
    top:-22px;
    padding:10px;
    color:#AAA;
}
.insa-wizard .modal-footer {
    position:relative;
}
.insa-wizard .modal-footer .footer-noti{
    position:absolute;
    left:215px;
    padding:10px;
    color:#AAA;
}
.insa-eval .modal-footer {
    position:relative;
}
.insa-eval .modal-footer .footer-noti{
    position:absolute;
    left:1px;
    padding:10px;
    color:#AAA;
}
.insa-mdl-sample .modal-footer {
    position:relative;
}
.insa-mdl-sample .modal-footer .footer-noti{
    line-height: 130%;
    position:relative;
    left:1px;
    padding:10px;
    color:#AAA;
}
.wizard-contents .talking-sai .character{
    position:relative;
    width:100px;
    height:104px;
    animation:dongsil 1.2s ease-out infinite alternate;
}
@keyframes dongsil{
    0%{transform:translate(0,0);}
    50%{transform:translate(0,-3px);}
    100%{transform:translate(0,4px);}
}
.wizard-contents .talking-sai .character .body{
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}
.wizard-contents .talking-sai .character .wing-left,
.wizard-contents .talking-sai .character .wing-right{
    position:absolute;
    left:63px;
    top:43px;
    z-index:1;
    width:17px;
    height:34px;
    background:url("/images/sai_wing.svg") no-repeat center;
    animation:flutter_r .5s ease-out infinite alternate;
    transform-origin:top left;
}
.wizard-contents .talking-sai .character .wing-left{
    left:4px;
    background-image:url("/images/sai_wing_left.svg");
    animation:flutter_l .5s ease-out infinite alternate;
    transform-origin:top right;
}
@keyframes flutter_l{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(-11deg);}
}
@keyframes flutter_r{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(11deg);}
}

.wizard-contents .talking-sai .bubble{
    padding:16px 32px;
    line-height:36px;
    font-weight:700;
    font-size:22px;
    background:#E6E6E6;
    border-radius:0 16px 16px;
}
.wizard-contents .eval-round-name{
    display:flex;
    gap:17px;
    padding:24px;
    width:100%;
    background:#FFF;
    border-radius:16px;
}
.wizard-contents .eval-round-name .tit{
    line-height:42px;
    font-weight:700;
    font-size:20px;
    color:#333;
    white-space:nowrap;
}
.wizard-contents .eval-round-name input[type=text]{
    padding:7px 14px;
    width:100%;
    height:42px;
    line-height:26px;
    font-size:16px;
    border:1px solid #DDD;
    border-radius:4px;
}
.wizard-contents .eval-round-name input[type=text]:focus{
    border-color:#333;
}
.wizard-contents .insa-set-opt .opt-box{
    padding:20px 0;
    display:flex;
    gap:20px;
    width:860px;
    margin:0 auto;
}
.wizard-contents .insa-set-opt .opt-box li{
    position:relative;
    width:calc((100% - 60px)/4);
}
.wizard-contents .insa-set-opt .link{
    padding:30px 0 0;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:16px;
    width:100%;
    height:252px;
    line-height:28px;
    font-weight:700;
    font-size:18px;
    background:#FFF;
    border:2px solid #FFF;
    border-radius:16px;
    cursor:pointer;
    transition:all .25s ease;
}

.wizard-contents .insa-set-opt .opt-box.half{
    width:100%;
}
.wizard-contents .insa-set-opt .opt-box.half li{
    width:calc(50% - 10px);
}
.wizard-contents .insa-set-opt .opt-box.half label{
    padding:24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:left;
    gap:16px;
    width:100%;
    height:auto;
    line-height:28px;
    font-weight:700;
    font-size:18px;
    background:#FFF;
    border:2px solid #FFF;
    border-radius:16px;
    cursor:pointer;
}

.wizard-contents .insa-set-opt .ico{
    display:flex;
    min-width:120px;
    height:120px;
    justify-content:center;
    border-radius:100px;
}

.wizard-contents .insa-set-opt .link.wizard:hover{
    color:#305597;
    box-shadow:4px 6px 25px 0 rgba(142,169,255,.25);
}
.wizard-contents .insa-set-opt .link.wizard .ico{
    background:radial-gradient(50% 50% at 50% 50%, #DAEDFF 19%, rgba(255,255,255,0) 100%);
}

.wizard-contents .insa-set-opt .link.prev-set:hover{
    color:#B5723A;
    box-shadow:4px 6px 25px 0 rgba(255,135,83,.2);
}
.wizard-contents .insa-set-opt .link.prev-set .ico{
    background:radial-gradient(50% 50% at 50% 50%, #FFDEC1 0%, #FFF 100%);
}

.wizard-contents .insa-set-opt .link.popular-set:hover{
    color:#406F3E;
    box-shadow:4px 6px 25px 0 rgba(66,255,56,.25);
}
.wizard-contents .insa-set-opt .link.popular-set .ico{
    background:radial-gradient(50% 50% at 50% 50%, #DCFFD9 0%, #FFF 100%);
}

.wizard-contents .insa-set-opt .link.detail-set:hover{
    color:#584B61;
    box-shadow:4px 6px 25px 0 rgba(163,109,197,.25);
}
.wizard-contents .insa-set-opt .link.detail-set .ico{
    background:radial-gradient(50% 50% at 50% 50%, #F7EAFF 0%, #FFF 100%);
}

.insa-set-view{
    display:flex;
    gap:20px;
}

.insa-set-view.eval-group{
    padding:24px;
    flex-direction:column;
    background:#FFF;
    border-radius:16px;
}

.insa-set-view .eval-sec{
    display:flex;
    flex-direction:column;
    gap:16px;
    padding:24px;
    width:100%;
    background:#FFF;
    border-radius:16px;
}

.insa-set-view .eval-sec~.eval-sec{
    width:calc(44% - 20px);
}

.insa-set-view.eval-group.period{
    gap:8px;
}

.insa-set-view.eval-group .eval-sec .tit{
    font-weight:500;
    font-size:18px;
}

.insa-set-view.eval-group .eval-sec{
    padding:16px;
    width:100%;
    flex-direction:row;
    align-items:center;
    border:1px solid #EDEDED;
    border-radius:8px;
}

.insa-set-view.eval-group .eval-sec.btn-sec{
    padding:0;
    border:0;
}

.insa-set-view.eval-group .eval-sec .period-area{
    margin-left:auto;
    display:inline-flex;
    gap:8px;
}

.insa-set-view .setting-area{
    margin-left:auto;
    display:inline-flex;
    flex-wrap:wrap;
    align-items:center;
    width:78%;
    gap:8px;
}

.insa-set-view .setting-area > .switch + .switch{
    margin-left:15px;
}

.insa-set-view .eval-sec .setting-area > li{
    display:inline-flex;
    flex-wrap:wrap;
    align-items:center;
    gap:6px;
    width:calc(50% - 4px) !important;
}

.insa-set-view .eval-sec .setting-area > li .wx400{
    width:303px !important;
}

.insa-set-view .eval-sec .setting-area .eval-module{
    padding-left:10px;
}

.insa-set-view .eval-sec .setting-area .eval-module + .switch{
    padding-left:25px;
}

.insa-set-view .eval-sec .tit{
    line-height:30px;
    font-weight:700;
    font-size:20px;
    color:#333;
}

.insa-set-view .eval-sec * ~ .tit{
    padding-top:4px;
}

.insa-set-view .eval-sec .tit + .label-area{
    margin-top:-7px;
}

.wizard-contents .label-area{
    position:relative;
    padding:16px;
    border:1px solid #EDEDED;
    border-radius:8px;
}

.wizard-contents .label-area .radio-box .opt-name{
    display:inline-flex;
    gap:16px;
    vertical-align:top;
    font-weight:500;
    font-size:18px;
}

.wizard-contents .label-area .switch{
    position:absolute;
    right:16px;
    top:25px;
}

.wizard-contents .label-area .desc{
    position:relative;
    padding-left:14px;
    line-height:24px;
    font-size:16px;
    color:#666;
}

.wizard-contents .label-area .opt-name .desc{
    padding-left:0;
    line-height:36px;
}

.wizard-contents .label-area .opt-name .desc::before{
    content:none;
}

.wizard-contents .label-area .desc::before{
    content:"";
    position:absolute;
    left:2px;
    top:50%;
    margin-top:-1px;
    display:block;
    width:4px;
    height:4px;
    background:#666;
    border-radius:50%;
}

.wizard-contents .label-area .sub-option{
    margin-block:10px 5px;
    line-height:18px;
    font-weight:500;
    font-size:14px;
    color:#333;
}

/* kjsong 異붽� */
li.statusColor em{
    display:inline-block;
    top:3px;
    right:10px;
    width:13px;
    height:13px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#avtMng #shareUserIds+div.selectize-control{
    width:310px;
}
#avtMng #coopUserIds+div.selectize-control{
    width:310px;
}
#avtMng select[id^=coopCategoryId]+span.select2-container{
    width:260px!important;
    margin-top:2px;
}
#avtMng .avt-active-write-status-select{
    position:absolute;
    right:215px;
    height:31px;
    width:120px!important;
}
#avtMng .avt-active-status-select{
    position:absolute;
    right:285px;
    height:31px;
    width:120px!important;
}
#avtMng .ct-bx .home-board{
    position:absolute;
    left:9px;
    height:calc(100vh - 90px);
    background:#fff;
    float:left;
}
#avtMng .ct-bx .home-board label{
    vertical-align:top!important;
    margin-left:2px;
}
#avtMng .ct-bx .home-board>ul>li>a .new{
    display:inline-block;
    width:37px;
    height:12px;
    text-indent:-9999px;
    background:url("/images/new_img/ico-new-check.png") no-repeat;
}
#avtMng .ct-bx .home-board>ul>li>a>div>.actual{
    display:inline-block;
    bottom:10px;
    left:44%;
    font-size:12px;
    color:#676c8e;
}
#avtMng .ct-bx .home-activity .kpi-title{
    display:block;
    padding:16px 20px;
    border-bottom:1px solid #eaeaea;
    text-align:left;
    color:#172b4d;
    font-size:18px;
    font-weight:700;
}
#avtMng .ct-bx .home-activity .kpi-title span{
    display:inline;
    margin-left:4px;
    padding:0 8px;
    background-color:#e5ecf9;
    border-radius:16px;
    font-size:12px;
    color:#808596;
    font-weight:400;
}
#avtMng .ct-bx .home-board>ul>li>a>div>.achive{
    display:inline-block;
    bottom:27px;
    left:18%;
    font-size:12px;
    color:#7e7e7e;
}
#avtMng .ct-bx .home-board>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:6px solid #c3c3c3;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    height:100%;
}
#avtMng .ct-bx>.ct-scroll>.home-activity{
    position:absolute;
    right:0;
    width:69%;
    background:#fff;
    border-radius:.42rem;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
}
#avtMng .ct-bx .ct-scroll .home-board{
    width:30%!important;
    min-width:384px;
    padding:0 20px;
    background:#fff!important;
    border:0 solid #cacaca!important;
    min-height:58px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
}
#avtMng .ct-bx .ct-scroll .home-board>ul{
    padding-right: 6px;
    max-height: -webkit-calc(100vh - 150px);
    max-height: -moz-calc(100vh - 150px);
    max-height:calc(100vh - 150px);
    height: 100%;
    overflow: auto;
}
#avtMng .ct-bx .ct-scroll .home-board .v-top{
    vertical-align:top;
}
#avtMng .ct-bx.type01 .ct-scroll .home-board>ul>li{
    position:relative;
    border-radius:5px;
    padding:12px!important;
    min-height:95px;
    margin-bottom:5px;
    background:#fff;
    border:solid 1px #8598b7;
}
#avtMng .ct-bx .ct-scroll .home-board>ul>li .subj{
    display:block;
    width:fit-content;
    max-width:350px;
    margin-bottom:5px;
    border-radius:5px;
    font-size:14px;
    background-color:#243b58;
    padding:3px 6px;
    font-weight:700;
    color:#fff;
    word-break:break-all;
}
#avtMng .ct-bx .ct-scroll .home-board>ul>li>a{
    width:auto;
}
#avtMng .ct-bx.type01 .ct-scroll .home-board>ul>li:hover{
    cursor:default!important;
    background:0 0!important;
    transition:none;
}
#avtMng .ct-bx.type01 .ct-scroll .home-board>ul>li>a:hover{
    cursor:default!important;
}
#avtMng .ct-bx .home-activity>.timeline>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 6px 0 20px;
    border-bottom:1px solid #eaeaea;
}
#avtMng .ct-bx.type01 .ct-scroll .home-board>ul>li>a>.cont-bg{
    display:inline-block;
    width:fit-content;
    color:#2e3a50;
    font-weight:400;
    line-height:18px;
}
#avtMng .ct-bx .home-activity>.activity>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 14px 0 0;
    border-bottom:1px solid #eaeaea;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx{
    margin:0;
    height:calc(100vh - 135px);
    padding-top:4px;
    background-color:#e5e8ef;
    border-bottom-left-radius:.42rem;
    border-bottom-right-radius:.42rem;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list{
    height:100%;
    overflow:auto;
    padding:10px 15px;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline:before{
    position:absolute;
    top:0;
    bottom:0;
    left:12.3%;
    content:"";
    width:3px;
    background:0 0;
    margin-left:-25px;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmlabel{
    display:flex;
    position:relative;
    margin:0 0 10px 12px;
    background:#fff;
    color:#2e3a50;
    padding:5px 10px;
    font-size:1.4em;
    font-weight:300;
    line-height:1.4;
    border-radius:7px;
    min-height:53px;
    width:100%;
    min-width:500px;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmlabel:after{
    position:absolute;
    top:10px;
    right:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    pointer-events:none;
    border-right-color:#fff;
    border-width:7px;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li{
    display:flex;
    align-items:flex-start;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmdate{
    display:inline-block;
    font-size:1.2em;
    border-radius:50%;
    text-align:center;
    margin-top:1px;
    font-size:10px;
    color:#fff;
    float:right;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmtime{
    display:block;
    position:relative;
    width:200px;
    margin-top:3px;
    margin-left:5px;
    font-size:12px;
    margin:0;
    width:auto;
    max-width:290px;
    color:#172b4d;
    margin-top:5px;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmtime span:last-child{
    display:-webkit-box;
    word-wrap:break-word;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size:1.2em;
    color:#212b3c;
    text-align:left;
    min-width:200px;
}
#avtMng .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .work-subj{
    width:350px;
    max-width:350px;
    min-width:350px;
    background-color:#3d485a;
    border-radius:10px;
    padding:10px;
    flex:1;
    margin-bottom:10px;
}
#avtMng .ct-bx .home-activity>.activity>.tab-bx{
    margin-top:20px;
    margin-right:10px;
    min-width:584px;
    height:calc(100vh - 240px);
    padding:0;
}
#avtMng .ct-bx .home-activity>.activity>.tab-bx>.plan_list .plan_bx{
    margin-bottom:4px;
}
#avtMng .ct-bx .home-activity>.activity>.tab-bx>.plan_list .plan_bx .kr{
    padding:0;
    margin:0;
}
#avtMng .ct-bx .home-activity>.activity>.tab-bx>.plan_list{
    height:calc(100vh - 240px);
    padding-right:10px;
}
#avtMng .ct-bx .home-activity>.activity>.tab-bx>.plan_list>profileImg{
    height:calc(100vh - 240px);
    padding-right:10px;
}
#kpiMng .ct-bx .kpi{
    position:absolute;
    left:9px;
    height:calc(100vh - 130px);
    background:#fff;
    float:left;
}
#kpiMng .ct-bx .kpi label{
    vertical-align:top!important;
    margin-left:2px;
}
#kpiMng .ct-bx .kpi>ul>li>a>div>.weight{
    display:inline-block;
    bottom:27px;
    left:2%;
    font-size:12px;
    color:#676c8e;
}
#kpiMng .ct-bx .kpi>ul>li>a>.top_line>.metric_dept{
    display:inline-block;
    top:8px;
    left:10px;
    padding-left:0;
    font-size:12px;
    color:#676c8e;
    font-size:11px;
}
#kpiMng .ct-bx .kpi>ul>li>a>.top_line>.metric_type{
    display:inline-block;
    top:8px;
    left:100px;
    font-size:12px;
    color:#676c8e;
    font-size:11px;
}
#kpiMng .ct-bx .kpi>ul>li>a>div>.target{
    display:inline-block;
    bottom:10px;
    left:2%;
    font-size:12px;
    color:#676c8e;
    min-width:10%;
    max-width:100%;
}
#kpiMng .ct-bx .kpi>ul>li>a>div>.actual{
    display:inline-block;
    bottom:10px;
    left:44%;
    font-size:12px;
    color:#676c8e;
}
#kpiMng .ct-bx .actual .kpi-title{
    display:block;
    padding:16px 20px;
    border-bottom:1px solid #eaeaea;
    text-align:left;
    color:#172b4d;
    font-size:18px;
    font-weight:700;
}
#kpiMng .ct-bx .actual .kpi-title span{
    display:inline;
    margin-left:4px;
    padding:0 8px;
    background-color:#e5ecf9;
    border-radius:16px;
    font-size:12px;
    color:#808596;
    font-weight:400;
}
#kpiMng .ct-bx .kpi>ul>li>a>div>.achive{
    display:inline-block;
    bottom:27px;
    left:18%;
    font-size:12px;
    color:#7e7e7e;
}
#kpiMng .ct-bx .kpi>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:6px solid #c3c3c3;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    height:100%;
}
#kpiMng .ct-bx>.ct-scroll>.actual{
    position:absolute;
    right:0;
    width:69%;
    height:calc(100vh - 130px);
    background:#fff;
    border-radius:.42rem;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
}
#kpiMng .ct-bx .ct-scroll .ct-content{
    width:30%!important;
    min-width:384px;
    padding:0 20px;
    background:#fff!important;
    border:0 solid #cacaca!important;
    min-height:58px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
}
#kpiMng .ct-bx .ct-scroll .ct-content>ul{
    padding-right:6px;
    overflow-y:auto;
    max-height:-webkit-calc(100vh - 230px);
    max-height:-moz-calc(100vh - 230px);
}
#kpiMng .ct-bx .ct-scroll .ct-content .v-top{
    vertical-align:top;
}
#kpiMng .ct-bx.type01 .ct-scroll .ct-content>ul>li{
    position:relative;
    border-radius:5px;
    padding:10px 10px 30px 10px!important;
    min-height:95px;
    margin-bottom:5px;
    background:#fff;
    border:solid 1px #e0e0e0;
}
#kpiMng .ct-bx .actual>.timeline{
    width:50%;
    float:left;
    min-width:540px;
    margin-right:5px;
}
#kpiMng .ct-bx .actual>.activity{
    padding-left:5px;
}
#kpiMng .ct-bx .actual>.timeline>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 6px 0 20px;
    border-bottom:1px solid #eaeaea;
}
#kpiMng .ct-bx .actual>.activity>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 14px 0 0;
    border-bottom:1px solid #eaeaea;
}
#kpiMng .ct-bx .actual>.timeline>.tab-bx{
    margin:6px 6px 0 20px;
    height:calc(100vh - 270px);
    padding-top:4px;
}
#kpiMng .ct-bx .actual>.timeline>.tab-bx>.timeline_list{
    height:calc(100vh - 270px);
    overflow:auto;
}
#kpiMng .ct-bx .actual>.activity>.tab-bx{
    margin-top:20px;
    margin-right:10px;
    min-width:584px;
    height:calc(100vh - 280px);
    padding:0;
}
#kpiMng .ct-bx .actual>.activity>.tab-bx>.plan_list .plan_bx{
    margin-bottom:4px;
}
#kpiMng .ct-bx .actual>.activity>.tab-bx>.plan_list .plan_bx .kr{
    padding:0;
    margin:0;
}
#kpiMng .ct-bx .actual>.activity>.tab-bx>.plan_list{
    height:calc(100vh - 280px);
    padding-right:10px;
}
#kpiMng .ct-bx .actual>.activity>.tab-bx>.plan_list>profileImg{
    height:calc(100vh - 240px);
    padding-right:10px;
}
#kpiMng .plan_title{
    position:relative;
    margin-top:0!important;
    background:#fff;
    box-shadow:none!important;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    border-right:1px solid #ececec;
    border-left:1px solid #ececec;
}
#kpiMng .plan_title .subject{
    width:calc(100% - 176px);
}
#kpiMng .plan_title .feedback{
    display:inline-block;
    width:76px;
    line-height:30px;
    color:#7e7e7e;
    font-size:12px;
    background:url("/images/new_img/ico-feedback.png") no-repeat left center;
}
#kpiMng .activity_list .reply .profileImg{
    display:inline-block;
    width:22px;
    height:22px;
    rder-radius:50%;
    object-fit:cover!important;
}
#kpiMng .activity_list{
    padding:5px 10px 10px 10px;
    border-left:solid 1px #ececec;
    border-right:solid 1px #ececec;
    background-color:#e5e8ef;
}
#kpiMng .activity_list .activity .profileImg{
    display:inline-block;
    width:22px;
    height:22px;
    border-radius:50%;
    object-fit:cover;
}
#kpiMng button.statusOption em{
    right:25px;
}
#kpiMng .ct-popup{
    height:-webkit-calc(100vh - 210px)!important;
}
#kpiMng .comment_view_list{
    height:calc(100vh - 290px);
}
#kpiMng .tab_ct>ul{
    padding-top:0!important;
}
#kpiMng .file-cnt{
    color:#000;
}
#kpiMng .ct-bx.type01 .ct-scroll .ct-content>ul>li .subj{
    display:block;
    position:absolute;
    top:30px;
    top:29px;
    left:16px;
    width:90%;
    font-size:14px;
    color:#2e3a50;
    height:30px;
    font-weight:100;
    line-height:26px;
    word-break:break-all;
}
#kpiMng .ct-bx .ct-scroll .ct-content>ul>li .btn-delete{
    position:absolute;
    right:32px;
    bottom:9px;
    width:15px;
    height:17px;
    text-indent:-9999px;
    background:url("/images/new_img/ico-cm-delete.png") no-repeat;
}
#kpiMng .ct-bx .ct-scroll .ct-content>ul>li .btn-modify{
    position:absolute;
    right:5px;
    bottom:10px;
    width:15px;
    height:14px;
    text-indent:-9999px;
    background:url("/images/new_img/ico-cm-modify.png") no-repeat;
}
#kpiMng .ct-bx .ct-scroll .ct-content>ul>li .btn-search{
    position:absolute;
    right:5px;
    bottom:10px;
}
#kpiMng .ct-bx .ct-scroll .ct-content>ul>li>a{
    display:inline-block;
    width:90%;
    height:45px;
}
#kpiMng .ct-top>ul.btn_area>li .btn-manage.active{
    background-color:#dcdce8!important;
    border:none!important;
}
#kpiMng .ct-top>ul.btn_area>li .btn-user.active{
    background-color:#dcdce8!important;
}
#kpiMng .ct-top>ul.btn_area>li .btn-user.active span{
    background-color:#dcdce8!important;
}
#kpiMng .history_list{
    position:relative;
    overflow:auto;
    background:#fff;
    height:calc(100vh - 250px);
}
#kpiMng .history_list ul{
    margin:20px;
}
#kpiMng .history_list ul li{
    margin-bottom:10px;
    line-height:29px;
}
#kpiMng .history_list ul li .logDtFont{
    line-height:29px;
    float:right;
}
#performSelfEval .ct-bx>.ct-scroll{
    height:calc(100vh - 130px);
}
#performSelfEval .ct-bx>.ct-scroll>.content .evalTarget .evalTargetNm{
    display:inline-block;
    width:150px;
}
#performSelfEval .popup-content .ct-content{
    width:100%;
    padding:5px;
    border:1px solid #ddd;
    background:#e6e8ec;
    min-height:58px;
    height:calc(100vh - 210px);
}
#performSelfEval .standBy{
    width:100%;
    height:100%;
    margin-left:11px;
    padding:0 20px 16px 20px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    background:#fff;
    border-radius:.42rem;
    text-align:left;
    color:#000;
    font-size:18px;
}
#performSelfEval .standBy h1{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#performSelfEval .evalOpinion{
    width:25%;
    height:100%;
    margin-left:11px;
    margin-right:10px;
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    padding:0 20px 16px 20px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
    text-align:left;
    color:#000;
    font-size:18px;
}
#performSelfEval .evalOpinion .ptitle{
    line-height:100%!important;
    margin:12px 0!important;
}
#performSelfEval .ct-bx .ct-scroll>ul{
    padding:16px 20px;
    min-width:800px;
    margin-left:12px;
    background:#fff!important;
    overflow-y:auto;
    max-height:100%!important;
    border-radius:.42rem;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
}
#performSelfEval .ct-bx .ct-scroll>ul>li{
    position:relative;
    padding:16px 20px!important;
    margin-bottom:4px!important;
    min-height:0!important;
    margin-top:0!important;
    border:1px solid #eaeaea;
    background:#fff;
    font-size:14px;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a{
    min-height:20px!important;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a:focus{
    font-weight:700;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a.kpi{
    width:100%!important;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a.kpi>.kpiNm{
    display:inline-block;
    width:30%!important;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a.kpi>.performGbn{
    display:inline-block;
    width:20%!important;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a.kpi>.weight{
    display:inline-block;
    width:10%!important;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a.kpi>.kpiGbnNm{
    display:inline-block;
    width:10%!important;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>a.kpi>.kpiTypeNm{
    display:inline-block;
    width:10%!important;
}
#performSelfEval .ct-bx .ct-scroll>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:3px solid #c3c3c3;
    height:100%;
}
#performSelfEval .ct-top .my_menu ul>li{
    margin-right:12px;
}
#performSelfEval .timeline_list{
    height:calc(100vh - 230px);
    overflow:auto;
    background:#fff;
}
#performSelfEval .ct-popup .actual .kpi-title span{
    display:inline;
    margin-left:4px;
    padding:2px 8px;
    background-color:#fff;
    border-radius:16px;
    font-size:13px;
    color:#333;
    font-weight:400;
}
#performEval .ct-bx>.ct-scroll{
    height:calc(100vh - 160px);
}
#performEval .ct-bx>.ct-scroll>.content .evalTarget .evalTargetNm{
    display:inline-block;
    width:310px;
}
#performEval .ct-bx>.ct-scroll>.content .evalTarget .processScore{
    display:inline-block;
    min-width:80px;
}
#performEval .ct-bx>.ct-scroll>.content .evalTarget .resultScore{
    display:inline-block;
    min-width:80px;
}
#performEval .ct-bx .ct-scroll>ul>li .title-bx{
    display:block;
    top:5px;
    left:5px;
    min-height:36px;
    padding:0 13px;
    line-height:36px;
    font-size:14px;
    color:#fff;
    font-weight:500;
    background:#6c758c;
}
#performEval .SGrade{
    padding:2px 6px;
    border-radius:50px;
    border:3px solid #d5d9e3;
    font-family:NotoSansKR_B;
    font-size:18px;
    color:#8f99b1;
    font-weight:700;
}
#performEval .popup-content .ct-content{
    width:100%;
    border:none;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
    background:#f2f4f7;
    min-height:58px;
    height:calc(100vh - 206px);
}
#performEval .evalOpinion{
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    color:#000;
    font-size:18px;
    border-radius:5px;
    border:solid 1px #dadada;
    height:calc(100vh - 215px);
    max-height: 100%!important;
}
#performEval .evalOpinion .ptitle{
    line-height:100%!important;
    margin:12px 0!important;
}
#performEval .ct-bx>.ct-scroll>.content .evalNotify{
    position:absolute;
    top:15px;
    right:15px;
}
#performEval .popup-content .ct-content>ul{
    padding:10px;
    height:calc(100vh - 217px);
    max-height:100% !important;
    overflow-y:auto !important;
    float:left;
    margin-left:0;
    width:100%;
    background:#e5e8ef;
    border:1px solid #cccfd6;
    border-radius:5px;
}
#performEval .popup-content .ct-content>ul>li{
    position:relative;
    padding:10px 10px;
    margin-bottom:0;
    min-height:0;
    margin-top:3px;
    border-top:1px solid #eaeaea;
    background-color:#fff;
    font-size:14px;
    border-radius:5px;
}
#performEval .popup-content .ct-content>ul>li.header{
    margin:0 -10px;
    padding:10px 10px 5px;
    display:block;
    background:#E6E7EF !important;
    border:0;
    border-radius:0;
    position:sticky;
    left:0;
    top:0;
    z-index:1;
}
#performEval .popup-content .ct-content>ul>li>a{
    min-height:20px!important;
}
#performEval .popup-content .ct-content>ul>li>a>span{
    line-height:20px;
}
#performEval .lh{
    font-size:13px;
    color:#2e3a50;
    padding:3px 0;
}
#performEval .gradeRbg{
    border-top-left-radius:0!important;
}
#performEval .popup-content .ct-content>ul>li>a.kpi{
    width:100%!important;
}
#performEval .popup-content .ct-content>ul>li>a.kpi>.kpiNm{
    display:inline-block;
    width:100%!important;
}
#performEval .popup-content .ct-content>ul>li>a.kpi>.performGbn{
    display:inline-block;
    width:15%!important;
}
#performEval .popup-content .ct-content>ul>li>a.kpi>.weight{
    display:inline-block;
    width:10%!important;
}
#performEval .popup-content .ct-content>ul>li>a.kpi>.kpiGbnNm{
    display:inline-block;
    width:10%!important;
}
#performEval .popup-content .ct-content>ul>li>a.kpi>.kpiTypeNm{
    display:inline-block;
    width:10%!important;
}
#performEval .popup-content .ct-content>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:5px solid #c3c3c3;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    height:100%;
}
#performEval .timeline_list{
    height:calc(100vh - 230px);
    overflow:auto;
    background:#fff;
}
#performEval .ct-popup .actual .kpi-title span{
    display:inline;
    margin-left:4px;
    padding:2px 8px;
    background-color:#fff;
    border-radius:16px;
    font-size:13px;
    color:#333;
    font-weight:400;
}
#performEval .ct-top .my_menu ul>li{
    margin-right:12px;
}
#performEval .evalScore{
    position:absolute;
    top:10px;
    right:10px;
    color:#434a58;
    font-family:NotoSansKR;
    font-size:20px;
    font-weight:900;
}
#performEval .simulScore{
    color:#434a58;
    margin-right: 10px;
    font-family:NotoSansKR;
    font-size:16px;
    font-weight:900;
    min-height : 30px;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    margin-top: 10px;
}
#abilityEval .evalScore{
    position:absolute;
    top:10px;
    right:10px;
    color:#434a58;
    font-family:NotoSansKR;
    font-size:20px;
    font-weight:900;
}
#abilityEval .simulScore{
    color:#434a58;
    margin-right: 10px;
    font-family:NotoSansKR;
    font-size:16px;
    font-weight:900;
    min-height : 30px;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    margin-top: 10px;
}
#performEval .taskDesc{
    background:url("/images/new_img/ico-workform.jpg") no-repeat left center;
    padding-left:20px;
    line-height:19px;
}
#abilitySelfEval .ct-bx>.ct-scroll{
    height:calc(100vh - 130px);
}
#abilitySelfEval .ct-bx>.ct-scroll>.content .evalTarget .evalTargetNm{
    display:inline-block;
    width:150px;
}
#abilitySelfEval .popup-content .ct-content{
    width:100%;
    padding:5px;
    border:1px solid #ddd;
    background:#e6e8ec;
    min-height:58px;
    height:calc(100vh - 210px);
}
#abilitySelfEval .standBy{
    width:100%;
    height:100%;
    margin-left:11px;
    padding:0 20px 16px 20px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    background:#fff;
    border-radius:.42rem;
    text-align:left;
    color:#000;
    font-size:18px;
}
#abilitySelfEval .standBy h1{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
#abilitySelfEval .evalOpinion{
    height:100%;
    margin-left:11px;
    margin-right:10px;
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
    color:#000;
    font-size:18px;
}
#abilitySelfEval .evalOpinion .ptitle{
    line-height:100%!important;
    margin:12px 0!important;
}
#abilitySelfEval .idpData{
    padding:16px 20px!important;
    height:100%;
    overflow:auto;
    margin-left:16px;
    background-color:#e6e8ec;
    border-radius:.42rem;
    border:1px solid #ccc;
}
#abilitySelfEval .my_menu{
    margin-right:12px;
}
#abilityEval .ct-bx>.ct-scroll{
    height:calc(100vh - 156px);
}
#abilityEval .ct-bx>.ct-scroll>.content .evalTarget .evalTargetNm{
    display:inline-block;
    width:310px;
}
#abilityEval .ct-bx .ct-scroll>ul>li .title-bx{
    display:block;
    top:5px;
    left:5px;
    min-height:36px;
    padding:0 13px;
    line-height:36px;
    font-size:14px;
    color:#fff;
    font-weight:500;
    background:#6c758c;
}
#abilityEval .popup-content .ct-content{
    width:100%;
    min-height:58px;
    height: 100%;
}
#abilityEval .popup-content .ct-content .evalOpinion{
    width:45%;
    float:left;
    margin-right:5px;
    height:calc(100% - 50px);
    overflow:auto;
    padding:0 20px 16px 20px;
    background:#fff;
    border-radius:5px;
    border:solid 1px #dadada;
}
#abilityEval .popup-content .ct-content .idpData{
    height:100%;
    overflow:auto;
    background-color:#e6e7ec;
}
#abilityEval .popup-content .ct-content .idpData .idp-write{
    padding:10px 4px;
}
#abilityEval .popup-content .ct-content .idpData .idp-data{
    padding:10px 4px;
}
#abilityEval .ct-top .my_menu ul>li{
    margin-right:12px;
}
#abilityEval .tbl-type02-v td:first-child{
    border-right:solid 1px #e1e1e1;
}
#abilityEval .tbl-type02-v td{
    height:36px;
    padding:5px 14px;
    line-height:26px;
    font-size:14px;
    border-bottom:1px solid #dadada;
}

.modal-body .body-bg{
    padding:20px;
    background:#F7F7F7;
}

.modal-body .body-bg .eval-summary{
    margin:0;
    padding:0;
    width:100%;
    border-collapse:collapse;
    border-style:hidden;
    box-shadow:0 0 0 1px #DCDCDC;
    border-radius:4px;
    overflow:hidden;
}

.eval-summary tbody tr:first-child th{
    border-radius:4px 0 0 4px;
}
.eval-summary th{
    padding:12px 20px;
    text-align:left;
    vertical-align:top;
    line-height:18px;
    font-weight:700;
    font-size:14px;
    color:#666;
    background:#EDEDED;
    border-bottom:1px solid #DCDCDC;
}

.eval-summary thead th{
    border-left:1px solid #DDD;
}

.eval-summary thead th:first-child{
    border-left:0;
}

.eval-summary td{
    padding:12px 20px;
    vertical-align:top;
    border-bottom:1px solid #EDEDED;
}

.eval-summary td,
.eval-summary td *{
    line-height:21px;
    font-size:14px;
    color:#000;
}

.eval-summary td .indent{
    padding-left:20px;
}

.eval-summary td .item-dot-list{
    padding-left:10px;
}

.eval-summary td + td{
    border-left:1px solid #EDEDED;
}

.item-dot-list{
    display:flex;
    gap:2px 20px;
    flex-wrap:wrap;
    margin-bottom:8px;
}

.item-dot-list:last-of-type{
    margin-bottom:0;
}

.item-dot-list li{
    position:relative;
    padding-left:10px;
    display:inline-flex;
    align-items:center;
    gap:4px;
}

.item-dot-list.column{
    display:flex;
    flex-direction:column;
}

.item-dot-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    margin-top:-1.5px;
    display:block;
    width:3px;
    height:3px;
    background:#000;
    border-radius:50%;
}

.em-tit{
    position:relative;
    line-height:24px !important;
    font-weight:700;
    font-size:16px !important;
    color:#000;
    margin-bottom:2px;
}
.em-tit+.em-tit{
    margin-top:25px;
}
span.em-tit{
    display:inline-block;
    vertical-align:top;
    margin-right:3px;
}
/*.em-tit::before{
    content:"";
    position:absolute;
    left:7px;
    top:2px;
    width:3px;
    height:17px;
    background:#555;
    border-radius:2px;
}*/

#orgTotResult #searchArea .key-bx{
    position:relative;
    top:1px;
    clear:both;
    float:right;
}
#orgTotResult #searchArea .sch-bx>ul{
    overflow:visible;
    height:auto!important;
    margin-bottom:5px;
}
#orgTotResult .selectedTr{
    background-color:#ecf4ff;
}
#orgTotResult button.btn-detail:hover{
    border:0 solid #aeaebb!important;
}
#orgTotResult button.btn-delete:hover{
    border:0 solid #aeaebb!important;
}
#hreTotResultMng #searchArea .key-bx{
    position:relative;
    top:1px;
    clear:both;
    float:right;
}
#hreTotResultMng #searchArea .sch-bx>ul{
    overflow:visible;
    height:auto!important;
    margin-bottom:5px;
}
#hreTotResultMng #searchArea .popGrpNmDiv{
    position:absolute;
    top:45px;
    right:0;
    z-index:1900;
    background-color:#fff;
    padding:20px;
    width:500px;
    height:160px;
}
#hreTotResultMng .overflowVisible{
    overflow:visible!important;
}
#hreTotResultMng .popEditResult{
    position:absolute;
    top:10px;
    left:15px;
    z-index:1900;
    background-color:#fff;
    width:calc(100% - 30px);
    width:-webkit-calc(100% - 30px);
    width:-moz-calc(100% - 30px);
    border-radius:13px!important;
    box-shadow:5px 3px 22px -3px rgba(0,0,0,.3);
}
#hreTotResultMng .poptitle h{
    font-size:18px;
    font-weight:400;
    color:#2e343f;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#hreTotResultMng .poptitle{
    background-color:#f4f6f9;
    padding:0 20px;
    line-height:50px;
    height:50px;
    border-bottom:1px solid #ededed;
    border-top-left-radius:13px!important;
    border-top-right-radius:13px!important;
}
#hreTotResultMng .tbl-bg{
    padding:16px 20px;
    border-bottom:1px solid #eee;
    background-color:#fff;
    height:calc(100vh - 150px);
    min-height:600px;
}
#hreTotResultMng .tbl-btn{
    margin:0;
}
#hreTotResultMng .st-bx .title{
    position:relative;
    margin:0 0 20px 20px;
    padding:0 0 20px 0;/*!important;*/
    border-bottom:1px solid #e5e5e5;
}
#hreTotResultMng .st-bx .title p{
    font-size:14px;
    color:#555;
    line-height:20px;
}
#hreTotResultMng .st-bx .title strong{
    display:inline-block;
    padding-left:11px;
    font-size:16px;
    color:#555;
    font-weight:400;
}
#hreTotResultMng .evalRateDiv{
    font-size:14px;
    color:#555;
    font-weight:400;
    margin-bottom:10px;
    background-color:#fafafa;
    border:1px solid #e5e5e5;
    height:40px;
    line-height:38px;
    padding:0 10px;
}

#hreTotResultMng .evalRateDiv input{
    min-width:50px;
    /*height:20px;*/
    margin-top:-5px;
}

#hreTotResultMng .selectedTr{
    background-color:#ecf4ff;
}
#hreTotResultMng button.btn-detail:hover{
    border:0 solid #aeaebb!important;
}
#hreTotResultMng button.btn-delete:hover{
    border:0 solid #aeaebb!important;
}
#hreStatus .statusTab{
    display:inline-block;
    border:1px solid;
    height:30px;
    width:300px;
    text-align:center;
    cursor:pointer;
    padding-top:7px;
    margin-top:10px;
}
#hreStatus .key-bx-r{
    position:relative;
    top:1px;
    clear:both;
    float:right;
}
#performEval .key-bx-r{
    position:relative;
    top:1px;
    clear:both;
    float:right;
}
#abilityEval .key-bx-r{
    position:relative;
    top:1px;
    clear:both;
    float:right;
}
#hreStatus .statusTab.on{
    background-color:#4682b4;
}
#hreStatus .overflowVisible{
    overflow:visible !important;
}
#hreStatus #searchArea .sch-bx>ul{
    height:auto !important;
    overflow:visible;
    margin-bottom:7px;
}
#performEval #searchArea{
    width:510px!important;
}
#performEval #searchArea .sch-bx>ul{
    overflow:visible;
    height:auto !important;
}
#performEval #searchArea .sch-bx>ul:has(li){
    margin-bottom:5px;
}
#abilityEval #searchArea{
    width:510px!important;
}
#abilityEval #searchArea .sch-bx>ul{
    overflow:visible;
    height:auto!important;
    margin-bottom:5px;
}
#hreTotResultMng #searchArea .sch-bx>ul{
    overflow:visible;
    height:auto!important;
    margin-bottom:5px;
}
#hreStatus .tdtitle{
    position:relative;
    top:0;
    text-align:left;
    font-size:11px;
    color:gray;
    margin-bottom:2px;
}
#hreStatus .selectedTr{
    background-color:#ecf4ff;
}
#hreStatus .evalTargetConfig{
    position:absolute;
    right:0;
    width:34.6%;
    height:calc(100vh - 120px);
    padding:0 20px 20px 20px;
    background:#fff;
    border:1px;
    border:solid 1px #dadada;
    box-shadow:9px 3px 48px -3px rgba(0,0,0,.1);
    overflow:auto;
}
#hreStatus .tbl-type02-v td{
    text-align:left;
}
#hreStatus .key-bx-r select{
    height:30px;
}
#hreStatus button.btn-detail:hover{
    border:0 solid #aeaebb!important;
}
#hreResultView .ct-bx>.ct-scroll{
    height:calc(100vh - 200px);
}
#hreResultView .ct-bx>.ct-scroll>.content .evalTarget .evalTargetNm{
    display:inline-block;
    width:150px;
}
#hreResultView .popup-content .ct-content{
    width:100%;
    padding:5px;
    min-height:58px;
    height:calc(100vh - 190px);
}
#hreResultView .evalResult{
    width:100%;
    height:50px;
    margin:0 0 11px 0;
    padding-left:20px;
    background:#fff;
    border:solid 1px #dadada;
}
#hreResultView .evalResult>span{
    line-height:50px;
    margin-right:50px;
}
#hreResultView .evalResult .finalScore{
    line-height:50px;
    font-size:25px;
    font-weight:700;
    float:right;
    margin-right:15px;
}
#hreResultView .performEvalScore{
    display:inline-block;
    margin-bottom:5px;
    margin-right:10px;
}
#hreResultView .abilityEvalScore{
    display:inline-block;
    width:100%;
    margin-bottom:5px;
}
#hreResultView .scoreBox{
    font-size:20px;
    font-weight:700;
    background:#fff;
    border:solid 1px #ccd1d5;
    border-radius:5px;
    padding:5px 15px;
}
#hreResultView .scoreBox .title{
    border-right:solid 1px #ccd1d5;
    clear:both;
    width:100px;
    padding-right:15px;
    padding-left:10px;
}
#hreResultView .scoreBox .score{
    padding-left:15px;
}
#hreResultView .performEvalOpinion{
    background:#fff;
    padding:5px 10px 5px 10px;
    border:solid 1px #b8bdc2;
    border-radius:20px;
    margin:5px 0 0 0;
}
#hreResultView .performEvalResult{
    position:absolute;
    width:49%;
    padding:10px;
    height:calc(100vh - 280px);
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    text-align:left;
    background:#f5f6f9;
    font-size:18px;
    margin-right:10px;
    border:solid 1px #dadada;
}
#hreResultView .performEvalResult>ul>li{
    position:relative;
    padding:16px 10px!important;
    margin-bottom:0!important;
    min-height:0!important;
    margin-top:0!important;
    border-top:1px solid #eaeaea;
    background:#fff;
    font-size:14px;
}
#hreResultView .performEvalResult>ul>li>a{
    min-height:20px!important;
}
#hreResultView .performEvalResult>ul>li>a:focus{
    font-weight:700;
}
#hreResultView .performEvalResult>ul>li>a.kpi{
    width:100%!important;
}
#hreResultView .performEvalResult>ul>li>a.kpi>.kpiNm{
    display:inline-block;
    width:40%!important;
}
#hreResultView .performEvalResult>ul>li>a.kpi>.weight{
    display:inline-block;
    width:15%!important;
}
#hreResultView .performEvalResult>ul>li>a.kpi>.kpiGbnNm{
    display:inline-block;
    width:15%!important;
}
#hreResultView .performEvalResult>ul>li>a.kpi>.kpiTypeNm{
    display:inline-block;
    width:10%!important;
}
#hreResultView .performEvalResult>ul>li>a.kpi>.kpiScore{
    display:inline-block;
    width:10%!important;
}
#hreResultView .performEvalResult>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:3px solid #c3c3c3;
    height:100%;
}
#hreResultView .abilityEvalResult{
    padding:10px;
    height:calc(100vh - 280px);
    background:#fff;
    overflow-y:auto;
    border:1px solid #cccfd6;
}
#hreResultView .abilityEvalResult .summary{
    text-align:right;
}
#hreResultView .abilityEvalResult .radar{
    display:flex;
    align-items: center;
    border:solid 1px #cccfd6;
    background-color:#fff;
    border-radius:5px;
}
#hreResultView .abilityEvalResult .group{
    display:inline-block;
    width:calc(100% - 440px);
    height:430px;
    overflow:auto;
    border:solid 1px #cccfd6;
    padding:5px 5px 5px 5px;
    border-radius:5px;
    background-color:#fff;
}
#hreResultView .abilityEvalResult .group2{
    display:inline-block;
    width:100%;
    height:calc(100vh - 665px);
    overflow:auto;
    border:solid 1px #cccfd6;
    padding:5px 5px 5px 5px;
    border-radius:5px;
    background-color:#fff;
}
#hreResultView .timeline_list{
    height:calc(100vh - 230px);
    overflow:auto;
    background:#fff;
}
#hreResultView .ct-popup .actual .kpi-title span{
    display:inline;
    margin-left:4px;
    padding:2px 8px;
    background-color:#fff;
    border-radius:16px;
    font-size:13px;
    color:#333;
    font-weight:400;
}
#confMng .colorpicker-indicator{
    height:80%;
    border:none;
}
#confMng .colorpicker{
    position:absolute;
    background:#fff;
    border:1px solid;
    z-index:2;
}
/*#confMng #app{
    margin-left:200px;
}*/
#confMng .bg-orange{
    background:orange;
}
#confMng .bg-highlite{
    background:#d8e0bb;
}
#confMng .okrCardViewOption{
    background:url("/images/new_img/okrCardViewOption.png") no-repeat left center;
    width: 382px;
    display: inline-block;
    height: 112px;
}
#hreTargetMng .ct-bx{
    padding:15px;
    height:calc(100vh - 197px) !important;
}
#hreTargetMng .ct-bx .evalTarget{
    height:calc(100vh - 230px);
    background:#fff !important;
    padding:0 10px 10px 20px !important;
    border:1px solid #e5e5e5;
}
#hreTargetMng .ct-bx .ct-scroll{
    height:100%;
}
#hreTargetMng .ct-bx .ct-scroll .ct-content{
    z-index:1;
    min-width:400px;
    width:64% !important;
    min-height:58px;
    height:100%;
}
#hreTargetMng .ct-bx>.ct-scroll>.evalTargetConfig{
    padding:10px 10px 10px 20px;
    width:36%;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:7px;
    box-shadow:9px 3px 48px -3px rgba(0,0,0,.1);
}
#hreTargetMng .ct-bx>.ct-scroll>.evalTargetConfig .ptitle{
    line-height:40px;
}
#hreTargetMng .ct-bx>.ct-scroll>.evalTargetConfig .tbl-type02-v{
    padding-bottom:2px;
}
#hreTargetMng .ct-bx>.ct-scroll>.evalTargetConfig .sub-scrl{
    padding-right:10px;
    height:100%;
    overflow-y:auto;
}
#hreTargetMng .ct-bx .ct-scroll .ct-content>ul{
    overflow-y:auto;
    height:calc(100vh - 250px);
    padding-right:10px;
}
#hreTargetMng .ct-bx.type01 .ct-scroll .ct-content>ul>li{
    position:relative;
    padding:10px 10px 10px 10px;
    min-height:80px;
    border-radius:5px;
    margin-bottom:5px;
    background:#fff;
    border:solid 1px #e0e0e0;
}
#hreTargetMng .ct-bx.type01 .ct-scroll .ct-content>ul>li .evaluator{
    display:inline;
    margin-left:4px;
    padding:0 8px;
    background-color:#8e9bb3;
    border-radius:16px;
    font-size:12px;
    color:#fff;
    font-weight:400;
}
#hreTargetMng .ct-bx .actual>.timeline>.title{
    font-size:18px;
    text-align:left;
    padding-bottom:12px;
    margin:14px 6px 0 20px;
    border-bottom:1px solid #eaeaea;
}
#hreTargetMng .ct-bx .actual>.timeline>.title{
    font-size:18px;
    text-align:left;
    padding-bottom:12px;
    margin:14px 6px 0 20px;
    border-bottom:1px solid #eaeaea;
}
#hreTargetMng .ct-bx.type01 .ct-scroll .ct-content>ul>li .subj{
    margin-left:4px;
    font-size:15px;
    color:#010101;
    font-weight:100;
    line-height:22px;
    word-break:break-all;
}
#hreTargetMng .pds{
    margin-left:3px;
    font-size:13px;
    color:#555;
}
#hreTargetMng .ct-bx.type01 .ct-scroll .ct-content>ul>li a:hover{
    color:#000;
}
#hreTargetMng .ct-bx.type01 .ct-scroll .ct-content>ul>li:hover{
    color:#000;
    background:#ecf4ff;
    border:solid 1px #dce4e7;
}
#hreTargetMng .ct-bx .ct-scroll .ct-content>ul{
    background-color:transparent;
}
#hcmResultView .act{
    display:inline-block;
}
#hcmResultView .fbk{
    display:inline-block;
}
#hcmResultView .act label.count{
    display:inline-block;
    min-width:35px;
    height:15px;
    margin-right:3px;
    line-height:12px;
    text-align:left;
}
#hcmResultView .fbk label.count{
    display:inline-block;
    min-width:35px;
    height:15px;
    margin-right:3px;
    line-height:12px;
    text-align:left;
}
   #orgKpiMngApp .ct-bx .kpi{
    position:absolute;
    left:9px;
    height:calc(100vh - 130px);
    background:#fff;
    float:left;
}
#orgKpiMngApp .ct-bx .kpi label{
    vertical-align:top!important;
}
#orgKpiMngApp .ct-bx .kpi>ul>li>a>.bottom_line>.weight{
    display:inline-block;
    bottom:30px;
    left:30%;
    font-size:12px;
    color:#676c8e;
}
#orgKpiMngApp .ct-bx .kpi>ul>li>a>.top_line>.metric_dept{
    display:inline-block;
    bottom:30px;
    padding-left:0;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiMngApp .ct-bx .kpi>ul>li>a>.top_line>.metric_type{
    display:inline-block;
    bottom:30px;
    left:60%;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiMngApp .ct-bx .kpi>ul>li>a>.top_line>.target{
    display:inline-block;
    bottom:10px;
    font-size:11px;
    color:#676c8e;
}
#orgKpiMngApp .ct-bx .kpi>ul>li>a>.bottom_line>.actual{
    display:inline-block;
    bottom:10px;
    left:30%;
    font-size:12px;
    color:#676c8e;
}
#orgKpiMngApp .ct-bx .kpi>ul>li>a>.bottom_line>.achive{
    display:inline-block;
    bottom:10px;
    left:60%;
    font-size:12px;
    color:#676c8e;
}
#orgKpiMngApp .ct-bx .kpi>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:6px solid #c3c3c3;
    height:100%;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
#orgKpiMngApp .ct-bx>.ct-scroll>.actual{
    position:absolute;
    right:0;
    width:calc(100% - 520px);
    min-height:calc(100vh - 134px);
    background:#fff;
    border-radius:.42rem;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
}
#orgKpiMngApp .ct-bx .ct-scroll .ct-content{
    width:500px!important;
    padding:0 20px;
    background:#fff!important;
    border:0 solid #cacaca!important;
    min-height:58px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
}
#orgKpiMngApp .ct-bx .ct-scroll .ct-content>ul{
    padding-right:6px;
    overflow-y:auto;
    max-height:-webkit-calc(100vh - 200px);
    max-height:-moz-calc(100vh - 200px);
}
#orgKpiMngApp .ct-bx .ct-scroll .ct-content>ul>li>a>.subj{
    display:block;
    position:absolute;
    top:30px;
    top:29px;
    left:11px;
    width:90%;
    font-size:14px;
    color:#2e3a50;
    height:30px;
    font-weight:100;
    line-height:26px;
    word-break:break-all;
}
#orgKpiMngApp .ct-bx .ct-scroll .ct-content .v-top{
    vertical-align:top;
}
#orgKpiMngApp .ct-bx.type01 .ct-scroll .ct-content>ul>li{
    position:relative;
    padding:10px 10px 30px 10px;
    min-height:80px;
    margin-bottom:5px;
    background:#fff;
    border:solid 1px #e0e0e0;
    border-radius:5px;
}
#orgKpiMngApp .plan_title{
    position:relative;
    margin-top:0!important;
    background:#fff;
    box-shadow:none!important;
    border-top:1px solid #ececec;
    border-right:1px solid #ececec;
    border-left:1px solid #ececec;
}
#orgKpiMngApp .plan_title .subject{
    width:calc(100% - 176px);
}
#orgKpiMngApp .plan_title .feedback{
    display:inline-block;
    width:76px;
    line-height:30px;
    color:#7e7e7e;
    font-size:12px;
    background:url("/images/new_img/ico-feedback.png") no-repeat left center;
}
#orgKpiMngApp button.statusOption em{
    right:25px;
}
#orgKpiMngApp .ct-popup{
    height:-webkit-calc(100vh - 210px)!important;
}
#orgKpiMngApp .comment_view_list{
    height:calc(100vh - 290px);
}
#orgKpiMngApp .tab_ct>ul{
    padding-top:0!important;
}
#orgKpiMngApp .file-cnt{
    color:#000;
}
#orgKpiMngApp .popGrpNmDiv{
    position:absolute;
    top:45px;
    left:-20px;
    z-index:1900;
    background-color:#fff;
    padding:20px;
    width:500px;
    height:160px;
    border:solid 1px #ccc;
}
#orgKpiMngApp .tbl-n-type01 th,.tbl-n-type01 td{
    padding:8px 0;
}
#orgKpiMngApp .kpiMenuHeader{
    float:left;
    width:100%;
    height:30px;
    text-align:center;
    background-color:#d3d3d3;
    padding-top:6px;
}
#orgKpiMngApp .kpiMenuClose{
    position:absolute;
    right:0;
    float:right;
    width:20%;
    background-color:#454e5e;
    text-align:center;
    height:28px;
    color:#fff;
    padding-top:6px;
}
#orgKpiMngApp .gantt-wrapper .gantt__row-first .btn-manage{
    width:20px;
    padding:0 0 2px 0;
    height:20px;
    font-size:14px;
    color:#000;
    border:1px solid #d0d0d0!important;
    background:#fff;
    font-weight:700;
    border-radius:50%;
}
#orgKpiResultApp .ct-bx .kpi{
    position:absolute;
    left:9px;
    height:calc(100vh - 120px);
    background:#fff;
    float:left;
}
#orgKpiResultApp .ct-bx .kpi label{
    vertical-align:top!important;
}
#orgKpiResultApp .ct-bx .kpi>ul>li>a>.top_line>.kpi_gbn{
    display:inline-block;
    bottom:30px;
    left:15px;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiResultApp .ct-bx .kpi>ul>li>a>.top_line>.kpi_type{
    display:inline-block;
    bottom:30px;
    left:135px;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiResultApp .ct-bx .kpi>ul>li>a>.top_line>.kpi_cycle{
    display:inline-block;
    bottom:30px;
    left:260px;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiResultApp .ct-bx .kpi>ul>li>a>.top_line>.metric_type{
    display:inline-block;
    bottom:30px;
    left:60%;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiResultApp .ct-bx .kpi>ul>li>a>.bottom_line>.score{
    display:inline-block;
    bottom:10px;
    left:15px;
    font-size:12px;
    color:#676c8e;
}
#orgKpiResultApp .ct-bx .kpi>ul>li>a>.bottom_line>.initiative{
    display:inline-block;
    bottom:10px;
    left:135px;
    font-size:12px;
    color:#676c8e;
}
#orgKpiResultApp .ct-bx .kpi>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:6px solid #c3c3c3;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    height:100%;
}
#orgKpiResultApp .ct-bx>.ct-scroll .actualInfo{
    position:absolute;
    right:0;
    width:calc(100% - 520px);
    min-width:1020px;
    height:calc(100vh - 120px);
    background:#fff;
    border-radius:.42rem;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
}
#orgKpiResultApp .ct-bx>.ct-scroll .actualInfo>div.inputForm{
    height:calc(100vh - 170px);
    overflow-y:auto;
    overflow-x:hidden;
}
#orgKpiResultApp .ct-bx .ct-scroll .ct-content{
    width:500px!important;
    padding:0 20px;
    background:#fff!important;
    border:0 solid #cacaca!important;
    min-height:58px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
}
#orgKpiResultApp .ct-bx .ct-scroll .ct-content>ul{
    padding-right:6px;
}
#orgKpiResultApp .ct-bx .ct-scroll .ct-content>ul>li:first-child{
    border-top:1px solid #ededed;
}
#orgKpiResultApp .ct-bx.type01 .ct-scroll .ct-content>ul>li .subj{
    position:absolute;
    top:30px;
    left:15px;
    width:90%;
}
#orgKpiResultApp .ct-bx .ct-scroll .ct-content .v-top{
    vertical-align:top;
}
#orgKpiResultApp .ct-bx .ct-scroll .ct-content>ul>li{
    position:relative;
    padding:10px 10px 30px 10px;
    min-height:80px;
    margin-bottom:5px;
    background:#fff;
    border:solid 1px #e0e0e0;
    border-radius:5px;
}
#submitReportModalForm .report td{
    border-bottom:1px solid #dbdee6;
}
#reportModalForm .detailBox .sch-bx > ul > li:first-child{
    min-width:auto;
    margin-right:12px;
}
#reportModalForm .detailBox .sch-bx > ul.my_menu{
    display:flex;
}
#reportModalForm .selectize-control .selectize-input{
    padding-right:30px !important;
}
#reportMng #reportModalForm .key-bx .btn-sch{
    right:3px;
}
#reportModalForm .detailBox .sch-bx > ul.my_menu > li.tbl-btn{
    margin:0;
}

#reportModalForm .detailBox .sch-bx > ul.my_menu > li.tbl-btn a{
    padding:8px 14px;height:32px;
}

#reportModalForm .detailBox .sch-bx > ul.my_menu > li span{
    display:block;
    line-height:22px;
}

#reportModalForm .detailBox .sch-bx .v-chip .v-chip__content{
    display:inline-flex !important;
}

#orgEvalConfig{
    height:100%;
}
#orgEvalKpiTab .boxView1{
    position:relative;
    float:left;
    width:600px;
    height:100%;
    min-height:780px;
}
#orgEvalKpiTab .boxView1 .treeDiv{
    position:absolute;
    height:100%;
    width:585px;
    margin-right:0;
    padding:20px;
    border-bottom:1px solid #eee;
    background-color:#fff;
    box-shadow:9px 3px 48px -3px rgba(0,0,0,.1);
    margin:0 16px 10px 0;
    min-height:800px;
    border-radius:.42rem;
    overflow:hidden;
}
#orgEvalKpiTab .boxView2{
    display:inline-block;
    position:relative;
    width:calc(100% - 600px);
    height:100%;
    min-height:800px;
    background-color:#ecedef;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
}
#orgEvalKpiTab .boxView2>ul{
    position:absolute;
    padding:16px 20px;
    min-width:800px;
    background:#ecedef!important;
    overflow-y:auto;
    max-height:94%!important;
    width:99%;
}
#orgEvalKpiTab .boxView2>ul>li{
    position:relative;
    padding:10px 20px 12px 20px!important;
    margin-bottom:4px!important;
    min-height:0!important;
    margin-top:0!important;
    border:1px solid #eaeaea;
    background:#fff;
    font-size:14px;
}
#orgEvalKpiTab .boxView2>ul>li>a{
    min-height:20px!important;
}
#orgEvalKpiTab .boxView2>ul>li>a:focus{
    font-weight:700;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi{
    width:100%!important;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.kpiNm{
    display:inline-block;
    font-family:NotoSansKR_M;
    width:30%!important;
    margin:7px 0;
    font-size:15px;
    color:#2e3a50;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.kpiTypeEvalYn{
    display:inline-block;
    margin-right:5px;
    color:#4c4c4c;
    padding:2px 8px;
    background-color:#eaeaea;
    border-radius:15px;
    font-size:12px;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.evalYn{
    display:inline-block;
    font-size:14px;
    float:right;
    padding:2px 0;
    font-size:16px;
    color:#8b8f96;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.evalScore{
    display:inline-block;
    font-size:30px;
    font-weight:700;
    float:right;
    margin-top:-6px;
    padding:0 10px;
    color:#517db1;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.kpiTypeNm{
    display:inline-block;
    margin-right:5px;
    color:#a09e9e;
    padding:2px 8px;
    background-color:#eaeaea;
    border-radius:15px;
    font-size:12px;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.weight{
    display:inline-block;
    width:8%!important;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.tgtValue{
    display:inline-block;
    width:10%!important;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.value{
    display:inline-block;
    width:10%!important;
}
#orgEvalKpiTab .boxView2>ul>li>a.kpi>.score{
    display:inline-block;
    width:10%!important;
}
#orgEvalKpiTab .boxView2>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:3px solid #c3c3c3;
    height:100%;
}
#orgEvalKpi .popup-content .ct-content{
    width:100%;
    padding:5px;
    min-height:58px;
    height:calc(100vh - 210px);
    border-radius:.42rem;
}
#orgEvalKpi .evalKpiPop{
    width:25%;
    height:100%;
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    color:#000;
    font-size:18px;
    border-radius:.42rem;
    box-shadow:0 0 4px 2px rgba(0,0,0,.03);
}
#orgEvalKpi .popup-content .ct-content>ul{
    padding:10px;
    overflow-y:auto;
    max-height:100%!important;
    height:100%;
    float:left;
    margin-left:12px;
    width:74%;
    background:#f5f6f9;
    border-radius:.42rem;
    box-shadow:0 0 4px 2px rgba(0,0,0,.03);
}
#orgEvalKpi .popup-content .ct-content>ul .liHeader{
    position:relative;
    padding:9px 10px!important;
    margin-bottom:0!important;
    min-height:0!important;
    color:#f5f5f5;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border:1px solid #cdd5e0!important;
    margin-top:5px!important;
    background:#ebf0f5;
    text-align-last:left;
    font-size:14px;
}
#orgEvalKpi .popup-content .ct-content>ul>li{
    position:relative;
    padding:16px 10px!important;
    margin-bottom:0!important;
    min-height:0!important;
    margin-top:0!important;
    border-top:none!important;
    border-left:1px solid #e7e7e7;
    border-right:1px solid #e7e7e7;
    border-bottom:1px solid #e7e7e7;
    background:#fff;
    font-size:14px;
}
#orgEvalKpi .popup-content .ct-content>ul>li>a{
    min-height:20px!important;
    background:url("/images/new_img/ico-selectbox-arr.png") no-repeat left center;
    padding-left:20px;
}
#hcmResultView .ct-bx.type01 .ct-scroll .ct-content2>ul>li{
    padding:10px 20px 26px 20px;
}
#orgEvalKpiAdjust .popup-content .ct-content{
    width:100%;
    border:none!important;
    background:0 0!important;
    padding:5px;
    min-height:58px;
    height:calc(100vh - 210px);
    border-radius:.42rem;
}
#orgEvalKpiAdjust .adjustKpiPop{
    border:none!important;
    width:25%;
    height:100%;
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    color:#000;
    font-size:18px;
    border-radius:.42rem;
    box-shadow:0 0 4px 2px rgba(0,0,0,.03);
}
#orgEvalKpiAdjust .popup-content .ct-content>ul{
    padding:10px;
    overflow-y:auto;
    max-height:100%!important;
    height:100%;
    float:left;
    margin-left:12px;
    width:74%;
    background:#f5f6f9;
    border:none!important;
    border-radius:.42rem;
    box-shadow:0 0 4px 2px rgba(0,0,0,.03);
}
#orgEvalKpiAdjust .popup-content .ct-content>ul .liHeader{
    position:relative;
    padding:9px 10px!important;
    margin-bottom:0!important;
    min-height:0!important;
    color:#f5f5f5;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border:1px solid #cdd5e0!important;
    margin-top:5px!important;
    background:#ebf0f5;
    text-align-last:left;
    font-size:14px;
}
#orgEvalKpiAdjust .popup-content .ct-content>ul>li>a{
    min-height:20px!important;
    background:url("/images/new_img/ico-selectbox-arr.png") no-repeat left center;
    padding-left:20px;
}
#orgEvalKpiAdjust .popup-content .ct-content>ul>li{
    position:relative;
    padding:16px 10px !important;
    margin-bottom:0 !important;
    min-height:0 !important;
    margin-top:0 !important;
    border:1px solid #E7E7E7;
    border-top:0 !important;
    background:#fff;
    font-size:14px;
}

#insaEvalDist .listAdd{
    top: 45px;
    left: 150px;
    position: absolute;
    width: 265px;
    padding: 5px;
    margin-top: 1px;
    border: 5px solid #fff;
    border-radius: 5px;
    background: #fff;
    z-index: 1001;
}

#insaEvalDist .listAdd p{
    text-align: right;
}

#insaEvalDist .listAdd input{
    width: 100%;
    height: 35px;
    padding:0 10px;
}

#insaEvalDist .listAdd .btn-save{
    margin-top: 5px;
    padding:0 15px;
    height: 32px;
    font-size: 14px;
    color: #ffffff;
    background: #454e5e;
    border-radius: 3px;
}
#insaCmptDict .sch-bx{
    margin-bottom:15px;
}
#insaCmptDict .boxView1{
    position:relative;
    float:left;
    width:435px;
}
#insaCmptDict .boxView1 .treeDiv{
    margin:0 16px 0 0;
    position:relative;
    padding:0 7px 0 10px;
    width:420px;
    background:none;
    border:0;
    border-radius:0;
    overflow:hidden;
    box-shadow:none;
}
#insaCmptDict .boxView1 .sub-scrl{
    height:calc(100vh - 168px);
    overflow-y:auto;
}
#insaCmptDict .boxView2{
    display:inline-block;
    position:relative;
    width:calc(100% - 435px);
}
#insaCmptDict .boxView2 .cmptDict{
    padding:0;
    height:calc(100vh - 245px);
    border-radius:0;
    box-shadow:none;
}
#insaCmptDict .box1{
    position:relative;
    float:left;
    width:300px;
    height:100%;
    min-height:500px;
}
#insaCmptDict .box2{
    display:inline-block;
    position:relative;
    width:calc(100% - 300px);
    height:100%;
    min-height:600px;
}
#insaCmptDict .treeContainer{
    padding:20px;
    font-size:initial;
    height:100%;
    overflow:auto;
    min-height:500px;
    margin:0 16px 0 0;
    background-color:#f6f7f9;
    border:1px solid #cdd1dc;
    border-radius:.42rem;
}
#insaCmptDict .treeUl{
    padding-left:1.5em;
    line-height:1.5em;
    list-style-type:dot;
}
#insaCmptDict .treeContainer div{
    display:inline-block;
    height:20px;
    border-radius:30px;
    margin-bottom:2px;
    padding-right:14px;
    font-size:13px;
}
#insaCmptDict .treeContainer .area{
    height:30px;
    background-color:#fff;
    border:none!important;
}
#insaCmptDict .treeContainer div:hover{
    color:red!important;
    text-decoration:underline;
}
#insaCmptDict .treeContainer div>a:hover{
    color:#2761cc!important;
    text-decoration:underline;
}
#insaCmptDict .treeContainer .bold{
    display:inline-block;
}
#insaCmptDict .treeContainer .item{
    display:block;
}
#insaCmptDict .treeContainer .active .itemNm{
    color:#2761cc;
}
#insaCmptDict .foldText-for-tree:hover{
    color:#5a74b2;
}
#insaCmptDict .treeDiv{
    min-height:500px;
    margin:10px;
    padding:0 20px 20px;
    border-bottom:1px solid #eee;
    background-color:#fff;
}
#insaCmptDict .txt_line{
    padding:0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#insaCmptDict .ptitle{
    position:relative;
    padding-left:10px;
    line-height:18px;
    margin-bottom:5px;
    font-size:15px;
    font-weight:700;
    color:#0e3377;
}
#insaCmptDict .list-tbl-multi td{
    padding:0 10px;
    font-size:14px;
    height:42px;
    text-align:left;
    border-bottom:1px solid #eee;
}

#insaCmptDict .pd-trl10{
    padding:10px 10px 0;
}

#insaCmptDict .cmptDict-noti > ul{
    padding:10px;
}

#insaCmptDict .cmptDict-noti > ul > li:first-child{
    margin-top:0;
}

#insaCmptDict .cmptDict-noti > ul > li{
    margin-top:10px;
    padding-left:15px;
    background:url("/images/theme/blue/ico-noti.png") no-repeat left center;
    font-size:16px;
}

#insaCmptDict .tbl-type02 th{
    white-space:nowrap;
    border-right:1px solid #eaeaea;
}

#insaCmptDict .multiselect__content-wrapper{
    position:relative;
}

#insaCmptDict .listAdd {
    top: 45px;
    left: 150px;
    position: absolute;
    width: 265px;
    padding: 5px;
    margin-top: 1px;
    border: 5px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    z-index: 1001;
}

#insaCmptDict .listAdd p {
    text-align: right;
}

#insaCmptDict .listAdd input {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
}

#insaCmptDict .listMod {
    position: absolute;
    width: 265px;
    padding: 5px;
    margin-top: 1px;
    border: 5px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    z-index: 1001;
}

#insaCmptDict .listMod p {
    text-align: right;
}

#insaCmptDict .listMod input {
    width: 100%;
    height: 35px;
    padding: 0px 10px;
}

#insaCmptDict .listMod .btn-save {
    margin-top: 5px;
    padding: 0px 15px;
    height: 32px;
    font-size: 14px;
    color: #ffffff;
    background: #454e5e;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#insaCmptDict .btn-menu {
    position: absolute;
    height: 15px;
    text-indent: -9999px;
    background: url("/images/new_img/ico-menu-black.png") no-repeat center;
}

#insaCmptDict .list-tbl-multi td {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    height: 42px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

#insaCmptDict .pd-trl10 {
    padding : 10px 10px 0;
}

#insaCmptDict .cmptDict-noti > ul {
    padding: 10px 10px;
}

#insaCmptDict .cmptDict-noti > ul > li:first-child {
    margin-top: 0px;
}

#insaCmptDict .cmptDict-noti > ul > li {
    margin-top: 10px;
    background: url("/images/theme/blue/ico-noti.png") no-repeat left center;
    font-size: 16px;
    padding-left: 15px;
}

#insaCmptDict .tbl-btn .grpBtn {
    background: #fff;
    border: 1px solid #d0d0d0;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 7px 18px 7px 10px;
}

#insaCmptDict .tbl-btn .grpBtn:hover {
    border: solid 1px #172b4d !important;
    font-weight: bold !important;
    display: inline-block;
    padding: 7px 18px;
    color: #333;
    font-size: 13px;
    box-sizing: border-box;
    border-radius: 4px;
}

#insaCmptDict .multiselect__content-wrapper {
    position: relative;
}

#insaCmptDict .listAdd { /* display: none;  */
    position: absolute;
    width: 265px;
    padding: 5px;
    margin-top: 1px;
    border: 5px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    z-index: 1001;
}

#insaCmptDict .listAdd p {
    text-align: right;
}

#insaCmptDict .listAdd input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
}

#insaCmptDict .listAdd .btn-save{
    margin-top:5px;
    padding:0 15px;
    height:28px;
    font-size:13px;
    color:#fff;
    background:#8598b7;
    border-radius:3px;
}

#insaCmptDict .listAdd .btn-save:hover{
    background:#647796;
}

#insaCmptDict .listAdd .btn-cl2{
    margin-top:5px;
    padding:0 15px;
    height:28px;
    font-size:13px;
}

#insaCmptDict .btn-menu {
    position: absolute;
    height: 15px;
    text-indent: -9999px;
    background: url("/images/new_img/ico-menu-black.png") no-repeat center;
}

#insaCmptDict #contents .contents {
    padding: 15px 13px 9px 15px;
}

#managerDashboard{
    min-width:1292px;
}
#managerDashboard .active-select{
    position:absolute;
    right:90px;
    z-index:998;
}
#managerDashboard .active-select-edit{
    right:172px;
    bottom:15px;
    z-index:998;
}
#managerDashboard .box1{
    position:relative;
    float:left;
    width:320px;
    height:100%;
    min-height:775px;
}
#managerDashboard .box2{
    display:inline-block;
    position:relative;
    width:calc(100% - 320px);
    height:100%;
    min-height:600px;
    /*margin-bottom:15px;*/
}
#managerDashboard .box2 .ct-popup{
    height:calc(100vh - 215px);
}
#managerDashboard .ct-popup .activity_list{
    height:calc(100vh - 240px);
}
#managerDashboard .box2 .ct-popup .comment_view_list{
    height:calc(100vh - 520px);
}
#managerDashboard .box2 .ct-popup .comment_view_list>ul>li{
    position:relative;
    margin:1px 0;
    background-color:#fff;
    padding:5px 14px!important;
}
#managerDashboard .box2 .timeline_list{
    height:calc(100vh - 225px);
    border-radius:5px;
    overflow:auto;
    background:#fff;
}
#managerDashboard .cbp_tmtimeline>li .cbp_tmtime{
    width:37px;
}
#managerDashboard .box1 .popup{
    margin-right:16px;
    padding-right:0;
    padding-left:0;
    min-height:600px;
    border-radius:.42rem;
}
#managerDashboard .treeContainer{
    padding:20px;
    font-size:initial;
    height:100%;
    overflow:auto;
    overflow:auto;
}
#managerDashboard #taskTab .subtabmenu, #managerDashboard #performTab .subtabmenu{
    margin-bottom:10px;
    border-bottom:1px solid #c4c8d0;
    margin-left:20px;
}
#managerDashboard #taskTab .subtabmenu>ul, #managerDashboard #performTab .subtabmenu>ul{
    display:inline-block;
}
#managerDashboard #taskTab .subtabmenu>ul>li, #managerDashboard #performTab .subtabmenu>ul>li{
    display:inline-block;
    background-color:#647796;
    color:#fff;
}
#managerDashboard #taskTab .subtabmenu>ul>li>a, #managerDashboard #performTab .subtabmenu>ul>li>a{
    color:#fff;
    font-size:14px;
}
#managerDashboard #taskTab .subtabmenu>ul>li.tab_on, #managerDashboard #performTab .subtabmenu>ul>li.tab_on{
    padding:6px 35px;
    background-color:#647796;
    color:#fff;
}
#managerDashboard #taskTab .subtabmenu>ul>li.tab_off, #managerDashboard #performTab .subtabmenu>ul>li.tab_off{
    padding:6px 35px;
    background-color:#8598b7;
    color:#fff;
}
#managerDashboard #taskTab .subtabmenu>ul>li:first-child, #managerDashboard #performTab .subtabmenu>ul>li:first-child{
    border-top-left-radius:.42rem;
}
#managerDashboard #taskTab .subtabmenu>ul>li:last-child, #managerDashboard #performTab .subtabmenu>ul>li:last-child{
    border-top-right-radius:.42rem;
}
#managerDashboard .treeUl{
    padding-left:1.5em;
    line-height:1.5em;
    list-style-type:dot;
}
#managerDashboard .treeContainer div{
    display:inline-block;
    height:27px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    border-radius:30px;
    margin-bottom:2px;
    padding-right:14px;
    font-size:13px;
}
#managerDashboard .treeContainer .area{
    height:30px;
    background-color:#fff;
    border:none!important;
}
#managerDashboard .treeContainer div:hover{
    background-color:#ecf6f9;
    border:1px solid #d9e8ec;
    color:none!important;
}
#managerDashboard .treeContainer div a:hover{
    text-decoration:none!important;
    color:#000!important;
}
#managerDashboard .treeContainer .bold{
    display:inline-block;
}
#managerDashboard .treeContainer .item{
    display:block;
}
#managerDashboard .treeDiv{
    margin-right:0;
    padding-right:0;
    padding-left:0;
    min-height:775px;
    margin:10px 10px 10px 10px;
    padding:0 20px 20px 20px;
    border-bottom:1px solid #eee;
    background-color:#fff;
    box-shadow:9px 3px 48px -3px rgba(0,0,0,.1);
}
#managerDashboard .thSolid{
    position:sticky;
    top:0;
}
#managerDashboard .thSolid_bottom{
    position:sticky;
    top:36px;
}
#managerDashboard .ptitle .selectArea{
    position:absolute;
    top:13px;
    right:0;
    font-weight:400;
    color:#555;
}
#managerDashboard .ptitle .selectArea ul>li>label{
    margin-right:6px;
}
#managerDashboard .ptitle .selectArea>ul>li{
    float:left;
}
#managerDashboard #performTab .kpi-title{
    display:block;
    padding:16px 20px;
    border-bottom:1px solid #eaeaea;
    text-align:left;
    color:#000;
    font-size:18px;
    font-weight:700;
}
#managerDashboard #performTab .user-title{
    display:block;
    padding:5px 5px 5px 10px;
    border-bottom:1px solid #c4c8d0;
    text-align:left;
    color:#000;
    font-size:16px;
    font-family:NotoSansKR_M;
    margin-bottom:10px;
}
#managerDashboard #evalTab .user-title{
    display:block;
    padding:5px 0 5px 0;
    border-bottom:1px solid #c4c8d0;
    text-align:left;
    color:#000;
    font-size:16px;
    font-family:NotoSansKR_M;
    margin-bottom:10px;
}
#managerDashboard #performTab .user-title span{
    display:inline-block;
    margin-left:4px;
    vertical-align:middle;
    border-radius:16px;
    font-size:14px;
    color:#333;
    font-weight:400;
}
#managerDashboard .txt_line{
    padding:0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#managerDashboard .info_label_bg{
    padding:0 6px 1px 6px;
    background:#949ba8;
    color:#fff;
    font-size:12px;
    border-radius:14px;
    margin-right:4px;
    line-height:100%;
}
#managerDashboard .info_num{
    font-size:14px;
    color:#000;
    margin-right:8px;
}
#managerDashboard .text-bg{
    font-weight:500;
    text-align:center;
    font-size:15px;
    background-color:#70737b;
    color:#fff;
    margin:-5px auto;
    padding:2px 4px;
    border-radius:4px;
}
#managerDashboard #CTabMenu{
    display:inline-block;
    width:248px;
    border-radius:8px;
}
#managerDashboard #CTabMenu a{
    text-decoration:none;
}
#managerDashboard #CTabMenu .tabmenu ul{
    padding:0;
}
#managerDashboard #CTabMenu .tabmenu li{
    height:32px;
    line-height:26px;
    text-align:center;
    border-radius:4px;
    background-color:transparent;
    padding:0 30px 0 30px;
    font-size:15px;
    color:#454e5e;
    font-weight:400;
    margin-right:4px;
}
#managerDashboard #CTabMenu .tabmenu li:last-child{
    margin-right:0;
}
#managerDashboard #CTabMenu .tabmenu li:hover{
    cursor:pointer;
}
#managerDashboard #CTabMenu .tabmenu li.tab_on{
    background-color:#dcdce8;
    color:#4e77da;
    border:none!important;
    font-weight:700;
}
#managerDashboard #CTabMenu .tabmenu li.tab_on label:hover{
    cursor:pointer;
}
#managerDashboard #CTabMenu .tabmenu li.tab_off{
    border:1px solid #e4e4e4;
}
#managerDashboard #CTabMenu .tabmenu li.tab_off:hover{
    background-color:#fff;
    border:1px solid #e5e5e9;
    color:#4e77da;
    transition:background-color .3s;
}
#managerDashboard #CTabMenu .tabmenu li.tab_off label:hover{
    cursor:pointer;
}
#managerDashboard #CTabMenu .tabmenu{
    height:32px;
    margin:0!important;
    border-bottom:none!important;
}
#managerDashboard .ct-bx .ct-scroll>ul>li .title-bx{
    display:block;
    top:5px;
    left:5px;
    min-height:36px;
    padding:0 13px;
    line-height:36px;
    font-size:14px;
    color:#2e343f;
    font-weight:500;
    background:#c9d1de;
}
#managerDashboard .popup-content .ct-content{
    width:100%;
    min-height:58px;
    height:calc(100vh - 190px);
}
#managerDashboard .popup-content .ct-content .evalOpinion{
    width:45%;
    float:left;
    margin-right:5px;
    height:100%;
    overflow:auto;
    padding:0 20px 16px 20px;
    background:#fff;
    border:solid 1px #dadada;
}
#managerDashboard .popup-content .ct-content .idpData{
    height:100%;
    overflow:auto;
    background-color:#e6e7ec;
}
#managerDashboard .popup-content .ct-content .idpData .idp-write{
    padding:10px 4px;
}
#managerDashboard .popup-content .ct-content .idpData .idp-data{
    padding:10px 4px;
}
#managerDashboard .comment_view_list{
    height:calc(100vh - 345px);
}
#managerDashboard .act label.count{
    display:inline-block;
    min-width:35px;
    height:15px;
    margin-right:3px;
    line-height:12px;
    text-align:left;
}
#managerDashboard .fbk label.count{
    display:inline-block;
    min-width:35px;
    height:15px;
    margin-right:3px;
    line-height:12px;
    text-align:left;
}
#managerDashboard .textarea-autosize{
    min-height:100px!important;
    max-height:300px!important;
    overflow:auto!important;
}
#managerDashboard .feedback-write{
    width:100%;
    margin:10px 0 0 0;
}
#managerDashboard .tree-icon{
    margin-top:2px;
    float:left;
    margin-right:4px;
}
#managerDashboard .text-ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#managerDashboard .searchMore{
    padding:5px;
}
#managerDashboard .searchMore li{
    padding:3px 5px;
}
#managerDashboard .searchMore>ul>li>select{
    width:calc(100% - 85px);
}
#managerDashboard .btn-sch2{
    display:inline-block;
    position:relative;
    top:0;
    right:0;
    border-radius:4px;
    width:32px;
    height:28px;
    text-indent:-9999px;
    background:#8598b7 url("/images/theme/blue/btn-search3.png") no-repeat center;
}
#managerDashboard .btn-sch2:hover{
    background:#51575d url("/images/theme/blue/btn-search3.png") no-repeat center;
}
#managerDashboard .moreBtn{
    position:static;
    height:22px;
    font-size:12px;
    background:#fff;
    margin-top:3px;
    margin-right:5px;
    border:1px solid #e2e2e2;
    border-radius:11px;
    padding:0 5px 2px 5px;
    cursor:pointer;
}
#managerDashboard .se_line{
    height:20px;
    margin-top:5px;
    border-left:1px solid #d1cfe2;
    padding-left:10px;
}
#managerDashboard .label_dot{
    background:url("/images/theme/blue/ico-arr2.png") no-repeat left center;
    padding-left:10px;
}
#managerDashboard .searchClick{
    background-color:#eaf0fd;
    border:1px solid #bdc5d8;
}
#managerDashboard .clickTarget:hover{
    cursor:pointer;
}
#managerDashboard .ct-bx .home-activity>.timeline>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 6px 0 20px;
    border-bottom:1px solid #eaeaea;
}
#managerDashboard .ct-bx .home-activity>.activity>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 14px 0 0;
    border-bottom:1px solid #eaeaea;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx{
    margin:0;
    height:calc(100vh - 215px);
    padding-top:4px;
    background-color:#e5e8ef;
    border-radius:.42rem;
    min-height:740px;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list{
    height:99%;
    overflow:auto;
    padding:10px 15px;
    min-height:735px;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline:before{
    position:absolute;
    top:0;
    bottom:0;
    left:12.3%;
    content:"";
    width:3px;
    background:0 0;
    margin-left:-25px;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmlabel{
    display:inline-block;
    position:relative;
    margin:0 0 10px 12px;
    background:#fff;
    color:#2e3a50;
    padding:5px 10px;
    font-size:1.4em;
    font-weight:300;
    line-height:1.4;
    border-radius:7px;
    min-height:53px;
    min-width:500px;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmlabel:after{
    position:absolute;
    top:10px;
    right:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    pointer-events:none;
    border-right-color:#fff;
    border-width:7px;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li{
    display:flex;
    align-items:flex-start;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmdate{
    display:inline-block;
    font-size:1.2em;
    border-radius:50%;
    text-align:center;
    margin-top:1px;
    font-size:10px;
    color:#fff;
    float:right;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmtime{
    display:block;
    display:block;
    position:relative;
    width:200px;
    margin-top:3px;
    margin-left:5px;
    font-size:12px;
    margin:0;
    width:auto;
    max-width:290px;
    color:#172b4d;
    margin-top:5px;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmtime span:last-child{
    font-size:1.2em;
    color:#212b3c;
    text-align:left;
    min-width:200px;
}
#managerDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .work-subj{
    width:350px;
    max-width:350px;
    min-width:350px;
    background-color:#3d485a;
    border-radius:10px;
    padding:10px;
    flex:1;
}
#managerDashboard .ct-bx .home-activity>.activity>.tab-bx{
    margin-top:20px;
    margin-right:10px;
    min-width:584px;
    height:calc(100vh - 240px);
    padding:0;
}
#managerDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list .plan_bx{
    margin-bottom:4px;
}
#managerDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list .plan_bx .kr{
    padding:0;
    margin:0;
}
#managerDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list{
    height:calc(100vh - 240px);
    padding-right:10px;
}
#managerDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list>profileImg{
    height:calc(100vh - 240px);
    padding-right:10px;
}
#managerDashboard #timelineTab .user-title{
    display:block;
    padding:5px 5px 5px 10px;
    text-align:left;
    color:#000;
    font-size:16px;
    font-family:NotoSansKR_M;
}
#managerDashboard #timelineTab .user-title span{
    display:inline-block;
    margin-left:4px;
    vertical-align:middle;
    border-radius:16px;
    font-size:16px;
    color:#333;
    font-weight:400;
}
#managerDashboard .modal-mask{
    z-index:1103;
}
#hreResultDashboard .active-select{
    position:absolute;
    right:90px;
    z-index:998;
}
#hreResultDashboard .active-select-edit{
    right:172px;
    bottom:15px;
    z-index:998;
}
#hreResultDashboard .box1{
    position:relative;
    float:left;
    width:320px;
    height:100%;
    min-height:790px;
}
#hreResultDashboard .box2{
    display:inline-block;
    position:relative;
    width:100%;
    height:100%;
    min-height:600px;
}
#hreResultDashboard .box2 .ct-popup{
    height:calc(100vh - 215px);
}
#hreResultDashboard .ct-popup .activity_list{
    height:calc(100vh - 240px);
}
#hreResultDashboard .box2 .ct-popup .comment_view_list{
    height:calc(100vh - 380px);
}
#hreResultDashboard .box2 .ct-popup .comment_view_list>ul>li{
    position:relative;
    margin:1px 0;
    background-color:#fff!important;
    padding:5px 14px!important;
}
#hreResultDashboard .box2 .timeline_list{
    height:calc(100vh - 225px);
    border-radius:5px;
    overflow:auto;
    background:#fff;
}
#hreResultDashboard .cbp_tmtimeline>li .cbp_tmtime{
    width:37px;
}
#hreResultDashboard .box1 .popup{
    margin-right:16px;
    padding-right:0;
    padding-left:0;
    min-height:600px;
    border-radius:.42rem;
}
#hreResultDashboard .treeContainer{
    padding:20px;
    font-size:initial;
    height:100%;
    overflow:auto;
    overflow:auto;
}
#hreResultDashboard #taskTab .subtabmenu{
    margin-bottom:10px;
    border-bottom:1px solid #c4c8d0;
    margin-left:20px;
}
#hreResultDashboard #taskTab .subtabmenu>ul{
    display:inline-block;
}
#hreResultDashboard #taskTab .subtabmenu>ul>li{
    display:inline-block;
    background-color:#647796;
    color:#fff;
}
#hreResultDashboard #taskTab .subtabmenu>ul>li>a{
    color:#fff;
    font-size:14px;
}
#hreResultDashboard #taskTab .subtabmenu>ul>li.tab_on{
    padding:6px 35px;
    background-color:#647796;
    color:#fff;
}
#hreResultDashboard #taskTab .subtabmenu>ul>li.tab_off{
    padding:6px 35px;
    background-color:#8598b7;
    color:#fff;
}
#hreResultDashboard #taskTab .subtabmenu>ul>li:first-child{
    border-top-left-radius:.42rem;
}
#hreResultDashboard #taskTab .subtabmenu>ul>li:last-child{
    border-top-right-radius:.42rem;
}
#hreResultDashboard .treeUl{
    padding-left:1.5em;
    line-height:1.5em;
    list-style-type:dot;
}
#hreResultDashboard .treeContainer div{
    display:inline-block;
    height:27px;
    background-color:#fff;
    border:1px solid #e5e5e5;
    border-radius:30px;
    margin-bottom:2px;
    padding-right:14px;
    font-size:13px;
}
#hreResultDashboard .treeContainer .area{
    height:30px;
    background-color:#fff;
    border:none!important;
}
#hreResultDashboard .treeContainer div:hover{
    background-color:#ecf6f9;
    border:1px solid #d9e8ec;
    color:none!important;
}
#hreResultDashboard .treeContainer div a:hover{
    text-decoration:none!important;
    color:#000!important;
}
#hreResultDashboard .treeContainer .bold{
    display:inline-block;
}
#hreResultDashboard .treeContainer .item{
    display:block;
}
#hreResultDashboard .treeDiv{
    margin-right:0;
    padding-right:0;
    padding-left:0;
    min-height:790px;
    margin:10px 10px 10px 10px;
    padding:0 20px 20px 20px;
    border-bottom:1px solid #eee;
    background-color:#fff;
    box-shadow:9px 3px 48px -3px rgba(0,0,0,.1);
}
#hreResultDashboard .thSolid{
    position:sticky;
    top:0;
}
#hreResultDashboard .thSolid_bottom{
    position:sticky;
    top:36px;
}
#hreResultDashboard .ptitle .selectArea{
    position:absolute;
    top:13px;
    right:0;
    font-weight:400;
    color:#555;
}
#hreResultDashboard .ptitle .selectArea ul>li>label{
    margin-right:6px;
}
#hreResultDashboard .ptitle .selectArea>ul>li{
    float:left;
}
#hreResultDashboard #performTab .kpi-title{
    display:block;
    padding:16px 20px;
    border-bottom:1px solid #eaeaea;
    text-align:left;
    color:#000;
    font-size:18px;
    font-weight:700;
}
#hreResultDashboard #performTab .user-title{
    display:block;
    padding:5px 5px 5px 10px;
    border-bottom:1px solid #c4c8d0;
    text-align:left;
    color:#000;
    font-size:16px;
    font-family:NotoSansKR_M;
    margin-bottom:10px;
}
#hreResultDashboard #evalTab .user-title{
    display:block;
    padding:5px 0 5px 0;
    border-bottom:1px solid #c4c8d0;
    text-align:left;
    color:#000;
    font-size:16px;
    font-family:NotoSansKR_M;
    margin-bottom:10px;
}
#hreResultDashboard #performTab .user-title span{
    display:inline-block;
    margin-left:4px;
    vertical-align:middle;
    border-radius:16px;
    font-size:16px;
    color:#333;
    font-weight:400;
}
#hreResultDashboard .txt_line{
    padding:0 5px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#hreResultDashboard .info_label_bg{
    padding:0 6px 1px 6px;
    background:#949ba8;
    color:#fff;
    font-size:12px;
    border-radius:14px;
    margin-right:4px;
    line-height:100%;
}
#hreResultDashboard .info_num{
    font-size:14px;
    color:#000;
    margin-right:8px;
}
#hreResultDashboard .text-bg{
    font-weight:500;
    text-align:center;
    font-size:15px;
    background-color:#70737b;
    color:#fff;
    margin:-5px auto;
    padding:2px 4px;
    border-radius:4px;
}
#hreResultDashboard #CTabMenu{
    display:inline-block;
    width:248px;
    border-radius:8px;
}
#hreResultDashboard #CTabMenu a{
    text-decoration:none;
}
#hreResultDashboard #CTabMenu .tabmenu ul{
    padding:0;
}
#hreResultDashboard #CTabMenu .tabmenu li{
    height:32px;
    line-height:26px;
    text-align:center;
    border-radius:4px;
    background-color:transparent;
    padding:0 30px 0 30px;
    font-size:15px;
    color:#454e5e;
    font-weight:400;
    margin-right:4px;
}
#hreResultDashboard #CTabMenu .tabmenu li:last-child{
    margin-right:0;
}
#hreResultDashboard #CTabMenu .tabmenu li:hover{
    cursor:pointer;
}
#hreResultDashboard #CTabMenu .tabmenu li.tab_on{
    background-color:#dcdce8;
    color:#4e77da;
    border:none!important;
    font-weight:700;
}
#hreResultDashboard #CTabMenu .tabmenu li.tab_on label:hover{
    cursor:pointer;
}
#hreResultDashboard #CTabMenu .tabmenu li.tab_off{
    border:1px solid #e4e4e4;
}
#hreResultDashboard #CTabMenu .tabmenu li.tab_off:hover{
    background-color:#fff;
    border:1px solid #e5e5e9;
    color:#4e77da;
    transition:background-color .3s;
}
#hreResultDashboard #CTabMenu .tabmenu li.tab_off label:hover{
    cursor:pointer;
}
#hreResultDashboard #CTabMenu .tabmenu{
    height:32px;
    margin:0!important;
    border-bottom:none!important;
}
#hreResultDashboard .ct-bx .ct-scroll>ul>li .title-bx{
    display:block;
    top:5px;
    left:5px;
    min-height:36px;
    padding:0 13px;
    line-height:36px;
    font-size:14px;
    color:#2e343f;
    font-weight:500;
    background:#c9d1de;
}
#hreResultDashboard .popup-content .ct-content{
    width:100%;
    min-height:58px;
    height:calc(100vh - 190px);
}
#hreResultDashboard .popup-content .ct-content .evalOpinion{
    width:45%;
    float:left;
    margin-right:5px;
    height:100%;
    overflow:auto;
    padding:0 20px 16px 20px;
    background:#fff;
    border:solid 1px #dadada;
}
#hreResultDashboard .popup-content .ct-content .idpData{
    height:100%;
    overflow:auto;
    background-color:#e6e7ec;
}
#hreResultDashboard .popup-content .ct-content .idpData .idp-write{
    padding:10px 4px;
}
#hreResultDashboard .popup-content .ct-content .idpData .idp-data{
    padding:10px 4px;
}
#hreResultDashboard .comment_view_list{
    height:calc(100vh - 345px);
}
#hreResultDashboard .act label.count{
    display:inline-block;
    min-width:35px;
    height:15px;
    margin-right:3px;
    line-height:12px;
    text-align:left;
}
#hreResultDashboard .fbk label.count{
    display:inline-block;
    min-width:35px;
    height:15px;
    margin-right:3px;
    line-height:12px;
    text-align:left;
}
#hreResultDashboard .textarea-autosize{
    min-height:100px!important;
    max-height:300px!important;
    overflow:auto!important;
}
#hreResultDashboard .feedback-write{
    width:100%;
    margin:10px 0 0 0;
}
#hreResultDashboard .tree-icon{
    margin-top:2px;
    float:left;
    margin-right:4px;
}
#hreResultDashboard .text-ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#hreResultDashboard .searchMore{
    padding:5px;
}
#hreResultDashboard .searchMore li{
    padding:3px 5px;
}
#hreResultDashboard .searchMore>ul>li>select{
    width:calc(100% - 85px);
}
#hreResultDashboard .btn-sch2{
    display:inline-block;
    position:relative;
    top:0;
    right:0;
    border-radius:4px;
    width:32px;
    height:28px;
    text-indent:-9999px;
    background:#8598b7 url("/images/theme/blue/btn-search3.png") no-repeat center;
}
#hreResultDashboard .btn-sch2:hover{
    background:#51575d url("/images/theme/blue/btn-search3.png") no-repeat center;
}
#hreResultDashboard .moreBtn{
    position:static;
    height:22px;
    font-size:12px;
    background:#fff;
    margin-top:3px;
    margin-right:5px;
    border:1px solid #e2e2e2;
    border-radius:11px;
    padding:0 5px 2px 5px;
    cursor:pointer;
}
#hreResultDashboard .se_line{
    height:20px;
    margin-top:5px;
    border-left:1px solid #d1cfe2;
    padding-left:10px;
}
#hreResultDashboard .label_dot{
    background:url("/images/theme/blue/ico-arr2.png") no-repeat left center;
    padding-left:10px;
}
#hreResultDashboard .searchClick{
    background-color:#eaf0fd;
    border:1px solid #bdc5d8;
}
#hreResultDashboard .clickTarget:hover{
    cursor:pointer;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 6px 0 20px;
    border-bottom:1px solid #eaeaea;
}
#hreResultDashboard .ct-bx .home-activity>.activity>.title{
    font-size:18px;
    color:#3c4658;
    text-align:left;
    padding-bottom:12px;
    margin:14px 14px 0 0;
    border-bottom:1px solid #eaeaea;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx{
    margin:0;
    height:calc(100vh - 180px);
    padding-top:4px;
    background-color:#e5e8ef;
    border-radius:.42rem;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list{
    height:calc(100vh - 185px);
    overflow:auto;
    padding:10px 15px;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline:before{
    position:absolute;
    top:0;
    bottom:0;
    left:12.3%;
    content:"";
    width:3px;
    background:0 0;
    margin-left:-25px;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmlabel{
    display:inline-block;
    position:relative;
    margin:0 0 10px 12px;
    background:#fff;
    color:#2e3a50;
    padding:5px 10px;
    font-size:1.4em;
    font-weight:300;
    line-height:1.4;
    border-radius:7px;
    min-height:53px;
    min-width:500px;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmlabel:after{
    position:absolute;
    top:10px;
    right:100%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    pointer-events:none;
    border-right-color:#fff;
    border-width:7px;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li{
    display:flex;
    align-items:flex-start;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmdate{
    display:inline-block;
    font-size:1.2em;
    border-radius:50%;
    text-align:center;
    margin-top:1px;
    font-size:10px;
    color:#fff;
    float:right;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmtime{
    display:block;
    display:block;
    position:relative;
    width:200px;
    margin-top:3px;
    margin-left:5px;
    font-size:12px;
    margin:0;
    width:auto;
    max-width:290px;
    color:#172b4d;
    margin-top:5px;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .cbp_tmtime span:last-child{
    font-size:1.2em;
    color:#212b3c;
    text-align:left;
    min-width:200px;
}
#hreResultDashboard .ct-bx .home-activity>.timeline>.tab-bx>.timeline_list .cbp_tmtimeline>li .work-subj{
    width:350px;
    max-width:350px;
    min-width:350px;
    background-color:#3d485a;
    border-radius:10px;
    padding:10px;
    flex:1;
}
#hreResultDashboard .ct-bx .home-activity>.activity>.tab-bx{
    margin-top:20px;
    margin-right:10px;
    min-width:584px;
    height:calc(100vh - 240px);
    padding:0;
}
#hreResultDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list .plan_bx{
    margin-bottom:4px;
}
#hreResultDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list .plan_bx .kr{
    padding:0;
    margin:0;
}
#hreResultDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list{
    height:calc(100vh - 240px);
    padding-right:10px;
}
#hreResultDashboard .ct-bx .home-activity>.activity>.tab-bx>.plan_list>profileImg{
    height:calc(100vh - 240px);
    padding-right:10px;
}
#insaCmptDict .boxView1 .treeDiv>ul{
    overflow-y:auto;
    height:100%;
}
#insaCmptDict .boxView1 .treeDiv>ul>li{
    position:relative;
    border-radius:5px;
    padding:12px!important;
    min-height:125px;
    margin-bottom:5px;
    background:#fff;
    border:solid 1px #c3cee0;
}
#insaCmptDict .boxView1 .treeDiv>ul>li .subj{
    display:block;
    width:fit-content;
    max-width:350px;
    margin-bottom:5px;
    border-radius:5px;
    font-size:14px;
    background-color:#243b58;
    padding:3px 6px;
    font-weight:700;
    color:#fff;
    word-break:break-all;
}
#insaCmptDict .boxView1 .treeDiv>ul>li>a{
    width:auto;
}
#orgKpiTgtActApp .ct-bx .kpi{
    position:absolute;
    left:9px;
    height:calc(100vh - 130px);
    background:#fff;
    float:left;
}
#orgKpiTgtActApp .ct-bx .kpi label{
    vertical-align:top!important;
}
#orgKpiTgtActApp .ct-bx .kpi>ul>li>a>.top_line>.kpi_gbn{
    display:inline-block;
    bottom:30px;
    left:15px;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiTgtActApp .ct-bx .kpi>ul>li>a>.top_line>.kpi_type{
    display:inline-block;
    bottom:30px;
    left:135px;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiTgtActApp .ct-bx .kpi>ul>li>a>.top_line>.kpi_cycle{
    display:inline-block;
    bottom:30px;
    left:260px;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiTgtActApp .ct-bx .kpi>ul>li>a>.top_line>.metric_type{
    display:inline-block;
    bottom:30px;
    left:60%;
    font-size:11px;
    color:#7e7e7e;
}
#orgKpiTgtActApp .ct-bx .kpi>ul>li>a>.bottom_line>.score{
    display:inline-block;
    bottom:10px;
    left:15px;
    font-size:12px;
    color:#676c8e;
}
#orgKpiTgtActApp .ct-bx .kpi>ul>li>a>.bottom_line>.initiative{
    display:inline-block;
    bottom:10px;
    left:135px;
    font-size:12px;
    color:#676c8e;
}
#orgKpiTgtActApp .ct-bx .kpi>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:6px solid #c3c3c3;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    height:100%;
}
#orgKpiTgtActApp .ct-bx>.ct-scroll .actualInfo{
    position:absolute;
    right:0;
    width:calc(100% - 520px);
    min-width:1020px;
    min-height:calc(100vh - 130px);
    background:#fff;
    border-radius:.42rem;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
}
#orgKpiTgtActApp .ct-bx>.ct-scroll .actualInfo>div.inputForm{
    height:calc(100vh - 170px);
    overflow-y:auto;
    overflow-x:hidden;
}
#orgKpiTgtActApp .ct-bx .ct-scroll .ct-content{
    width:500px!important;
    padding:0 20px;
    background:#fff!important;
    border:0 solid #cacaca!important;
    min-height:58px;
    box-shadow:rgba(0,0,0,.03) 0 0 4px 2px;
    border-radius:.42rem;
}
#orgKpiTgtActApp .ct-bx .ct-scroll .ct-content>ul{
    padding-right:6px;
}
#orgKpiTgtActApp .ct-bx .ct-scroll .ct-content>ul>li:first-child{
    border-top:1px solid #ededed;
}
#orgKpiTgtActApp .ct-bx.type01 .ct-scroll .ct-content>ul>li .subj{
    position:absolute;
    top:30px;
    left:15px;
    width:90%;
}
#orgKpiTgtActApp .ct-bx .ct-scroll .ct-content .v-top{
    vertical-align:top;
}
#orgKpiTgtActApp .ct-bx .ct-scroll .ct-content>ul>li{
    position:relative;
    padding:10px 10px 30px 10px;
    min-height:80px;
    margin-bottom:5px;
    background:#fff;
    border:solid 1px #e0e0e0;
    border-radius:5px;
}
#memberHisView input, #memberHisView select{
    background-color: transparent!important;
    border-style: solid!important;
}


#PAGE-welcomeAboard .onbBtn{
    background:#00aaff14;
    color:#00aaff
}

#PAGE-supportAboard .onbBtn{
    background:rgba(0, 170, 255, 0.08);
    color:#00AAFF;
}

#hrePerformResultForm .ct-bx>.ct-scroll{
    height:calc(100vh - 160px);
}

#hrePerformResultForm .popup-content .ct-content{
    width:100%;
    border:none;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
    background:#f2f4f7;
    min-height:58px;
    height:calc(100vh - 265px);
}
#hrePerformResultForm .evalOpinion{
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    color:#000;
    font-size:18px;
    border-radius:5px;
    border:solid 1px #dadada;
    height:calc(100vh - 270px);
}
#hrePerformResultForm .evalOpinion .ptitle{
    line-height:100%!important;
    margin:12px 0!important;
}
.insaResult .ct-bx>.ct-scroll>.content .evalNotify{
    position:absolute;
    top:15px;
    right:15px;
}
.insaResult .popup-content .ct-content>ul{
    padding:10px;
    overflow-y:auto;
    max-height:100%!important;
    height:calc(100vh - 270px);
    float:left;
    margin-left:0;
    width:100%;
    background:#e5e8ef;
    border:1px solid #cccfd6;
    border-radius:5px;
}
.insaResult .popup-content .ct-content>ul>li{
    position:relative;
    padding:10px 10px;
    margin-bottom:0;
    min-height:0;
    margin-top:3px;
    border-top:1px solid #eaeaea;
    background-color:#fff;
    font-size:14px;
    border-radius:5px;
}
.insaResult .popup-content .ct-content>ul>li>a{
    min-height:20px!important;
}
.insaResult .popup-content .ct-content>ul>li>a>span{
    line-height:20px;
}
.insaResult .lh{
    font-size:13px;
    color:#2e3a50;
    padding:3px 0;
}
.insaResult .gradeRbg{
    border-top-left-radius:0!important;
}
.insaResult .popup-content .ct-content>ul>li>a.kpi{
    width:100%!important;
}
.insaResult .popup-content .ct-content>ul>li>a.kpi>.kpiNm{
    display:inline-block;
    width:100%!important;
}
.insaResult .popup-content .ct-content>ul>li>a.kpi>.performGbn{
    display:inline-block;
    width:15%!important;
}
.insaResult .popup-content .ct-content>ul>li>a.kpi>.weight{
    display:inline-block;
    width:10%!important;
}
.insaResult .popup-content .ct-content>ul>li>a.kpi>.kpiGbnNm{
    display:inline-block;
    width:10%!important;
}
.insaResult .popup-content .ct-content>ul>li>a.kpi>.kpiTypeNm{
    display:inline-block;
    width:10%!important;
}
.insaResult .popup-content .ct-content>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:5px solid #c3c3c3;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    height:100%;
}
.insaResult .timeline_list{
    height:calc(100vh - 230px);
    overflow:auto;
    background:#fff;
}
.insaResult .ct-popup .actual .kpi-title span{
    display:inline;
    margin-left:4px;
    padding:2px 8px;
    background-color:#fff;
    border-radius:16px;
    font-size:13px;
    color:#333;
    font-weight:400;
}
.insaResult .ct-top .my_menu ul>li{
    margin-right:12px;
}
.insaResult .evalScore{
    position:absolute;
    top:10px;
    right:10px;
    color:#434a58;
    font-family:NotoSansKR;
    font-size:20px;
    font-weight:900;
}
.insaResult .evalScore{
    position:absolute;
    top:10px;
    right:10px;
    color:#434a58;
    font-family:NotoSansKR;
    font-size:20px;
    font-weight:900;
}
.insaResult .taskDesc{
    background:url("/images/new_img/ico-workform.jpg") no-repeat left center;
    padding-left:20px!important;
    line-height:19px;
}

#hreAbilityResultForm .popup-content .ct-content{
    width:100%;
    border:none;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
    background:#f2f4f7;
    min-height:58px;
    height:calc(100vh - 265px);
}
#hreAbilityResultForm .evalOpinion{
    overflow:auto;
    float:left;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    color:#000;
    font-size:18px;
    border-radius:5px;
    border:solid 1px #dadada;
    height:calc(100vh - 270px);
}
#hreAbilityResultForm .evalOpinion .ptitle{
    line-height:100%!important;
    margin:12px 0!important;
}
#hreAbilityResultForm .ct-bx>.ct-scroll{
    height:calc(100vh - 156px);
}
#hreAbilityResultForm .ct-bx>.ct-scroll>.content .evalTarget .evalTargetNm{
    display:inline-block;
    width:310px;
}
#hreAbilityResultForm .ct-bx .ct-scroll>ul>li .title-bx{
    display:block;
    top:5px;
    left:5px;
    min-height:36px;
    padding:0 13px;
    line-height:36px;
    font-size:14px;
    color:#fff;
    font-weight:500;
    background:#6c758c;
}
#hreAbilityResultForm .ct-top .my_menu ul>li{
    margin-right:12px;
}
#hreAbilityResultForm .tbl-type02-v td:first-child{
    border-right:solid 1px #e1e1e1;
}
#hreAbilityResultForm .tbl-type02-v td{
    height:36px;
    padding:5px 14px;
    line-height:26px;
    font-size:14px;
    border-bottom:1px solid #dadada;
}

--


#hrePerformTotResultForm .ct-bx>.ct-scroll{
    height:calc(100vh - 160px);
}

#hrePerformTotResultForm .popup-content .ct-content{
    width:100%;
    border:none;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
    background:#f2f4f7;
    min-height:58px;
    height:calc(100vh - 265px);
}
#hrePerformTotResultForm .evalOpinion{
    overflow:auto;
    float:left;
    clear:both;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    color:#000;
    font-size:18px;
    border-radius:5px;
    border:solid 1px #dadada;
    height:calc(100vh - 270px);
}
#hrePerformTotResultForm .evalOpinion .ptitle{
    line-height:100%!important;
    margin:12px 0!important;
}
#hreTotResultMng .ct-bx>.ct-scroll>.content .evalNotify{
    position:absolute;
    top:15px;
    right:15px;
}
#hreTotResultMng .popup-content .ct-content>ul{
    padding:10px;
    overflow-y:auto;
    max-height:100%!important;
    height:calc(100vh - 270px);
    float:left;
    margin-left:0;
    width:100%;
    background:#e5e8ef;
    border:1px solid #cccfd6;
    border-radius:5px;
}
#hreTotResultMng .popup-content .ct-content>ul>li{
    position:relative;
    padding:10px 10px;
    margin-bottom:0;
    min-height:0;
    margin-top:3px;
    border-top:1px solid #eaeaea;
    background-color:#fff;
    font-size:14px;
    border-radius:5px;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a{
    min-height:20px!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a>span{
    line-height:20px;
}
#hreTotResultMng .lh{
    font-size:13px;
    color:#2e3a50;
    padding:3px 0;
}
#hreTotResultMng .gradeRbg{
    border-top-left-radius:0!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a.kpi{
    width:100%!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a.kpi>.kpiNm{
    display:inline-block;
    width:100%!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a.kpi>.performGbn{
    display:inline-block;
    width:15%!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a.kpi>.weight{
    display:inline-block;
    width:10%!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a.kpi>.kpiGbnNm{
    display:inline-block;
    width:10%!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>a.kpi>.kpiTypeNm{
    display:inline-block;
    width:10%!important;
}
#hreTotResultMng .popup-content .ct-content>ul>li>.vl{
    position:absolute;
    top:0;
    left:-1px;
    border-left:5px solid #c3c3c3;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    height:100%;
}
#hreTotResultMng .timeline_list{
    height:calc(100vh - 230px);
    overflow:auto;
    background:#fff;
}
#hreTotResultMng .ct-popup .actual .kpi-title span{
    display:inline;
    margin-left:4px;
    padding:2px 8px;
    background-color:#fff;
    border-radius:16px;
    font-size:13px;
    color:#333;
    font-weight:400;
}
#hreTotResultMng .ct-top .my_menu ul>li{
    margin-right:12px;
}
#hreTotResultMng .evalScore{
    position:absolute;
    top:10px;
    right:10px;
    color:#434a58;
    font-family:NotoSansKR;
    font-size:20px;
    font-weight:900;
}
#hreTotResultMng .evalScore{
    position:absolute;
    top:10px;
    right:10px;
    color:#434a58;
    font-family:NotoSansKR;
    font-size:20px;
    font-weight:900;
}
#hreTotResultMng .taskDesc{
    background:url("/images/new_img/ico-workform.jpg") no-repeat left center;
    padding-left:20px;
    line-height:19px;
}




#hreAbilityTotResultForm .popup-content .ct-content{
    width:100%;
    border:none;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
    background:#f2f4f7;
    min-height:58px;
    height:calc(100vh - 265px);
}
#hreAbilityTotResultForm .evalOpinion{
    overflow:auto;
    float:left;
    background:#fff;
    padding:0 20px 16px 20px;
    text-align:left;
    color:#000;
    font-size:18px;
    border-radius:5px;
    border:solid 1px #dadada;
    height:calc(100vh - 270px);
}
#hreAbilityTotResultForm .evalOpinion .ptitle{
    line-height:100%!important;
    margin:12px 0!important;
}
#hreAbilityTotResultForm .ct-bx>.ct-scroll{
    height:calc(100vh - 156px);
}
#hreAbilityTotResultForm .ct-bx>.ct-scroll>.content .evalTarget .evalTargetNm{
    display:inline-block;
    width:310px;
}
#hreAbilityTotResultForm .ct-bx .ct-scroll>ul>li .title-bx{
    display:block;
    top:5px;
    left:5px;
    min-height:36px;
    padding:0 13px;
    line-height:36px;
    font-size:14px;
    color:#fff;
    font-weight:500;
    background:#6c758c;
}
#hreAbilityTotResultForm .ct-top .my_menu ul>li{
    margin-right:12px;
}
#hreAbilityTotResultForm .tbl-type02-v td:first-child{
    border-right:solid 1px #e1e1e1;
}
#hreAbilityTotResultForm .tbl-type02-v td{
    height:36px;
    padding:5px 14px;
    line-height:26px;
    font-size:14px;
    border-bottom:1px solid #dadada;
}
#kpiActualDetail{
    right: 0;
    width: 69%;
    height: calc(100vh - 130px);
    background: #fff;
    border-radius: .42rem;
    box-shadow: rgba(0, 0, 0, .03) 0 0 4px 2px;
}
#kpiActualDetail .kpi-title{
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    color: #172b4d;
    font-size: 18px;
    font-weight: 700;
}
#kpiActualDetail .kpi-title span{
    display: inline;
    margin-left: 4px;
    padding: 0 8px;
    background-color: #e5ecf9;
    border-radius: 16px;
    font-size: 12px;
    color: #808596;
    font-weight: 400;
}
#kpiActualDetail>.timeline{
    width: 50%;
    float: left;
    min-width: 540px;
    margin-right: 5px;
}
#kpiActualDetail>.timeline>.kpi_actual_title {
    font-size: 18px;
    color: #3c4658;
    text-align: left;
    padding-bottom: 12px;
    margin: 7px 6px 0 20px;
}
#kpiActualDetail>.timeline>.tab-bx {
    margin: 6px 6px 0 20px;
    height: calc(100vh - 270px);
    padding-top: 4px;
}
#kpiActualDetail>.timeline>.tab-bx>.timeline_list {
    height: calc(100vh - 270px);
    overflow: auto;
}
#kpiActualDetail>.activity {
    padding-left: 5px;
}
#kpiActualDetail>.activity>.kpi_plan_title {
    font-size: 18px;
    color: #3c4658;
    text-align: left;
    padding-bottom: 12px;
    margin: 14px 14px 0 0;
    border-bottom: 1px solid #eaeaea;
}
#kpiActualDetail>.activity>.tab-bx {
    margin-top: 20px;
    margin-right: 10px;
    min-width: 584px;
    height: calc(100vh - 280px);
    padding: 0;
}
#kpiActualDetail>.activity>.tab-bx>.plan_list {
    height: calc(100vh - 280px);
    padding-right: 10px;
}
#kpiActualDetail>.activity>.tab-bx>.plan_list .plan_bx {
    margin-bottom: 4px;
}
#kpiActualDetail .activity_list {
    padding: 5px 10px 10px 10px;
    border-left: solid 1px #ececec;
    border-right: solid 1px #ececec;
    background-color: #e5e8ef;
}

#hreResultDashboard .ct-popup .activity_list {
    height: 100%;
}

.title-info{
    margin-left:15px;
    display:inline-block;
    padding-left:10px;
    font-size:15px;
    background:url("/images/theme/blue/ico-arr2.png") no-repeat 0 50%;
}

.objection-set-page{
    padding:15px;
    height:calc(100vh - 60px);
    background:#F4F5F8;
}

.objection-set-page .objection-setting{
    background:#FFF;
    border:1px solid #EEE;
    border-radius:8px;
    margin-bottom:10px;
}

.objection-setting .title{
    padding:10px 20px;
    line-height:40px;
    font-weight:700;
    font-size:16px;
    border-bottom:1px solid #DDD;
}

.objection-setting .list-tbl{
    padding:20px;
}

.objection-wrap{
    display:flex;
    background:#F7F7F7;
}

.objection-wrap > .objection-box{
    padding-block:20px;
    padding-inline:20px 10px;
    width:50%;
}

.objection-wrap > .objection-box ~ .objection-box{
    padding-inline:10px 20px;
}

.objection-box .page-noti-blue,
.objection-box .page-noti-red{
    margin-inline:0;
}

.objection-wrap .write-box .tit{
    font-weight:700;
    font-size:12px;
    color:#7B7B7B;
    margin-bottom:4px;
}

.objection-box > li{
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

.objection-box > li > label{
    color: gray;
    font-size: 17px;
}

.objection-box > li > label > span.required{
    color: #7ec6f0;
    font-size: 15px;
    margin-left: 20px;
}

.objectionBox > li > div.noti {
    color: #b9b9b9;
    font-size: 14px;
}

.objectionBox > li > div {
    padding-top: 10px;
}

.objectionConfig td{
    background:#FFF;
}

#step06Div .popEvalTarget {
    z-index: 1900;
    background-color: white;
    /*position: absolute;*/
    width: calc(100% - 110px);
    border-radius: 0.42rem !important;
    box-shadow: 5px 3px 22px -3px rgba(0, 0, 0, 0.3);
    padding: 10px;
    /*top:40px;*/
    max-height: 780px;
}

#step06Div .h {
    font-size: 18px;
    font-weight: normal;
    color: #2e343f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: NotoSansKR_M;
}

#step06Div .poptitle {
    background-color: #f4f6f9;
    padding:0 20px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ededed;
    border-top-left-radius: 0.42rem !important;
    border-top-right-radius: 0.42rem !important;
}
#step02Div td{
    background:#fff;
}
.evalResultView .subDiv1 {
    padding: 8px 10px 5px 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.evalResultView .subDiv2 {
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid rgb(234, 234, 234);
}

.titleBox {
    background-color: #8598b7;
    justify-content: center;
    color: white;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
}

#hreConfMng .sch-bx > ul:first-child:last-child {
    display: flex;
}

#hreConfMng .flex.jcBet {
    width: 100%;
    justify-content: space-between;
}

#avtMng .searchClick {
    background-color: #dce7ff;
    border: 1px solid #bdc5d8;
}

.placeholderBackground{
    background:#FD6FB7 !important;
    height:100px !important;/* this is the key, set your own height, start with small */
    visibility:visible !important;
}
#reportMng .boxView1{
    position:relative;
    float:left;
    width:340px;
    height:100%;
    min-height:calc(100vh - 200px);
}
#reportMng .boxView2{
    display:inline-block;
    position:relative;
    width:calc(100% - 340px);
    min-height:780px;
    height:100%;
}
#reportMng .boxDetail{
    display:inline-block;
    position:relative;
    width:100%;
    height:100%;
    min-height:450px;
}
#reportMng .detailBox{
    padding:10px 20px 20px;
    background-color:#f2f4f7;
}
#reportMng .fc-h-event{
    background-color:#708bbb!important;
}
#reportMng .tbl-type02-v th{
    text-align: center;
}

#reportMng input[type="radio"] + label span {
    margin-right:5px;
}
#reportMng input[type="radio"] + label {
    margin-left:0;
}
#reportMng .key-bx .btn-sch{
    right: -6px;
    top: 8px;
}
#reportMng .sch-bx .btn-sch:hover{
    background: url("/images/new_img/ico-sch-btn.png") no-repeat;
}
#reportMng .tbl-type02-v textarea{
    height: 150px;
}
#reportMng .tbl-type02 .all{
    min-height: 320px;
}
#reportMng .sch-bx > ul > li > span{
    margin-right: 0;
}

#reportMng .tbl-type02 .eachDIv {
    min-height: 110px;
}
#reportMng .tbl-type02 .allDIv {
    min-height: 332px;
}
/*#reportMng .tbl-type02 .allDIv .text-area{
    height:97%;
    width:100%;
}*/
#reportMng .tbl-type02 .allDIv .editorArea{
    height: 97%;
    width: 100%;
}
#reportMng .sch-bx > ul > li label{
    font-family: NotoSansKR_M;
    margin-right:0;
}
#reportMng .wrapper {
    margin: 2rem;
}

#reportMng .head {position: sticky; top:0; background-color: #6c758c; color:#fff; font-weight: normal; font-family: NotoSansKR_M;}

#reportMng .task-title {
    font-size: 14px;
    font-family: NotoSansKR_M;
    margin-bottom: 3px;
}

#reportMng .task-content {
    padding-left: 5px;
    color: #2e3a50;
    line-height: 20px;
    font-size: 13px;
}
#reportMng .weekly-group{
    padding-bottom:5px;
}

/* #reportMng .detailBox .report td {
    border: 1px solid #dbdee6;
} */

#reportMng .pd-trl10{
    padding:10px 10px 0;
}

#reportMng .fbk_small{
    display:inline-block;
}
#reportMng .fbk_small span{
    width:13px;
    height:13px;
    background-color:#E5E5E5;
    border:1px solid #aaa;
    border-radius:17px;
    margin-right:3px;
    line-height:12px;
    font-size:6px;
    font-weight:normal;
    color:#888;
    text-align:center;
    display:inline-block;
}
#reportMng .fc-event-title-container{
    cursor:pointer;
}
#reportMng .autoResize{
    min-height:280px;
}
#reportMng .firCorner {border-top-left-radius: 0.42rem; border-bottom-left-radius: 0.42rem; background-color: #d8dcec; color:#283f63;}
#reportMng .secCorner {background-color: #d8dcec; color: #283f63;}
#reportMng .firCornerTop {border-top-left-radius: 0.42rem;background-color: #d8dcec; color:#283f63;}
#reportMng .firCornerBot {border-bottom-left-radius: 0.42rem; background-color: #d8dcec; color:#283f63;}
.modal-container {max-height: calc(100vh - 65px);}
.boxView2 .report table tr {border-bottom:1px solid #dbdee6;}
.avt-gbn{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    margin-right: 1px;
    line-height: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor : default;
    background-color:#7f98c5;
    border:1px solid #6a8aff;
    vertical-align:top;
    margin-top:3px;
}
.report-pms .comPopup-1 .contents{
    padding:0 !important;
}
.report-pms .v-window .v-window-item:nth-child(n+2){
    max-height:calc(100vh - 310px);
    overflow-y:auto;
}
/*#reportMng .quill-editor{
    height: 100%;
}*/
#reportMng .ql-editor{
    background-color:#f6f7f9;
    min-height:280px;
    /*height: 100%;*/
}

/*ql에디터*/
#reportMng .ql-toolbar.ql-snow{
    background:#f6f7f9;
}
.expand_btn_openYnN{
    width:24px;
    height:24px;
    margin-right:5px;
    display:inline-block;
    background:url("/images/theme/blue/btn_expand2.svg") no-repeat;
}
.expand_btn_openYnY{
    width:24px;
    height:24px;
    margin-right:5px;
    display:inline-block;
    background:url("/images/theme/blue/btn_expand_close2.svg") no-repeat left center;
    box-sizing:border-box;
}
