:root {
  --main-color-0: #e9f1fa;
  --main-color-1: #d3e3f5;
  --main-color-2: #bed6f1;
  --main-color-3: #a8c8ec;
  --main-color-4: #92bbe7;
  --main-color-5: #7dade3;
  --main-color-6: #67a0de;
  --main-color-7: #5192d9;
  --main-color-8: #3c85d5;
  --main-color-9: #2677d0;
  --main-color-10: #116acc;
  --main-color-11: #0f60b9;
  --main-color-12: #0d56a6;
  --main-color-13: #0c4d94;
  --main-color-14: #0a4381;
  --main-color-15: #09396f;
  --main-color-16: #07305c;
  --main-color-17: #06264a;
  --main-color-18: #041c37;
  --main-color-19: #031325;
  --main-color-20: #010912;
  --sub1-color-0: #fdecf0;
  --sub1-color-1: #fbd9e1;
  --sub1-color-2: #fac6d2;
  --sub1-color-3: #f8b3c3;
  --sub1-color-4: #f7a0b4;
  --sub1-color-5: #f58da5;
  --sub1-color-6: #f47a96;
  --sub1-color-7: #f26787;
  --sub1-color-8: #f15478;
  --sub1-color-9: #ef4169;
  --sub1-color-10: #ee2f5b;
  --sub1-color-11: #d82a52;
  --sub1-color-12: #c2264a;
  --sub1-color-13: #ad2242;
  --sub1-color-14: #971d39;
  --sub1-color-15: #811931;
  --sub1-color-16: #6c1529;
  --sub1-color-17: #561121;
  --sub1-color-18: #400c18;
  --sub1-color-19: #2b0810;
  --sub1-color-20: #150408;
  --sub2-color-0: #e7f7f1;
  --sub2-color-1: #d0efe4;
  --sub2-color-2: #b9e8d6;
  --sub2-color-3: #a2e0c9;
  --sub2-color-4: #8bd9bc;
  --sub2-color-5: #73d1ae;
  --sub2-color-6: #5ccaa1;
  --sub2-color-7: #45c294;
  --sub2-color-8: #2ebb86;
  --sub2-color-9: #17b379;
  --sub2-color-10: #00ac6c;
  --sub2-color-11: #009c62;
  --sub2-color-12: #008c58;
  --sub2-color-13: #007d4e;
  --sub2-color-14: #006d44;
  --sub2-color-15: #005d3a;
  --sub2-color-16: #004e31;
  --sub2-color-17: #003e27;
  --sub2-color-18: #002e1d;
  --sub2-color-19: #001f13;
  --sub2-color-20: #000f09;
  --sub3-color-0: #ffc000;
  --sub3-color-1: #fff2cc;
  --gray-color-0: #f3f3f3;
  --gray-color-1: #e7e7e7;
  --gray-color-2: #dcdcdc;
  --gray-color-3: #d0d0d0;
  --gray-color-4: #c5c5c5;
  --gray-color-5: #b9b9b9;
  --gray-color-6: #aeaeae;
  --gray-color-7: #a2a2a2;
  --gray-color-8: #979797;
  --gray-color-9: #8b8b8b;
  --gray-color-10: #808080;
  --gray-color-11: #747474;
  --gray-color-12: #686868;
  --gray-color-13: #5d5d5d;
  --gray-color-14: #515151;
  --gray-color-15: #454545;
  --gray-color-16: #3a3a3a;
  --gray-color-17: #2e2e2e;
  --gray-color-18: #222222;
  --gray-color-19: #171717;
  --gray-color-20: #0b0b0b;
  --black: black;
  --white: white;
  --fix-black: black;
  --fix-white: white;
  --caution: #e2b93b;
  --warning: #eb5757;
  --success: #27ae60;
  --btt: #e07892;
  --btt2: #5cb06f;
}

/* @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
* {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

* {
  font-size: 13px;
  /* color: var(--black); */
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: var(--gray-color-5);
}

*::-webkit-scrollbar-thumb {
  background: var(--main-color-10);
}

/*그리드 선택 시 색*/
/* .tui-grid-layer-focus-border{
    background-color: var(--main-color-10) !important;
} */
/*그리드 선택 해제 시 색*/
/* .tui-grid-layer-focus-deactive .tui-grid-layer-focus-border {
    background-color: var(--gray-color-10) !important;
} */
/*그리드 페이지 선택 색*/
.tui-pagination .tui-is-selected,
.tui-pagination strong {
  color: var(--white);
  background: var(--main-color-10);
  border-color: var(--main-color-15);
  cursor: default;
}

