﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("goworks_import.css");

.btn.ico1:before {
    content: "";
    display: inline-block;
    margin-right: 0.4rem;
    width: 24px;
    height: 24px;
    background-image: url(/images/GoWorks/btn_del.png);
    vertical-align: -6px;
    background-size: 100% auto;
}

.btn.ico2:before {
    content: "";
    display: inline-block;
    margin-right: 0.4rem;
    width: 12px;
    height: 12px;
    background-image: url(/images/GoWorks/ico_like2.png);
    vertical-align: -1px;
    background-size: 100% auto;
}

.btn.small {
    line-height: 36px;
    border-radius: var(--main-radius);
    font-size: 14px;
    padding: 0 16px;
}

.btn.tiny {
    line-height: 30px;
    border-radius: var(--main-radius);
    font-size: 12px;
    padding: 0 16px;
}

.btn.white {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    color: #777;
}

    .btn.white:hover {
        border-color: #E1E1E1;
    }

.btn.red {
    background-color: #fff;
    border: 1px solid #C60E00;
    color: #C60E00;
}

/*    .btn.red:hover {
        border-color: #C60E00;
    }*/

.btn.gray {
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
}

    .btn.gray:hover {
        border-color: #777;
    }

.btn.blue {
    background-color: var(--main-defalut-color);
    border: 1px solid var(--main-defalut-color);
    color: #fff;
}

    .btn.blue:hover {
        border-color: #E60012;
    }

.btn.black {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

    .btn.black:hover {
        border-color: #444;
    }

.btn.shadow1 {
    box-shadow: 0px 1px 2px rgba(68, 68, 68, 0.1);
}

.btn.shadow2 {
    box-shadow: 0px 1px 2px rgba(68, 68, 68, 0.1);
}

.badge.mint {
    background-color: #36BCAC;
    border: 1px solid #36BCAC;
    color: #fff;
}

.badge.purple {
    background-color: #828BBD;
    border: 1px solid #828BBD;
    color: #fff;
}

.badge.blueviolet {
    background-color: #AE82BD;
    border: 1px solid #AE82BD;
    color: #fff;
}

.badge.skyblue {
    background-color: #609FCD;
    border: 1px solid #609FCD;
    color: #fff;
}

.badge.blue {
    background-color: #fff;
    border: 1px solid #47BDFF;
    color: #47BDFF;
}

.badge.cadetblue {
    background-color: #82A4BD;
    border: 1px solid #82A4BD;
    color: #fff;
}

.badge.red {
    background-color: #fff;
    border: 1px solid #ED6C47;
    color: #ED6C47;
}

.badge.brown {
    background-color: #BD8282;
    border: 1px solid #BD8282;
    color: #fff;
}

.badge.bisque {
    background-color: #BDB482;
    border: 1px solid #4f450e;
    color: #fff;
}

.badge.green {
    background-color: #ADD27E;
    border: 1px solid #ADD27E;
    color: #fff;
}

.badge.lightorange {
    background-color: #F3BE6D;
    border: 1px solid #F3BE6D;
    color: #fff;
}

.badge.notice {
    background-color: #47BDFF;
    border: 1px solid #47BDFF;
    color: #fff;
}

/*.badge.reply {
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    color: #fff;
}*/

badge.reply {
    background: #E60012;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 8px;
}

.badge.orange {
    background-color: #FF8F6B;
    border: 1px solid #FF8F6B;
    color: #fff;
}

.badge.small {
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 4px;
}

.badge.normal {
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: var(--main-radius);
}

.badge.reply {
    line-height: 20px;
    padding: 0 7px;
    font-size: 10px;
    border-radius: 20px;
    background-color: #E60012 !important;
    color: white !important;
    border: 1px solid #E60012 !important;
}

.badge.notice {
    line-height: 20px;
    padding: 0 7px;
    font-size: 10px;
    border-radius: 4px;
}

.file--doc {
    background: url("/images/GoWorks/ico_file_doc.png") no-repeat 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.file--pdf {
    background: url("/images/GoWorks/ico_file_pdf.png") no-repeat 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.file--ppt {
    background: url("/images/GoWorks/ico_file_ppt.png") no-repeat 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.file--xls {
    background: url("/images/GoWorks/ico_file_xls.png") no-repeat 0 0;
    display: inline-block;
    width: 24px;
    height: 24px;
}

/* Reset */
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, nav, section, article, header, footer, main, aside, dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
    margin: 0;
    padding: 0;
}

body, input, select, textarea, button, img, fieldset {
    border: none;
}

ul, ol, li {
    list-style: none;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

    table#evidenceList, table#deptDocList, table#afterAttachmentList, table#opinionList {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        table#evidenceList > tbody > tr, table#deptDocList > tbody > tr, table#afterAttachmentList > tbody > tr, table#opinionList > tbody > tr {
            height: 45px;
        }

            table#evidenceList > tbody > tr > td, table#deptDocList > tbody > tr > td, table#afterAttachmentList > tbody > tr > td, table#opinionList > tbody > tr > td {
                padding: 10px;
                word-break: break-word;
            }

        
        #evidenceList span.eviTitle {
            cursor:pointer;
        }
/* 사이냅 툴박스 다이얼로그 팝업 테이블 디자인 깨지는 현상 수정 */
.se-dialog-container table {
    table-layout: initial;
}

address, cite, code, em, i {
    font-style: normal;
    font-weight: normal;
}

label, img, input, select, textarea, button, a {
    vertical-align: middle;
}

u, ins, a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

caption > div, legend, .hide {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

/* Normalize */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number],
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=date],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

body, a, button {
    color: #777;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
}

.txt__blue {
    color: #E60012 !important;
}

.txt__red {
    color: #D72323 !important;
}

.txt__bold {
    font-weight: bold;
}

.txt--type1 {
    font-size: 20px;
    color: #444;
    font-weight: bold;
}

.align {
    display: flex;
}

    .align.both {
        justify-content: space-between;
    }

    .align.both--line {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 18px;
        margin-bottom: 14px;
    }

    .align.both.btns > *:first-child .btn {
        margin-right: 4px;
    }

    .align.both.btns > *:last-child .btn {
        margin-left: 4px;
    }

    .align.center {
        display: block;
        text-align: center;
    }

        .align.center > * {
            margin: 0 3px;
        }

    .align.right {
        justify-content: flex-end;
    }

        .align.right > * {
            margin-left: 12px;
        }

    .align.triple {
        display: block;
        position: relative;
        clear: both;
    }

        .align.triple::after {
            content: "";
            display: block;
            clear: both;
        }

        .align.triple .left {
            float: left;
        }

        .align.triple .right {
            float: right;
        }

        .align.triple .center {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
        }

    .align.bottom {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
    }

    .align.vm {
        align-items: center;
    }

    .align.vt {
        align-items: flex-start;
    }

    .align.vb {
        align-items: flex-end;
    }

.txt__left {
    text-align: left !important;
}

.txt__center {
    text-align: center !important;
}

.txt__right {
    text-align: right !important;
}

.relative {
    position: relative;
}

