/* real_estate_developer 루트 페이지 (landing) 스타일.
   각 모듈의 페이지는 자신의 static/ 에서 별도 CSS 를 사용한다. */

body {
  font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont,
               'Segoe UI', sans-serif;
  max-width: 720px;
  margin: 3rem auto;
  padding: 0 1rem;
  color: #1f2328;
  line-height: 1.6;
}

h1 {
  border-bottom: 2px solid #2a5a8a;
  padding-bottom: .4rem;
  margin-bottom: 1rem;
}

ul { padding-left: 1.2rem; }
li { margin: .55rem 0; }

a {
  color: #2a5a8a;
  text-decoration: none;
  font-weight: 600;
}
a:hover { text-decoration: underline; }

.desc {
  color: #50595f;
  font-weight: normal;
  font-size: .92em;
}
