@charset "UTF-8";
/* 말줄임표 */
html {
    background: white;
    font-family: NotoR, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 100%;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

body {
    font-size: 18px;
    line-height: 1.3;
}

* {
    font: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    word-break: keep-all;
}

*:active,
*:focus,
*:focus:active {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div,
span,
strong,
em,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
abbr,
acronym,
address,
big,
cite,
code,
ins,
small,
sub,
sup {
    padding: 0;
    margin: 0;
    font-size: inherit;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
    font-weight: normal;
    font-size: 100%;
}

form,
fieldset {
    border: 0;
}

q::before,
q::after {
    content: "";
}

abbr,
acronym {
    border: 0;
}

abbr,
address,
big,
cite,
code,
ins,
small,
sub,
sup,
em {
    font-weight: normal;
    font-style: normal;
}

sup,
sub {
    color: inherit;
}

blockquote,
q {
    quotes: none;
}

caption {
    display: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img,
input,
select {
    vertical-align: middle;
    outline: none;
}

input {
    vertical-align: middle;
    outline: none;
}

select {
    font-size: 14px;
    border: 1px solid #beccd4;
    background: white;
}

button,
textarea {
    outline: none;
}

button {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

textarea {
    resize: none;
}

input,
select {
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

strong {
    font-weight: bold;
}

/* ios */
input,
textarea,
[contenteditable] {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    -webkit-box-shadow: none;
            box-shadow: none;
}

@font-face {
    font-family: SpoqL;
    src: url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Light.otf") format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: SpoqR;
    src: url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff2") format("woff2"), url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.woff") format("woff"), url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Regular.eot");
    font-weight: 400;
}
@font-face {
    font-family: SpoqM;
    src: url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff2") format("woff2"), url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.woff") format("woff"), url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Medium.eot");
    font-weight: 500;
}
@font-face {
    font-family: SpoqB;
    src: url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff2") format("woff2"), url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.woff") format("woff"), url("/Package/design/fonts/SpoqaHanSansNeo/SpoqaHanSansNeo-Bold.eot");
    font-weight: 700;
}
@font-face {
    font-family: MavenPro;
    src: url("/Package/design/fonts/MavenPro/MavenPro-Bold.ttf") format("ttf"), url("/Package/design/fonts/MavenPro/MavenPro-SemiBold.ttf") format("ttf"), url("/Package/design/fonts/MavenPro/MavenPro-Regular.ttf") format("ttf"), url("/Package/design/fonts/MavenPro/MavenPro-Medium.ttf") format("ttf");
}
.awaiting-approval-content {
    position: absolute;
    left: 44%;
    top: 38px;
    border: 1px solid #3a48bb;
    width: 268px;
    height: auto;
    background-color: white;
    padding: 14px 20px;
    -webkit-box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 6px 7px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
}
.awaiting-approval-content::before, .awaiting-approval-content::after {
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid transparent;
    border-bottom-color: #3a48bb;
}
.awaiting-approval-content::before {
    border-bottom-color: #3a48bb;
}
.awaiting-approval-content::after {
    top: -22px;
    border-bottom-color: #fff;
}
.awaiting-approval-content .tooltip-close {
    position: absolute;
    height: 16px;
    width: 16px;
    padding: 16px;
    right: 0;
    top: 0;
}
.awaiting-approval-content .tooltip-close::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("/Package/design/images/common/svg/close.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.awaiting-approval.active .awaiting-approval-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(-50%, 0, 0);
       -moz-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 63%;
    z-index: 100;
}
.awaiting-approval-item {
    color: #222934;
    padding-bottom: 6px;
}
.awaiting-approval-item:last-of-type {
    padding-bottom: 0;
}
.awaiting-approval-item .text-title {
    font-family: SpoqM;
    font-size: 15px;
    line-height: normal;
    color: #222934;
    letter-spacing: -0.3px;
    margin-right: 8px;
}
.awaiting-approval-item .count {
    font-family: SpoqB;
    font-size: 15px;
    line-height: normal;
    color: #e63e3e;
    letter-spacing: 0;
    -webkit-text-decoration-line: underline;
       -moz-text-decoration-line: underline;
            text-decoration-line: underline;
}
.awaiting-approval-item .text-unit {
    font-family: SpoqM;
    font-size: 15px;
    line-height: normal;
    color: #222934;
    letter-spacing: 0;
}

.dropdown {
    font-family: SpoqR;
    font-size: 12px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.24px;
    position: relative;
    z-index: 1;
    width: 140px;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: left;
    background-image: url("/Package/design/images/common/svg/icon_dropdown_arrow24.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 24px auto;
            background-size: 24px auto;
    background-position: 94% center;
}
.dropdown.first {
    z-index: 10;
}

.gnb .dropdown {
    width: 223px;
}

.dropdown-option {
    font-family: SpoqR;
    font-size: 12px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.24px;
}

select::-ms-expand {
    display: none;
}

.statebox-list {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 329px;
    padding: 0 12px;
    border-radius: 4px;
}
.statebox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 0 2px;
}
.statebox-item > span {
    display: block;
}
.statebox-item + .statebox-item {
    position: relative;
}
.statebox-item + .statebox-item::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: inline-block;
    height: 24px;
    width: 1px;
    background: #e8e8e8;
}
.statebox-name {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 16px;
    color: #444;
    letter-spacing: -0.39px;
}
.statebox-count {
    margin-top: 3px;
    font-family: SpoqR;
    font-size: 16px;
    line-height: 23px;
    color: #e63e3e;
    letter-spacing: 0;
}

.processbox-item {
    width: 230px;
    border-radius: 12px;
    background: #f7f7fa;
    padding: 15px 0 15px 15px;
}
.processbox-item .processbox-info {
    padding-top: 18px;
}
.processbox-title {
    display: inline-block;
    vertical-align: middle;
    font-family: SpoqR;
    font-size: 19px;
    line-height: 34px;
    color: #1A1A1A;
    letter-spacing: -0.44px;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
.processbox-count {
    display: inline-block;
    vertical-align: middle;
    font-family: SpoqB;
    font-size: 22px;
    line-height: 34px;
    color: #F25F3E;
    letter-spacing: -0.52px;
    text-decoration: underline;
}

.notice-list {
    padding-top: 10px;
}
.notice-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    position: relative;
    padding: 10px 0 11px;
}
.notice-item::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    background-color: #e8e8e8;
    width: 100%;
    height: 1px;
}
.notice-item .tag {
    margin-right: 4px;
}
.notice-item .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    font-family: spoqr;
    font-size: 15px;
    line-height: 19px;
    color: #444;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-item .title .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-item .date {
    display: inline-block;
    width: 77px;
    font-family: SpoqR;
    font-size: 13px;
    line-height: normal;
    color: #A9A9A9;
    letter-spacing: 0;
    margin-left: auto;
}

.reference-list {
    padding-top: 10px;
}
.reference-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
    position: relative;
    padding: 10px 0 11px;
}
.reference-item::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    background-color: #e8e8e8;
    width: 100%;
    height: 1px;
}
.reference-item .tag {
    margin-right: 4px;
}
.reference-item .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    font-family: spoqr;
    font-size: 15px;
    line-height: 19px;
    color: #444;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reference-item .title .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.reference-item .date {
    display: inline-block;
    width: 77px;
    font-family: SpoqR;
    font-size: 13px;
    line-height: normal;
    color: #A9A9A9;
    letter-spacing: 0;
    margin-left: auto;
}

.processbox-tag {
    border-radius: 20px;
    display: inline-block;
    padding: 7px 12px;
    line-height: 13px;
}

.processbox-date {
    display: inline-block;
    float: right;
    width: 29%;
}

.processbox-date .date-info {
    vertical-align: middle;
    font-family: SpoqR;
    font-size: 12px;
    line-height: 34px;
    color: #1A1A1A;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.processbox-tag .tag-name {
    display: inline-block;
    font-family: SpoqB;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.3px;
}
.processbox-tag .tag-additional {
    display: inline-block;
    font-family: SpoqM;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.3px;
}
.processbox-tag.primary {
    background-color: #FFEFEC;
    border: 1px solid #F25F3E;
    color: #F25F3E;
}
.processbox-tag.primary + .processbox-info .processbox-count {
    color: #f25f3e;
}
.processbox-tag.secondary {
    background-color: #EAF0FE;
    border: 1px solid #5172E2;
    color: #5172E2;
}
.processbox-tag.secondary + .processbox-info .processbox-count {
    color: #5172e2;
}
.processbox-tag.secondary + .processbox-date + .processbox-info .processbox-count {
    color: #5172e2;
}
.processbox-tag.tertiary {
    background-color: #EDEDF6;
    border: 1px solid #4D4BAB;
    color: #4D4BAB;
}
.processbox-tag.tertiary + .processbox-info .processbox-count {
    color: #4d4bab;
}
.processbox-tag.tertiary + .processbox-date + .processbox-info .processbox-count {
    color: #4d4bab;
}
.processbox-tag.quaternary {
    background-color: #FFF6E3;
    border: 1px solid #F90;
    color: #F90;
}
.processbox-tag.quaternary + .processbox-info .processbox-count {
    color: #f90;
}
.processbox-tag.quaternary + .processbox-date + .processbox-info .processbox-count {
    color: #f90;
}

.tag {
    font-family: SpoqM;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px 6px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
}
.tag.urgency {
    background-color: #e63e3e;
}
.tag.new {
    background-color: #2970fd;
}

.basic-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border: 1px solid #CCC;
    font-family: SpoqM;
    font-size: 13px;
    line-height: 16px;
    color: #48505D;
    letter-spacing: -0.26px;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 100px;
}

.criterion-tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 12px;
    height: 28px;
    border-radius: 4px;
    font-family: SpoqM;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.26px;
}
.criterion-tag.verylow {
    border: 1px solid #20bac2 !important;
    background: #e8f8f9 !important;
    color: #20bac2 !important;
}
.criterion-tag.low {
    border: 1px solid #2061c2 !important;
    color: #2061c2 !important;
    background: #e8f1f9 !important;
}
.criterion-tag.medium {
    border: 1px solid #fdac12 !important;
    background: #fff9ed !important;
    color: #fdac12 !important;
}
.criterion-tag.high {
    border: 1px solid #ff6628 !important;
    background: #fff3ee !important;
    color: #ff6628 !important;
}
.criterion-tag.veryhigh {
    border: 1px solid #ce0000 !important;
    background: #fae5e5 !important;
    color: #ce0000 !important;
}