.btn + .select {
    margin-left: 16px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt16 {
    padding-top: 16px !important;
}

.pt24 {
    padding-top: 24px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr16 {
    padding-right: 16px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.mt12 {
    margin-top: 12px;
}

.mt16 {
    margin-top: 16px;
}

.mt24 {
    margin-top: 24px;
}

.mt36 {
    margin-top: 36px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mr30 {
    margin-right: 30px;
}

.header__wrap--right, .header__wrap--left {
    display: flex;
    align-items: center;
    height: 70px;
}

    .header__wrap--left > h1 > a > img {
        width: 150px;
        max-height: 67px;
    }

.header {
    margin-left: 70px;
    min-width: 1440px;
    min-height: 70px;
    padding: 0 40px;
    border-bottom: 1px solid #E1E1E1;
    background-color: #fff;
    box-sizing: border-box;
}

    .header h1 {
        font-size: 0;
        padding: 0 30px 0 0;
    }

    .header .__headerbody {
        display: none;
    }

.header__profile {
    display: flex;
    align-items: center;
}

    .header__profile img {
        width: 36px;
        height: 36px;
        border-radius: 100%;
        cursor: pointer;
    }

    .header__profile strong {
        cursor: default;
        padding: 0 8px;
        color: #444;
    }

    .header__profile a {
        cursor: default;
        font-size: 12px;
        text-decoration: underline;
    }

.header__state {
    display: flex;
}

    .header__state li a {
        padding-left: 30px;
    }

    .header__state li ~ li {
        margin-left: 18px;
    }

    .header__state li:nth-child(1) {
        background: url("/images/GoWorks/ico_state1.png") no-repeat 10px center;
    }

    .header__state li:nth-child(2) {
        background: url("/images/GoWorks/ico_state2.png") no-repeat 10px center;
    }

    .header__state li:nth-child(3) {
        background: url("/images/GoWorks/ico_state3.png") no-repeat 10px center;
    }

    .header__state li:nth-child(4) {
        background: url("/images/GoWorks/ico_state4.png") no-repeat 10px center;
    }

    .header__state li:nth-child(5) {
        background: url("/images/GoWorks/ico_shortcut.png") no-repeat 0px -2px;
        background-size: 30px;
    }

    .header__state span {
        display: inline-block;
        margin-left: 6px;
        padding: 0 7px;
        background-color: var(--main-defalut-color);
        line-height: 20px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
        border-radius: var(--main-radius);
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

        .header__state span.empty {
            background-color: #d9d9d9;
        }

main {
    position: relative;
    min-width: 1440px;
    min-height: calc(100vh - 71px);
    padding: 30px 40px 68px;
    margin-left: 70px;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

    main.sub {
        display: flex;
        position: static;
        padding: 0;
        min-height: calc(100vh - 71px);
    }

.gw-container {
    display: flex;
    padding: 24px 0 30px;
}

.gw-container--left {
    flex: 1;
    padding-right: 30px;
}

.gw-container--right {
    width: 300px;
    box-sizing: border-box;
}

.gw-container .col2 {
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.contents {
    flex: 1;
    padding: 30px;
}

.snb {
    padding: 9px 30px 30px 30px;
    min-width: 240px;
    background-color: #fff;
    box-sizing: border-box;
}

    .snb h3 {
        line-height: 38px;
        color: #444;
        border-bottom: 1px solid #E1E1E1;
    }

        .snb h3:nth-of-type(1) {
            background: url("/images/GoWorks/ico_snb1.png") no-repeat right 12px bottom 0;
        }

        .snb h3:nth-of-type(2) {
            background: url("/images/GoWorks/ico_snb2.png") no-repeat right 12px bottom 0;
        }

        .snb h3:nth-of-type(3) {
            background: url("/images/GoWorks/ico_snb3.png") no-repeat right 12px bottom 0;
        }

    .snb ul {
        padding: 9px 0 0px 5px;
    }

        .snb ul li {
            padding: 9px 0;
        }

            .snb ul li a {
                display: block;
                position: relative;
                padding-left: 12px;
                line-height: 16px;
            }

                .snb ul li a::before {
                    position: absolute;
                    left: 0;
                    top: 8px;
                    content: "";
                    width: 2px;
                    height: 2px;
                    border-radius: 100%;
                    background-color: #777;
                }

                .snb ul li a:hover {
                    font-size: 16px;
                    font-weight: bold;
                    color: var(--main-defalut-color);
                }

                .snb ul li a.currentActive {
                    font-size: 16px;
                    font-weight: bold;
                    color: var(--main-defalut-color);
                }

.quick {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background-color: #3c3c3c;
}

    .quick h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70px;
        background-color: var(--main-defalut-color);
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
    }

    .quick a {
        display: block;
        padding: 52px 0 0;
        height: 28px;
        text-align: center;
        color: rgba(255, 255, 255, 0.3);
        font-size: 12px;
        letter-spacing: -0.5px;
        font-weight: 700;
    }

    .quick li {
        position: relative;
    }

        .quick li ~ li::after {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            content: "";
            width: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .quick li:nth-child(1) {
            background: url("/images/GoWorks/gnb_ico1_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(2) {
            background: url("/images/GoWorks/gnb_ico2_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(3) {
            background: url("/images/GoWorks/gnb_ico3_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(4) {
            background: url("/images/GoWorks/gnb_ico4_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(5) {
            background: url("/images/GoWorks/gnb_ico5_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(6) {
            background: url("/images/GoWorks/gnb_ico6_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(7) {
            background: url("/images/GoWorks/gnb_ico7_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(8) {
            background: url("/images/GoWorks/gnb_ico8_off.png") no-repeat center 17px;
        }

        .quick li:nth-child(9) {
            background: url("/images/GoWorks/gnb_ico9_off.png") no-repeat center 17px;
        }

        .quick li:hover a, .quick li.quick--active a {
            color: white;
        }

        .quick li:hover:nth-child(1), .quick li.quick--active:nth-child(1) {
            background: url("/images/GoWorks/gnb_ico1_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(2), .quick li.quick--active:nth-child(2) {
            background: url("/images/GoWorks/gnb_ico2_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(3), .quick li.quick--active:nth-child(3) {
            background: url("/images/GoWorks/gnb_ico3_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(4), .quick li.quick--active:nth-child(4) {
            background: url("/images/GoWorks/gnb_ico4_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(5), .quick li.quick--active:nth-child(5) {
            background: url("/images/GoWorks/gnb_ico5_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(6), .quick li.quick--active:nth-child(6) {
            background: url("/images/GoWorks/gnb_ico6_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(7), .quick li.quick--active:nth-child(7) {
            background: url("/images/GoWorks/gnb_ico7_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(8), .quick li.quick--active:nth-child(8) {
            background: url("/images/GoWorks/gnb_ico8_on.png") no-repeat center 17px;
        }

        .quick li:hover:nth-child(9), .quick li.quick--active:nth-child(9) {
            background: url("/images/GoWorks/gnb_ico9_on.png") no-repeat center 17px;
        }

textarea, .select > button, select, input[type=number], input[type=text], input[type=password], input[type=url], input[type=email], input[type=tel], input[type=search], input[type=date] {
    padding-left: 20px;
    padding-right: 5px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    font-size: 14px;
    outline: 0;
    color: #777;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
}

    textarea::placeholder, .select > button::placeholder, select::placeholder, input[type=number]::placeholder, input[type=text]::placeholder, input[type=password]::placeholder, input[type=url]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder {
        color: #bababa;
        font-family: "Noto Sans KR", sans-serif;
    }

    textarea:focus, .select > button:focus, select:focus, input[type=number]:focus, input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus {
        border-color: #E60012;
    }

    input[type=number].full, input[type=text].full, input[type=password].full, input[type=url].full, input[type=email].full, input[type=tel].full, input[type=search].full, input[type=date].full {
        width: 100%;
    }

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url("/images/GoWorks/ico_select.png") no-repeat right 10px center;
    background-color: #fff;
    padding-right: 25px;
    box-sizing: border-box;
}

    select select::-ms-expand {
        display: none;
    }

    select:hover:enabled {
        border-color: #444;
    }

    select.small {
        height: 38px;
    }

.select {
    display: inline-block;
    position: relative;
}

    .select > button {
        background: url("/images/GoWorks/ico_select.png") no-repeat right 16px center;
        background-color: #fff;
        padding-right: 55px;
        box-sizing: border-box;
    }

        .select > button.more {
            background: url("/images/GoWorks/ico_more.png") no-repeat center center;
            padding: 0 30px 0 0;
            width: 20px;
            height: 36px;
            border: none;
            font-size: 0;
        }

            .select > button.more + ul {
                position: absolute;
                left: 50%;
                top: 30px;
                transform: translateX(-50%);
                padding: 12px 16px;
            }

                .select > button.more + ul button {
                    padding: 4px 0;
                }

    .select > ul {
        position: absolute;
        top: 47px;
        display: none;
        padding: 14px 24px;
        border: 1px solid #E60012;
        box-sizing: border-box;
        border-radius: 18px;
        background-color: #fff;
    }

        .select > ul button {
            padding: 10px 0;
            background: none;
            color: #777;
            height: auto;
            line-height: 1;
            text-align: left;
            word-break: keep-all;
        }

            .select > ul button:hover {
                color: #444;
                font-weight: bold;
            }

    .select.small > button {
        height: 38px;
    }

    .select.small > ul {
        top: 38px;
    }

input[type=radio],
input[type=checkbox] {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

    input[type=radio] + label, input[type=checkbox] + label {
        display: inline-block;
        color: #bababa;
        font-size: 14px;
        line-height: 48px;
        cursor: pointer;
    }

        input[type=radio] + label ~ label, input[type=checkbox] + label ~ label {
            margin-left: 8px;
        }

        input[type=radio] + label::before, input[type=checkbox] + label::before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-right: 4px;
            cursor: pointer;
        }

        input[type=checkbox] + label::before {
            background: url("/images/GoWorks/ico-check-off.png") no-repeat center center;
            background-color: #fff;
            vertical-align: -5px;
        }

        input[type=checkbox]:checked + label::before {
            background-image: url(/images/GoWorks/ico-check-on.png);
            border-color: #444;
        }
        input[type=checkbox]:checked:disabled + label::before {
            filter: grayscale(100%);
        }
        input[type=radio] + label::before {
            background: url("/images/GoWorks/ico-radio-off.png") no-repeat center center;
            background-color: #fff;
            vertical-align: -5px;
        }
   
    input[type=radio]:checked + label {
        color: #444;
    }

        input[type=radio]:checked + label::before {
            background-image: url(/images/GoWorks/ico-radio-on.png);
            border-color: #444;
        }
        input[type=radio]:checked:disabled + label::before {
            filter: grayscale(100%);
        }
textarea {
    padding: 15px;
    width: 100%;
    min-height: 82px;
    resize: none;
}

    textarea:disabled {
        border-color: #444;
        color: #444;
    }

        textarea:disabled::placeholder {
            color: #444;
        }

.form__date {
    display: flex;
}

    .form__date input {
        background: url("/images/GoWorks/ico_date.png") no-repeat right 21px center;
        background-color: #fff;
        width: 0;
        flex: 1;
        cursor: pointer
    }

    .form__date span {
        width: 24px;
        line-height: 48px;
        text-align: center;
    }

body.hidden {
    overflow: hidden;
}

.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    padding: 30px;
    min-width: 1000px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: var(--main-radius);
}

.popup__header {
    padding: 0 0 24px;
}

    .popup__header .h2 {
        font-size: 32px;
    }


.securityPopup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    padding: 30px;
    min-width: 1000px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: var(--main-radius);
}

.popup__contents.ov-scroll {
    width: calc(100% + 22px);
    padding-right: 22px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 308px);
}

    .popup__contents.ov-scroll::-webkit-scrollbar {
        width: 8px;
        background-color: transparent;
    }

    .popup__contents.ov-scroll::-webkit-scrollbar-thumb {
        width: 8px;
        background: #E1E1E1;
        border-radius: 3px;
    }

    .popup__contents.ov-scroll::-webkit-scrollbar-track {
        background-color: transparent;
    }

.popup .table--type1 {
    border-bottom: 1px solid #E1E1E1;
}

.dimmed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 199;
}

.vbar {
    display: flex;
    align-items: center;
}

    .vbar > * {
        margin: 0 5px;
    }

        .vbar > *:first-child {
            margin-left: 0;
        }

        .vbar > *.bar::after {
            content: "";
            display: inline-block;
            height: 10px;
            border-right: 1px solid #444;
            vertical-align: 2px;
            margin-left: 10px;
        }

.location ol {
    display: flex;
    align-items: center;
}

    .location ol > li {
        position: relative;
    }

        .location ol > li + li {
            margin-left: 35px;
        }

        .location ol > li#helpArea {
            margin-left: 15px !important;
        }

        .location ol > li:nth-of-type(n + 2) ::after {
            position: absolute;
            left: -21px;
            top: 50%;
            transform: translateY(-50%);
            background: url("/images/GoWorks/bu_arrow.png") no-repeat 0 center;
            background-size: 100% auto;
            content: "";
            width: 8px;
            height: 100%;
        }

        .location ol > li:last-child::after {
            position: absolute;
            left: -21px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            background-size: 100% auto;
            content: "";
            width: 8px;
            height: 100%;
        }

        .location ol > li > button {
            position: relative;
            padding-right: 42px;
            width: auto;
            transition: width 0.3s;
        }

            .location ol > li > button::after {
                position: absolute;
                right: 12px;
                top: calc(50% - 2px);
                content: "";
                border-width: 5px;
                border-style: solid;
                border-color: #fff transparent transparent transparent;
            }

            .location ol > li > button.active::after {
                transform: rotate(180deg) translateY(50%);
            }

        .location ol > li ul {
            position: absolute;
            top: 38px;
            display: none;
            padding: 14px 24px;
            border: 1px solid #E60012;
            box-sizing: border-box;
            border-radius: 18px;
            background-color: #fff;
        }

            .location ol > li ul button {
                padding: 10px 0;
                background: none;
                color: #777;
                height: auto;
                line-height: 1;
                text-align: left;
                word-break: keep-all;
            }

                .location ol > li ul button:hover {
                    color: #444;
                    font-weight: bold;
                }

.location button,
.location a {
    display: block;
    padding: 0 12px;
    background-color: #fff;
    line-height: 38px;
    border-radius: var(--main-radius);
    color: #999;
}

.location--active button {
    background-color: #E60012;
    color: #fff;
}

.box--type1 {
    padding: 25px;
    background-color: #fff;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.03);
    border-radius: var(--main-radius);
}

.btns.right {
    font-size: 0;
}

    .btns.right > * {
        margin-left: 8px;
    }

.btn {
    display: inline-block;
    cursor: pointer;
}

.btn--more {
    display: block;
    padding: 0 10px;
    line-height: 32px;
    border-radius: var(--main-radius);
    border: 1px solid #E1E1E1;
}

    .btn--more:hover {
        background-color: var(--main-defalut-color);
        color: #fff;
    }

.btn--search {
    width: 80px;
    height: 48px;
    border-radius: var(--main-radius);
    background-color: #444;
    color: #fff;
    vertical-align: middle !important;
}

    .btn--search::after {
        background: url("/images/GoWorks/ico_search2.png") no-repeat 0 0;
        background-size: 100% auto;
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 4px;
        vertical-align: -3px;
    }

.btn--close {
    background: url("/images/GoWorks/btn_close.png") no-repeat;
    width: 24px;
    height: 24px;
}

.btn--camera {
    background: url("/images/GoWorks/ico_camera.png") no-repeat center center;
    width: 32px;
    height: 44px;
}

.btn--emoji {
    background: url("/images/GoWorks/ico_emoji.png") no-repeat center center;
    width: 32px;
    height: 44px;
}


.btn--file {
    background: none;
    border: none;
    color: #999;
    font: bold;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 1px;
    padding-left: 5px;
}
    .btn--file:hover {
        color:#E60012;
    }

.btn--file--find {
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px dashed #999;
}

/*.btn--del {
    background: url("/images/GoWorks/btn_del2.png") no-repeat 0 0;
    margin-left: 8px;
    width: 16px;
    height: 16px;
}*/


.btn--del {
    background: none;
    border: none;
    color: #999;
    font: bold;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 8px;
    letter-spacing: 1px;
    padding-left: 10px;
}

    .btn--del:hover {
        color: #E60012;
    }


.badge {
    display: inline-block;
    min-width: 48px;
    text-align: center;
    box-sizing: border-box;
}

    .badge.normal {
        min-width: 67px;
    }

    .badge.small {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 68px;
        vertical-align: middle;
    }

    .badge.notice {
        min-width: 0;
    }

    .badge.reply {
        min-width: 32px;
    }

.h2 {
    color: #444;
    font-size: 20px;
    letter-spacing: -1px;
}

    .h2 span {
        font-size: 14px;
        color: #999;
        font-weight: normal;
        padding-left: 20px;
    }

.h3 {
    padding: 36px 0;
    color: #444;
    font-size: 24px;
}

.h4 {
    padding: 0 0 13px;
    color: #444;
    font-size: 14px;
}

    .h4 ~ .h4 {
        padding-top: 36px;
    }

.tab--type1 {
    display: flex;
}

    .tab--type1 li {
        position: relative;
    }

        .tab--type1 li + li {
            padding-left: 24px;
        }

            .tab--type1 li + li::after {
                position: absolute;
                left: 12px;
                top: 7px;
                content: "";
                height: 12px;
                border-right: 1px solid #E1E1E1;
            }

    .tab--type1 button {
        background: none;
        font-weight: bold;
        font-size: 14px;
        color: #bababa;
    }

.tab--type1--active button {
    color: var(--main-defalut-color);
}

.table--type1 thead {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

    .table--type1 thead th {
        height: 44px;
        color: #444;
        font-weight: normal;
    }

table#myLeaveList.table--type1 thead th, table#approvalList.table--type1 thead th, table#inProgressList.table--type1 thead th, table#receiptList.table--type1 thead th, table#planToLeaveList.table--type1 thead th, table#todayLeaveList.table--type1 thead th {
    height: 45px;
    color: #444;
    font-weight: bold;
    font-size: 15px;
}

.table--type1 tbody tr {
    border-bottom: 1px solid #E1E1E1;
}

    .table--type1 tbody tr:hover {
        background-color: #f7f7f7;
    }

table#myLeaveList.table--type1 tbody td, table#approvalList.table--type1 tbody td, table#inProgressList.table--type1 tbody td, table#receiptList.table--type1 tbody td, table#planToLeaveList.table--type1 tbody td, table#todayLeaveList.table--type1 tbody td {
    padding: 12px 0;
    text-align: center;
}

.table--type1 tbody td .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.table--type1 tbody td.txt__left a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.table--type1.border-none tbody tr {
    border: none;
}

    .table--type1.border-none tbody tr td {
        padding: 8px 0;
    }

    .table--type1.border-none tbody tr:first-child td {
        padding-top: 17px;
    }

.table--type1--notice {
    background-color: #F2F8FD;
}

    .table--type1--notice:hover {
        background-color: #F2F8FD !important;
    }

.table--type1--reply a {
    background: url("/images/GoWorks/ico_reply2.png") no-repeat 0 center;
    padding-left: 15px;
}

.table--type1--reply + .table--type1--reply a {
    margin-left: 15px;
}

.table--type2 > div {
    display: flex;
    border: 1px solid #E1E1E1;
}

    .table--type2 > div > div {
        display: flex;
        flex: 1;
        line-height: 1;
        padding: 23px 30px;
        align-items: center;
    }

        .table--type2 > div > div + div {
            border-left: 1px solid #E1E1E1;
        }

    .table--type2 > div + div {
        margin-top: -1px;
    }

        .table--type2 > div + div.mt12 {
            margin-top: 12px;
        }

    .table--type2 > div.none {
        border-top: 3px solid #fff;
        border-bottom: none;
        margin-top: -3px;
    }

        .table--type2 > div.none > div {
            padding-top: 0;
            padding-bottom: 0;
        }

        .table--type2 > div.none + .none {
            border-bottom: 1px solid #E1E1E1;
        }

            .table--type2 > div.none + .none > div {
                padding-bottom: 20px;
            }

.table--type2__tit {
    padding-right: 12px;
    color: #444;
    font-weight: normal;
}

    .table--type2__tit span {
        color: #ED6C47;
    }

.table--type2__txt {
    flex: 1;
}

.table--type2 .width--1half {
    flex: 2;
}

.table--type2__list ul li {
    display: flex;
}

    .table--type2__list ul li + li {
        padding-top: 24px;
    }

.list__data--type1 li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 10px 26px;
}

    .list__data--type1 li a {
        line-height: 1;
    }

        .list__data--type1 li a:hover {
            text-decoration: underline;
        }

    .list__data--type1 li::before {
        position: absolute;
        left: 7.5px;
        top: 50%;
        transform: translateY(-50%);
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #444;
    }

.list__data--type1__notice {
    background: url("/images/GoWorks/ico_notice.png") no-repeat left;
}

    .list__data--type1__notice::before {
        display: none;
    }

.list__data--type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .list__data--type2 li {
        display: flex;
        justify-content: space-between;
        width: calc(50% - 15px);
        padding: 5px 0 5px 5px;
        line-height: 26px;
    }

        .list__data--type2 li a [class*=file] {
            vertical-align: -6px;
            margin-right: 8px;
        }

        .list__data--type2 li a:hover {
            text-decoration: underline;
        }

        .list__data--type2 li:nth-last-child(1), .list__data--type2 li:nth-last-child(2) {
            padding-bottom: 0;
        }

.list--team {
    margin-top: 4px;
    max-height: 475px;
    overflow: auto;
}

    .list--team::-webkit-scrollbar {
        width: 8px;
        background-color: transparent;
    }

    .list--team::-webkit-scrollbar-thumb {
        width: 8px;
        background: #E1E1E1;
        border-radius: 3px;
    }

    .list--team::-webkit-scrollbar-track {
        background-color: transparent;
    }


    .list--team > ul > li > ul > li > span {
        height: 44px;
    }

    .list--team > ul > li ul {
        padding: 3px 12px;
    }

        .list--team > ul > li ul > li {
            padding: 3px 0;
        }

            .list--team > ul > li ul > li > button {
                background: url("/images/GoWorks/ico_person.png") no-repeat left;
                padding-left: 28px;
                height: 20px;
            }

                .list--team > ul > li ul > li > button:hover {
                    color: #E60012;
                    font-weight: bold;
                }

    .list--team > ul > li > ul {
        padding-top: 0;
    }

    .list--team > ul li.depth > button {
        background: url("/images/GoWorks/ico_arrow_off.png") no-repeat left;
        padding-left: 28px;
    }

    .list--team > ul li.depth.list--team--active > button {
        background: url("/images/GoWorks/ico_arrow_on.png") no-repeat left;
    }

    .list--team button {
        width: 100%;
        background: none;
        text-align: left;
        box-sizing: border-box;
    }

.search--staff {
    background: url("/images/GoWorks/ico_search.png") no-repeat 16px center;
    background-color: #f5f5f5;
    position: relative;
    padding-left: 42px;
    height: 48px;
    border: 1px solid #E1E1E1;
    border-radius: var(--main-radius);
}

    .search--staff input {
        padding: 0 70px 0 0;
        width: 100%;
        height: 48px;
        border: none;
        box-sizing: border-box;
        background-color: transparent;
        letter-spacing: -1px;
    }

        .search--staff input::placeholder {
            color: #bababa;
        }

    .search--staff button {
        position: absolute;
        right: 0;
        top: 0;
        width: 64px;
        height: 48px;
        border-radius: var(--main-radius);
        background-color: #444;
        color: #fff;
    }

.search--bbs {
    display: flex;
}

.search--bbs__list {
    flex: 1;
}

.search--bbs__btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100px;
}

.search--bbs ul {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .search--bbs ul li {
        display: table-cell;
    }

        .search--bbs ul li:not(.li--admin) + li {
            padding-left: 8px;
        }

.search--bbs #labelTree ul li {
    padding-left: 8px;
}

.search--bbs ul li input {
    width: 100%;
}

.search--bbs ul + ul {
    margin-top: 8px;
}

.bbs__view__content--state--reply, .bbs__view__content--state--like {
    padding-left: 22px;
    margin-right: 24px;
    line-height: 16px;
}

.bbs__view__header h2 {
    padding: 0 0 24px;
    color: #666;
    font-size: 24px;
}

.bbs__view__content {
    margin-top: 24px;
    padding: 24px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    color: #444;
    line-height: 28px;
}

.bbs__view__content--state {
    display: flex;
    padding: 24px 0 0;
}

.bbs__view__content--state--like {
    background: url("/images/GoWorks/ico_like.png") no-repeat 0 center;
}

.bbs__view__content--state--reply {
    background: url("/images/GoWorks/ico_reply3.png") no-repeat 0 center;
}

/*.bbs__write__title {
    padding: 0 0 24px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 32px;
    color: #444;
}*/

.bbs__write__content {
    padding: 24px 0;
    border-bottom: 1px solid #E1E1E1;
}

    .bbs__write__content > div {
        display: flex;
    }

        .bbs__write__content > div > div + div {
            padding-left: 8px;
        }

        .bbs__write__content > div + div {
            padding-top: 12px;
        }

    .bbs__write__content .file__list {
        margin: 0;
        border: none;
    }

.profile {
    display: flex;
}

.profile__photo {
    padding: 0 8px 0 0;
}

    .profile__photo img {
        width: 36px;
        height: 36px;
        border-radius: 100%;
    }

.profile__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.profile__info--name {
    color: #444;
}

.profile__info--date {
    padding: 8px 0 0;
    font-weight: normal;
}

    .profile__info--date span {
        display: inline-block;
        padding: 0 4px;
    }

.comment {
    border-top: 1px solid #E1E1E1;
}

.comment__tit {
    padding: 24px 0;
    font-size: 14px;
    color: #444;
}

.comment__list--txt {
    padding: 4px 0;
    color: #444;
}

.comment__list--state {
    padding: 0 0 12px;
    display: flex;
    align-items: center;
}

.comment__list--state--date {
    color: #bababa;
    font-size: 12px;
}

.comment__list--state--report {
    margin-left: 24px;
    font-size: 12px;
    text-decoration: underline;
}

.comment__list__reply > li {
    background: url("/images/GoWorks/bg_reply.png") no-repeat 0 24px;
    padding: 24px 0 24px 44px;
    margin-top: 24px;
    border-top: 1px solid #E1E1E1;
}

.comment__write {
    border: 1px solid #c1c1c1;
    border-radius: 8px;
}

.comment__write__content {
    padding: 16px 25px;
}

.comment__write__content--name {
    color: #444;
    font-weight: 700;
}

.comment__write__content textarea {
    border: none;
    padding: 0;
    border-radius: 0;
    min-height: 64px;
    font-weight: normal;
}

    .comment__write__content textarea::placeholder {
        font-size: 12px;
        color: #bababa;
    }

.comment__write__info {
    padding-left: 20px;
    border-top: 1px solid #E1E1E1;
}

    .comment__write__info .btn--write {
        width: 52px;
        height: 52px;
        border-radius: 0 0 8px 0;
        color: #444;
        background-color: transparent;
    }

.paging {
    display: flex;
    justify-content: center;
}

    .paging ol {
        display: flex;
        padding: 0 22px;
    }

        .paging ol li + li {
            margin-left: 4px;
        }

    .paging button {
        width: 40px;
        height: 40px;
        background-color: #fff;
/*        border: 1px solid #E1E1E1;*/
    }

        .paging button.active, .paging button:hover {
            color: #E60012;
            border-color: #E60012;
            font-weight: 700;
        }

        .paging button + button {
            margin-left: 4px;
        }

    .paging > button:nth-of-type(1) {
        background-color: #fff;
    }

    .paging > button:nth-of-type(1):after {
        content: "«";
        font-size: 16px;
        font-weight: bold;
    }

    .paging > button:nth-of-type(2) {
        background-color: #fff;
    }

    .paging > button:nth-of-type(2):after {
        content: "»";
        font-size: 16px;
        font-weight: bold;
    }

    .paging > button:nth-of-type(3) {
        background: url("/images/GoWorks/ico_paging_next.png") no-repeat center center;
    }

    .paging > button:nth-of-type(4) {
        background: url("/images/GoWorks/ico_paging_last.png") no-repeat center center;
    }

.file__list {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #E1E1E1;
}

    .file__list ul {
        display: flex;
        flex-wrap: wrap;
    }

        .file__list ul li {
            background: url("/images/GoWorks/ico_file.png") no-repeat left 14px;
            padding: 8px 20px 0 20px;
            color: #444;
            line-height: 28px;
        }

            .file__list ul li.fileListRow {
                background: unset !important;
                padding: 8px 10px 0 10px;
            }

            .file__list ul li button {
                margin-left: 4px;
            }

.file__list__type {
    padding-left: 8px;
}

.member {
    margin-top: 46px;
    text-align: center;
    max-height: 400px;
    overflow: auto;
}

    .member::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: transparent;
    }

    .member::-webkit-scrollbar-thumb {
        width: 8px;
        background: #E1E1E1;
        border-radius: 3px;
    }

    .member::-webkit-scrollbar-track {
        background-color: transparent;
    }



.member__thumb {
    position: relative;
    width: 80px;
    margin: 0 auto;
}

    .member__thumb img {
        width: 80px;
        height: 80px;
        border-radius: 100%;
    }

    .member__thumb button {
        position: absolute;
        right: 0;
        bottom: 0;
        background: url("/images/GoWorks/ico_mail.png") no-repeat center center;
        background-color: #fff;
        width: 32px;
        height: 32px;
        border-radius: 100%;
        border: 2px solid #bababa;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    }

.member__info {
    padding: 16px 0 0;
    font-size: 12px;
    color: #666;
    margin: 0px auto;
}

    .member__info li {
        padding: 0 0 8px;
        line-height: 1;
    }

        .member__info li strong {
            font-size: 14px;
            padding: 0 4px 0 0;
        }

        .member__info li a {
            text-decoration: underline;
            font-size: 12px;
        }

.shortcut {
    /* position: absolute; */
    left: 0;
    /* bottom: 0; */
    display: flex;
    align-items: center;
    right: 0;
    /* margin: 0 40px; */
    padding: 0px 24px;
    min-height: 41px;
    /* height: 68px; */
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
}

.shortcut__tit {
    background: url("/images/GoWorks/bu_arrow_black.png") no-repeat right center;
    padding-right: 14px;
    color: #000;
    font-size: 14px;
    min-width: 55px;
}

.shortcut__list {
    /*display: flex;*/
    /*line-height: 1;*/
}

    .shortcut__list li {
        padding-left: 24px;
        float: left;
    }

        .shortcut__list li a {
            position: relative;
            padding-left: 12px;
        }

            .shortcut__list li a::before {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                content: "";
                width: 2px;
                height: 2px;
                border-radius: 100%;
                background-color: #777;
            }

            .shortcut__list li a:hover {
                color: #444;
            }

.list--doc__info {
    padding: 36px 0;
    line-height: 24px;
    border-bottom: 1px solid #E1E1E1;
}

    .list--doc__info li + li {
        padding-top: 12px;
    }

@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

    .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x;
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform, height;
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

    .swiper-3d .swiper-wrapper,
    .swiper-3d .swiper-slide,
    .swiper-3d .swiper-slide-shadow,
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-top,
    .swiper-3d .swiper-slide-shadow-bottom,
    .swiper-3d .swiper-cube-shadow {
        transform-style: preserve-3d;
    }

    .swiper-3d .swiper-slide-shadow,
    .swiper-3d .swiper-slide-shadow-left,
    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-top,
    .swiper-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0, 0, 0, 0.15);
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

/* GoWorks 스타일 */

.div_quick_menu {
    display: table-cell;
    vertical-align: top;
}

.div_quick_menu {
    display: table-cell;
    vertical-align: top;
}

.div_quick_menu {
    position: relative;
    background: #3C3C3C;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    width: 70px;
}

    .div_quick_menu.close {
        width: 70px;
        padding-right: 0;
    }

    .div_quick_menu:after {
        display: block;
        clear: both;
        content: '';
        width: 0;
        height: 0;
        visibility: hidden;
    }

    .div_quick_menu h1 a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 78px;
    }

    .div_quick_menu .quick_menu {
        width: 70px;
        height: 100%;
        background: #0c6db3;
    }

        .div_quick_menu .quick_menu h2 {
            width: 70px;
            height: 70px;
            padding-top: 20px;
            font-family: "NotoSansKr", sans-serif;
            font-size: 12px;
            line-height: 16px;
            color: #FFF;
            text-align: center;
            text-transform: uppercase;
            background: #E60012;
        }

        .div_quick_menu .quick_menu ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .div_quick_menu .quick_menu li {
            position: relative;
            width: 100%;
            height: 80px;
            text-align: center;
            background: #3C3C3C;
        }

            .div_quick_menu .quick_menu li a {
                display: block;
                width: 100%;
                height: 100%;
                padding-top: 15px;
                font-size: 12px;
                color: #FFF;
                opacity: .33;
            }

                .div_quick_menu .quick_menu li a .icon {
                    display: block;
                    width: 32px;
                    height: 30px;
                    margin: 0 auto 6px;
                    text-align: center;
                }

            .div_quick_menu .quick_menu li:before {
                position: absolute;
                top: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                display: block;
                content: '';
                width: 30px;
                height: 0;
                border-bottom: 1px solid #454545;
            }

            .div_quick_menu .quick_menu li:first-child:before {
                display: none;
            }

            .div_quick_menu .quick_menu li:hover a {
                opacity: 1;
            }

            .div_quick_menu .quick_menu li.on {
                background: #2A2A2A;
            }

                .div_quick_menu .quick_menu li.on a {
                    opacity: 1;
                }

                .div_quick_menu .quick_menu li.on:before {
                    display: none;
                }

                .div_quick_menu .quick_menu li.on + li:before {
                    display: none;
                }

    .div_quick_menu nav {
        position: absolute;
        left: 70px;
        top: 0;
        width: 240px;
        height: 100%;
        border-right: 1px solid #E0E0E0;
    }

#Menu .depth-1 > li {
    height: 50px;
    border-bottom: 1px solid #F1F1F1;
    -webkit-transition: height .5s linear;
    transition: height .5s linear;
    overflow: hidden;
}

    #Menu .depth-1 > li > a {
        position: relative;
        display: block;
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        color: #333;
    }


    /* 좌측메뉴 최상단 기안하기 CSS 적용 */
    #Menu .depth-1 > li > div.submitlink {
        height: 50px;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        color: #333;
        cursor: pointer;
    }

    #Menu .depth-1 > li > a:before {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 10px;
        height: 2px;
        content: '';
        background: #333;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #Menu .depth-1 > li > a:after {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 10px;
        height: 2px;
        content: '';
        background: #333;
        -webkit-transition: all .1s linear;
        transition: all .1s linear;
    }

    #Menu .depth-1 > li .ico {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 8px;
        vertical-align: middle;
    }

    #Menu .depth-1 > li .depth-2 {
        width: 100%;
        height: 0;
        border-top: 0px solid #F1F1F1;
        padding-top: 0px;
    }

        #Menu .depth-1 > li .depth-2 li {
            width: 100%;
            opacity: 0;
            overflow: hidden;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    #Menu .depth-1 > li.open {
        height: auto;
    }

        #Menu .depth-1 > li.open a:before {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        #Menu .depth-1 > li.open a:after {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0;
        }

        #Menu .depth-1 > li.open .depth-2 {
            height: auto;
            border-top: 1px solid #F1F1F1;
            padding-top: 13px;
            padding-bottom: 30px;
        }

            #Menu .depth-1 > li.open .depth-2 li {
                height: auto;
                opacity: 1;
            }

