@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
.font-kr {
  font-family: "Noto Sans KR", Poppins, Helvetica, "sans-serif";
}

.font-en {
  font-family: Poppins, Helvetica, "sans-serif";
}

.bg-brand {
  background-color: #000 !important;
  --bs-bg-opacity: 1;
}

.badge {
  padding-bottom: 0.4rem;
}

div, p, span {
  word-break: keep-all;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.pe-none {
  pointer-events: none;
}

.swal2-styled.swal2-confirm {
  padding: 0.625em 1.3em;
  font-weight: 700;
}

.swal2-actions button {
  margin-top: 0px;
  font-size: 1.1rem !important;
}

.swal2-popup {
  width: 38em;
}

.swal2-popup .swal2-title {
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

.swal2-popup #swal2-content {
  margin-bottom: 0.5rem;
}

.swal2-input-label {
  font-size: 1.2rem;
  line-height: 1.7;
}

.swal2-popup .swal2-html-container, .swal2-popup .swal2-content {
  font-weight: 500;
  margin-top: 0.4rem;
}

.swal2-input {
  margin-bottom: 0.5em;
}
.swal2-input:focus, .swal2-input:active, .swal2-input:hover {
  box-shadow: none !important;
}

.swal2-validation-message {
  font-weight: 500;
}

.swal2-popup .swal2-content {
  margin-top: 0px;
  font-weight: 500;
  font-size: 1.15rem;
}

.swal2-popup .swal2-icon {
  margin: 1rem auto 0;
}

.swal2-popup .swal2-actions {
  margin-top: 1.1rem;
  margin-bottom: 0px;
}

.swal2-popup .swal2-html-container, .swal2-popup .swal2-content {
  font-size: 1.15rem;
}

.swal2-input-label {
  text-align: center;
  font-size: 1.15rem;
  margin-top: 0.3rem;
}

.swal2-validation-message::before {
  line-height: 1.45em;
}

.swal2-popup .btn {
  margin-top: 0px;
}

.border-profile {
  border: 1px solid #E5E5EA;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(72, 85, 97, 0.3);
  z-index: 1059;
}
#loader #status {
  display: none;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}
#loader #status .cspinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid #dee2e6;
  border-right: 3px solid #dee2e6;
  border-bottom: 3px solid #dee2e6;
  border-left: 3px solid #000;
  transform: translateZ(0);
  animation: SpinnerAnimation 1.1s infinite linear;
}
#loader #status .cspinner,
#loader #status .cspinner:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
@-webkit-keyframes SpinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes SpinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.aside-dark .menu .menu-item.show > .menu-link .menu-title {
  font-weight: 700;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
  color: #b5b6be;
  font-size: 14px;
}

.aside-dark .menu .menu-item .menu-link.active .menu-title, .aside-dark .menu .menu-item.here > .menu-link {
  font-weight: 700;
}

.aside-dark .menu .menu-item .menu-section {
  color: #7f81ac !important;
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: #989ab8;
}

.form-label {
  font-size: 1.15rem;
}

.form-select option {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.swal2-container {
  z-index: 9999;
}

.badge.badge-header-alarm-cnt {
  top: 8px;
  right: -11px;
  padding-bottom: 2px;
}

.badge-kakao {
  opacity: 0.8;
  background: #fee500;
  color: #131313;
}

.badge-google {
  background-color: #eeeeee;
  color: #252525;
}

#kt_topbar_notifications_1 .bg-unread {
  background-color: #e0d7f5 !important;
}

.dark-mode #kt_topbar_notifications_1 .bg-unread {
  background-color: #56457c !important;
}

.btn .svg-icon {
  position: relative;
  top: -1.5px;
}

.dataTable .dataTables_empty {
  text-align: center;
}

.dtfh-floatingparenthead {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.ck-editor .ck-content {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.file-error-message {
  margin: 0;
  margin-top: 6px;
}
.file-error-message ul {
  list-style: none;
  padding-left: 0px;
}
.file-error-message button {
  font-size: 12px;
  display: none;
}

#kvFileinputModal .kv-zoom-header {
  padding: 10px;
  padding-left: 15px;
}
#kvFileinputModal .kv-zoom-actions button {
  margin-left: 4px;
  padding: 6px 12px;
}
#kvFileinputModal .kv-zoom-actions button i {
  padding-right: 0px;
  width: 12px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -0.5px;
}

