@charset "UTF-8";
/* 

iui-container type="table"

 */
.iui-container.table {
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 14px !important;
  table-layout: fixed;
  width: 100%;
}
.iui-container.table tr.row {
  box-sizing: border-box;
}
.iui-container.table tr.row > th.col-header {
  box-sizing: border-box;
  min-width: 90px;
}
.iui-container.table tr.row > th.col-header > .cell-box {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.iui-container.table tr.row > th.col-header > .cell-box * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-container.table tr.row > th.col-header > .cell-box > * {
  flex: 0 0 auto;
}
.iui-container.table tr.row > th.required > .cell-box::before {
  width: 1rem;
  color: red;
  content: "*";
}
.iui-container.table tr.row > td.col {
  box-sizing: border-box;
}
.iui-container.table tr.row > td.col > .cell-box {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.iui-container.table tr.row > td.col > .cell-box * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-container.table tr.row > td.col > .cell-box > * {
  flex: 0 0 auto;
}
.iui-container.table tr.row > td.spacer {
  /* background: orange; */
  box-sizing: border-box;
  width: 10px;
}
.iui-container.table tr.spacer {
  /* background: orange; */
  box-sizing: border-box;
  height: 10px;
}
.iui-container.table.default {
  border-top: 1px solid #444;
  border-collapse: collapse;
}
.iui-container.table.default > tr > th {
  background-color: #f2f2f2;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 6px;
  font-weight: normal;
}
.iui-container.table.default > tr > td {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-spacing: 0px;
  padding: 6px 10px;
}
.iui-container.table.default > tr > :last-child {
  border-right: 1px solid #dddddd;
}
/* 

iui-container type="css-table"

 */
.iui-container.css-table {
  border: 1px solid #999;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.iui-container.css-table > div.row {
  box-sizing: border-box;
  display: table-row;
}
.iui-container.css-table > div.row > div.col-header {
  background-color: #eee;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: table-cell;
}
.iui-container.css-table > div.row > div.col {
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: table-cell;
}
/* 

iui-container type="css-flex-table"

 */
.iui-container.css-flex-table {
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.iui-container.css-flex-table > div.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
.iui-container.css-flex-table > div.row > div.col-header {
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #aaa; */
  /* padding: 3px; */
}
.iui-container.css-flex-table > div.row > div.col-header > div.border-box {
  border: 1px solid #aaa;
  box-sizing: border-box;
  /* padding: 3px; */
}
.iui-container.css-flex-table > div.row > div.col-header > div.cell-box {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.iui-container.css-flex-table > div.row > div.col-header > div.cell-box * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-container.css-flex-table > div.row > div.col-header > div.cell-box > * {
  flex: 0 0 auto;
}
.iui-container.css-flex-table > div.row > div.col {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* border: 1px solid #aaa; */
  /* padding: 3px; */
}
.iui-container.css-flex-table > div.row > div.col > div.border-box {
  border: 1px solid #aaa;
  box-sizing: border-box;
  /* padding: 3px; */
}
.iui-container.css-flex-table > div.row > div.col > div.cell-box {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
.iui-container.css-flex-table > div.row > div.col > div.cell-box * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-container.css-flex-table > div.row > div.col > div.cell-box > * {
  flex: 0 0 auto;
}
/**

iui-container type="css-flex"

 */
.iui-container.css-flex {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.iui-container.css-flex div.row {
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  flex-direction: row;
}
.iui-container.css-flex div.row > div.col {
  box-sizing: border-box;
  display: block;
  flex: 1;
  overflow-y: auto;
}
.iui-container.css-flex div.col {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.iui-container.css-flex div.col > div.row {
  box-sizing: border-box;
  display: block;
  flex: 1;
  overflow-y: auto;
}
.iui-container.css-flex div.spacer {
  /* background: orange; */
  box-sizing: border-box;
  flex: 0 0 10px;
}
/* 

iui-container type="ibsheet"

 */
.iui-container.ibsheet {
  display: block;
  width: 100%;
  height: 100%;
}
.iui-container-debug {
  border: 1px solid blue;
  padding: 5px;
}
.tabTooltip {
  display: inline-block;
  color: #d2d2d2;
  font-weight: bold;
}
.tabTooltip-text {
  max-width: 200px;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 0.8em;
  color: white;
  background: #777777;
  z-index: 9999;
}
.iui-dialog > .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ccc;
  opacity: 0.5;
}
.iui-dialog > .background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 100vh;
  opacity: 1;
  align-items: center;
  justify-content: center;
}
.iui-dialog > .slot {
  display: flex;
  max-width: 100vw;
  max-height: 100vh;
  opacity: 1;
  overflow-y: auto;
}
.iui-dialog > .slot .iui-page {
  height: unset !important;
}
.iui-dialog-enter-active,
.iui-dialog-leave-active {
  transition: opacity 0.2s ease;
}
.iui-dialog-enter-from,
.iui-dialog-leave-to {
  opacity: 0;
}
@keyframes iui-dialog-shake {
0% {
    transform: scale(1);
}
30% {
    transform: scale(1.05);
}
40% {
    transform: scale(1);
}
60% {
    transform: scale(1.05);
}
70% {
    transform: scale(1);
}
100% {
    transform: scale(1);
}
}.iui-alert {
  min-width: 400px;
  min-height: 200px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 8px;
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  animation: iui-alert-show 0.3s;
}
.iui-alert > * {
  margin-bottom: 0.5rem;
}
.iui-alert > *:last-child {
  margin-bottom: unset;
}
.iui-alert h1.title {
  height: fit-content;
  font-size: 2rem;
  margin-top: unset;
}
.iui-alert .content {
  display: flex;
  flex: 1;
}
.iui-alert .content .icon {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iui-alert .content .message {
  flex: 1;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.iui-alert .bottom {
  height: min-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes iui-alert-show {
0% {
    transform: scale(0.3);
}
100% {
    transform: scale(1);
}
}
@keyframes iui-alert-hide {
0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(0.5);
    opacity: 0;
}
}.iui-confirm {
  min-width: 400px;
  min-height: 200px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 8px;
  border-radius: 15px;
  padding: 20px 20px 20px 20px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  animation: iui-confirm-show 0.3s;
}
.iui-confirm > * {
  margin-bottom: 0.5rem;
}
.iui-confirm > *:last-child {
  margin-bottom: unset;
}
.iui-confirm h1.title {
  height: fit-content;
  font-size: 2rem;
  margin-top: unset;
}
.iui-confirm .content {
  display: flex;
  flex: 1;
}
.iui-confirm .content .icon {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iui-confirm .content .message {
  flex: 1;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.iui-confirm .bottom {
  height: min-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iui-confirm .bottom > * {
  margin-right: 0.5rem;
}
.iui-confirm .bottom > *:last-child {
  margin-right: unset;
}
@keyframes iui-confirm-show {
0% {
    transform: scale(0.3);
}
100% {
    transform: scale(1);
}
}
@keyframes iui-confirm-hide {
0% {
    transform: scale(1);
    opacity: 1;
}
100% {
    transform: scale(0.5);
    opacity: 0;
}
}.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-style:solid;border-color:currentColor;border-width:2px 0 0 2px;border-radius:1px;box-sizing:border-box;transform-origin:center;transform:rotate(-45deg) scale(0.7)}.mx-icon-double-left:after{left:-4px}.mx-icon-double-right:before{left:4px}.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{transform:rotate(135deg) scale(0.7)}.mx-btn{box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:transparent;outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}.mx-btn:hover{border-color:#1284e7;color:#1284e7}.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}.mx-scrollbar{height:100%}.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;transition:opacity .24s ease-out}.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);transition:background-color .3s}.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);transform-origin:center top}.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;transform:scaleY(0)}.mx-datepicker{position:relative;display:inline-block;width:210px}.mx-datepicker svg{width:1em;height:1em;vertical-align:-0.15em;fill:currentColor;overflow:hidden}.mx-datepicker-range{width:320px}.mx-datepicker-inline{width:auto}.mx-input-wrapper{position:relative}.mx-input-wrapper .mx-icon-clear{display:none}.mx-input-wrapper:hover .mx-icon-clear{display:block}.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar{display:none}.mx-input{display:inline-block;box-sizing:border-box;width:100%;height:34px;padding:6px 30px;padding-left:10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.mx-input:hover,.mx-input:focus{border-color:#409aff}.mx-input:disabled,.mx-input.disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}.mx-input:focus{outline:none}.mx-input::-ms-clear{display:none}.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;transform:translateY(-50%);font-size:16px;line-height:1;color:rgba(0,0,0,.5);vertical-align:middle}.mx-icon-clear{cursor:pointer}.mx-icon-clear:hover{color:rgba(0,0,0,.8)}.mx-datepicker-main{font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2001}.mx-datepicker-sidebar{float:left;box-sizing:border-box;width:100px;padding:6px;overflow:auto}.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}.mx-calendar-range,.mx-time-range{display:flex}@media(max-width: 750px){.mx-calendar-range,.mx-time-range{flex-direction:column}}.mx-calendar{box-sizing:border-box;width:248px;padding:6px 12px}.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}.mx-calendar-header,.mx-time-header{box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}.mx-btn-icon-left,.mx-btn-icon-double-left{float:left}.mx-btn-icon-right,.mx-btn-icon-double-right{float:right}.mx-calendar-header-label{font-size:14px}.mx-calendar-decade-separator{margin:0 2px}.mx-calendar-decade-separator:after{content:"~"}.mx-calendar-content{position:relative;height:224px;box-sizing:border-box}.mx-calendar-content .cell{cursor:pointer}.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{color:#73879c;background-color:#dbedfb}.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-calendar-week-mode .mx-date-row{cursor:pointer}.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}.mx-calendar-week-mode .mx-date-row .cell:hover{color:inherit;background-color:transparent}.mx-calendar-week-mode .mx-date-row .cell.active{color:inherit;background-color:transparent}.mx-week-number{opacity:.5}.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;box-sizing:border-box;text-align:center}.mx-table th{padding:0;font-weight:500;vertical-align:middle}.mx-table td{padding:0;vertical-align:middle}.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}.mx-table-date .today{color:#2a90e9}.mx-table-date .cell.not-current-month{color:#ccc;background:none}.mx-time{flex:1;width:224px;background:#fff}.mx-time+.mx-time{border-left:1px solid #e8e8e8}.mx-date-time{position:relative;width:248px;height:270px}.mx-date-time .mx-time{position:absolute;top:0;left:0;width:100%;height:100%}.mx-date-time-range{position:relative;width:496px;height:270px}.mx-date-time-range .mx-time-range{position:absolute;top:0;left:0;width:100%;height:100%}.mx-time-header{border-bottom:1px solid #e8e8e8}.mx-time-content{height:224px;box-sizing:border-box;overflow:hidden}.mx-time-columns{display:flex;width:100%;height:100%;overflow:hidden}.mx-time-column{flex:1;position:relative;border-left:1px solid #e8e8e8;text-align:center}.mx-time-column:first-child{border-left:0}.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}.mx-time-column .mx-time-list::after{content:"";display:block;height:192px}.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}.mx-time-column .mx-time-item.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}.mx-time-option.active{color:#1284e7;background-color:transparent;font-weight:700}.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}
/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.textLayer {
  position: absolute;
  text-align: initial;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  forced-color-adjust: none;
}

.textLayer span,
.textLayer br {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

/* Only necessary in Google Chrome, see issue 14205, and most unfortunately
 * the problem doesn't show up in "text" reference tests. */
.textLayer span.markedContent {
  top: 0;
  height: 0;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(180, 0, 170, 1);
  border-radius: 4px;
}

.textLayer .highlight.appended {
  position: initial;
}

.textLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.textLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.textLayer .highlight.middle {
  border-radius: 0;
}

.textLayer .highlight.selected {
  background-color: rgba(0, 100, 0, 1);
}

.textLayer ::-moz-selection {
  background: rgba(0, 0, 255, 1);
}

.textLayer ::selection {
  background: rgba(0, 0, 255, 1);
}

/* Avoids https://github.com/mozilla/pdf.js/issues/13840 in Chrome */
.textLayer br::-moz-selection {
  background: transparent;
}
.textLayer br::selection {
  background: transparent;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.textLayer .endOfContent.active {
  top: 0;
}


:root {
  --annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
}

@media (forced-colors: active) {
  .annotationLayer .textWidgetAnnotation input:required,
  .annotationLayer .textWidgetAnnotation textarea:required,
  .annotationLayer .choiceWidgetAnnotation select:required,
  .annotationLayer .buttonWidgetAnnotation.checkBox input:required,
  .annotationLayer .buttonWidgetAnnotation.radioButton input:required {
    outline: 1.5px solid selectedItem;
  }
}

.annotationLayer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 0 0;
}

.annotationLayer section {
  position: absolute;
  text-align: initial;
  pointer-events: auto;
  box-sizing: border-box;
  transform-origin: 0 0;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .buttonWidgetAnnotation.pushButton > canvas {
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: rgba(255, 255, 0, 1);
  box-shadow: 0 2px 10px rgba(255, 255, 0, 1);
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-image: var(--annotation-unfocused-field-background);
  border: 1px solid transparent;
  box-sizing: border-box;
  font: calc(9px * var(--scale-factor)) sans-serif;
  height: 100%;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .textWidgetAnnotation input:required,
.annotationLayer .textWidgetAnnotation textarea:required,
.annotationLayer .choiceWidgetAnnotation select:required,
.annotationLayer .buttonWidgetAnnotation.checkBox input:required,
.annotationLayer .buttonWidgetAnnotation.radioButton input:required {
  outline: 1.5px solid red;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid rgba(0, 0, 0, 1);
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .textWidgetAnnotation input :focus,
.annotationLayer .textWidgetAnnotation textarea :focus,
.annotationLayer .choiceWidgetAnnotation select :focus,
.annotationLayer .buttonWidgetAnnotation.checkBox :focus,
.annotationLayer .buttonWidgetAnnotation.radioButton :focus {
  background-image: none;
  background-color: transparent;
  outline: auto;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: CanvasText;
  content: "";
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 103%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.annotationLayer .popupTriggerArea {
  height: 100%;
  width: 100%;
}

.annotationLayer .popupWrapper {
  position: absolute;
  font-size: calc(9px * var(--scale-factor));
  width: 100%;
  min-width: calc(180px * var(--scale-factor));
  pointer-events: none;
}

.annotationLayer .popup {
  position: absolute;
  max-width: calc(180px * var(--scale-factor));
  background-color: rgba(255, 255, 153, 1);
  box-shadow: 0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor))
    rgba(136, 136, 136, 1);
  border-radius: calc(2px * var(--scale-factor));
  padding: calc(6px * var(--scale-factor));
  margin-left: calc(5px * var(--scale-factor));
  cursor: pointer;
  font: message-box;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: auto;
}

.annotationLayer .popup > * {
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .popup h1 {
  display: inline-block;
}

.annotationLayer .popupDate {
  display: inline-block;
  margin-left: calc(5px * var(--scale-factor));
}

.annotationLayer .popupContent {
  border-top: 1px solid rgba(51, 51, 51, 1);
  margin-top: calc(2px * var(--scale-factor));
  padding-top: calc(2px * var(--scale-factor));
}

.annotationLayer .richText > * {
  white-space: pre-wrap;
  font-size: calc(9px * var(--scale-factor));
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .freeTextAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .caretAnnotation,
.annotationLayer .inkAnnotation svg polyline,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.annotationLayer section svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.annotationLayer .annotationTextContent {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.annotationLayer .annotationTextContent span {
  width: 100%;
  display: inline-block;
}


:root {
  --xfa-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
}

@media (forced-colors: active) {
  .xfaLayer *:required {
    outline: 1.5px solid selectedItem;
  }
}

.xfaLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: rgba(239, 203, 237, 1);
  border-radius: 4px;
}

.xfaLayer .highlight.appended {
  position: initial;
}

.xfaLayer .highlight.begin {
  border-radius: 4px 0 0 4px;
}

.xfaLayer .highlight.end {
  border-radius: 0 4px 4px 0;
}

.xfaLayer .highlight.middle {
  border-radius: 0;
}

.xfaLayer .highlight.selected {
  background-color: rgba(203, 223, 203, 1);
}

.xfaLayer ::-moz-selection {
  background: rgba(0, 0, 255, 1);
}

.xfaLayer ::selection {
  background: rgba(0, 0, 255, 1);
}

.xfaPage {
  overflow: hidden;
  position: relative;
}

.xfaContentarea {
  position: absolute;
}

.xfaPrintOnly {
  display: none;
}

.xfaLayer {
  position: absolute;
  text-align: initial;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  line-height: 1.2;
}

.xfaLayer * {
  color: inherit;
  font: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-kerning: inherit;
  letter-spacing: -0.01px;
  text-align: inherit;
  text-decoration: inherit;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0;
  margin: 0;
  pointer-events: auto;
  line-height: inherit;
}

.xfaLayer *:required {
  outline: 1.5px solid red;
}

.xfaLayer div {
  pointer-events: none;
}

.xfaLayer svg {
  pointer-events: none;
}

.xfaLayer svg * {
  pointer-events: none;
}

.xfaLayer a {
  color: blue;
}

.xfaRich li {
  margin-left: 3em;
}

.xfaFont {
  color: black;
  font-weight: normal;
  font-kerning: none;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0;
  text-decoration: none;
  vertical-align: 0;
}

.xfaCaption {
  overflow: hidden;
  flex: 0 0 auto;
}

.xfaCaptionForCheckButton {
  overflow: hidden;
  flex: 1 1 auto;
}

.xfaLabel {
  height: 100%;
  width: 100%;
}

.xfaLeft {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.xfaRight {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.xfaLeft > .xfaCaption,
.xfaLeft > .xfaCaptionForCheckButton,
.xfaRight > .xfaCaption,
.xfaRight > .xfaCaptionForCheckButton {
  max-height: 100%;
}

.xfaTop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.xfaBottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}

.xfaTop > .xfaCaption,
.xfaTop > .xfaCaptionForCheckButton,
.xfaBottom > .xfaCaption,
.xfaBottom > .xfaCaptionForCheckButton {
  width: 100%;
}

.xfaBorder {
  background-color: transparent;
  position: absolute;
  pointer-events: none;
}

.xfaWrapped {
  width: 100%;
  height: 100%;
}

.xfaTextfield:focus,
.xfaSelect:focus {
  background-image: none;
  background-color: transparent;
  outline: auto;
  outline-offset: -1px;
}

.xfaCheckbox:focus,
.xfaRadio:focus {
  outline: auto;
}

.xfaTextfield,
.xfaSelect {
  height: 100%;
  width: 100%;
  flex: 1 1 auto;
  border: none;
  resize: none;
  background-image: var(--xfa-unfocused-field-background);
}

.xfaTop > .xfaTextfield,
.xfaTop > .xfaSelect,
.xfaBottom > .xfaTextfield,
.xfaBottom > .xfaSelect {
  flex: 0 1 auto;
}

.xfaButton {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
}

.xfaLink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.xfaCheckbox,
.xfaRadio {
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  border: none;
}

.xfaRich {
  white-space: pre-wrap;
  width: 100%;
  height: 100%;
}

.xfaImage {
  -o-object-position: left top;
     object-position: left top;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.xfaLrTb,
.xfaRlTb,
.xfaTb {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.xfaLr {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.xfaRl {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}

.xfaTb > div {
  justify-content: left;
}

.xfaPosition {
  position: relative;
}

.xfaArea {
  position: relative;
}

.xfaValignMiddle {
  display: flex;
  align-items: center;
}

.xfaTable {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.xfaTable .xfaRow {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.xfaTable .xfaRlRow {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  flex: 1;
}

.xfaTable .xfaRlRow > div {
  flex: 1;
}

.xfaNonInteractive input,
.xfaNonInteractive textarea,
.xfaDisabled input,
.xfaDisabled textarea,
.xfaReadOnly input,
.xfaReadOnly textarea {
  background: initial;
}

@media print {
  .xfaTextfield,
  .xfaSelect {
    background: transparent;
  }

  .xfaSelect {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: 1px;
    text-overflow: "";
  }
}


:root {
  --focus-outline: solid 2px blue;
  --hover-outline: dashed 2px blue;
  --freetext-line-height: 1.35;
  --freetext-padding: 2px;
  --editorInk-editing-cursor: pointer;
}

@media (forced-colors: active) {
  :root {
    --focus-outline: solid 3px ButtonText;
    --hover-outline: dashed 3px ButtonText;
  }
}

[data-editor-rotation="90"] {
  transform: rotate(90deg);
}
[data-editor-rotation="180"] {
  transform: rotate(180deg);
}
[data-editor-rotation="270"] {
  transform: rotate(270deg);
}

.annotationEditorLayer {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  font-size: calc(100px * var(--scale-factor));
  transform-origin: 0 0;
}

.annotationEditorLayer .selectedEditor {
  outline: var(--focus-outline);
  resize: none;
}

.annotationEditorLayer .freeTextEditor {
  position: absolute;
  background: transparent;
  border-radius: 3px;
  padding: calc(var(--freetext-padding) * var(--scale-factor));
  resize: none;
  width: auto;
  height: auto;
  z-index: 1;
  transform-origin: 0 0;
  touch-action: none;
}

.annotationEditorLayer .freeTextEditor .internal {
  background: transparent;
  border: none;
  top: 0;
  left: 0;
  overflow: visible;
  white-space: nowrap;
  resize: none;
  font: 10px sans-serif;
  line-height: var(--freetext-line-height);
}

.annotationEditorLayer .freeTextEditor .overlay {
  position: absolute;
  display: none;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationEditorLayer .freeTextEditor .overlay.enabled {
  display: block;
}

.annotationEditorLayer .freeTextEditor .internal:empty::before {
  content: attr(default-content);
  color: gray;
}

.annotationEditorLayer .freeTextEditor .internal:focus {
  outline: none;
}

.annotationEditorLayer .inkEditor.disabled {
  resize: none;
}

.annotationEditorLayer .inkEditor.disabled.selectedEditor {
  resize: horizontal;
}

.annotationEditorLayer .freeTextEditor:hover:not(.selectedEditor),
.annotationEditorLayer .inkEditor:hover:not(.selectedEditor) {
  outline: var(--hover-outline);
}

.annotationEditorLayer .inkEditor {
  position: absolute;
  background: transparent;
  border-radius: 3px;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform-origin: 0 0;
  cursor: auto;
}

.annotationEditorLayer .inkEditor.editing {
  resize: none;
  cursor: var(--editorInk-editing-cursor), pointer;
}

.annotationEditorLayer .inkEditor .inkEditorCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  touch-action: none;
}

:root {
  --viewer-container-height: 0;
  --pdfViewer-padding-bottom: 0;
  --page-margin: 1px auto -8px;
  --page-border: 9px solid transparent;
  --page-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAA1ElEQVQ4jbWUWw6EIAxFy2NFs/8NzR4UJhpqLsdi5mOmSSMUOfYWqv3S0gMr4XlYH/64gZa/gN3ANYA7KAXALt4ktoQ5MI9YxqaG8bWmsIysMuT6piSQCa4whZThCu8CM4zP9YJaKci9jicPq3NcBWYoPMGUlhG7ivtkB+gVyFY75wXghOvh8t5mto1Mdim6e+MBqH6XsY+YAwjpq3vGF7weTWQptLEDVCZvPTMl5JZZsdh47FHW6qFMyvLYqjcnmdFfY9Xk/KDOlzCusX2mi/ofM7MPkzBcSp4Q1/wAAAAASUVORK5CYII=) 9 9 repeat;
  --spreadHorizontalWrapped-margin-LR: -3.5px;
  --scale-factor: 1;
}

@media screen and (forced-colors: active) {
  :root {
    --pdfViewer-padding-bottom: 9px;
    --page-margin: 8px auto -1px;
    --page-border: 1px solid CanvasText;
    --page-border-image: none;
    --spreadHorizontalWrapped-margin-LR: 3.5px;
  }
}

[data-main-rotation="90"] {
  transform: rotate(90deg) translateY(-100%);
}
[data-main-rotation="180"] {
  transform: rotate(180deg) translate(-100%, -100%);
}
[data-main-rotation="270"] {
  transform: rotate(270deg) translateX(-100%);
}

.pdfViewer {
  padding-bottom: var(--pdfViewer-padding-bottom);
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: var(--page-margin);
  position: relative;
  overflow: visible;
  border: var(--page-border);
  -o-border-image: var(--page-border-image);
     border-image: var(--page-border-image);
  background-clip: content-box;
  background-color: rgba(255, 255, 255, 1);
}

.pdfViewer .dummyPage {
  position: relative;
  width: 0;
  height: var(--viewer-container-height);
}

.pdfViewer.removePageBorders .page {
  margin: 0 auto 10px;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer.scrollHorizontal,
.pdfViewer.scrollWrapped,
.spread {
  margin-left: 3.5px;
  margin-right: 3.5px;
  text-align: center;
}

.pdfViewer.scrollHorizontal,
.spread {
  white-space: nowrap;
}

.pdfViewer.removePageBorders,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  margin-left: 0;
  margin-right: 0;
}

.spread .page,
.spread .dummyPage,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page,
.pdfViewer.scrollHorizontal .spread,
.pdfViewer.scrollWrapped .spread {
  display: inline-block;
  vertical-align: middle;
}

.spread .page,
.pdfViewer.scrollHorizontal .page,
.pdfViewer.scrollWrapped .page {
  margin-left: var(--spreadHorizontalWrapped-margin-LR);
  margin-right: var(--spreadHorizontalWrapped-margin-LR);
}

.pdfViewer.removePageBorders .spread .page,
.pdfViewer.removePageBorders.scrollHorizontal .page,
.pdfViewer.removePageBorders.scrollWrapped .page {
  margin-left: 5px;
  margin-right: 5px;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/gif;base64,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") center no-repeat;
}
.pdfViewer .page .loadingIcon.notVisible {
  background: none;
}

.pdfViewer.enablePermissions .textLayer span {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  cursor: not-allowed;
}

.pdfPresentationMode .pdfViewer {
  padding-bottom: 0;
}

.pdfPresentationMode .spread {
  margin: 0;
}

.pdfPresentationMode .pdfViewer .page {
  margin: 0 auto;
  border: 2px solid transparent;
}

.ck-editor__editable {
  min-height: 200px;
}

.iui-layout-debug {
  border: 1px dashed darkred;
  padding: 3px;
}
.iui-layout-debug * {
  border: 1px dashed blue !important;
  padding: 3px;
}
.iui-site-header {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  height: 50px;
  margin-bottom: 1px;
}
.iui-site-header .logo-container {
  flex: 0 0 200px !important;
  border: 1px solid #808080;
  padding: 3px;
}
.iui-site-header .logo-container .logo {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #055bca;
}
.iui-site-header .menu-container {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  padding: 3px;
}
.iui-site-header .menu-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.iui-site-header .menu-container ul li a {
  display: inline-block;
}
.iui-site-header .menu-container ul li::after {
  padding: 0 3px;
  content: "|";
}
.iui-site-header .menu-container ul li:last-child::after {
  content: "";
}
.iui-site-header .menu-container .menu-item {
  cursor: pointer;
  padding: 3px;
}
.iui-site-header .menu-container .menu-item.lv1 {
  background-color: #a6a6a6;
  border: 1px solid #808080;
}
.iui-site-header .menu-container .menu-item:hover {
  border: 1px solid #808080;
  text-decoration: underline;
}
.iui-site-header .menu-container .menu-item:active {
  color: red;
}
.iui-site-header .static-menu-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  flex: 0;
}
.iui-site-header .static-menu-container .menu-item {
  background-color: #a6a6a6;
  border: 1px solid #808080;
  cursor: pointer;
  padding: 3px;
}
.iui-site-header .static-menu-container .menu-item:hover {
  border: 1px solid #808080;
  text-decoration: underline;
}
.iui-site-header .static-menu-container .menu-item:active {
  color: red;
}
.iui-site-container {
  display: flex;
  height: calc(
  100vh - 31px
);
}
.iui-site-container .iui-site-left {
  flex: 0 0 200px;
  margin-right: 1px;
  background-color: #f2f2f2;
  border: 1px solid #808080;
}
.iui-site-container .iui-site-left .menu-container h3 {
  margin: 0;
}
.iui-site-container .iui-site-left .menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iui-site-container .iui-site-left .menu-container ul li a {
  display: block;
}
.iui-site-container .iui-site-left .menu-container .menu-item {
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}
.iui-site-container .iui-site-left .menu-container .menu-item.lv1 {
  background-color: #a6a6a6;
  border: 1px solid #808080;
}
.iui-site-container .iui-site-left .menu-container .menu-item.lv2 {
  background-color: #bfbfbf;
  border: 1px solid #bfbfbf;
  padding-left: 5px;
}
.iui-site-container .iui-site-left .menu-container .menu-item.lv3 {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  padding-left: 10px;
}
.iui-site-container .iui-site-left .menu-container .menu-item:hover {
  border: 1px solid #808080;
}
.iui-site-container .iui-site-left .menu-container .menu-item:active {
  color: red;
}
.iui-site-container .iui-site-left .menu-container .menu-item.router-link-exact-active {
  font-weight: bold;
}
.iui-site-container .iui-site-left .menu-container .menu-item.router-link-exact-active::after {
  content: " ▶";
}
.iui-site-container .iui-site-main {
  flex: 1;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu.container {
  display: flex;
  height: 30px;
  margin-top: 1px;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  padding: 3px;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container ul li a {
  display: inline-block;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container ul li::after {
  padding: 0 3px;
  content: "|";
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container ul li:last-child::after {
  content: "";
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container .menu-item {
  cursor: pointer;
  padding: 3px;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container .menu-item.lv1 {
  background-color: #a6a6a6;
  border: 1px solid #808080;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container .menu-item:hover {
  border: 1px solid #808080;
  text-decoration: underline;
}
.iui-site-container .iui-site-main l .iui-site-main-top-menu .menu-container .menu-item:active {
  color: red;
}
.iui-site-container .iui-site-main .iui-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.iui-site-footer {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  margin-top: 1px;
  height: 30px;
}
.iui-router-group-view.container {
  display: flex;
}
.iui-router-group-view.container .group-view {
  flex: 1;
}
.iui-router-group-view.container .group-view .tab-container {
  display: flex;
  height: 30px;
  margin-top: 1px;
}
.iui-router-group-view.container .group-view .tab-container .tab-items {
  flex: 1;
  display: inline-flex;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item {
  border: 1px solid #808080;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  flex: 0 0 150px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item .prefix {
  flex: 0 0 20px;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item .title {
  flex: 1;
  text-align: center;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item .remove-tab {
  flex: 0 0 20px;
  cursor: pointer;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item.active {
  background-color: #f2f2f2;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item.active .title {
  font-weight: bold;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item.dragging {
  opacity: 0.5;
}
.iui-router-group-view.container .group-view .tab-container .tab-items .tab-item.dragover {
  background-color: #ccc;
}
.iui-router-group-view.container .group-view .router-view-container {
  height: calc(
  100vh - 123px
);
  overflow-y: auto;
  background-color: #f2f2f2;
  border: 1px solid #808080;
}
.iui-router-group-view.container .group-view .router-view {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.iui-router-group-view.container .group-view .iui-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.iui-button {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-button * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-button > * {
  flex: 0 0 auto;
}
.iui-button button:focus,
.iui-button button:active {
  background-color: lightgrey;
}
.iui-button .small {
  display: inline-block;
  /* padding: 3px 6px 3px 8px; */
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  /*font-weight: bold;*/
  border-radius: 3px;
  color: #101010;
  vertical-align: bottom;
}
.iui-button .normal {
  display: inline-block;
  padding: 3px 12px 3px 12px;
  font-size: 12px;
  vertical-align: bottom;
  border-radius: 3px;
}
.iui-button .blue {
  color: #fff;
  background-color: #34578e;
  border: 1px solid #34578e;
}
.iui-button .blue:hover,
.iui-button .blue:focus,
.iui-button .blue:active {
  color: #fff;
}
.iui-button .gray {
  color: #101010;
  background-color: #f2f2f2;
  border: 1px solid #bbb;
}
.iui-button .gray:hover,
.iui-button .gray:focus,
.iui-button .gray:active {
  color: #fff;
  border: 1px solid #34578e;
  background-color: #34578e;
}
.iui-button .gray:disabled {
  color: #a9a9a9;
  cursor: not-allowed;
}
.iui-combobox {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-combobox * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 14px !important;
}
.iui-combobox > * {
  flex: 0 0 auto;
}
.iui-combobox .label {
  white-space: nowrap;
}
.iui-combobox .prefix {
  white-space: nowrap;
}
.iui-combobox .suffix {
  white-space: nowrap;
}
.iui-combobox .combobox {
  flex: 1;
  width: 100%;
  white-space: nowrap;
  min-width: 60px;
}
.iui-datepicker {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  height: 20px;
}
.iui-datepicker * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 14px !important;
}
.iui-datepicker > * {
  flex: 0 0 auto;
}
.iui-datepicker .label {
  white-space: nowrap;
}
.iui-datepicker .prefix {
  white-space: nowrap;
}
.iui-datepicker .suffix {
  white-space: nowrap;
}
.iui-datepicker .mx-datepicker {
  flex: 1;
  width: 100%;
  white-space: nowrap;
  min-width: 50px;
}
.iui-datepicker .mx-datepicker.date {
  width: 118px;
}
.iui-datepicker .mx-datepicker.mx-datepicker-range.date {
  width: 190px;
}
.iui-datepicker .mx-datepicker.datetime {
  width: 178px;
}
.iui-datepicker .mx-datepicker.year {
  width: 70px;
}
.iui-datepicker .mx-datepicker.month {
  width: 90px;
}
.iui-datepicker .mx-datepicker.time {
  width: 90px;
}
.iui-datepicker .mx-datepicker.week {
  width: 50px;
}
.iui-datepicker .mx-datepicker .mx-input {
  height: 20px;
}
.iui-datepicker .mx-datepicker .mx-input:disabled {
  color: #444;
}
.iui-datepicker .mx-datepicker .mx-icon-clear {
  font-size: 16px !important;
}
.iui-searchbox {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  flex: 1 !important;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-searchbox * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 14px !important;
}
.iui-searchbox > * {
  flex: 0 0 auto;
}
.iui-searchbox .label {
  white-space: nowrap;
}
.iui-searchbox .prefix {
  white-space: nowrap;
}
.iui-searchbox .suffix {
  white-space: nowrap;
}
.iui-searchbox .key-textbox {
  flex: 1;
  width: 100%;
  white-space: nowrap;
  flex: 0 0 90px;
  width: 90px;
}
.iui-searchbox .value-textbox {
  flex: 1;
  width: 100%;
  white-space: nowrap;
}
.iui-searchbox .search-button {
  flex: 1;
  width: 100%;
  white-space: nowrap;
  flex: 0 0 16px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: url("../../assets/img/icon_search.png") no-repeat center;
  border: 0px !important;
  background-color: transparent;
  border-color: transparent;
}
.iui-textbox {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  flex: 1 !important;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
}
.iui-textbox * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 14px !important;
}
.iui-textbox > * {
  flex: 0 0 auto;
}
.iui-textbox .label {
  white-space: nowrap;
}
.iui-textbox .prefix {
  white-space: nowrap;
}
.iui-textbox .suffix {
  white-space: nowrap;
}
.iui-textbox .textbox {
  flex: 1;
  width: 100%;
  white-space: nowrap;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid;
}
.iui-textbox .text-align-right {
  text-align: right;
}
.iui-textbox.required .textbox {
  background-color: pink;
}
.iui-textbox.is-valid-false .textbox {
  border-color: red;
}
.iui-textbox[data-type=number] .textbox {
  text-align: right;
}
.iui-textbox[data-type=multi] {
  height: 100%;
}
.iui-textbox[data-type=multi] .textbox {
  height: 100%;
  white-space: pre-wrap;
}
.iui-checkbox-group {
  display: flex;
}
.iui-checkbox-group.item-direction-row {
  flex-direction: column;
}
.iui-checkbox-group.item-direction-column {
  flex-direction: row;
}
.iui-checkbox {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  height: 26px;
  margin-right: 5px; /* 20231018 */
}
.iui-checkbox * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 14px !important;
}
.iui-checkbox > * {
  flex: 0 0 auto;
}
.iui-checkbox .label {
  white-space: nowrap;
}
.iui-checkbox .prefix {
  white-space: nowrap;
}
.iui-checkbox .suffix {
  white-space: nowrap;
}
.iui-radio-group {
  display: flex;
  /* 20230516 김연진 라디오 간에 약간 간격 줌 */
}
.iui-radio-group.item-direction-row {
  flex-direction: column;
}
.iui-radio-group.item-direction-column {
  flex-direction: row;
}
.iui-radio-group.item-direction-column > * {
  padding-right: 5px;
}
.iui-radio {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  height: 26px;
}
.iui-radio * {
  box-sizing: border-box;
  font-family: "Pretendard", Roboto, "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 14px !important;
}
.iui-radio > * {
  flex: 0 0 auto;
}
.iui-radio .label {
  white-space: nowrap;
}
.iui-radio .prefix {
  white-space: nowrap;
}
.iui-radio .suffix {
  white-space: nowrap;
}
.iui-content-box {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.iui-content-box * {
  box-sizing: border-box;
}
.iui-content-box .title-box {
  align-items: center;
  display: flex;
  height: 30px;
}
.iui-content-box .title-box .title {
  flex: 0 0 auto;
  font-size: 14px;
}
.iui-content-box .title-box .title-tab-box {
  margin-left: 1px;
  display: flex;
}
.iui-content-box .title-box .title-tab-box li {
  display: inline-block;
  margin-left: -1px;
  padding: 0 15px 0 15px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.iui-content-box .title-box .title-tab-box li.first-child {
  border-left: 1px solid #ccc;
  margin-left: 0px;
}
.iui-content-box .title-box .title-tab-box li.selected {
  color: #fff;
  background: linear-gradient(#4394d1, #3378c1);
  border: 1px solid #3378c1;
  font-weight: bold;
}
.iui-content-box .title-box .title-tab-box li.selected a {
  color: #fff;
}
.iui-content-box .title-box .title-spacer {
  padding-left: 8px;
}
.iui-content-box .title-box .title-left {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
}
.iui-content-box .title-box .title-left > * {
  margin-right: 5px;
}
.iui-content-box .title-box .title-left > *:last-child {
  margin-right: unset;
}
.iui-content-box .title-box .title-center {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex: 1;
  font-size: 14px;
}
.iui-content-box .title-box .title-center > * {
  margin-right: 5px;
}
.iui-content-box .title-box .title-center > *:last-child {
  margin-right: unset;
}
.iui-content-box .title-box .title-right {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
}
.iui-content-box .title-box .title-right > * {
  margin-right: 5px;
}
.iui-content-box .title-box .title-right > *:last-child {
  margin-right: unset;
}
.iui-content-box .outer-content-box {
  width: 100%;
  height: 100%;
}
.iui-content-box .outer-content-box.border-box {
  padding: 5px;
  border: 1px solid #808080;
  border-top-width: 2px;
}
.iui-content-box .header-box {
  align-items: center;
  display: flex;
  padding: 5px;
  background-color: #f2f2f2;
  border: 1px solid #808080;
  margin-bottom: 5px;
}
.iui-content-box .header-box .header-spacer {
  padding-left: 8px;
}
.iui-content-box .header-box .header-left {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
}
.iui-content-box .header-box .header-left > * {
  margin-right: 5px;
}
.iui-content-box .header-box .header-left > *:last-child {
  margin-right: unset;
}
.iui-content-box .header-box .header-center {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex: 1;
  font-size: 14px;
}
.iui-content-box .header-box .header-center > * {
  margin-right: 5px;
}
.iui-content-box .header-box .header-center > *:last-child {
  margin-right: unset;
}
.iui-content-box .header-box .header-right {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
}
.iui-content-box .header-box .header-right > * {
  margin-right: 5px;
}
.iui-content-box .header-box .header-right > *:last-child {
  margin-right: unset;
}
.iui-content-box .inner-content-box {
  overflow-y: auto;
  width: 100%;
}
.iui-loading-overlay-parent {
  position: relative;
}
.iui-loading-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.iui-loading-overlay .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f9fa;
  opacity: 0.75;
  backdrop-filter: blur(2px);
}
.iui-loading-overlay .icon {
  width: 60px;
  height: 60px;
  border: 5px solid rgba(151, 151, 151, 0.3);
  border-radius: 50%;
  border-top-color: #055bca;
  animation: spin 1.2s linear infinite;
  -webkit-animation: spin 1.2s linear infinite;
}
.iui-loading-overlay .message {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid gray;
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 992;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.iui-ckeditor {
  width: 100%;
  height: 100%;
}
.ictbl {
  padding: 10px;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  background-color: white;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.5019607843);
}

.ictbl td {
  font-weight: normal !important;
  text-align: left;
  padding: 2px 5px 2px 5px !important;
}

.ictbl tr.on {
  background-color: #00534c;
  color: white;
}

.ictbl tr.on td {
  color: white;
}

.ictbl .on td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ictbl .on td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* fieldset 으로 disabled 된 경우 처리 */
.sr_btn :disabled {
  display: none;
}

.input_srch:has(input:disabled) {
  background-color: #f0f0f0;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 1rem 0;
}
to {
    background-position: 0 0;
}
}
.iui-site {
  display: flex;
  height: 100vh;
}

.iui-site-container {
  height: calc(
  100vh - 41px
);
}

.iui-site-container .iui-site-main .iui-site-header {
  background-color: #f2f2f2;
  border: 1px solid #808080;
  height: 50px;
  margin-bottom: 1px;
}

.iui-site-container .iui-site-main .iui-site-header .logo-container {
  flex: 0 0 200px !important;
  border: 1px solid #808080;
  padding: 3px;
}

.iui-site-container .iui-site-main .iui-site-header .logo-container .logo {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #055bca;
}

.iui-site-container .iui-site-main .iui-site-header .menu-container {
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  padding: 3px;
}

.iui-site-container .iui-site-main .iui-site-header .menu-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.iui-site-container .iui-site-main .iui-site-header .menu-container ul li a {
  display: inline-block;
}

.iui-site-container .iui-site-main .iui-site-header .menu-container ul li::after {
  padding: 0 3px;
  content: "|";
}

.iui-site-container .iui-site-main .iui-site-header .menu-container ul li:last-child::after {
  content: "";
}

.iui-site-container .iui-site-main .iui-site-header .menu-container .menu-item {
  cursor: pointer;
  padding: 3px;
}

.iui-site-container .iui-site-main .iui-site-header .menu-container .menu-item.lv1 {
  background-color: #a6a6a6;
  border: 1px solid #808080;
}

.iui-site-container .iui-site-main .iui-site-header .menu-container .menu-item:hover {
  border: 1px solid #808080;
  text-decoration: underline;
}

.iui-site-container .iui-site-main .iui-site-header .menu-container .menu-item:active {
  color: red;
}

.iui-site-container .iui-site-main .iui-site-header .static-menu-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  flex: 0;
}

.iui-site-container .iui-site-main .iui-site-header .static-menu-container .menu-item {
  background-color: #a6a6a6;
  border: 1px solid #808080;
  cursor: pointer;
  padding: 3px;
}

.iui-site-container .iui-site-main .iui-site-header .static-menu-container .menu-item:hover {
  border: 1px solid #808080;
  text-decoration: underline;
}

.iui-site-container .iui-site-main .iui-site-header .static-menu-container .menu-item:active {
  color: red;
}

.iui-radio-group.required .iui-radio {
  background-color: unset;
}

.iui-radio-group.is-valid-false .iui-radio {
  background-color: pink;
}

.iui-textbox .textbox {
  border: 1px solid #bbb;
  height: 26px;
}

.iui-textbox.required .textbox {
  background-color: unset;
}

.iui-textbox.is-valid-false .textbox {
  background-color: pink;
}

.iui-textbox input[type=text]:read-only {
  background-color: #f0f0f0;
}

.iui-textbox textarea:read-only {
  background-color: #f0f0f0;
}

.iui-textbox[data-type=multi] textarea:read-only {
  background-color: #f0f0f0;
}

.iui-combobox.required .combobox {
  background-color: unset;
}

.iui-combobox.required :disabled {
  background-color: #f0f0f0;
}

.iui-combobox.is-valid-false .combobox {
  background-color: pink;
  border-color: red;
}

.iui-ckeditor.required .ck-editor .ck-content {
  background-color: unset;
}

.iui-ckeditor.is-valid-false .ck-editor .ck-content {
  background-color: pink;
  border-color: red !important;
}

.iui-router-group-view.container .group-view .router-view-container {
  background-color: #ffffff;
  border: 0px solid #ffffff;
}

.iui-button .small {
  padding: 0px 6px 3px 6px;
}

.iui-datepicker {
  height: 26px;
}

.iui-datepicker.required .mx-datepicker .mx-input {
  background-color: unset;
}

.iui-datepicker.required .mx-datepicker input[type=text]:read-only {
  background-color: #f0f0f0;
}

.iui-datepicker.is-valid-false .mx-datepicker .mx-input {
  background-color: pink;
  border-color: red !important;
}

.iui-datepicker .mx-datepicker .mx-input {
  height: 26px;
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: none;
}

.iui-datepicker input[type=text]:read-only {
  background-color: #f0f0f0;
}

.iui-container.table.default {
  border-top: 1px solid #dddddd;
}

.iui-dialog .background .slot .iui-confirm .content .message {
  line-height: 24px;
}

.iui-checkbox {
  height: 16px;
}

.iui-content-box .title-box .title-tab-box {
  font-size: 0;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  width: 100%;
}

.iui-content-box .title-box .title-tab-box li {
  display: inline-block;
  padding: 0 10px;
  min-width: 50px;
  height: 30px;
  font-size: 12px;
  border-top: 1px solid black;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: -1px;
  background-color: #f2f2f2;
  border-radius: 0 0 0 0;
}

.iui-content-box .title-box .title-tab-box li.selected {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  background: #fff;
  border-top: 1px solid black;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid white;
  display: block;
  height: 30px;
  color: #363636;
  line-height: 30px;
  text-align: center;
}

.alert_popup {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 8px;
  border-radius: 15px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  animation: iui-confirm-show 0.3s;
}

.alert_popup > * {
  margin-bottom: 0.5rem;
}

.alert_popup > *:last-child {
  margin-bottom: unset;
}

@keyframes iui-confirm-show {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes iui-confirm-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}