.container-box {
    position: relative;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
}
.container-box .main-date {
    display: block;
    font-family: SpoqR;
    font-size: 13px;
    line-height: 14px;
    color: #48505D;
    letter-spacing: -0.22px;
}
.container-box .basic-tag {
    position: absolute;
    top: 20px;
    right: 24px;
}
.container-box .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 4px 4px 0;
    margin-top: 2px;
}
.container-box .content:first-of-type {
    margin-top: 0;
}
.container-box .content-title {
    font-family: SpoqM;
    font-size: 16px;
    line-height: normal;
    color: #444;
    display: inline-block;
    width: 178px;
    text-align: center;
    padding: 0 16px;
}
.container-box .content.primary {
    border-radius: 4px;
    background: #ffefec;
    margin-top: 12px;
}
.container-box .content.secondary {
    border-radius: 4px;
    background: #e8ebfb;
}
.container-box .content.tertiary {
    border-radius: 4px;
    background: #ededf6;
}

.table-area {
    margin-top: 10px;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e9eaeb;
}

.table-cell .dropdown {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    padding: 7px 10px;
}
.table-cell input {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505D;
    letter-spacing: -0.28px;
}

.inquiry-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-collapse: collapse;
    border-top: 2px solid #222;
}
.inquiry-table::-webkit-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.inquiry-table::-moz-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.inquiry-table:-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.inquiry-table::-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.inquiry-table::placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.inquiry-table input {
    border: 1px solid #ccc;
    height: 36px;
    padding: 10px 7px;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 16px;
    color: #48505D;
    letter-spacing: -0.28px;
}
.inquiry-table label {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.inquiry-table .table-row {
    width: auto;
}
.inquiry-table .table-row:last-of-type {
    width: 100%;
}
.inquiry-table .table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dedede;
    height: 48px;
    width: 100%;
}
.inquiry-table .table-cell .title {
    background-color: #eaeaea;
    padding: 12px 16px;
    height: 100%;
    width: max-content;
    min-width: 120px;
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inquiry-table .table-cell .title .txt {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.inquiry-table .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    padding: 6px 16px;
    height: 100%;
}
.inquiry-table .table-cell-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.inquiry-table .table-cell-wrap .table-cell {
    width: auto;
}
.inquiry-table .table-cell-wrap .table-cell:last-of-type {
    width: 100%;
}
.inquiry-table .calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
}
.inquiry-table .calendar input {
    width: 100%;
}
.inquiry-table .all {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 12px;
}
.inquiry-table .all label {
    padding-left: 24px;
}
.inquiry-table .button-area {
    padding-top: 0;
}

.confusion-matrix {
    border-collapse: collapse;
    border-spacing: 0;
}
.confusion-matrix tr th,
.confusion-matrix tr td {
    font-family: SpoqM;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    letter-spacing: -0.26px;
    border: 1px solid #adadad;
    padding: 8px;
}
.confusion-matrix tr:nth-of-type(1) th:nth-of-type(1) {
    background: #eaeaea;
}
.confusion-matrix tr:nth-of-type(1) th:nth-of-type(2) {
    background: #eaeaea;
}
.confusion-matrix tr:nth-of-type(2) th {
    background: #f4f5f7;
}
.confusion-matrix tr:nth-of-type(3) th:nth-of-type(1) {
    background: #eaeaea;
}
.confusion-matrix tr:nth-of-type(3) th:nth-of-type(2) {
    background: #f4f5f7;
}
.confusion-matrix tr:nth-of-type(3) td:nth-of-type(1) {
    background: #f3fafb;
}
.confusion-matrix tr:nth-of-type(3) td:nth-of-type(2) {
    background: #fff;
}
.confusion-matrix tr:nth-of-type(4) th {
    background: #f4f5f7;
}
.confusion-matrix tr:nth-of-type(4) td:nth-of-type(1) {
    background: #fff;
}
.confusion-matrix tr:nth-of-type(4) td:nth-of-type(2) {
    background: #e8f1f9;
}

th.required::after,
.dx-header-row > td.required::after,
.table-cell .title.required::after,
table.basic-table > tbody > tr > td.required::after,
div.required::after {
    position: relative;
    top: -6px;
    left: 2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_required.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

/* .table-cell .title.required span { */
/*  margin-left: -4px; */
/* } */

.data-table {
    width: 100%;
    border-top: 2px solid #222;
}
.data-table tr {
    border-bottom: 1px solid #dedede;
    height: 48px;
}
.data-table tr th {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505D;
    letter-spacing: -0.28px;
    padding: 12px 12px 12px 16px;
    background-color: #eaeaea;
    border-left: 1px solid #dedede;
    text-align: left;
    height: 48px;
}
.data-table tr th:first-of-type {
    border-right: none;
}
.data-table tr td {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505D;
    letter-spacing: -0.28px;
    padding: 6px 16px;
    height: 48px;
}
.data-table tr input {
    border: 1px solid #ccc;
    padding: 7px 10px;
}
.data-table tr input + .search-input {
    padding-left: 4px;
}

.linear-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-collapse: separate;
    border-top: 2px solid #222;
}
.linear-table::-webkit-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.linear-table::-moz-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.linear-table:-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.linear-table::-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.linear-table::placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.linear-table .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.linear-table .table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.linear-table .table-cell .title {
    background-color: #eaeaea;
    padding: 12px 16px;
    min-width: 120px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.linear-table .table-cell .title .txt {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    position: relative;
}
.linear-table .table-cell + .table-cell {
    border-left: 1px solid #dedede;
}
.linear-table .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 6px 16px;
    height: 100%;
    width: auto;
}

