a, .click {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

#main-menu > .navbar-nav .nav-item a {
  font-size: 1rem !important;
}

@media (min-width: 992px) {
  #main-menu > .navbar-nav .nav-item a {
    font-size: 1.3rem !important;
  }
}

@media (min-width: 992px) {
  main {
    margin-top: 0px;
  }
}

.navbar-shrink, #menu-top {
  background: #26193a;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  /*padding-top: 1.25rem;*/
  /*padding-bottom: 1.25rem;*/
  color: #fff;
  text-align: center;
  top: 30%;
}

aside .btn-group .active {
  background: black !important;
}

/* ck 에디터 크기 정의 */

.ck.ck-editor__editable {
  min-height: 200px !important;
}

.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-y: 0.5 rem;
}

