@charset "utf-8";

/*신규*/

/* InputBox Text Clear button styles
--------------------------------------------- */
.flexbox {
    display: flex;
}

.flexbox.vertical {
    flex-direction: column;
}

.flexbox .flex {
    flex: 1;
}

.text-group {
    position: relative;
    width: 100%;
}

.text-group input[type=text]::-ms-clear {
    display: none;
}

.text-clear-group i {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 16px;
    cursor: pointer;
    color: #8e8e8e;
    background: transparent;
}

.text-group .padding-inline-end {
    padding-inline-end: 20px;
}

/* Custom page CSS (Not required)
--------------------------------------------- */

#exampleContainer {
    padding: 50px;
}

/* 리스트-폼 오픈시
------------------------------------- */
.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    color: #fff;
    border: 0;
}

.ui-dialog .ui-dialog-titlebar-close:before {
    content: '×';
    line-height: 16px;
    font-size: 20px;
    height: 20px;
    /*display: block;*/
}

.form-ui {
    height: 100%;
}

.dialog_form {
    top: 52px !important;
    z-index: 754 !important;
}

.dialog_form .form-ui {
    box-shadow: -1px 3px 5px 0 rgba(0, 0, 0, .2);
    border: 1px solid #d6d6d6;
    background-color: #fff;
}

.dialog_form:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}

.form-ui > .ui_form {
    height: 100%;
    background-color: #fff;
}

.form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.appr-form .form {
    display: block;
}

.form-header {
    height: 35px;
    overflow: hidden;
    padding: 10px;
}

.form-header .title {
    color: #292929;
    font-size: 19px;
    font-weight: 600;
}

.form-body {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dialog_form .form-body {
    margin-top: -36px;
}

.svc-conent-right .form-body {
    margin-top: -36px;
}

.popup-layout .form-header {
    display: none;
}

#appr_form_content .form-ui > .ui_form .form,
#appr_form_content .form-ui > .ui_form .form .form-body,
#appr_form_content .form-ui > .ui_form .form .form-body .form-body-contents {
    height: auto;
    display: block;
}

.dialog_form #appr_form_content .form-ui > .ui_form .form .form-body {
    margin: 0;
}

.dialog_form #appr_form_content .form-ui > .ui_form .form .form-body .form-body-contents .form-main {
    padding: 15px;
    margin: 0;
}

.popup-layout .form-body-contents,
.dialog_form .form-body-contents,
.xtree-form .form-body-contents,
.xview-layout .form-body-contents,
.check_list_view .form-body-contents,
.page-body > .content > .form-ui .form-body-contents {
    height: 100%;
}

.popup-layout #content {
    padding: 10px 15px;
}

.form-main {
    padding: 53px 15px 15px;
    margin-top: -53px;
    min-height: 500px;
}

.form-main > div {
    margin-right: 55px;
}

.form-main > div:last-child {
    margin-right: 0 !important;
}


.form-main.height {
    height: 100%;
    /*     overflow-y : auto; 06/06 */
    /*     overflow-x: hidden; 06/06 */
}

.form-main-contents {
    margin: 0;
    flex: 1;
}

.form-main-contents.height {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.dialog_form .form-main-contents.height {
    /*padding: 0px 0px 0px 15px;*/
}

.popup-layout .form-main-contents {
    padding: 0;
    /*margin-right : 61px;*/
}

.form-top {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 13px;
    overflow: hidden;
}

.form-top > div.top-btn {
    position: relative;
    width: 100%;
    padding: 10px 0px 10px 15px;
    overflow: auto;
    text-align: right;
}

.popup-layout .form-top > div.top-btn {
    overflow: auto;
    padding: 10px 0;
}


.form-bottom {
    width: 100%;
    padding: 10px 0px;
    z-index: 1;
    background: #f7f7f7;
    -ms-flex: none;
}

.page-body > .content .form-floating-click-area,
.popup-layout > .content .form-floating-click-area {
    display: none;
}

.page-body > .content .form-body-contents {
    display: flex;
    flex-direction: column;
}

.page-body > .content .form-main {
    padding: 15px;
    margin: 0;
    flex: 1;
}

.page-body > .content .svc-conent-right .form-main {
    padding: 53px 15px 15px;
    margin-top: -53px;
}

.form-floating-click-area {
    width: 49px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -49px;
    background: transparent;
}

#appr_form_content .form-floating-click-area {
    display: none;
}

.form-floating-click-area .btn-form-close {
    /* width: 42px; */
    height: 49px;
    padding: 8px;
    margin-left: 7px;
    background: #fff;
    -webkit-box-shadow: -1px 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, .2);
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.form-floating-click-area .btn-form-close .close-icon {
    background: url('/images/popup/btn_close.png') no-repeat;
    width: 33px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
}


.form-main input.field_ro:focus,
.form-main input[type="text"].field_ro:focus,
.form-main input[type="password"].field_ro:focus,
.form-main input[type="email"].field_ro:focus,
.form-main input[type="number"].field_ro:focus,
.form-main textarea.field_ro:focus {
    background: #fafafa;
    border: 1px solid #dbdbdb;
}

.form-main .input-box,
.list-main .input-box {
    position: relative;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form_field {
    padding-top: 10px;
}

.form_wrap-g {
    float: left;
    padding: 0px 5px;
}

.form_wrap-g.scroll {
    /* 화면 공백이 발생하여 주석 처리하면 스크롤이 각 폼마다 스크롤 안생김. */
    height: 100%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
}

.form_wrap-g.categoriesNo {
    padding-right: 5px;
}

.form_wrap-g .fg-wrap {
    float: left;
    padding: 0px 5px;
}

#GLeft_wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#GRight_wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}


/* Form Category Boxes
------------------------------------- */

.categories-boxes-container ul {
    list-style-type: none;
    position: relative;
    width: 60px;
    margin: 0px;
    padding: 0px;
}

.categories-boxes-container ul.mini {
    /*     padding-left: 0px; */
}

.categories-boxes-container ul li {
    height: 145px;
    width: 60px;
    position: relative;
    margin-top: -2px;
}

.categories-boxes-container ul li:first-child {
    margin-top: 0;
}

.categories-boxes-container ul li.active {
    padding-left: 0;
    z-index: 1;
}

.categories-boxes-container ul li.active a {
    left: -4px;
    width: 64px;
    border: 2px solid #1ab394;
    border-right: none;
}

.categories-boxes-container ul li.active a i {
    margin-left: -2px;
}

.categories-boxes-container ul li.active a h5 {
    padding-right: 2px;
}

.categories-boxes-container ul li.active .categories-cnt {
    left: -8px;
}

.categories-boxes-container ul li a {
    text-decoration: none;
    position: absolute;
    width: 60px;
    border: none;
    /* padding: 11px; size*/
}

.form-categories {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 15px;
    top: 53px;
    z-index: 21;
}

.page-body > .content .form-categories {
    top: 15px;
}

.page-body > .content .appr_form_content .form-categories {
    top: 53px;
}

.form-categories .form_wrap-c {
    position: relative;
}

.cate-fix-btn {
    display: none;
}

.cate-fix .cate-fix-btn,
.form.file-toggled .cate-fix-btn {
    z-index: 1;
    display: block;
}

.form-categories .categories-cnt {
    position: absolute;
    background-color: #ff5f45;
    text-align: center;
    min-width: 18px;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    top: -6px;
    left: -6px;
    z-index: 10;
    border-radius: 10px;
}

.form-categories-mini {
    position: relative;
    padding-left: 15px;
}


.form-categories-mini .categories-cnt {
    position: absolute;
    background-color: #ff5f45;
    text-align: center;
    min-width: 18px;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    top: -6px;
    left: -6px;
    z-index: 10;
    border-radius: 10px;
}

.form-categories-mini .categories-boxes-container ul li {
    float: left;
    margin-right: 12px;
}

.form-categories .categories-boxes-container {
    margin-right: -4px;
}

.dialog_form .form:not(.file-toggled) .form-categories .categories-boxes-container {
    margin-right: 0;
}

.dialog_form #form_div .form-top {
    margin-bottom: 0;
}