.tui-pagination .tui-last-child.tui-is-selected {
  border-right: 1px solid var(--main-color-15);
}

.tui-pagination .tui-first-child.tui-is-selected {
  border-left: 1px solid var(--main-color-15);
}

.tui-pagination .tui-is-selected:hover {
  background-color: var(--main-color-5);
}

/*그리드 버튼*/
input.wt-grid-button {
  background: url(/JEONJU/image/download.png) no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 0px !important;
  height: 10px !important;
  min-width: auto;
  border: 0;
  border-radius: 0;
}

/*그리드 컬럼 hover*/
.wt-grid-column-click .tui-grid-cell-content:hover {
  color: var(--main-color-10);
  font-weight: bold;
  cursor: pointer;
}

/*모듈 헤더*/
/*
.module-header {
    width: 100%;
    background: var(--main-color-10);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 23;
    height: 40px;
}

.module-header * {
    font-weight: bold;
    color : var(--white);
}*/
.module-header {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 23;
  border-bottom: 2px solid var(--main-color-5);
  height: 40px;
  background: var(--white);
}
.module-header * {
  font-weight: bold;
  font-size: 13px;
  color: var(--main-color-10);
}

.module-header > *:nth-child(2) {
  display: flex;
  align-items: center;
}

.module-header > *:nth-child(2) > * {
  height: 21px;
  min-width: 21px !important;
  margin: 0 3px;
  border: 0;
}

/*모듈 바디*/
.module-body {
  width: 100%;
  padding: 10px 15px;
}

/*토글 버튼*/
/* .toggle-button.open-toggle {
    background: url(/JEONJU/image/up-arrow2.png) !important;
    background-size: cover !important;
}

.toggle-button.close-toggle {
    background: url(/JEONJU/image/down-arrow2.png) !important;
    background-size: cover !important;
} */

/*조회 조건*/
.search-container {
  position: sticky;
  top: 0;
  z-index: 44;
  background: var(--white);
}

.search-container .button-container {
  margin-top: 0 !important;
}

/*필드 모음*/
/*.field-box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: var(--white);
    border-bottom: 1px solid var(--gray-color-4);
}
.field-box>div {
    margin: 5px 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.field-box>div>label:not(:first-child) {
    position: absolute;
    top: 7px;
    left: 11px;
    font-size: 12px;
}

.field-box>div>input:focus+label {
    top: -20px;
    transition: all 0.3s ease-out;
}

.field-box>div>input:not(:placeholder-shown)+label {
    top: -20px;
}

.field-box>div>label:first-child {
    display: inline-block;
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin: 5px 0;
}
.field-box>div>*:nth-child(2) {
    max-width: calc(100% - 120px);
}
.field-box>div input,.field-box>div select {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 30px;
    vertical-align: top;
    border: 1px solid #aaa;
    font-size: 12px;
    max-width: 100%;
}
.field-box>div>input{
    padding: 6px 10px 6px 10px;
}
.field-box>div>select{
    padding: 6px 10px 6px 7px;
}*/
.nextbtt {
  border: none !important;
  background: var(--sub1-color-6) !important;
  color: var(--white) !important;
}

.nextbtt:hover {
  background: var(--main-color-6) !important;
  color: var(--white) !important;
}
.work-link > label {
  padding: 5px 0;
  margin: 20px 0 5px 0;
  border-bottom: none !important;
  font-weight: bold;
  color: var(--main-color-10);
}
/*필드 모음2*/
.field-container {
  width: 100%;
  display: inline-block;
}
.field-container > div {
  /* border: 1px solid var(--gray-color-4); */
  display: inline-flex;
  align-items: center;
  margin: 0 5px 5px 0;
  min-width: 250px;
}
.field-container > div > label:nth-child(1) {
  width: 100px;
  min-width: 100px;
  display: inline-block;
  padding: 5px 10px;
  background: var(--gray-color-0);
  color: var(--main-color-10);
  font-size: 12px;
  /* height: 30px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: auto;
  border-radius: 4px;
  box-shadow: 0 0 0 1px var(--gray-color-1), 0 1px 2px 0 var(--gray-color-10);
}
.field-container > div.width2 > *:nth-child(2) {
  width: 100% !important;
}
.field-container > div > *:nth-child(2) {
  /* margin: 3px; */
  margin: 0px 5px 0px 10px;
  /* padding: 3px 0 3px 0; */
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  width: 150px;
}
.field-container.ai-s > div > *:nth-child(2) {
  width: 100%;
}
.field-container.ai-s > div.width2 {
  width: auto;
}
.field-container > div > [id^="calendar_"]:nth-child(2) {
  min-width: 0 !important;
  width: 0 !important;
  margin: 0;
}

