@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body {
  font-family: "pretendard", sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ff-en {
  font-family: "pretendard", sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1001;
}
header .header-bar {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
header .header-bar .bar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
header .header-bar .bar-brand .brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 12px;
}
header .header-bar .bar-brand .brand-title {
  font-size: 18px;
  font-weight: 500;
}
header .header-bar .bar-tray {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  margin-left: auto;
  margin-right: 8px;
}
header .header-bar .bar-tray .tray-item {
  font-size: 18px;
  padding-right: 8px;
}
header .header-bar .bar-tray .tray-item:last-child {
  padding-right: 0;
}
header .header-bar .bar-tray .tray-item i {
  font-size: 24px;
}

aside .offcanvas {
  --bs-offcanvas-width: 300px;
}
aside .drawer-profile {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 56px;
  background: #6f42c1;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
aside .drawer-profile .profile-image {
  padding: 8px;
}
aside .drawer-profile .profile-image img {
  width: 42px;
  height: 42px;
  border: 2px solid #FFF;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
aside .drawer-profile .profile-name {
  color: #FFF;
  line-height: 21px;
}
aside .drawer-profile .profile-close {
  margin-left: auto;
  padding-right: 16px;
  color: #FFF;
}
aside .drawer-menu {
  width: 100%;
}
aside .drawer-navbar {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 56px;
  border-top: 1px solid #ced4da;
}
aside .drawer-navbar .navbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-decoration: none;
  color: #212529;
  border-right: 1px solid #ced4da;
}
aside .drawer-navbar .navbar-item i {
  display: block;
  font-size: 28px;
}
aside .drawer-navbar .navbar-item:hover {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.04);
}
aside .drawer-navbar .navbar-item:last-child {
  border-right: initial !important;
}

main {
  margin-top: 56px;
  margin-bottom: 72px;
  height: 100%;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #FFF;
  z-index: 1000;
}
footer .footer-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ced4da;
  box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.08), 0 -1px 1px 0 rgba(0, 0, 0, 0.02);
}
footer .footer-navbar .navbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-decoration: none;
  color: #212529;
  padding-bottom: 8px;
}
footer .footer-navbar .navbar-item i {
  display: block;
  font-size: 28px;
}
footer .footer-navbar .navbar-item:hover {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.04);
}

.snippet {
  border-radius: 4px;
  border: 1px solid #dee2e6;
}
.snippet .snippet-example {
  padding: 16px;
}
.snippet .snippet-languages {
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
}
.snippet .snippet-content {
  background: #f6f6f6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.snippet .snippet-content pre {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.list-group-borderless {
  border-radius: 0;
}
.list-group-borderless li, .list-group-borderless button, .list-group-borderless a {
  border: 0;
}

.list-group-full {
  border-radius: 0;
}
.list-group-full .list-group-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.list-group-full .list-group-item:first {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-full .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card-full {
  border: 0;
}
.card-full button {
  font-size: 14px;
}

.bg-gray {
  background: rgba(0, 0, 0, 0.03);
}

.form-label {
  font-size: 0.875rem;
  font-weight: 600;
}

.form-check-label {
  font-size: 0.875rem;
  font-weight: 600;
}

.form-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.form-text {
  font-size: 0.875rem;
  color: #6c757d;
  --bs-text-opacity: 1;
}

.modal-title {
  font-size: 1rem;
  font-weight: 600;
}

.fs-7 {
  font-size: 0.875rem;
}

.pagination {
  justify-content: center !important;
}

ul.fancytree-container {
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  background-color: white;
  border: initial;
  min-height: 0%;
  position: relative;
}

.fancytree-title {
  font-family: "pretendard", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.table-thead {
  font-size: 0.875rem;
  font-weight: 600;
}

.pgTable {
  border: initial !important;
  width: 100% !important;
}

.pgGroupCell {
  font-size: 0.875rem;
}

.pgCell {
  font-size: 0.875rem;
}
.pgCell input {
  min-height: calc(0.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pgCell select {
  min-height: calc(0.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}/*# sourceMappingURL=styles.css.map */