body {
    font-weight: 500;
    font-size: 1rem;
    /* font-family: "Open Sans", Helvetica, Arial, sans-serif; */
    /* font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important; */
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', sans-serif;
    /* letter-spacing: .02rem; */
    line-height: 1.6;
    /* color: #555; */
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
    text-rendering: optimizelegibility;
    background-color: #efefef;
    background-color: #f1f5f9;
    background-color: #f4f6f8;
    /* background-color: #f2efec; */
  }
  