.file-input input[type=file].invisible {
  visibility: visible !important;
}
.file-input .file-preview-status {
  display: none;
}
.file-input .was-validated .form-control:valid, .file-input .form-control.is-valid, .file-input .was-validated .form-control:invalid, .file-input .form-control.is-invalid {
  background-image: none;
}
.file-input .file-drop-zone {
  margin: 5px;
}
.file-input .file-drop-zone {
  min-height: auto;
}
.file-input .file-drop-zone-title {
  font-size: 1.4rem;
}
.file-input button.kv-file-upload {
  display: none;
}
.file-input .file-preview .fileinput-remove {
  display: none;
  top: 22px;
  right: 22px;
}
.file-input .file-preview .fileinput-remove:focus {
  box-shadow: none;
}
.file-input .file-footer-buttons button {
  padding: 6px 12px;
}
.file-input .file-footer-buttons button i {
  top: -0.5px;
  position: relative;
  padding-right: 0px;
}
.file-input .file-caption-icon {
  padding: 11.5px 8px;
  left: 5px;
}
.file-input .file-caption.icon-visible .file-caption-name {
  font-size: 13px;
  padding-left: 28px;
}
.file-input .fileinput-remove-button {
  display: none;
}
.file-input .btn-close:focus {
  box-shadow: none;
}
.file-input.theme-fas .file-other-icon img {
  width: 60px;
}
.file-input.theme-fas .file-drag-handle, .file-input.theme-fas .file-upload-indicator {
  margin-top: 14px;
}
.file-input.theme-fas .file-footer-caption {
  margin-bottom: 5px;
}
.file-input.theme-fas .file-preview-frame {
  float: none;
  display: inline-block;
}
.file-input.theme-explorer-fas .file-preview-initial .file-actions-cell {
  flex: 0 0 80px;
}
.file-input.theme-explorer-fas .file-actions-cell {
  display: flex;
  flex: 0 0 53px;
}
@media only screen and (max-width: 575px) {
  .file-input.theme-explorer-fas .file-actions-cell {
    flex: 0 0 35px;
  }
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons {
  padding: 5px 3px;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons a.kv-file-download i {
  left: 2px;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons button, .file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons a.kv-file-download {
  padding: 4px 4px !important;
}
.file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons button i, .file-input.theme-explorer-fas .file-actions-cell .file-actions .file-footer-buttons a.kv-file-download i {
  position: relative;
  top: -1px;
}
.file-input.theme-explorer-fas .file-preview-frame .file-details-cell {
  width: 90% !important;
  width: auto;
  flex: 1;
  padding-left: 5px !important;
  overflow: hidden;
}
.file-input.theme-explorer-fas .explorer-frame .kv-file-content {
  flex: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input.theme-explorer-fas .explorer-frame .kv-file-content .kv-preview-data {
  display: flex;
  align-items: center;
  width: auto !important;
  max-width: 100px !important;
}
.file-input.theme-explorer-fas .file-preview-frame samp {
  font-size: 11px;
  color: #777;
}
.file-input.theme-explorer-fas .explorer-caption {
  font-size: 11px;
  padding: 0;
}
.file-input.theme-explorer-fas .file-preview .fileinput-remove {
  display: none;
}
.file-input.theme-explorer-fas .file-other-icon img {
  display: block;
  width: 40px;
}
.file-input .file-drag-handle i {
  color: #6b6e74;
}

.theme-explorer-fas .file-drag-handle, .theme-explorer-fas .file-upload-indicator {
  bottom: 10px;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  border-color: var(--ck-color-base-border) !important;
}

.ck.ck-editor__main {
  min-height: 500px;
  max-height: 1000px;
}

.ck.ck-editor__main > .ck-editor__editable {
  min-height: 500px;
  max-height: 1000px;
}

.ck-content hr {
  height: 2px;
}

.ck-content p {
  font-size: 14px;
  margin-bottom: 2px;
}

@media (max-width: 991.98px) {
  #kt_toolbar {
    padding: 0 !important;
    margin-top: 0.5rem;
  }
}
#kt_aside_mobile_toggle svg {
  position: relative;
  top: 1px;
}
#kt_aside_mobile_toggle svg rect {
  fill: #181C32;
  fill: #292929;
}

#toastr-container.toast-bottom-full-width {
  width: 100%;
  bottom: 0px;
}
#toastr-container.toast-bottom-full-width .toastr {
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
  bottom: 10px;
  opacity: 0.9;
}
#toastr-container.toast-bottom-full-width .toastr .toastr-message {
  font-size: 1.1rem;
  font-weight: 500;
}

:root {
  --ck-z-default: 9999 !important;
}

.flatpickr-day {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-day.selected, .flatpickr-day.today {
  font-weight: 700;
}

.commentItem {
  border: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 4px;
}
.commentItem .child-reply {
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f4f4f4;
  border-radius: 6px;
}
.commentItem .line-comment-content {
  white-space: pre-wrap;
  word-break: break-word;
}
.commentItem:last-of-type {
  margin-bottom: 0;
}

.text-orange {
  color: #d7782d;
}

.btn-orange {
  background-color: #d7782d;
  color: #FFF;
}
.btn-orange:hover {
  color: #FFF;
}

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

.page-signin .video-wrapper {
  background-image: url("/static/dist/assets/media/bg.jpg");
  background-size: cover;
}
.page-signin .video-wrapper, .page-signin .mask {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.page-signin .video-wrapper {
  margin: 0;
  background-color: #000;
}
.page-signin .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
}
.page-signin input {
  border-color: #404040 !important;
}
.page-signin .mask {
  background: rgba(0, 0, 0, 0.05);
}
.page-signin .loginForm {
  display: none;
}
.page-signin .loginForm .loginForm__feedback {
  display: none;
}

.page-policy-regist .ck.ck-editor__main {
  min-height: 200px;
}
.page-policy-regist .ck.ck-editor__main > .ck-editor__editable {
  min-height: 200px;
}
.page-policy-regist .ck-content i {
  color: #181C32;
}
.page-policy-regist .ck-content div, .page-policy-regist .ck-content p {
  line-height: 1.75;
  margin-bottom: 5px;
}

.page-faq .ck-content i, .page-guide .ck-content i {
  color: #181C32;
  font-size: 14px;
  line-height: 1.7;
}
.page-faq .ck-content div, .page-faq .ck-content p, .page-guide .ck-content div, .page-guide .ck-content p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 5px;
}