/* font */
@font-face {
  font-family: 'HANBatang';
  src: url('../../font/HANBatang.eot');
  src: url('../../font/HANBatang.woff') format('woff');
  font-style: normal;
}

*:not(.bx,.fa,.katex) {
  font-family: 'Nanum Gothic', 'Helvetica', 'Arial', sans-serif;
}

.sortable::after {
  content: "";
  padding: 2px 9px;
  background-image: url("../../assets/img/icons/pagination/sort_both.svg");
}

.sorted-desc::after {
  content: "";
  padding: 2px 9px;
  background-image: url("../../assets/img/icons/pagination/sort_desc.svg");
}

.sorted-asc::after {
  content: "";
  padding: 2px 9px;
  background-image: url("../../assets/img/icons/pagination/sort_asc.svg");
}

.layout-page {
  padding-top: 62px !important;
}

input[type=date]::-webkit-calendar-picker-indicator {
  margin-left: -1.2rem !important;
}

.form-control {
  padding: 0.469rem 0.435rem;
}

.form-control:read-only {
  background: #d4d8dd;
  opacity: .5;
}

.theme-login {
  background-color: #F4F6F9;
  color: #333333;
}

.theme-login .logo {
  width: auto;
  height: 200px;
}

.theme-login .logo-jbe {
  width: 220px;
  height: auto;
}

.layout-container {
  min-height: 100vh;
}

.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 30px;
  height: 100vh;
  word-break: keep-all;
}

/*time slider*/
.ui-slider .value {
  position: absolute;
  top: 20px;
  left: 20%;
  margin: 0 0 0 -20px;
  width: 50px;
  text-align: center;
  display: block;

  /* optional */

  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

.ui-slider .value i {
  font-style: normal;
}

.ui-slider .time-range-both {
  display: none;
}

.ui-slider .time-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 16px;
}

.ui-slider-range.ui-widget-header {
  background: #5a8dee;
}

.ui-slider-handle.ui-state-hover, .ui-slider-handle.ui-state-focus {
  border: 1px solid #ccc;
  background: #f6f6f6;
  font-weight: bold;
  color: #1c94c4;
}

/* volume slider */
.volume-slider {
  width: 100px;
}

@media (max-width: 576px) {
  .volume-slider {
    width: 75px;
  }
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.15rem;
}

.ui-slider .ui-slider-handle {
  width: 1.5rem;
  height: 1.5rem;
  top: -5px;
}

.ui-corner-all {
  border-radius: .75rem;
}

.comment-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.75rem 0.25rem;
  border-bottom: 1px dashed #8e8e8e;
}

.comment-item .comment-header {
  display: flex;
  justify-content: space-between;
}

.comment-item .comment-body {

}

/* mandalart */
.mandalarts {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-content: center;
}

.mandalarts .mandalart-wrapper {
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1rem;
  position: relative;
  border: 1px solid #878787;
}

.mandalarts .mandalart-wrapper .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: grey;
  opacity: 0.5;
}

.mandalarts .mandalart-wrapper:has([contenteditable="false"]:empty) .cover {
  z-index: 1;
}

.mandalarts .mandalart-wrapper .boxes {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.mandalarts .mandalart-wrapper .boxes .box {
  width: auto;
  aspect-ratio: 1;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}

@media (max-width: 576px) {
  .mandalarts .mandalart-wrapper .boxes .box {
    font-size: 3vw;
  }
}

.mandalart-guide {
  width: 100%;
  aspect-ratio: 1;
  margin: auto;
  display: block;
}

.mandalart-wrapper .box {
  background-color: #f6f6f5;
}

.mandalart-wrapper .boxes[data-row="1"] .box[data-col="1"] {
  background-color: #edf6f6;
}

#mandalart-center .box {
  background-color: #FFF;
}

#mandalart-center .boxes[data-row="1"] .box[data-col="1"] {
  color: #fff;
  background-color: #75c2c2;
}

.mandalart-container .mandalarts .mandalart-wrapper .boxes .box {
  font-size: 1vh !important;
  aspect-ratio: 1;
}

