.nodeTree {
    text-align: center;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 5px 2px #d9d9d9;
}

.nodeTree thead th {
    background-color: #fafafa;
    color: #363636;
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    font-weight: 500;
}

.nodeTree thead tr:first-child th:first-child {
    padding-left: 16px;
}

.nodeTree thead tr:first-child th:last-child {
    padding-right: 22px;
}

.node-wrap {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    /* chromium 106.0.5249.61 에서 발생한 drag 시 paint 오류 수정을 위한 긴급 수정
    * https://bugs.chromium.org/p/chromium/issues/detail?id=1370030&q=drag&can=2 페이지 참조
    */
    transform: translate(0, 0);
}

.node-wrap ul li {
    padding-top: 8px;
}

.node-wrap ul li:after			{clear:both; height:0; content:"."; display:block; visibility:hidden;}

.node-wrap li ul li {
    padding-left: 32px;
}

.node-wrap li .handle {
    width: 16px;
    height: 16px;
    background-image: url('/resources/image/arrow-move_new.png');
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block !important;
    cursor: move;
}

.node-wrap .right {
    width: 860px; /* CDMSISSUE-6888 Function */
}

.node-wrap li .handler > div	{float:left; width:50%; text-align:right;}
.node-wrap li .placeHolder  	{margin-top:5px; border:1px dashed #cccccc;}
.node-wrap li .phLeft 			{display:inline-block; height:100%; width:15px;}
.node-wrap li .phCenter 		{display:inline-block; height:100%; width:30px;}
.node-wrap li .phRight 			{display:inline-block; height:100%; width:95%;}

.node-wrap span.chevronWrap {
    width: 16px;
    display: inline-block;
}

.node-wrap .liContent tbody td {
    border-right: 1px dashed #cccccc;
}

.node-wrap textarea {
    border-radius: 2px;
    border: solid 1px #d0d0d0;
    padding: 0 10px;
    height: 24px;
    width: 88px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
}

.node-wrap input {
    border-radius: 2px;
    border: solid 1px #d0d0d0;
    height: 24px;
    width: 110px;
    font-size: 13px;
    font-weight: 400;
    text-indent: 7px;
}

.node-wrap select {
    height: 24px;
    font-size: 13px;
    font-weight: 400;
}

.node-wrap input[type='checkbox'] {
    display: none;
}

.node-wrap input[type='checkbox'] + label {
    cursor: pointer;
}

.node-wrap input[type='checkbox'] + label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(/resources/image/check-box.png) left top no-repeat;
    cursor: pointer;
}

.node-wrap input[type='checkbox']:checked + label span {
    background: url(/resources/image/check-box-checked.png) left top no-repeat;
}

.node-wrap input[type='checkbox']:disabled + label span {
    background: url(/resources/image/check-box-disabled.png) left top no-repeat;
}

.node-wrap select:not([multiple]) {
    height: 24px;
    width: 110px;
    font-size: 13px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    border-radius: 2px;
    border: solid 1px #cdcdcd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../../image/dropdown01.png') no-repeat 97% 50%; /* 화살표 아이콘 추가 */
    background-color: #ffffff;
}

.node-wrap select::-ms-expand {
    display: none;            /* 화살표 없애기 for IE10, 11*/
}

/* .node-wrap table tbody tr td div a img {
    width: 14px;
    height: 16px;
} */

.estyle select option {
    padding: 0 10px 0 10px;
}

.node-list-wrap-t {
    border: 1px solid #d8d8d8;
    background-color: #ffe8ec;
    box-shadow: 0 0 5px 2px #dddddd;
}

.node-list-wrap-t .left {
    vertical-align: middle;
}

.node-list-wrap-t .right {
    vertical-align: middle;
    margin: 10px 0 10px 0;
}

.node-list-wrap-t .node-function {
    margin: 10px 0 0 16px;
    text-decoration: underline;
    cursor: pointer;
}

.node-list-wrap-c {
    border: 1px solid #d8d8d8;
    background-color: #d7f1f4;
    box-shadow: 0 0 5px 2px #dddddd;
}

.node-list-wrap-c .left {
    vertical-align: middle;
}

.node-list-wrap-c .node-function {
    margin-left: 8px;
    text-decoration: underline;
    cursor: pointer;
}

.node-list-wrap-c .left {
    margin: 6px 0 6px 0;
}

.node-list-wrap-c .right {
    margin: 6px 0 6px 0;
}

.node-list-wrap-c .chevronWrap {
    margin-left: 17px;
}

.node-list-wrap-c .handle {
    margin-left: 24px;
}