/* .field-container>div>*:nth-child(2)>* {
    margin: 0 4px;
} */

.field-container > div > *:nth-child(2) > *:not(:first-child) {
  margin-left: 4px;
}

.field-container
  > div
  > *:nth-child(2)
  > *:not(:last-child):not([id^="calendar_"]) {
  margin-right: 4px;
}

/* .field-container>div>*:nth-child(2)>input[type='button'] {
    width: 24px !important;
    min-width: 24px !important;
    background-image: url(/JEONJU/image/search.png) !important;
    background-size: cover;
} */

.field-container.f-col.ai-s > div .tui-datepicker-input {
  width: 100%;
}

.field-container > div .tui-datepicker-input {
  margin: 0px 5px 0px 10px;
  height: 26px !important;
  min-width: 100px;
  display: inline;
  width: 150px;
  border: 0;
}

.field-container > div.width2 .tui-datepicker-input {
  margin: 0;
}

.field-container > div:not(.width2) input[eltype="calendar"] {
  width: 150px;
}

.field-container.f-col.ai-s input[eltype="calendar"] {
  width: 100%;
}

.field-container > div input:not([type="button"]) {
  padding-left: 5px;
}
.field-container > div select {
  padding-left: 0px;
}

.field-container > div.width2 > *:nth-child(2) select {
  min-width: auto;
  width: 100%;
}

.field-container > div > *:nth-child(2) > input[type="text"],
.field-container > div > *:nth-child(2) > input[type="password"] {
  width: 100%;
}

.field-container > div.width2 {
  width: 535px;
  max-width: calc(100% - 2px);
  min-width: 257.4px;
}

.field-container :where(input[type="radio"], input[type="checkbox"]) + label {
  display: inline-block;
  margin: 3px 0;
}

