@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.section {
  padding: 0 clamp(1rem, 50% - 720px, 50% - 720px);
}

.px-common {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.pd-0 {
  padding: 0;
}

.mg-0 {
  margin: 0;
}

.fs-0 {
  font-size: 2.5rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fs-1 {
  font-size: 1.875rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fs-sm-1 {
  font-size: 1.5rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.fs-2 {
  font-size: 1.25rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gradient.d0fafaff {
  background-image: linear-gradient(90deg, #D0FAFF 0%, #FFF 100%);
}
.gradient.fff3cc {
  background-image: linear-gradient(90deg, #FFF3CC 0%, #FFF 100%);
}
.gradient.fde1ff {
  background-image: linear-gradient(90deg, #FDE1FF 0%, #FFF 100%);
}
.gradient.f1ffd1 {
  background-image: linear-gradient(90deg, #f1ffd1 0%, #FFF 100%);
}

.cursor-pointer {
  cursor: pointer;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-inquiry table {
  width: 100%;
  border-collapse: collapse;
}
.page-inquiry table th, .page-inquiry table td {
  border: 1px solid #dee2e6;
  padding: 0.5rem;
}
.page-inquiry table th {
  background-color: #eee;
  width: 15%;
  color: #212529;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.page-inquiry input, .page-inquiry textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}
.page-inquiry textarea {
  min-height: 25rem;
  resize: none;
}
.page-inquiry button {
  display: inline-flex;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #007BDE;
  color: #007BDE;
  background: #FFF;
}

/*# sourceMappingURL=core.css.map */