.mandalarts .mandalart-wrapper .boxes .box .item {
  width: 100%;
  max-height: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mandalarts .mandalart-wrapper .boxes .box .item:focus-visible {
  outline: none;
}

.mandalarts .mandalart-wrapper .boxes .box .item[contenteditable]:empty:before {
  content: attr(data-placeholder);
}

/* fullcalendar */
.fc .fc-event {
  border-width: 0 0 0 3px;
  cursor: pointer;
}

.fc .fc-view-harness .fc-event {
  font-size: 0.7rem;
  font-weight: 500;
}

.fc .fc-event .fc-event-time {
  display: none;
}

.fc .fc-event.fc-event-diseditable {
  opacity: 0.6;
}

.fc-list-empty {
  background-color: inherit !important;
}

.fc .fc-list-table tr > * {
  border-left: 0 !important;
  border-right: 0 !important;
}

.event-list .event-study,
.event-list .event-habit {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.event-study::after {
  position: absolute;
  content: attr(data-label);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 0;
  padding: 0 1rem;
  width: 28px;
  height: 28px;
  border-top-left-radius: 30%;
  border-bottom-left-radius: 30%;
  font-size: 12px;
  background: #75c2c2;
  color: white;
}

.event-study.dragging {
  opacity: .5;
  border: 1px dashed #75c2c2;
}

.event-study .event-edit {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-20%, -30%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #75c2c2;
}

.fs-sm {
  font-size: .8rem;
}

.tab-content {
  padding: 0px !important;
}

/* swiper */
.swiper {
  height: auto !important;
}

.swiper .swiper-slide {
  padding: 0 !important;
  font-size: 1rem !important;
  background: none !important;
  color: var(--bs-card-color);
}

/* study note */
.note-container {
  width: 100%;
  height: 200px;
  overflow-y: hidden;
  margin-top: 1rem;
}

.note-container img {
  width: 100%;
}

.form-group .file-upload-default {
  visibility: hidden;
  position: absolute;
}

.attachment-box {
  position: relative;
  height: auto;
}

.attachment-box img {
  height: auto;
  width: 100%;
}

.attachment-box img:hover {
  opacity: .8;
}

.attachment-box .attachment-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  background-color: rgba(230, 225, 220, 0.66);
}

.attachment-box .attachment-menu-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
}

.attachment-box:hover .attachment-menu {
  display: block;
}

.list-attachment > .item {
  margin-bottom: 5px;
}

.attachment-delete-button {
  width: 100%;
}

/*autocomplete*/
.ui-autocomplete.ui-menu {
  z-index: 1091;
}

.white-space-pre-line {
  white-space: pre-line;
}

.text-myeongjo {
  font-family: 'Nanum Myeongjo', sans-serif !important;
}

@media (min-width: 1200px) {
  .corner {
    display: block;
  }
}

.list-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 8px;
}

.filter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
}

.filter-form.flex-end {
  justify-content: flex-end;
}

.filter-group {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.filter-group .filter-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  color: #000;
}

.filter-group .filter-tab.active {
  color: #75c2c2;
  border: 1px solid #75c2c2;
}

@media (max-width: 576px) {
  .filter-group {
    display: block;
    width: 100%;
  }
}

.badge.badge-small {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.65rem;
}

.badge.badge-large {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.progress.progress-20 {
  height: 1rem;
  border-radius: 0.4rem;
}

.progress.progress-20 .progress-bar {
  border-radius: 0.4rem;
  font-size: 0.75rem;
}

.progress-study {
  width: 100%;
  overflow: hidden;
}

.progress-study .progress {
  width: 100%;
  height: 30px;
}

.progress-study .progress-bar {
  font-size: 16px;
  font-weight: bold;
}

.progress-study .progress-img {
  position: relative;
  height: 70px;
}

.progress-study .progress-img .bicycle {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 50px;
  margin-left: -25px;
  z-index: 2;
}

.progress-study .progress-img .checkpoint {
  position: absolute;
  width: auto;
  height: 42px;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.progress-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  padding-top: 6px;
}

.progress-text span {
  font-size: 15px;
}

.progress-text .current {
  color: #84ABC0;
  font-weight: 600;
}

.main-dashboard-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'content';
  grid-gap: 14px;
}


