@import url("//cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
@font-face {
  font-family: "S-CoreDream-4Regular";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "April16th-Life";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2404-2@1.0/April16th-Life.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "April16th-Promise";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2404-2@1.0/April16th-Promise.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "NIXGONM-Vb";
  src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/Nixgon/NIXGONM-Vb.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "LABDigital";
  font-weight: normal;
  font-style: normal;
  src: url("/LABDigital.woff") format("woff"), url("/LABDigital.ttf") format("truetype");
  font-display: swap;
}
* {
  font-family: "NIXGONM-Vb", sans-serif;
}

input[type=password] {
  font-family: sans-serif !important;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#body {
  height: calc(100% - 56px) !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  flex-grow: 1;
}

.navbar {
  height: 56px;
}

#sidebar {
  width: 280px;
  height: 100%;
  overflow-y: auto;
}

#content {
  width: calc(100% - 280px);
  overflow-y: auto;
}

#tableTimetable th:not(:nth-child(2)), #tableTimetable td:not(:nth-child(2)) {
  white-space: nowrap;
}

@media (max-width: 575px) {
  #t_bookcover_box {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem !important;
  }
  #t_bookcover_box > #t_bookcover {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #sidebar {
    position: fixed;
    height: calc(100% - 56px);
    top: 56px;
    left: -280px;
    transition: left 0.3s ease-in-out;
    z-index: 10;
  }
  #sidebar.show {
    left: 0px;
  }
  #content {
    width: 100%;
  }
  #tableTimetable th:first-child, #tableTimetable td:first-child {
    display: none;
  }
  #condTextbook {
    flex-direction: column;
  }
  #condTextbook > * {
    width: auto;
    border-bottom: none;
    margin: 0;
  }
  #condTextbook > *:first-child {
    border-top-right-radius: 0.375rem;
    border-bottom-left-radius: 0;
    height: 75px !important;
  }
  #condTextbook > *:last-child {
    margin-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
    justify-content: center;
  }
  #condTextbook > .form-select {
    height: 135px;
  }
}
.table-hover-td td:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.timetable-item-common {
  background-color: rgba(0, 0, 0, 0.075) !important;
}

.listForm.listForm-row2 .input-group:nth-child(2) > * {
  border-bottom: 0 !important;
}
.listForm.listForm-row2 .input-group:nth-child(2) > *:first-child {
  border-bottom-left-radius: 0;
}
.listForm.listForm-row2 .input-group:nth-child(2) > *:last-child {
  border-bottom-right-radius: 0;
}
.listForm.listForm-row2 .input-group:last-child > *:first-child {
  border-top-left-radius: 0;
}
.listForm.listForm-row2 .input-group:last-child > *:last-child {
  border-top-right-radius: 0;
}
.listForm.listForm-row3 .input-group:nth-child(2) > *, .listForm.listForm-row3 .input-group:nth-child(3) > * {
  border-bottom: 0 !important;
}
.listForm.listForm-row3 .input-group:nth-child(2) > *:first-child, .listForm.listForm-row3 .input-group:nth-child(3) > *:first-child {
  border-bottom-left-radius: 0;
}
.listForm.listForm-row3 .input-group:nth-child(2) > *:last-child, .listForm.listForm-row3 .input-group:nth-child(3) > *:last-child {
  border-bottom-right-radius: 0;
}
.listForm.listForm-row3 .input-group:last-child > *:first-child, .listForm.listForm-row3 .input-group:nth-child(3) > *:first-child {
  border-top-left-radius: 0;
}
.listForm.listForm-row3 .input-group:last-child > *:last-child, .listForm.listForm-row3 .input-group:nth-child(3) > *:last-child {
  border-top-right-radius: 0;
}
.listForm [type=date] {
  letter-spacing: -1px;
}

.font-special {
  font-family: "April16th-Life" !important;
}
.font-special * {
  font-family: "April16th-Life" !important;
}

.font-special-sub {
  font-family: "April16th-Promise" !important;
}
.font-special-sub * {
  font-family: "April16th-Promise" !important;
}

.font-datetime {
  font-family: "LABDigital" !important;
}
.font-datetime * {
  font-family: "LABDigital" !important;
}

.text-largest {
  font-size: 1.5em !important;
}

.text-larger {
  font-size: 1.25em !important;
}

.text-large {
  font-size: 1.1em !important;
}

.text-small {
  font-size: 0.9em !important;
}

.text-smaller {
  font-size: 0.75em !important;
}

.text-smallest {
  font-size: 0.5em !important;
}

.letter-narrow {
  letter-spacing: -1px;
}

#memoUser[readonly] {
  background-color: #F8F9FA;
}/*# sourceMappingURL=general.css.map */