body {
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

h1 {
  font-size: 2rem !important;
}

article {
  font-family: "Pretendard", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}

article header {
  padding: 0 !important;
  padding-bottom: 10px !important;
  line-height: 1.2 !important;
}
article nav {
  position: relative !important;
}

header {
  border: none !important;
}

#content {
  font-family: "Pretendard", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#content header {
  padding: 0 !important;
  padding-bottom: 10px !important;
  line-height: 1.2 !important;
}
#content nav {
  position: relative !important;
}

#content h1 {
  margin-top: 0 !important;
  font-size: 2rem !important;
}

#content h2 {
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  #content h1 {
    font-size: 1.4rem !important;
  }
}