.motto-wrap {
  display: flex;
  height: fit-content;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
}

.motto-wrap h2 {
  letter-spacing: -0.025em;
}

@media (max-width: 578px) {
  .motto-wrap {
    padding: 20px 16px;
  }

  .motto-wrap h2 {
    font-size: 1.25rem;
  }

  .motto-wrap h5 {
    font-size: 0.875rem;
  }
  
}

@media (max-width: 992px) {
  .main-dashboard-container {
    grid-template-columns: 1fr;
  }
}

.main-dashboard-container .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
}

.main-dashboard-container .item.full {
  grid-column: 1/-1;
}

.main-dashboard-container .item .card-fill {
  flex: 1 1;
}

.main-dashboard-container .item .scroll-contents {
  height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.main-dashboard-container .item .scroll-contents::-webkit-scrollbar {
  width: 4px;
}

.main-dashboard-container .item .scroll-contents::-webkit-scrollbar-track {
  background: #E1E9F0;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
}

.main-dashboard-container .item .scroll-contents::-webkit-scrollbar-thumb {
  background: #84ABC0;
  border-radius: 6px;
}

.list-habit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
}

@media (max-width: 576px) {
  .list-habit {
    grid-template-columns: 1fr 1fr;
  }
}

.card.card-fill .tab-content, .card.card-fill .tab-pane {
  height: 100%;
}

.list-empty-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.list-empty-content.grow-diary-list-empty {
  min-height: 200px;
}

ul.list-notice {
  padding: 0;
  margin: 0;
}

ul.list-notice li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding: 10px 8px;
  list-style-position: inside;
}

ul.list-notice li:last-child {
  border: none;
}

ul.list-notice li a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
}

ul.list-notice li a:before {
  content: "●";
  font-size: 6px;
}

ul.list-notice li a:hover {
  color: #75c2c2;
}

.study-goal-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.study-goal-contents .subject {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 4px;
}

.study-goal-contents .subject .badge {
  flex: 0 0 10px;
}

.study-goal-contents .subject h6 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.study-goal-contents .subject h6 span {
  font-size: 6px;
}

.study-goal-contents .operation {
  flex: 0 0 110px;
}

.list-study-notification {
  padding: 0;
  margin: 0;
}

.list-study-notification li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
}

.grow-diary-scroll-contents {
  overflow-x: auto;
  padding-bottom: 10px;
}

.grow-diary-scroll-contents .contents {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.grow-diary-scroll-contents .card {
  flex: 0 0 400px;
}

.grow-diary-scroll-contents::-webkit-scrollbar {
  height: 4px;
}

.grow-diary-scroll-contents::-webkit-scrollbar-track {
  background: #E1E9F0;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
}

.grow-diary-scroll-contents::-webkit-scrollbar-thumb {
  background: #84ABC0;
  border-radius: 6px;
}

.card-grow-diary .card-body {
  overflow-x: auto;
}

.grow-diary-calendar-scroll-container {
  min-width: 576px;
}

.grow-diary-calendar-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  margin-bottom: 20px;
}