#Menu .depth-2 > li > a {
    display: block;
    padding: 7px 20px 7px 46px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #666;
}

    #Menu .depth-2 > li > a:before {
        display: inline-block;
        content: '';
        width: 4px;
        height: 4px;
        margin-right: 10px;
        margin-bottom: 3px;
        border-radius: 100%;
        background: #666;
    }

#Menu .depth-2 > li:hover a {
    color: #0c6db3;
    background: #F3F3F3;
}


    #Menu .depth-2 > li:hover a:before {
        background: #0c6db3;
    }

#Menu.main .depth-1 > li {
    height: 60px;
}

    #Menu.main .depth-1 > li > a {
        height: 100%;
        padding: 15px;
        font-size: 16px;
    }

        #Menu.main .depth-1 > li > a:before {
            display: none;
        }



        #Menu.main .depth-1 > li > a:after {
            width: 20px;
            height: 20px;
            background: url("/images/GoWorks/ico_menu_arrow_right.png") no-repeat 50% 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    #Menu.main .depth-1 > li.open {
        height: auto;
    }

#sApprove:lang(ko):before {
    content: '결재';
}

#sApprove:lang(en):before {
    content: 'To Approve';
}

#sApprove:lang(cn):before {
    content: '审批';
}

#sApprove:lang(vn):before {
    content: 'phê duyệt';
}