.form-categories-mini .categories-boxes-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.category-small-box {
    background-color: #ffffff;
    text-align: center;
    color: #293846;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: -2px 0px 3px 0px #d6d6d6;
    border-radius: 5px 0 0 5px;
    /*border-radius: 0;*/
    cursor: pointer;
    height: 145px;
}

.category-small-box:after {
    content: '';
    width: 2px;
    background: #fff;
    position: absolute;
    top: -2px;
    bottom: -2px;
    right: 0;
}


.apr_view .category-small-box:after {
    top: 0px;
}

.apr_view .categories-boxes-container ul li {
    margin-top: 0px;
}


.categories-boxes-container ul li:first-child .category-small-box:after {
    top: 0;
}

.category-small-box i {
    font-size: 20px;
    display: inline-block;
    margin-right: 8px;
    color: #5f5f5f;
}

/* Hover Animation -------------- */
.category-small-box:hover {

}

.category-small-box .category-label {
    font-size: 15px;
    writing-mode: vertical-rl; /*글자 세로*/
    -ms-writing-mode: tb-rl;
    letter-spacing: -1px;
    margin-right: 25px;
}

/*IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .category-small-box .category-label {
        letter-spacing: 0;
    }
}

/* safari 7.1+*/
_::-webkit-full-page-media, _:future, :root .category-small-box .category-label {
    letter-spacing: 0;
}


.category-small-box:hover i::before,
.category-small-box:hover h5,
.categories-boxes-container ul li.active .category-small-box i::before,
.categories-boxes-container ul li.active .category-small-box h5 {
    color: #1ab394;
}

.file-toggled .form-main-contents {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form_wrap-g {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: none;
    width: 100%;
}

/* Category Box
------------------------------------- */

.category_content {
    position: relative;
    height: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border: 2px solid #1ab394;
    border-right: none;
    border-radius: 5px 0 0 5px;
    /*border-radius: 0;*/
    box-shadow: 2px 2px 9px 1px #949494;
    overflow-y: auto;
    overflow-x: hidden;
}


.form_wrap-c.relative .category_form {
    transform: translate3d(0, 43%, 0);
    display: none;
}

.form_wrap-c.relative .category_form.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    width: 400px;
    height: 100%;
}

.form_wrap-c.relative .category_form.active.mini {
    transform: translate3d(0, 0, 0);
    -ms-transform: none;
    display: block;
    z-index: 11;
    position: absolute;
    width: 60%;
    top: 0px;
    bottom: 0px;
    left: 30px;
}

.form_wrap-c.relative.rel {
    position: relative;
}

.category_form-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 16px 1px;
    color: #333;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
}

/* form-category 댓글 scroll */
.form-categories .category_content > div {
    height: 90%;
}

.form-categories .comment_body {
    height: 100%;
}

.form-categories .comment-contents {
    height: calc(100% - 130px);
    overflow-y: auto;
}

/* form-category file container */
.ajax-file-upload-error,
.ajax-file-upload-statusbar.file-error,
.file-error {
    padding: 10px 0 15px !important;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: 600;
}

.ajax-file-upload-error > b,
.ajax-file-upload-statusbar.file-error > b,
.file-error > b {
    font-size: 1rem;
}

.error-message {
    color: #b54040;
    font-weight: 600;
    font-size: 0.9rem;
    position: relative;
    padding: 5px 10px 5px 25px;
    background-color: #e9d9d9;
    border-radius: 5px;
    line-height: 1.5;
    margin: 10px 0;
}

.error-message:before {
    content: '\f06a';
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    left: 6px;
}


/* History Map
------------------------------------- */

.timeline-text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -1px;
}

.timeline-text.clo_tas {
    background: #747474;
    border-radius: 10px;
    padding: 10px;
    width: 50px;
    color: #fff !important;
    margin-bottom: 10px !important;
}

.clo_tas_btn {
    position: relative;
    margin-left: -20px;
}

.timeline-sm-item p {
    font-size: 14px;
    letter-spacing: -1px;
}

.timeline-sm {
    padding-left: 104px;
    padding-bottom: 10px;
    overflow: hidden;
}

.timeline-sm .timeline-sm-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 40px;
    border-left: 2px dashed #dee2e6;
}

.timeline-sm .timeline-sm-item:first-child:before {
    display: none;
}

.timeline-sm-item + .clo_tas_btn:before,
.timeline-sm .timeline-sm-item:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -2px;
    width: 2px;
    height: 100%;
    background-color: #4E89AE;
}

.timeline-sm-item + .clo_tas_btn:before {
    top: -100px;
    left: 20px;
    height: 100px;
}

.timeline-sm .timeline-sm-item .timeline-sm-date {
    position: absolute;
    left: -104px;
    font-size: 15px;
}

.timeline-sm .timeline-sm-item .timeline-sm-date.ing {
    color: #ff5e00;
}

.timeline-sm .timeline-sm-item .timeline-sm-date.top {
    top: 35px;
    line-height: 1px;
}

.timeline-sm .timeline-sm-item:after,
.dueline-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #828282;
    z-index: 1;
}

/* 진행예정 li */
.dueline-item {
    position: relative;
    padding: 0 0 20px 40px;
    border-left: 2px dashed #dee2e6;
}

