@layer legacy-vendor-reset {
  #JEUSwrap.main-root * {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    box-sizing: border-box;
  }
  html {
    height: 100%;
    -webkit-text-size-adjust: none;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
  }
  @media screen and (min-width: 360px) and (max-width: 767px) {
    html {
      font-size: 10px;
    }
  }
  @media screen and (min-width: 1439px) {
    html {
      font-size: 13.6px;
    }
  }
  @media screen and (min-width: 1741px) {
    html {
      font-size: clamp(13.6px, 0.78125vw, 20px);
    }
  }
  body {
    height: 100%;
    min-height: 100dvh;
    font-family: "Pretendard", sans-serif;
    overflow-x: clip;
    background-color: #000;
  }
  body:lang(ko) {
    word-break: keep-all;
  }
  #JEUSwrap.main-root img {
    vertical-align: top;
  }
  #JEUSwrap.main-root table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: inherit;
  }
  #JEUSwrap.main-root button {
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    vertical-align: top;
    background: none;
    cursor: pointer;
    outline: none;
  }
  #JEUSwrap.main-root a {
    text-decoration: none;
  }
  #JEUSwrap.main-root .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #JEUSwrap.main-root .flex_item {
    display: block;
    width: 100%;
  }
  #JEUSwrap.main-root picture {
    display: block;
  }
  #JEUSwrap.main-root picture img {
    width: 100%;
  }
  #JEUSwrap.main-root i {
    font-style: normal;
  }
  #JEUSwrap.main-root img {
    width: 100%;
    height: 100%;
  }
  #JEUSwrap.main-root video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  #JEUSwrap.main-root video::-webkit-media-controls,
  #JEUSwrap.main-root video::-webkit-media-controls-enclosure,
  #JEUSwrap.main-root video::-webkit-media-controls-panel,
  #JEUSwrap.main-root video::-webkit-media-controls-play-button,
  #JEUSwrap.main-root video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none !important;
  }
  #JEUSwrap.main-root .hide {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
  }
  #JEUSwrap.main-root section {
    position: relative;
    overflow: hidden;
  }
  #JEUSwrap.main-root .webfont {
    font-family: "DNFForgedBlade", sans-serif;
    font-weight: 500;
  }
  #JEUSwrap.main-root strong {
    font-weight: 700;
  }
  .ql-content,
  .tiptap-content {
    font-size: 16px;
  }
}
