.academyMgt-section {
  padding: var(--page-padding) 0 0;
}
.faq-regist,
.faq-regist:hover {
  color: var(--point);
}

/* sidemenu START */
main,
.custom-aboutLayout-content {
  overflow: visible !important;
}

.academy-image {
  width: 100%;
  height: 240px; /* 원하는 높이 */
  background: url('/img/index/아카데미_banner.jpg') center / contain no-repeat;
  margin-top: 60px;
}

.custom-main-title-info {
  font-size: 13px;
  font-weight: 500;
  color: var(--ct-text-muted);
  margin-top: 5px;
}

.academy-sidemenu {
  position: sticky;
  left: 0;
  top: 60px;
  z-index: 100;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  background: white;
}
.flex_align_center {
  overflow-x: auto;
  white-space: nowrap;
  justify-content: safe center;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.academy-sidemenu button {
  height: 74px;
  padding: 26px 40px 20px;
  font-weight: 600;
  font-size: 20px;
  color: #959595;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  border: none;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  font-family: inherit;
  border-bottom: 4px solid transparent;
}
.academy-sidemenu button.active {
  color: #2b2b2b;
  border-bottom-color: #2b2b2b;
}
/* sidemenu END */

.custom-main-content-wrap-sub {
  margin-top: 80px;
}
#cashReceipt .custom-main-title-sub i,
#attendance .custom-main-title-sub i,
#appPush .custom-main-title-sub i {
  color: var(--ct-warning);
}

/* ################## RESPONSIVE ##################### */
@media (max-width: 767.98px) {
  .academyMgt-section .custom-main-title-wrap {
    text-align: left;
    word-break: keep-all;
  }
}