.dueline-item:after {
    top: 7px;
    border-color: #fadcac;
}

.due-item {
    display: inline-block;
    color: #707070;
    font-weight: 400;
}

/* 반려 */
.timeline-reject .timeline-text + p,
.timeline-reject .timeline-text {
    color: #f16161;
}

/* Form Tab
------------------------------------- */
.tabs-nav.border-line li {
    line-height: 29px;
}

.tabs-nav.border-line li:focus-visible {
    outline: 0px !important;
}

.border-line .tabs-nav li a {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: 1px solid #e0e0e0;
}

.border-line .tabs-nav li a:hover,
.border-line .tabs-nav li.active a {
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #fff;
    color: #1ab394;
    cursor: pointer;
}

.tabs-div {
    display: flex;
}

.tabs-area {
    border: 1px solid #dee2e6;
    padding: 10px 20px;
}

.tabs-area.line-no {
    border: none;
}

/* Record
------------------------------------- */

/*
.recordGroup_all ul.record li {
    padding-left : 10px !important;
}

.recordGroup_all ul.record li ul li  {
    padding-left : 70px !important;
}

*/

.recordGroup_all.style-1 .tabs-container .tab-content {
    padding: 0;
}

.recordGroup_all .dashboard-list-box.invoices ul li strong {
    color: #474747;
}

.recordGroup_all .dashboard-list-box.invoices ul li ul li span {
    color: #474747;
}

.recordGroup_all .style-2 .trigger a {
    padding: 15px;
}

/* Memo
------------------------------------- */

.memoGroup_all.style-2 .trigger a {
    padding: 15px;
}

.memoGroup_all .dashboard-list-box.with-icons ul li {
    padding-left: 0px !important;
}

.memoGroup_all .dashboard-list-box.invoices li {
    padding: 8px !important;
}

.memo_btn {
    text-align: center;
}

.memo_btn .memo_btn_save {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
    background: #838383;
}

.memo_btn .memo_btn_cancel {
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    color: #777;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
    background: #eee;
}

/* File Options  Button
------------------------------------- */
.dz-default.dz-message span {
    font-size: 14px;
}

/*
.file-options-trigger.active i { transform: rotate(180deg); }

.form.file-toggled .file-options-trigger.active {
    background: #293846 !important;
    color: #fff;
}
*/

/* Form Common
------------------------------------- */

.form-field {
    margin-bottom: 2px;
}

.field-label {
    padding-left: 6px;
    font-size: 14px;
    margin: 11px 0 0;
}

.atom-group input,
.atom-group input[type="text"] {

}

.atom-group .frm_comment {
    width: 98%;
    padding-top: 7px;
    line-height: 150%;
    padding-left: 5px;
}

.atom-group textarea {
    height: 100px;
}

/* input.field_rq:valid {
 	border: 1px solid #dbdbdb !important;
 	background-color: #fff !important;
} */

/* input.field_rq:focus {
 	background-color: #fff!important;
 	border: 1px solid #1ab394 !important;
 } */

select.field_rq {
    /* border-left : 2px solid #ff5f45; */
    border: 1px solid #ffd3cc !important;
    /* background : #fff5f5; */
}

select option {
    background: #fff;
}

.field_value input.field_ro {
    background: #fafafa;
    border: 1px solid #dbdbdb;
}

.div-input-box {
    min-height: 32px;
    line-height: 30px;
    padding: 0 5px;
    outline: none;
    font-size: 13px;
    color: #2a2a2a;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    opacity: 1;
    border-radius: 3px;
    width: 100%;
    cursor: default;
}

.div-input-box:empty:before {
    content: attr(placeholder);
    color: #707070;
    opacity: 1;
}