#sProgress:lang(ko):before {
    content: '진행';
}

#sProgress:lang(en):before {
    content: 'In Progress';
}

#sProgress:lang(cn):before {
    content: '进行';
}

#sProgress:lang(vn):before {
    content: 'Trong tiến trình';
}

#sReceived:lang(ko):before {
    content: '접수';
}

#sReceived:lang(en):before {
    content: 'Received';
}

#sReceived:lang(cn):before {
    content: '接受';
}

#sReceived:lang(vn):before {
    content: 'Đã nhận';
}

#sReferred:lang(ko):before {
    content: '참조';
}

#sReferred:lang(en):before {
    content: 'References';
}

#sReferred:lang(cn):before {
    content: '参照';
}

#sReferred:lang(vn):before {
    content: 'Được tham chiếu';
}

#sOpenBrowser:lang(ko):before {
    content: '브라우저에서 열기';
}

#sOpenBrowser:lang(en):before {
    content: 'Open by browser';
}

#sOpenBrowser:lang(cn):before {
    content: 'Open by browser';
}

#sOpenBrowser:lang(vn):before {
    content: 'Open by browser';
}

.profile_pop .buttons #btnLogOut {
    width: 65px;
    height: 28px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    font-family: "Malgun Gothic","맑은 고딕", Verdana, Arial, 'sans-serif' !important;
}