.grow-diary-calendar-container .row {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grow-diary-calendar-container .row .col {
  border: 1px solid #EAEAEA;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px;
  overflow: hidden;
}

.grow-diary-calendar-container .row .col.head {
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  background: #FAFAFA;
  text-align: center;
}

.grow-diary-calendar-container .row:first-child .col:first-child {
  border-top-left-radius: 8px;
}

.grow-diary-calendar-container .row:first-child .col:last-child {
  border-top-right-radius: 8px;
}

.grow-diary-calendar-container .row:last-child .col:first-child {
  border-bottom-left-radius: 8px;
}

.grow-diary-calendar-container .row:last-child .col:last-child {
  border-bottom-right-radius: 8px;
}

@media (max-width: 576px) {
  .study-goal-contents .subject {
    flex: 1 1;
  }

  .grow-diary-scroll-contents .card {
    flex: 0 0 300px;
  }
}

.btn {
  word-break: keep-all;
}

.btn-circle {
  aspect-ratio: 1;
  border-radius: 50%;
}

.btn-circle-icon {
  width: 32px;
  height: 32px;
  padding: 0;
}

.btn-fab {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  font-size: 0.75rem;
  font-weight: bold;
}

.fc-v-event .fc-event-title-container {
  text-align: left;
}

.fc-event-time {
  text-align: left;
  font-weight: normal !important;
}

.fc-scroller::-webkit-scrollbar {
  width: 4px;
}

.fc-scroller::-webkit-scrollbar-track {
  background: #E1E9F0;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
}

.fc-scroller::-webkit-scrollbar-thumb {
  background: #84ABC0;
  border-radius: 6px;
}

/* media */
.volume-container .signal-connected {
  color: #73CF16;
}

.volume-container .signal-disconnected {
  color: #aaa;
}

.study-plan.card {
  padding: 20px 20px 28px;
  border-radius: 12px;
  margin-top: 12px;
}

.study-plan.card .btn {
  height: 44px;
}

.study-plan-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1;
  gap: 10px;
}

.ic-satisfaction {
  color: #FFCB11;
}

.ic-chat {
  cursor: pointer;
}

.card-img-top.selected {
  border: 5px solid #555;
}

.chat-contact-list-item > a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.app-chat .app-chat-contacts .sidebar-body .chat-contact-list li.chat-contact-list-item:not(.active):hover {
  background-color: rgba(38, 60, 85, 0.04);
}


.signup-type-group {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 1rem 1.25rem;
}

.signup-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.signup-card-body {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.signup-card-body-form {
  flex: 1 1;
}

.signup-card-body-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.signup-card-body-photo .profile-preview {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .signup-card-body {
    flex-direction: column-reverse;
  }
}

.user-profile-header-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 250px;
  background-image: url('../../assets/img/backgrounds/profile-banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.user-profile-header {
  margin-top: -2rem;
}

.user-profile-header .user-profile-img {
  border: 4px solid;
  width: 120px;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  overflow: hidden;
}

.light-style .user-profile-header .user-profile-img {
  border-color: #fff;
}

.dark-style .user-profile-header .user-profile-img {
  border-color: #283144;
}

.dataTables_wrapper .card-header .dataTables_filter label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .user-profile-header-banner img {
    height: 150px;
  }

  .user-profile-header .user-profile-img {
    width: 100px;
  }
}


.btn-grow-diary.disabled, .btn-grow-diary-comment.disabled {
  cursor: default;
  color: #ccc;
}

.account-disabled-container {
  width: 100%;
  height: 100vh;
}

