body {
  /*Regular 400, Bold 700, Extra-bold 800*/
  /*font-family: 'Nanum Gothic', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  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-size: 1em;
}


h1 {
  margin-top: 4rem;
  font-weight: 800;
}

h2 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}

ol {
  counter-reset: item;
  padding: 0 0 0 20px;
}

ol ol {
  list-style-type: lower-alpha;
  padding-left: 20px;
}

ol ol > li {
  margin-left: 0px;
  padding-left: 0;
}

.round-image {
  border-radius: 100%;
  border: solid 1px #ccc;
}

a,
a:hover,
a:visited {
  color: #0a6ebd;
}


/* profile ****************************************** */
section {
  padding: 0 20px;
}