.inquiry-table2 {
    width: 100%;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #444;
}
.inquiry-table2 .table-row {
    width: 100%;
}
.inquiry-table2 .table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #dedede;
    height: 48px;
}
.inquiry-table2 .table-cell .title {
    width: 140px;
    height: 100%;
    background-color: #eff1f5;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.inquiry-table2 .table-cell .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 360px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 6px 16px;
}
.inquiry-table2.rowtype {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.inquiry-table2.rowtype .table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.inquiry-table2.rowtype .content {
    width: 200px;
}
.inquiry-table2.rowtype .table-cell {
    width: 25%;
}
.inquiry-table2.rowtype .table-cell.row2 {
    width: 50%;
}
.inquiry-table2.rowtype .table-cell.row2 .content {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}
.inquiry-table2.rowtype .table-cell.row3 {
    width: 75%;
}
.inquiry-table2.rowtype .table-cell.row3 .content {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}
.inquiry-table2.rowtype .table-cell.row3 + .table-cell {
    width: 25%;
}
.inquiry-table2.rowtype .table-cell.row3 + .table-cell .content {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
}

.basic-table {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    border-top: 1px solid #444;
    background-color: #fff;
    width: 100%;
}
.basic-table .title {
    background-color: #eff1f5;
    padding: 12px 12px 12px 16px;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.basic-table tr {
    border-bottom: 1px solid #dedede;
}
.basic-table th {
    text-align: left;
}
.basic-table td {
    padding: 6px 16px;
}
.basic-table input,
.basic-table select {
    width: 100%;
}

.statistics-table {
    padding-top: 30px;
}
.statistics-table table {
    width: 100%;
    border-top: 1px solid #222;
    border-collapse: separate;
}
.statistics-table table thead {
    background: #eff1f5;
}
.statistics-table table thead tr {
    height: 36px;
}
.statistics-table table th {
    font-family: SpoqM;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    letter-spacing: -0.26px;
    min-width: 136px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.statistics-table table th:last-of-type {
    border-right: none;
}
.statistics-table table td {
    font-family: SpoqM;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    letter-spacing: -0.26px;
    border-right: 1px solid #e9eaeb;
    border-bottom: 1px solid #e9eaeb;
    border-top: none;
    height: 36px;
    padding: 8px 8px 9px 0;
    text-align: right;
}
.statistics-table table td:last-of-type {
    border-right: none;
}

.grid-table {
    padding-top: 15px;
    width: 100%;
    text-align: center;
}
.grid-table thead {
    background-color: #eff1f5;
    border-bottom: 1px solid #e9eaeb;
}
.grid-table thead th {
    font-family: SpoqR;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    letter-spacing: -0.3px;
    border-right: 1px solid #e9eaeb;
    padding: 6px;
    height: 36px;
}
.grid-table thead th:last-of-type {
    border-right: none;
}
.grid-table tbody {
    background-color: #fff;
}
.grid-table tbody td {
    font-family: SpoqR;
    font-size: 15px;
    line-height: 20px;
    color: #444;
    letter-spacing: -0.3px;
    border-top: 1px solid #e9eaeb;
    border-right: 1px solid #e9eaeb;
    height: 36px;
    padding: 6px;
}
.grid-table tbody td:last-of-type {
    border-right: none;
}
.grid-table.division .thead-division {
    width: 136px;
}
.grid-table.division .total {
    border-top: 1px solid #e9eaeb;
}
.grid-table.division .total th {
    width: 98px;
}
.grid-table.division .total > th {
    font-weight: 700;
}
.grid-table.one-row .table-head {
    height: 30px;
}
.grid-table.one-row .table-head th {
    width: 136px;
}
.grid-table.one-row .table-head th:first-of-type {
    width: 106px;
}
.grid-table.one-row .ranking span + span::before {
    content: "/";
    display: inline-block;
}

.grid-table-type {
    width: 100%;
    text-align: center;
}
.grid-table-type thead {
    background-color: #eaeaea !important;
    border-top: 2px solid #222 !important;
    border-bottom: 1px solid #222 !important;
    color: #444 !important;
    height: 36px !important;
    font-family: SpoqM;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    letter-spacing: -0.26px;
}
.grid-table-type thead th {
    border-right: 1px solid #ccc !important;
}
.grid-table-type thead th:last-of-type {
    border-right: none !important;
}
.grid-table-type tbody {
    background-color: #fff;
    font-family: SpoqR;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    letter-spacing: -0.26px;
}
.grid-table-type tbody tr {
    height: 36px;
    border-bottom: 1px solid #e9eaeb;
}
.grid-table-type tbody tr:last-of-type {
    border-bottom: none;
}
.grid-table-type tbody td {
    border-right: 0px solid #e9eaeb;
}
.grid-table-type tbody td:last-of-type {
    border-right: none;
}

.btn-20 {
      background: none;
      border: none;
      padding: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer;
}
.btn-20 i {
    font-size: 16px;             /* 아이콘 크기 */
    color: #808080;              /* 아이콘 색상 */
}

.btn-20:hover i {
    color: #000;                 /* 호버 시 아이콘 색상 변경 */
}

.btn-28 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
}
.btn-28:hover {
    background: #f3f6ff;
}

.btn-36 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505D;
    letter-spacing: -0.28px;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.btn-36:hover {
    background: #f3f6ff;
}
.btn-36:disabled {
    border: 1px solid #dbdbdb;
    background: #f6f6f6;
    color: #dbdbdb;
    cursor: not-allowed;
}
.btn-36.filled {
    font-family: SpoqB;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    letter-spacing: -0.28px;
    border-color: #505978;
    background: #505978;
    color: #fff;
}
.btn-36.filled::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_btn_check.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-36.filled:hover {
    background: #6272a8;
}
.btn-36.filled:disabled {
    background: #f6f6f6;
    color: #dbdbdb;
    border: 1px solid #dbdbdb;
}
.btn-36.filled:disabled:hover {
    background: #f6f6f6;
    color: #dbdbdb;
    border: 1px solid #dbdbdb;
}
.btn-36.filled:disabled::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/check_disabled.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-36.outlined::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_download.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-36.outlined:disabled::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_download_disabled.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-36.upload::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_upload.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-36.upload:disabled::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/upload_disabled.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-36.filter::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_filter.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-36.filter .txt {
    margin-left: 4px;
    display: inline-block;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505D;
    letter-spacing: -0.28px;
}

.btn-28 {
    height: 28px;
    font-family: SpoqM;
    font-size: 13px;
    line-height: 16px;
    color: #48505D;
    letter-spacing: -0.26px;
    padding: 6px 8px;
}
.btn-28.outlined::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_btn_plus.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-28.outlined:disabled::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/plus_disabled.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-28.minus::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_btn_minus.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-28.minus:disabled::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_btn_minus_disabled.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-28.round {
    padding: 6px 12px;
    border-radius: 999px;
}
.btn-28.round::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_btn_plus.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-28.round:disabled::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/plus_disabled.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-28.download::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_download_14.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-28.upload::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_upload_14.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.btn-28:disabled {
    border: 1px solid #dbdbdb;
    background: #f6f6f6;
    color: #dbdbdb;
    cursor: not-allowed;
}
.btn-28.filter::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_filter.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-28.filter .txt {
    margin-left: 4px;
    display: inline-block;
    font-family: SpoqM;
    font-size: 13px;
    line-height: 16px;
    color: #48505D;
    letter-spacing: -0.26px;
}

.row {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.tab-content-bottom .row {
    padding-bottom: 8px;
}
.tab-content-bottom .row .total {
    padding-bottom: 0;
}

.button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.button-area.btn-r {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
.button-area button + button {
    margin-left: 8px;
}

.btn-excel {
    height: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505D;
    letter-spacing: -0.28px;
}
.btn-excel::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_excel.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-excel:hover {
    background: #f3f6ff;
}

.btn-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px;
    width: 28px;
    height: 28px;
}
.btn-login::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_login.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.btn-login:hover {
    background: #f3f6ff;
}

.btn-36.excel::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_excel.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 7px;
}

.gnb-icon-button.workflow::before {
    display: inline-block;
    width: 70px;
    height: 27px;
    content: "";
    background-image: url("/Package/design/images/common/svg/wfBtn.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}


/* 공통 스타일 */
input[type=checkbox],
input[type=radio] {
    opacity: 0;
}

/* 체크박스 스타일 */
input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input[type=checkbox]:checked + label::before {
    background-color: #1198ad;
    border: 1px solid #1198ad;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("/Package/design/images/common/svg/check.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.dx-toolbar .dx-toolbar-items-container {
    height: 28px;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text {
    width: auto !important;
    height: 28px !important;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text .dx-button-content {
    padding: 0;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text .dx-button-content .dx-button-text {
    font-family: SpoqM;
    font-size: 13px;
    line-height: 14px;
    color: #48505D;
    letter-spacing: -0.26px;
    display: block;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text.btn-28 {
    padding: 6px 8px;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text.btn-28:hover {
    background: #f3f6ff !important;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text.dx-button-has-icon .dx-button-content .dx-icon {
    width: 16px;
    height: 16px;
    line-height: 17px;
    padding: 5px;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text.dx-button-has-icon .dx-button-content .dx-icon + .dx-button-text {
    display: none !important;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-text.dx-button-has-icon:hover {
    background: #f3f6ff !important;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-icon.btn-28 {
    padding: 0;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-icon:hover {
    background: #f3f6ff !important;
}
.dx-toolbar .dx-toolbar-items-container .dx-button-has-icon .dx-button-content .dx-icon {
    width: 16px;
    height: 16px;
    line-height: 17px;
    padding: 5px;
}

.dx-dialog .dx-toolbar .dx-toolbar-items-container .dx-button-has-text .dx-button-content .dx-button-text {
    line-height: 26px;
}

.tab-content-bottom .dx-toolbar .row {
    padding-top: 2px;
}
.dx-fileuploader {
    padding-left: 8px;
}
.dx-fileuploader .dx-fileuploader-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505D;
    letter-spacing: -0.28px;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.dx-fileuploader .dx-fileuploader-button .dx-button-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dx-fileuploader .dx-fileuploader-button .dx-button-text::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_upload.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 4px;
}
.dx-fileuploader .dx-fileuploader-button:hover {
    background: #f3f6ff;
}
.dx-fileuploader + .content {
    padding: 8px;
}
.dx-fileuploader + .content h4 {
    text-align: left;
    padding-bottom: 14px;
}
.dx-fileuploader + .content #fileBox {
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.fileUploader-position-modifier .dx-fileuploader-wrapper {
    padding-top: 8px;
}

.pagination .page-item a,
.pagination .page-item button, .pagination .page-control {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #444;
    height: 28px;
    background-color: #fff;
    border-radius: 2px;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination .page-control {
    width: 28px;
}
.pagination .page-control::before {
    display: block;
    width: 8px;
    height: 13px;
    content: "";
    -webkit-mask-image: url("/Package/design/images/common/svg/icon_pagination_arrow.svg");
            mask-image: url("/Package/design/images/common/svg/icon_pagination_arrow.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-color: #222;
}
.pagination .page-control.page-prev {
    margin-right: 4px;
}
.pagination .page-control.page-prev::before {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.pagination .page-control.page-next {
    margin-left: 4px;
}
.pagination .page-control:hover {
    background: rgba(80, 89, 120, 0.1);
}
.pagination .page-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination .page-item {
    margin-right: 4px;
}
.pagination .page-item a,
.pagination .page-item button {
    min-width: 26px;
    padding: 0 4px 2px;
}
.pagination .page-item a:hover,
.pagination .page-item button:hover {
    background: rgba(80, 89, 120, 0.1);
}
.pagination .page-item.is-active a,
.pagination .page-item.is-active button {
    color: #fff;
    background: #505978;
}
.pagination .page-item.is-active a:hover,
.pagination .page-item.is-active button:hover {
    color: #444;
    background: rgba(80, 89, 120, 0.1);
}
.pagination .page-item:last-child {
    margin-right: 0;
}

/* 240116 페이지네이션 수정 */
.dx-pager {
    padding-top: 16px;
}
.dx-pager .dx-pages .dx-navigate-button {
    width: 28px !important;
    height: 28px !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #444;
    background-color: #fff;
    border-radius: 2px;
    padding: 0 !important;
}
.dx-pager .dx-pages .dx-navigate-button::before {
    content: "";
    display: block;
    width: 8px !important;
    height: 13px !important;
    background-image: url("/Package/design/images/common/svg/icon_pagination_arrow.svg");
    background-repeat: no-repeat;
    margin-top: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.dx-pager .dx-pages .dx-navigate-button:hover {
    background-color: rgba(80, 89, 120, 0.1);
}
.dx-pager .dx-pages .dx-navigate-button.dx-prev-button {
    -webkit-transform: rotate(180deg) translateX(4px);
       -moz-transform: rotate(180deg) translateX(4px);
        -ms-transform: rotate(180deg) translateX(4px);
            transform: rotate(180deg) translateX(4px);
}
.dx-pager .dx-pages .dx-navigate-button.dx-prev-button::before {
    content: "" !important;
}
.dx-pager .dx-pages .dx-navigate-button.dx-next-button::before {
    content: "" !important;
}
.dx-pager .dx-pages .dx-page {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #444;
    margin-left: 0 !important;
    margin-right: 4px !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 28px;
    background-color: #fff;
    border-radius: 2px;
    min-width: 26px;
    padding: 0 4px 2px;
}
.dx-pager .dx-pages .dx-page:first-child {
    margin-left: 4px;
}
.dx-pager .dx-pages .dx-page:hover {
    background: rgba(80, 89, 120, 0.1);
}
.dx-pager .dx-pages .dx-page.dx-selection {
    color: #fff;
    background: #505978;
}
.dx-pager .dx-pages .dx-page.dx-selection:hover {
    color: #444;
    background: rgba(80, 89, 120, 0.1);
}
.dx-pager .dx-pages .dx-page:last-child {
    margin-right: 0;
}

.w233 {
    width: 233px;
}

input[type=text] {
    padding: 7px 10px;
    height: 36px;
    border: 1px solid #ccc;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #48505d;
    letter-spacing: -0.28px;
}
input[type=text]::-webkit-input-placeholder {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #bdbdbd;
    letter-spacing: -0.26px;
}
input[type=text]::-moz-placeholder {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #bdbdbd;
    letter-spacing: -0.26px;
}
input[type=text]:-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #bdbdbd;
    letter-spacing: -0.26px;
}
input[type=text]::-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #bdbdbd;
    letter-spacing: -0.26px;
}
input[type=text]::placeholder {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #bdbdbd;
    letter-spacing: -0.26px;
}

input[readonly=readonly], input[readonly] {
    background-color: #faf9f8;
    border: 1px solid #ccc;
    pointer-events: none;
}

.readonly .calendar > div:last-of-type {
    background-color: #faf9f8;
    border: 1px solid #ccc;
    border-radius: 4px;
    pointer-events: none;
}

input[type=checkbox] {
    width: auto;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    opacity: 0;
    position: absolute;
}

.file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.search-filter {
    position: relative;
    margin-left: 16px;
    height: 100%;
}
.search-filter input {
    width: 200px;
    height: 28px;
    border: 1px solid #ccc;
    padding: 6px 8px 6px 32px;
    background: #fff;
    font-family: SpoqR;
    font-size: 13px;
    line-height: 13px;
    color: #444;
    letter-spacing: -0.26px;
}
.search-filter::before {
    position: absolute;
    left: 10px;
    top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_btn_search.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.radio-list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.radio-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.radio-item + .radio-item {
    margin-left: 20px;
}

input[type=radio] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
input[type=radio] + label {
    padding-left: 24px;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
input[type=radio] + label::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    border: 1px solid #a5a5a5;
}
input[type=radio]:checked + label::before {
    width: 16px;
    height: 16px;
    border: none;
    background: url("/Package/design/images/common/svg/icon_radio.svg") 0 center no-repeat;
    -webkit-background-size: 16px 16px;
            background-size: 16px;
}

.textarea-box {
    padding: 6px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
}

.calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
}
.calendar input {
    width: 100px !important;
    padding-right: 0 !important;
    height: 36px;
    border: none;
}
.calendar .dx-text-editor-input {
    width: 100px !important;
    padding-right: 0 !important;
}
.calendar + .all {
    padding-left: 12px;
}

.dx-texteditor-input-container input {
    border: none;
}

.checkbox-item {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 16px;
}

.content.search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 6px 16px;
    height: 100%;
}
.content.search input {
    height: 36px;
}
.content.search button + input {
    margin-left: 12px;
}
.content.search .search-input {
    width: 140px;
    margin-left: 0;
    border: 1px solid #ccc;
}
.content.search .search-input.wide {
    width: 270px;
}
.content.search .search-input + button {
    margin-left: 4px;
}

.dx-item .dx-datagrid-search-panel {
    margin: 0 0 0 11px;
}
.dx-item .dx-texteditor-container .dx-texteditor-input-container {
    height: 28px;
}

table th input[type=checkbox] + label,
table td input[type=checkbox] + label {
    position: static;
}
table th input[type=checkbox] + label::before,
table td input[type=checkbox] + label::before {
    position: static;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
}
table th input[type=checkbox]:checked + label,
table td input[type=checkbox]:checked + label {
    position: static;
}
table th input[type=checkbox]:checked + label::before,
table td input[type=checkbox]:checked + label::before {
    position: static;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
}

.loading-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(208, 208, 208, 0.3);
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.circle-loading {
    width: 70px;
    height: 70px;
    position: relative;
}
.circle-loading span {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.circle-loading span::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 13%;
    height: 13%;
    background-color: #565656;
    border-radius: 100%;
    -webkit-animation: bounce 1.2s infinite ease-in-out both;
       -moz-animation: bounce 1.2s infinite ease-in-out both;
            animation: bounce 1.2s infinite ease-in-out both;
}
.circle-loading span:nth-of-type(2) {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
}
.circle-loading span:nth-of-type(2)::before {
    -webkit-animation-delay: -1.1s;
       -moz-animation-delay: -1.1s;
            animation-delay: -1.1s;
}
.circle-loading span:nth-of-type(3) {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
}
.circle-loading span:nth-of-type(3)::before {
    -webkit-animation-delay: -1s;
       -moz-animation-delay: -1s;
            animation-delay: -1s;
}
.circle-loading span:nth-of-type(4) {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.circle-loading span:nth-of-type(4)::before {
    -webkit-animation-delay: -0.9s;
       -moz-animation-delay: -0.9s;
            animation-delay: -0.9s;
}
.circle-loading span:nth-of-type(5) {
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg);
}
.circle-loading span:nth-of-type(5)::before {
    -webkit-animation-delay: -0.8s;
       -moz-animation-delay: -0.8s;
            animation-delay: -0.8s;
}
.circle-loading span:nth-of-type(6) {
    -webkit-transform: rotate(150deg);
       -moz-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg);
}
.circle-loading span:nth-of-type(6)::before {
    -webkit-animation-delay: -0.7s;
       -moz-animation-delay: -0.7s;
            animation-delay: -0.7s;
}
.circle-loading span:nth-of-type(7) {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.circle-loading span:nth-of-type(7)::before {
    -webkit-animation-delay: -0.6s;
       -moz-animation-delay: -0.6s;
            animation-delay: -0.6s;
}
.circle-loading span:nth-of-type(8) {
    -webkit-transform: rotate(210deg);
       -moz-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg);
}
.circle-loading span:nth-of-type(8)::before {
    -webkit-animation-delay: -0.5s;
       -moz-animation-delay: -0.5s;
            animation-delay: -0.5s;
}
.circle-loading span:nth-of-type(9) {
    -webkit-transform: rotate(240deg);
       -moz-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg);
}
.circle-loading span:nth-of-type(9)::before {
    -webkit-animation-delay: -0.4s;
       -moz-animation-delay: -0.4s;
            animation-delay: -0.4s;
}
.circle-loading span:nth-of-type(10) {
    -webkit-transform: rotate(270deg);
       -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
}
.circle-loading span:nth-of-type(10)::before {
    -webkit-animation-delay: -0.3s;
       -moz-animation-delay: -0.3s;
            animation-delay: -0.3s;
}
.circle-loading span:nth-of-type(11) {
    -webkit-transform: rotate(300deg);
       -moz-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg);
}
.circle-loading span:nth-of-type(11)::before {
    -webkit-animation-delay: -0.2s;
       -moz-animation-delay: -0.2s;
            animation-delay: -0.2s;
}
.circle-loading span:nth-of-type(12) {
    -webkit-transform: rotate(330deg);
       -moz-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg);
}
.circle-loading span:nth-of-type(12)::before {
    -webkit-animation-delay: -0.1s;
       -moz-animation-delay: -0.1s;
            animation-delay: -0.1s;
}

@-webkit-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-moz-keyframes bounce {
    0%, 80%, 100% {
        -moz-transform: scale(0);
             transform: scale(0);
    }
    40% {
        -moz-transform: scale(1);
             transform: scale(1);
    }
}

@keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
                transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
                transform: scale(1);
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #415083;
    z-index: 10;
}

.gnb {
    background: -webkit-gradient(linear, left bottom, left top, from(#4d5c92), to(#4d5c92)), #56a7ca;
    background: -webkit-linear-gradient(bottom, #4d5c92 0%, #4d5c92 100%), #56a7ca;
    background: -moz-linear-gradient(bottom, #4d5c92 0%, #4d5c92 100%), #56a7ca;
    background: linear-gradient(0deg, #4d5c92 0%, #4d5c92 100%), #56a7ca;
    padding: 16px 0;
    height: 68px;
    width: 100%;
}
.gnb-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    margin: 0 auto;
}
.gnb-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.gnb .logo {
    width: 328px;
    padding: 21px 74px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.gnb .logo a {
    font-size: 0;
    background-image: url("/Package/design/images/common/svg/logo.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 18px;
    -webkit-background-size: cover;
            background-size: cover;
    display: inline-block;
    cursor: pointer;
}
.gnb .gnb-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gnb .gnb-nav .gnb-left-title {
    font-family: SpoqL;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.32px;
    font-weight: 400;
}
.gnb .gnb-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gnb .gnb-nav-item {
    position: relative;
}
.gnb .gnb-nav-item::after {
    position: absolute;
    display: block;
    content: "";
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    width: 1px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.3);
}
.gnb .gnb-nav-item:first-of-type::after {
    content: none;
}
.gnb .gnb-nav-item:last-of-type .awaiting-approval-content {
    left: 70%;
}
.gnb .awaiting-approval {
    position: relative;
}
.gnb .awaiting-approval-title {
    padding: 0 16px;
}
.gnb .awaiting-approval-title .case-title {
    font-family: SpoqM;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.32px;
    padding-right: 13px;
}
.gnb .awaiting-approval-title .case-num {
    font-family: SpoqB;
    font-size: 16px;
    line-height: normal;
    /* color: #88fff1; */
    color: #ff6628;
    letter-spacing: -0.32px;
    text-decoration: underline;
}
.gnb .awaiting-approval-title .case-unit {
    font-family: SpoqM;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.32px;
}
.gnb-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gnb .gnb-dropdown,
.gnb .gnb-dropdown-toggle,
.gnb .gnb-dropdown-menu {
    border-radius: 18px;
}

.gnb-button-group {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 24px;
}
.gnb-button-group span:last-of-type .gnb-icon-button {
    margin-right: 0;
}

.time-group {
    height: 48px;
    padding: 5px;
    position: absolute;
    bottom: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #455384;
}

.time-group.contract{
    bottom: 70px;
}
.time-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.time-item:first-of-type {
    padding-bottom: 4px;
}
.time-item span {
    display: block;
}
.time-item .title {
    font-family: SpoqL;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.26px;
    padding-right: 8px;
    font-weight: 400;
}
.time-item .time {
    font-family: SpoqM;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    letter-spacing: normal;
}

.ho-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 24px;
}
.ho-manager {
    padding-bottom: 4px;
}
.ho-manager .title {
    font-family: SpoqB;
    font-size: 16px;
    line-height: normal;
    color: #59FBFF;
    letter-spacing: normal;
}
.ho-name {
    font-family: SpoqR;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    letter-spacing: normal;
}

.gnb-icon-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 8px;
    cursor: pointer;
}
.gnb-icon-button.logout::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon01.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.logout:hover::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon01_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.pinend::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon02.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.pinend:hover::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon02_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.grading::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon03.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.grading:hover::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon03_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.manage::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon04.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.manage:hover::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon04_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.remove::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon05.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.gnb-icon-button.remove:hover::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/gnb_icon05_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.copyright {
    font-family: MavenPro;
    font-size: 10px;
    line-height: normal;
    color: #83A7CA;
    letter-spacing: -0.2px;
    font-weight: 400;
}

.lnb-area {
    position: fixed;
    height: -webkit-calc(100% - 68px);
    height: -moz-calc(100% - 68px);
    height: calc(100% - 68px);
    left: 0;
    top: 68px;
}
.lnb-area .lnb {
    overflow-y: auto;
    width: 328px;
    height: -webkit-calc(100% - 113px);
    height: -moz-calc(100% - 113px);
    height: calc(100% - 113px);
    background: #4d5c92;
    padding: 32px 24px;
    position: relative;
}
.lnb-area .lnb::-webkit-scrollbar {
    display: none !important;
}
.lnb-area .lnb .depth3 {
    display: none;
}
.lnb-area .lnb .depth3.active {
    display: block;
}
.lnb-area .lnb .depth3 .depth3-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 12px 6px 36px;
}
.lnb-area .lnb .depth3 .depth3-item a::before {
    display: inline-block;
    width: 3px;
    height: 3px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_ellipse.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 10px;
}
.lnb-area .lnb .depth3 .depth3-item {
    font-family: SpoqM;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.28px;
}
.lnb-area .lnb .depth3 .depth3-item:hover {
    color: #59fbff;
}
.lnb-area .lnb .depth3 .depth3-item:hover a::before {
    display: inline-block;
    width: 3px;
    height: 3px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_ellipse_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.lnb-area .lnb .depth3 .depth3-item.active {
    color: #59fbff;
}
.lnb-area .lnb .depth3 .depth3-item.active a::before {
    display: inline-block;
    width: 3px;
    height: 3px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_ellipse_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.lnb-area .lnb .depth2 {
    border-radius: 8px;
    background-color: #5f73a8;
    display: none;
}
.lnb-area .lnb .depth2.active {
    display: block;
}
.lnb-area .lnb .depth2.active .depth3 {
    display: block;
}
.lnb-area .lnb .depth2 .depth2-title {
    padding: 12px 16px 12px 32px;
    position: relative;
    display: block;
    font-family: SpoqM;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.28px;
}
.lnb-area .lnb .depth2 .depth2-title:hover {
    background-color: #7f98d9;
    color: #fff;
}
.lnb-area .lnb .depth2 .depth2-title::after {
    position: absolute;
    right: 16px;
    top: 12px;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_plus.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.lnb-area .lnb .depth2-item:first-of-type .depth2-title {
    border-radius: 8px 8px 0 0;
}
.lnb-area .lnb .depth2-item:last-of-type .depth2-title {
    border-radius: 0 0 8px 8px;
}
.lnb-area .lnb .depth2-item:last-of-type .depth3-item:last-of-type {
    padding-bottom: 12px;
}
.lnb-area .lnb .depth2-item.active .depth2-title {
    color: #fff;
    background-color: #7f98d9;
}
.lnb-area .lnb .depth2-item.active .depth2-title::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_minus.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.lnb-area .lnb .depth2-item.active .depth3 {
    display: block;
}
.lnb-area .lnb .depth2-item.empty .depth2-title::after {
    display: none;
}
.lnb-area.contract .menu-icon {
    margin: 0 6px;
}
.lnb-area.contract .menu-name {
    display: none;
}
.lnb-area.contract .lnb {
    width: auto;
}
.lnb-area.contract .lnb .lnb-list.depth1 li.active {
    border-bottom: 1px solid #6272a8;
}
.lnb-area.contract .lnb .lnb-list.depth2,
.lnb-area.contract .lnb .lnb-list.depth3 {
    display: none;
}
.lnb-area.contract .lnb .lnb-list.depth2 .depth2-item,
.lnb-area.contract .lnb .lnb-list.depth2 .depth3-item,
.lnb-area.contract .lnb .lnb-list.depth3 .depth2-item,
.lnb-area.contract .lnb .lnb-list.depth3 .depth3-item {
    display: none;
}
.lnb-area.contract .copyright {
    display: none;
}
.lnb-area.contract .lnb-button::before {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

.lnb-button::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb_logout.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.lnb-button:hover::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb_logout_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.depth1 .depth1-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0 12px;
}

.depth1 .depth1-title .primary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb01.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .secondary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb02.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .tertiary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb03.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .quaternary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb04.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .quinary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb05.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .senary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb06.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .septenary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb07.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .octonary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb08.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .qna {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb09.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .report {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_report.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .data {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/data.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title .manual {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/manual.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title::after {
    position: absolute;
    right: 0;
    top: 18px;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_arrow.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.depth1 .depth1-title .menu-name {
    font-family: SpoqM;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    letter-spacing: -0.32px;
}
.depth1 .depth1-title:hover::after {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_arrow_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.depth1 .depth1-title:hover .menu-name {
    color: #59fbff;
}
.depth1 .depth1-title:hover .primary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb01_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .secondary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb02_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .tertiary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb03_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .quaternary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb04_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .quinary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb05_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .senary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb06_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .septenary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb07_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .octonary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb08_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .qna {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb09_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .report {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_report_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .data {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/data_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-title:hover .manual {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/manual_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}

.depth1 .depth1-item {
    border-bottom: 1px solid #6272a8;
}
.depth1 .depth1-item.active {
    border-bottom: 0;
}
.depth1 .depth1-item.active .depth1-title .menu-name {
    color: #59fbff;
}
.depth1 .depth1-item.active .depth1-title .primary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb01_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .secondary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb02_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .tertiary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb03_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .quaternary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb04_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .quinary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb05_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .senary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb06_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .septenary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb07_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .octonary {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb08_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .qna {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lnb09_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .report {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_report_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .data {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/data_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title .manual {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/manual_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.depth1 .depth1-item.active .depth1-title::after {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_arrow_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.depth1 .depth1-item.active .depth2 {
    display: block;
}
.depth1 .depth1-item.empty .depth1-title::after {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}

.zoom-area {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
/*  background-color: #4d5c92; */
    background-color: #455384;
}

.zoom-area.contract {
    width: 86px;
}

.zoom-area .zoom-line {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
    justify-content: center;
}

.zoom-title {
    font-family: SpoqM;
    font-size: 14px;
    line-height: normal;
    color: darkgray;
    letter-spacing: -0.32px;
}

.zoom-title.contract {
    display: none;
}

.zoom-percent-select * {
    box-sizing: border-box;
}

.zoom-percent-select {
    font-family: 'SpoqM';
    font-size: 25px;
    position: relative;
    width: 128px;
    height: 30px;
    border-radius: 18px;
    background-color: #eee;
    cursor: pointer;
}

.zoom-percent-select.contract {
    width: 38px;
    height: 35px;
}

.zoom-percent-select .zoom-out {
  display: flex;
  align-items: center;
  width: 20px;
  height: 100%;
  position: absolute;
  color: #4d5c92;
  top: 0;
  left: 10px;
  background: transparent;
  border-right: 1px dotted gray;
}

.zoom-percent-select .zoom-out:hover {
    color: rgb(32, 186, 194);
    cursor: pointer;
}

.zoom-percent-select.contract .zoom-out {
    display: none;
}

.zoom-percent-select .zoom-in {
  content: '+';
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 20px;
  height: 100%;
  position: absolute;
  color: #4d5c92;
  top: 0;
  right: 10px;
  background: transparent;
  border-left: 1px dotted gray;
}

.zoom-percent-select .zoom-in:hover {
    color: rgb(32, 186, 194);
    cursor: pointer;
}

.zoom-percent-select.contract .zoom-in {
    display: none;
}

.zoom-percent-select .zoom-label {
    display: flex;
    align-items: center;
    width: 68px;
    height: 30px;
    border: 0 none;
    outline: 0 none;
    margin-left: 30px;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    justify-content: space-around;
    color: #4d5c92;
}

.zoom-percent-select.contract .zoom-label {
    width: 38px;
    height: 35px;
    margin: 0;
    font-size: 12px;
}

.zoom-percent-select .zoom-list {
    position: absolute;
    bottom: 35px;
    left: 30px;
    width: 68px;
    background: #eee;
    list-style-type: none;
    padding: 0;
    border-radius: 6px;
    overflow: auto;
    max-height: 0;
    transition: .3s ease-in;
}

.zoom-percent-select.contract .zoom-list {
    left: -15px;
    width: 70px;
    bottom: 40px;
}

.zoom-percent-select .zoom-list::-webkit-scrollbar {width: 6px;}
.zoom-percent-select .zoom-list::-webkit-scrollbar-track {background: transparent; }
.zoom-percent-select .zoom-list::-webkit-scrollbar-thumb {background: #303030; border-radius: 45px;}
.zoom-percent-select .zoom-list::-webkit-scrollbar-thumb:hover {background: #303030;}

.zoom-percent-select.active .zoom-list {
    max-height: 200px;
}

.zoom-percent-select .zoom-option {
    font-family: 'SpoqM';
    font-size: 14px;
    text-align: center;
    color: #4d5c92;
    border-bottom: 1px dashed gray;
    padding: 5px 15px 5px;
    transition: .1s;
}

.zoom-percent-select.contract .zoom-option {
    font-size: 12px;
}

.zoom-percent-select .zoom-option:hover {
    color: rgb(32, 186, 194);
}

.zoom-percent-select .zoom-option:last-child {
    border-bottom: 0 none;
}

.lnb-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #455384;
}
.lnb-footer .company {
    font-family: MavenPro;
    font-size: 10px;
    line-height: normal;
    color: #83A7CA;
    letter-spacing: -0.2px;
    font-weight: 700;
}

.remove::after {
    display: none;
}

html,
body {
    height: 100%;
}

body {
    height: -webkit-calc(100% - 68px);
    height: -moz-calc(100% - 68px);
    height: calc(100% - 68px);
}

#wrap {
    height: 100%;
    min-width: 1920px;
    background: #f4f5f7;
}

.notification-message {
    font-family: SpoqB;
    font-size: 18px;
    line-height: normal;
    color: #444;
    letter-spacing: -0.36px;
}
.notification-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
}
.notification-area .notification-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.notification-area.on .notification-message::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/alarm_on.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.notification-area.off .notification-message::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/alarm_off.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.main-title {
    font-family: SpoqB;
    font-size: 17px;
    line-height: 25px;
    color: #444;
    letter-spacing: -0.4px;
}
.main-title:only-child {
    line-height: 28px;
}

.main-title2 {
    font-family: SpoqB;
    font-size: 24px;
    line-height: normal;
    color: #444;
    letter-spacing: -0.48px;
}

.page-path-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.page-path-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: SpoqR;
    font-size: 11px;
    line-height: normal;
    color: #48505D;
    letter-spacing: -0.22px;
}
.page-path-item::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_path_arrow.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin: 0 4px;
}
.page-path-item.active {
    font-family: SpoqB;
    font-size: 11px;
    line-height: normal;
    color: #1198AD;
    letter-spacing: -0.22px;
}
.page-path-item.active::after {
    display: none;
}

.link {
    color: #00f !important;
    cursor: pointer;
}

.dx-treelist-headers .dx-header-row td.link {
    color: #444 !important;
}

.dx-datagrid-headers .dx-header-row td.link {
    color: #444 !important;
}

.link2 {
    color: #00f !important;
}

.dx-treelist-headers .dx-header-row td.link2 {
    color: #444 !important;
}

.dx-datagrid-headers .dx-header-row td.link2 {
    color: #444 !important;
}

iframe {
    border: none;
}

.tab-content .grid-half-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.tab-content .grid-half-wrap div {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    height: 400px;
}

.tab-content {
    background-color: #fff;
    min-height: 100%;
    padding: 20px 36px;
}
.tab-content .grid-area {
    background-color: #97e5ff;
    height: 384px;
    width: 100%;
}
.tab-content-wrap {
    height: -webkit-calc(100% - 51px);
    height: -moz-calc(100% - 51px);
    height: calc(100% - 51px);
}

.linear-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.linear-wrap .linear-table {
    margin-left: auto;
}
.linear-wrap .linear-table + button {
    margin-left: 8px;
}
.linear-wrap .linear-table .table-row {
    width: 100%;
}
.linear-wrap .linear-table .table-cell {
    width: auto;
}
.linear-wrap .linear-table .table-cell .title {
    width: auto;
}
.linear-wrap .linear-table .table-cell .content {
    width: auto;
}
.linear-wrap .account-input {
    width: 200px;
}
.linear-wrap .account-input + button {
    margin-left: 4px;
}

.tab-content-top .container-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 6px;
}
.tab-content-top .page-path {
    margin-left: 40px;
}
.tab-content-top .button-area {
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tab-content-top .button-area button + button {
    margin-left: 8px;
}

.tab-content-bottom .total {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    letter-spacing: -0.28px;
    padding-bottom: 8px;
}
.tab-content-bottom .row {
    padding-top: 8px;
}
.tab-content-bottom .tab-content-title {
    font-family: SpoqB;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    letter-spacing: -0.32px;
}
.tab-content-bottom .grid-area.type1 {
    min-height: 481px;
}
.tab-content-bottom .grid-data-area {
    height: 278px;
}

.tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f4f5f7;
    width: 100%;
    flex-wrap: wrap;
}
.tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: SpoqR;
    font-size: 15px;
    line-height: normal;
    color: #204064;
    letter-spacing: -0.3px;
    padding: 14.5px 8px 14.5px 16px;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
}
.tab-item.ui-state-active {
    border-radius: 8px 8px 0 0;
    background: #fff;
}
.tab-item.ui-state-active span {
    font-family: SpoqB;
    font-size: 15px;
    line-height: normal;
    color: #1198AD;
    letter-spacing: -0.3px;
}
.tab-close {
    font-size: 0;
}
.tab-close::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_tab_close.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-left: 12px;
}

.criterion-area h4 {
    font-family: SpoqB;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    letter-spacing: -0.32px;
    padding-top: 8px;
}
.criterion-list {
    padding-top: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.criterion-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.criterion-item::after {
    content: "";
    display: inline-block;
    background: #e8e8e8;
    height: 16px;
    width: 1px;
    margin: 0 20px;
}
.criterion-title {
    font-family: SpoqM;
    font-size: 15px;
    line-height: normal;
    color: #444;
    letter-spacing: normal;
    padding-left: 12px;
}

.inquiry-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
}
.inquiry-content-wrap .row {
    padding-top: 0;
}
.inquiry-content-wrap .btn-excel {
    padding: 6px;
}
.inquiry-content-wrap .content-right {
    min-width: 470px;
    padding-left: 30px;
    height: 100%;
}
.inquiry-content-wrap .content-right .grid-area {
    height: 501px;
}
.inquiry-content-wrap .content-right .row {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0;
}
.inquiry-content-wrap .content-left {
    min-width: -webkit-calc(100% - 469px);
    min-width: -moz-calc(100% - 469px);
    min-width: calc(100% - 469px);
    height: 100%;
}
.inquiry-content-wrap .content-left .grid-area {
    height: 501px;
}

.row-start {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
}

.tab-content-bottom.side-by-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.tab-content-bottom.side-by-side .inner-left {
    position: relative;
    padding-top: 34px;
}
.tab-content-bottom.side-by-side .inner-left .row {
    position: absolute;
    left: 0;
    top: 0;
}
.tab-content-bottom.side-by-side .inner-left .graph-area {
    width: 604px;
    height: 459px;
    background: #ededf6;
}
.tab-content-bottom.side-by-side .inner-right {
    width: -webkit-calc(100% - 634px);
    width: -moz-calc(100% - 634px);
    width: calc(100% - 634px);
    margin-left: 30px;
}
.tab-content-bottom.side-by-side .row {
    padding-top: 0;
}
.tab-content-bottom.side-by-side .grid-area.type2 {
    height: 555px;
}

.tab-content-bottom.type1 .total {
    margin-left: 12px;
}
.tab-content-bottom.type1 .button-area {
    margin-left: auto;
}
.tab-content-bottom.type1 .inner-top .grid-area {
    height: 276px;
}
.tab-content-bottom.type1 .inner-bottom .grid-result-area {
    min-height: 148px;
    background-color: #666;
}

.tab-content-bottom .cont-area1 .grid-area {
    height: 240px;
}
.tab-content-bottom .cont-area2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 24px;
}
.tab-content-bottom .cont-area2 .cont-area2-left {
    padding-right: 24px;
    width: 28%;
}
.tab-content-bottom .cont-area2 .cont-area2-left .tab-content-title {
    line-height: 51px;
}
.tab-content-bottom .cont-area2 .cont-area2-left .title {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.tab-content-bottom .cont-area2 .cont-area2-left input,
.tab-content-bottom .cont-area2 .cont-area2-left .dropdown {
    width: 100%;
}
.tab-content-bottom .cont-area2 .cont-area2-right {
    width: 72%;
}
.tab-content-bottom .cont-area3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 24px;
}
.tab-content-bottom .cont-area3 .arrow-area {
    background-color: #1198ad;
    width: 20px;
    height: 100%;
}
.tab-content-bottom .cont-area3 .cont-area3-left {
    width: 50%;
}
.tab-content-bottom .cont-area3 .cont-area3-right {
    width: 50%;
}

.tab-content-wrap > div {
    display: none;
}
.tab-content-wrap .tab-content.active {
    display: block;
}

.popup-content .tab-area {
    padding-top: 40px;
}
.popup-content .tab-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #dedede;
    background: #f9f9f9;
}
.popup-content .tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: SpoqR;
    font-size: 14px;
    line-height: normal;
    color: #666;
    letter-spacing: -0.28px;
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #444;
    padding: 0;
}
.popup-content .tab-item button {
    padding: 10px 12px;
    display: block;
    width: 100%;
    height: 100%;
}
.popup-content .tab-item.active {
    font-weight: 700;
    color: #1198ad;
    border: 1px solid #444;
    border-radius: 0;
    border-bottom: transparent;
}
.popup-content .tab-item.active {
    font-weight: 700;
    color: #1198ad;
    border: 1px solid #444;
    border-radius: 0;
    border-bottom: transparent;
}

.tab-container {
    overflow: hidden;
    width: auto !important;
}
.tab-container .swiper-slide {
    width: auto !important;
}

.tree-title {
    font-family: SpoqB;
    font-size: 20px;
    line-height: normal;
    color: #444;
    letter-spacing: -0.4px;
}

.tree-conformation-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    height: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.tree-conformation-area .tree-title {
    display: block;
    padding-bottom: 16px;
}
.tree-conformation-area .t01_area {
    border-top: 1px solid #e9eaeb;
}
.tree-conformation-area .t01_area:last-of-type {
    border-bottom: 1px solid #e9eaeb;
}
.tree-conformation-area .t01_area td {
    height: 40px;
}
.tree-conformation-area .t01_area td:hover {
    background: #f3fafb;
}
.tree-conformation-area .t01_area td:hover nobr {
    font-size: 16px;
    color: #1198ad;
}
.tree-conformation-area .t01_area td:hover .t01-menu {
    background: #f3fafb;
}
.tree-conformation-area .t01_area td:hover .t01-menu::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_tree_check_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.tree-conformation-area .t01_line {
    height: 0;
    background-color: transparent;
}
.tree-conformation-area .t01-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 340px;
    height: 40px;
    background: #fff;
    padding: 6px 6px 6px 16px;
}
.tree-conformation-area .t01-menu a:hover {
    background: transparent;
    font-weight: 400;
}
.tree-conformation-area .t01-menu a nobr {
    font-family: SpoqR;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.32px;
}
.tree-conformation-area .t01-menu .longcut {
    padding: 0;
}
.tree-conformation-area .t01-menu::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_tree_check.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.tree-conformation-area .t01-menu-on {
    padding: 6px 6px 6px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.tree-conformation-area .t01-menu-on a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tree-conformation-area .t01-menu-on a::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_tree_check_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.tree-conformation-area .t01-menu-on a {
    background: #f3fafb;
}
.tree-conformation-area .t01-menu-on nobr {
    font-size: 16px;
    font-weight: 700;
    color: #1198ad;
    padding-left : 20px;
}
.tree-conformation-area .dx-datagrid-table {
    width: 100%;
    text-align: center;
}
.tree-conformation-area .dx-datagrid-table thead {
    background-color: #eaeaea !important;
    border-top: 2px solid #222 !important;
    border-bottom: 1px solid #222 !important;
    color: #444 !important;
    height: 36px !important;
    font-family: SpoqM;
    font-size: 13px;
    line-height: 20px;
    color: #444;
    letter-spacing: -0.26px;
}
.tree-conformation-area .dx-datagrid-table thead th {
    border-right: 1px solid #ccc !important;
}
.tree-conformation-area .dx-datagrid-table thead th:last-of-type {
    border-right: none;
}
.tree-conformation-area .dx-datagrid-table tbody {
    background-color: #fff;
    font-family: SpoqR;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    letter-spacing: -0.26px;
}
.tree-conformation-area .dx-datagrid-table tbody tr {
    height: 36px;
    border-bottom: 1px solid #e9eaeb;
}
.tree-conformation-area .dx-datagrid-table tbody tr:last-of-type {
    border-bottom: none;
}
.tree-conformation-area .dx-datagrid-table tbody td {
    border-right: 1px solid #e9eaeb;
}
.tree-conformation-area .dx-datagrid-table tbody td:last-of-type {
    border-right: none;
}
.tree-conformation-area .tree-left {
    width: 340px;
}
.tree-conformation-area .tree-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
}

.tree-left {
    border-right: 1px solid #dedede;
    padding-top: 16px;
}
.tree-left .tree-title {
    display: block;
    padding: 0 16px 16px;
}
.tree-left .tree-list {
    font-family: SpoqR;
    font-size: 16px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.32px;
}
.tree-left .tree-item {
    height: 100%;
    border-top: 1px solid #e9eaeb;
}
.tree-left .tree-item:last-of-type {
    border-bottom: 1px solid #e9eaeb;
}
.tree-left .tree-item button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 340px;
    height: 40px;
    padding: 6px 0 6px 16px;
}
.tree-left .tree-item button::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_tree_check.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    margin-right: 8px;
}
.tree-left .tree-item.active, .tree-left .tree-item:hover {
    background: #f3fafb;
    color: #1198ad;
}
.tree-left .tree-item.active button::before, .tree-left .tree-item:hover button::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_tree_check_active.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.tree-right {
    padding: 24px 0 24px 30px;
    width: 100%;
}
.tree-right .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.tree-right .one-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 12px;
    padding-bottom: 24px;
}
.tree-right .one-row-title {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    padding-right: 20px;
}
.tree-right .one-row-input {
    width: 100%;
    border: 1px solid #ccc;
    height: 36px;
}
.tree-right .total {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    letter-spacing: -0.28px;
}
.tree-right .grid-search-area {
    margin-top: 8px;
    height: 444px;
    background-color: #959595;
}

.filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.filter.btn-28.popupFilter {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 36px;
}
.filter .radio-list {
    padding-right: 20px;
}
.filter .dropdown {
    width: 140px;
}

.tree-conformation-area1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    height: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.tree-conformation-area1 .tree-title {
    font-family: SpoqB;
    font-size: 16px;
    line-height: normal;
    color: #444;
    letter-spacing: -0.32px;
}
.tree-conformation-area1 .tree-left {
    padding-top: 0;
}
.tree-conformation-area1 .tree-left .tree-item {
    height: 34px;
    border: none;
}
.tree-conformation-area1 .tree-left .tree-item button {
    width: 100%;
    height: 100%;
}
.tree-conformation-area1 .tree-left .tree-item button::before {
    display: none;
}
.tree-conformation-area1 .tree-left .tree-title {
    border-bottom: 1px solid #dedede;
    padding: 16px;
}
.tree-conformation-area1 .tree-left .tree-filter .tree-list {
    min-width: 540px;
    height: 280px;
    overflow-y: auto;
}
.tree-conformation-area1 .tree-left .tree-filter:last-of-type .tree-title {
    border-top: 1px solid #dedede;
}
.tree-conformation-area1 .tree-right {
    padding-bottom: 12px;
}
.tree-conformation-area1 .tree-right .grid-search-area {
    height: 629px;
    width: 100%;
    margin-top: 0;
}

.tree-conformation-area2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    height: 100%;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.tree-conformation-area2 .tree-left {
    padding-right: 20px;
}
.tree-conformation-area2 .tree-left .grid-search-area {
    min-width: 520px;
    height: 592px;
    background-color: #a8f3ff;
    margin-top: 8px;
}
.tree-conformation-area2 .tree-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.tree-conformation-area2 .search-input-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.tree-conformation-area2 .grid-view-area {
    height: 669px;
    min-width: 700px;
    width: 100%;
}

.file-upload-area {
    height: 669px;
    width: 260px;
    border-left: 1px solid #dedede;
    background: #fdfdfd;
}
.file-upload-area .title {
    font-family: SpoqB;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    padding: 8px 0 7px 16px;
    display: block;
    height: 38px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #f6f6f6;
    background: #f6f6f6;
}
.file-upload-area form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
}
.file-upload-area form .file-upload-txt {
    font-family: SpoqR;
    font-size: 14px;
    line-height: normal;
    color: #666;
    padding-top: 12px;
}
.file-upload-area .file-upload-content {
    padding: 16px;
    font-family: SpoqR;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}
.file-upload-area .file-upload-list .file-upload-content {
    height: 120px;
    overflow-y: auto;
}
.file-upload-area .explanation-area .first-txt {
    font-family: SpoqR;
    font-size: 13px;
    line-height: 18px;
    color: #666;
}
.file-upload-area .explanation-area .file-upload-content {
    height: 364px;
    overflow-y: auto;
}

form .tree-conformation-area1 .tree-list .tree-item {
    height: 100%;
}
form .tree-conformation-area1 .tree-list .tree-item select {
    height: 100% !important;
}
form .tree-conformation-area1 .tree-list .tree-item select option {
    background: #fff;
    line-height: 22px;
    padding: 6px 16px;
    color: #444;
    font-weight: 400;
}
form .tree-conformation-area1 .tree-list .tree-item select option:hover {
    background: #eee;
}

body.is-popup {
    overflow: hidden;
}

.info-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.info-area input {
    height: 36px;
    padding: 7px 10px;
}
.info-area .info-left {
    width: 50%;
    position: relative;
    margin-right: 20px;
}
.info-area .info-left .button-area {
    position: absolute;
    top: 0;
    right: 0;
}
.info-area .info-right {
    width: 50%;
}
.info-area .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.info-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #444;
    margin-top: 12px;
}
.info-table .table-row {
    width: 50%;
}
.info-table .table-cell {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #dedede;
    height: 48px;
}
.info-table .title {
    width: 140px;
    height: 100%;
    padding: 12px 0 12px 16px;
    background-color: #eff1f5;
}
.info-table .content {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    padding: 6px 15px;
}
.info-table .content input[type=text] {
    width: 100%;
}

.popup {
    position: relative;
    background-color: #fff;
    width: auto;
    height: 100%;
    z-index: 300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.popup .dropdown {
    width: 180px;
}
.popup .tab-content {
    padding: 0;
}
.popup .tab-content .inquiry-table2 {
    margin-top: 16px;
}
.popup .tab-content .row {
    padding-top: 24px;
}
.popup .tab-content .row .total {
    font-family: SpoqR;
    font-size: 14px;
    line-height: normal;
    color: #444;
    letter-spacing: -0.28px;
    margin-right: auto;
    padding-left: 12px;
}
.popup .tab-content .row .total span {
    display: inline-block;
}
.popup .tab-content .row + .inquiry-table2 {
    margin-top: 8px;
}
.popup .tab-content .tab-content-title {
    font-family: SpoqB;
    font-size: 16px;
    line-height: 20px;
    color: #444;
    letter-spacing: -0.32px;
}
.popup .tab-content .info-area {
    margin-top: 24px;
}
.popup .tab-content .info-area .tab-content-title {
    margin-top: 6px;
}
.popup .grid-detail-area {
    width: 100%;
    height: 148px;
    margin-top: 12px;
    background: #ededf6;
}

.popup-header {
    height: 50px;
    padding: 8px 24px 20px;
    border-bottom: 1px solid #e8e8e8;
}
.popup-header h2 {
    font-family: SpoqB;
    font-size: 24px;
    line-height: 36px;
    color: #222;
    letter-spacing: -0.48px;
}

.popup-content {
    padding: 14px 30px;
}
.popup-content .popup-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #222;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.popup-content .popup-table .table-row {
    width: 100%;
}
.popup-content .popup-table .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #eaeaea;
    width: 130px;
    height: 48px;
    padding: 12px 16px;
}
.popup-content .popup-table .content {
    padding: 6px 15px;
}
.popup-content .popup-table .content input {
    width: 180px;
    height: 36px;
    line-height: 16px;
    padding: 10px 7px;
}
.popup-content .popup-table .table-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.popup-content .popup-table .table-cell.one-row input {
    width: 520px;
}
.popup-content .inquiry-content-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.popup-wrap {
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.popup-wrap.open {
    opacity: 1;
    visibility: visible;
}
.popup-wrap .popupclose {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 0;
    line-height: 0;
}
.popup-wrap .popupclose::before {
    display: inline-block;
    width: 32px;
    height: 32px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_popup_close.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.popup-wrap .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.popup-wrap .overlay.active {
    opacity: 1;
    visibility: visible;
}

.info-area2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    overflow-y: auto;
    width: 100%;
}
.info-area2 .info-left {
    height: 467px;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.info-area2 .info-right {
    height: 467px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.info-area2 .info-title {
    font-family: SpoqB;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    background: #f6f6f6;
    height: 38px;
    border-top: 1px solid #222;
    padding: 8px 0 7px 16px;
    margin-bottom: 12px;
}
.info-area2 .checklist {
    padding-bottom: 16px;
    width: 100%;
}
.info-area2 .checklist li {
    padding: 4px 16px;
}
.info-area2 .checklist input[type=checkbox] {
    position: absolute;
}
.info-area2 .checklist label {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
    padding-left: 28px;
}

.dx-datagrid-headers .dx-datagrid-table > .dx-row + .dx-row td.dx-datagrid-action {
    border-top: 1px solid #ccc;
}

.dx-datagrid .dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 8px;
}
.dx-datagrid .dx-datagrid-headers .dx-datagrid-content {
    border-top: 2px solid #222;
}
.dx-datagrid .dx-datagrid-headers tr.dx-header-row td {
    border-top: none;
    border-bottom: none;
}
.dx-datagrid .dx-datagrid-headers tr.dx-header-row td[colspan] {
    border-bottom: 1px solid #ddd;
}
.dx-datagrid .dx-datagrid-headers tr.dx-header-row td:first-child {
    border-left: 1px solid #ddd;
}
.dx-datagrid .dx-datagrid-headers tr.dx-header-row:first-child td:first-child {
    border-left: none;
}
.dx-datagrid .dx-datagrid-headers td[aria-label*="Fixed Point"], .dx-datagrid .dx-datagrid-headers td[aria-label*=undefined] {
    display: none;
}
.dx-datagrid .dx-datagrid-rowsview {
    border-top: 1px solid #222 !important;
}

.dx-datagrid-search-panel {
    margin: 0 0 0 11px;
}

.file {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: blue;
    letter-spacing: -0.28px;
}

.signin {
    width: 100%;
    height: -webkit-calc(100% + 68px);
    height: -moz-calc(100% + 68px);
    height: calc(100% + 68px);
}
.signin .inner-wrap {
    width: 800px;
}
.signin .inner-wrap::after {
    clear: both;
    content: "";
    display: block;
}
.signin .copyright {
    display: block;
    text-align: center;
    padding-top: 48px;
    width: 100%;
    font-family: SpoqR;
    font-size: 14px;
    line-height: normal;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: -0.28px;
}
.signin .copyright span {
    font-family: SpoqM;
    font-size: 14px;
    line-height: normal;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: -0.28px;
    display: inline-block;
}
.signin-inner {
    position: relative;
    background: url("/Package/design/images/common/signin_bg.png") no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.signin-left {
    float: left;
    background: #4d5c92;
    padding: 220px 88px 136px 30px;
    border-radius: 20px 0 0 20px;
    width: 340px;
    height: 460px;
}
.signin-left .txt {
    font-family: SpoqB;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0;
}
.signin-left .logo {
    width: 222px;
    height: 24px;
}
.signin-left .logo::before {
    display: inline-block;
    width: 222px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/logo.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.signin-left p {
    font-family: SpoqR;
    font-size: 13px;
    line-height: normal;
    color: #fff;
    letter-spacing: 0;
}
.signin-right {
    float: right;
    padding: 88px 80px;
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    width: 460px;
    height: 460px;
}
.signin-right .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.signin-right .logo::before {
    display: inline-block;
    width: 222px;
    height: 24px;
    content: "";
    background-image: url("/Package/design/images/common/svg/logo2.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.signin .form {
    padding-top: 40px;
}
.signin .signin-input {
    position: relative;
    width: 300px;
    height: 44px;
}
.signin .signin-input input {
    height: 100%;
    width: 100%;
    border: none;
    background-color: #f2f4f6;
    padding: 12px 12px 12px 36px;
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #444;
    letter-spacing: -0.28px;
}
.signin .signin-input input::-webkit-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #959595;
    letter-spacing: -0.28px;
}
.signin .signin-input input::-moz-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #959595;
    letter-spacing: -0.28px;
}
.signin .signin-input input:-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #959595;
    letter-spacing: -0.28px;
}
.signin .signin-input input::-ms-input-placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #959595;
    letter-spacing: -0.28px;
}
.signin .signin-input input::placeholder {
    font-family: SpoqR;
    font-size: 14px;
    line-height: 22px;
    color: #959595;
    letter-spacing: -0.28px;
}
.signin .signin-input + .signin-input {
    margin-top: 20px;
}
.signin .signin-input.user::before {
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_user.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.signin .signin-input.password::before {
    position: absolute;
    left: 12px;
    top: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("/Package/design/images/common/svg/icon_lock.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}
.signin .remember-box {
    padding: 20px 0;
}
.signin .remember-box input {
    position: absolute;
}
.signin .remember-text {
    font-family: SpoqR;
    font-size: 12px;
    line-height: 18px;
    color: #48505D;
    letter-spacing: 0;
    padding-left: 24px;
}

.form-btn {
    display: block;
    width: 300px;
    height: 50px;
    border-radius: 4px;
    background-color: #4d5c92;
    font-family: SpoqB;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0;
}
.form-btn:hover {
    background-color: #6272a8;
}
.form-btn:active {
    background-color: #6272a8;
}
.form-btn:disabled {
    background-color: #f6f6f6;
}

.main {
    width: 100%;
    height: 100%;
    background: #f4f5f7;
}

.main-area {
    margin: 68px 0 0 328px;
    padding: 20px;
    background: #f4f5f7;
    height: 100%;
    max-width: 100%;
}
.main-area.tab {
    padding: 0;
}
.main-area.tab .dropdown-toggle {
    border-radius: 0;
}

.statebox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
}

.container1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}
.container1 .container-box + .container-box {
    margin-top: 15px;
}
.container1 .statebox-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% - 178px);
    width: -moz-calc(100% - 178px);
    width: calc(100% - 178px);
}
.container1 .statebox-list {
    width: -webkit-calc((100% - 4px) / 2);
    width: -moz-calc((100% - 4px) / 2);
    width: calc((100% - 4px) / 2);
}
.container1 .sort-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(100% - 660px);
    width: -moz-calc(100% - 660px);
    width: calc(100% - 660px);
}
.container1 .cont1 {
    width: -webkit-calc(100% - 660px);
    width: -moz-calc(100% - 660px);
    width: calc(100% - 660px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container1 .batch {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.container1 .cont1 .tertiary {
    border-radius: 4px;
    background: #ededf6;
}
.container1 .cont1 .tertiary .statebox-list:nth-of-type(3) {
    margin-left: 0;
    margin-top: 4px;
}
.container1 .cont1 .tertiary .statebox-list:last-of-type {
    margin-top: 4px;
}
.container1 .cont2 {
    min-width: 660px;
    padding-left: 20px;
}
.container1 .cont2 .container-box {
    height: auto;
}
.container1 .cont3 {
    width: 53.8116%;
    padding-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 416px;
}
.container1 .cont4 {
    width: 46.1883%;
    padding: 20px 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 416px;
}
.container1 .cont4 .container-box {
    height: -webkit-calc((100% - 20px) / 2);
    height: -moz-calc((100% - 20px) / 2);
    height: calc((100% - 20px) / 2);
}
.container1 .cont5 {
    padding-left: 20px;
    padding-top: 20px;
    min-width: 660px;
    min-height: 416px;
}
.container1 .cont5 .container-box:first-of-type {
    height: -webkit-calc(100% - 88px);
    height: -moz-calc(100% - 88px);
    height: calc(100% - 88px);
}
.container1 .cont1 .graph-area {
    padding: 10px 0 20px;
}
.container1 .graph-area .graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: 250px;
    background-color: #fff;
}

.container1 .cont1 .graph-area .graph .graph__cont {
    display: inline-block;
    width: calc(100%/2 - 3px);
    height: calc(100% - 3px);
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.container1 .cont1 .graph-area .graph .graph__cont .graph__chart {
    width: 95%;
    height: 100%;
}

.container1 .chart-area {
    padding-top: 57px;
}
.container1 .chart-area .chart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #7b7b7b;
    width: auto;
    height: 106px;
}

.container1 .cont2 .graph-area {
    padding: 45px 0 38.5px;
}

.container1 .cont2 .graph-area .graph {
    background-color: #fff;
    height: calc(100vh/2 - 200px);
}

.container1 .cont2 .graph-area .graph .graph__cont {
    display: inline-block;
    width: calc(100% - 1px);
    height: 100%;
}

.container1 .cont2 .graph-area .graph .graph__cont .graph__chart {
    width: calc(100% - 10px);
    height: 100%;
}

.container1 .cont2 .graph-area .graph .graph__cont .graph__chart .graph__chart_element {
    width: 100%;
    height: 100%;
    text-align: center;
}

.container2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.container2 .container-box.two-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.container2 .container-box + .container-box {
    margin-top: 20px;
}
.container2 .cont1 {
    width: -webkit-calc(100% - 640px);
    width: -moz-calc(100% - 640px);
    width: calc(100% - 640px);
    padding-right: 20px;
}
.container2 .cont1 .statebox-wrap {
    width: -webkit-calc(100% - 178px);
    width: -moz-calc(100% - 178px);
    width: calc(100% - 178px);
}
.container2 .cont1 .statebox-list {
    width: 100%;
}
.container2 .cont1 .statebox-list + .statebox-list {
    margin-left: 4px;
}
.container2 .cont1 .tertiary .statebox-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: -webkit-calc(100% - 178px);
    width: -moz-calc(100% - 178px);
    width: calc(100% - 178px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.container2 .cont1 .tertiary .statebox-list {
    width: -webkit-calc((100% - 8px) / 3);
    width: -moz-calc((100% - 8px) / 3);
    width: calc((100% - 8px) / 3);
    margin-left: 0;
}
.container2 .cont1 .tertiary .statebox-list:nth-of-type(3n) {
    margin-right: 0;
}
.container2 .cont1 .tertiary .statebox-list:nth-child(n+4):nth-child(-n+6) {
    margin-top: 4px;
}
.container2 .cont2 {
    width: 640px;
}
.container2 .statebox-item .statebox-item {
    margin-right: 4px;
}
.container2 .processbox-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.container2 .processbox-item {
    width: -webkit-calc((100% - 34px) / 3);
    width: -moz-calc((100% - 34px) / 3);
    width: calc((100% - 34px) / 3);
}
.container2 .processbox-item:nth-of-type(3), .container2 .processbox-item:nth-of-type(6) {
    margin-right: 0;
}
.container2 .processbox-item:nth-child(n+4):nth-child(-n+6) {
    margin-top: 16px;
}
.container2 .tag-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.container2 .tag-wrap .basic-tag {
    position: static;
}
.container2 .tag-wrap .basic-tag + .basic-tag {
    margin-left: 8px;
}
.container2 .graph-area {
    padding-top: 12px;
}
.container2 .graph-area .graph {
    background-color: #ededed;
    height: 141px;
}
.container2 .graph-area .txt {
    display: block;
    font-family: SpoqR;
    font-size: 12px;
    line-height: 15px;
    color: #a9a9a9;
    letter-spacing: 0;
    padding-top: 7px;
}

.tab-list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f4f5f7;
    width: 100%;
}
.tab-item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: SpoqR;
    font-size: 15px;
    line-height: normal;
    color: #204064;
    letter-spacing: -0.3px;
    padding: 14.5px 8px 14.5px 16px;
    width: auto;
    cursor: pointer;
    white-space: nowrap;
}
.tab-item2.active {
    border-radius: 8px 8px 0 0;
    background: #fff;
}
.tab-item2.active span {
    font-family: SpoqB;
    font-size: 15px;
    line-height: normal;
    color: #1198AD;
    letter-spacing: -0.3px;
}
.popup-content2 .tab-item2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: SpoqR;
    font-size: 14px;
    line-height: normal;
    color: #666;
    letter-spacing: -0.28px;
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #444;
    padding: 0;
}
.popup-content2 .tab-item2 button {
    padding: 10px 12px;
    display: block;
    width: 100%;
    height: 100%;
}
.popup-content2 .tab-item2.active {
    font-weight: 700;
    color: #1198ad;
    border: 1px solid #444;
    border-radius: 0;
    border-bottom: transparent;
}
.popup-content2 .tab-list2 {
    border-top: 1px solid #dedede;
    background: #f9f9f9;
}

.tab-list2 {
    margin-top: 5px;
}

.dx-freespace-row {
    height: 0px !important;
}
.tab-content .tab-list {
   -webkit-flex-wrap: nowrap;
       -ms-flex-wrap: nowrap;
           flex-wrap: nowrap;
}

.marquee.remove{
display: none;
}

.marquee-box {
display: inline-grid;
color: #ffc14a;
/* width: 550px; */
width : 80%;
}
.marquee {
  overflow:hidden;
  /*margin-bottom:10px;*/
  position:relative;
}
.marquee span:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.marquee span:after {
  content:"";
  white-space:nowrap;
  padding-right:50px;
}

.container1 .processbox-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.container1 .processbox-item {
    width: -webkit-calc((100% - 34px) / 2);
    width: -moz-calc((100% - 34px) / 2);
    width: calc((100% - 20px) / 2);
}

.container1 .processbox-item:nth-of-type(3), .container2 .processbox-item:nth-of-type(6) {
    margin-right: 0;
}
.container1 .processbox-item:nth-child(n+3):nth-child(-n+6) {
    margin-top: 10px;
}

.container1 .statebox-list2 {
    width: -webkit-calc((100% - 4px));
    width: -moz-calc((100% - 4px));
    width: calc((100% - 4px));
}

.statebox-list2 {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 329px;
    padding: 0 12px;
    border-radius: 4px;
}

.container1 .statebox-wrap3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    display: flex;
    padding-left: 3px;
}

.container1 .statebox-list3 {
    width: -webkit-calc((100% - 4px) / 4);
    width: -moz-calc((100% - 4px) / 4);
    width: calc((100% - 4px) / 4);
}

.statebox-list3 {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 329px;
    padding: 0 12px;
    border-radius: 4px;
}

.marquee span {
  /* min-width:550px; */
  margin:0;
  padding-left:100%;
  display:inline-block;
  white-space:nowrap;
  font-weight:bold;
  -webkit-animation-name:marquee;
  -webkit-animation-timing-function:linear;
  -webkit-animation-duration:10s;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-name:marquee;
  -moz-animation-timing-function:linear;
  -moz-animation-duration:10s;
  -moz-animation-iteration-count:infinite;
  -ms-animation-name:marquee;
  -ms-animation-timing-function:linear;
  -ms-animation-duration:10s;
  -ms-animation-iteration-count:infinite;
  -o-animation-name:marquee;
  -o-animation-timing-function:linear;
  -o-animation-duration:10s;
  -o-animation-iteration-count:infinite;
  animation-name:marquee;
  animation-timing-function:linear;
  animation-duration:14s;
  animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

#mngCenterArea {
    padding:9px;
     display:inline-block;
     height:inherit;
     width:100%;
}
#mngRightArea {
     width:27%;
      display:inline-block;
     height:inherit;
}

.mngtab-content {
    background-color: #fff;
    min-height: 100%;
}

.mngtab-item.active {
    font-weight: 700;
    color: #1198ad;
    border: 1px solid #444;
    border-radius: 0;
    border-bottom: transparent;
    background-color: white;
}

.mngtab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: SpoqR;
    font-size: 14px;
    line-height: normal;
    color: #666;
    letter-spacing: -0.28px;
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #444;
    padding: 0;
}

.mngtab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dedede;
    background: #f9f9f9;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.amlmng_topmenu {
    height: 40px;
    width: 100%;
    display: flex;
    position: relative;
    margin-top : 10px;
    align-items: center;
}
.amlmng_topmenu .topmenu_child1 {
    flex : 1
}
.amlmng_topmenu .topmenu_child2 {
    flex : 1
}
.amlmng_topmenu .topmenu_child3 {
    flex : 2
}
.amlmng_btn {
    display: inline-block;
    margin-left: 20px;
}

.amlmng_editor {
    display: flex;
    gap: 10px;
    margin-top:20px;
    font-family: SpoqL;
    line-height: 21px;
    background: white;
    border-radius: 2px;
    height: 590px;
    border: 1px solid #666;
    padding: 1px;
    overflow: hidden;
    width: 100%;
}

.amlmng_txtarea {
    width: 100%;
    text-align:justify;
    line-height: 21px;
    padding: 1px;
    border: none;
    background: white;
    color: black;
    outline: none;
    resize: none;
    font-size : 14px;
}

.amlmng_line-numbers {
    min-width:18px;
    text-align: right;
    border-right: 1px solid #444;
    background-color: #eaeaea;
    padding: 1px;
    overflow: hidden;
    font-size: 12px;
}

.amlmng_line-numbers div {
    padding-right: 1px;
}

/*# sourceMappingURL=maps/app.css.map */