.div-input-box.right-clear {
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.div-input-box.left-clear {
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.div-input-box.all-clear {
    border: 0px;
    border-radius: 0px;
}

.div-input-box.all-square {
    border-radius: 0px;
}

.div-input-box.left-square {
    border-radius: 0px 3px 3px 0px;
}

.div-input-box.right-square {
    border-radius: 3px 0px 0px 3px;
}

.div-input-box.field_ro {
    border-color: #dbdbdb;
    background-color: #fafafa;
}

.div-input-box.field_rq {
    border-color: #ffd3cc;
    background-color: #fff5f5;
}

.div-input-box.field_rq:not(:empty) {
    border-color: #dbdbdb;
    background-color: #ffffff;
}

/*팝업 폼 - 히스토리/플로우 등의 체크박스 영역부터 컨텐츠 영역을 포함하는 영역*/
#form_top_wrap {
    padding: 15px 15px 0px 15px;
    display: none; /*06/06*/
}

/*기존 */

.intro_box {
    padding: 0 0 10px 0;
    border: 0px solid #f5f5f5;
}

.intro_box .html {
    padding: 5px;
    font-size: 1rem;
    text-align: left;
    background: url('/images/ui/widget/form/form_desc_bg.gif') repeat-x;
    border: 1px solid #aaaaaa;
    color: #444444;
}

.intro_box .html li {
    list-style: none;
}

.form_wrap {
    /*padding: 20px 10px 0;*/
}

.selbox {
}

.grp_selbox {
}

.set_nonselbox {
}

/*폼 - 그룹 - 타이틀 Table*/
.grp_title {
    width: 100%;
    background-color: #fff;
    color: #636363;
    /* box-shadow: 2px 2px 3px 1px #bfbfbf; */
    border: 1px solid #d2d4d6;
}


/*폼 - 그룹 - Text TD*/
.grp_title_text {
    text-align: left;
    vertical-align: middle;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #292929;
    width: 50%;
}

.grp_title_info {
    padding: 10px 30px;
    width: 50%;
}

.grp_title_info img {
    float: right;
}


.btn-arrow {
    font-size: 23px;
    width: 16px;
    height: 16px;
    transform: translate(0px, 1px);
    cursor: pointer;
}

.btn-arrow.collapsed {
    transform: rotate(180deg) translate(0px, -6px);
}

/* 승인 폼 */
.appr_title_icon {
    width: 50%;
    padding-right: 20px;
}

.appr_title_icon img {
    float: right;
    padding: 20px 10px;
}

.appr_title_text {
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #787878;
    padding: 10px;
    width: 50%;
    float: left;
    padding-left: 30px;
}

.grp_selbox.grp_title {
    border-top: 2px solid #293846;
}

.app_inner_title {
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
    border-top: 2px solid #1ab394;
}

div.pane .appr_box {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    border-top: 0px;
}

/* 승인 라인*/
div.pane .appr_box .header th {
    border: 1px solid #d8d8d8;
    padding-left: 10px;
    background-color: #FDFDFD;
    border-right: none;
    text-align: center;
}

div.pane .appr_box .header th:last-child {
    border-right: 1px solid #d8d8d8;
}

div.pane .appr_box .data td {
    border: 1px solid #d8d8d8;
    padding-left: 10px;
    border-top: none;
    border-right: none;
}

div.pane .appr_box .data td:last-child {
    border-right: 1px solid #d8d8d8;
}

div.pane .appr_box .data td pre.appr_comment {
    white-space: pre-wrap;
    color: #707070;
}

.grp_selbox .grp_title {
    box-shadow: none;
    border-bottom: 1px solid #d2d4d6;
}

/*폼 - 그룹 - Icon */
.grp_title_icon img {
    cursor: pointer;
    float: right;
    padding-left: 17px;
    padding-top: 7px;
}

/*폼 - 그룹 - 타이틀 Table*/
.grp_desc {
    font-size: 15px;
    letter-spacing: -1px;
    float: right;
}

.grp_desc span {
    font-size: 12px;
    font-weight: bold;
    color: #ff3434;
}

/*폼 - 그룹 - 본문 */
.grp_content {
    width: 100%;
    border: 1px solid #d2d4d6;
    margin-bottom: 5px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    /* box-shadow : 2px 2px 3px 1px #bfbfbf; */
    border-top: 0;
}

/*폼 - 그룹 - 본문 Table, 그룹과 그룹사이에 15px margin 부여*/
.grp_content_tab {
    width: 100%;
    border-right: 1px solid #CFDBE2;
    border-left: 1px solid #CFDBE2;
}


/*폼 - 셋 - Text TD*/

.set_title {
    margin: 10px 0;
    border-bottom: 1px solid #d6d6d6;
}

.set_title_text {
    padding: 0px 0 5px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}


/*폼 - 그룹 - 본문 - SET - Field Wrapper Table - TD. */
.set_selbox {
    width: 100%;
}

/*폼 - 그룹 - 본문 - SET - Field Wrapper Table - First Field Table*/
.set_content {
    padding: 0;
    margin: 0;
    table-layout: fixed;
    width: 100%;
}

.set_html {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/*폼 ROW*/
.field_tr {
}

.field_tr.row_hide {
    display: none;
}

/*폼 - 그룹 - 본문 - SET - Field Wrapper Table - First Field TD*/
.field_selbox {
    border-bottom: 1px solid #fff;
}

.field_selbox.field_hide > table {
    display: none;
}

.field_selbox.field_sshide:before {
    border-left: 1px solid #000000;
    width: 2px;
    height: 100%;
    content: " ";
}

.field_selbox:nth-child(2n).field_hide {
    color: red;
}

/*폼 - 그룹 - 본문 - SET - Field Wrapper Table - First Field Table - Second Field Table */
.field_layout {
    padding: 0;
    margin: 0;
    table-layout: fixed;
    /* height:40px;*/
    width: 100%;
    vertical-align: middle;
    color: #333333;

}

/*폼 참조 설명 */
div.frm_comment {
    background-color: #f3f4f5;
    padding: 10px;
    border-radius: 5px;
    color: #292929;
    margin-bottom: 15px;
}

/*폼 - 그룹 - Tab Table - First Field TD*/
.stab {
    width: 100%;
}

/* 단계 ui list */
.stepUl {
    margin-bottom: 0;
}

.stepUl, .stepUl li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
}

.stepUl > li:after {
    content: '';
    position: absolute;
    right: -15px;
    top: calc(50% - 4px);
    width: 7px;
    height: 7px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #4E89AE;
    transform: rotate(45deg);
    margin: 0 5px;
}

.stepUl > li:last-child:after {
    display: none;
}

.stepUl > li {
    position: relative;
    border-radius: 13px;
    background-color: #f1e5d6;
    padding: 0 8px;
    margin: 3px 7px 0;
    line-height: 1.8;
}

.stepUl > li:last-child {
    background-color: #edbe83;
}


/*Field Label Style Start*/


.field_label_require {
    /* padding-left: 13px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.field_label_require:before {
    content: "*";
    color: #ff3434;
    font-weight: 600;
    margin-left: -12px;
    margin-right: 1px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.field_label_readonly {
    color: #2a2a2a;
    border-right: 20px solid #FFF;
    border-left: 20px solid #FFF;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.field_label_hidden {
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    display: none;
}

.field_label_l {
    color: #2a2a2a;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;

}

.field_label_require_l {
    color: #2a2a2a;
    border-left: 20px solid #FFF;
    border-right: 20px solid #FFF;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.field_label_require_l:before {
    content: "*";
    color: red;
    margin-left: -12px;
    margin-right: 5px;
}

.field_label_readonly_l {
    color: #2a2a2a;
    border-left: 20px solid #FFF;
    border-right: 20px solid #FFF;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

/*Field Label Style END*/

/*Field Value Style Start*/
.field_value {
    padding: 4px 6px 4px 6px;
    text-align: left;
    font-size: 1rem;
}

/*Radio또는 CheckBox*/
.field_value_rc {
    text-align: left;
    padding: 0px 6px 10px 6px;
    font-size: 1rem;
}

/*Date.DTTM*/
.field_value_dt {
    text-align: left;
    padding: 4px 2px 4px 6px;
    font-size: 1rem;
}

.field_value .jqx-editor .jqx-widget-header {
    background-color: #f8f8f8;
}

.field_value .jqx-editor.jqx-widget-header {
    background-color: #f8f8f8;
}

/*폼 - 그룹 - tabset Table*/
.tabset {

    width: 100%;
}

/*폼 - 그룹 - condtabset Table*/
.condtabset {
    width: 100%;
}

div.title_panel div.print {
    float: right;
    width: 67px;
    height: 28px;
    margin: 2px;
    padding-right: 0px;
    background: url(/images/btn/btn_print.png) 0px 2px no-repeat;
}

#form_title_text A {
    COLOR: #FFFFFF;
    TEXT-DECORATION: underline;
    cursor: pointer;
    cursor: hand;
}

#form_title_text A:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#form_title_text A:active {
    color: #FFFFFF;
    text-decoration: underline;
}

/*START*/

.selbox_selected {
    border: 2px dashed #ff0000;
    background-color: #eeeeff;
}

.attach_tr .field_label {
    border-right-width: 0px;
    background-color: transparent;
    display: inline-block;
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.file_content {
    margin-bottom: 15px;
    border: 1px solid #CFDBE2;
    background: #fff;
}

hr.set_delim {
    margin: -1px;
    border-bottom: 1px solid #9fc1d6;
    border-top: 1px solid #6a95b0;
}

div.set_delim {
    /*height:3px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
  background-color:#ffffff;*/

}

.field_layout_noborder {
    background-color: #ffffff;
}

.empty {
    height: 0px;
    background-color: #ffffff;
}

.empty_focus {
    height: 5px;
    background-color: #ff0000;
}

#drag_item {
    border: 1px solid #8888ff;
    background-color: #aaaaff;
    width: 100px;
    height: 100px;
    position: absolute;
    cursor: hand;
    cursor: pointer;
    filter: Alpha(Opacity=50);
}