.img-account-disabled {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-account-disabled-return {
  position: fixed;
  bottom: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.level-progress-top {
  width: 100px;
  height: 12px;
  display: block;
}

.level-progress-top .progress-bar{
  height: 100%;
}

.level-progress-top ~ strong {
  text-wrap: nowrap;
  padding: 0;
}

.btn-toggle-dark {
  position: relative;
  width: 70px;
  height: 40px;
  padding: 5px;
  border-radius: 48px;
}

.btn-toggle-dark .toggle-bullet {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  transition: all .2s;
}

.btn-toggle-dark .bx {
  position: absolute;
}

.icon-top-notification {
  width: 32px;
  height: 32px;
}



@media (max-width: 372px) {
  .level-text {
    display: none;
  }
}


@media (max-width: 567px) {
  .level-progress-top {
    width: 100%;
    max-width: 100px;
    border-radius: 8px;
  }

  .level-progress-top ~ div:has(.badge) strong {
    font-size: 12.5px;
    font-weight: bold;
  }

  .btn-toggle-dark {
    width: 56px;
    height: 32px;
    padding: 4px;
  }
  
  .btn-toggle-dark .toggle-bullet {
    width: 24px;
    height: 24px;
  }

  .btn-toggle-dark .icon-moon{
    width: 14px;
    height: 14px;
    top: 8.5px;
    right: 7px;
  }
  
  .btn-toggle-dark .bx{
    top: 7px;
    left: 6px;
  }

  .avatar {
    width: 32px;
    height: 32px;
  }

  .icon-top-notification {
    width: 28px;
    height: 28px;
  }


}

@media (max-width: 992px) {
  .fc-event-time {
    display: none;
  }
}

.embed-responsive > iframe {
  width: 100%;
  aspect-ratio: 1.78;
}

.card-mypage-edit .profile-photo-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 576px) {
  .card-mypage-edit .profile-photo-container {
    flex-direction: column;
    align-items: center;
  }

  .profile-photo-container .button-wrapper {
    text-align: center;
  }
}

.offcanvas-body-full {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.link-fake {
  color: #75c2c2;
  text-decoration: none;
  cursor: pointer;
}

.link-fake:hover {
  color: #6b98f0;
}

.required:after {
  content: ' *';
  color: #F00;
}

.my-rank-statistic-container {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
  max-width: 500px;
}

.my-rank-statistic-container .my-rank-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  aspect-ratio: 1;
  padding: 12px 18px;
  gap: 12px;
  background-color: #F8F9FB;
  border: 1px solid #eaeaea;
  box-shadow: 2px 2px 16px 0px #0000000A;
  border-radius: 16px;
  text-align: center;
}

.card-bottom-info {
  min-height: 27px;
}

.sk-circle-sm {
  width: 10px;
  height: 10px
}

.intro-wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.intro-wrapper h2 {
  animation: flash;
  animation-duration: 3s;
}
.grow-diary-list-group .list-group-item {
  margin-bottom: 16px;
  border-radius: 16px;
  border-top-width: 1px;
}

.grow-diary-list-group .list-group-item .list-group-item-subject {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.grow-diary-list-group .list-group-item .list-group-item-comment {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background: var(--bs-primary-light);
  line-height: 1.25;
  font-size: 1rem;
}

.notification-list-group .list-group-item {
  display: flex;
  justify-content: space-between;
}

.notification-list-group .list-item {
  display: flex;
  justify-content: start;
  align-items: center;
}

.notification-list-group .list-time {
  flex: 0 0 84px;
  text-align: right;
}

@media (max-width: 576px) {
  .notification-list-group .list-group-item {
    flex-direction: column-reverse;
  }

  .notification-list-group .list-time {
    flex: 1 1;
  }
}

.gender-warning .select2-selection__rendered {
  color: #F00 !important;
}

.gender-warning .select2-selection__rendered:after {
  content: ' - 성별 불일치'
}

.dayContainer .nextMonthDay:nth-last-child(7),
.dayContainer .nextMonthDay:nth-last-child(7) ~ .nextMonthDay {
  display: none;
}

.youtube-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 1.75;
  border-radius: 8px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.student-card-buttons {
  display: flex;
  justify-content: center;
  gap: 5px;
}

@media (max-width: 400px) {
  .student-card-buttons {
    flex-direction: column;
  }
}

.chat-extra-link {
  line-height: 2.2rem;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0.3rem;
}

.app-brand-link img {
  transform: translateY(4px);
}

.nav-pills {
  gap: 8px;
}

.timer-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.timer-box > *{
  display: inline-block;
}

.timer-box > .timer{
  vertical-align: middle;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .card-timer .card-body{
    padding: 16px;
  }

  .card-timer.timer-started .timer {
    font-size: 14vw !important;
    letter-spacing: -0.04em;
  }

  .card-timer .timer-box ~ .buttons {
    gap: 4px;
    max-width: 540px;
    width: 100%;
  }

  .card-timer .timer-box ~ .buttons .btn {
    padding: 12px 12px !important;
    border-radius: 40px;
    width: 100%;
    flex: 1 1 auto;
    text-wrap: nowrap;
    font-size: 13px;
  }

}

.card-timer {
  height: 100%;
}

.card-timer .card-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.card-timer .card-body .timer-body {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.5rem;
}

.card-timer.card-timer-total .card-body {
  justify-content: center;
}

.card-timer.card-timer-total .card-body .timer-body {
  flex: 0;
}

.card-timer-wrapper {
  margin-bottom: 1rem;
}

.card-timer-wrapper:has(.timer-started) {
  order: -1 !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.625rem;
}

@media (max-width: 768px) {
  .card-timer-wrapper:has(.timer-started) {
    grid-template-columns: 1fr;
  }
}

.card-timer.timer-started .timer {
  font-size: 3.8rem;
  transition: all 1s;
}

.card-timer [data-role="timer-pause"],
.card-timer [data-role="study-coordinate"],
.card-timer [data-role="study-note"],
.card-timer [data-role="study-target"] {
  display: none;
}

.card-timer.timer-started [data-role="timer-start"] {
  display: none;
}

.card-timer.timer-started [data-role="timer-pause"],
.card-timer.timer-started [data-role="study-coordinate"],
.card-timer.timer-started [data-role="study-note"],
.card-timer.timer-started [data-role="study-target"] {
  display: flex;
}

.card-timer .btn-timer {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 36px;
  height: 36px;
  min-width: 36px;
}

.card-timer .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.card-timer .subject {
  text-align: center;
  align-items: center;
  gap: 0.5rem;
}

.card-timer .subject .badge {
  flex: 0 0 0.625rem;
}

.card-timer .subject .title {
  white-space: initial;
}

.realtime-study-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(8, 1fr);
}

.realtime-study-grid.collapsed {
  grid-template-rows: 1fr;
  grid-auto-rows: 0;
  overflow-y: hidden;
  height: 158px;
}

@media (max-width: 992px) {
  .realtime-study-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 768px) {
  .realtime-study-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 576px) {
  .realtime-study-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.realtime-study-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  height: 138px;
}

.realtime-study-container .avatar {
  display: flex;
  align-items: end;
  height: 130px;
  cursor: initial;
  position: relative;
}

.realtime-study-container .avatar img {
  width: 40px;
  height: 40px;
}

.realtime-study-container .avatar.active img {
  border: 2px solid #93ff93;
}

.avatar.avatar-effect::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 80px;
  z-index: 1;
}

