body {
  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;
}

.container {
  overflow: hidden;
  max-width: none;
}
.container section {
  padding-block: 100px;
  height: 100%;
  min-height: 100vh;
}
.container > section:nth-of-type(even) {
  background-color: #EFF4F8;
}
.container .counsultBox,
.container .receptionBox {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 15px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: -7px 7px 20px rgba(16, 38, 70, 0.2);
  color: #495565;
}
.container .receptionBox {
  padding: 29px 20px 18px 20px;
}/*# sourceMappingURL=landing.css.map */