@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow: auto;
  height: 100%;
}
body * {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-optical-sizing: auto;
}
body.dialog_visible {
  overflow: hidden;
}

.footer {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px;
  background-color: #f5f7fa;
}
.footer .copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33;
  color: #727272;
  transition: all 0.1s ease-out;
}

@media screen and (min-width: 1280px) {
  .footer {
    min-height: 80px;
    padding: 24px;
  }
}