.avatar.effect0::before {
  background-image: url("../../assets/img/avatar-effects/icon-step0.png");
}

.avatar.effect1::before {
  background-image: url("../../assets/img/avatar-effects/icon-step1.png");
}

.avatar.effect2::before {
  background-image: url("../../assets/img/avatar-effects/icon-step2.png");
}

.avatar.effect3::before {
  background-image: url("../../assets/img/avatar-effects/icon-step3.png");
}

.avatar.effect4::before {
  background-image: url("../../assets/img/avatar-effects/icon-step4.png");
}

.avatar.effect5::before {
  background-image: url("../../assets/img/avatar-effects/icon-step5.png");
}

.main-popup {
  display: none;
  position: fixed;
  top: 70px;
  right: 5px;
  z-index: 999;
  border: 1px solid #aaa;
  box-shadow: -0.3em 0.3em 0.7em #666666;
  background-color: #FFF;
  min-width: 200px;
  max-width: 400px;
}

.main-popup .popup-container {
  overflow-x: hidden;
  overflow-y: auto;
}

.main-popup .popup-container > p {
  margin: 0 !important;
}

.main-popup .popup-container img {
  max-width: 100% !important;
}

.main-popup .popup-footer {
  width: 100%;
  height: 30px;
  background: #424242;
}

.main-popup .popup-footer a {
  color: #FFF !important;
}

.font-workbook {
  font-family: HANBatang, serif;
}

.workbook-view-container {
  max-width: 768px;
}

.workbook-view-container .workbook-view,
.workbook-view-container .workbook-view *:not(.katex *) {
  font-family: HANBatang, serif !important;
  font-size: 0.95rem !important;
  line-height: 1.5rem;
  word-break: keep-all;
}


.workbook-view-container .workbook-view .form-check {
  padding: 0;
}

.workbook-view-container .workbook-view .form-check .form-check-input {
  display: none;
}

