@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css);
@font-face {
  font-family: "yg-jalnan";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.calendar_section {
  padding-top: 1.975rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
.calendar_section .back {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  cursor: pointer;
  margin: 0;
  margin-bottom: 1.975rem;
  width: -moz-fit-content;
  width: fit-content;
}
.calendar_section .calendar_area {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0.5rem;
  width: 100%;
  padding: 1.875rem;
  gap: 1.875rem;
}
.calendar_section .calendar_area .text {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
}
.calendar_section .calendar_area .text h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1285ef;
}
.calendar_section .calendar_area .text p {
  font-size: 1rem;
}