.dspNone {
    display: none;
}

#qHome:lang(ko):after {
    content: 'HOME';
}

#qHome:lang(en):after {
    content: 'HOME';
}

#qHome:lang(cn):after {
    content: 'HOME';
}

#qHome:lang(vn):after {
    content: 'HOME';
}

#qApproval:lang(ko):after {
    content: '전자결재';
}

#qApproval:lang(en):after {
    content: 'e-Approval';
}

#qApproval:lang(cn):after {
    content: '电子审批';
}

#qApproval:lang(vn):after {
    content: 'Phê duyệt diện tử';
}

#qBoard:lang(ko):after {
    content: '게시판';
}

#qBoard:lang(en):after {
    content: 'Board';
}

#qBoard:lang(cn):after {
    content: '公告栏';
}

#qBoard:lang(vn):after {
    content: 'Bảng thông báo';
}

#qHR:lang(ko):after {
    content: '인사관리';
}

#qHHR:lang(en):after {
    content: 'HR';
}

#qHR:lang(cn):after {
    content: '人事管理';
}

#qHR:lang(vn):after {
    content: 'Quản lý nhân sự';
}

#qOnedrive:lang(ko):after {
    content: 'onedrive';
}

#qOnedrive:lang(en):after {
    content: 'onedrive';
}