/*END*/


textarea {
    padding: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 13px;
}

.file {
    font-size: 12px;
    height: 59px;
    padding: 0px;
}

.file-prod-mgmt {
    font-size: 15px;
}

/*마우스 클릭 이벤트 발생 시 오브젝트 Style*/
input.field_focus {
    border: 1px solid #fdfdfd; /* #009EDF */
}

input.field_ro {
    background: #fafafa;
}

div.field_ro .field_label_require:before,
div.relation.field_ro .grid_header_lb_require:before {
    content: ' ';
}

select.field {
    font-size: 12px;
    color: #606060;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
}


select.field_ro {
    font-size: 11px;
    color: #606060;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
}

textarea.field {
    font-size: 13px;
    color: #606060;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    line-height: 20px;
}

textarea.field_ro {
    color: #606060;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
}

textarea.field_rq {
    border-color: #ffd3cc;
}

textarea.field_focus {
    font-size: 12px;
    color: #454545;
    background-color: #ffffff;
    border: 1px solid #0076c1;
}

iframe.field_rq {
    border-left: 2px solid #ff5f45;
}

.field_value input.field_rq.field-set {
    background: #ffc1940f;
}

.field_value input.field.field-set {
    background: #ff95470f;
}

div.selectbox {
    width: 100%;
}

div.selectbox img {
    vertical-align: middle;
}

div.selectbox .button_layout {
    color: #A3AAAE;
    font-size: 12px;
    cursor: pointer;
    height: 25px;
    border: 0;
}

.button_layout {
    cursor: pointer;
}

.button_layout .btnr {
    background: url("/images/btn/btn_current_time_right.png") no-repeat;
    padding: 0px;
    margin: 0px;
    width: 7px;
    height: 25px;
}

.button_layout .btnc {
    background: url("/images/btn/btn_current_time_center.png");
    height: 25px;
    text-align: center;
}

.button_layout .btnl {
    background: url("/images/btn/btn_current_time_left.png") no-repeat;
    padding: 0px;
    width: 28px;
    height: 25px;
}

.button_layout .btnr-hover {
    background: url("/images/btn/btn_current_time_right_hover.png") no-repeat;
    padding: 0px;
    margin: 0px;
    width: 7px;
    height: 25px;
}

.button_layout .btnc-hover {
    background: url("/images/btn/btn_current_time_center_hover.png");
    height: 25px;
    text-align: center;
}

.button_layout .btnl-hover {
    background: url("/images/btn/btn_current_time_left_hover.png") no-repeat;
    padding: 0px;
    width: 28px;
    height: 25px;
}

/* select box */
div.selectbox .sel_title {
    width: 100%;
    height: 25px;
    overflow: hidden;
    padding-left: 1px;
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: left;
    line-height: 23px;
    color: #606060;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* select box list */
div.selectbox .sel_list_box {
    float: left;
    position: absolute;
    z-index: 0;
    background-color: #ffffff;
}

/* select box arrow */
div.selectbox .sel_arr {
    width: 24px;
    height: 25px;
    overflow: hidden;
    padding: 0;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.selectbox .sel_list_box .data_items {
    font-size: 12px;
    color: #606060;
    text-align: left;
    padding: 2px 0 1px 5px;

}

.data_items A:hover {
    color: #666666;
    text-decoration: underline;
}

.data_items A:active {
    color: #666666;
    text-decoration: underline;
}

div.require {
    position: absolute;
    left: -3px;
    top: -2px;
    z-index: 5;
    width: 8px;
    height: 8px;
}

.btn_area {
    /* 	position:fixed;bottom:0;right:0px;
        background-color:#dfefff;
        width:100%;
        border-top:2px solid #e5eaff;#afcfef; */
}

.btn_area .line {
    /* 	height:1px;
        border-top:1px solid #afcfef;#3690c3; */
}


/* sla label 추가 Start */
.field_label_top {
    font-weight: bold;
    background-color: #F2F5F6;
    color: #666666;
    border-right: 1px solid #CFDBE2;
    text-align: left;
    vertical-align: middle;
    padding-left: 18px;

    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 11px;
    width: 140px;
    height: 73px;
    vertical-align: top;
}

.field_value_top {
    padding: 11px 6px 4px 7px;
    text-align: left;
    vertical-align: top;
}

/* sla label 추가 End */

/*
UIFORM 재정의
 */

.ui-widget {
    font-size: 0.95rem;
}

/*
.ui-widget-content {
    border: 1px solid #CFDBE2;
    padding: 10px 0;
}
*/

.ui-tabs .ui-tabs-panel {
    padding: 5px;
}

.tabs.ui-widget-content {
    padding-top: 0;
    border: none;
}

.ui-tabs-panel.ui-widget-content {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}

.ui-tabs-panel {
    overflow: auto;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-tab-state-hidden {
    display: none;
}

/* Form flow */
table.flow_history {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    width: 100%;
}

table.flow_history .ing table {
    background-color: #aa9983;
    text-align: center;
    border-collapse: separate;
}

table.flow_history .ing .tas {
    font-weight: bold;
    background-color: #748DAC;
    color: #ffffff;
    border-radius: 2px;

}

table.flow_history .ing .emp {
    background-color: #f6f8fa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table.flow_history .reg table {
    background-color: #aa9983;
    text-align: center;
    border-collapse: separate;
}

table.flow_history .reg .tas {
    font-weight: bold;
    background-color: #9ec9e3;
    color: #ffffff;
    border-radius: 2px;
}

table.flow_history .reg .emp {
    background-color: #f6f8fa;

}

table.flow_history .cur table {
    background-color: #aa9983;
    text-align: center;
    border-collapse: separate;

}

table.flow_history .cur .tas {
    font-weight: bold;
    background-color: #4F637D;
    color: #ffffff;
    border-radius: 2px;

}

table.flow_history .cur .emp {
    background-color: #f6f8fa;

}

table.flow_history .clo table {
    background-color: #aa9983;
    border-collapse: separate;
}

table.flow_history .clo .tas {
    font-weight: bold;
    background-color: #314256;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
}

table.flow_history .clo {
    margin-right: auto !important;
}

/* 만족도 */
.satisfy {
    width: 100%;
}

/* top영역 */
.satisfy .top {
    position: relative;
    padding: 10px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #1bb394;
    background-color: #fafafa
}

/* top 오른쪽 영역의 글자 */
.satisfy .top .ctt_right .title {
    font-size: 18px;
    color: #3e3e3e;
    font-weight: bold;
    margin: 0;
}

.satisfy .top .ctt_right .title p {
    line-height: 27px;
}

/* top 오른쪽 영역의 서브글자 */
.satisfy .top .ctt_right .sub {
    font-size: 12px;
    color: #707070;
    margin: 0;
}

.satisfy .top .ctt_right .sub p {
    line-height: 23px;
}

/* 내용 */
.satisfy .ctt {
    padding: 0px;
    margin: 0px;
}

/* 내용 item */
.satisfy .ctt .item {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-top: none;
    padding: 15px;
}


/* 질문 */
.satisfy .ctt .item .quest .qust {
    width: 100%;
    font-size: 17px;
    color: #666666;
    font-weight: bold;
}

/* 답변 */
.satisfy .ctt .item .answer {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.satisfy .ctt .item .answer .row {
    margin: 0;
    padding: 8px 0px 0px 0px;
}

.satisfy .ctt .item .answer .col {
    margin: 0;
    padding: 0;
    line-height: 15px;
    vertical-align: middle;
}

.satisfy .answer.container input[type="radio"] + label {
    line-height: 18px;
}

.pane {
    clear: both;
}

/* Popup-Form Title
------------------------------------- */

.form-title {
    background: linear-gradient(to left, #30475E, #292929);
    padding: 10px;
    display: flex;
}

.form-title.center {
    justify-content: center;
}

.form-title .form-title-text {
}

.form-title .form-title-text span {
    font-size: 21px;
    padding-left: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}

.form-title .form-title-icon {
    flex: 1;
    text-align: right;
}

/* Guide
------------------------------------- */

#guide_body {
    border: 1px solid #eaeaea;
    padding: 10px 20px;
}

#guide_header {
    font-size: 18px;
    padding: 10px 0 20px;
}

#guide_header i {
    margin-right: 10px;
}


#guide_body ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

#guide_body p {
    line-height: 23px;
}

/* 결재 관련 폼 css */
#appr_form_content .form-ui {
    border-left: 1px solid #d2d4d6;
    box-shadow: 2px 2px 3px 1px #bfbfbf;
}

