input[readonly] {
    background-color: #E6E8EA;
    color: #6D7882;
}

/* Badge */
.g-badge.bg--gold span {
  border-color: #d4af37;
  background-color: #d4af37;
  color: #fff;
}

.displayHide {
  display: none !important;
}

.displayShow {
  display: block !important;
}


.ProseMirror,
.notice-box {
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
  outline: none;
}

/* p 태그 */
.ProseMirror p,
.notice-box p {
  margin: 0 0 1em 0;
}

/* Heading 1 */
.ProseMirror h1,
.notice-box h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em 0;
}

/* Heading 2 */
.ProseMirror h2,
.notice-box h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.5em 0;
}

/* 리스트 스타일 */
.ProseMirror ul,
.ProseMirror ol,
.notice-box ul,
.notice-box ol {
  padding-left: 1.5em;
  margin: 1em 0;
  list-style: initial;
}

/* Bold */
.ProseMirror strong,
.notice-box strong {
  font-weight: bold;
}

/* Italic */
.ProseMirror em,
.notice-box em {
  font-style: italic;
}

/* Strike */
.ProseMirror s,
.notice-box s {
  text-decoration: line-through;
}

.profile {
    z-index: 100 !important;
}

/* 달력 선택 불가능 UI 색 */
.datepicker-swiper-wrap .swiper-select .swiper-slide-active .btn-select:disabled {
      font-weight: 700;
      font-size: 16px;
      color: #c52238;
  }
  .datepicker-swiper-wrap .swiper-select .btn-select:disabled {
      font-weight: 700;
      font-size: 16px;
      color: #e4b8bd;
  }