#qOnedrive:lang(cn):after {
    content: 'onedrive';
}

#qOnedrive:lang(vn):after {
    content: 'onedrive';
}

#qO365:lang(ko):after {
    content: 'Office 365';
}

#qO365:lang(en):after {
    content: 'Office 365';
}

#qO365:lang(cn):after {
    content: 'Office 365';
}

#qO365:lang(vn):after {
    content: 'Office 365';
}

#qOutlook:lang(ko):after {
    content: 'Outlook';
}

#qOutlook:lang(en):after {
    content: 'Outlook';
}

#qOutlook:lang(cn):after {
    content: 'Outlook';
}

#qOutlook:lang(vn):after {
    content: 'Outlook';
}

#qGWHR:lang(ko):after {
    content: '인사관리';
}

#qGWHR:lang(en):after {
    content: 'HR';
}

#qGWHR:lang(cn):after {
    content: '人事管理';
}

#qGWHR:lang(vn):after {
    content: 'Quản lý nhân sự';
}

#qSetting:lang(ko):after {
    content: '환경설정';
}

#qSetting:lang(en):after {
    content: 'Settings';
}

#qSetting:lang(cn):after {
    content: '환경설정';
}

#qGWMNG:lang(ko):after {
    content: '시스템관리';
}

#qGWMNG:lang(en):after {
    content: 'System Mgmt.';
}

#qGWMNG:lang(cn):after {
    content: '系统管理';
}

#qGWMNG:lang(vn):after {
    content: 'Quản lý hệ thống';
}

.form__date .datepicker {
    min-width: 135px;
}


.location ol li:nth-last-child(2) a {
    background-color: var(--main-defalut-color);
    color: #fff;
}

#approvalList_wrapper table .dt-title {
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 0;
    border-bottom: 1px solid #E1E1E1;
/*    border-top: 1px solid #E1E1E1;*/
    height: 54px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 17px 0;
    border-bottom: 1px solid #E1E1E1;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 17px 0;
}

table.dataTable.row-border tbody td {
    border-top: none;
}

table.dataTable.row-border tbody tr:last-of-type td {
    border-bottom: 1px solid #ddd;
}

.jq-selectbox__dropdown {
    background-color: white;
    border-bottom: 1px #e5e5e5 solid;
}

.jq-selectbox__select-text {
    border-radius: 3px;
    background-color: white;
    border: 1px #e5e5e5 solid;
}

.jq-selectbox__dropdown ul li {
    border-bottom: 1px #e5e5e5 solid;
}

.dataTables_paginate {
    text-align: center;
}

.notice-wrap, .vacation-wrap {
    min-height: 320px;
}

.tDocument {
    min-height: 163.3px;
}

.approval-wrap {
    min-height: 329px;
}

.ui-datepicker {
    width: 280px;
    padding: 0;
    display: none;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 9999 !important;
}

.ui-datepicker-header {
    position: relative;
    padding: 0;
    height: 40px;
    background: #0c6db3;
    color: #FFF;
}

.ui-datepicker-prev, .ui-datepicker-next {
    position: absolute;
    display: block;
    top: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 0;
    background: url("/Images/GoWorks/ico_calendar_prev.png") no-repeat 50% 50%;
}

.ui-datepicker-next {
    right: 0;
    background: url("/Images/GoWorks/ico_calendar_next.png") no-repeat 50% 50%;
}

.ui-datepicker-title {
    height: 40px;
    margin: 0 40px;
    padding: 12px 0;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}


.ui-datepicker-month {
    vertical-align: middle;
}

/*.ui-datepicker-title select { font-size: 1em; margin: 1px 0; }*/

/* 0401 - 년도 select width 조정 */
/*.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 30%; }*/
.ui-datepicker-year {
    height: 21px;
    width: 78px;
    padding-right: 10px;
}

    .ui-datepicker-year:after {
        display: inline;
        content: '년';
    }

/* 0401 - content 월 resource 로 처리 */
/*.ui-datepicker-month:after { display: inline; content: '월'; }*/
.ui-datepicker-month:after {
    display: inline;
}

.ui-datepicker-calendar {
    width: 100%;
    border: 1px solid #A9A9A9;
    background: #FFF;
}

    .ui-datepicker-calendar th {
        height: 40px;
        padding: 0;
        text-align: center;
        font-weight: 700;
        background: #E5E5E5;
        border-right: 1px solid #CFCFCF;
        border-bottom: 1px solid #A9A9A9;
    }

        .ui-datepicker-calendar th:last-child {
            border-right: 0;
        }

    .ui-datepicker-calendar td {
        /*height: 40px;*/
        padding: 5px;
        border-right: 1px solid #F1F1F1;
        border-top: 1px solid #F1F1F1;
    }

        .ui-datepicker-calendar td:last-child {
            border-right: 0;
        }

        .ui-datepicker-calendar td span, .ui-datepicker-calendar td a {
            display: block;
            font-weight: 500;
            line-height: 28px;
            text-align: center;
            white-space: nowrap;
            color: #666;
        }

        .ui-datepicker-calendar td .ui-state-active {
            background: #0c6db3;
            color: #FFF;
        }

        .ui-datepicker-calendar td .ui-state-highlight {
            background: #CACACA;
            color: #FFF;
        }

.ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }


.list-wrap .list-top .condition {
    padding-bottom: 10px;
}

    .list-wrap .list-top .condition input {
        cursor: pointer;
    }

    .list-wrap .list-top .condition .btn {
        cursor: pointer;
    }

        .list-wrap .list-top .condition .btn:hover {
            background-color: var(--main-defalut-color);
            color: white;
        }

