@charset "UTF-8";

/* Media Query */
@media (max-width: 1023px) {
  .body-container {
    overflow: hidden;
  }

  .ckeditor {
    overflow-x: auto;
  }

  .ckeditor:after {
    content: "";
    clear: both;
    display: block;
  }

  .ckeditor *:not(iframe) {
    max-width: 100% !important;
    height: auto !important;
  }

  .ckeditor iframe {
    max-width: 100% !important;
  }

  .scroll-to-top {
    right: 1rem;
  }

  .js-facebook-messenger-box {
    right: 5px;
    bottom: 111px;
    scale: 0.9;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  }

  .progress-wrap {
    bottom: 55px;
    right: 8px;
    width: 50px;
    height: 50px;
  }

  .progress-wrap::after {
    width: 100%;
    height: 100%;
  }
}