@charset "UTF-8";
.sub-layout {
  display: flex;
  gap: 40px;
}

.left-menu {
  flex: 0 0 17.5rem;
  position: sticky;
  top: 0;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 900px) {
  .left-menu {
    display: none;
  }
}

.left-menu-nav {
  height: 100%;
  overflow-y: auto;
  margin-top: 2.625rem;
}
.left-menu-nav .left-menu-title {
  padding: 2rem 0;
  border-bottom: 1px solid #b1b3b3;
}
.left-menu-nav .left-menu-title .left-menu-title-text {
  color: #1e2124;
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 0.625rem;
}
@media (max-width: 900px) {
  .left-menu-nav .left-menu-title .left-menu-title-text {
    font-size: 1.25rem;
  }
}
.left-menu-nav .menu-section {
  border-bottom: 1px solid #e5e8eb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.left-menu-nav .menu-section.is-active .menu-section-title {
  border-bottom: 3px solid var(--color-primary-pr07, #244874);
  background: var(--color-action-secondary-selected, #eef2f7);
  box-sizing: border-box;
}
.left-menu-nav .menu-section.is-active .menu-section-title .menu-title-text {
  color: var(--color-primary-pr08, #18304d);
}
.left-menu-nav .menu-section.is-active .menu-section-title:hover::after {
  display: none;
}
.left-menu-nav .menu-section.is-active .menu-section-title:hover.direct-link {
  background: #ecf2f9;
}
.left-menu-nav .menu-section:last-child {
  border-bottom: none;
}
.left-menu-nav .menu-section .menu-section-title {
  width: 100%;
  min-height: 58px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 16px 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.left-menu-nav .menu-section .menu-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--color-primary-pr07, #244874);
  transition: width 0.3s ease-out;
}
.left-menu-nav .menu-section .menu-section-title:hover {
  background: #f3f4f6;
  color: #3c79c2;
}
.left-menu-nav .menu-section .menu-section-title:hover::after {
  width: 100%;
}
.left-menu-nav .menu-section .menu-section-title.expanded {
  background: var(--color-action-secondary-selected, #eef2f7);
}
.left-menu-nav .menu-section .menu-section-title.expanded::after {
  width: 100%;
}
.left-menu-nav .menu-section .menu-section-title.expanded .menu-title-text {
  color: var(--color-primary-pr08, #18304d);
}
.left-menu-nav .menu-section .menu-section-title.expanded .menu-arrow {
  transform: rotate(180deg);
}
.left-menu-nav .menu-section .menu-section-title.active, .left-menu-nav .menu-section .menu-section-title.direct-link.active {
  background: #ecf2f9;
  color: #3c79c2;
}
.left-menu-nav .menu-section .menu-section-title.active::after, .left-menu-nav .menu-section .menu-section-title.direct-link.active::after {
  width: 100%;
}
.left-menu-nav .menu-section .menu-section-title.direct-link {
  text-decoration: none;
}
.left-menu-nav .menu-section .menu-section-title.direct-link:hover {
  background: #f3f4f6;
  color: #3c79c2;
}
.left-menu-nav .menu-section .menu-section-title .menu-title-text {
  flex: 1;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1e2124;
}
.left-menu-nav .menu-section .menu-section-title .menu-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease-out;
}
.left-menu-nav .menu-section .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.12s cubic-bezier(0.6, 0, 1, 1), opacity 0.08s ease-in, visibility 0s linear 0.12s;
  background: #ffffff;
  width: 100%;
}
.left-menu-nav .menu-section .menu-list.expanded {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  margin: 10px 0;
  transition: max-height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s ease-out 0.1s, visibility 0s linear 0s;
}
.left-menu-nav .menu-section .menu-list:not(.expanding) {
  will-change: auto;
}
.left-menu-nav .menu-section .menu-list .menu-item {
  width: 100%;
  margin-bottom: 5px;
}
.left-menu-nav .menu-section .menu-list .menu-item:last-child {
  margin-bottom: 0;
}
.left-menu-nav .menu-section .menu-list .menu-item.is-active .menu-link {
  background: #d8e4f3;
  outline: none;
  border: none;
}
.left-menu-nav .menu-section .menu-list .menu-item.is-active .menu-link span {
  font-weight: 700;
}
.left-menu-nav .menu-section .menu-list .menu-item .menu-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1rem 1.25rem 1rem 2.5rem;
  color: #111827;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.0625rem;
  line-height: 1;
  transition: all 0.2s ease-out;
  background: #ffffff;
  position: relative;
  border-radius: 0.375rem;
}
.left-menu-nav .menu-section .menu-list .menu-item .menu-link::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #323333;
}
.left-menu-nav .menu-section .menu-list .menu-item .menu-link:hover {
  background: #ecf2f9;
}
.left-menu-nav .menu-section .menu-list .menu-item .menu-link:active {
  background: #d8e4f3;
  outline: none;
  border: none;
}
.left-menu-nav .menu-section .menu-list .menu-item .menu-link.selected, .left-menu-nav .menu-section .menu-list .menu-item .menu-link.active {
  background: #ecf2f9;
  color: #18304d;
}
.left-menu-nav .menu-section .menu-list .menu-item .menu-link.selected .menu-link-text, .left-menu-nav .menu-section .menu-list .menu-item .menu-link.active .menu-link-text {
  font-weight: 700;
}

.left-menu-nav::-webkit-scrollbar {
  width: 4px;
}
.left-menu-nav::-webkit-scrollbar-track {
  background: transparent;
}
.left-menu-nav::-webkit-scrollbar-thumb {
  background: #cdd1d5;
  border-radius: 2px;
}
.left-menu-nav::-webkit-scrollbar-thumb:hover {
  background: #b2b8bd;
}

.breadcrumb {
  margin-top: 2.625rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 900px) {
  .breadcrumb {
    margin-top: 1.25rem;
    margin-bottom: 1rem;
  }
}
.breadcrumb .breadcrumb-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb .breadcrumb-home-icon {
  color: #3c79c2;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  filter: invert(22%) sepia(20%) saturate(1888%) hue-rotate(173deg) brightness(103%) contrast(88%);
}
.breadcrumb .breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25rem;
}
.breadcrumb .breadcrumb-list .breadcrumb-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link {
  color: #4B4D4D;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border-radius: 0.25rem;
  padding: 0rem 0.25rem;
}
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link:hover {
  background-color: rgba(60, 121, 194, 0.08);
}
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link:focus {
  outline-offset: 1px;
  outline: 1px solid #3C79C2;
}
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-current {
  color: #4B4D4D;
  font-weight: 600;
  padding: 0rem 0.25rem;
  border-bottom: 1px solid #4B4D4D;
}
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-separator {
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.125rem;
}
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-separator svg {
  width: 0.375rem;
  height: 0.625rem;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .breadcrumb {
    margin-bottom: 1rem;
    padding: 0.75rem 0;
  }
  .breadcrumb .breadcrumb-container {
    padding: 0 1rem;
    gap: 0.375rem;
  }
  .breadcrumb .breadcrumb-home-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .breadcrumb .breadcrumb-list {
    gap: 0.125rem;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item {
    font-size: 0.875rem;
    gap: 0.375rem;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link,
  .breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-current {
    padding: 0.125rem 0.25rem;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-separator {
    margin: 0 0.0625rem;
  }
  .breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-separator svg {
    width: 0.3125rem;
    height: 0.5rem;
  }
}
@media (max-width: 900px) {
  .breadcrumb .breadcrumb-container {
    padding: 0 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link {
    transition: none;
  }
}

.breadcrumb .breadcrumb-list .breadcrumb-item {
  max-width: 12.5rem;
}
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-link,
.breadcrumb .breadcrumb-list .breadcrumb-item .breadcrumb-current {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 900px) {
  .breadcrumb .breadcrumb-list .breadcrumb-item {
    max-width: 7.5rem;
  }
}
.ui-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.5rem;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  box-sizing: border-box;
  white-space: nowrap;
  outline: none;
}
.ui-button:focus-visible {
  outline: 2px solid #3c79c2;
  outline-offset: 2px;
}
.ui-button:disabled, .ui-button[aria-disabled=true], .ui-button--disabled {
  color: #6d7882;
  background: #cdd1d5;
  border-color: #cdd1d5;
  cursor: not-allowed;
  pointer-events: none;
}
.ui-button--xsmall {
  padding: 0.25rem 0.625rem;
  font-size: 15px;
  height: 2rem;
  border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .ui-button--xsmall {
    padding: 0.375rem 0.625rem;
    font-size: 0.6875rem;
    height: 2rem;
  }
}
.ui-button--small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  height: 2.5rem;
  border-radius: 0.375rem;
}
@media (max-width: 900px) {
  .ui-button--small {
    padding: 0.4375rem 0.875rem;
    font-size: 0.8125rem;
    height: 2.25rem;
  }
}
.ui-button--medium {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  height: 3rem;
  border-radius: 0.375rem;
}
@media (max-width: 900px) {
  .ui-button--medium {
    padding: 0.625rem 1.125rem;
    font-size: 0.9375rem;
    height: 2.625rem;
  }
}
.ui-button--large {
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  height: 3.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 900px) {
  .ui-button--large {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
    height: 3rem;
  }
}
.ui-button--xlarge {
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  height: 4rem;
  border-radius: 0.5rem;
}
@media (max-width: 900px) {
  .ui-button--xlarge {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    height: 3.25rem;
  }
}
.ui-button--primary {
  background: #3c79c2;
  color: #ffffff;
  border-color: #3c79c2;
}
.ui-button--primary:hover:not(:disabled):not([aria-disabled=true]):not(.ui-button--disabled) {
  background: #0b50d0;
  border-color: #0b50d0;
}
.ui-button--primary:active {
  background: #083891;
  border-color: #083891;
}
.ui-button--darkBlue {
  background: #244874;
  color: #ffffff;
  border-color: #244874;
}
.ui-button--darkBlue:hover:not(:disabled):not([aria-disabled=true]):not(.ui-button--disabled) {
  background: #1a3555;
}
.ui-button--darkBlue:active {
  background: #142940;
}
.ui-button--green {
  border-radius: var(--radius-medium2, 6px);
  border: 1px solid var(--color-point-green-gn-40, #007e33);
  background: var(--color-point-green-gn-5, #ecf9f1);
  color: #007e33;
}
.ui-button--gray {
  background: #7d8181;
  color: #ffffff;
  border-color: #7d8181;
}
.ui-button--darkGray {
  background: #4b4d4d;
  color: #ffffff;
  border-color: #4b4d4d;
}
.ui-button--darkGray:hover:not(:disabled):not([aria-disabled=true]):not(.ui-button--disabled) {
  background: #3a3c3c;
}
.ui-button--darkGray:active {
  background: #2a2c2c;
  border-color: #2a2c2c;
}
.ui-button--ghost {
  background: transparent;
  color: #244874;
}
.ui-button--ghost:hover:not(:disabled):not([aria-disabled=true]):not(.ui-button--disabled) {
  background: #ecf2fe;
  color: #244874;
}
.ui-button--secondary {
  background: #ecf2fe;
  color: #3c79c2;
  border-color: #3c79c2;
}
.ui-button--secondary:hover:not(:disabled):not([aria-disabled=true]):not(.ui-button--disabled) {
  background: #d8e5fd;
}
.ui-button--secondary:active {
  background: #b1cefb;
}
.ui-button--tertiary {
  background: #fff;
  color: #6b7280;
  border-color: #6b7280;
}
.ui-button--tertiary:hover:not(:disabled):not([aria-disabled=true]):not(.ui-button--disabled) {
  background: #f4f5f6;
}
.ui-button--tertiary:active {
  background: #e6e8ea;
}
.ui-button--text {
  background: transparent;
  color: #3c79c2;
  border-color: transparent;
}
.ui-button--text:hover:not(:disabled):not([aria-disabled=true]):not(.ui-button--disabled) {
  background: #eef2f7;
}
.ui-button--text:active {
  background: #d6e0eb;
}
.ui-button--icon-only {
  aspect-ratio: 1;
}
.ui-button--icon-only.ui-button--xsmall {
  padding: 0.5rem;
}
@media (max-width: 900px) {
  .ui-button--icon-only.ui-button--xsmall {
    padding: 0.375rem;
  }
}
.ui-button--icon-only.ui-button--small {
  padding: 0.75rem;
}
@media (max-width: 900px) {
  .ui-button--icon-only.ui-button--small {
    padding: 0.3125rem 0.625rem;
  }
}
.ui-button--icon-only.ui-button--medium {
  padding: 0.875rem;
}
@media (max-width: 900px) {
  .ui-button--icon-only.ui-button--medium {
    padding: 0.75rem;
  }
}
.ui-button--icon-only.ui-button--large {
  padding: 1.125rem;
}
@media (max-width: 900px) {
  .ui-button--icon-only.ui-button--large {
    padding: 1rem;
  }
}
.ui-button--icon-only.ui-button--xlarge {
  padding: 1.25rem;
}
@media (max-width: 900px) {
  .ui-button--icon-only.ui-button--xlarge {
    padding: 1.125rem;
  }
}
.ui-button--loading {
  pointer-events: none;
}
.ui-button--loading .ui-button__text,
.ui-button--loading .ui-button__icon {
  opacity: 0;
}
.ui-button__spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-button__spinner-icon {
  color: currentColor;
  width: 1rem;
  height: 1rem;
}
.ui-button--large .ui-button__spinner-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.ui-button--xlarge .ui-button__spinner-icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 900px) {
  .ui-button--large .ui-button__spinner-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
  .ui-button--xlarge .ui-button__spinner-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.ui-button__text {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-button--icon-only .ui-button__text {
  display: none;
}
.ui-button__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-button__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ui-button__icon--left {
  order: -1;
}
.ui-button__icon--right {
  order: 1;
}
.ui-button--xsmall .ui-button__icon {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 900px) {
  .ui-button--xsmall .ui-button__icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.ui-button--small .ui-button__icon {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 900px) {
  .ui-button--small .ui-button__icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.ui-button--medium .ui-button__icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 900px) {
  .ui-button--medium .ui-button__icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.ui-button--large .ui-button__icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 900px) {
  .ui-button--large .ui-button__icon {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.ui-button--xlarge .ui-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 900px) {
  .ui-button--xlarge .ui-button__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.ui-button[href] {
  display: inline-flex;
}

.ui-table-wrapper {
  margin-top: 1.875rem;
  width: 100%;
  border-bottom: 1px solid #cdd1d5;
}
@media (max-width: 900px) {
  .ui-table-wrapper {
    margin-top: 0.75rem;
    border-radius: 0;
    border-left: none;
    border-right: none;
    overflow-x: auto;
  }
}
.ui-table-wrapper--sticky .ui-table__head {
  position: sticky;
  top: -1px;
  z-index: 10;
  background: #f9fafb;
}
.ui-table-wrapper--sticky .ui-table__head::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #d1d5db;
}

.ui-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media (max-width: 900px) {
  .ui-table {
    table-layout: fixed;
    min-width: 600px;
  }
}
.ui-table__caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.ui-table__head {
  background: #edf1f1;
  border-top: 2px solid #004d80;
  border-bottom: 1px solid #cdd1d5;
}
.ui-table__row--body {
  min-height: 3.125rem;
  border-bottom: 1px solid #cdd1d5;
  transition: background-color 0.2s ease;
  background: #ffffff;
}
@media (max-width: 900px) {
  .ui-table__row--body {
    min-height: 3rem;
  }
}
.ui-table__row--body:hover {
  background: #f9fafb;
}
.ui-table__row--body:last-child {
  border-bottom: none;
}
.ui-table__cell {
  padding: 0.75rem 0rem !important;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .ui-table__cell {
    padding: 0.5rem 0rem;
  }
}
.ui-table__cell:last-child {
  border-right: none;
}
.ui-table__cell--head {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
  height: 2.75rem;
  line-height: 1.5;
  background: #edf1f1;
}
@media (max-width: 900px) {
  .ui-table__cell--head {
    font-size: 0.875rem;
    height: 2.5rem;
    padding: 0.375rem 0.25rem;
  }
}
.ui-table__cell--head:last-child {
  border-right: none;
}
.ui-table__cell--body {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #464c53;
  padding: 0.75rem 1rem;
  line-height: 1.5;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}
@media (max-width: 900px) {
  .ui-table__cell--body {
    font-size: 0.875rem;
    padding: 0.5rem 0.375rem;
  }
}
.ui-table__cell--checkbox {
  text-align: center;
  padding: 0.5rem 0.75rem;
}
@media (max-width: 900px) {
  .ui-table__cell--checkbox {
    padding: 0.25rem;
  }
}
.ui-table__cell--index {
  text-align: center;
}
.ui-table__cell--action {
  text-align: center;
}
.ui-table__cell--sortable {
  cursor: pointer;
  user-select: none;
}
.ui-table__cell--sortable:hover {
  background: #f3f4f6;
}
.ui-table__cell-content {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 1.5rem;
  width: 100%;
}
@media (max-width: 900px) {
  .ui-table__cell-content {
    gap: 0.125rem;
    min-height: 1.25rem;
  }
}
.ui-table__cell-content--left {
  justify-content: flex-start;
}
.ui-table__cell-content--center {
  justify-content: center;
}
.ui-table__cell-content--right {
  justify-content: flex-end;
}
.ui-table__checkbox {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  accent-color: #3c79c2;
}
@media (max-width: 900px) {
  .ui-table__checkbox {
    width: 1rem;
    height: 1rem;
  }
}
.ui-table__sort-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: none;
  border: none;
  padding: 0.125rem;
  cursor: pointer;
  color: #9ca3af;
  transition: color 0.2s ease;
  border-radius: 0.125rem;
}
.ui-table__sort-btn:hover {
  color: #3c79c2;
  background: #f9fafb;
}
.ui-table__sort-icon {
  display: none;
  width: 0.625rem;
  height: 0.625rem;
}
@media (max-width: 900px) {
  .ui-table__sort-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.ui-table__badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0.625rem 0.875rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 0.1875rem;
  font-size: 1.0625rem;
  font-weight: bold !important;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .ui-table__badge {
    font-size: 0.75rem;
    padding: 0.125rem 0.25rem;
  }
}
.ui-table__badge--취소완료 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #d7424e;
  line-height: 1;
  background: #fbeced;
  border: 1px solid #d7424e;
}
.ui-table__badge--대출완료 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #244874;
  line-height: 1;
  background: #ecf2f9;
  border: 1px solid #244874;
}
.ui-table__badge--접수대기 {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #4b4d4d;
  line-height: 1;
  background: #f1f2f2;
  border: 1px solid #4b4d4d;
}
.ui-table__badge--\[동춘\]일반자료실 {
  background: #e6f2fa;
  color: #0071ba;
  border: 1px solid #8ac3e8;
}
.ui-table__badge--상호대차 {
  background: #fff8ee;
  color: #e4ab4c;
  border: 1px solid #fde0b0;
}
.ui-table__badge--전체 {
  background: #f9fafb;
  color: #374151;
  border: 1px solid #e5e7eb;
}
.ui-table__badge--비치중 {
  background: #f9fafb;
  color: #228738;
  border: 1px solid #e5e7eb;
}
.ui-table__badge--대출중 {
  background: #fef2f2;
  color: #d14836;
  border: 1px solid #fdd5d2;
}
.ui-table__badge--예약가능 {
  background: #e6f2fa;
  color: #244874;
  border: 1px solid #8ac3e8;
}
.ui-table__badge--전체 {
  background: transparent;
  border: none;
  color: #008f37;
  font-weight: 500;
}
.ui-table__badge--연수꿈담 {
  background: transparent;
  border: none;
  color: #a3cf62;
  font-weight: 500;
}
.ui-table__badge--송도국제 {
  background: transparent;
  color: #F2CC3D;
  font-weight: 500;
}
.ui-table__badge--청학 {
  background: transparent;
  color: #7fa7d7;
  font-weight: 500;
}
.ui-table__badge--누리공원 {
  background: transparent;
  color: #7b19d7;
  font-weight: 500;
}
.ui-table__badge--해돋이 {
  background: transparent;
  color: #ef6601;
  font-weight: 500;
}
.ui-table__badge--해찬솔공원 {
  background: transparent;
  color: #189ba7;
  font-weight: 500;
}
.ui-table__badge--선학별빛 {
  background: transparent;
  color: #ffacc1;
  font-weight: 500;
}
.ui-table__badge--전체 {
  background: transparent;
  border: none;
  color: #008f37;
  font-weight: 500;
}
.ui-table__badge--연수꿈담 {
  background: transparent;
  border: none;
  color: #a3cf62;
  font-weight: 500;
}
.ui-table__badge--송도국제 {
  background: transparent;
  color: #F2CC3D;
  font-weight: 500;
}
.ui-table__badge--청학 {
  background: transparent;
  color: #7fa7d7;
  font-weight: 500;
}
.ui-table__badge--누리공원 {
  background: transparent;
  color: #7b19d7;
  font-weight: 500;
}
.ui-table__badge--해돋이 {
  background: transparent;
  color: #ef6601;
  font-weight: 500;
}
.ui-table__badge--해찬솔공원 {
  background: transparent;
  color: #189ba7;
  font-weight: 500;
}
.ui-table__badge--선학별빛 {
  background: transparent;
  color: #ffacc1;
  font-weight: 500;
}
.ui-table__badge--전체 {
  background: transparent;
  border: none;
  color: #008f37;
  font-weight: 500;
}
.ui-table__badge--연수꿈담 {
  background: transparent;
  border: none;
  color: #a3cf62;
  font-weight: 500;
}
.ui-table__badge--송도국제 {
  background: transparent;
  color: #F2CC3D;
  font-weight: 500;
}
.ui-table__badge--청학 {
  background: transparent;
  color: #7fa7d7;
  font-weight: 500;
}
.ui-table__badge--누리공원 {
  background: transparent;
  color: #7b19d7;
  font-weight: 500;
}
.ui-table__badge--해돋이 {
  background: transparent;
  color: #ef6601;
  font-weight: 500;
}
.ui-table__badge--해찬솔공원 {
  background: transparent;
  color: #189ba7;
  font-weight: 500;
}
.ui-table__badge--선학별빛 {
  background: transparent;
  color: #ffacc1;
  font-weight: 500;
}
.ui-table__badge--000000 {
  background: transparent;
  border: none;
  color: #008f37;
  font-weight: 500;
}
.ui-table__badge--128121 {
  background: transparent;
  color: #F2CC3D;
  font-weight: 500;
}
.ui-table__badge--128005 {
  background: transparent;
  color: #4ade80;
  font-weight: 500;
}
.ui-table__badge--128058 {
  background: transparent;
  color: #7fa7d7;
  font-weight: 500;
}
.ui-table__badge--128115 {
  background: transparent;
  color: #a3cf62;
  font-weight: 500;
}
.ui-table__badge--128047 {
  background: transparent;
  color: #a855f7;
  font-weight: 500;
}
.ui-table__badge--128099 {
  background: transparent;
  color: #ef6601;
  font-weight: 500;
}
.ui-table__badge--128104 {
  background: transparent;
  color: #ffacc1;
  font-weight: 500;
}
.ui-table__badge--128108 {
  background: transparent;
  color: #06b6d4;
  font-weight: 500;
}
.ui-table__badge--128109 {
  background: transparent;
  color: #f59e0b;
  font-weight: 500;
}
.ui-table__badge--128038 {
  background: transparent;
  color: #10b981;
  font-weight: 500;
}
.ui-table__badge--128011 {
  background: transparent;
  color: #8b5cf6;
  font-weight: 500;
}
.ui-table__badge--128100 {
  background: transparent;
  color: #f97316;
  font-weight: 500;
}
.ui-table__badge--128086 {
  background: transparent;
  color: #ec4899;
  font-weight: 500;
}
.ui-table__badge--728143 {
  background: transparent;
  color: #14b8a6;
  font-weight: 500;
}
.ui-table__badge--728211 {
  background: transparent;
  color: #84cc16;
  font-weight: 500;
}
.ui-table__badge--128082 {
  background: transparent;
  color: #6366f1;
  font-weight: 500;
}
.ui-table__badge--728210 {
  background: transparent;
  color: #d946ef;
  font-weight: 500;
}
.ui-table__badge--728220 {
  background: transparent;
  color: #189ba7;
  font-weight: 500;
}
.ui-table__badge--728222 {
  background: transparent;
  color: #7b19d7;
  font-weight: 500;
}
.ui-table__badge--912345 {
  background: transparent;
  color: #22d3ee;
  font-weight: 500;
}
.ui-table__badge--912346 {
  background: transparent;
  color: #fb7185;
  font-weight: 500;
}
.ui-table__badge--912347 {
  background: transparent;
  color: #34d399;
  font-weight: 500;
}
.ui-table__badge--912348 {
  background: transparent;
  color: #fbbf24;
  font-weight: 500;
}
.ui-table__badge--예약하기 {
  background: #3c79c2;
  color: #ffffff;
  border: 1px solid #3c79c2;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 900px) {
  .ui-table__badge--예약하기 {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}
.ui-table__badge--예약하기:hover {
  background: #063a74;
  border-color: #063a74;
}
.ui-table__badge--new {
  background: #8ccb67;
  color: #ffffff;
  margin-left: 0.25rem;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 0.1875rem 0.6875rem;
  border-radius: 0.25rem;
  line-height: 1;
  text-align: center;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .ui-table__badge--new {
    font-size: 0.75rem;
    padding: 0.125rem 0.25rem;
    margin-left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.ui-table__title-wrapper {
  display: flex;
  justify-content: inherit;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}
.ui-table__lock-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: #d3ebfd;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ui-table__lock-icon svg {
  width: 1rem;
  height: 1rem;
  fill: #18304d;
}
.ui-table__title-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  color: #374151;
  text-decoration: none;
  transition: color 0.2s ease;
  width: 100%;
  justify-content: inherit;
}
@media (max-width: 900px) {
  .ui-table__title-link {
    gap: 0.125rem;
  }
}
.ui-table__title-link:hover {
  color: #3c79c2;
  text-decoration: underline;
}
.ui-table__title-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  width: 100%;
  justify-content: inherit;
}
@media (max-width: 900px) {
  .ui-table__title-content {
    gap: 0.125rem;
  }
}
.ui-table__title-text {
  font-weight: 400;
  font-size: 1.0625rem;
  color: #464c53;
  line-height: 1.5;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  text-align: left;
}
@media (max-width: 900px) {
  .ui-table__title-text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.ui-table__text {
  font-size: 1rem;
  font-weight: 400;
  color: #464c53;
  line-height: 1.5;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  word-break: keep-all;
}
.ui-book-card .ui-table__text {
  text-align: center;
}

.ui-table__text--left {
  text-align: left !important;
}
.ui-table__text .bold {
  font-size: 1rem;
  font-weight: 700;
  color: 1.5;
  line-height: 1;
  color: #4b4d4d;
}
.ui-table__text--link {
  text-decoration: none;
  color: #464c53;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.ui-table__text--link:hover {
  color: #3c79c2;
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
.ui-table__text--multiline {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 2.8em;
}
@media (max-width: 900px) {
  .ui-table__text {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
.ui-table__text--code {
  font-family: "Courier New", monospace;
  font-size: 0.6875rem;
  color: #6b7280;
  letter-spacing: -0.02em;
}
@media (max-width: 900px) {
  .ui-table__text--code {
    font-size: 0.75rem;
  }
}
.ui-table__empty {
  padding: 2.5rem 1.25rem;
  text-align: center;
  border-top: 1px solid #d1d5db;
}
@media (max-width: 900px) {
  .ui-table__empty {
    padding: 1.5rem 1rem;
  }
}
.ui-table__empty-text {
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0;
}
@media (max-width: 900px) {
  .ui-table__empty-text {
    font-size: 0.875rem;
  }
}
.ui-table__button {
  padding: 0.5rem 0.875rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #111827;
}
@media (max-width: 900px) {
  .ui-table__button {
    padding: 0.25rem 0.625rem;
    font-size: 0.875rem;
  }
}
.ui-table__button--default {
  border: 1px solid #6b7280;
  background: transparent;
}
.ui-table__button--default:hover {
  background: #6b7280;
  color: #ffffff;
}
.ui-table__button:disabled {
  background: #e5e7eb;
  color: #6b7280;
  cursor: not-allowed;
}
.ui-table__button-group {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  align-items: center;
  justify-content: inherit;
}
@media (max-width: 900px) {
  .ui-table__button-group {
    gap: 0.375rem;
  }
}
.ui-table__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (max-width: 900px) {
  .ui-table__icon {
    font-size: 1rem;
  }
}
.ui-table__icon:hover {
  color: #3c79c2;
}
.ui-table__icon.icon-sm {
  font-size: 0.875rem;
}
@media (max-width: 900px) {
  .ui-table__icon.icon-sm {
    font-size: 0.875rem;
  }
}
.ui-table__icon.icon-md {
  font-size: 1rem;
}
@media (max-width: 900px) {
  .ui-table__icon.icon-md {
    font-size: 1rem;
  }
}
.ui-table__icon.icon-lg {
  font-size: 1.125rem;
}
@media (max-width: 900px) {
  .ui-table__icon.icon-lg {
    font-size: 1.125rem;
  }
}
.ui-table__col--checkbox {
  width: 3rem;
}
@media (max-width: 900px) {
  .ui-table__col--checkbox {
    width: 2.5rem;
  }
}
.ui-table__col--index {
  width: 5rem;
}
@media (max-width: 900px) {
  .ui-table__col--index {
    width: 3.75rem;
  }
}
.ui-table__col--status {
  width: 7rem;
}
@media (max-width: 900px) {
  .ui-table__col--status {
    width: 6.25rem;
  }
}

.ui-table-wrapper--text-left .ui-table__text {
  text-align: left !important;
}

.ui-table-wrapper.table-max-height-1 {
  max-height: 1px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-2 {
  max-height: 2px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-3 {
  max-height: 3px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-4 {
  max-height: 4px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-5 {
  max-height: 5px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-6 {
  max-height: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-7 {
  max-height: 7px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-8 {
  max-height: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-9 {
  max-height: 9px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-10 {
  max-height: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-11 {
  max-height: 11px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-12 {
  max-height: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-13 {
  max-height: 13px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-14 {
  max-height: 14px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-15 {
  max-height: 15px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-16 {
  max-height: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-17 {
  max-height: 17px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-18 {
  max-height: 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-19 {
  max-height: 19px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-20 {
  max-height: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-21 {
  max-height: 21px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-22 {
  max-height: 22px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-23 {
  max-height: 23px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-24 {
  max-height: 24px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-25 {
  max-height: 25px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-26 {
  max-height: 26px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-27 {
  max-height: 27px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-28 {
  max-height: 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-29 {
  max-height: 29px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-30 {
  max-height: 30px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-31 {
  max-height: 31px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-32 {
  max-height: 32px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-33 {
  max-height: 33px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-34 {
  max-height: 34px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-35 {
  max-height: 35px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-36 {
  max-height: 36px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-37 {
  max-height: 37px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-38 {
  max-height: 38px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-39 {
  max-height: 39px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-40 {
  max-height: 40px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-41 {
  max-height: 41px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-42 {
  max-height: 42px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-43 {
  max-height: 43px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-44 {
  max-height: 44px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-45 {
  max-height: 45px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-46 {
  max-height: 46px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-47 {
  max-height: 47px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-48 {
  max-height: 48px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-49 {
  max-height: 49px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-50 {
  max-height: 50px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-51 {
  max-height: 51px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-52 {
  max-height: 52px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-53 {
  max-height: 53px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-54 {
  max-height: 54px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-55 {
  max-height: 55px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-56 {
  max-height: 56px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-57 {
  max-height: 57px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-58 {
  max-height: 58px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-59 {
  max-height: 59px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-60 {
  max-height: 60px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-61 {
  max-height: 61px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-62 {
  max-height: 62px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-63 {
  max-height: 63px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-64 {
  max-height: 64px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-65 {
  max-height: 65px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-66 {
  max-height: 66px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-67 {
  max-height: 67px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-68 {
  max-height: 68px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-69 {
  max-height: 69px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-70 {
  max-height: 70px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-71 {
  max-height: 71px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-72 {
  max-height: 72px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-73 {
  max-height: 73px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-74 {
  max-height: 74px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-75 {
  max-height: 75px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-76 {
  max-height: 76px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-77 {
  max-height: 77px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-78 {
  max-height: 78px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-79 {
  max-height: 79px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-80 {
  max-height: 80px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-81 {
  max-height: 81px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-82 {
  max-height: 82px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-83 {
  max-height: 83px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-84 {
  max-height: 84px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-85 {
  max-height: 85px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-86 {
  max-height: 86px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-87 {
  max-height: 87px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-88 {
  max-height: 88px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-89 {
  max-height: 89px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-90 {
  max-height: 90px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-91 {
  max-height: 91px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-92 {
  max-height: 92px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-93 {
  max-height: 93px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-94 {
  max-height: 94px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-95 {
  max-height: 95px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-96 {
  max-height: 96px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-97 {
  max-height: 97px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-98 {
  max-height: 98px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-99 {
  max-height: 99px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-100 {
  max-height: 100px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-101 {
  max-height: 101px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-102 {
  max-height: 102px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-103 {
  max-height: 103px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-104 {
  max-height: 104px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-105 {
  max-height: 105px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-106 {
  max-height: 106px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-107 {
  max-height: 107px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-108 {
  max-height: 108px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-109 {
  max-height: 109px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-110 {
  max-height: 110px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-111 {
  max-height: 111px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-112 {
  max-height: 112px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-113 {
  max-height: 113px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-114 {
  max-height: 114px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-115 {
  max-height: 115px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-116 {
  max-height: 116px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-117 {
  max-height: 117px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-118 {
  max-height: 118px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-119 {
  max-height: 119px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-120 {
  max-height: 120px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-121 {
  max-height: 121px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-122 {
  max-height: 122px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-123 {
  max-height: 123px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-124 {
  max-height: 124px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-125 {
  max-height: 125px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-126 {
  max-height: 126px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-127 {
  max-height: 127px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-128 {
  max-height: 128px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-129 {
  max-height: 129px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-130 {
  max-height: 130px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-131 {
  max-height: 131px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-132 {
  max-height: 132px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-133 {
  max-height: 133px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-134 {
  max-height: 134px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-135 {
  max-height: 135px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-136 {
  max-height: 136px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-137 {
  max-height: 137px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-138 {
  max-height: 138px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-139 {
  max-height: 139px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-140 {
  max-height: 140px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-141 {
  max-height: 141px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-142 {
  max-height: 142px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-143 {
  max-height: 143px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-144 {
  max-height: 144px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-145 {
  max-height: 145px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-146 {
  max-height: 146px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-147 {
  max-height: 147px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-148 {
  max-height: 148px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-149 {
  max-height: 149px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-150 {
  max-height: 150px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-151 {
  max-height: 151px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-152 {
  max-height: 152px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-153 {
  max-height: 153px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-154 {
  max-height: 154px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-155 {
  max-height: 155px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-156 {
  max-height: 156px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-157 {
  max-height: 157px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-158 {
  max-height: 158px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-159 {
  max-height: 159px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-160 {
  max-height: 160px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-161 {
  max-height: 161px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-162 {
  max-height: 162px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-163 {
  max-height: 163px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-164 {
  max-height: 164px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-165 {
  max-height: 165px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-166 {
  max-height: 166px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-167 {
  max-height: 167px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-168 {
  max-height: 168px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-169 {
  max-height: 169px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-170 {
  max-height: 170px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-171 {
  max-height: 171px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-172 {
  max-height: 172px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-173 {
  max-height: 173px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-174 {
  max-height: 174px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-175 {
  max-height: 175px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-176 {
  max-height: 176px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-177 {
  max-height: 177px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-178 {
  max-height: 178px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-179 {
  max-height: 179px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-180 {
  max-height: 180px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-181 {
  max-height: 181px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-182 {
  max-height: 182px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-183 {
  max-height: 183px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-184 {
  max-height: 184px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-185 {
  max-height: 185px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-186 {
  max-height: 186px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-187 {
  max-height: 187px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-188 {
  max-height: 188px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-189 {
  max-height: 189px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-190 {
  max-height: 190px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-191 {
  max-height: 191px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-192 {
  max-height: 192px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-193 {
  max-height: 193px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-194 {
  max-height: 194px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-195 {
  max-height: 195px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-196 {
  max-height: 196px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-197 {
  max-height: 197px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-198 {
  max-height: 198px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-199 {
  max-height: 199px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-200 {
  max-height: 200px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-201 {
  max-height: 201px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-202 {
  max-height: 202px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-203 {
  max-height: 203px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-204 {
  max-height: 204px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-205 {
  max-height: 205px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-206 {
  max-height: 206px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-207 {
  max-height: 207px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-208 {
  max-height: 208px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-209 {
  max-height: 209px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-210 {
  max-height: 210px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-211 {
  max-height: 211px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-212 {
  max-height: 212px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-213 {
  max-height: 213px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-214 {
  max-height: 214px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-215 {
  max-height: 215px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-216 {
  max-height: 216px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-217 {
  max-height: 217px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-218 {
  max-height: 218px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-219 {
  max-height: 219px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-220 {
  max-height: 220px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-221 {
  max-height: 221px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-222 {
  max-height: 222px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-223 {
  max-height: 223px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-224 {
  max-height: 224px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-225 {
  max-height: 225px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-226 {
  max-height: 226px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-227 {
  max-height: 227px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-228 {
  max-height: 228px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-229 {
  max-height: 229px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-230 {
  max-height: 230px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-231 {
  max-height: 231px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-232 {
  max-height: 232px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-233 {
  max-height: 233px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-234 {
  max-height: 234px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-235 {
  max-height: 235px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-236 {
  max-height: 236px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-237 {
  max-height: 237px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-238 {
  max-height: 238px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-239 {
  max-height: 239px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-240 {
  max-height: 240px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-241 {
  max-height: 241px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-242 {
  max-height: 242px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-243 {
  max-height: 243px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-244 {
  max-height: 244px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-245 {
  max-height: 245px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-246 {
  max-height: 246px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-247 {
  max-height: 247px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-248 {
  max-height: 248px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-249 {
  max-height: 249px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-250 {
  max-height: 250px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-251 {
  max-height: 251px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-252 {
  max-height: 252px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-253 {
  max-height: 253px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-254 {
  max-height: 254px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-255 {
  max-height: 255px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-256 {
  max-height: 256px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-257 {
  max-height: 257px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-258 {
  max-height: 258px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-259 {
  max-height: 259px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-260 {
  max-height: 260px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-261 {
  max-height: 261px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-262 {
  max-height: 262px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-263 {
  max-height: 263px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-264 {
  max-height: 264px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-265 {
  max-height: 265px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-266 {
  max-height: 266px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-267 {
  max-height: 267px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-268 {
  max-height: 268px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-269 {
  max-height: 269px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-270 {
  max-height: 270px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-271 {
  max-height: 271px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-272 {
  max-height: 272px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-273 {
  max-height: 273px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-274 {
  max-height: 274px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-275 {
  max-height: 275px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-276 {
  max-height: 276px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-277 {
  max-height: 277px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-278 {
  max-height: 278px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-279 {
  max-height: 279px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-280 {
  max-height: 280px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-281 {
  max-height: 281px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-282 {
  max-height: 282px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-283 {
  max-height: 283px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-284 {
  max-height: 284px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-285 {
  max-height: 285px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-286 {
  max-height: 286px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-287 {
  max-height: 287px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-288 {
  max-height: 288px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-289 {
  max-height: 289px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-290 {
  max-height: 290px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-291 {
  max-height: 291px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-292 {
  max-height: 292px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-293 {
  max-height: 293px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-294 {
  max-height: 294px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-295 {
  max-height: 295px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-296 {
  max-height: 296px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-297 {
  max-height: 297px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-298 {
  max-height: 298px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-299 {
  max-height: 299px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-300 {
  max-height: 300px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-301 {
  max-height: 301px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-302 {
  max-height: 302px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-303 {
  max-height: 303px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-304 {
  max-height: 304px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-305 {
  max-height: 305px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-306 {
  max-height: 306px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-307 {
  max-height: 307px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-308 {
  max-height: 308px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-309 {
  max-height: 309px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-310 {
  max-height: 310px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-311 {
  max-height: 311px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-312 {
  max-height: 312px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-313 {
  max-height: 313px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-314 {
  max-height: 314px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-315 {
  max-height: 315px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-316 {
  max-height: 316px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-317 {
  max-height: 317px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-318 {
  max-height: 318px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-319 {
  max-height: 319px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-320 {
  max-height: 320px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-321 {
  max-height: 321px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-322 {
  max-height: 322px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-323 {
  max-height: 323px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-324 {
  max-height: 324px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-325 {
  max-height: 325px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-326 {
  max-height: 326px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-327 {
  max-height: 327px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-328 {
  max-height: 328px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-329 {
  max-height: 329px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-330 {
  max-height: 330px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-331 {
  max-height: 331px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-332 {
  max-height: 332px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-333 {
  max-height: 333px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-334 {
  max-height: 334px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-335 {
  max-height: 335px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-336 {
  max-height: 336px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-337 {
  max-height: 337px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-338 {
  max-height: 338px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-339 {
  max-height: 339px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-340 {
  max-height: 340px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-341 {
  max-height: 341px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-342 {
  max-height: 342px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-343 {
  max-height: 343px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-344 {
  max-height: 344px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-345 {
  max-height: 345px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-346 {
  max-height: 346px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-347 {
  max-height: 347px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-348 {
  max-height: 348px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-349 {
  max-height: 349px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-350 {
  max-height: 350px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-351 {
  max-height: 351px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-352 {
  max-height: 352px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-353 {
  max-height: 353px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-354 {
  max-height: 354px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-355 {
  max-height: 355px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-356 {
  max-height: 356px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-357 {
  max-height: 357px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-358 {
  max-height: 358px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-359 {
  max-height: 359px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-360 {
  max-height: 360px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-361 {
  max-height: 361px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-362 {
  max-height: 362px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-363 {
  max-height: 363px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-364 {
  max-height: 364px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-365 {
  max-height: 365px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-366 {
  max-height: 366px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-367 {
  max-height: 367px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-368 {
  max-height: 368px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-369 {
  max-height: 369px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-370 {
  max-height: 370px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-371 {
  max-height: 371px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-372 {
  max-height: 372px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-373 {
  max-height: 373px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-374 {
  max-height: 374px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-375 {
  max-height: 375px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-376 {
  max-height: 376px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-377 {
  max-height: 377px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-378 {
  max-height: 378px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-379 {
  max-height: 379px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-380 {
  max-height: 380px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-381 {
  max-height: 381px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-382 {
  max-height: 382px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-383 {
  max-height: 383px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-384 {
  max-height: 384px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-385 {
  max-height: 385px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-386 {
  max-height: 386px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-387 {
  max-height: 387px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-388 {
  max-height: 388px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-389 {
  max-height: 389px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-390 {
  max-height: 390px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-391 {
  max-height: 391px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-392 {
  max-height: 392px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-393 {
  max-height: 393px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-394 {
  max-height: 394px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-395 {
  max-height: 395px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-396 {
  max-height: 396px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-397 {
  max-height: 397px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-398 {
  max-height: 398px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-399 {
  max-height: 399px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-400 {
  max-height: 400px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-401 {
  max-height: 401px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-402 {
  max-height: 402px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-403 {
  max-height: 403px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-404 {
  max-height: 404px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-405 {
  max-height: 405px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-406 {
  max-height: 406px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-407 {
  max-height: 407px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-408 {
  max-height: 408px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-409 {
  max-height: 409px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-410 {
  max-height: 410px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-411 {
  max-height: 411px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-412 {
  max-height: 412px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-413 {
  max-height: 413px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-414 {
  max-height: 414px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-415 {
  max-height: 415px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-416 {
  max-height: 416px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-417 {
  max-height: 417px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-418 {
  max-height: 418px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-419 {
  max-height: 419px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-420 {
  max-height: 420px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-421 {
  max-height: 421px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-422 {
  max-height: 422px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-423 {
  max-height: 423px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-424 {
  max-height: 424px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-425 {
  max-height: 425px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-426 {
  max-height: 426px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-427 {
  max-height: 427px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-428 {
  max-height: 428px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-429 {
  max-height: 429px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-430 {
  max-height: 430px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-431 {
  max-height: 431px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-432 {
  max-height: 432px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-433 {
  max-height: 433px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-434 {
  max-height: 434px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-435 {
  max-height: 435px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-436 {
  max-height: 436px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-437 {
  max-height: 437px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-438 {
  max-height: 438px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-439 {
  max-height: 439px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-440 {
  max-height: 440px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-441 {
  max-height: 441px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-442 {
  max-height: 442px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-443 {
  max-height: 443px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-444 {
  max-height: 444px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-445 {
  max-height: 445px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-446 {
  max-height: 446px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-447 {
  max-height: 447px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-448 {
  max-height: 448px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-449 {
  max-height: 449px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-450 {
  max-height: 450px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-451 {
  max-height: 451px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-452 {
  max-height: 452px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-453 {
  max-height: 453px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-454 {
  max-height: 454px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-455 {
  max-height: 455px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-456 {
  max-height: 456px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-457 {
  max-height: 457px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-458 {
  max-height: 458px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-459 {
  max-height: 459px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-460 {
  max-height: 460px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-461 {
  max-height: 461px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-462 {
  max-height: 462px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-463 {
  max-height: 463px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-464 {
  max-height: 464px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-465 {
  max-height: 465px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-466 {
  max-height: 466px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-467 {
  max-height: 467px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-468 {
  max-height: 468px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-469 {
  max-height: 469px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-470 {
  max-height: 470px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-471 {
  max-height: 471px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-472 {
  max-height: 472px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-473 {
  max-height: 473px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-474 {
  max-height: 474px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-475 {
  max-height: 475px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-476 {
  max-height: 476px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-477 {
  max-height: 477px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-478 {
  max-height: 478px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-479 {
  max-height: 479px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-480 {
  max-height: 480px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-481 {
  max-height: 481px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-482 {
  max-height: 482px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-483 {
  max-height: 483px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-484 {
  max-height: 484px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-485 {
  max-height: 485px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-486 {
  max-height: 486px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-487 {
  max-height: 487px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-488 {
  max-height: 488px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-489 {
  max-height: 489px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-490 {
  max-height: 490px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-491 {
  max-height: 491px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-492 {
  max-height: 492px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-493 {
  max-height: 493px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-494 {
  max-height: 494px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-495 {
  max-height: 495px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-496 {
  max-height: 496px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-497 {
  max-height: 497px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-498 {
  max-height: 498px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-499 {
  max-height: 499px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-500 {
  max-height: 500px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-501 {
  max-height: 501px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-502 {
  max-height: 502px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-503 {
  max-height: 503px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-504 {
  max-height: 504px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-505 {
  max-height: 505px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-506 {
  max-height: 506px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-507 {
  max-height: 507px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-508 {
  max-height: 508px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-509 {
  max-height: 509px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-510 {
  max-height: 510px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-511 {
  max-height: 511px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-512 {
  max-height: 512px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-513 {
  max-height: 513px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-514 {
  max-height: 514px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-515 {
  max-height: 515px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-516 {
  max-height: 516px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-517 {
  max-height: 517px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-518 {
  max-height: 518px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-519 {
  max-height: 519px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-520 {
  max-height: 520px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-521 {
  max-height: 521px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-522 {
  max-height: 522px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-523 {
  max-height: 523px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-524 {
  max-height: 524px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-525 {
  max-height: 525px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-526 {
  max-height: 526px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-527 {
  max-height: 527px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-528 {
  max-height: 528px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-529 {
  max-height: 529px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-530 {
  max-height: 530px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-531 {
  max-height: 531px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-532 {
  max-height: 532px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-533 {
  max-height: 533px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-534 {
  max-height: 534px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-535 {
  max-height: 535px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-536 {
  max-height: 536px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-537 {
  max-height: 537px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-538 {
  max-height: 538px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-539 {
  max-height: 539px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-540 {
  max-height: 540px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-541 {
  max-height: 541px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-542 {
  max-height: 542px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-543 {
  max-height: 543px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-544 {
  max-height: 544px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-545 {
  max-height: 545px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-546 {
  max-height: 546px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-547 {
  max-height: 547px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-548 {
  max-height: 548px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-549 {
  max-height: 549px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-550 {
  max-height: 550px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-551 {
  max-height: 551px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-552 {
  max-height: 552px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-553 {
  max-height: 553px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-554 {
  max-height: 554px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-555 {
  max-height: 555px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-556 {
  max-height: 556px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-557 {
  max-height: 557px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-558 {
  max-height: 558px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-559 {
  max-height: 559px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-560 {
  max-height: 560px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-561 {
  max-height: 561px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-562 {
  max-height: 562px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-563 {
  max-height: 563px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-564 {
  max-height: 564px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-565 {
  max-height: 565px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-566 {
  max-height: 566px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-567 {
  max-height: 567px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-568 {
  max-height: 568px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-569 {
  max-height: 569px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-570 {
  max-height: 570px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-571 {
  max-height: 571px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-572 {
  max-height: 572px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-573 {
  max-height: 573px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-574 {
  max-height: 574px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-575 {
  max-height: 575px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-576 {
  max-height: 576px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-577 {
  max-height: 577px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-578 {
  max-height: 578px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-579 {
  max-height: 579px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-580 {
  max-height: 580px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-581 {
  max-height: 581px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-582 {
  max-height: 582px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-583 {
  max-height: 583px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-584 {
  max-height: 584px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-585 {
  max-height: 585px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-586 {
  max-height: 586px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-587 {
  max-height: 587px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-588 {
  max-height: 588px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-589 {
  max-height: 589px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-590 {
  max-height: 590px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-591 {
  max-height: 591px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-592 {
  max-height: 592px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-593 {
  max-height: 593px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-594 {
  max-height: 594px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-595 {
  max-height: 595px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-596 {
  max-height: 596px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-597 {
  max-height: 597px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-598 {
  max-height: 598px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-599 {
  max-height: 599px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-600 {
  max-height: 600px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-601 {
  max-height: 601px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-602 {
  max-height: 602px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-603 {
  max-height: 603px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-604 {
  max-height: 604px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-605 {
  max-height: 605px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-606 {
  max-height: 606px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-607 {
  max-height: 607px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-608 {
  max-height: 608px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-609 {
  max-height: 609px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-610 {
  max-height: 610px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-611 {
  max-height: 611px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-612 {
  max-height: 612px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-613 {
  max-height: 613px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-614 {
  max-height: 614px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-615 {
  max-height: 615px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-616 {
  max-height: 616px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-617 {
  max-height: 617px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-618 {
  max-height: 618px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-619 {
  max-height: 619px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-620 {
  max-height: 620px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-621 {
  max-height: 621px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-622 {
  max-height: 622px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-623 {
  max-height: 623px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-624 {
  max-height: 624px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-625 {
  max-height: 625px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-626 {
  max-height: 626px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-627 {
  max-height: 627px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-628 {
  max-height: 628px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-629 {
  max-height: 629px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-630 {
  max-height: 630px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-631 {
  max-height: 631px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-632 {
  max-height: 632px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-633 {
  max-height: 633px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-634 {
  max-height: 634px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-635 {
  max-height: 635px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-636 {
  max-height: 636px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-637 {
  max-height: 637px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-638 {
  max-height: 638px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-639 {
  max-height: 639px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-640 {
  max-height: 640px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-641 {
  max-height: 641px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-642 {
  max-height: 642px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-643 {
  max-height: 643px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-644 {
  max-height: 644px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-645 {
  max-height: 645px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-646 {
  max-height: 646px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-647 {
  max-height: 647px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-648 {
  max-height: 648px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-649 {
  max-height: 649px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-650 {
  max-height: 650px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-651 {
  max-height: 651px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-652 {
  max-height: 652px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-653 {
  max-height: 653px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-654 {
  max-height: 654px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-655 {
  max-height: 655px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-656 {
  max-height: 656px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-657 {
  max-height: 657px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-658 {
  max-height: 658px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-659 {
  max-height: 659px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-660 {
  max-height: 660px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-661 {
  max-height: 661px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-662 {
  max-height: 662px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-663 {
  max-height: 663px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-664 {
  max-height: 664px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-665 {
  max-height: 665px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-666 {
  max-height: 666px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-667 {
  max-height: 667px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-668 {
  max-height: 668px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-669 {
  max-height: 669px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-670 {
  max-height: 670px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-671 {
  max-height: 671px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-672 {
  max-height: 672px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-673 {
  max-height: 673px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-674 {
  max-height: 674px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-675 {
  max-height: 675px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-676 {
  max-height: 676px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-677 {
  max-height: 677px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-678 {
  max-height: 678px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-679 {
  max-height: 679px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-680 {
  max-height: 680px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-681 {
  max-height: 681px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-682 {
  max-height: 682px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-683 {
  max-height: 683px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-684 {
  max-height: 684px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-685 {
  max-height: 685px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-686 {
  max-height: 686px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-687 {
  max-height: 687px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-688 {
  max-height: 688px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-689 {
  max-height: 689px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-690 {
  max-height: 690px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-691 {
  max-height: 691px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-692 {
  max-height: 692px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-693 {
  max-height: 693px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-694 {
  max-height: 694px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-695 {
  max-height: 695px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-696 {
  max-height: 696px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-697 {
  max-height: 697px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-698 {
  max-height: 698px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-699 {
  max-height: 699px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-700 {
  max-height: 700px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-701 {
  max-height: 701px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-702 {
  max-height: 702px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-703 {
  max-height: 703px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-704 {
  max-height: 704px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-705 {
  max-height: 705px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-706 {
  max-height: 706px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-707 {
  max-height: 707px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-708 {
  max-height: 708px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-709 {
  max-height: 709px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-710 {
  max-height: 710px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-711 {
  max-height: 711px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-712 {
  max-height: 712px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-713 {
  max-height: 713px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-714 {
  max-height: 714px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-715 {
  max-height: 715px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-716 {
  max-height: 716px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-717 {
  max-height: 717px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-718 {
  max-height: 718px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-719 {
  max-height: 719px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-720 {
  max-height: 720px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-721 {
  max-height: 721px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-722 {
  max-height: 722px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-723 {
  max-height: 723px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-724 {
  max-height: 724px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-725 {
  max-height: 725px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-726 {
  max-height: 726px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-727 {
  max-height: 727px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-728 {
  max-height: 728px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-729 {
  max-height: 729px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-730 {
  max-height: 730px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-731 {
  max-height: 731px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-732 {
  max-height: 732px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-733 {
  max-height: 733px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-734 {
  max-height: 734px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-735 {
  max-height: 735px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-736 {
  max-height: 736px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-737 {
  max-height: 737px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-738 {
  max-height: 738px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-739 {
  max-height: 739px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-740 {
  max-height: 740px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-741 {
  max-height: 741px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-742 {
  max-height: 742px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-743 {
  max-height: 743px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-744 {
  max-height: 744px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-745 {
  max-height: 745px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-746 {
  max-height: 746px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-747 {
  max-height: 747px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-748 {
  max-height: 748px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-749 {
  max-height: 749px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-750 {
  max-height: 750px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-751 {
  max-height: 751px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-752 {
  max-height: 752px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-753 {
  max-height: 753px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-754 {
  max-height: 754px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-755 {
  max-height: 755px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-756 {
  max-height: 756px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-757 {
  max-height: 757px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-758 {
  max-height: 758px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-759 {
  max-height: 759px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-760 {
  max-height: 760px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-761 {
  max-height: 761px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-762 {
  max-height: 762px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-763 {
  max-height: 763px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-764 {
  max-height: 764px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-765 {
  max-height: 765px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-766 {
  max-height: 766px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-767 {
  max-height: 767px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-768 {
  max-height: 768px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-769 {
  max-height: 769px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-770 {
  max-height: 770px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-771 {
  max-height: 771px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-772 {
  max-height: 772px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-773 {
  max-height: 773px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-774 {
  max-height: 774px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-775 {
  max-height: 775px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-776 {
  max-height: 776px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-777 {
  max-height: 777px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-778 {
  max-height: 778px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-779 {
  max-height: 779px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-780 {
  max-height: 780px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-781 {
  max-height: 781px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-782 {
  max-height: 782px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-783 {
  max-height: 783px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-784 {
  max-height: 784px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-785 {
  max-height: 785px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-786 {
  max-height: 786px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-787 {
  max-height: 787px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-788 {
  max-height: 788px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-789 {
  max-height: 789px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-790 {
  max-height: 790px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-791 {
  max-height: 791px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-792 {
  max-height: 792px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-793 {
  max-height: 793px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-794 {
  max-height: 794px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-795 {
  max-height: 795px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-796 {
  max-height: 796px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-797 {
  max-height: 797px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-798 {
  max-height: 798px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-799 {
  max-height: 799px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-800 {
  max-height: 800px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-801 {
  max-height: 801px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-802 {
  max-height: 802px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-803 {
  max-height: 803px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-804 {
  max-height: 804px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-805 {
  max-height: 805px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-806 {
  max-height: 806px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-807 {
  max-height: 807px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-808 {
  max-height: 808px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-809 {
  max-height: 809px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-810 {
  max-height: 810px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-811 {
  max-height: 811px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-812 {
  max-height: 812px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-813 {
  max-height: 813px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-814 {
  max-height: 814px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-815 {
  max-height: 815px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-816 {
  max-height: 816px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-817 {
  max-height: 817px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-818 {
  max-height: 818px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-819 {
  max-height: 819px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-820 {
  max-height: 820px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-821 {
  max-height: 821px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-822 {
  max-height: 822px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-823 {
  max-height: 823px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-824 {
  max-height: 824px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-825 {
  max-height: 825px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-826 {
  max-height: 826px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-827 {
  max-height: 827px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-828 {
  max-height: 828px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-829 {
  max-height: 829px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-830 {
  max-height: 830px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-831 {
  max-height: 831px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-832 {
  max-height: 832px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-833 {
  max-height: 833px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-834 {
  max-height: 834px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-835 {
  max-height: 835px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-836 {
  max-height: 836px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-837 {
  max-height: 837px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-838 {
  max-height: 838px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-839 {
  max-height: 839px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-840 {
  max-height: 840px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-841 {
  max-height: 841px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-842 {
  max-height: 842px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-843 {
  max-height: 843px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-844 {
  max-height: 844px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-845 {
  max-height: 845px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-846 {
  max-height: 846px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-847 {
  max-height: 847px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-848 {
  max-height: 848px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-849 {
  max-height: 849px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-850 {
  max-height: 850px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-851 {
  max-height: 851px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-852 {
  max-height: 852px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-853 {
  max-height: 853px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-854 {
  max-height: 854px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-855 {
  max-height: 855px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-856 {
  max-height: 856px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-857 {
  max-height: 857px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-858 {
  max-height: 858px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-859 {
  max-height: 859px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-860 {
  max-height: 860px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-861 {
  max-height: 861px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-862 {
  max-height: 862px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-863 {
  max-height: 863px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-864 {
  max-height: 864px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-865 {
  max-height: 865px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-866 {
  max-height: 866px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-867 {
  max-height: 867px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-868 {
  max-height: 868px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-869 {
  max-height: 869px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-870 {
  max-height: 870px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-871 {
  max-height: 871px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-872 {
  max-height: 872px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-873 {
  max-height: 873px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-874 {
  max-height: 874px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-875 {
  max-height: 875px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-876 {
  max-height: 876px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-877 {
  max-height: 877px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-878 {
  max-height: 878px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-879 {
  max-height: 879px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-880 {
  max-height: 880px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-881 {
  max-height: 881px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-882 {
  max-height: 882px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-883 {
  max-height: 883px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-884 {
  max-height: 884px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-885 {
  max-height: 885px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-886 {
  max-height: 886px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-887 {
  max-height: 887px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-888 {
  max-height: 888px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-889 {
  max-height: 889px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-890 {
  max-height: 890px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-891 {
  max-height: 891px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-892 {
  max-height: 892px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-893 {
  max-height: 893px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-894 {
  max-height: 894px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-895 {
  max-height: 895px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-896 {
  max-height: 896px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-897 {
  max-height: 897px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-898 {
  max-height: 898px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-899 {
  max-height: 899px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-900 {
  max-height: 900px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-901 {
  max-height: 901px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-902 {
  max-height: 902px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-903 {
  max-height: 903px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-904 {
  max-height: 904px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-905 {
  max-height: 905px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-906 {
  max-height: 906px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-907 {
  max-height: 907px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-908 {
  max-height: 908px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-909 {
  max-height: 909px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-910 {
  max-height: 910px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-911 {
  max-height: 911px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-912 {
  max-height: 912px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-913 {
  max-height: 913px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-914 {
  max-height: 914px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-915 {
  max-height: 915px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-916 {
  max-height: 916px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-917 {
  max-height: 917px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-918 {
  max-height: 918px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-919 {
  max-height: 919px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-920 {
  max-height: 920px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-921 {
  max-height: 921px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-922 {
  max-height: 922px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-923 {
  max-height: 923px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-924 {
  max-height: 924px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-925 {
  max-height: 925px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-926 {
  max-height: 926px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-927 {
  max-height: 927px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-928 {
  max-height: 928px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-929 {
  max-height: 929px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-930 {
  max-height: 930px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-931 {
  max-height: 931px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-932 {
  max-height: 932px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-933 {
  max-height: 933px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-934 {
  max-height: 934px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-935 {
  max-height: 935px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-936 {
  max-height: 936px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-937 {
  max-height: 937px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-938 {
  max-height: 938px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-939 {
  max-height: 939px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-940 {
  max-height: 940px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-941 {
  max-height: 941px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-942 {
  max-height: 942px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-943 {
  max-height: 943px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-944 {
  max-height: 944px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-945 {
  max-height: 945px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-946 {
  max-height: 946px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-947 {
  max-height: 947px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-948 {
  max-height: 948px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-949 {
  max-height: 949px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-950 {
  max-height: 950px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-951 {
  max-height: 951px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-952 {
  max-height: 952px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-953 {
  max-height: 953px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-954 {
  max-height: 954px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-955 {
  max-height: 955px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-956 {
  max-height: 956px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-957 {
  max-height: 957px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-958 {
  max-height: 958px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-959 {
  max-height: 959px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-960 {
  max-height: 960px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-961 {
  max-height: 961px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-962 {
  max-height: 962px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-963 {
  max-height: 963px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-964 {
  max-height: 964px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-965 {
  max-height: 965px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-966 {
  max-height: 966px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-967 {
  max-height: 967px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-968 {
  max-height: 968px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-969 {
  max-height: 969px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-970 {
  max-height: 970px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-971 {
  max-height: 971px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-972 {
  max-height: 972px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-973 {
  max-height: 973px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-974 {
  max-height: 974px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-975 {
  max-height: 975px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-976 {
  max-height: 976px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-977 {
  max-height: 977px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-978 {
  max-height: 978px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-979 {
  max-height: 979px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-980 {
  max-height: 980px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-981 {
  max-height: 981px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-982 {
  max-height: 982px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-983 {
  max-height: 983px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-984 {
  max-height: 984px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-985 {
  max-height: 985px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-986 {
  max-height: 986px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-987 {
  max-height: 987px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-988 {
  max-height: 988px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-989 {
  max-height: 989px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-990 {
  max-height: 990px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-991 {
  max-height: 991px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-992 {
  max-height: 992px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-993 {
  max-height: 993px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-994 {
  max-height: 994px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-995 {
  max-height: 995px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-996 {
  max-height: 996px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-997 {
  max-height: 997px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-998 {
  max-height: 998px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-999 {
  max-height: 999px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-table-wrapper.table-max-height-1000 {
  max-height: 1000px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ui-event-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-event-table__border-top {
  background-color: #3c79c2;
  height: 2px;
  width: 100%;
}
.ui-event-table__row {
  display: flex;
  width: 100%;
}
.ui-event-table__cell {
  background-color: white;
  border: 1px solid #cbcccc;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.75rem;
  padding: 0.75rem 1rem;
  position: relative;
}
.ui-event-table__cell--category {
  border-left: none;
  min-width: 5rem;
  width: 12.5rem;
}
.ui-event-table__cell--description {
  min-width: 5rem;
  width: 24.9rem;
}
.ui-event-table__cell--image {
  border-right: none;
  flex-grow: 1;
  min-width: 5rem;
}
.ui-event-table__cell-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.ui-event-table__cell--category .ui-event-table__cell-content {
  text-align: center;
}
.ui-event-table__cell--description .ui-event-table__cell-content {
  align-items: center;
  justify-content: center;
}
.ui-event-table__cell--image .ui-event-table__cell-content {
  align-items: center;
  justify-content: flex-start;
}
.ui-event-table__description {
  align-items: flex-start;
  display: flex;
  gap: 0.25rem;
  width: 100%;
}
.ui-event-table__icon {
  color: #4b4d4d;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.ui-event-table__icon svg {
  height: 100%;
  width: 100%;
}
.ui-event-table__text {
  color: #4b4d4d;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: keep-all;
}
.ui-event-table__text p {
  line-height: 1.5;
  margin: 0;
}
.ui-event-table__text p:not(:last-child) {
  margin-bottom: 0;
}
.ui-event-table__cell--category .ui-event-table__text {
  text-align: center;
  width: 100%;
}
.ui-event-table__cell--category .ui-event-table__text p {
  line-height: 1.5;
}
.ui-event-table__image {
  height: 12.125rem;
  overflow: hidden;
  position: relative;
  width: 21.5625rem;
}
.ui-event-table__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 900px) {
  .ui-event-table__row {
    flex-direction: column;
  }
  .ui-event-table__cell {
    padding: 12px 16px;
    width: 100%;
  }
  .ui-event-table__cell--category, .ui-event-table__cell--description, .ui-event-table__cell--image {
    border-left: 1px solid #cbcccc;
    border-right: 1px solid #cbcccc;
    width: 100%;
  }
  .ui-event-table__cell--category {
    border-bottom: none;
  }
  .ui-event-table__cell--image {
    border-bottom: 1px solid #cbcccc;
  }
  .ui-event-table__text {
    font-size: 15px;
  }
  .ui-event-table__image {
    height: 200px;
    width: 100%;
  }
}

.ui-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ui-pagination__container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  .ui-pagination__container {
    gap: 0.25rem;
  }
}
.ui-pagination__pages {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  .ui-pagination__pages {
    gap: 0rem;
  }
}
.ui-pagination__button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0 0.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5;
  transition: all 0.2s ease;
  cursor: pointer;
}
.ui-pagination__button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 900px) {
  .ui-pagination__button {
    min-width: 2.25rem;
    height: 2.25rem;
    font-size: 0.9375rem;
    border-radius: 0.25rem;
  }
}
.ui-pagination__button--prev, .ui-pagination__button--next {
  padding: 0 0.5rem 0 0.25rem;
  color: #374151;
  background-color: transparent;
}
@media (max-width: 900px) {
  .ui-pagination__button--prev, .ui-pagination__button--next {
    padding: 0 0.375rem;
  }
}
.ui-pagination__button--prev:hover:not(:disabled), .ui-pagination__button--next:hover:not(:disabled) {
  background-color: #f3f4f6;
  color: #111827;
}
.ui-pagination__button--prev svg, .ui-pagination__button--next svg {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 900px) {
  .ui-pagination__button--prev svg, .ui-pagination__button--next svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (max-width: 900px) {
  .ui-pagination__button--prev span, .ui-pagination__button--next span {
    display: none;
  }
}
.ui-pagination__button--next {
  padding: 0 0.25rem 0 0.5rem;
}
@media (max-width: 900px) {
  .ui-pagination__button--next {
    padding: 0 0.375rem;
  }
}
.ui-pagination__button--page {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 0.375rem;
}
@media (max-width: 900px) {
  .ui-pagination__button--page {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.25rem;
  }
}
.ui-pagination__button--page span {
  font-weight: 500;
  line-height: 1;
}
.ui-pagination__button--inactive {
  background-color: transparent;
  color: #374151;
}
.ui-pagination__button--inactive:hover:not(:disabled) {
  background-color: #f3f4f6;
  color: #111827;
}
.ui-pagination__button--active {
  background-color: #063a74;
  color: #ffffff;
}
.ui-pagination__button--active span {
  font-weight: 700;
  color: #ffffff;
}
.ui-pagination__button--active:hover {
  background-color: #3c79c2;
}
.ui-pagination__button--disabled {
  color: #9ca3af;
  cursor: not-allowed;
}
.ui-pagination__button--disabled:hover {
  background-color: transparent;
  color: #9ca3af;
}
.ui-pagination__button--disabled svg {
  color: #9ca3af;
}
.ui-pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #6b7280;
}
@media (max-width: 900px) {
  .ui-pagination__ellipsis {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.ui-pagination__ellipsis svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 900px) {
  .ui-pagination__ellipsis svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}

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

.pagination-left {
  justify-content: flex-start;
}

.pagination-right {
  justify-content: flex-end;
}

.pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 0.9375rem;
}
@media (max-width: 900px) {
  .pagination-section {
    padding: 1rem 0;
    margin-top: 0.75rem;
  }
}

.ui-tab__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 768px) {
  .ui-tab__list {
    gap: 0.625rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .ui-tab__list::-webkit-scrollbar {
    display: none;
  }
}
.ui-tab--grid .ui-tab__list {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 4), minmax(0, 1fr));
  gap: 0.75rem;
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .ui-tab--grid .ui-tab__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
.ui-tab--grid .ui-tab__button {
  width: 100%;
  min-width: 0;
  justify-content: flex-start;
  padding: 0 0.75rem;
  overflow: hidden;
  font-size: 0.875rem;
  height: auto;
  min-height: 3rem;
  padding: 0.5rem 0.75rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .ui-tab--grid .ui-tab__button {
    font-size: 1rem;
  }
}
.ui-tab--grid .ui-tab__button .ui-tab__label {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: none;
  min-width: 0;
}
.ui-tab--grid .ui-tab__button .ui-tab__count {
  flex-shrink: 0;
  margin-left: 0.25rem;
}
.ui-tab__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  position: relative;
  color: #7d8181;
  text-align: center;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 3.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.ui-tab__button:focus {
  outline-offset: 2px;
}
.ui-tab__button--active {
  color: #244874;
  border-bottom: 0.25rem solid #244874;
}
.ui-tab__button--active::after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fcc975;
  border-radius: 50%;
  flex-shrink: 0;
}
.ui-tab__button:disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ui-tab__button:disabled:hover {
  color: #ccc;
  border-bottom: none;
}
.ui-tab__button:disabled:hover::after {
  display: none;
}
@media (max-width: 768px) {
  .ui-tab__button {
    font-size: 1.2rem;
    height: 2.5rem;
  }
  .ui-tab__button:hover::after, .ui-tab__button--active::after {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.ui-tab-panel {
  display: none;
}
.ui-tab-panel--active {
  display: block;
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.subtab-container {
  width: 100%;
}
@media (max-width: 900px) {
  .subtab-container {
    padding: 0;
  }
}
.subtab-container .subtab-list {
  display: flex;
  padding: 0.75rem;
  padding-bottom: 5px;
  background: #f1f2f2;
  border-radius: 0.25rem;
  overflow-x: auto;
  margin-bottom: 1.5rem;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: scrollbar;
}
.subtab-container .subtab-list::-webkit-scrollbar {
  display: block;
  height: 5px;
}
.subtab-container .subtab-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.subtab-container .subtab-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.subtab-container .subtab-list::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 900px) {
  .subtab-container .subtab-list {
    margin-bottom: 16px;
  }
}
.subtab-container .subtab-item {
  flex: 1 0 auto;
  background: #fff;
  min-width: 7.5rem;
  height: 3.5rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #464c53;
  border: none;
  border-bottom: 2px solid #b1b8be;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.5px;
}
.subtab-container .subtab-item:hover {
  color: #052b57;
  border-bottom: 4px solid #063a74;
}
.subtab-container .subtab-item.active {
  color: #052b57;
  border-bottom: 4px solid #063a74;
}
@media (max-width: 900px) {
  .subtab-container .subtab-item {
    min-width: auto;
    height: 44px;
    font-size: 15px;
    padding: 6px;
    flex-shrink: 0;
  }
}
.subtab-container.library-directions-subtab .subtab-item {
  flex: 1 1 50%;
  height: auto;
  min-height: 3.5rem;
  padding: 0.75rem 1rem;
  white-space: normal;
  word-break: keep-all;
  font-size: 18px;
}
@media (max-width: 900px) {
  .subtab-container.library-directions-subtab .subtab-item {
    flex: 1 1 50%;
    min-height: 44px;
    padding: 8px;
    font-size: 13px;
  }
}
.subtab-container .subtab-content {
  width: 100%;
  background: #ffffff;
  border-radius: 0.25rem;
}
.subtab-container .subtab-content .content-panel {
  display: none;
  width: 100%;
}
.subtab-container .subtab-content .content-panel.active {
  display: block;
}

.ui-nav-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 0.75rem;
  background: #ffffff;
  border: 1px solid #d1d5db;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
@media (max-width: 900px) {
  .ui-nav-button {
    border-radius: 12px;
  }
}
.ui-nav-button .icon,
.ui-nav-button i[class*=icon] {
  color: #6b7280;
  transition: color 0.2s ease;
}
.ui-nav-button--primary {
  background: #3c79c2;
  border: 1px solid #3c79c2;
}
.ui-nav-button--primary .icon,
.ui-nav-button--primary i[class*=icon],
.ui-nav-button--primary i[class*=icon-arr],
.ui-nav-button--primary i[class*=icon-stop] {
  color: #ffffff !important;
}
.ui-nav-button--primary:hover:not(:disabled) {
  background: #3396d6;
  border-color: #3396d6;
}
.ui-nav-button--primary:hover:not(:disabled) .icon,
.ui-nav-button--primary:hover:not(:disabled) i[class*=icon] {
  color: #ffffff !important;
}
.ui-nav-button--primary:active:not(:disabled) .icon,
.ui-nav-button--primary:active:not(:disabled) i[class*=icon] {
  color: #ffffff !important;
}
.ui-nav-button--primary:focus .icon,
.ui-nav-button--primary:focus i[class*=icon] {
  color: #ffffff !important;
}
.ui-nav-button--white {
  border-radius: 6.25rem;
  border: 1px solid #d1d5db;
  background: #ffffff;
}
@media (max-width: 900px) {
  .ui-nav-button--white {
    border-radius: 100px;
  }
}
.ui-nav-button--white:hover:not(:disabled) {
  background: #f3f4f6;
  border-color: #6b7280;
}
.ui-nav-button:hover:not(:disabled) {
  border-color: #6b7280;
  background: #244874;
}
.ui-nav-button:hover:not(:disabled) .icon,
.ui-nav-button:hover:not(:disabled) i[class*=icon] {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.ui-nav-button:focus {
  outline: 0.125rem solid #3c79c2;
  outline-offset: 0.125rem;
}
@media (max-width: 900px) {
  .ui-nav-button:focus {
    outline: 2px solid #3c79c2;
    outline-offset: 2px;
  }
}
.ui-nav-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ui-nav-button:disabled .icon,
.ui-nav-button:disabled i[class*=icon] {
  color: #6b7280 !important;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-white {
  filter: brightness(0) invert(1);
}

.icon-primary {
  filter: invert(37%) sepia(99%) saturate(676%) hue-rotate(192deg) brightness(95%) contrast(95%);
}

.icon-md {
  width: 32px;
  height: 32px;
}
@media (max-width: 900px) {
  .icon-md {
    width: 24px !important;
    height: 24px !important;
  }
}

.icon-xxxsm {
  width: 14px !important;
  height: 14px !important;
}
@media (max-width: 900px) {
  .icon-xxxsm {
    width: 11px !important;
    height: 11px !important;
  }
}

.icon-xxsm {
  width: 16px !important;
  height: 16px !important;
}
@media (max-width: 900px) {
  .icon-xxsm {
    width: 12px !important;
    height: 12px !important;
  }
}

.icon-xsm {
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 900px) {
  .icon-xsm {
    width: 12px !important;
    height: 12px !important;
  }
}

.icon-sm {
  width: 24px;
  height: 24px;
}
@media (max-width: 900px) {
  .icon-sm {
    width: 12px !important;
    height: 12px !important;
  }
}

.icon-xmd {
  width: 28px;
  height: 28px;
}
@media (max-width: 900px) {
  .icon-xmd {
    width: 24px !important;
    height: 24px !important;
  }
}

.icon-external-link {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  opacity: 1;
  flex-shrink: 0;
}
a:hover .icon-external-link {
  opacity: 1;
}

.radio-button {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ui-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ui-radio--medium .ui-radio__control {
  width: 1.25rem;
  height: 1.25rem;
}
.ui-radio--medium .ui-radio__dot {
  width: 0.625rem;
  height: 0.625rem;
}
.ui-radio--medium .ui-radio__title {
  font-size: 1.0625rem;
  line-height: 1.5;
}
.ui-radio--medium .ui-radio__description {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.ui-radio--large .ui-radio__control {
  width: 1.5rem;
  height: 1.5rem;
}
.ui-radio--large .ui-radio__dot {
  width: 0.75rem;
  height: 0.75rem;
}
.ui-radio--large .ui-radio__title {
  font-size: 1.1875rem;
  line-height: 1.5;
}
.ui-radio--large .ui-radio__description {
  font-size: 1.0625rem;
  line-height: 1.5;
}
.ui-radio--disabled .ui-radio__control {
  background-color: #cdd1d5;
  border-color: #8a949e;
}
.ui-radio--disabled .ui-radio__label {
  color: #8a949e;
  cursor: not-allowed;
}
.ui-radio--disabled .ui-radio__dot {
  background-color: #8a949e;
}

.ui-radio__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.1875rem 0;
}

.ui-radio__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ui-radio__control {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #58616a;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.ui-radio__input:checked + .ui-radio__control {
  border-color: #3c79c2;
}
.ui-radio__input:checked + .ui-radio__control .ui-radio__dot {
  opacity: 1;
  transform: scale(1);
}
.ui-radio__input:focus + .ui-radio__control {
  outline: 2px solid rgba(60, 121, 194, 0.2);
  outline-offset: 2px;
}
.ui-radio__input:disabled + .ui-radio__control {
  cursor: not-allowed;
}

.ui-radio--large .ui-radio__input:checked + .ui-radio__control {
  border-width: 0.1rem;
}

.ui-radio--medium .ui-radio__input:checked + .ui-radio__control {
  border-width: 0.0875rem;
}

.ui-radio__dot {
  background-color: #3c79c2;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
}

.ui-radio__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.25rem;
  cursor: pointer;
  flex: 1;
}
.ui-radio--disabled .ui-radio__label {
  cursor: not-allowed;
}

.ui-radio__title {
  color: #131416;
  font-weight: 400;
  width: 100%;
}

.ui-radio__description {
  color: #464c53;
  font-weight: 400;
  width: 100%;
}

.ui-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ui-radio-group--vertical {
  flex-direction: column;
  gap: 0.75rem;
}
.ui-radio-group--horizontal {
  flex-direction: row;
  align-items: center;
}
.ui-radio-group--grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 900px) {
  .ui-radio-group--grid-2 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.ui-radio-group--grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 900px) {
  .ui-radio-group--grid-3 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.ui-radio-group--grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 900px) {
  .ui-radio-group--grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
@media (max-width: 900px) {
  .ui-radio-group {
    gap: 0.75rem;
  }
}

.ui-radio__wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  width: 100%;
}
.ui-radio--disabled .ui-radio__wrapper {
  cursor: not-allowed;
}

.ui-checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  .ui-checkbox-container {
    gap: 0.375rem;
  }
}

.ui-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 900px) {
  .ui-checkbox {
    gap: 0.625rem;
  }
}
.ui-checkbox--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.ui-checkbox__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ui-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.ui-checkbox__control {
  position: relative;
  border: 2px solid #d1d5db;
  border-radius: 0.25rem;
  background-color: #ffffff;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-checkbox--small .ui-checkbox__control {
  width: 1rem;
  height: 1rem;
  border-radius: 0.1875rem;
}
@media (max-width: 900px) {
  .ui-checkbox--small .ui-checkbox__control {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.125rem;
  }
}
.ui-checkbox--medium .ui-checkbox__control {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .ui-checkbox--medium .ui-checkbox__control {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.1875rem;
  }
}
.ui-checkbox--large .ui-checkbox__control {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.375rem;
}
@media (max-width: 900px) {
  .ui-checkbox--large .ui-checkbox__control {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
  }
}
.ui-checkbox:hover:not(.ui-checkbox--disabled) .ui-checkbox__control {
  border-color: #3c79c2;
}
.ui-checkbox__input:focus + .ui-checkbox__control {
  border-color: #3c79c2;
  box-shadow: 0 0 0 3px rgba(0, 124, 204, 0.1);
}
.ui-checkbox__input:checked + .ui-checkbox__control, .ui-checkbox__input:indeterminate + .ui-checkbox__control {
  background-color: #3c79c2;
  border-color: #3c79c2;
  color: #ffffff;
}
.ui-checkbox--success .ui-checkbox__input:checked + .ui-checkbox__control {
  background-color: #228738;
  border-color: #228738;
}
.ui-checkbox--error .ui-checkbox__control {
  border-color: #ef4444;
}
.ui-checkbox--error .ui-checkbox__input:checked + .ui-checkbox__control {
  background-color: #ef4444;
  border-color: #ef4444;
}
.ui-checkbox--warning .ui-checkbox__input:checked + .ui-checkbox__control {
  background-color: #ffb114;
  border-color: #ffb114;
}
.ui-checkbox--disabled .ui-checkbox__control {
  background-color: #f3f4f6;
  border-color: #e5e7eb;
}

.ui-checkbox__checkmark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ui-checkbox__check-icon {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}
.ui-checkbox--small .ui-checkbox__check-icon {
  width: 0.625rem;
  height: 0.5rem;
}
@media (max-width: 900px) {
  .ui-checkbox--small .ui-checkbox__check-icon {
    width: 0.5rem;
    height: 0.375rem;
  }
}
.ui-checkbox--medium .ui-checkbox__check-icon {
  width: 0.75rem;
  height: 0.5625rem;
}
@media (max-width: 900px) {
  .ui-checkbox--medium .ui-checkbox__check-icon {
    width: 0.625rem;
    height: 0.4375rem;
  }
}
.ui-checkbox--large .ui-checkbox__check-icon {
  width: 0.875rem;
  height: 0.6875rem;
}
@media (max-width: 900px) {
  .ui-checkbox--large .ui-checkbox__check-icon {
    width: 0.75rem;
    height: 0.5625rem;
  }
}
.ui-checkbox__input:checked + .ui-checkbox__control .ui-checkbox__check-icon {
  opacity: 1;
  transform: scale(1);
}

.ui-checkbox__indeterminate-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: currentColor;
  transition: transform 0.2s ease;
}
.ui-checkbox--small .ui-checkbox__indeterminate-icon {
  width: 0.5rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
}
@media (max-width: 900px) {
  .ui-checkbox--small .ui-checkbox__indeterminate-icon {
    width: 0.375rem;
    height: 0.09375rem;
  }
}
.ui-checkbox--medium .ui-checkbox__indeterminate-icon {
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 0.0625rem;
}
@media (max-width: 900px) {
  .ui-checkbox--medium .ui-checkbox__indeterminate-icon {
    width: 0.5rem;
    height: 0.09375rem;
  }
}
.ui-checkbox--large .ui-checkbox__indeterminate-icon {
  width: 0.75rem;
  height: 0.1875rem;
  border-radius: 0.09375rem;
}
@media (max-width: 900px) {
  .ui-checkbox--large .ui-checkbox__indeterminate-icon {
    width: 0.625rem;
    height: 0.125rem;
  }
}
.ui-checkbox__input:indeterminate + .ui-checkbox__control .ui-checkbox__indeterminate-icon {
  transform: translate(-50%, -50%) scale(1);
}

.ui-checkbox__label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.ui-checkbox__title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #374151;
  line-height: 1;
  line-height: 1.4;
}
.ui-checkbox--small .ui-checkbox__title {
  font-size: 0.75rem;
  font-weight: 400;
  color: #374151;
  line-height: 1;
}
@media (max-width: 900px) {
  .ui-checkbox--small .ui-checkbox__title {
    font-size: 0.6875rem;
    font-weight: 400;
    color: #374151;
    line-height: 1;
  }
}
.ui-checkbox--medium .ui-checkbox__title {
  position: relative;
  top: 1px;
  font-size: 1rem;
  font-weight: 400;
  color: #374151;
  line-height: 1;
}
@media (max-width: 900px) {
  .ui-checkbox--medium .ui-checkbox__title {
    font-size: 0.875rem;
    font-weight: 400;
    color: #374151;
    line-height: 1;
  }
}
.ui-checkbox--large .ui-checkbox__title {
  font-size: 1rem;
  font-weight: 400;
  color: #374151;
  line-height: 1;
}
@media (max-width: 900px) {
  .ui-checkbox--large .ui-checkbox__title {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #374151;
    line-height: 1;
  }
}
.ui-checkbox--disabled .ui-checkbox__title {
  color: #9ca3af;
}

.ui-checkbox__help {
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b7280;
  line-height: 1;
  line-height: 1.4;
  margin-top: 0.25rem;
}
.ui-checkbox--error .ui-checkbox__help {
  color: #ef4444;
}
.ui-checkbox--success .ui-checkbox__help {
  color: #228738;
}
.ui-checkbox--warning .ui-checkbox__help {
  color: #ffb114;
}
@media (max-width: 900px) {
  .ui-checkbox__help {
    font-size: 0.6875rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1;
    margin-top: 0.1875rem;
  }
}

.ui-checkbox--filled .ui-checkbox__control {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
}
.ui-checkbox--filled .ui-checkbox__control:hover {
  background-color: #e5e7eb;
  border-color: #e5e7eb;
}
.ui-checkbox--filled .ui-checkbox__input:checked + .ui-checkbox__control,
.ui-checkbox--filled .ui-checkbox__input:indeterminate + .ui-checkbox__control {
  background-color: #3c79c2;
  border-color: #3c79c2;
}

.ui-checkbox--outlined .ui-checkbox__control {
  border-width: 2px;
  background-color: transparent;
}
.ui-checkbox--outlined .ui-checkbox__control:hover {
  border-color: #3c79c2;
  background-color: rgba(0, 124, 204, 0.05);
}

.ui-input-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  width: 100%;
}

.ui-input__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.4;
  min-height: 1.225rem;
  display: flex;
  align-items: flex-start;
}
.ui-input__label .ui-input__required {
  color: #ef4444;
  margin-left: 0.125rem;
}

.ui-input__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.ui-input {
  width: 100%;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  color: #374151;
  transition: all 0.2s ease;
  outline: none;
}
@media (max-width: 900px) {
  .ui-input {
    font-size: 0.9375rem;
  }
}
.ui-input::placeholder {
  color: #9ca3af;
}
.ui-input:focus {
  border-color: #3c79c2;
  box-shadow: 0 0 0 3px rgba(0, 124, 204, 0.1);
}
.ui-input:hover:not(:disabled):not(:readonly) {
  border-color: #9ca3af;
}
.ui-input--xsmall {
  padding: 0.375rem 0.625rem;
  font-size: 0.75rem;
  height: 2rem;
}
@media (max-width: 900px) {
  .ui-input--xsmall {
    font-size: 0.6875rem;
    height: 2rem;
  }
}
.ui-input--small {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  height: 2.5rem;
}
@media (max-width: 900px) {
  .ui-input--small {
    font-size: 0.8125rem;
    height: 2.25rem;
  }
}
.ui-input--medium {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  height: 3rem;
}
@media (max-width: 900px) {
  .ui-input--medium {
    font-size: 0.9375rem;
    height: 2.625rem;
  }
}
.ui-input--large {
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  height: 3.5rem;
}
@media (max-width: 900px) {
  .ui-input--large {
    font-size: 1rem;
    height: 3rem;
  }
}
.ui-input--xlarge {
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  height: 4rem;
}
@media (max-width: 900px) {
  .ui-input--xlarge {
    font-size: 1.125rem;
    height: 3.25rem;
  }
}
.ui-input--filled {
  border-color: transparent;
}
.ui-input--filled:focus {
  background-color: #ffffff;
  border-color: #3c79c2;
}
.ui-input--outlined {
  background-color: transparent;
  border-width: 2px;
}
.ui-input--ghost {
  background-color: transparent;
  border-color: transparent;
}
.ui-input--ghost:focus {
  border-color: #3c79c2;
  background-color: #ffffff;
}
.ui-input--success {
  border-color: #228738 !important;
}
.ui-input--success:focus {
  border-color: #228738 !important;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}
.ui-input--error {
  border-color: #ef4444 !important;
}
.ui-input--error:focus {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.ui-input--warning {
  border-color: #ffb114 !important;
}
.ui-input--warning:focus {
  border-color: #ffb114 !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}
.ui-input--filled {
  border-color: #58616a;
}
.ui-input--filled:focus {
  border-color: #3c79c2;
  box-shadow: 0 0 0 3px rgba(0, 124, 204, 0.1);
}
.ui-input--filled:hover:not(:disabled):not(:readonly) {
  border-color: #58616a;
}
.ui-input--icon-left.ui-input--xsmall {
  padding-left: 2rem;
}
.ui-input--icon-left.ui-input--small {
  padding-left: 2.25rem;
}
.ui-input--icon-left.ui-input--medium {
  padding-left: 2.75rem;
}
.ui-input--icon-left.ui-input--large {
  padding-left: 3.25rem;
}
.ui-input--icon-left.ui-input--xlarge {
  padding-left: 3.5rem;
}
.ui-input--icon-right.ui-input--xsmall {
  padding-right: 2rem;
}
.ui-input--icon-right.ui-input--small {
  padding-right: 2.25rem;
}
.ui-input--icon-right.ui-input--medium {
  padding-right: 2.75rem;
}
.ui-input--icon-right.ui-input--large {
  padding-right: 3.25rem;
}
.ui-input--icon-right.ui-input--xlarge {
  padding-right: 3.5rem;
}
.ui-input--disabled {
  background-color: #f3f4f6;
  color: #d1d5db;
  cursor: not-allowed;
}
.ui-input--disabled::placeholder {
  color: #d1d5db;
}
.ui-input--readonly {
  background-color: #f9fafb;
  cursor: default;
}
.ui-input--clearable.ui-input--xsmall {
  padding-right: 2rem;
}
.ui-input--clearable.ui-input--small {
  padding-right: 2.25rem;
}
.ui-input--clearable.ui-input--medium {
  padding-right: 2.75rem;
}
.ui-input--clearable.ui-input--large {
  padding-right: 3.25rem;
}
.ui-input--clearable.ui-input--xlarge {
  padding-right: 3.5rem;
}

.ui-input__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  pointer-events: none;
  z-index: 1;
}
.ui-input__icon img {
  width: 1rem;
  height: 1rem;
  opacity: 0.6;
}
.ui-input__icon--left {
  left: 0.75rem;
}
.ui-input__icon--right {
  right: 0.75rem;
}

.ui-input__clear {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
}
.ui-input__clear:hover {
  background-color: rgba(107, 114, 128, 0.1);
}
.ui-input__clear:focus {
  outline: 2px solid #3c79c2;
  outline-offset: 2px;
}
.ui-input-container:hover .ui-input__clear, .ui-input:focus ~ .ui-input__clear, .ui-input__clear.is-visible {
  opacity: 1;
  visibility: visible;
}
.ui-input--disabled ~ .ui-input__clear {
  opacity: 0.5;
  cursor: not-allowed;
}
.ui-input--readonly ~ .ui-input__clear {
  display: none;
}

.ui-input__help {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6b7280;
  position: absolute;
  left: 0;
  top: 111%;
}
.ui-input__help--error {
  color: #ef4444;
}
.ui-input__help--warning {
  color: #ffb114;
}
.ui-input__help--success {
  color: #228738;
}

.ui-select {
  position: relative;
  display: inline-block;
}
.ui-select--width-auto {
  width: auto;
  min-width: 7.5rem;
  max-width: 17.5rem;
  max-width: 100%;
}
@media (max-width: 900px) {
  .ui-select--width-auto {
    min-width: 6.25rem;
    max-width: 15rem;
    max-width: 100%;
  }
}
.ui-select--width-full {
  width: 100%;
}
.ui-select--width-fit {
  width: fit-content;
  min-width: 5rem;
}
@media (max-width: 900px) {
  .ui-select--width-fit {
    min-width: 3.75rem;
  }
}
.ui-select--width-small {
  width: 10rem;
  max-width: 12.5rem;
}
@media (max-width: 900px) {
  .ui-select--width-small {
    width: 8.75rem;
    max-width: 11.25rem;
  }
}
.ui-select--width-medium {
  width: 13.75rem;
  max-width: 17.5rem;
}
@media (max-width: 900px) {
  .ui-select--width-medium {
    width: 11.25rem;
    max-width: 15rem;
  }
}
.ui-select--width-large {
  width: 20rem;
  max-width: 25rem;
}
@media (max-width: 900px) {
  .ui-select--width-large {
    width: 17.5rem;
    max-width: 22.5rem;
  }
}
.ui-select__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.ui-select__element {
  width: 100%;
  padding: 0rem 2.5rem 0rem 1rem;
  min-width: 6.25rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background: #ffffff;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #374151;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 3rem;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  .ui-select__element {
    padding: 0rem 2.25rem 0rem 0.875rem;
    font-size: 0.9375rem;
    height: 2.625rem;
    border-radius: 0.25rem;
  }
}
.ui-select__element:focus {
  outline: 0.125rem solid #3c79c2;
  outline-offset: 0.125rem;
  border-color: #3c79c2;
}
.ui-select__element:disabled {
  background: #f9fafb;
  color: #d1d5db;
  cursor: not-allowed;
  border-color: #e5e7eb;
}
.ui-select__element:hover:not(:disabled) {
  border-color: #6b7280;
}
.ui-select--filled .ui-select__element {
  border-color: #58616a;
}
.ui-select--filled .ui-select__element:focus {
  border-color: #3c79c2;
}
.ui-select--filled .ui-select__element:hover:not(:disabled) {
  border-color: #58616a;
}
.ui-select--xsmall .ui-select__element {
  padding: 0.5rem 1.75rem 0.5rem 0.5rem;
  font-size: 0.75rem;
  height: 2rem;
  border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .ui-select--xsmall .ui-select__element {
    padding: 0rem 1.625rem 0rem 0.375rem;
    font-size: 0.6875rem;
    height: 2rem;
  }
}
.ui-select--small .ui-select__element {
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  font-size: 0.875rem;
  height: 2.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .ui-select--small .ui-select__element {
    padding: 0rem 2rem 0rem 0.625rem;
    font-size: 0.8125rem;
    height: 2.25rem;
  }
}
.ui-select--large .ui-select__element {
  padding: 0rem 2.75rem 0rem 1.25rem;
  font-size: 1.125rem;
  height: 3.5rem;
  border-radius: 0.5rem;
}
@media (max-width: 900px) {
  .ui-select--large .ui-select__element {
    padding: 0rem 2.5rem 0rem 1rem;
    font-size: 1rem;
    height: 3rem;
    border-radius: 0.375rem;
  }
}
.ui-select--xlarge .ui-select__element {
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  font-size: 1.25rem;
  height: 4rem;
  border-radius: 0.5rem;
}
@media (max-width: 900px) {
  .ui-select--xlarge .ui-select__element {
    padding: 0rem 2.75rem 0rem 1.25rem;
    font-size: 1.125rem;
    height: 3.25rem;
    border-radius: 0.375rem;
  }
}
.ui-select--ghost .ui-select__element {
  border: none;
  background: transparent;
  color: #111827;
  font-weight: 600;
  padding: 0.5rem 1.5rem 0.5rem 0.3125rem;
  min-height: auto;
  min-width: max-content;
}
@media (max-width: 900px) {
  .ui-select--ghost .ui-select__element {
    padding: 0.375rem 1.25rem 0.375rem 0;
    font-size: 0.875rem;
  }
}
.ui-select--ghost .ui-select__element:focus {
  outline: none;
  background: rgba(37, 110, 244, 0.1);
  border-radius: 0.25rem;
}
.ui-select--ghost .ui-select__element:hover:not(:disabled) {
  background: #f9fafb;
  border-radius: 0.25rem;
}
.ui-select--ghost .ui-select__arrow {
  right: 0;
}
@media (max-width: 900px) {
  .ui-select--ghost .ui-select__arrow {
    right: -0.125rem;
  }
}
.ui-select--ghost.ui-select--xsmall .ui-select__element {
  padding: 0.25rem 1rem 0.25rem 0;
  font-size: 0.75rem;
}
@media (max-width: 900px) {
  .ui-select--ghost.ui-select--xsmall .ui-select__element {
    padding: 0.125rem 0.875rem 0.125rem 0;
    font-size: 0.6875rem;
  }
}
.ui-select--ghost.ui-select--small .ui-select__element {
  padding: 0.375rem 1.25rem 0.375rem 0;
  font-size: 0.875rem;
}
@media (max-width: 900px) {
  .ui-select--ghost.ui-select--small .ui-select__element {
    padding: 0.25rem 1.125rem 0.25rem 0;
    font-size: 0.8125rem;
  }
}
.ui-select--ghost.ui-select--large .ui-select__element {
  padding: 0.625rem 1.75rem 0.625rem 0;
  font-size: 1.125rem;
}
@media (max-width: 900px) {
  .ui-select--ghost.ui-select--large .ui-select__element {
    padding: 0.5rem 1.5rem 0.5rem 0;
    font-size: 1rem;
  }
}
.ui-select--ghost.ui-select--xlarge .ui-select__element {
  padding: 0.75rem 2rem 0.75rem 0;
  font-size: 1.25rem;
}
@media (max-width: 900px) {
  .ui-select--ghost.ui-select--xlarge .ui-select__element {
    padding: 0.625rem 1.75rem 0.625rem 0;
    font-size: 1.125rem;
  }
}
.ui-select__arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #6b7280;
  pointer-events: none;
  transition: transform 0.2s ease;
}
@media (max-width: 900px) {
  .ui-select__arrow {
    right: 0.875rem;
    width: 0.875rem;
    height: 0.875rem;
  }
}
.ui-select__arrow svg {
  width: 100%;
  height: 100%;
}
.ui-select--xsmall .ui-select__arrow {
  right: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
}
@media (max-width: 900px) {
  .ui-select--xsmall .ui-select__arrow {
    right: 0.375rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.ui-select--small .ui-select__arrow {
  right: 0.75rem;
  width: 0.875rem;
  height: 0.875rem;
}
@media (max-width: 900px) {
  .ui-select--small .ui-select__arrow {
    right: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}
.ui-select--large .ui-select__arrow {
  right: 1.25rem;
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 900px) {
  .ui-select--large .ui-select__arrow {
    right: 1rem;
    width: 1rem;
    height: 1rem;
  }
}
.ui-select--xlarge .ui-select__arrow {
  right: 1.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 900px) {
  .ui-select--xlarge .ui-select__arrow {
    right: 1.25rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
.ui-select__element:focus + .ui-select__arrow {
  transform: translateY(-50%) rotate(180deg);
}

.ui-select-container--error .ui-select__element {
  border-color: #ef4444;
}

.ui-select__help {
  position: absolute;
  left: 0;
  top: 111%;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6b7280;
}

.ui-select__help--error {
  color: #ef4444;
}

.ui-select-container {
  position: relative;
}

.ui-textarea-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}

.ui-textarea__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  line-height: 1.4;
}
.ui-textarea__label .ui-textarea__required {
  color: #ef4444;
  margin-left: 0.125rem;
}

.ui-textarea__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ui-textarea {
  width: 100%;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  background-color: #ffffff;
  color: #374151;
  transition: all 0.2s ease;
  outline: none;
  min-height: 6.25rem;
}
@media (max-width: 900px) {
  .ui-textarea {
    font-size: 0.9375rem;
  }
}
.ui-textarea::placeholder {
  color: #9ca3af;
}
.ui-textarea:focus {
  border-color: #3c79c2;
  box-shadow: 0 0 0 3px rgba(0, 124, 204, 0.1);
}
.ui-textarea:hover:not(:disabled):not(:readonly) {
  border-color: #9ca3af;
}
.ui-textarea--xsmall {
  padding: 0.5rem 0.625rem;
  font-size: 0.75rem;
  min-height: 3.75rem;
}
@media (max-width: 900px) {
  .ui-textarea--xsmall {
    font-size: 0.6875rem;
  }
}
.ui-textarea--small {
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  min-height: 5rem;
}
@media (max-width: 900px) {
  .ui-textarea--small {
    font-size: 0.8125rem;
  }
}
.ui-textarea--medium {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  min-height: 6.25rem;
}
@media (max-width: 900px) {
  .ui-textarea--medium {
    font-size: 0.9375rem;
  }
}
.ui-textarea--large {
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  min-height: 7.5rem;
}
@media (max-width: 900px) {
  .ui-textarea--large {
    font-size: 1rem;
  }
}
.ui-textarea--xlarge {
  padding: 1.25rem 1.5rem;
  font-size: 1.25rem;
  min-height: 8.75rem;
}
@media (max-width: 900px) {
  .ui-textarea--xlarge {
    font-size: 1.125rem;
  }
}
.ui-textarea--filled {
  border-color: transparent;
}
.ui-textarea--filled:focus {
  background-color: #ffffff;
  border-color: #3c79c2;
}
.ui-textarea--outlined {
  background-color: transparent;
  border-width: 2px;
}
.ui-textarea--ghost {
  background-color: transparent;
  border-color: transparent;
}
.ui-textarea--ghost:focus {
  border-color: #3c79c2;
  background-color: #ffffff;
}
.ui-textarea--success {
  border-color: #228738;
}
.ui-textarea--success:focus {
  border-color: #228738;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}
.ui-textarea--error {
  border-color: #ef4444;
}
.ui-textarea--error:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.ui-textarea--warning {
  border-color: #ffb114;
}
.ui-textarea--warning:focus {
  border-color: #ffb114;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}
.ui-textarea--filled {
  border-color: #58616a;
}
.ui-textarea--filled:focus {
  border-color: #3c79c2;
  box-shadow: 0 0 0 3px rgba(0, 124, 204, 0.1);
}
.ui-textarea--filled:hover:not(:disabled):not(:readonly) {
  border-color: #58616a;
}
.ui-textarea--resize-none {
  resize: none;
}
.ui-textarea--resize-vertical {
  resize: vertical;
}
.ui-textarea--resize-horizontal {
  resize: horizontal;
}
.ui-textarea--resize-both {
  resize: both;
}
.ui-textarea--disabled {
  background-color: #f3f4f6;
  color: #d1d5db;
  cursor: not-allowed;
  resize: none;
}
.ui-textarea--disabled::placeholder {
  color: #d1d5db;
}
.ui-textarea--readonly {
  background-color: #f9fafb;
  cursor: default;
  resize: none;
}

.ui-textarea__counter {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  font-size: 0.75rem;
  color: #6b7280;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 1;
}
.ui-textarea__counter .ui-textarea__counter-separator {
  margin: 0 0.125rem;
}
.ui-textarea__counter--warning {
  color: #ffb114;
  background-color: rgba(255, 177, 20, 0.1);
}
.ui-textarea__counter--error {
  color: #ef4444;
  background-color: rgba(239, 68, 68, 0.1);
}

.ui-textarea__help {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #6b7280;
  position: absolute;
  left: 0;
  top: 111%;
}
.ui-textarea__help--error {
  color: #ef4444;
}
.ui-textarea__help--warning {
  color: #ffb114;
}
.ui-textarea__help--success {
  color: #228738;
}

.ui-textarea-container:has(.ui-textarea__counter) .ui-textarea {
  padding-bottom: 2rem;
}

@media (max-width: 900px) {
  .ui-textarea__counter {
    bottom: 0.375rem;
    right: 0.5rem;
    font-size: 0.6875rem;
    padding: 0.0625rem 0.25rem;
  }
  .ui-textarea-container:has(.ui-textarea__counter) .ui-textarea {
    padding-bottom: 1.75rem;
  }
}
.ui-date-picker {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
.ui-date-picker__input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ui-date-picker__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 900px) {
  .ui-date-picker {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0rem;
  }
}
.ui-date-picker__field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-width: 0;
  min-width: 9.375rem;
}
@media (max-width: 900px) {
  .ui-date-picker__field {
    width: 100%;
  }
}
.ui-date-picker__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .ui-date-picker__label {
    font-size: 0.8125rem;
  }
}
.ui-date-picker__required {
  color: #ef4444;
  margin-left: 0.125rem;
}
.ui-date-picker__input-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  .ui-date-picker__input-wrapper {
    width: 100%;
  }
}
.ui-date-picker__input {
  width: 100%;
  height: 3rem;
  padding: 0.5rem 2.5rem 0.5rem 0.875rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #374151;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
@media (max-width: 900px) {
  .ui-date-picker__input {
    width: 100%;
    height: 2.625rem;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.9375rem;
  }
}
.ui-date-picker__input::placeholder {
  color: #9ca3af;
}
.ui-date-picker__input:focus {
  outline: none;
  border-color: #3c79c2;
  box-shadow: 0 0 0 3px rgba(60, 121, 194, 0.1);
}
.ui-date-picker__input:hover:not(:disabled) {
  border-color: #9ca3af;
}
.ui-date-picker__input:disabled {
  background-color: #f3f4f6;
  color: #d1d5db;
  cursor: not-allowed;
}
.ui-date-picker__input:disabled::placeholder {
  color: #d1d5db;
}
.ui-date-picker__input::-webkit-outer-spin-button, .ui-date-picker__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ui-date-picker__input[type=number] {
  -moz-appearance: textfield;
}
.ui-date-picker__icon {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  color: #6b7280;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 900px) {
  .ui-date-picker__icon {
    right: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
}
.ui-date-picker__separator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .ui-date-picker__separator {
    margin-top: 0;
    align-self: center;
    font-size: 0.875rem;
  }
}
.ui-date-picker--error .ui-date-picker__input {
  border-color: #ef4444;
}
.ui-date-picker--error .ui-date-picker__input:focus {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.ui-date-picker--error .ui-date-picker__icon {
  color: #ef4444;
}
.ui-date-picker--success .ui-date-picker__input {
  border-color: #228738;
}
.ui-date-picker--success .ui-date-picker__input:focus {
  border-color: #228738;
  box-shadow: 0 0 0 3px rgba(34, 135, 56, 0.1);
}
.ui-date-picker--success .ui-date-picker__icon {
  color: #228738;
}
.ui-date-picker--filled .ui-date-picker__input {
  border-color: #58616a;
}
.ui-date-picker--filled .ui-date-picker__input:focus {
  border-color: #3c79c2;
  box-shadow: 0 0 0 3px rgba(60, 121, 194, 0.1);
}
.ui-date-picker--filled .ui-date-picker__input:hover:not(:disabled) {
  border-color: #58616a;
}
.ui-date-picker--xsmall .ui-date-picker__input {
  height: 2rem;
  padding: 0.25rem 1.75rem 0.25rem 0.5rem;
  font-size: 0.75rem;
}
@media (max-width: 900px) {
  .ui-date-picker--xsmall .ui-date-picker__input {
    height: 2rem;
    padding: 0.1875rem 1.625rem 0.1875rem 0.375rem;
    font-size: 0.6875rem;
  }
}
.ui-date-picker--xsmall .ui-date-picker__icon {
  width: 0.75rem;
  height: 0.75rem;
  right: 0.375rem;
}
@media (max-width: 900px) {
  .ui-date-picker--xsmall .ui-date-picker__icon {
    width: 0.625rem;
    height: 0.625rem;
    right: 0.25rem;
  }
}
.ui-date-picker--xsmall .ui-date-picker__separator {
  font-size: 0.75rem;
}
.ui-date-picker--small .ui-date-picker__input {
  height: 2.5rem;
  padding: 0.375rem 2rem 0.375rem 0.625rem;
  font-size: 0.875rem;
}
@media (max-width: 900px) {
  .ui-date-picker--small .ui-date-picker__input {
    height: 2.25rem;
    padding: 0.3125rem 1.875rem 0.3125rem 0.5rem;
    font-size: 0.8125rem;
  }
}
.ui-date-picker--small .ui-date-picker__icon {
  width: 0.875rem;
  height: 0.875rem;
  right: 0.5rem;
}
@media (max-width: 900px) {
  .ui-date-picker--small .ui-date-picker__icon {
    width: 0.75rem;
    height: 0.75rem;
    right: 0.375rem;
  }
}
.ui-date-picker--small .ui-date-picker__separator {
  font-size: 0.875rem;
}
.ui-date-picker--large .ui-date-picker__input {
  height: 3.5rem;
  padding: 0.75rem 2.75rem 0.75rem 1rem;
  font-size: 1.125rem;
}
@media (max-width: 900px) {
  .ui-date-picker--large .ui-date-picker__input {
    height: 3rem;
    padding: 0.625rem 2.5rem 0.625rem 0.875rem;
    font-size: 1rem;
  }
}
.ui-date-picker--large .ui-date-picker__icon {
  width: 1.25rem;
  height: 1.25rem;
  right: 0.75rem;
}
@media (max-width: 900px) {
  .ui-date-picker--large .ui-date-picker__icon {
    width: 1.125rem;
    height: 1.125rem;
    right: 0.625rem;
  }
}
.ui-date-picker--large .ui-date-picker__separator {
  font-size: 1.125rem;
}
.ui-date-picker--xlarge .ui-date-picker__input {
  height: 4rem;
  padding: 1rem 3rem 1rem 1.25rem;
  font-size: 1.25rem;
}
@media (max-width: 900px) {
  .ui-date-picker--xlarge .ui-date-picker__input {
    height: 3.25rem;
    padding: 0.875rem 2.75rem 0.875rem 1.125rem;
    font-size: 1.125rem;
  }
}
.ui-date-picker--xlarge .ui-date-picker__icon {
  width: 1.375rem;
  height: 1.375rem;
  right: 0.875rem;
}
@media (max-width: 900px) {
  .ui-date-picker--xlarge .ui-date-picker__icon {
    width: 1.25rem;
    height: 1.25rem;
    right: 0.75rem;
  }
}
.ui-date-picker--xlarge .ui-date-picker__separator {
  font-size: 1.25rem;
}

.keyboard-wrapper {
  position: relative;
  z-index: 1000;
}

.worldword-wrap {
  position: absolute;
  margin-top: 1.25rem !important;
  top: -61px;
  right: 105%;
  max-width: 36.0625rem;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  z-index: 1001;
  width: max-content;
}
@media (max-width: 900px) {
  .worldword-wrap {
    max-width: calc(100vw - 3.9rem);
    border-radius: 0.375rem;
    left: 0;
    top: -47px;
  }
}
.worldword-wrap fieldset {
  border: none;
  padding: 1.25rem;
  margin: 0;
}
@media (max-width: 900px) {
  .worldword-wrap fieldset {
    padding: 1rem;
  }
}
.worldword-wrap legend {
  display: none;
}
.worldword-wrap .worldword-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111827;
}
@media (max-width: 900px) {
  .worldword-wrap .worldword-title {
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
  }
}
.worldword-wrap .language {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 900px) {
  .worldword-wrap .language {
    gap: 0.1875rem;
    margin-bottom: 0.75rem;
  }
}
.worldword-wrap .language li {
  margin: 0;
}
.worldword-wrap .language a {
  display: block;
  padding: 0.5rem 0.75rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.2s;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .worldword-wrap .language a {
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
    border-radius: 0.1875rem;
  }
}
.worldword-wrap .language a:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}
.worldword-wrap .language a.selected {
  background: #3c79c2;
  border-color: #3c79c2;
  color: #ffffff;
}
.worldword-wrap .language-contents {
  display: none;
}
.worldword-wrap .language-contents[data-type=히라가나] {
  display: block;
}
.worldword-wrap .language-contents .ir_text {
  font-size: 0.75rem;
  color: #6b7280;
  margin: 0.5rem 0 0.25rem 0;
  font-weight: 500;
}
@media (max-width: 900px) {
  .worldword-wrap .language-contents .ir_text {
    font-size: 0.6875rem;
    margin: 0.375rem 0 0.1875rem 0;
  }
}
.worldword-wrap .language-contents ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
  margin: 0 0 0.75rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 900px) {
  .worldword-wrap .language-contents ul {
    gap: 0.0625rem;
    margin-bottom: 0.5rem;
  }
}
.worldword-wrap .language-contents ul li {
  margin: 0;
}
.worldword-wrap .language-contents ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.25rem;
  color: #374151;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.2s;
}
@media (max-width: 900px) {
  .worldword-wrap .language-contents ul li a {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
    border-radius: 0.1875rem;
  }
}
.worldword-wrap .language-contents ul li a:hover {
  background: #f3f4f6;
  border-color: #3c79c2;
  color: #3c79c2;
}

.worldword-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .worldword-close {
    width: 1.75rem;
    height: 1.75rem;
    top: 0.375rem;
    right: 0.375rem;
    border-radius: 0.1875rem;
  }
}
.worldword-close:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
.worldword-close .sp_layout {
  font-size: 0;
}
.worldword-close .sp_layout::before {
  content: "×";
  font-size: 1.125rem;
  color: #6b7280;
}
@media (max-width: 900px) {
  .worldword-close .sp_layout::before {
    font-size: 1rem;
  }
}

.keyboard-wrapper--inline {
  position: absolute;
}
.keyboard-wrapper--inline .worldword-wrap {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: auto;
  margin-top: 0;
  max-width: 685px;
  display: none;
}
@media (max-width: 900px) {
  .keyboard-wrapper--inline .worldword-wrap {
    top: calc(100% + 1.5625rem);
    max-width: calc(100vw - 2rem);
  }
}

.input-with-button:focus-within .keyboard-wrapper--inline .worldword-wrap {
  display: block;
}

/**
 * UiModal 컴포넌트 스타일
 * - 반응형 지원
 * - 접근성 고려
 */
.ui-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.ui-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-modal.is-open .ui-modal__container {
  transform: scale(1) translateY(0);
}
.ui-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.ui-modal__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 1.25rem;
  z-index: 0;
  width: 100%;
  transition: transform 0.3s ease;
}
.ui-modal--medium .ui-modal__container {
  margin: 0 auto;
  max-width: 560px;
}

@media (max-width: 900px) {
  .ui-modal__container {
    padding: 1rem;
  }
}
.ui-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 0.75rem;
  border: 0.0625rem solid #b1b8be;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 900px) {
  .ui-modal__content {
    border-radius: 0.5rem;
    max-height: 95vh;
  }
}
.ui-modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 10;
}
@media (max-width: 900px) {
  .ui-modal__close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.ui-modal__close-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 2.5rem;
  height: 2.5rem;
  color: #33363d;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}
.ui-modal__close-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ui-modal__close-button:hover {
  background: rgba(51, 54, 61, 0.1);
}
.ui-modal__close-button:focus-visible {
  outline: 2px solid #3c79c2;
  outline-offset: 2px;
}
.ui-modal__close-button svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
.ui-modal__header {
  flex-shrink: 0;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-bottom: 1px solid #ecf2fe;
}
@media (max-width: 900px) {
  .ui-modal__header {
    padding: 1.25rem 1.25rem 1rem 1.25rem;
  }
}
.ui-modal__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 1rem 1.5rem;
  overflow-y: auto;
  min-height: 0;
}
@media (max-width: 900px) {
  .ui-modal__body {
    padding: 0.75rem 1.25rem;
  }
}
.ui-modal__footer {
  flex-shrink: 0;
  border-top: 1px solid #ecf2fe;
}
.ui-modal__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #1e2124;
  margin: 0;
  padding-top: 5px;
}
@media (max-width: 900px) {
  .ui-modal__title {
    font-size: 1.25rem;
  }
}
.ui-modal__description {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #1e2124;
  margin: 0;
}
@media (max-width: 900px) {
  .ui-modal__description {
    font-size: 0.9375rem;
  }
}
.ui-modal__slot:not(:empty) {
  margin-top: 0.5rem;
}
.ui-modal__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
}
@media (max-width: 900px) {
  .ui-modal__actions {
    padding: 0.75rem 1.25rem;
    gap: 0.375rem;
  }
}
.ui-modal__button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  padding: 0 1rem;
  width: 9.375rem;
  height: 3rem;
  border-radius: 0.375rem;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-modal__button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ui-modal__button:focus-visible {
  outline: 2px solid #3c79c2;
  outline-offset: 2px;
}
@media (max-width: 900px) {
  .ui-modal__button {
    width: 7.5rem;
    height: 2.75rem;
    font-size: 0.9375rem;
    padding: 0 0.75rem;
  }
}
.ui-modal__button--cancel {
  background: transparent;
  color: #1e2124;
  border: 0.0625rem solid #58616a;
}
.ui-modal__button--cancel:hover {
  background: #f4f5f6;
}
.ui-modal__button--cancel:active {
  background: #e6e8ea;
}
.ui-modal__button--confirm {
  background: #3c79c2;
  color: #ffffff;
  border: 0.0625rem solid #3c79c2;
}
.ui-modal__button--confirm:hover {
  background: #2a5d9a;
}
.ui-modal__button--confirm:active {
  background: #1e4574;
}
.ui-modal--small .ui-modal__content {
  width: 100%;
  max-width: 25rem;
}
@media (max-width: 900px) {
  .ui-modal--small .ui-modal__content {
    max-width: 90vw;
  }
}
.ui-modal--medium .ui-modal__content {
  width: 100%;
  max-width: 35rem;
}
@media (max-width: 900px) {
  .ui-modal--medium .ui-modal__content {
    max-width: 95vw;
  }
}
.ui-modal--large .ui-modal__content {
  width: 100%;
  max-width: 50rem;
}
@media (max-width: 900px) {
  .ui-modal--large .ui-modal__content {
    max-width: 95vw;
  }
}
.ui-modal--xlarge .ui-modal__content {
  width: 100%;
  max-width: 75rem;
}
@media (max-width: 900px) {
  .ui-modal--xlarge .ui-modal__content {
    max-width: 95vw;
  }
}
.ui-modal--alert .ui-modal__title {
  color: #ef4444;
}
.ui-modal--info .ui-modal__title {
  color: #3c79c2;
}

body.modal-open {
  overflow: hidden;
}

.ui-modal__content {
  width: 100%;
  max-width: 35rem;
}
@media (max-width: 900px) {
  .ui-modal__content {
    max-width: 95vw;
    margin: 0 auto;
  }
}

.pop-list {
  display: flex;
  flex-direction: column;
  border-top: 0.125rem solid #30619b;
  height: 100%;
  border-bottom: 1px solid #ecf2fe;
}
@media (max-width: 900px) {
  .pop-list {
    border-top: 1px solid #30619b;
  }
}
.pop-list.type2 .pop-list-item {
  align-items: center !important;
  width: 100%;
  display: flex;
}
.pop-list.type2 .pop-list-item .ui-button {
  width: 100%;
  justify-content: flex-start;
}

.pop-list-item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #ecf2fe;
  min-height: 50px;
}

.pop-list-item-title {
  flex-shrink: 0;
  width: 6.875rem;
  font-weight: 700;
  color: #191a1a;
  font-size: 1.0625rem;
  line-height: 1.4;
  border-right: 1px solid var(--color-primary-pr01, #d8e4f3);
  background: var(--color-primary-pr00, #ecf2f9);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .pop-list-item-title {
    font-size: 13px;
    font-weight: 600;
    min-width: 70px;
    padding: 0 10px;
  }
}

.pop-list-item-content {
  flex: 1;
  color: #4b4d4d;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  padding: 8px 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .pop-list-item-content {
    font-size: 14px;
    font-weight: 400;
  }
}
.pop-list-item-content .form-field {
  margin-top: 1.25rem;
  width: 100%;
}
.pop-list-item-content .form-field:first-child {
  margin-top: 0;
}
.pop-list-item-content .form-field .pop-list-item {
  min-height: 40px;
}
.pop-list-item-content .form-field .ui-checkbox-container {
  margin-bottom: 0.75rem;
}
.pop-list-item-content .form-field .ui-checkbox-container:last-child {
  margin-bottom: 0;
}
.pop-list-item-content .form-field .pop-list-item-title {
  padding-left: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #191a1a;
  line-height: 1;
}
.pop-list-item-content .form-field .pop-list-item-content {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #191a1a;
  line-height: 1;
}

.pop-list-item:last-child {
  border-bottom: none;
}

.pop-notice {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1rem;
  padding: 0.5rem 0;
}
@media (max-width: 900px) {
  .pop-notice {
    font-size: 13px;
    line-height: 1.4;
  }
}
.pop-notice.system-red {
  color: #d7424e;
  font-weight: 500;
}
@media (max-width: 900px) {
  .pop-notice.system-red {
    font-weight: 600;
  }
}
.pop-notice.system-blue {
  color: #3c79c2;
  font-weight: 500;
}
@media (max-width: 900px) {
  .pop-notice.system-blue {
    font-weight: 600;
  }
}
.pop-notice.system-default {
  color: #191a1a;
}
@media (max-width: 900px) {
  .pop-notice.system-default {
    color: #555;
  }
}

.ui-accordion {
  transition: all 0.2s ease;
}
.ui-accordion.custom-accordion {
  display: block !important;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
}
.ui-accordion.custom-accordion .ui-accordion__trigger {
  margin-bottom: 1.5rem;
}
.ui-accordion.custom-accordion .ui-accordion__body {
  margin-top: 0;
  padding-bottom: 1.5rem;
}
.ui-accordion.custom-accordion .ui-accordion__header {
  gap: 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.ui-accordion.custom-accordion .ui-accordion__trigger {
  justify-content: flex-start;
  background: transparent;
  border: none;
  padding: 0;
}
.ui-accordion.custom-accordion .ui-accordion__trigger-content {
  flex: none;
}
.ui-accordion.custom-accordion .ui-accordion__icon {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.ui-accordion.custom-accordion .ui-accordion__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  position: relative;
  padding-left: 2.5rem;
  margin-right: 0.3125rem;
  text-align: left;
  flex: none;
}
.ui-accordion.custom-accordion .ui-accordion__title::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='23' viewBox='0 0 30 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4471 22.2451C8.5696 19.3212 4.15434 21.0508 2.64026 22.1864C2.31704 22.4288 1.8846 22.4678 1.52323 22.2871C1.16186 22.1064 0.933594 21.7371 0.933594 21.333V5.33304C0.933594 4.9973 1.09167 4.68115 1.36026 4.47971C3.33128 3.00144 8.39782 1.08275 13.9552 4.08017C16.3216 2.64629 21.2567 1.24299 26.5491 4.41838C26.8703 4.61115 27.0669 4.95836 27.0669 5.33304V21.333C27.0669 21.7173 26.8602 22.0719 26.5258 22.2613C26.1914 22.4506 25.781 22.4454 25.4515 22.2477C20.5772 19.3232 16.1638 21.0469 14.6449 22.1829C14.626 22.1972 14.6066 22.211 14.5866 22.2241C14.5181 22.2692 14.4453 22.3058 14.3699 22.3336C14.2464 22.3793 14.1164 22.4013 13.9868 22.3996C13.8782 22.3983 13.7698 22.3803 13.6655 22.3459C13.6069 22.3265 13.5496 22.3019 13.4942 22.272C13.4782 22.2634 13.4625 22.2544 13.4471 22.2451ZM3.06693 19.5042V5.89974C4.80767 4.84198 8.65682 3.6544 12.9336 5.95324V19.5806C8.98292 17.8442 5.36996 18.4852 3.06693 19.5042ZM15.0669 19.5042C17.37 18.4852 20.9829 17.8442 24.9336 19.5806V5.95324C20.6568 3.6544 16.8077 4.84198 15.0669 5.89974V19.5042Z' fill='%2333363D'/%3E%3Cellipse cx='24.668' cy='5.3335' rx='4' ry='4' fill='%233c79c2'/%3E%3Cellipse cx='24.6683' cy='5.33333' rx='5.33333' ry='5.33333' fill='%233c79c2'/%3E%3C/svg%3E");
}
.ui-accordion.custom-accordion .ui-accordion__content {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.ui-accordion.custom-accordion .ui-accordion__content .ui-tab__list {
  margin-top: 0 !important;
}
.ui-accordion.custom-accordion .ui-accordion__content[data-expanded=true] {
  max-height: 1000px;
  opacity: 1;
}
.ui-accordion:not(:last-child) {
  margin-bottom: 1.25rem;
}
.ui-accordion--default {
  --accordion-bg: #ffffff;
  --accordion-border: 1px solid #e5e7eb;
  --accordion-radius: 0.5rem;
}
.ui-accordion--bordered {
  --accordion-bg: #ffffff;
  --accordion-border: 2px solid #d1d5db;
  --accordion-radius: 0.75rem;
}
.ui-accordion--bordered:hover:not(.ui-accordion--disabled) {
  --accordion-border: 2px solid #3c79c2;
}
.ui-accordion--filled {
  --accordion-bg: #f9fafb;
  --accordion-border: 1px solid #e5e7eb;
  --accordion-radius: 0.5rem;
}
.ui-accordion--small .ui-accordion__trigger {
  padding: 0.75rem 1rem;
}
.ui-accordion--small .ui-accordion__title {
  font-size: 0.875rem;
}
.ui-accordion--small .ui-accordion__body {
  padding: 0.75rem 1rem;
}
.ui-accordion--medium .ui-accordion__trigger {
  padding: 1rem 1.25rem;
}
.ui-accordion--medium .ui-accordion__title {
  font-size: 1rem;
}
.ui-accordion--medium .ui-accordion__body {
  margin-top: 1.5rem;
}
@media (max-width: 900px) {
  .ui-accordion--medium .ui-accordion__body {
    margin-top: 0.75rem;
  }
}
.ui-accordion--large .ui-accordion__trigger {
  padding: 1.25rem 1.5rem;
}
.ui-accordion--large .ui-accordion__title {
  font-size: 1.125rem;
}
.ui-accordion--large .ui-accordion__body {
  padding: 1.25rem 1.5rem;
}
.ui-accordion--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.ui-accordion--disabled .ui-accordion__trigger {
  cursor: not-allowed;
}
.ui-accordion__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s ease;
  border-radius: var(--radius-medium2, 6px);
  border: 1px solid var(--color-primary-pr05, #3c79c2);
  background: var(--color-primary-pr00, #ecf2f9);
}
.ui-accordion__trigger:hover:not(:disabled) {
  background: var(--color-primary-pr00, #ecf2f9);
}
.ui-accordion__trigger:focus-visible {
  outline: 2px solid #3c79c2;
  outline-offset: -2px;
}
.ui-accordion__trigger[aria-expanded=true] .ui-accordion__icon--arrow,
.ui-accordion__trigger[aria-expanded=true] .ui-accordion__icon--chevron {
  transform: rotate(180deg);
}
.ui-accordion__trigger[aria-expanded=true] .ui-accordion__icon--plus {
  transform: rotate(45deg);
}
.ui-accordion__header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.75rem;
}
.ui-accordion__title {
  font-weight: 400;
  color: #0b50d0;
  line-height: 1.5;
  text-align: center;
}
.ui-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3c79c2;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.ui-accordion__icon--left {
  order: -1;
}
.ui-accordion__icon--right {
  order: 1;
}
.ui-accordion__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.ui-accordion__icon--expanded.ui-accordion__icon--arrow, .ui-accordion__icon--expanded.ui-accordion__icon--chevron {
  transform: rotate(180deg);
}
.ui-accordion__icon--expanded.ui-accordion__icon--plus {
  transform: rotate(45deg);
}
.ui-accordion__content {
  overflow: hidden;
  display: block;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.ui-accordion__content[data-expanded=true] {
  max-height: 1000px;
  opacity: 1;
}
.ui-accordion__body p:last-child {
  margin-bottom: 0;
}
.ui-accordion__body ul,
.ui-accordion__body ol {
  margin: 0.75rem 0;
  padding-left: 1.25rem;
}
.ui-accordion__body li {
  margin-bottom: 0.25rem;
}
@media (max-width: 900px) {
  .ui-accordion--small .ui-accordion__trigger {
    padding: 0.625rem 0.875rem;
  }
  .ui-accordion--medium .ui-accordion__trigger {
    padding: 0.875rem 1rem;
  }
  .ui-accordion--large .ui-accordion__trigger {
    padding: 1rem 1.25rem;
  }
  .ui-accordion--small .ui-accordion__body {
    padding: 0.625rem 0.875rem;
  }
  .ui-accordion--medium .ui-accordion__body {
    padding: 0;
  }
  .ui-accordion--large .ui-accordion__body {
    padding: 1rem 1.25rem;
  }
}

.ui-collection-accordion {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  background: white;
  margin-bottom: 1rem;
}
.ui-collection-accordion.custom-accordion {
  display: block !important;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 2.5rem;
}
.ui-collection-accordion.custom-accordion .ui-collection-accordion__inner {
  padding: 0 1px;
}
.ui-collection-accordion.custom-accordion .ui-collection-accordion__trigger {
  justify-content: flex-start;
  padding: 0;
}
.ui-collection-accordion.custom-accordion .ui-collection-accordion__trigger-content {
  flex: none;
}
.ui-collection-accordion.custom-accordion .ui-collection-accordion__icon {
  margin-left: 5px;
}
.ui-collection-accordion.custom-accordion .ui-collection-accordion__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 2.5rem;
  margin-right: 0.3125rem;
}
.ui-collection-accordion.custom-accordion .ui-collection-accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='23' viewBox='0 0 30 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4471 22.2451C8.5696 19.3212 4.15434 21.0508 2.64026 22.1864C2.31704 22.4288 1.8846 22.4678 1.52323 22.2871C1.16186 22.1064 0.933594 21.7371 0.933594 21.333V5.33304C0.933594 4.9973 1.09167 4.68115 1.36026 4.47971C3.33128 3.00144 8.39782 1.08275 13.9552 4.08017C16.3216 2.64629 21.2567 1.24299 26.5491 4.41838C26.8703 4.61115 27.0669 4.95836 27.0669 5.33304V21.333C27.0669 21.7173 26.8602 22.0719 26.5258 22.2613C26.1914 22.4506 25.781 22.4454 25.4515 22.2477C20.5772 19.3232 16.1638 21.0469 14.6449 22.1829C14.626 22.1972 14.6066 22.211 14.5866 22.2241C14.5181 22.2692 14.4453 22.3058 14.3699 22.3336C14.2464 22.3793 14.1164 22.4013 13.9868 22.3996C13.8782 22.3983 13.7698 22.3803 13.6655 22.3459C13.6069 22.3265 13.5496 22.3019 13.4942 22.272C13.4782 22.2634 13.4625 22.2544 13.4471 22.2451ZM3.06693 19.5042V5.89974C4.80767 4.84198 8.65682 3.6544 12.9336 5.95324V19.5806C8.98292 17.8442 5.36996 18.4852 3.06693 19.5042ZM15.0669 19.5042C17.37 18.4852 20.9829 17.8442 24.9336 19.5806V5.95324C20.6568 3.6544 16.8077 4.84198 15.0669 5.89974V19.5042Z' fill='%2333363D'/%3E%3Cellipse cx='24.668' cy='5.3335' rx='4' ry='4' fill='%233c79c2'/%3E%3Cellipse cx='24.6683' cy='5.33333' rx='5.33333' ry='5.33333' fill='%233c79c2'/%3E%3C/svg%3E");
}
.ui-collection-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 1rem 0rem !important;
  padding-bottom: 0 !important;
}
.ui-collection-accordion__trigger[aria-expanded=true] .icon-arrow-down {
  transform: rotate(180deg);
}
.ui-collection-accordion__trigger[aria-expanded=true] .icon-close {
  transform: none;
}
.ui-collection-accordion__trigger-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}
.ui-collection-accordion__title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-align: left;
}
.ui-collection-accordion__count {
  font-size: 0.875rem;
  color: #666;
}
.ui-collection-accordion__icon {
  color: #666;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.ui-collection-accordion__icon--close {
  color: #999;
}
.ui-collection-accordion__icon--close:hover {
  color: #666;
}
.ui-collection-accordion .icon-arrow-down {
  transition: transform 0.3s ease;
}
.ui-collection-accordion .icon-close {
  transition: transform 0.3s ease;
}
.ui-collection-accordion__content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: auto !important;
}
.ui-collection-accordion__content[data-expanded=true] {
  max-height: auto;
}
.ui-collection-accordion__inner {
  padding: 0rem 1.25rem;
  padding-bottom: 1.25rem;
}
.ui-collection-accordion__book-title {
  margin-bottom: 1.25rem;
}
.ui-collection-accordion__book-title h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.ui-collection-accordion__tabs {
  margin-bottom: 1rem;
}
.ui-collection-accordion__notice {
  margin-bottom: 1.25rem;
  padding: 0.75rem;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}
.ui-collection-accordion__notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-collection-accordion__notice li {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.4;
}
.ui-collection-accordion__notice li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.ui-collection-accordion__table-wrapper {
  margin-top: 1.25rem;
  overflow-x: auto;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
}
.ui-collection-accordion__table {
  width: 100%;
  min-width: 50rem;
  border-collapse: collapse;
}
.ui-collection-accordion__table th,
.ui-collection-accordion__table td {
  padding: 0.75rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.875rem;
  vertical-align: middle;
}
.ui-collection-accordion__table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
.ui-collection-accordion__table tbody tr:last-child th,
.ui-collection-accordion__table tbody tr:last-child td {
  border-bottom: none;
}
.ui-collection-accordion__table .library-info .library-name {
  display: block;
  font-weight: 600;
  margin-bottom: 0.125rem;
  color: #333;
}
.ui-collection-accordion__table .library-info .reading-room {
  display: block;
  font-size: 0.75rem;
  color: #666;
}
.ui-collection-accordion__table .loan-status .status-text {
  display: block;
  font-weight: 500;
  margin-bottom: 0.125rem;
}
.ui-collection-accordion__table .loan-status .reservation-info {
  display: block;
  font-size: 0.75rem;
  color: #666;
}
.ui-collection-accordion__table .return-date {
  color: #666;
}
.ui-collection-accordion__table .service-button {
  padding: 0.375rem 0.75rem;
  border: 1px solid;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-collection-accordion__table .service-button--reservation {
  background: #007bff;
  border-color: #007bff;
  color: white;
}
.ui-collection-accordion__table .service-button--reservation:hover {
  background: #0056b3;
  border-color: #0056b3;
}
.ui-collection-accordion__table .service-button--interlibrary {
  background: #28a745;
  border-color: #28a745;
  color: white;
}
.ui-collection-accordion__table .service-button--interlibrary:hover {
  background: #1e7e34;
  border-color: #1e7e34;
}
.ui-collection-accordion__table .call-number,
.ui-collection-accordion__table .registration-number {
  font-family: monospace;
  font-size: 0.75rem;
  color: #666;
}
.ui-collection-accordion__table .print-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-collection-accordion__table .print-button:hover {
  background: #e9ecef;
  color: #333;
}
.ui-collection-accordion__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-right: 0.8125rem;
}
.ui-collection-accordion__close-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ui-collection-accordion__close-btn:focus {
  outline: 2px solid var(--color-primary-pr50, #007ccc);
  outline-offset: 2px;
}
.ui-collection-accordion__close-btn .icon {
  color: #666;
  transition: color 0.2s ease;
}
.ui-collection-accordion__close-btn:hover .icon {
  color: #333;
}
@media (max-width: 900px) {
  .ui-collection-accordion__trigger {
    padding: 0.75rem 1rem;
  }
  .ui-collection-accordion__inner {
    padding: 1rem;
  }
  .ui-collection-accordion__table {
    min-width: 37.5rem;
  }
  .ui-collection-accordion__table th,
  .ui-collection-accordion__table td {
    padding: 0.5rem 0.375rem;
    font-size: 0.8125rem;
  }
}

body:has(.main-layer-popup:not(.is-active)) {
  overflow: hidden;
}

body:has(.main-layer-popup.is-active) {
  overflow: auto;
}

.main-layer-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main-layer-popup.is-active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.main-layer-popup__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.main-layer-popup__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 73.125rem;
  padding: 0 1.25rem;
}
.main-layer-popup__container--single .swiper-wrapper {
  justify-content: center;
}
.main-layer-popup__actions {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: end;
  padding: 0;
  margin-bottom: 1rem;
  z-index: 11;
  padding: 0 62px;
}
.main-layer-popup__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-layer-popup__swiper {
  position: relative;
  width: 100%;
  max-width: 63rem;
  margin: 0 auto;
}
.main-layer-popup__swiper .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-layer-popup__swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.main-layer-popup__swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem !important;
  height: 40.625rem;
  max-height: calc(100vh - 180px);
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
.main-layer-popup__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main-layer-popup__swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.main-layer-popup__swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.main-layer-popup__swiper .swiper-pagination-wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.main-layer-popup__swiper .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 1rem;
  background-color: #191a1a;
  border-radius: 62.5rem;
  width: fit-content;
  height: 2.5rem;
}
.main-layer-popup__swiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0;
}
.main-layer-popup__swiper .swiper-pagination-bullet-active {
  width: 1.25rem;
  background-color: #8aafdb;
}
.main-layer-popup__swiper .swiper-pagination-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.875rem 1rem;
  background-color: #191a1a;
  border-radius: 62.5rem;
  height: 2.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
}
.main-layer-popup__swiper .swiper-pagination-counter .current {
  color: #8aafdb;
}
.main-layer-popup__swiper .swiper-pagination-counter .separator {
  color: #ffffff;
}
.main-layer-popup__swiper .swiper-pagination-counter .total {
  color: #ffffff;
}
.main-layer-popup .swiper-button-prev,
.main-layer-popup .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #ffffff;
  border: 1px solid #cdd1d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: -0.75rem;
}
.main-layer-popup .swiper-button-prev::after,
.main-layer-popup .swiper-button-next::after {
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
}
.main-layer-popup .swiper-button-prev:hover,
.main-layer-popup .swiper-button-next:hover {
  background-color: #f4f5f6;
}
.main-layer-popup .swiper-button-prev.swiper-button-disabled,
.main-layer-popup .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.main-layer-popup .swiper-button-prev {
  left: -5rem;
}
.main-layer-popup .swiper-button-next {
  right: -5rem;
}
.main-layer-popup__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.625rem;
  height: 3.5rem;
  padding: 0 1.25rem;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
}
.main-layer-popup__button--close {
  border-radius: var(--radius-medium2, 6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  color: #191a1a;
}
.main-layer-popup__button--close:hover {
  background: var(--color-button-tertiary-fill-pressed, #e6e8ea);
}
.main-layer-popup__button--hide-today {
  border-radius: var(--radius-medium2, 6px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  color: #191a1a;
}
.main-layer-popup__button--hide-today:hover {
  background: var(--color-button-tertiary-fill-pressed, #e6e8ea);
}
@media (max-width: 900px) {
  .main-layer-popup__container {
    max-width: 95%;
    max-height: 95%;
    padding: 0 16px;
  }
  .main-layer-popup__actions {
    padding: 0;
    margin-bottom: 12px;
    gap: 8px;
    justify-content: end;
    flex-wrap: wrap;
  }
  .main-layer-popup__button {
    min-width: 80px;
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .main-layer-popup__button {
    font-size: 14px;
  }
  .main-layer-popup__button img {
    display: none;
  }
}
@media (max-width: 900px) {
  .main-layer-popup__button--close, .main-layer-popup__button--hide-today {
    flex: 1;
    min-width: 120px;
    max-width: 200px;
  }
  .main-layer-popup__content {
    gap: 12px;
  }
  .main-layer-popup__swiper {
    max-width: 100%;
  }
  .main-layer-popup__swiper .swiper {
    overflow: hidden;
    height: auto;
  }
  .main-layer-popup__swiper .swiper-wrapper {
    height: auto;
  }
  .main-layer-popup__swiper .swiper-slide {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: block;
  }
  .main-layer-popup__swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .main-layer-popup__swiper .swiper-slide a {
    display: block;
  }
  .main-layer-popup__swiper .swiper-slide a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .main-layer-popup__swiper .swiper-pagination-wrapper {
    margin-top: 16px;
    gap: 12px;
  }
  .main-layer-popup__swiper .swiper-pagination {
    padding: 12px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .main-layer-popup__swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 900px) {
  .main-layer-popup__swiper .swiper-pagination-counter {
    padding: 12px 14px;
    font-size: 15px;
  }
}
@media (max-width: 900px) {
  .main-layer-popup .swiper-button-prev,
  .main-layer-popup .swiper-button-next {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .main-layer-popup__swiper .swiper-slide {
    width: 400px;
    height: 566px;
  }
  .main-layer-popup__swiper .swiper-button-prev {
    left: -60px;
  }
  .main-layer-popup__swiper .swiper-button-next {
    right: -60px;
  }
  .main-layer-popup__actions {
    padding: 0 20px;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .main-layer-popup__actions {
    padding: 0;
  }
}

.ui-collection-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.ui-collection-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.ui-collection-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.ui-collection-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 62.5rem;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.ui-collection-modal:not(.is-open) .ui-collection-modal__container {
  transform: translate(-50%, -50%) scale(0.95);
}
.ui-collection-modal__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 90vh;
}
.ui-collection-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.ui-collection-modal__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0;
}
.ui-collection-modal__close {
  padding: 0.5rem;
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}
.ui-collection-modal__close:hover {
  background: #f3f4f6;
  color: #374151;
}
.ui-collection-modal__close svg {
  display: block;
}
.ui-collection-modal__tabs {
  padding: 0 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.ui-collection-modal__tabs .tab-list {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ui-collection-modal__tabs .tab-list::-webkit-scrollbar {
  display: none;
}
.ui-collection-modal__tabs .tab-button {
  padding: 0.75rem 1rem;
  background: none;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.ui-collection-modal__tabs .tab-button:hover {
  color: #374151;
}
.ui-collection-modal__tabs .tab-button.is-active {
  color: #2563eb;
  border-bottom-color: #2563eb;
}
.ui-collection-modal__notice {
  padding: 1rem 1.5rem;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}
.ui-collection-modal__notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.ui-collection-modal__notice ul li {
  font-size: 0.75rem;
  color: #059669;
  line-height: 1.4;
}
.ui-collection-modal__table-wrapper {
  flex: 1;
  overflow: auto;
  padding: 1.5rem;
}
.ui-collection-modal__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.ui-collection-modal__table th,
.ui-collection-modal__table td {
  padding: 0.75rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}
.ui-collection-modal__table th {
  background: #f9fafb;
  font-weight: 600;
  color: #374151;
  position: sticky;
  top: 0;
  z-index: 1;
}
.ui-collection-modal__table td {
  color: #111827;
}
.ui-collection-modal__table .library-info .library-name {
  color: #059669;
  font-weight: 500;
  margin-right: 0.25rem;
}
.ui-collection-modal__table .library-info .reading-room {
  color: #6b7280;
}
.ui-collection-modal__table .loan-status .status-text {
  font-weight: 500;
}
.ui-collection-modal__table .loan-status .reservation-info {
  color: #6b7280;
  font-size: 0.75rem;
}
.ui-collection-modal__table .return-date {
  color: #dc2626;
  font-weight: 500;
}
.ui-collection-modal__table .service-button {
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-collection-modal__table .service-button--reservation {
  background: #dbeafe;
  color: #1e40af;
  border-color: #bfdbfe;
}
.ui-collection-modal__table .service-button--reservation:hover {
  background: #bfdbfe;
}
.ui-collection-modal__table .service-button--interlibrary {
  background: #fef3c7;
  color: #92400e;
  border-color: #fde68a;
}
.ui-collection-modal__table .service-button--interlibrary:hover {
  background: #fde68a;
}
.ui-collection-modal__table .call-number,
.ui-collection-modal__table .registration-number {
  font-family: monospace;
  font-size: 0.8125rem;
  color: #6b7280;
}
.ui-collection-modal__table .print-button {
  padding: 0.375rem;
  background: none;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-collection-modal__table .print-button:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
  color: #374151;
}
.ui-collection-modal__table .print-button svg {
  display: block;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 575px) {
  .ui-collection-modal__container {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  .ui-collection-modal__table th,
  .ui-collection-modal__table td {
    padding: 0.375rem 0.25rem;
    font-size: 0.6875rem;
  }
  .ui-collection-modal__tabs .tab-button {
    padding: 0.625rem 0.75rem;
    font-size: 0.75rem;
  }
}
.library-hours-swiper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}
.library-hours-swiper .swiper-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.library-hours-swiper .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  flex: 0 0 100% !important;
}

.book-swiper-wrapper {
  position: relative;
}
.book-swiper-wrapper .btn-wrp {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.book-swiper {
  margin: 0 54px !important;
}
.book-swiper ul.swiper-wrapper {
  display: flex;
  padding-left: 0;
}
.book-swiper ul.swiper-wrapper li.swiper-slide img {
  width: 100%;
  height: 231px;
  object-fit: cover;
}
.book-swiper ul.swiper-wrapper li.swiper-slide .tit {
  padding: 10px 0;
  margin-bottom: 8px;
  font-size: to-rem(17);
  font-weight: 700;
  line-height: 1.5;
  color: #191a1a;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-swiper ul.swiper-wrapper li.swiper-slide .txt {
  font-size: to-rem(17);
  font-weight: 500;
  color: #322333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-book-card {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 900px) {
  .ui-book-card {
    margin-bottom: 1rem;
  }
}
.ui-book-card:last-child {
  margin-bottom: 0;
}
.ui-book-card__container {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 0.75rem;
}
@media (max-width: 900px) {
  .ui-book-card__container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 0.5rem;
  }
}
.ui-book-card__left {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .ui-book-card__left {
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.ui-book-card__index {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.4375rem;
  width: auto;
}
.ui-book-card__index-number {
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
@media (max-width: 900px) {
  .ui-book-card__index-number {
    font-size: 0.875rem;
  }
}
.ui-book-card__image-wrapper {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex: 1;
}
.ui-book-card__image-container {
  position: relative;
  width: 13.75rem;
  height: 100%;
}
@media (max-width: 900px) {
  .ui-book-card__image-container {
    width: 200px;
    height: 0;
    padding-bottom: 133.33%;
  }
}
.ui-book-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-book-card__image-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #e5e7eb;
  border-radius: 0.5rem;
}
@media (max-width: 900px) {
  .ui-book-card__image-mask {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.375rem;
  }
}
.ui-book-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ui-book-card__image-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}
.ui-book-card__add-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0 1rem;
  height: 3rem;
  background-color: #6b7280;
  color: #ffffff;
  border-radius: 0 0 0.375rem 0.375rem;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  transition: background-color 0.2s ease;
  width: 100%;
}
.ui-book-card__add-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 900px) {
  .ui-book-card__add-button {
    font-size: 0.9375rem;
    height: 2.75rem;
    padding: 0 0.75rem;
  }
}
.ui-book-card__add-button:hover {
  background-color: #374151;
}
.ui-book-card__add-button svg {
  flex-shrink: 0;
}
.ui-book-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}
@media (max-width: 900px) {
  .ui-book-card__content {
    gap: 0.75rem;
    width: 100%;
  }
}
.ui-book-card__badges {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.ui-book-card__badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 1rem;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  height: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .ui-book-card__badge {
    font-size: 0.8125rem;
    padding: 0 0.625rem;
    border-radius: 0.75rem;
  }
}
.ui-book-card__badge--large {
  font-size: 1.0625rem;
}
@media (max-width: 900px) {
  .ui-book-card__badge--large {
    height: 1.75rem;
    font-size: 0.9375rem;
  }
}
.ui-book-card__badge--success {
  background-color: #228738;
  color: #ffffff;
}
.ui-book-card__badge--warning {
  background-color: #ffb114;
  color: #ffffff;
}
.ui-book-card__badge--default {
  background-color: #7d8181;
  color: #ffffff;
}
.ui-book-card__badge--tertiary {
  background-color: #6b7280;
  color: #ffffff;
}
.ui-book-card__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
}
@media (max-width: 900px) {
  .ui-book-card__main {
    gap: 1rem;
  }
}
.ui-book-card__title-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}
@media (max-width: 900px) {
  .ui-book-card__title-section {
    gap: 0.5rem;
  }
}
.ui-book-card__title {
  display: block;
  align-items: center;
  gap: 0.125rem;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #111827;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .ui-book-card__title {
    font-size: 1.125rem;
  }
}
.ui-book-card__title .text-primary {
  color: #3c79c2;
}
.ui-book-card__sub-title {
  margin-top: 5px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .ui-book-card__sub-title {
    font-size: 1.125rem;
    word-break: keep-all;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.ui-book-card__author {
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .ui-book-card__author {
    font-size: 0.9375rem;
  }
}
.ui-book-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ui-book-card__details-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 900px) {
  .ui-book-card__details-row {
    gap: 0.75rem;
  }
}
.ui-book-card__details-column {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex: 1;
}
@media (max-width: 900px) {
  .ui-book-card__details-column {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.ui-book-card__detail-item {
  display: flex;
  flex-direction: row;
  flex: 1;
  min-width: 0;
}
@media (max-width: 900px) {
  .ui-book-card__detail-item {
    gap: 0.5rem;
    align-items: flex-start;
  }
}
.ui-book-card__detail-label {
  display: block;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #1f2937;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
@media (max-width: 900px) {
  .ui-book-card__detail-label {
    font-size: 0.9375rem;
    margin-right: 0.375rem;
  }
}
.ui-book-card__detail-value {
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #6b7280;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .ui-book-card__detail-value {
    font-size: 0.9375rem;
  }
}
.ui-book-card__actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.75rem;
  align-self: flex-start;
}
@media (max-width: 900px) {
  .ui-book-card__actions {
    margin-top: 1rem;
    gap: 0.375rem;
  }
}
@media (max-width: 900px) {
  .ui-book-card__actions .ui-button {
    flex: 1;
    padding: 0 10px;
  }
}
.ui-book-card__action-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 0 1rem;
  height: 3rem;
  border-radius: 0.375rem;
  font-family: "PretendardVariable", "PretendardGOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.ui-book-card__action-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 900px) {
  .ui-book-card__action-button {
    font-size: 0.9375rem;
    height: 2.75rem;
    padding: 0 0.75rem;
    border-radius: 0.25rem;
  }
}
.ui-book-card__action-button--secondary {
  background-color: transparent;
  color: #111827;
  border: 1px solid #9ca3af;
}
.ui-book-card__action-button--secondary:hover {
  background-color: #f3f4f6;
}
.ui-book-card__action-button--primary {
  background-color: #f3f4f6;
  color: #111827;
  border: 1px solid #9ca3af;
}
.ui-book-card__action-button--primary:hover {
  background-color: #e5e7eb;
}

.ui-smart-library-book-card {
  display: flex;
  justify-content: flex-start;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 32px;
  box-sizing: border-box;
  width: 100%;
}
.ui-smart-library-book-card__content {
  display: flex;
  gap: 12px;
}
.ui-smart-library-book-card__left {
  display: flex;
  gap: 0;
}
.ui-smart-library-book-card__index {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 24px;
  padding: 0 7px;
  gap: 10px;
}
.ui-smart-library-book-card__index-number {
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.ui-smart-library-book-card__image {
  position: relative;
  width: 150px;
  height: 232px;
}
.ui-smart-library-book-card__book-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.ui-smart-library-book-card__book-placeholder {
  width: 100%;
  height: 100%;
  background-color: #e5e7eb;
  border-radius: 4px;
}
.ui-smart-library-book-card__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
.ui-smart-library-book-card__title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.ui-smart-library-book-card__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-smart-library-book-card__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ui-smart-library-book-card__detail-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-smart-library-book-card__detail-item {
  display: flex;
  gap: 8px;
  width: 100%;
}
.ui-smart-library-book-card__detail-label {
  font-weight: 700;
  font-size: 1.0625rem;
  min-width: 60px;
  line-height: 1.5;
  color: #000000;
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ui-smart-library-book-card__detail-value {
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #000000;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ui-smart-library-book-card__status-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.ui-smart-library-book-card__status {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.5;
  border-radius: 4px;
  padding-left: 0;
  margin-top: 10px;
}
.ui-smart-library-book-card__status--available {
  color: #0071ba;
}
.ui-smart-library-book-card__status--checked-out {
  color: #fa746e;
}
@media (max-width: 900px) {
  .ui-smart-library-book-card {
    padding: 16px;
    border-radius: 8px;
  }
  .ui-smart-library-book-card__content {
    flex-direction: column;
    gap: 12px;
  }
  .ui-smart-library-book-card__left {
    align-self: center;
    gap: 8px;
  }
  .ui-smart-library-book-card__index {
    width: 20px;
    height: 20px;
    padding: 0 5px;
  }
  .ui-smart-library-book-card__index-number {
    font-size: 0.8125rem;
  }
  .ui-smart-library-book-card__image {
    width: 100%;
    height: auto;
  }
  .ui-smart-library-book-card__info {
    height: auto;
    gap: 8px;
  }
  .ui-smart-library-book-card__title-wrapper {
    justify-content: center;
  }
  .ui-smart-library-book-card__title {
    font-size: 1rem;
    text-align: center;
    width: 100%;
    -webkit-line-clamp: 3;
  }
  .ui-smart-library-book-card__details {
    gap: 6px;
  }
  .ui-smart-library-book-card__detail-item {
    gap: 2px;
    display: flex;
    gap: 10px;
  }
  .ui-smart-library-book-card__detail-label {
    font-size: 0.9375rem;
    font-weight: 700;
  }
  .ui-smart-library-book-card__detail-value {
    font-size: 0.9375rem;
    font-weight: 400;
  }
  .ui-smart-library-book-card__status {
    font-size: 1.25rem;
    height: 26px;
    margin-top: 8px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .card-container--col-2 .card-container__item {
    max-width: 100% !important;
  }
}
.book-list-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  overflow: hidden;
}
@media (max-width: 900px) {
  .book-list-card {
    border-radius: 6px;
  }
}

.book-rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  color: #ffffff;
  width: 3.3125rem;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-rank.rank-000::after {
  background: #000000;
}
.book-rank.rank-100::after {
  background: #2251a5;
}
.book-rank.rank-200::after {
  background: #6355ab;
}
.book-rank.rank-300::after {
  background: #c04657;
}
.book-rank.rank-400::after {
  background: #f88379;
}
.book-rank.rank-500::after {
  background: #4a4a4a;
}
.book-rank.rank-600::after {
  background: #c57eba;
}
.book-rank.rank-700::after {
  background: #ff8c00;
}
.book-rank.rank-800::after {
  background: #de5d83;
}
.book-rank.rank-900::after {
  background: #00b248;
}
.book-rank .tx-rank {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  width: max-content;
}
.book-rank::after {
  content: "";
  width: 3.3125rem;
  height: 4.375rem;
  position: absolute;
  z-index: 10;
  background: #00b248;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 70%, 0% 100%);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
}
@media (max-width: 900px) {
  .book-rank {
    width: 2.5rem;
    height: 3.125rem;
    top: 0.375rem;
    left: 0.375rem;
    font-size: 0.625rem;
  }
  .book-rank::before {
    width: 2rem;
    height: 2.75rem;
  }
}

.book-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f8f9fa;
}
.book-image-container .book-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (max-width: 900px) {
  .book-image-container .book-image {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.book-image-container:hover .book-image {
  transform: scale(1.02);
}

.book-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #dee2e6;
  gap: 0.5rem;
}
.book-placeholder .book-icon {
  font-size: 2rem;
  opacity: 0.5;
}
@media (max-width: 900px) {
  .book-placeholder .book-icon {
    font-size: 1.75rem;
  }
}
.book-placeholder .placeholder-text {
  color: #b1b3b3;
  text-align: center;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
  padding: 0 0.5rem;
}
@media (max-width: 900px) {
  .book-placeholder .placeholder-text {
    font-size: 0.6875rem;
    padding: 0 0.375rem;
  }
}

.like-btn {
  /* position: relative; */
  /* bottom: 3.75rem; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  background: #cbcccc;
  border: 1px solid #dee2e6;
  /* border-radius: 1.25rem; */
  padding: 0.375rem 0.75rem;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #191a1a;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
  white-space: nowrap;
  z-index: 5;
  height: 3rem;
}
.like-btn:hover {
  background: #ffffff;
  color: #007bff;
  border-color: #007bff;
}
.like-btn.liked {
  background: #007bff;
  color: #ffffff;
  border-color: #007bff;
}
.like-btn.liked:hover {
  background: #0056b3;
  border-color: #0056b3;
}
@media (max-width: 900px) {
  .like-btn {
    padding: 0.3125rem 0.625rem;
    font-size: 1rem;
    height: 2.5rem;
  }
}

.book-info {
  margin-top: 1.0625rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 900px) {
  .book-info {
    margin-top: 0.875rem;
    gap: 0.1875rem;
  }
}

.book-title {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #191a1a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 3.1875rem;
}
@media (max-width: 900px) {
  .book-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.book-author {
  margin-top: 0.25rem;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.3;
  color: #323333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  .book-author {
    font-size: 0.9375rem;
    margin-top: 0.1875rem;
  }
}

.book-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 900px) {
  .book-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
}
.book-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  .book-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .book-grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.book-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
  .book-grid.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .book-grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.book-grid.ㅊ {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 900px) {
  .book-grid.ㅊ {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .book-grid.ㅊ {
    grid-template-columns: repeat(3, 1fr);
  }
}
.book-grid.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 900px) {
  .book-grid.grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .book-grid.grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.book-recommendation-slider {
  width: 100%;
}
.book-recommendation-slider__container {
  position: absolute;
  left: 0;
  width: 100%;
  height: 8.125rem;
  background-color: #f1f2f2;
  border: 1px solid #cdd1d5;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 3.75rem;
  position: relative;
}
.book-recommendation-slider__container .swiper {
  width: 100%;
  height: 100%;
}
.book-recommendation-slider__container .swiper-slide {
  height: auto;
}
.book-recommendation-slider .btn-nav {
  width: 100%;
  height: 0;
}

.book-recommendation-btn-prev,
.book-recommendation-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: none !important;
  width: 1.5rem;
  height: 1.5rem;
}
.book-recommendation-btn-prev:hover,
.book-recommendation-btn-next:hover {
  opacity: 1;
}
.book-recommendation-btn-prev svg,
.book-recommendation-btn-next svg {
  width: 1.5rem;
  height: 1.5rem;
}

.book-recommendation-btn-prev {
  left: 1.0625rem;
}

.book-recommendation-btn-next {
  right: 1.0625rem;
}

.book-recommendation-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  min-height: 4.875rem;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.75rem 0.625rem;
  gap: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.book-recommendation-card:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.book-recommendation-card--highlighted {
  background-color: #e6f2fa;
  border: 2px solid #3396d6;
}
.book-recommendation-card__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  width: 100%;
  height: 100%;
}
.book-recommendation-card__text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #191a1a;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.book-recommendation-card--highlighted .book-recommendation-card__text {
  text-align: center;
}
.book-recommendation-card__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.book-recommendation-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 900px) {
  .book-recommendation-slider__container {
    padding: 1rem 2.5rem;
  }
  .book-recommendation-btn-prev {
    left: 0.375rem;
  }
  .book-recommendation-btn-next {
    right: 0.375rem;
  }
  .book-recommendation-card {
    min-height: 4.375rem;
    padding: 0.625rem 0.75rem;
  }
  .book-recommendation-card__text {
    font-size: 0.875rem;
  }
  .book-recommendation-card__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .book-recommendation-card__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (max-width: 900px) {
  .book-recommendation-slider__container {
    padding: 1rem 2rem;
    height: auto;
    min-height: 6.25rem;
  }
  .book-recommendation-btn-prev svg,
  .book-recommendation-btn-next svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .book-recommendation-btn-prev {
    left: 0.25rem;
  }
  .book-recommendation-btn-next {
    right: 0.25rem;
  }
  .book-recommendation-card {
    min-height: 5rem;
    padding: 0.75rem 0.75rem;
  }
  .book-recommendation-card__content {
    justify-content: center;
  }
  .book-recommendation-card__text {
    font-size: 0.8125rem;
    line-height: 1.5;
    text-align: center;
  }
  .book-recommendation-card__icon {
    width: 1.125rem;
    height: 1.125rem;
  }
  .book-recommendation-card__icon svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.my-bookshelf {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #ecf2f9;
  border-radius: 0.375rem;
  width: 100%;
  /* 헤더 섹션 */
  /* 책장 카드 목록 */
}
@media (max-width: 900px) {
  .my-bookshelf {
    padding: 20px;
    gap: 20px;
  }
}
.my-bookshelf__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 900px) {
  .my-bookshelf__header {
    gap: 16px;
  }
}
.my-bookshelf__header-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 900px) {
  .my-bookshelf__header-content {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.my-bookshelf__title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin: 0;
}
@media (max-width: 900px) {
  .my-bookshelf__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
  }
}
.my-bookshelf__edit-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.my-bookshelf__edit-button:hover {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .my-bookshelf__edit-button {
    gap: 4px;
  }
}
.my-bookshelf__edit-text {
  font-weight: 700;
  color: #333;
}
.my-bookshelf__edit-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .my-bookshelf__edit-icon {
    width: 20px;
    height: 20px;
  }
}
.my-bookshelf__cards {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
  min-width: 600px;
  overflow-x: auto;
}
@media (max-width: 900px) {
  .my-bookshelf__cards {
    gap: 8px;
    min-width: auto;
  }
}

.bookshelf-card {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
  flex: none;
  background-color: #ffffff;
  border: 1px solid #b1b3b3;
  border-radius: 0.375rem;
  padding: 2rem 32px;
  transition: all 0.2s ease;
  /* 카드 내용 */
  /* 카드 헤더 */
  /* 제목 그룹 */
  /* 책장 제목 */
  /* 책 개수 배지 */
  /* 전체보기 버튼 */
}
.bookshelf-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
@media (max-width: 900px) {
  .bookshelf-card {
    padding: 24px;
  }
}
.bookshelf-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 900px) {
  .bookshelf-card__content {
    gap: 16px;
  }
}
.bookshelf-card__header {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #cbcccc;
  padding: 0.5rem 0 1rem;
}
@media (max-width: 900px) {
  .bookshelf-card__header {
    padding: 8px 0 16px;
  }
}
.bookshelf-card__title-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  width: 100%;
}
@media (max-width: 900px) {
  .bookshelf-card__title-group {
    gap: 4px;
  }
}
.bookshelf-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin: 0;
  flex: none;
}
@media (max-width: 900px) {
  .bookshelf-card__title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    line-height: 1.5;
  }
}
.bookshelf-card__badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #3c79c2;
  color: #ffffff;
  border-radius: 62.5rem;
  padding: 0.5rem 0.75rem;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .bookshelf-card__badge {
    padding: 8px 12px;
  }
}
.bookshelf-card__count {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
@media (max-width: 900px) {
  .bookshelf-card__count {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
  }
}
.bookshelf-card__button {
  width: 100%;
  height: auto;
  min-height: 2rem;
}
@media (max-width: 900px) {
  .bookshelf-card__button {
    min-height: 32px;
  }
}
.bookshelf-card__button :global(.ui-button) {
  width: 100%;
  justify-content: center;
}

@media (min-width: 992px) {
  .my-bookshelf__cards .bookshelf-card {
    width: auto;
  }
}
.category-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 2rem;
}
.category-list__item {
  width: 100%;
}
@media (max-width: 900px) {
  .category-list {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.ui-category-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  overflow: hidden;
  transition: all 0.2s ease;
}
.ui-category-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ui-category-item.is-active .ui-category-item__icon {
  transform: rotate(180deg);
}
.ui-category-item.is-active .ui-category-item__header {
  border-bottom-color: #e5e7eb;
}
.ui-category-item.is-active .ui-category-item__content {
  display: block;
}
.ui-category-item__header {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.is-expanded .ui-category-item__header {
  border-bottom-color: #e5e7eb;
}
.ui-category-item__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}
.ui-category-item__title-badge {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex: none;
  gap: 0.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-category-item__title-badge:hover {
  opacity: 0.8;
}
.ui-category-item__title {
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #063a74;
  margin: 0;
}
.ui-category-item__badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #3c79c2;
  border-radius: 62.5rem;
  padding: 0 0.5rem;
  min-width: 1.625rem;
  height: 1.25rem;
}
.ui-category-item__count {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.ui-category-item__toggle {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 2.75rem;
  height: 2.75rem;
  color: #063a74;
  cursor: pointer;
  transition: all 0.2s ease;
  transform: rotate(0deg);
  border-radius: 0.25rem;
}
.ui-category-item__toggle:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ui-category-item__toggle:hover {
  background: rgba(60, 121, 194, 0.1);
}
.ui-category-item__toggle:focus {
  outline: 2px solid #3c79c2;
  outline-offset: 2px;
}
.ui-category-item__toggle.is-active {
  transform: rotate(180deg);
}
.ui-category-item__toggle img {
  width: 1.5rem;
  height: 1.5rem;
}
.ui-category-item__icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.2s ease;
  transform: rotate(-180deg);
}
.ui-category-item__content {
  display: none;
  padding: 1rem 2rem 1.5rem;
  border-top: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}
.ui-category-item__content.is-active {
  display: block;
}
.ui-category-item__content[aria-hidden=false] {
  display: none;
}
.ui-category-item__content[aria-hidden=true] {
  display: block;
}
.ui-category-item__tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ui-category-item__tag {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.125rem;
  padding: 0.5rem 0.625rem;
  height: 2rem;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 62.5rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ui-category-item__tag:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ui-category-item__tag:hover {
  background: #f9fafb;
  border-color: #3c79c2;
  color: #3c79c2;
}
.ui-category-item__tag:focus {
  outline: 2px solid #3c79c2;
  outline-offset: 2px;
}
.ui-category-item__tag:active {
  background: #3c79c2;
  border-color: #3c79c2;
  color: #ffffff;
}
@media (max-width: 900px) {
  .ui-category-item__header {
    padding: 1.25rem 1.5rem;
  }
  .ui-category-item__container {
    gap: 0.75rem;
  }
  .ui-category-item__title {
    font-size: 1.0625rem;
  }
  .ui-category-item__badge {
    padding: 0 0.375rem;
    min-width: 1.375rem;
    height: 1.125rem;
  }
  .ui-category-item__count {
    font-size: 0.8125rem;
  }
  .ui-category-item__content {
    padding: 0.75rem 1.5rem 1.25rem;
  }
  .ui-category-item__tag {
    padding: 0.375rem 0.5rem;
    height: 1.75rem;
    font-size: 0.8125rem;
  }
}

.category-list-wrp {
  padding: 1.5rem 2rem;
  background: #ecf2f9;
  border-radius: 0.375rem;
}
@media (max-width: 900px) {
  .category-list-wrp {
    margin-top: 24px;
    padding: 1.25rem 1.5rem;
  }
}

.material-status__date {
  font-family: "Pretendard GOV", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #131416;
  text-align: right;
  line-height: 1.5;
  margin-bottom: 0;
  margin-bottom: 15px;
}

.material-status-table {
  width: 100%;
}
.material-status-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.material-status-table table th,
.material-status-table table td {
  padding: 0.5rem 0.125rem;
  border: 1px solid #cbcccc;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.material-status-table table th {
  background-color: #ecf2f9;
  border-color: #d8e4f3;
  font-weight: 700;
  font-size: 0.8125rem;
  color: black;
}
.material-status-table table th.bg-primary {
  background-color: #ecf2f9;
}
.material-status-table table th.text-gray {
  color: #646767;
  font-weight: 400;
  font-size: 0.6875rem;
}
.material-status-table table td {
  background-color: white;
  color: #4b4d4d;
  font-weight: 400;
  font-size: 0.8125rem;
}
.material-status-table table td.bg-light {
  background-color: #ecf2f9;
  font-weight: 400;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 10rem;
}
.material-status-table table td.font-bold {
  font-weight: 700;
}
.material-status-table table td.text-center {
  text-align: center;
  padding: 0.5rem 0.125rem;
}
.material-status-table table td.text-left {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
}
.material-status-table table tbody tr:hover {
  background-color: #f8f9fa;
}
.material-status-table table tbody tr:hover td {
  background-color: #f8f9fa;
}
.material-status-table table tbody tr:hover td.bg-light {
  background-color: #e8f0f8;
}
.material-status-table table .total-row td {
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .material-status-tabs {
    max-width: 100%;
    height: 48px;
  }
  .material-status-tabs__tab {
    font-size: 15px;
    padding: 0 12px;
  }
  .material-status-tabs__tab--active {
    font-size: 17px;
  }
  .material-status__date {
    font-size: 13px;
  }
  .material-status-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .material-status-table table {
    min-width: 1000px;
  }
  .material-status-table table th,
  .material-status-table table td {
    padding: 8px 12px;
    font-size: 14px;
  }
  .material-status-table table th {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .material-status-tabs__tab {
    font-size: 14px;
    min-width: 60px;
    padding: 0 8px;
  }
  .material-status-tabs__tab--active {
    font-size: 16px;
  }
  .material-status-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .material-status-table table {
    min-width: 800px;
  }
  .material-status-table table th,
  .material-status-table table td {
    padding: 6px 8px;
    font-size: 12px;
    white-space: nowrap;
  }
  .material-status-table table th {
    font-size: 12px;
  }
}
/* ============================================
   Search Results Components
   ============================================ */
.search-result-header {
  background: #ecf2f9;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .search-result-header {
    padding: 12px 16px;
    margin-bottom: 20px;
  }
}
.search-result-header__title {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #131416;
  margin: 0;
}
@media (max-width: 900px) {
  .search-result-header__title {
    font-size: 17px;
  }
}
.search-result-header__count--blue {
  color: #30619b;
}
.search-result-header__count--darkBlue {
  color: #244874;
}
.search-result-header__count--primary {
  color: #3c79c2;
}
.search-result-header__more {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #191a1a;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: none;
  transition: color 0.2s ease;
}
.search-result-header__more:hover {
  color: #244874;
}
@media (max-width: 900px) {
  .search-result-header__more {
    font-size: 15px;
  }
}

.search-results-section {
  margin-bottom: 2.5rem;
}
@media (max-width: 900px) {
  .search-results-section {
    margin-bottom: 32px;
  }
}

.search-result-container li {
  margin-top: 2.5rem;
}
.search-result-container li p {
  margin-top: 10px;
}
.search-result-container li:first-child {
  margin-top: 0;
}
.search-result-container li:first-child .search-result-header {
  margin-top: 0;
}

.result-item {
  border-bottom: 1px solid #cbcccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .result-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.result-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.result-item .result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
@media (max-width: 900px) {
  .result-item .result-header {
    margin-bottom: 8px;
  }
}
.result-item .result-title {
  margin-bottom: 0.75rem !important;
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #1e2124;
  margin: 0;
  flex: 1;
}
.result-item .result-title .highlight {
  color: #3c79c2;
  font-weight: 700;
  background: #d8e4f3;
  padding: 4px 0.25rem;
}
@media (max-width: 900px) {
  .result-item .result-title {
    font-size: 17px;
  }
}
.result-item .more-btn {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #191a1a;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.result-item .more-btn:hover {
  color: #244874;
  background: rgba(36, 72, 116, 0.05);
}
@media (max-width: 900px) {
  .result-item .more-btn {
    font-size: 13px;
    padding: 3px 6px;
  }
}
.result-item .result-body {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .result-item .result-body {
    gap: 16px;
  }
}
.result-item .result-description {
  margin-top: 0.75rem;
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #4b4d4d;
  margin: 0;
}
.result-item .result-description .highlight {
  color: #3c79c2;
  font-weight: 700;
  background: #d8e4f3;
  padding: 4px 0.25rem;
}
@media (max-width: 900px) {
  .result-item .result-description {
    font-size: 15px;
  }
}

.result-item.image-title-type .result-image {
  flex-shrink: 0;
  width: 4.125rem;
  height: 5.25rem;
  object-fit: cover;
  border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .result-item.image-title-type .result-image {
    width: 54px;
    height: 68px;
    border-radius: 3px;
  }
}
.result-item.image-title-type .result-content {
  flex: 1;
  min-width: 0;
}

.result-item.title-only-type .result-content {
  width: 100%;
}

.search-summary {
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .search-summary {
    margin-bottom: 24px;
  }
}
.search-summary__text {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #1e2124;
  margin: 0;
}
.search-summary__text .search-term {
  color: #30619b;
  font-weight: 700;
}
.search-summary__text .count {
  color: #3c79c2;
  font-weight: 700;
}
@media (max-width: 900px) {
  .search-summary__text {
    font-size: 17px;
  }
}

.search-results-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 900px) {
  .search-results-container {
    gap: 32px;
  }
}

.selected-filters-section {
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .selected-filters-section {
    margin-bottom: 20px;
  }
}

.selected-filters-container {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 0;
}
@media (max-width: 900px) {
  .selected-filters-container {
    padding: 12px 0;
    gap: 8px;
  }
}

.clear-all-action {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  min-width: 6.25rem;
}
@media (max-width: 900px) {
  .clear-all-action {
    min-width: 100px;
    gap: 4px;
  }
}

.clear-all-text {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .clear-all-text {
    font-size: 19px;
  }
}

.clear-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid #cdd1d5;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.clear-all-btn img {
  width: 16px;
  height: 16px;
}
@media (max-width: 900px) {
  .clear-all-btn {
    width: 24px;
    height: 24px;
  }
}
.clear-all-btn:hover {
  background: #f5f5f5;
  border-color: #bbb;
}

.selected-filters-list {
  flex: 1;
  min-width: 0;
}

.filter-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 900px) {
  .filter-tags-container {
    gap: 8px;
  }
}

.filter-tag {
  display: flex;
  align-items: center;
  height: 2rem;
  background: #fff;
  border: 1px solid #cdd1d5;
  border-radius: 62.5rem;
  padding: 0.5rem 0.625rem;
  gap: 0.25rem;
}
@media (max-width: 900px) {
  .filter-tag {
    height: 32px;
    padding: 8px 10px;
    gap: 4px;
  }
}

.tag-text {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #1e2124;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .tag-text {
    font-size: 15px;
  }
}

.tag-remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 900px) {
  .tag-remove-btn {
    width: 16px;
    height: 16px;
  }
}

.filter-section {
  display: flex;
  margin-bottom: 0.75rem;
}
@media (max-width: 900px) {
  .filter-section {
    margin-bottom: 0.375rem !important;
    gap: 0px !important;
  }
  .filter-section:last-of-type {
    margin-bottom: 0px !important;
  }
}
.filter-section .filter-toggle {
  display: none;
}
.filter-section .filter-label-btn {
  position: relative;
  top: 0px;
  cursor: pointer;
  left: -6px;
}
.filter-section .filter-label-btn .filter-toggle-btn {
  pointer-events: none;
  transition: transform 0.3s ease;
}
.filter-section .filter-label-btn .filter-toggle-btn .ui-button__icon {
  transition: transform 0.3s ease;
}
.filter-section .filter-label-btn:hover .filter-toggle-btn {
  transform: scale(1.1);
}
@media (max-width: 900px) {
  .filter-section .filter-label-btn {
    top: 0px !important;
  }
}
.filter-section .filter-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  flex: none;
  min-width: 120px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 900px) {
  .filter-section .filter-label {
    font-size: 1.25rem;
    min-width: 80px;
  }
}
.filter-section .filter-group-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.filter-section .filter-group-wrapper .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 900px) {
  .filter-section .filter-group-wrapper .filter-group {
    gap: 0.5rem;
  }
}
.filter-section .filter-group-wrapper .filter-group--always-visible {
  opacity: 1;
  max-height: none;
  overflow: visible;
  display: flex;
  margin-top: 3px;
}
.filter-section .filter-group-wrapper .filter-group--collapsible {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-10px);
  margin: 0;
  padding: 0;
}
.filter-section .filter-group-wrapper .filter-options {
  display: flex;
}
@media (max-width: 900px) {
  .filter-section .filter-group-wrapper .filter-options {
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.filter-section .filter-group-wrapper .filter-options .ui-checkbox-container {
  flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .filter-section .filter-group-wrapper .filter-options .ui-checkbox-container {
    margin-right: 0;
  }
}
.filter-section .filter-group-wrapper .filter-options .ui-checkbox-container .ui-checkbox {
  margin: 0;
}
.filter-section .filter-group-wrapper .filter-options .ui-checkbox-container .ui-checkbox .ui-checkbox__label {
  font-size: 0.875rem;
  color: #374151;
  margin-left: 0.5rem;
}
@media (max-width: 900px) {
  .filter-section .filter-group-wrapper .filter-options .ui-checkbox-container .ui-checkbox .ui-checkbox__label {
    font-size: 0.8125rem;
    margin-left: 0.375rem;
  }
}
.filter-section .filter-toggle:checked ~ .filter-group-wrapper .filter-group--collapsible {
  opacity: 1;
  max-height: 500px;
  transform: translateY(0);
  padding: 0;
}
@media (max-width: 900px) {
  .filter-section .filter-toggle:checked ~ .filter-group-wrapper .filter-group--collapsible {
    max-height: 400px;
  }
}
.filter-section .filter-toggle:checked ~ .filter-label .filter-label-btn .filter-toggle-btn .ui-button__icon {
  transform: rotate(45deg);
}
.filter-section--single-line {
  position: relative;
  top: -7px;
}
.filter-section--single-line .filter-label {
  align-items: center;
}
.filter-section--single-line .filter-group-wrapper .filter-group {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 900px) {
  .filter-section--single-line .filter-group-wrapper .filter-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filter-section--single-line .filter-group-wrapper .filter-options {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .filter-section--single-line .filter-group-wrapper .filter-options {
    width: 100%;
    justify-content: flex-start;
  }
}
.filter-section .filter-group-wrapper .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.75rem;
  max-height: 24px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .filter-section .filter-group-wrapper .filter-options {
    max-height: 20px;
  }
}
@media (max-width: 900px) {
  .filter-section .filter-group-wrapper .filter-options {
    --filter-row-height: to-rem(30);
    gap: 0.375rem 0.75rem;
  }
}
.filter-section .filter-toggle:checked ~ .filter-group-wrapper .filter-options {
  max-height: 1000vh;
  overflow: visible;
  mask-image: none;
  -webkit-mask-image: none;
}
@media (max-width: 900px) {
  .filter-section {
    margin-bottom: 1rem;
  }
  .filter-section .filter-label {
    min-width: auto;
    margin-bottom: 0.25rem;
    min-width: 100px;
  }
  .filter-section .filter-label-btn {
    top: -2px;
  }
  .filter-section .filter-group .filter-options {
    gap: 0.375rem 0.75rem;
  }
  .filter-section .filter-options.flex.align-center {
    flex-direction: column;
    gap: 0.5rem;
  }
  .filter-section .filter-options.flex.align-center .ui-button {
    flex: 1;
  }
}

.filter-section--no-clamp .filter-options {
  max-height: none !important;
  padding-bottom: 5px;
}

.sitemap-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}
@media (max-width: 900px) {
  .sitemap-container {
    padding: 30px 16px;
  }
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 1200px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (max-width: 900px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px;
  }
}

.sitemap-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sitemap-category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background-color: #3c79c2;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: white;
}
@media (max-width: 900px) {
  .sitemap-category-title {
    font-size: 20px;
    padding: 12px 20px;
    margin-bottom: 20px;
  }
}

.level-2 {
  margin-top: 1rem;
  margin-bottom: 0.375rem;
}
.level-2:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  .level-2 {
    margin-top: 12px;
    margin-bottom: 4px;
  }
}
.level-2 > span,
.level-2 > a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  transition: color 0.2s;
}
@media (max-width: 900px) {
  .level-2 > span,
  .level-2 > a {
    font-size: 15px;
    padding-bottom: 12px;
  }
}
.level-2 > a:hover {
  color: #3c79c2;
}
.level-2 > a .icon-external-link {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .level-2 > a .icon-external-link {
    width: 14px;
    height: 14px;
  }
}
.level-2:has(+ .level-3) > span,
.level-2:has(+ .level-3) > a {
  border-bottom: none;
  padding-bottom: 0.5rem;
}
@media (max-width: 900px) {
  .level-2:has(+ .level-3) > span,
  .level-2:has(+ .level-3) > a {
    padding-bottom: 6px;
  }
}

.level-3 {
  background-color: #f5f5f5;
  padding: 0.75rem 1rem;
  border-radius: 0;
}
@media (max-width: 900px) {
  .level-3 {
    padding: 10px 14px;
  }
}
.level-3:first-of-type {
  border-radius: 0.25rem 0.25rem 0 0;
}
@media (max-width: 900px) {
  .level-3:first-of-type {
    border-radius: 4px 4px 0 0;
  }
}
.level-3:last-of-type {
  border-radius: 0 0 0.25rem 0.25rem;
}
@media (max-width: 900px) {
  .level-3:last-of-type {
    border-radius: 0 0 4px 4px;
  }
}
.level-3:only-of-type {
  border-radius: 0.25rem;
}
@media (max-width: 900px) {
  .level-3:only-of-type {
    border-radius: 4px;
  }
}
.level-3 a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  transition: color 0.2s;
  position: relative;
  padding-left: 1rem;
}
@media (max-width: 900px) {
  .level-3 a {
    font-size: 14px;
    padding-left: 14px;
  }
}
.level-3 a::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #999;
  font-weight: 700;
}
.level-3 a:hover {
  color: #3c79c2;
}
.level-3 a:hover::before {
  color: #3c79c2;
}
.level-3 a .icon-external-link {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.375rem;
  opacity: 0.6;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .level-3 a .icon-external-link {
    width: 12px;
    height: 12px;
  }
}

/* FAQ 검색 영역 */
.faq-search-section {
  text-align: center;
  margin-bottom: 3rem;
  padding: 2rem 1.5rem;
  background: var(--color-primary-pr00, #ecf2f9);
  border-radius: var(--radius-large, 12px);
}
@media (max-width: 900px) {
  .faq-search-section {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }
}
.faq-search-section .search-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 37.5rem;
  margin: 0 auto 1rem;
}
@media (max-width: 900px) {
  .faq-search-section .search-box {
    flex-direction: column;
    gap: 0.75rem;
  }
}
@media (max-width: 900px) {
  .faq-search-section .search-box .faq-search-input,
  .faq-search-section .search-box .faq-search-btn {
    width: 100%;
  }
}
.faq-search-section .search-box .faq-search-input {
  flex: 1;
}
.faq-search-section .search-box .faq-search-btn {
  flex-shrink: 0;
}
.faq-search-section .search-guide {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #6b7280);
  margin: 0;
  line-height: 1.5;
}

/* FAQ 메인 컨테이너 */
.faq-container {
  border-top: 1px solid var(--color-gray-gy-60, #646767);
}

/* FAQ 콘텐츠 영역 */
.faq-content .faq-category {
  margin-bottom: 3rem;
}
@media (max-width: 900px) {
  .faq-content .faq-category {
    margin-bottom: 2rem;
  }
}
.faq-content .faq-category:last-child {
  margin-bottom: 0;
}
.faq-content .faq-category-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary-pr05, #3c79c2);
  margin: 0 0 1.5rem 0;
  padding: 1rem 0;
  border-bottom: 2px solid var(--color-primary-pr05, #3c79c2);
  position: relative;
}
@media (max-width: 900px) {
  .faq-content .faq-category-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    padding: 0.75rem 0;
  }
}
.faq-content .faq-category-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 3.75rem;
  height: 2px;
  background: var(--color-secondary-sc05, #063a74);
}

/* FAQ 아이템 */
.faq-item {
  border-bottom: 1px solid #e5e7eb;
}
.faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* FAQ 질문 */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}
@media (max-width: 900px) {
  .faq-question {
    padding: 14px 16px;
  }
}
.faq-question:hover {
  background: #f8fafc;
}
.faq-question:focus {
  outline: 2px solid #3c79c2;
  outline-offset: -2px;
}
.faq-question[aria-expanded=true] .faq-toggle-icon {
  transform: rotate(180deg);
}
.faq-question[aria-expanded=true] .faq-question-text {
  color: var(--color-primary-pr05, #3c79c2);
}
.faq-question[aria-expanded=true] + .faq-answer {
  max-height: 1000px;
}

.faq-question-content {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.faq-question-label {
  font-weight: 600;
  color: #6494ce;
  font-size: 22px;
  flex-shrink: 0;
  min-width: 20px;
}
@media (max-width: 900px) {
  .faq-question-label {
    font-size: 14px;
  }
}

.faq-question-text {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #191A1A;
  line-height: 1;
}
@media (max-width: 900px) {
  .faq-question-text {
    font-size: 16px;
    line-height: 150%;
    word-break: keep-all;
  }
}
.faq-question-text.ui-accordion__title {
  text-align: left;
  font-weight: 600;
  color: var(--color-text-primary, #333333);
  font-size: 1rem;
}
@media (max-width: 900px) {
  .faq-question-text.ui-accordion__title {
    font-size: 0.875rem;
  }
}

.faq-toggle-icon {
  margin-left: 12px;
  color: #6b7280;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

/* FAQ 답변 */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f1f2f2;
}

.faq-answer-content {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 32px 24px;
}
@media (max-width: 900px) {
  .faq-answer-content {
    padding: 16px;
    padding-top: 12px;
  }
}

.faq-answer-label {
  font-weight: 600;
  color: #244874;
  font-size: 22px;
  flex-shrink: 0;
  min-width: 24px;
}
@media (max-width: 900px) {
  .faq-answer-label {
    font-size: 14px;
  }
}

.faq-answer-text {
  flex: 1;
}
.faq-answer-text p {
  margin: 0 0 12px 0;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #191a1a;
  line-height: 1;
  line-height: 150%;
  word-break: keep-all;
}
@media (max-width: 900px) {
  .faq-answer-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.faq-answer-text p:last-child {
  margin-bottom: 0;
}
.faq-answer-text p a {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.0625rem;
  font-weight: 400;
  color: #3C79C2;
  line-height: 1;
}
.faq-answer-text.faq-answer p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-text-secondary, #4b5563);
}
@media (max-width: 900px) {
  .faq-answer-text.faq-answer p {
    font-size: 0.875rem;
  }
}

/* 추가 문의 안내 섹션 */
.faq-contact-section {
  margin-top: 4rem;
  padding: 2.5rem 2rem;
  background: var(--color-bg-light, #f8fafc);
  border-radius: var(--radius-large, 12px);
  border: 1px solid var(--color-border-light, #e5e7eb);
}
@media (max-width: 900px) {
  .faq-contact-section {
    margin-top: 3rem;
    padding: 1.5rem 1.25rem;
  }
}
.faq-contact-section .contact-info {
  text-align: center;
}
.faq-contact-section .contact-info h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-primary, #333333);
  margin: 0 0 0.75rem 0;
}
@media (max-width: 900px) {
  .faq-contact-section .contact-info h4 {
    font-size: 1.125rem;
  }
}
.faq-contact-section .contact-info > p {
  font-size: 0.875rem;
  color: var(--color-text-secondary, #6b7280);
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}
.faq-contact-section .contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .faq-contact-section .contact-details {
    gap: 0.75rem;
  }
}
.faq-contact-section .contact-details .contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .faq-contact-section .contact-details .contact-item {
    flex-direction: column;
    text-align: center;
    gap: 0.25rem;
  }
}
.faq-contact-section .contact-details .contact-item strong {
  color: var(--color-primary-pr05, #3c79c2);
  font-weight: 600;
  min-width: 5rem;
}
@media (max-width: 900px) {
  .faq-contact-section .contact-details .contact-item strong {
    min-width: auto;
  }
}
.faq-contact-section .contact-details .contact-item .ml-2 {
  margin-left: 0.5rem;
}
@media (max-width: 900px) {
  .faq-contact-section .contact-details .contact-item .ml-2 {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.faq-contact-section .contact-details .contact-item a {
  color: inherit;
  text-decoration: none;
}

.organization-page {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.org-structure {
  margin-bottom: 2.5rem;
}

.org-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #191a1a;
  margin-bottom: 1.5rem;
}

.org-chart {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 2.5rem 0;
}
.org-chart__header {
  display: flex;
  justify-content: center;
  width: 100%;
}
.org-chart__main-library {
  background: #3c79c2;
  border: 8px solid #b1cae7;
  border-radius: 4.6875rem;
  width: 23.75rem;
  height: 9.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
}
.org-chart__main-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.5;
}
.org-chart__main-link {
  font-size: 1.1875rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  line-height: 1.5;
}
.org-chart__main-link:hover {
  background: rgba(255, 255, 255, 0.15);
}
.org-chart__main-subtitle {
  font-size: 1.1875rem;
  font-weight: 400;
  color: white;
  margin: 0;
  line-height: 1.5;
}
.org-chart__committee {
  position: absolute;
  left: 0;
  top: 14.0625rem;
}
.org-chart__committee-box {
  background: #00993e;
  border-radius: 1.25rem 0 1.25rem 0;
  padding: 1rem 1.5rem;
  min-width: 13.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.org-chart__committee-box p {
  font-size: 1.0625rem;
  font-weight: 700;
  color: white;
  margin: 0;
  line-height: 1.5;
}
.org-chart__connector {
  width: 796px;
  height: 296px;
  background-image: url("../../assets/images/org-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: -85px;
}
.org-chart__connector-mobile {
  display: none;
}
.org-chart__libraries {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -59px;
}
.org-chart__library-btn {
  background: #d8e4f3;
  color: #30619b;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0.75rem 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.5rem;
  flex: 1;
  min-width: 11.25rem;
  max-width: 11.75rem;
  line-height: 1.5;
}
.org-chart__library-btn:hover {
  background: #c0d4ec;
  transform: translateY(-2px);
}

.library-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.25rem 0;
  border-top: 1px solid #ecf2fe;
  border-bottom: 1px solid #ecf2fe;
  margin-bottom: 1.25rem;
}

.library-nav-link {
  background: #3c79c2;
  color: white;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.library-nav-link:hover {
  background: #063a74;
  transform: translateY(-2px);
}

.library-section {
  scroll-margin-top: 6.25rem;
  margin-bottom: 3.75rem;
}

.library-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #191a1a;
  margin-bottom: 1rem;
}

.library-date {
  font-size: 0.9375rem;
  color: #131416;
  text-align: right;
  margin-bottom: 1rem;
}

.library-table {
  width: 100%;
  max-width: 976px;
}
.library-table table {
  width: 100%;
  border-collapse: collapse;
}
.library-table table thead tr th {
  background: #ecf2f9;
  border: 1px solid #d8e4f3;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #191a1a;
  text-align: center;
}
.library-table table thead tr th:first-child {
  border-left: none;
}
.library-table table thead tr th:last-child {
  border-right: none;
}
.library-table table tbody tr.team-header td {
  background: #ecf2f9;
  border: 1px solid #d8e4f3;
  padding: 0.5rem 1rem;
  height: 48px;
}
.library-table table tbody tr.team-header td.team-name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #3c79c2;
}
.library-table table tbody tr td {
  background: white;
  border: 1px solid #cbcccc;
  padding: 0.75rem 1rem;
  font-size: 1.0625rem;
  color: #4b4d4d;
  vertical-align: top;
}
.library-table table tbody tr td:first-child {
  border-left: none;
}
.library-table table tbody tr td:last-child {
  border-right: none;
}
.library-table table tbody tr td.text-center {
  text-align: center;
  vertical-align: middle;
}
.library-table table tbody tr td ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}
.library-table table tbody tr td ul li {
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.library-table table tbody tr td ul li:last-child {
  margin-bottom: 0;
}
.library-table table tbody tr td .sub-item {
  padding-left: 1.25rem;
  margin: 0.25rem 0;
  line-height: 1.5;
}
.library-table table tbody tr td .highlight-blue {
  color: #3c79c2;
}

@media (max-width: 900px) {
  .organization-page {
    gap: 30px;
  }
  .org-structure {
    margin-bottom: 30px;
  }
  .org-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .org-chart {
    gap: 20px;
    padding: 20px 0;
    max-width: 100%;
  }
  .org-chart__main-library {
    width: 100%;
    max-width: 320px;
    height: 140px;
    border-width: 6px;
    border-radius: 70px;
  }
  .org-chart__main-title {
    font-size: 18px;
  }
  .org-chart__main-link {
    font-size: 16px;
    padding: 6px 12px;
  }
  .org-chart__main-subtitle {
    font-size: 14px;
  }
  .org-chart__committee {
    position: static;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .org-chart__committee-box {
    min-width: auto;
    width: 100%;
    padding: 12px 20px;
    border-radius: 16px 0 16px 0;
    position: relative;
    left: -76px;
    max-width: 152px;
    font-size: 8px;
    top: -4px;
  }
  .org-chart__committee-box p {
    font-size: 15px;
  }
  .org-chart__connector {
    display: none;
  }
  .org-chart__connector-mobile {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 200px;
    background-image: url("../../assets/images/org-line-mobile.gif");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin-top: -87px;
  }
  .org-chart__libraries {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 0;
    margin-top: -137px;
  }
  .org-chart__library-btn {
    position: relative;
    font-size: 15px;
    padding: 14px 20px;
    min-height: 56px;
    max-width: 100%;
    min-width: 100%;
    border-radius: 12px;
  }
  .org-chart__library-btn::after {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%, -50%);
    content: "";
    display: inline-block;
    width: 1px;
    height: 63px;
    background: #ddd;
    z-index: -1;
  }
  .library-nav {
    gap: 8px;
    padding: 15px 0;
  }
  .library-nav-link {
    font-size: 14px;
    padding: 8px 16px;
  }
  .library-section {
    scroll-margin-top: 80px;
    margin-bottom: 40px;
  }
  .library-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .library-date {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .library-table {
    overflow-x: auto;
  }
  .library-table table {
    min-width: 600px;
  }
  .library-table table thead tr th,
  .library-table table tbody tr td {
    font-size: 15px;
    padding: 8px 12px;
  }
  .library-table table tbody tr td ul {
    padding-left: 18px;
  }
  .library-table table tbody tr td ul li {
    font-size: 15px;
  }
  .library-table table tbody tr td .sub-item {
    font-size: 15px;
    padding-left: 18px;
  }
}
.access-restriction {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  max-width: 47.125rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}
.access-restriction .access-restriction__action button {
  font-size: 1.1875rem;
  font-weight: 400;
  color: #191a1a;
  line-height: 1;
}
.access-restriction__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.access-restriction__title {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #191a1a;
  margin: 0;
}
.access-restriction__title--highlight {
  color: #0071ba;
}
.access-restriction__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
.access-restriction__detail {
  background: #eef2f7;
  border-radius: 0.75rem;
  padding: 2.5rem;
  width: 100%;
}
.access-restriction__message {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #191a1a;
  text-align: center;
  margin: 0;
}
.access-restriction__action {
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .access-restriction {
    gap: 24px;
    padding: 30px 16px;
    max-width: 100%;
  }
  .access-restriction__header {
    gap: 12px;
  }
  .access-restriction__icon {
    width: 40px;
    height: 40px;
  }
  .access-restriction__title {
    font-size: 24px;
  }
  .access-restriction__content {
    gap: 40px;
  }
  .access-restriction__detail {
    padding: 24px;
    border-radius: 8px;
  }
  .access-restriction__message {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .access-restriction {
    gap: 20px;
    padding: 20px 12px;
  }
  .access-restriction__header {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .access-restriction__title {
    font-size: 20px;
  }
  .access-restriction__content {
    gap: 32px;
  }
  .access-restriction__detail {
    padding: 20px;
  }
  .access-restriction__message {
    font-size: 15px;
  }
  .access-restriction__message br {
    display: none;
  }
}

.error-404 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  max-width: 47.125rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
}
.error-404__illustration {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 47.5rem;
}
.error-404__illustration img {
  width: 100%;
  height: auto;
  max-width: 47.5rem;
  max-height: 23.75rem;
}
.error-404__header {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.error-404__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.error-404__icon img {
  width: 2.25rem;
  height: 2.25rem;
}
.error-404__title {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  color: #e48088;
  margin: 0;
  text-align: center;
}
.error-404__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
.error-404__detail {
  background: #d8e4f3;
  border-radius: 1rem;
  padding: 2.5rem;
  width: 100%;
}
.error-404__message {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: #191a1a;
  text-align: center;
  margin: 0;
}
.error-404__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .error-404 {
    gap: 30px;
    padding: 30px 16px;
    max-width: 100%;
  }
  .error-404__illustration {
    max-width: 100%;
  }
  .error-404__illustration img {
    max-width: 100%;
    height: auto;
  }
  .error-404__header {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .error-404__title {
    font-size: 24px;
  }
  .error-404__content {
    gap: 40px;
  }
  .error-404__detail {
    padding: 30px 24px;
    border-radius: 12px;
  }
  .error-404__message {
    font-size: 16px;
  }
  .error-404__actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .error-404__actions .ui-button {
    width: 100%;
    max-width: 17.5rem;
  }
}
@media (max-width: 600px) {
  .error-404 {
    gap: 24px;
    padding: 20px 12px;
  }
  .error-404__illustration img {
    max-height: 12.5rem;
  }
  .error-404__title {
    font-size: 20px;
  }
  .error-404__content {
    gap: 32px;
  }
  .error-404__detail {
    padding: 24px 20px;
  }
  .error-404__message {
    font-size: 15px;
  }
  .error-404__message br {
    display: none;
  }
  .error-404__actions {
    gap: 10px;
  }
  .error-404__actions .ui-button {
    max-width: 100%;
  }
}

.ui-usage-guide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.ui-usage-guide__title {
  color: #131416;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.ui-usage-guide__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ui-usage-guide__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-usage-guide__item--indent-1 {
  padding-left: 1.5rem;
}
.ui-usage-guide__item--indent-2 {
  padding-left: 3rem;
}
.ui-usage-guide__item-content {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.ui-usage-guide__bullet {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 1.625rem;
  justify-content: flex-end;
  padding-left: 0.5rem;
  width: 1.5rem;
}
.ui-usage-guide__number {
  color: #4b4d4d;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.ui-usage-guide__dot {
  background-color: transparent;
  border: 1px solid #646767;
  border-radius: 0.25rem;
  height: 0.25rem;
  width: 0.25rem;
}
.ui-usage-guide__note {
  color: #4b4d4d;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.ui-usage-guide__text {
  color: #131416;
  flex: 1;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
}
.ui-usage-guide__text b {
  color: #d7424e;
  font-weight: 400;
}
.ui-usage-guide__text--highlighted {
  color: #d7424e;
}
.ui-usage-guide__sub-items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.25rem;
  width: 100%;
}
@media (max-width: 900px) {
  .ui-usage-guide {
    gap: 12px;
  }
  .ui-usage-guide__title {
    font-size: 18px;
  }
  .ui-usage-guide__text {
    font-size: 15px;
  }
  .ui-usage-guide__number, .ui-usage-guide__note {
    font-size: 15px;
  }
  .ui-usage-guide__item--indent-1 {
    padding-left: 20px;
  }
  .ui-usage-guide__item--indent-2 {
    padding-left: 40px;
  }
}

.ui-detailed-operations {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.ui-detailed-operations__title {
  color: #131416;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.ui-detailed-operations__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ui-detailed-operations__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ui-detailed-operations__item--indent-1 {
  padding-left: 2rem;
}
.ui-detailed-operations__item--indent-2 {
  padding-left: 4rem;
}
.ui-detailed-operations__item-content {
  align-items: flex-start;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.ui-detailed-operations__bullet {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 1.625rem;
  justify-content: flex-start;
  width: 0.5rem;
}
.ui-detailed-operations__dot {
  background-color: #4b4d4d;
  border-radius: 0.25rem;
  height: 0.25rem;
  width: 0.25rem;
}
.ui-detailed-operations__dash {
  background-color: #4b4d4d;
  height: 0.075rem;
  width: 0.375rem;
}
.ui-detailed-operations__note {
  color: #4b4d4d;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.ui-detailed-operations__text {
  color: #131416;
  flex: 1;
  font-family: "Pretendard GOV", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
}
.ui-detailed-operations__text--highlighted {
  color: #d7424e;
}
.ui-detailed-operations__text--red {
  color: #d7424e;
}
.ui-detailed-operations__text--blue {
  color: #3c79c2;
}
.ui-detailed-operations__text span {
  white-space: pre-wrap;
}
.ui-detailed-operations__sub-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
  width: 100%;
}
.ui-detailed-operations__image-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 2.125rem 0;
  width: 100%;
}
.ui-detailed-operations__image {
  border-radius: 0.5rem;
  height: auto;
  max-height: 18.75rem;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 900px) {
  .ui-detailed-operations {
    gap: 12px;
  }
  .ui-detailed-operations__title {
    font-size: 18px;
  }
  .ui-detailed-operations__text {
    font-size: 15px;
  }
  .ui-detailed-operations__note {
    font-size: 15px;
  }
  .ui-detailed-operations__item--indent-1 {
    padding-left: 20px;
  }
  .ui-detailed-operations__item--indent-2 {
    padding-left: 40px;
  }
  .ui-detailed-operations__image-wrapper {
    margin: 24px 0;
  }
}

.ui-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  width: 100%;
}
.ui-empty__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.6875rem;
  text-align: center;
}
@media (max-width: 900px) {
  .ui-empty__inner {
    gap: 32px;
  }
}
.ui-empty__title {
  font-family: "Pretendard GOV", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #191a1a;
  margin: 0;
}
@media (max-width: 900px) {
  .ui-empty__title {
    font-size: 17px;
  }
}
.ui-empty__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 900px) {
  .ui-empty__content {
    flex-direction: column;
    gap: 20px;
  }
}
.ui-empty__icon {
  width: 6.25rem;
  height: 6.875rem;
  flex-shrink: 0;
}
.ui-empty__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 900px) {
  .ui-empty__icon {
    width: 80px;
    height: 88px;
  }
}
.ui-empty__desc {
  font-family: "Pretendard GOV", sans-serif;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #374151;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .ui-empty__desc {
    font-size: 14px;
    white-space: normal;
  }
}

@media (max-width: 900px) {
  .book-recommendation-slider__container {
    max-width: 100% !important;
    min-height: auto;
    border-radius: 0;
  }
  .book-recommendation-slider {
    width: 100%;
  }
  .search-input__container {
    border-radius: 0 !important;
  }
  .search-tabs__indicator {
    right: 20px !important;
  }
  .logo img {
    width: 150px !important;
  }
  .main-container {
    margin-top: 0 !important;
  }
  .banner__mask-group,
  .banner__background {
    border-radius: 0 !important;
  }
}
.personal_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
}
@media (max-width: 900px) {
  .personal_wrap {
    padding: 16px 16px;
  }
}

.personal_box {
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 900px) {
  .personal_box {
    font-size: 15px;
  }
}

.mar_bot50 {
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .mar_bot50 {
    margin-bottom: 16px;
  }
}

.label_layerArea {
  position: relative;
}
.label_layerArea table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.label_layerArea table caption.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.label_layerArea table thead th {
  background: #3c79c2;
  color: #fff;
  padding: 1rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #3c79c2;
}
.label_layerArea table thead th.title {
  font-size: 1.25rem;
  padding: 1.25rem 1rem;
}
@media (max-width: 900px) {
  .label_layerArea table thead th {
    font-size: 15px;
    padding: 12px 8px;
  }
  .label_layerArea table thead th.title {
    font-size: 16px;
    padding: 16px 12px;
  }
}
.label_layerArea table tbody td {
  padding: 1.25rem 0.75rem;
  text-align: center;
  border: 1px solid #ecf2fe;
  vertical-align: middle;
}
@media (max-width: 900px) {
  .label_layerArea table tbody td {
    padding: 16px 8px;
  }
}
.label_layerArea table tbody td a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  text-decoration: none;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .label_layerArea table tbody td a {
    font-size: 12px;
    gap: 6px;
  }
}
.label_layerArea table tbody td a img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
@media (max-width: 900px) {
  .label_layerArea table tbody td a img {
    width: 32px;
    height: 32px;
  }
}
.label_layerArea table tbody td a.on {
  color: #3c79c2;
  font-weight: 700;
}
.label_layerArea table tbody td a:hover {
  color: #3c79c2;
}
.label_layerArea table tbody td a:hover .label_layer {
  display: block;
}
.label_layerArea table tbody td a .label_layer {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid #3c79c2;
  border-radius: 0.5rem;
  padding: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  min-width: 12.5rem;
  margin-bottom: 0.5rem;
  white-space: normal;
  text-align: center;
}
@media (max-width: 900px) {
  .label_layerArea table tbody td a .label_layer {
    min-width: 150px;
    padding: 10px;
    font-size: 12px;
  }
}
.label_layerArea table tbody td a .label_layer::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #3c79c2 transparent transparent transparent;
}
.label_layerArea table tbody td a .label_layer .label_top {
  font-weight: 700;
  color: #3c79c2;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}
@media (max-width: 900px) {
  .label_layerArea table tbody td a .label_layer .label_top {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.label_layerArea table tbody td a .label_layer .label_txt {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .label_layerArea table tbody td a .label_layer .label_txt {
    font-size: 12px;
  }
}
.label_layerArea > p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .label_layerArea > p {
    font-size: 12px;
    margin-top: 10px;
  }
}

.personal_table_list table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #004d80;
}
.personal_table_list table.type1 thead th {
  background: #ecf2f9;
  border-bottom: 1px solid #d8e4f3;
  color: #333;
  padding: 0.75rem 1rem;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .personal_table_list table.type1 thead th {
    font-size: 16px;
    padding: 10px 12px;
  }
}
.personal_table_list table.type1 thead th.title {
  letter-spacing: 0.3em;
}
.personal_table_list table.type1 tbody td {
  border-right: 1px solid #cbcccc;
  border-bottom: 1px solid #cbcccc;
  padding: 0.75rem;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 900px) {
  .personal_table_list table.type1 tbody td {
    padding: 10px 8px;
  }
}
.personal_table_list table.type1 tbody td:last-child {
  border-right: none;
}
.personal_table_list table.type1 tbody td img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .personal_table_list table.type1 tbody td img {
    width: 32px;
    height: 32px;
  }
}
.personal_table_list table.type1 tbody td a {
  color: #4b4d4d;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .personal_table_list table.type1 tbody td a {
    font-size: 13px;
  }
}
.personal_table_list table.type1 tbody td a:hover {
  color: #3c79c2;
  text-decoration: underline;
}

.personal_list_box {
  padding: 1rem 0;
  border-bottom: 1px solid #ecf2fe;
}
.personal_list_box:last-child {
  border-bottom: none;
}
.personal_list_box h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .personal_list_box h2 {
    font-size: 18px;
    gap: 8px;
    margin-bottom: 10px;
  }
}
.personal_list_box h2 img {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .personal_list_box h2 img {
    width: 32px;
    height: 32px;
  }
}
.personal_list_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.personal_list_box ul li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 1.0625rem;
  color: #333;
}
@media (max-width: 900px) {
  .personal_list_box ul li {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.personal_list_box ul li.personal_li_none {
  list-style: none;
  padding-left: 0;
}
.personal_list_box ul li ul {
  margin-top: 0.5rem;
  padding-left: 1rem;
}
@media (max-width: 900px) {
  .personal_list_box ul li ul {
    padding-left: 12px;
    margin-top: 6px;
  }
}
.personal_list_box ul li ul li {
  position: relative;
  padding-left: 0.75rem;
  font-size: 0.9375rem;
  color: #4b4d4d;
}
@media (max-width: 900px) {
  .personal_list_box ul li ul li {
    font-size: 14px;
    padding-left: 10px;
  }
}
.personal_list_box ul li p {
  margin: 0.5rem 0;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .personal_list_box ul li p {
    margin: 6px 0;
  }
}
.personal_list_box ul li a {
  color: #3c79c2;
  text-decoration: none;
}
.personal_list_box ul li a:hover {
  text-decoration: underline;
}
.personal_list_box ul li a.blue {
  color: #0066cc;
}
.personal_list_box ul li a.red {
  color: #d9534f;
}
.personal_list_box ul li br {
  line-height: 1.8;
}
.personal_list_box table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.75rem 0;
  background: #fff;
}
@media (max-width: 900px) {
  .personal_list_box table {
    margin: 10px 0;
    font-size: 13px;
  }
}
.personal_list_box table caption.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.personal_list_box table thead th {
  background: #ecf2f9;
  border: 1px solid #d8e4f3;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .personal_list_box table thead th {
    padding: 10px 8px;
    font-size: 13px;
  }
}
.personal_list_box table tbody td {
  border: 1px solid #cbcccc;
  padding: 0.75rem 1rem;
  font-size: 1.0625rem;
  color: #4b4d4d;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .personal_list_box table tbody td {
    padding: 10px 8px;
    font-size: 14px;
  }
}
.personal_list_box table tbody td a {
  color: #3c79c2;
  text-decoration: none;
}
.personal_list_box table tbody td a:hover {
  text-decoration: underline;
}
.personal_list_box table tbody td a.blue {
  color: #0066cc;
}
.personal_list_box table tbody td br {
  line-height: 1.6;
}

@media (max-width: 900px) {
  .personal_table_list2 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .personal_table_list2 table {
    min-width: 600px;
  }
  .personal_list_box .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .personal_list_box .table-wrapper table {
    min-width: 600px;
  }
}
.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*# sourceMappingURL=components.css.map */