/* profile popup */
.profile_pop {
    position: absolute;
    inset: 55px 0px 0px 310px;
    width: 320px;
    height: 185px;
    background: #FFF;
    /*border: 3px solid #e3e2e1;*/
    -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.3);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    color: #333333;
    border-radius: var(--main-radius);
}

    .profile_pop.on {
        padding: 0;
        visibility: visible;
        opacity: 1;
    }

    .profile_pop .profile_body {
    }

    .profile_pop .profile_currentAccount > * {
        display: block;
        align-self: center;
    }

    .profile_pop .profile_currentAccount {
        display: grid;
        grid-template-columns: auto 1fr auto;
    }

    .profile_pop .profile_company {
        grid-column: 1/2;
        padding-left: 14px;
        padding-right: 14px;
        font-size: 13px;
    }

    .profile_pop .profile_accountInfo > * {
        padding: 0;
    }

    .profile_pop .profile_accountInfo {
        display: flex;
        width: 100%;
        grid-column: 1/4;
        align-items: center;
        min-height: 132px;
    }

        .profile_pop .profile_accountInfo .profile_currentAccout_picture {
            display: block;
            border-radius: 50%;
            overflow: hidden;
            width: 88px;
            height: 88px;
            margin-left: 16px;
            margin-right: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

            .profile_pop .profile_accountInfo .profile_currentAccout_picture div {
                background-image: url(/Images/GoWorks/userPhoto.png);
                position: relative;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                overflow: hidden;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
            }

        .profile_pop .profile_accountInfo .profile_accountDetails > * {
            padding: 1px;
        }

        .profile_pop .profile_accountInfo .profile_accountDetails {
            font-size: 13px;
            -webkit-box-flex: 1;
            flex-grow: 1;
            min-width: 0;
            width: 0;
            padding-right: 12px;
        }

    .profile_pop .profile_annualStatus {
        border-top: 1px solid rgba(0,0,0,.08);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 30px 30px;
        text-align: center;
    }

        .profile_pop .profile_annualStatus .profile_annualType {
            font-weight: 700;
        }

        .profile_pop .profile_annualStatus .profile_annualType,
        .profile_pop .profile_annualStatus .profile_annualCount {
            padding: 5px;
            background-color: rgba(0,0,0,.04);
            border-right: 1px solid rgba(0,0,0,.08);
        }

    .profile_pop .profile_signout {
        grid-row: 1/2;
        grid-column: 3/4;
        font-size: 13px;
        padding: 15px 14px;
    }


.dataTable__mainList {
    width: 100% !important;
}

.snb h3 a {
    font-size: 16.38px;
    color: #444;
}


/*최근 사용양식 & 즐겨찾기 양식 없는 경우 표시 내용 가운데 정렬*/
#noRecentForm, #noFavForm {
    margin-left: auto;
    margin-right: auto;
    height: 130px;
    padding-top: 24px;
    text-align: center;
}

#noRecentFormImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
}

.list, #contentDescription {
    visibility: hidden;
}

.form-list-view {
    flex: 1 0 806px;
}

/* 검색창*/
#divSearchForm {
    background: #FFF;
    height: 60px;
    line-height: 60px;
    border: 1px solid #E0E0E0;
    border-bottom: none;
}

    #divSearchForm input[type='button'].btn--search {
        height: 38px;
    }

#searchKeyword {
    display: inline !important;
    margin-right: 5px !important;
    padding-left: 8px;
}

#btnSearchForm {
    vertical-align: initial
}

.snb ul li a.menuActive {
    font-size: 16px;
    font-weight: bold;
    color: #E60012;
}


#approvalList_length {
    float: right;
    margin-bottom: 12px;
}

.dataTables_wrapper .dataTables_length select {
    height: 34px;
}

.paging > .disabled {
    display: none;
}

nav.quick li#ApprovalMain.Approval {
    background: url("/images/GoWorks/gnb_ico2_off.png") no-repeat center 17px;
}

    nav.quick li#ApprovalMain.Approval:hover, nav.quick li#ApprovalMain.Approval.quick--active {
        background: url("/images/GoWorks/gnb_ico2_on.png") no-repeat center 17px;
    }

nav.quick li#HRMain.GWHR {
    background: url("/images/GoWorks/gnb_ico3_off.png") no-repeat center 17px;
}

    nav.quick li#HRMain.GWHR:hover, nav.quick li#HRMain.GWHR.quick--active {
        background: url("/images/GoWorks/gnb_ico3_on.png") no-repeat center 17px;
    }

nav.quick li#BoardMain.Board {
    background: url("/images/GoWorks/gnb_ico7_off.png") no-repeat center 17px;
}

    nav.quick li#BoardMain.Board:hover, nav.quick li#BoardMain.Board.quick--active {
        background: url("/images/GoWorks/gnb_ico7_on.png") no-repeat center 17px;
    }

nav.quick li#Onedrive.onedrive {
    background: url("/images/GoWorks/gnb_ico4_off.png") no-repeat center 17px;
}

    nav.quick li#Onedrive.onedrive:hover, nav.quick li#Onedrive.onedrive.quick--active {
        background: url("/images/GoWorks/gnb_ico4_on.png") no-repeat center 17px;
    }

nav.quick li#O365.O365 {
    background: url("/images/GoWorks/gnb_ico5_off.png") no-repeat center 17px;
}

    nav.quick li#O365.O365:hover, nav.quick li#O365.O365.quick--active {
        background: url("/images/GoWorks/gnb_ico5_on.png") no-repeat center 17px;
    }

nav.quick li#Outlook.outlook {
    background: url("/images/GoWorks/gnb_ico6_off.png") no-repeat center 17px;
}

    nav.quick li#Outlook.outlook:hover, nav.quick li#Outlook.outlook.quick--active {
        background: url("/images/GoWorks/gnb_ico6_on.png") no-repeat center 17px;
    }

nav.quick li#GWManage.Manage {
    background: url("/images/GoWorks/gnb_ico8_off.png") no-repeat center 17px;
}

    nav.quick li#GWManage.Manage:hover, nav.quick li#GWManage.Manage.quick--active {
        background: url("/images/GoWorks/gnb_ico8_on.png") no-repeat center 17px;
    }

main.sub nav.snb h3:nth-of-type(n + 1) {
    background: url(/images/GoWorks/ico_snb1.png) no-repeat right 12px bottom 0;
    background-size: 30px;
}

nav#nav__Approval h3:last-of-type {
    background: url(/images/GoWorks/ico_snb3.png) no-repeat right 12px bottom 0;
}

.labelTooltip {
    position: absolute;
    z-index: 1001;
    display: none;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    padding: 10px;
    color: white;
    background-color: #585858;
    /*opacity: 0.8;*/
    text-align: left;
    /*display: flex;*/
    flex-flow: row;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 230px;
}

    .labelTooltip .label {
        background-color: var(--main-defalut-color);
        padding: 2px 6px 3px 4px;
        display: inline-block;
        border-radius: 5px;
        margin: 5px;
    }

.labelCircle {
    width: 20px;
    height: 20px;
    /*border-radius: 50%;
    background: #0c6db3;*/
    display: inline-block;
    text-align: center;
    background-size: cover;
    /*border: 2px solid white;*/
    float: left;
    background-image: url(/images/GoWorks/tag.png);
    margin-top: 5px;
}

.leftCircle {
    margin-left: -12px;
}

.labelDiv {
    display: inline-block;
}

.search--bbs__list ul.search__ul {
    z-index: 9999;
}

    .search--bbs__list ul.search__ul li {
        display: table;
    }

.dataTables_empty {
    vertical-align: inherit;
}

ul.fancytree-container {
    display: inline-grid;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    ul.fancytree-container li {
        display: block;
    }

div.div__labelTree {
    position: absolute;
    display: none;
}

.mfp-close {
    display: none;
}


span.fancytree-title {
    color: #777 !important;
    font-size: 14px;
    font-family: "Noto Sans KR", sans-serif;
}


.box--type2 {
    background-color: #fff;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.03);
    border-radius: 24px;
}

.ml10 {
    margin-left: 10px;
}


.ml20 {
    margin-left: 20px;
}





.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.paging button.current {
    color: #E60012;
    border-color: var(--main-defalut-color);
    font-weight: 700;
    text-decoration: underline;
}

.ellipsis {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
}




/* 팝업 */
.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid #333;
    background-color: #FFF;
}

    .popup-box.alert {
        width: 400px;
    }

.popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    background: #0065cc;
}

    .popup-header h3 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 12px 20px;
        color: #FFF;
        line-height: 16px;
        font-weight: 500;
        font-size: 16px;
    }

    .popup-header .popup-close {
        width: 40px;
        height: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        background: #333;
    }

        .popup-header .popup-close .btn-popup-close {
            width: 40px;
            height: 40px;
            border: 0;
        }

