body {
  background-color: #f6f3f2;
  color: #2d2926;
  font-family: "Noto Sans KR", sans-serif;
}

.font-serif {
  font-family: "Noto Serif KR", "Newsreader", serif;
}

.section-title-lines::before,
.section-title-lines::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #dcd9d9;
  vertical-align: middle;
  margin: 0 15px;
}

.hero-bg {
  background: linear-gradient(135deg, #fcf9f8 50%, #f6f3f2 100%);
  position: relative;
  overflow: hidden;
}

.hero-bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuBRLqhDLMoKqxs9823z87keNAabmIIiob8fNDktn0VmVLjHcnLjzNXDJE9QEe6s5r0G8x4yO2TouB88tUI2NRUgpHnyoM8p21cUkoPpVLYCNubKCntXfKb35gulSZ831_w93RJ472d37Tyv1nrWmMtNESlJJsuJ35bGQjP7BEbLNrbOE2qZ9LeIfQ3e1gezFBnncVUusclIWoy6kxamlJdOLUobZDi6afPjwj0VBR0lHy0hzFZ-1YMmFRlpS_Yx9id0mXD_XAN25B8k");
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 0;
}

.hero-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #fcf9f8 0%, transparent 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}
