@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");.mainHeader[data-v-c67d6281] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  width: 100%;
  height: 54px;
  padding: 12px 18px;
  background: #333333;
  color: #FFFFFF;
}
.mainHeader .mainHeaderLeft[data-v-c67d6281] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mainHeader .mainHeaderCenter[data-v-c67d6281] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainHeader .mainHeaderRight[data-v-c67d6281] {
  display: flex;
  align-items: center;
}
.childAppActions[data-v-c67d6281] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 14px;
}
.childAppActionButton[data-v-c67d6281] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.childAppActionButton[data-v-c67d6281]:hover {
  background: rgba(255, 255, 255, 0.2);
}
.childAppActionButton .actionIcon[data-v-c67d6281] {
  width: 16px;
  height: 16px;
}
.languageSelect[data-v-c67d6281] {
  display: flex;
  margin-right: 14px;
  border-radius: 3px;
  overflow: hidden;
}
.languageSelect .languageButton[data-v-c67d6281] {
  font-size: 12px;
  line-height: 16px;
  padding: 7px 16px;
  background: #444444;
}
.tokenRemainingTime[data-v-c67d6281] {
  font-size: 10px;
  line-height: 12px;
  color: #FFFFFF;
}
.tokenReset[data-v-c67d6281] {
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
  width: 70px;
  margin-left: 12px;
  padding: 4px 14px;
  border-radius: 3px;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  background-color: #ececec;
}
.authWrap[data-v-c67d6281] {
  position: relative;
  margin-left: 12px;
}
.authWrap .authProfile[data-v-c67d6281] {
  display: flex;
  align-items: center;
}
.authWrap .authProfile .authUserName[data-v-c67d6281] {
  font-size: 18px;
  line-height: 22px;
}
.authWrap .authPopup[data-v-c67d6281] {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  min-width: 100px;
  padding: 8px 6px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.0705882353), 0 2px 2px rgba(0, 0, 0, 0.1215686275), 0 3px 1px -2px rgba(0, 0, 0, 0.1215686275);
  color: #333;
  z-index: 10;
}
.authWrap .authPopup .authPopupItem[data-v-c67d6281] {
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 3px;
}
.authWrap .authPopup .authPopupItem[data-v-c67d6281]:hover {
  background: #f0f0f0;
}
.logoutButton[data-v-c67d6281] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  width: 28px;
  height: 28px;
}
.logoutButton .logoutButtonIcon[data-v-c67d6281] {
  width: 24px;
  height: 24px;
}
.toggleWrapper[data-v-c67d6281] {
  position: relative;
  display: inline-block;
}
.toggleWrapper .asideToggle[data-v-c67d6281] {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 4px;
  transition: background 0.13s;
}
.toggleWrapper .asideToggle[data-v-c67d6281]:hover {
  background: #414141;
}
.toggleWrapper .asideToggle .hamburger[data-v-c67d6281] {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: all 0.13s;
}
.toggleWrapper .tooltip[data-v-c67d6281] {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.13s;
  z-index: 1000;
}
.toggleWrapper:hover .tooltip[data-v-c67d6281] {
  opacity: 1;
}
.logo[data-v-c67d6281] {
  display: flex;
}
.logo .logoIcon[data-v-c67d6281] {
  width: 28px;
  height: 28px;
}
.logo .logoTitle[data-v-c67d6281] {
  margin-left: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}.mainAside[data-v-acba17cb] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: none;
  width: 184px;
  height: calc(100% - 54px);
  padding: 20px 12px 12px;
  overflow: auto;
  transition: width 0.2s ease;
}
.mainAside.mini[data-v-acba17cb] {
  width: 70px;
  padding-left: 12px;
  padding-right: 12px;
}
.mainAside.mini .navItem[data-v-acba17cb] {
  width: auto;
}
.mainAside.close[data-v-acba17cb] {
  display: none;
}
.nav[data-v-acba17cb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.navTitle[data-v-acba17cb] {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  white-space: nowrap;
}
.navItem[data-v-acba17cb] {
  display: flex;
  position: relative;
  width: 160px;
  height: 48px;
  padding: 8px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 8px;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
}
.navItem:hover .bg[data-v-acba17cb] {
  opacity: 0.05;
}
.navItem.active .bg[data-v-acba17cb] {
  opacity: 0.1;
}
.navItem .icon[data-v-acba17cb] {
  font-weight: 700;
  width: 24px;
  height: 24px;
  margin: auto 8px auto 3px;
}
.navItem .title[data-v-acba17cb] {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.navItem .bg[data-v-acba17cb] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.asideFooter[data-v-acba17cb] {
  font-size: 10px;
  color: #999999;
  white-space: nowrap;
  word-break: keep-all;
}
.asideFooter .version[data-v-acba17cb] {
  white-space: nowrap;
  word-break: keep-all;
}
.divider[data-v-acba17cb] {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 8px 0;
}
.orgSelectWrapper[data-v-acba17cb] {
  margin-top: 16px;
  padding: 0 4px;
}
.orgSelect[data-v-acba17cb] {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.orgSelect[data-v-acba17cb]:hover {
  border-color: #999;
}
.orgSelect[data-v-acba17cb]:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.1);
}
.orgSelect option[data-v-acba17cb] {
  padding: 10px;
  font-size: 14px;
}.mainBody[data-v-6b526582] {
  display: flex;
  flex-direction: column;
  overflow: auto;
  gap: 24px;
  flex: 1;
  max-width: calc(100% - 70px);
  height: calc(100% - 54px);
  padding: 36px;
  background: #F4F4F4;
  transition: max-width 0.2s ease;
}
.mainBody.full-width[data-v-6b526582] {
  max-width: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  height: 100%;
  font-family: Pretendard Variable, sans-serif;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
}
ol, ul, dl, menu, blockquote, p, pre, table, figure, hr {
  margin: 0;
}
ol, ul {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
[role=button] {
  cursor: pointer;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#app, #shell-app {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.page {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.card {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 12;
  min-width: 100%;
  padding: 14px 24px;
  border-radius: 8px;
  background: #FFFFFF;
}
.card .cardHeader {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.card .cardHeader .cardTitle {
  display: flex;
  flex: 1;
  min-height: 26px;
  align-items: center;
  gap: 8px;
}
.card .cardHeader .cardTitle .title {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  font-weight: 700;
  white-space: nowrap;
}
.card .cardHeader .cardTitle .btn {
  height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}
.card .cardHeader .cardTitle .btn .btnIcon {
  width: 22px;
  height: 22px;
  margin: 0 4px 0 -4px;
}
.card .cardHeader .cardTitle .btn.point {
  color: #FFFFFF;
}
.card .cardHeader .cardTitle .btn.line {
  background-color: transparent;
  border: solid 1px #000000;
  color: #000000;
}
.card .cardHeader .cardTitle .btn:hover {
  opacity: 0.9;
}
.card .cardHeader .cardTitle .btn:disabled {
  color: #BCBCBC !important;
  border-color: #ECECEC !important;
  background-color: #ECECEC !important;
  cursor: not-allowed;
}
.card .cardHeader .cardTitle + .cardSubTitle {
  margin-top: 6px;
}
.card .cardHeader .cardSubTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .cardHeader .cardSubTitle .title {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  vertical-align: top;
  font-weight: 400;
  color: #888888;
}
.card .cardBody {
  margin-top: 14px;
}
.wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (min-width: 1401px) {
.card.col-80, .wrap.col-80 {
    flex: 8;
    min-width: calc(80% - 3px);
}
.card.col-75, .wrap.col-75 {
    flex: 7.5;
    min-width: calc(75% - 4px);
}
.card.col-70, .wrap.col-70 {
    flex: 7;
    min-width: calc(70% - 6px);
}
.card.col-60, .wrap.col-60 {
    flex: 6;
    min-width: calc(60% - 7px);
}
.card.col-50, .wrap.col-50 {
    flex: 5;
    min-width: calc(50% - 8px);
}
.card.col-40, .wrap.col-40 {
    flex: 4;
    min-width: calc(40% - 9px);
}
.card.col-30, .wrap.col-30 {
    flex: 3;
    min-width: calc(30% - 10px);
}
.card.col-25, .wrap.col-25 {
    flex: 2.5;
    min-width: calc(25% - 12px);
}
.card.col-20, .wrap.col-20 {
    flex: 2;
    min-width: calc(20% - 14px);
}
}
@media (min-width: 1024px) and (max-width: 1400px) {
.card.col-25, .wrap.col-25 {
    flex: 2.5;
    min-width: calc(50% - 12px);
}
}
.flexBetween {
  justify-content: space-between;
}
.flexStart {
  justify-content: start;
}
.flexEnd {
  justify-content: end;
}
.flexNone {
  flex: none;
}
.flexRow {
  flex-direction: row;
}
.flexCol {
  flex-direction: column;
}
.flexYCenter, .flexCenter {
  justify-content: center;
}
.flexYCenter .cardBody, .flexCenter .cardBody {
  margin-top: 0;
}
.flexXCenter, .flexCenter {
  align-items: center;
}
.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  gap: 20px;
}
.loading p {
  color: #666;
  font-size: 1rem;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.popupList {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}
.popupList .popupWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popupList .popupWrap:not(.block) {
  cursor: pointer;
}
.popupList .popupWrap .popup {
  cursor: default;
}