@charset "UTF-8";
* {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕",
    system-ui, sans-serif;
}
body {
  position: relative;
}
section,
.section {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