.workbook-view-container .workbook-view .form-check .form-check-label .index {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.workbook-view-container table {
  table-layout: fixed;
  max-width: 900px;
  width: 100% !important;
  word-break: break-all;
  height: auto;
}

.workbook-view-container table * {
  background: none !important;
}

.workbook-view-container img {
  max-width: 500px !important;
  width: 100% !important;
  height: auto;
}

.note-editing-area table td {
  text-align: initial;
}

.font-workbook + .note-editor .note-editing-area * {
  font-family: HANBatang, serif;
}

.subject-category-container {
  display: flex;
  flex-wrap: wrap;
}

.subject-category-container .checkbox-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}


.preview .canvas-work-book-container {
  display: none;
}

.preview.active .canvas-work-book-container {
  display: flex;
}

.offcanvas-online-learning-canvas {
  width: 40vw !important;
}

@media (max-width: 992px) {
  .offcanvas-online-learning-canvas {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .offcanvas-online-learning-canvas {
    width: 500px !important;
  }
}

@media (max-width: 576px) {
  .offcanvas-online-learning-canvas {
    width: 100% !important;
  }
}

/* KATEX */
.katex * {
  font-family: KaTeX_Main, Times New Roman, serif !important;
  font-style: normal;
}

.katex .mathnormal {
  font-family: KaTeX_Math, serif !important;
  font-style: italic !important;
}

.katex .delimsizing.size3 {
  font-family: KaTeX_Size3 !important;
}

#mock-exam-form .step-trigger { 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  margin: 0;
}

#mock-exam-form .bs-stepper-circle {
  font-family: 'Nanum Gothic', 'Helvetica', 'Arial', sans-serif;
  font-weight: bold;
  border-radius: 50%;
}

#mock-exam-form .bs-stepper-title { 
  font-weight: bold;
}

#mock-exam-form .bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step .step-trigger::after {
  display: none !important;
}

#mock-exam-form .bs-stepper .bs-stepper-header{
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;  
}

#mock-exam-form .bs-stepper:not(.vertical) .bs-stepper-header .line:before {
  display: none !important;
}

#mock-exam-form .bs-stepper-label {
  margin: 0;
}

.note-editor {
  overflow: hidden;
  border-radius: 8px !important;
}

.canvas-menu .menu-frame  .bxs-circle{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.pagination.pagination-primary {
  gap: .4rem;
}

.pagination.pagination-primary .page-link{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination.pagination-primary .page-link,
.pagination.pagination-primary .page-item {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

@media (max-width:991px) {
  .pagination.pagination-primary {
    gap: .4rem;
  }

  .pagination.pagination-primary .page-link,
  .pagination.pagination-primary .page-item {
    width: 28px;
    height: 28px;
    border-radius: 50% !important;
    font-size: 0.75rem;
  }
}

.pagination .page-link.page-first,
.pagination .page-link.page-last
.pagination .page-link.page-prev
.pagination .page-link.page-next {
  font-size: 0;
}

.page-link.disabled, .disabled > .page-link {
  opacity: .25;
}


span.badge-notifications   {
  font-weight: bold !important;
}

.navbar-nav-right .nav-link{
  border-radius: 8px;
}

.navbar-nav-right .nav-link:has(.btn-toggle-dark) {
  background: none;
}

.navbar-nav-right .nav-link:has(.avatar) {
  border-radius: 50%;
}

.navbar-nav .nav-link {
  border-radius: 28px !important;
}

@media (max-width: 1200px) {
  .navbar-nav {
    gap: 4px !important;
  }
}

.program-student {
  padding: 10px 14px;
  border-radius: 12px;
  transition: all .2s;
}

.program-student:first-child {
  margin-top: 12px;
}

.program-student:not(:last-child) {
  margin-bottom: 8px;
}


.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.image-grid a {
  display: block;
  aspect-ratio: 1.5 / 1;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .image-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
}

.program-mentee-accordion-wrap {
  flex: 0 0 230px;
}

@media (max-width: 576px) {
  .program-mentee-accordion-wrap {
    display: none;
  }
}

.career-mentor-grid {
  display: grid;
  grid-template-columns: 130px 1fr;
  row-gap: 6px;
}

.career-mentor-grid .title {
  color: #767676;
  font-size: 14px;
}

.career-mentor-grid .content {
  color: #505050;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}