.node-list-wrap-c div div span:not(first-child) {
    margin-left: 24px;
}

.node-list-wrap-s {
    border: 1px solid #d8d8d8;
    background-color: #e8e4ff;
    box-shadow: 0 0 5px 2px #dddddd;
}

.node-list-wrap-s .left {
    vertical-align: middle;
}

.node-list-wrap-s .node-function {
    margin-left: 8px;
    text-decoration: underline;
    cursor: pointer;
}

.node-list-wrap-s .left {
    margin: 6px 0 6px 0;
}

.node-list-wrap-s .right {
    margin: 6px 0 6px 0;
}

.node-list-wrap-s .chevronWrap {
    margin-left: 17px;
}

.node-list-wrap-s .handle {
    margin-left: 24px;
}

.node-list-wrap-s div div span {
    margin-left: 24px;
}

.node-function {
    color: #4a90e2;
    width: 51px;
    display: inline-block;
}

.leaf-wrap {
    margin: 0 32px 7px 75px;
}

.leaf-wrap tbody tr td {
    text-align: center;
}

.leaf-wrap tbody tr td input {
    width: 90%;
    height: 24px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
}

.leaf-wrap tbody tr td input:disabled {
    background-color: lightgray;
}

.nodeItem {
    border: solid 1px #d8d8d8;
    overflow-x: hidden;
    overflow-y: auto;
    color: #363636;
}

.nodeItem thead th {
    padding: 5px 0 15px 0;
    background-color: #f7f7f7;
}

.nodeItem tbody td {
    padding: 3px 5px;
    background-color: #ffffff;
}

.nodeItem thead th span {
    color: #ff0000;
    vertical-align: middle;
}

.node-tree-title {
    font-size: 17px;
    font-weight: bold;
    color: #363636;
    padding-bottom: 10px;
}

.node-tree-title .right {
    font-size: 15px;
}

.node-tree-title .table-header-icon {
    vertical-align: sub;
    width: 19px;
    height: 19px;
}

.btn-del {
    margin-right: 7px;
}

.layer-wrap ul li div.right .nodeTree {
    box-shadow: none;
}

.layer-wrap .table-wrap1 {
    margin: 0;
    padding: 26px 5px 0 6px;
    max-height: 590px;
    overflow: auto;
}

/* Start: Preview List - node tree */
.nodetree-preview {
    height: 460px;
    margin: -10px -10px 0;
    border-bottom:1px solid #A7A7A7;
}
.nodetree-preview.condition {
    background-color: #D7F1F4;
}
.nodetree-preview.source {
    background-color: #E8E4FF;
}
.nodetree-preview-content {
    overflow: auto !important;
    height: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    white-space: nowrap !important;
}
.nodetree-preview-content .node-wrap ul li {
    padding-top: 0;
}
.nodetree-preview-content .node-wrap li ul li {
    padding-left: 26px;
    background: url('../../image/ico-depth.svg') no-repeat 0 3px;
}
.nodetree-preview-content .node-list-wrap-c {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    border: 0;
    background-color: transparent;
    box-shadow: 0 0;
    line-height: 24px;
}
.nodetree-preview-content .node-list-wrap-c .left {
    margin:0;
}
.nodetree-preview-content .node-list-wrap-c .handle {
    display: none !important;
}
.nodetree-preview-content .node-list-wrap-c .node-function {
    position: relative;
    width: auto;
    padding-right: 8px;
    margin-right: 4px;
    color: #363636;
    text-decoration: none;
    text-align: left;
}
.nodetree-preview-content .node-list-wrap-c .node-function::after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    border-right: 1px solid #9B9B9B;
}
.nodetree-preview-content .node-list-wrap-c div div span:not(:first-child) {
    margin-left: 0;
}
.nodetree-preview-content .node-list-wrap-c .chevronWrap {
    height: 16px;
    margin:0; 
}
.nodetree-preview-content .chevron {width: 16px; height: 16px; vertical-align: middle;}
/* End: Preview List - node tree  */

/* CDMSISSUE-6888 Function */
.node-function-wrap {
    padding: 9px 8px; 
    box-shadow: 0 0 0 2px #6930B8 inset;
}
.node-function-wrap table th,
.node-function-wrap table td {
    text-align: left;
}
.node-function-wrap table td label {
    padding-right: 12px;
    color: #363636;
    font-size: 15px;
}
.node-function-wrap table td label:not(:first-child) {
    margin-left: 24px;
}
.node-function-wrap .right-btn {text-align:right}
.node-function-wrap .right-btn .button {
    min-width: 60px;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    box-sizing: border-box;
}