.dialog_appr_form > .form-ui > .form > .form-header {
    display: none;
}

.dialog_appr_form > .form-ui > .form > .form-body > .form-top > div.top-btn {
    box-shadow: none;
}

.dialog_appr_form > .form-ui > .form > .form-body > .form-top {
    background: unset;
}

/* form-category fix */
.cate-fix .form-main {
    display: flex;
}

.page-body > .content .cate-fix .form-main {
    padding: 15px 0 15px 15px !important;
}

.page-body > .content .cate-fix .form-main .form-categories {
    margin-right: 0 !important;
}

.cate-fix .form-main > div {
    margin-right: 15px;
}

.cate-fix .form-main .form-categories {
    position: static;
    margin-right: -16px !important;
}

.cate-fix .form-field {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

/*
    * 결재 시스템
*/
.condition {
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.condition .filter-content,
.condition .filter,
.condition .filter-label {
    display: inline-block;
}

.condition .btn-search {
    cursor: pointer;
}

/* 조직도 */
.org-area {
    display: flex;
}

.org-tree {
    position: relative;
    width: 250px;
    box-shadow: 4px 4px 0 0 #f1f1f1;
    border: 1px solid #d2d2d2;
    padding: 10px;
    box-sizing: border-box;
}

.org-tree .svc_content {
    height: auto;
}

.org-tree .svc_content .jqx-tree {
    height: 202px;
    width: 228px !important;
    box-sizing: border-box;
    border-color: #dbdbdb;
    margin: 5px 0;
}

.org-tree .org-tree-detail .jqx-listbox {
    box-sizing: border-box;
    border-color: #dbdbdb;
}

.appr-button-group {
    display: flex;
    flex-wrap: wrap;
    width: 50px;
    align-content: center;
    margin: 0 20px;
}

.appr-button-group button {
    font-size: 0.9rem;
    cursor: pointer;
    display: block;
    border: 0;
    padding: 0 5px;
    margin: 5px 0;
}

.appr-button-group button:hover {
    color: #fff;
    background-color: #292929;
}

.appr-line-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-shadow: 4px 4px 0 0 #f1f1f1;
    border: 1px solid #d2d2d2;
    padding: 10px;
    box-sizing: border-box;
}

.appr-line-box .panel {
    margin-bottom: 40px;
}

.appr-line-box .box-appr {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.appr-line-box .panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 10px 0;
}

.appr-line-box .jqx-widget-header {
    font-weight: 600;
}

.appr-line-box .btn-del-appr {
    font-size: 0.9rem;
    font-weight: 500;
    border-color: #dbdbdb;
}

.appr-line-box .btn-del-appr:hover {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}

.appr-user-line {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    padding: 0 10px;
}

.appr-user-line label {
    font-size: 1rem;
    font-weight: 500;
    margin: 10px 10px 10px 0;
}

.appr-user-line select {
    width: auto;
}

.appr-user-line .btn {
    color: #fff;
    font-size: 0.9rem;
    padding: 3px 5px;
}

.appr-user-line .btn:hover {
    box-shadow: 0 0 5px 1px #a9a9a9;
}

.appr-user-line .btn-add {
    background-color: #CBAF87;
}

.appr-user-line .btn-save {
    background-color: #4E89AE;
}

.appr-user-line .btn-del {
    background-color: #292929;
}

.appr-line-panel {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* 결재정보 */
.ui-dialog .ui-dialog-title {
    letter-spacing: 0 !important;
}

.preform_area {
    padding: 20px;
}

#approval, .preform_area, #approval form, .appr-info-wrap {
    height: 100%;
}

.appr-info-wrap {
    position: relative;
    overflow: hidden;
}

.appr-info-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: 100%;
    background-color: #CFDBE2;
}

.appr-info-area {
    width: 48%;
    float: left;
}

.appr-info-area.scroll {
    overflow-y: auto;
    height: 100%;
    float: right;
}

.appr-info-line {
    width: 100%;
}

.appr-info {
    margin-bottom: 40px;
}

.appr_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.appr_header h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.appr_header .preform_title_icon {
    display: inline-block;
    width: auto;
    padding: 0;
}

.field-value {
    border: 0;
}

.appr_header .btn {
    border-color: #dbdbdb;
    margin-right: 10px;
    font-weight: 500;
}

.appr_header .btn:hover {
    color: #fff;
    background-color: #292929;
    border-color: #292929;
}