/*Custom Tree*/
/*Custom Tree*/
.tree-move * {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.tree-node-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}
.tree-node-main {
  display: flex;
  width: 100%;
  height: 35px;
  /* padding: 10px; */
  position: relative;
  border-bottom: 1px solid var(--gray-color-4);
}
.tree-node-main.modified-node {
  background: var(--main-color-2);
}
.tree-node-main.tree-move-node {
  background: var(--main-color-2) !important;
  opacity: 0.5;
}
.tree-node-main > div {
  display: flex;
}
.tree-node-main > div > * {
  margin: 0 3px;
}
.tree-node-main.select-node * {
  color: var(--main-color-10);
}
.tree-node-main-left {
  align-items: center;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
}
.tree-node-main-left-handle {
  width: 9px;
  height: 100%;
  background: url(/JEONJU/image/3dot.png) no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border: 0;
  filter: opacity(0.5);
  cursor: grab;
  display: none;
}
.tree-node-main-left-toggle {
  background-color: transparent !important;
  border: 0 !important;
  width: 20px;
  height: 20px;
  position: relative;
}
input.tree-node-main-left-toggle:not(.open-node) {
  background: url(/JEONJU/image/right-arrow2.png) no-repeat !important;
  filter: invert(100%) opacity(0.5);
  background-size: cover !important;
  min-width: auto !important;
  box-shadow: none !important;
  cursor: pointer;
  margin: 0;
}
input.tree-node-main-left-toggle.open-node {
  background: url(/JEONJU/image/up-arrow2.png) no-repeat !important;
  filter: invert(100%) opacity(0.5);
  background-size: cover !important;
  min-width: auto !important;
  box-shadow: none !important;
  cursor: pointer;
  margin: 0;
}
.tree-node-main-middle {
  flex: 1 1 auto;
}
.tree-node-main-middle > input {
  background: transparent;
  border: 0;
}
.tree-node-main-middle > .tree-node-main-middle-child:last-child {
  flex: 1 1 auto;
  max-width: 100%;
}
.tree-node-main-middle-child {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 50px);
  overflow: hidden;
  align-self: center;
  /* width: 100%; */
  /*min-height: 1.5rem;*/
}
.tree-node-main-right {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 0;
}
.tree-node-main-right-child {
  width: 20px;
  height: 20px;
  border: 0;
  box-shadow: none !important;
  cursor: pointer;
}
.tree-node-main-right-child0 {
  background: url(/JEONJU/image/plus.png) no-repeat !important;
  filter: brightness(0) opacity(0.5);
  border: 0 !important;
  background-size: contain !important;
  background-position: center !important;
  min-width: 0 !important;
}
.tree-node-main-right-child1 {
  background: url(/JEONJU/image/minus.png) no-repeat !important;
  filter: brightness(0) opacity(0.5);
  border: 0 !important;
  background-size: contain !important;
  background-position: center !important;
  min-width: 0 !important;
}
.tree-node-sub {
  width: calc(100% - 35px);
}
.tree-node-sub.tree-non-show {
  display: none;
}
.tree-node-top {
  width: 100%;
  background-color: rgba(135, 207, 235, 0.455);
  z-index: 2;
}
.tree-node-top:hover {
  background-color: skyblue;
}
.tree-node-middle {
  width: 100%;
  background-color: rgba(135, 207, 235, 0.455);
  z-index: 2;
}
.tree-node-middle:hover {
  background-color: skyblue;
}
.tree-node-bottom {
  width: calc(100% - 35px);
  background-color: rgba(135, 207, 235, 0.455);
  z-index: 2;
}
.tree-node-bottom:hover {
  background-color: skyblue;
}
/*.tree-node-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-end;
}
.tree-node-main {
  display: flex;
  width: calc(100% + 10px - 10px);
  height: 35px;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid var(--gray-color-4);
}
.tree-node-main > div {
  display: flex;
}
.tree-node-main > div > * {
  margin: 0 3px;
}
.tree-node-main.select-node {
  background: var(--main-color-0);
}
.tree-node-main-left {
  align-items: center;
  position: relative;
  min-width: 15px;
  margin-left: 3px;
}
.tree-node-main-left-handle {
  width: 15px;
  height: 100%;
  background: url(/JEONJU/image/3dot.png) no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border: 0;
  position: absolute;
  left: -16px;
}
.tree-node-main-left-toggle {
  background-color: transparent !important;
  border: 0 !important;
  width: 20px;
  height: 20px;
  position: relative;
}
input.tree-node-main-left-toggle:not(.open-node) {
  background: url(/JEONJU/image/right-arrow2.png) no-repeat !important;
  filter: invert(100%);
  background-size: cover !important;
  min-width: auto !important;
  box-shadow: none !important;
}
input.tree-node-main-left-toggle.open-node {
  background: url(/JEONJU/image/up-arrow2.png) no-repeat !important;
  filter: invert(100%);
  background-size: cover !important;
  min-width: auto !important;
  box-shadow: none !important;
}
.tree-node-main-middle {
  flex: 1 1 auto;
}
.tree-node-main-middle > input {
  background: transparent;
  border: 0;
}
.tree-node-main-middle > .tree-node-main-middle-child:not(:first-child) {
  flex: 1 1 auto;
  max-width: 100%;
}
.tree-node-main-middle-child {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 50px);
  overflow: hidden;
  align-self: center;
  width: 100%;
}
.tree-node-main-right {
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 0;
}
.tree-node-main-right-child {
  width: 20px;
  height: 20px;
  border: 0;
  box-shadow: none !important;
}
.tree-node-main-right-child0 {
  background: url(/JEONJU/image/plus.png) no-repeat !important;
  filter: brightness(0);
  border: 0 !important;
  background-size: contain !important;
  background-position: center !important;
  min-width: 0 !important;
}
.tree-node-sub {
  width: calc(100% - 20px);
}
.tree-node-top {
  width: 100%;
  background-color: rgba(135, 207, 235, 0.455);
  z-index: 2;
}
.tree-node-top:hover {
  background-color: skyblue;
}
.tree-node-middle {
  width: 100%;
  background-color: rgba(135, 207, 235, 0.455);
  z-index: 2;
}
.tree-node-middle:hover {
  background-color: skyblue;
}
.tree-node-bottom {
  width: calc(100% - 20px);
  background-color: rgba(135, 207, 235, 0.455);
  z-index: 2;
}
.tree-node-bottom:hover {
  background-color: skyblue;
}*/

/*버튼 박스*/
.button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0 0;
  padding: 0px 15px;
  flex-wrap: wrap;
  /*position: sticky;*/
  top: 7px;
  z-index: 24;
}

.button-container > input[type="button"] {
  margin: 0 0 0 5px;
}

/*module border*/
.module-border-top {
  border-top: 15px solid var(--main-color-0);
}

.module-border-right {
  border-right: 15px solid var(--main-color-0);
}