.popup-contents {
    padding: 20px;
}

    .popup-contents .text-box {
        padding: 15px;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
    }

    .popup-contents .button-box {
        padding: 10px 15px 20px 15px;
        text-align: center;
        font-size: 0;
    }

        .popup-contents .button-box .button {
            display: inline-block;
            height: 32px;
            margin: 0 5px;
            padding: 6px 10px;
            min-width: 70px;
            border: 1px solid #666;
        }

    .popup-contents .button {
        display: inline-block;
        height: 32px;
        margin: 0 5px;
        padding: 6px 10px;
        min-width: 70px;
        border: 1px solid #666;
    }

    .popup-contents .button-box .button.light {
        border: 1px solid #666;
        background: #F6F6F6;
        color: #666;
    }

    .popup-contents .popup-table tr th {
        border: 0.8px solid #a8a8a8;
        height: 35px;
        font-size: 14px;
        text-align: center;
        background-color: #E9E9E9;
    }

    .popup-contents .popup-table tr td {
        border: 0.8px solid #a8a8a8;
        height: 35px;
        font-size: 14px;
        padding: 5px;
    }

    .popup-contents .popup-table input[type="text"] {
        border: transparent;
        width: 100%;
    }

    .popup-contents .popup-table tr td select {
        border: transparent;
        height: 100%;
        width: 100%;
    }

.quick {
    z-index: 100
}

.dataTables_empty {
    vertical-align: middle;
}


/* 인쇄 css 시작 */

.page {
    width: 290mm;
    min-height: auto;
    padding: 0;
    margin: 0;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    page-break-before: auto;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html, body {
        /*width: 210mm;
        height: 297mm;*/
        font-size: 12px !important;
        /*color: black ;      */
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-before: auto;
    }

    .pageTeams {
        margin: 16px !important;
    }

    .table--type2 > div {
        border-top: 1px solid #a8a8a8 !important;
        border-bottom: 1px solid #a8a8a8 !important;
        border: 1px solid #a8a8a8 !important;
    }

    .subpage #opinionList thead, .subpage #evidenceList thead {
        border-top: 1px solid #a8a8a8 !important;
    }

    .subpage #opinionList tbody tr:nth-child(1), .subpage #evidenceList tbody tr:nth-child(1) {
        border-top: 1px solid #a8a8a8 !important;
    }

    .subpage #opinionList tbody tr, .subpage #evidenceList tbody tr {
        border-bottom: 1px solid #a8a8a8 !important;
    }

    .subpage .table--type2 > div > div + div {
        border-left: 1px solid #a8a8a8 !important;
    }

    /* 계산된양식 인쇄 시 table 레이아웃 고정 */
    /*테이블 width가 동일하게 출력되는 오류 있어 주석처리 */
    .subpage #accountingContent table {
        /*width: 100% !important;*/
        /*table-layout: initial !important;*/
        max-width: 100% !important;
        /*display: block;*/
    }

    .subpage #accountingContent img {
        width: 100% !important;
        table-layout: fixed !important;
    }
    /* 에디터 내부 테이블 css unset*/
    /*    .subpage #accountingContent span[coltype=Editor] table {
        width: unset !important;
        table-layout: unset !important;
    }*/
    /*계산되지 않은 양식 인쇄 시 레이아웃 고정*/
    .subpage #accountingContent span[coltype=Editor] p {
        word-break: break-all;
    }

    .subpage #approvalContent {
        width: 100% !important;
        table-layout: fixed !important;
    }

        .subpage #approvalContent img {
            width: 100% !important;
            table-layout: fixed !important;
        }
    /**양식 인쇄 시 CSS (시작)*/
    .subpage .verticalWrite {
        writing-mode: tb;
        text-align-last: center;
    }

    .subpage #formPrintTable td, th {
        border: 1px black solid;
        padding: 0 10px;
    }

    .subpage .letterSpace15 {
        letter-spacing: 15px;
        padding-top: 15px;
    }


    /**양식 인쇄 시 CSS (끝)*/
    /*********************  프린트용 결재선 CSS 적용(시작) ************************************************/
    /*결재선 - 순서*/
    #opinionList thead th:nth-child(1), #opinionList tbody td:nth-child(1) {
        width: 45px !important;
        height: 18px !important;
        padding: 0px !important;
        text-align: center;
    }

    /*결재선 - 구분*/
    #opinionList thead th:nth-child(2), #opinionList tbody td:nth-child(2) {
        width: 80px !important;
        height: 18px !important;
        padding: 0px !important;
        text-align: center;
    }

    /*결재선 - 결재자*/
    #opinionList thead th:nth-child(3), #opinionList tbody td:nth-child(3) {
        width: 100px !important;
        word-break: break-word;
        height: 18px !important;
        padding: 0px !important;
        text-align: center;
    }

    /*결재선 - 부서*/
    #opinionList thead th:nth-child(4), #opinionList tbody td:nth-child(4) {
        width: 100px !important;
        height: 18px !important;
        padding: 0px !important;
        text-align: center;
    }

    /*결재선 - 상태*/
    #opinionList thead th:nth-child(5), #opinionList tbody td:nth-child(5) {
        width: 70px !important;
        height: 18px !important;
        padding: 0px !important;
        text-align: center;
    }

    /*결재선 - 결재일*/
    #opinionList thead th:nth-child(6), #opinionList tbody td:nth-child(6) {
        width: 100px !important;
        word-break: break-word;
        height: 18px !important;
        padding: 0px !important;
        text-align: center;
    }

    /*결재선 - 결재의견*/
    #opinionList thead th:nth-child(7), #opinionList tbody td:nth-child(7) {
        width: 160px !important;
        height: 18px !important;
        padding: 0px !important;
        text-align: center;
    }

    /*********************  프린트용 결재선 CSS 적용(끝) ************************************************/
    /*********************  프린트용 근거문서 CSS 적용(시작) ************************************************/

    /*결재선 - 문서번호*/
    #evidenceList thead th:nth-child(1), #evidenceList tbody td:nth-child(1) {
        width: 100px !important;
    }

    /*결재선 - 제목*/
    #evidenceList thead th:nth-child(2), #evidenceList tbody td:nth-child(2) {
        width: 200px !important;
    }

    /*결재선 - 작성자*/
    #evidenceList thead th:nth-child(3), #evidenceList tbody td:nth-child(3) {
        width: 100px !important;
        word-break: break-word;
    }

    /*결재선 - 부서*/
    #evidenceList thead th:nth-child(4), #evidenceList tbody td:nth-child(4) {
        width: 100px !important;
    }

    /*결재선 - 기안일*/
    #evidenceList thead th:nth-child(5), #evidenceList tbody td:nth-child(5) {
        width: 70px !important;
    }


    /*********************  프린트용 근거문서 CSS 적용(끝) ************************************************/


}

/* 인쇄 css 끝 */

table .tblellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 숨김공통 */
.gw-hide, .gwHide {
    display: none !important;
}


.home_list__data--type1 li {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 5px 0 5px 5px;
}

    .home_list__data--type1 li a:hover {
        text-decoration: underline;
    }

    .home_list__data--type1 li a span.default:before {
        position: absolute;
        left: 22.5px;
        top: 54%;
        transform: translateY(-50%);
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #444;
    }

    .home_list__data--type1 li a span.default {
        margin-right: 44px;
    }

    .home_list__data--type1 li a span {
        margin-right: 10px;
        vertical-align: bottom;
    }

/*.home_list__data--type1 li::before {
    position: absolute;
    left: 7.5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #444;
}*/

.home_list__data--type1__notice {
    background: url("/images/GoWorks/ico_notice.png") no-repeat left;
}

.home_lhome_ist__data--type1__notice::before {
    display: none;
}

/* 데이터테이블 컬럼에서 기간이 표시되는 항목 줄바꿈설정*/
.dataTables_wrapper td > .dtBreak {
    white-space: pre-wrap !important;
}

/* 버튼 hover 색 추가, black 제외 */
/*.btns .btn:hover:not(.black) {
    background-color: var(--main-defalut-color);
    color: #fff;
}*/

/*.btn:hover:not(.black) {
    background-color: var(--main-defalut-color);
    color: #fff;
}*/

.ui-tabs-anchor {
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
}


.search--bbs input[type='text'] {
    padding: 23px;
}

.search--bbs input[type='button'].btn--search, select {
    height: 48px;
    cursor: pointer;
}

/*.keyword input, select, .condition input{
    height: 48px;
}*/

input.buttonImage {
    width: 25px;
    height: 25px;
    border: 1px solid #e1e1e1;
    background: url(../../Images/GoWorks/OrgTree/btn_delete.png) no-repeat center;
    cursor: pointer;
}

    input.buttonImage:hover {
        width: 25px;
        height: 25px;
        border: 1px solid #e1e1e1;
        background: url(../../Images/GoWorks/OrgTree/btn_delete_on.png) no-repeat center;
        cursor: pointer;
    }

nab.snb h3:nth-of-type(2n+1) {
    margin-top: 10px;
}
/** text Align 추가 */
.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.dataTables_length {
    display : none;
}