.refer-name {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    background-color: #CFDBE2;
    margin: 0 5px 8px 0;
    padding: 0 10px 0 11px;
    transition: all 0.3s ease;
}

.refer-name:hover {
    background-color: #e1a8a8;
}

.refer-name:hover > span {
    opacity: 0.3;
}

.refer-name:hover .refer-del {
    opacity: 1;
}

.refer-del {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    border: 0;
    background-color: transparent;
    padding: 0;
    transition: all 0.3s ease;
}

.refer-del i {
    font-size: 14px;
}

.autoApprTable {
    width: 100%;
    table-layout: fixed;
}

.autoApprTable td {
    font-size: 13px;
    text-align: center;
    padding: 0 5px;
}

.autoApprTable .insertData,
.autoApprTable .deleteData {
    padding: 0 5px;
}

.autoApprTable .appr-step {
    color: #fff;
    font-weight: 300;
    background-color: #53847f;
    padding: 5px;
    display: inline-block;
    line-height: 1.2;
    word-break: keep-all;
}

.appr_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 5px 5px 5px 10px;
}

/* 결재 리스트 - 합의 */
.autoApprTable .appr-step._agm {
    background-color: #e7a01a;
}

/* gantt */
.main-nav.fixing + .main-article .gantt-main {
    float: right;
    width: calc(100% - 270px);
}

.gantt .text_link {
    text-decoration: underline;
    cursor: pointer;
}

/* 
    문서관리 list
*/
.doc-editor-wrap h2 {
    margin-bottom: 20px
}

.doc-editor-wrap {
    margin: 50px;
}

.doc-editor-wrap ul {
    list-style: none;
    padding-left: 0;
}

.doc-editor-wrap ul li {
    margin-left: 0;
}


/* style1 */
.sty1 ._1stStep {
    overflow: hidden;
    padding-bottom: 10px;
}

.sty1 ._1stStep > li {
    float: left;
    width: 21%;
    margin: 0 2%;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.sty1 ._1stStep > li > a:before {
    content: "\f0f6";
    color: #30475E;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin: 2px 6px 0 0;
}

.sty1 ._1stStep > li > a {
    display: block;
    color: #30475E;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px 10px 0;
    transition: all 0.3s ease;
}

.sty1 ._1stStep > li:hover {
    border-color: #30475E;
}

.sty1 ._2ndStep {
    margin-left: 18px;
}

.sty1 ._2ndStep > li {
    margin-bottom: 5px;
}

.sty1 ._2ndStep > li:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    vertical-align: top;
    margin: 8px 3px 0 0;
    background-color: #4E89AE;
}

.sty1 ._2ndStep > li > a {
    color: #222;
    font-size: 15px;
}

.sty1 ._3rdStep {
    margin: 0px 0 10px 10px;
}

.sty1 ._3rdStep > li:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    vertical-align: top;
    margin: 9px 3px 0 0;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #4E89AE;
}

/* style2 */
.sty2 li a {
    color: #222;
    font-size: 15px;
}

.sty2 li a:before {
    content: "\f0f6";
    color: #707070;
    font-family: 'FontAwesome';
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px 0 0;
}

.sty2.doc-editor-wrap ul {
    margin-left: 20px;
}

.sty2.doc-editor-wrap ul._1stStep > li {
    margin-bottom: 40px;
    margin-right: 10%;
}

.sty2 ._1stStep {
    display: flex;
    flex-wrap: wrap;
}


/* 
    custom file upload
*/
.field_value .xtree {
    /*필드 안 파일 브라우저*/
    margin: 0;
}

.relation-file-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relation-file-info .file-name {
    cursor: pointer;
}

.relation-file-info .file-name:hover {
    text-decoration: underline;
}

.relation-atom .file-upload {
    position: absolute;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: rgba(252, 252, 252, 0.5);
    transition: all 0.3s linear;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
    height: 100%;
    top: -5px;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
    display: none;
}

.relation-atom.upload-dragdrop .file-upload {
    display: block;
}

.relation-atom.upload-dragdrop .content-readonly .file-upload {
    display: none;
}


.relation-atom {
    min-height: 30px;
}

.relation-file .content-box {
    width: 100%;
    padding-right: 5px;
}

.relation-file .content-readonly {
    width: 100%;
    padding-right: 5px;
}

.content-readonly .btn-upload-file {
    display: none;
}

.relation-file .content-box .btn-upload-file {
    float: right;
}

.relation-file ul {
    list-style: none;
}

.relation-file ul .file-item {
    text-align: left;
    display: flex;
}

.relation-file ul .file-item .file-info {
}

.relation-file ul .file-item .file-controls {
    position: absolute;
    top: -28px;
    display: none;
    background: #fff;
    border-left: solid 1px #dbdbdb;
    border-top: solid 1px #dbdbdb;
    border-right: solid 1px #dbdbdb;
    padding: 0 3px;
}

.relation-file ul .file-item .file-controls a {
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding: 0 4px;
    cursor: pointer;
}


.relation-file .file-info {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.atom-file-info .file-name {
    cursor: pointer;
}

.atom-file-info .file-name:hover {
    text-decoration: underline;
}


/* 
    address list box / ui-autocomplete list
*/
.addr-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 0px 5px;
}

.addr-box:after {
    content: '';
    width: calc(100% + 21px);
    height: 1px;
    background-color: #eaeaea;
    position: absolute;
    top: -4px;
    left: -7px;
}

.addr-box > strong {
    color: #30475E;
    flex: 0 0 60px;
    text-align: center;
}