.module-border-bottom {
  border-bottom: 15px solid var(--main-color-0);
}

.module-border-left {
  border-left: 15px solid var(--main-color-0);
}

.module-background {
  width: 100%;
  height: 100%;
  background: var(--white);
  overflow: auto;
}

.main-title {
  width: 100%;
  padding: 30px 10px;
  text-align: center;
}
.main-title > label {
  font-size: x-large;
  font-weight: bold;
}
.sub-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  flex-wrap: wrap;
}
.sub-title > label:first-child {
  white-space: nowrap;
}
.sub-title > label:last-child:not(:first-child) {
  margin: 0 0 0 30px;
}
.sub-title > label {
  font-size: larger;
  font-weight: bolder;
}
.sub-title2 {
  padding: 7px 10px;
  border-left: 4px solid var(--main-color-9);
  font-weight: bold;
  background: var(--main-color-1);
  margin: 10px 0 15px 0;
  color: var(--main-color-10);
}
.warning-msg,
.caution-msg {
  width: 100%;
  display: block;
  margin: 10px 0;
}
.warning-msg {
  color: var(--warning);
}
.caution-msg {
  color: var(--caution);
}
.yn-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.yn-wrapper > * {
  margin: 0 4px;
}

.valid-success {
  border-bottom: 2px solid var(--success) !important;
}

.valid-fail {
  border-bottom: 2px solid var(--warning) !important;
}

input:not([type="button"]).success {
  border-bottom: 2px solid var(--success) !important;
}

input:not([type="button"]).warning {
  border-bottom: 2px solid var(--warning) !important;
}

select.success {
  border-bottom: 2px solid var(--success) !important;
}

select.warning {
  border-bottom: 2px solid var(--warning) !important;
}

textarea.success {
  border: 2px solid var(--success) !important;
}

textarea.warning {
  border: 2px solid var(--warning) !important;
}

.toastui-calendar-popup-section.toastui-calendar-section-button {
  display: none;
}
.toastui-calendar-detail-item:has(
    span.toastui-calendar-icon.toastui-calendar-ic-state-b
  ) {
  display: none;
}

.file-grid .tui-grid-layer-state-content {
  text-align: center;
  border: 2px dashed var(--main-color-3);
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  height: calc(100% - 20px);
  margin: 10px;
  position: relative;
}

.file-grid .tui-grid-layer-state-content > p {
  transform: translate(0px, -5px);
}

.file-grid .tui-grid-layer-state-content > p::before {
  width: 100%;
  height: 100%;
  background: var(--white);
  content: "+ 추가하기";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--main-color-10);
  font-weight: bolder;
  font-size: 20px;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.button-bg {
  background: var(--main-color-0);
  border-radius: 30px;
  border: 1px solid var(--main-color-10);
}

.button-bg > input[type="button"] {
  filter: brightness(0.5);
}

.f-b-5 {
  filter: brightness(0.5);
}

.toastui-calendar-see-more-container {
  height: 150px !important;
}

.chk-disabled input[type="checkbox"] + label:before {
  display: none;
}

.chk-disabled input[type="checkbox"] + label:after {
  display: none;
}

.toastui-calendar-see-more-container {
  transform: translate(-10px, -150px);
}

.zip-input {
  max-width: 50px;
}

.schedule-day + label::before,
.schedule-day + label::after {
  display: none !important;
}
.field-container .schedule-day + label {
  margin-left: 0 !important;
}
.field-container .schedule-day + label {
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid gainsboro;
  cursor: pointer;
}
.field-container .schedule-day:checked + label {
  border: 1px solid transparent;
  background: #4040ff;
  color: white;
}
.tui-datepicker-input > .tui-ico-date {
  pointer-events: none;
}
div:not(.tui-grid-header-area):not(.tui-calendar-body):not(
    .tui-grid-table-container
  )
  > table
  td:has(input):not(.tui-calendar-date)
  > div {
  gap: 15px;
}
.gukbob {
  margin-top: 15px;
}
.popup-main {
  overflow: visible !important;
}
.popup-header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.popup-main .tui-datepicker {
  /* position: revert-layer; */
}
.popup-main .field-container > div > [id^="calendar_"]:nth-child(2) {
  position: absolute !important;
}
.popup-wrapper {
  overflow: auto;
}

.notification-read {
  color: lightgray;
}

@media (max-width: 900px) {
  #menuHeaderBodyContainer_groupb:not(:has(.login-background)) > div {
    min-width: 900px;
    zoom: 0.6;
  }
}