.addr-box dl {
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.addr-box dt,
.addr-box dd {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.addr-box dt {
    min-width: 50px;
    color: #fff;
    text-align: center;
    border: 2px solid #4E89AE;
    background-color: #4E89AE;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 4px;
    margin: 2px 5px 0 0;
    line-height: 1.7;
}

.addr-box dl:nth-child(2) dt {
    color: #4E89AE;
    border: 2px solid #4E89AE;
    background-color: #fff;
}

.addr-box dd {
    margin-top: 5px;
    line-height: 1.3;
}


/* 
    웹문서
*/
/* 문서 info */
#doc-info {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    margin: 20px auto 0px;
    align-items: center;
    max-width: 1320px;
    padding: 0 20px;
}

.doc-writer-info {
    display: flex;
    margin-bottom: 5px;
    margin-right: 20px;
}

.doc-writer-info .asg-img {
    margin-right: 5px;
    flex: 1 0 35px;
}

.wrt-info {
    font-size: 0.95rem;
    line-height: 1.5;
}

.wrt-info .wrt-name {
    font-weight: 600;
}

.wrt-info .wrt-dep {
    color: #759dab;
    font-size: 0.8rem;
}

.wrt-info .wrt-date {
    display: block;
    color: #979797;
    font-size: 0.8rem;
}

.asg-box {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.asg-tooltip {
    width: 80px;
    position: absolute;
    top: 43px;
    left: -32px;
    background-color: #759dab;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 1.6;
    border-radius: 4px;
    padding: 5px 3px;
    z-index: 5;
}

.asg-box > .asg-tooltip {
    display: none;
}

.asg-tooltip:before,
.asg-tooltip-box:before {
    content: '\f0d8';
    font-family: 'FontAwesome';
    color: #759dab;
    font-size: 20px;
    position: absolute;
    top: -17px;
    left: 32px;
}

.asg-box:hover > .asg-tooltip {
    display: block;
}

.asg-img {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #eee;
    transition: all 0.2s ease;
    z-index: 1;
}

.asg-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.asg-img.asg-group {
    background-color: #9ad3ba;
}

.asg-img.asg-group > span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
}

.asg-img.asg-group:before {
    display: none;
}

.doc-assign-info {
    margin-left: 14px;
}

.doc-assign-info .asg-box > .asg-img {
    cursor: pointer;
}

.doc-assign-info .asg-box:hover > .asg-img {
    box-shadow: 0px 0px 3px 0 #759dab;
    z-index: 3;
    transform: scale(1.2);
}

.asg-img:before {
    position: relative;
    top: 4px;
    left: 8px;
    content: "\e005";
    font-family: 'simple-line-icons';
    font-size: 18px;
}

.asg-img.asg-more {
    background-color: #759dab;
    z-index: 2;
}

.asg-img.asg-more:before {
    left: 11px;
    content: "\f141";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.doc-assign-info .asg-img {
    margin-left: -10px;
}

.doc-assign-info .asg-name {
    font-size: 0.85rem;
    font-weight: 600;
}

.doc-assign-info .asg-dep {
    display: block;
}

.asg-tooltip-box {
    display: none;
    width: 175px;
    position: absolute;
    top: 47px;
    left: -140px;
    background-color: #f2efec;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 4px;
    z-index: 1;
}

.asg-tooltip-box .scroll {
    padding: 5px 5px 3px;
    max-height: 320px;
    overflow-y: auto;
}

.asg-tooltip-box:before {
    top: -16px;
    left: 140px;
    color: #f2efec;
}

.asg-ttip-list {
    display: flex;
    align-items: center;
    padding: 4px;
    background-color: #c9d3d5;
    border-radius: 4px;
    margin-bottom: 4px;
}

.asg-ttip-list .asg-img {
    margin-left: 0;
    margin-right: 5px;
}

.asg-ttip-list.depCard {
    background-color: #9ad3ba;
}

.asg-ttip-list.depCard .asg-dep {
    font-size: 0.9rem;
    font-weight: 600;
}

.asg-ttip-list .card-del {
    color: #cf5555;
    cursor: pointer;
    flex: 1 0 12px;
    text-align: right;
    margin-right: 2px;
}

/* 문서 공유 팝업 */
.shr-box {
    font-size: 0.9rem;
    border-top: 1px solid #eee;
    transition: all 0.3s ease;
    margin: 10px;
    padding: 0 0 3px;
}

.shr-box:first-child {
    border-top: 0;
}

.shr-box h4 {
    color: #444;
    font-size: 1rem;
    font-weight: 600;
}

.shr-box .refer_div {
    margin-top: 10px;
}

.btm-area {
    text-align: right;
    padding: 0 10px;
}

.btn-share {
    font-size: 0.9rem;
}

.input-dropdown {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 3px 3px 2px;
}

.input-dropdown input[type="text"] {
    border: 0;
}

.input-dropdown .dropdown {
    width: auto;
    border: 0;
    font-size: 0.9rem;
    font-weight: 500;
    height: 32px;
}

/* doc portal */
.portal-doc h3 {
    color: #30475E;
    font-size: 1.3rem;
    margin-top: 0;
}

.portal-doc h3 i {
    color: #30475E;
    margin-right: 5px;
}

.portal-doc .title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portal-doc .newDocBtn2 {
    border: 0;
    color: #fff;
    font-size: 0.9rem;
    background-color: #759dab;
    border-radius: 3px;
    padding: 2px 9px;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

.portal-doc .newDocBtn2:hover {
    background-color: #30475E;
}

.portal-doc .newDocBtn2 i {
    margin-right: 5px;
}

.portal-doc .recent-notice {
    text-align: center;
    padding: 40px 0;
    border: 3px solid #f1f1f1;
}

.portal-doc .recent-doc {
    display: flex;
    flex-wrap: nowrap;
}

.portal-doc .recent-doc > li {
    width: 25%;
}

.doc-item {
    cursor: pointer;
    position: relative;
    height: 100%;
    border: 3px solid #e7e7e7;
    padding: 15px 20px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}

.doc-item:hover {
    border-color: #222;
}

.doc-item:hover:before {
    transform: none;
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    background: transparent;
    border-width: 0px 20px 20px 0;
    border-style: solid;
    border-color: #fff #fff #222;
    width: auto;
    height: auto;
}

.portal-doc .recent-doc > li:last-child .doc-item {
    margin-right: 0;
}


.doc-item h4 {
    flex-grow: 1;
    margin-top: 0;
    line-height: 1.5;
    overflow: hidden;
    max-height: 54px;
}

.doc-item:hover h4 span {
    box-shadow: inset 0 -10px 0 #e7e7e7;
}

.doc-item p {
    line-height: 1.5;
}

.doc-item .doc-sum {
    flex-grow: 1;
    color: #666;
    font-size: 0.85rem;
    line-height: 1.5;
    height: 56px;
    overflow: hidden;
    margin: 0 0 10px;
}

.doc-item .doc-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #f1f1f1;
    padding: 5px;
}

.doc-item .doc-writer {
    font-size: 0.85rem;
    font-weight: 600;
}

.doc-item .doc-eDate {
    font-size: 0.7rem;
}

.doc-list-area {
    margin-top: 40px;
}

.portal-doc-list .list-view {
    border-width: 1px 0 0 0;
}

.portal-doc-list .list-view .jqx-widget .jqx-grid-column-header {
    border-width: 0 !important;
}

.portal-doc-list .jqx-grid-column-header span {
    font-size: 1rem;
}

.portal-doc-list .jqx-widget-header.jqx-grid-header > div {
    border-bottom: 0;
}

.portal-doc-list .jqx-cell {
    padding: 13px;
}

.portal-doc-list .fa-user-group {
    color: #4e89ae;
    font-size: 0.8rem;
    margin-left: 5px;
}

/* layout temp */
.form-main-contents .form_wrap-g {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

.form-main-contents .form-group {
    width: 100%;
}