@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;
}

html, body {
  background-color: #ffffff;
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-family: "Inter";
  color: #222222;
}

section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 6.25rem;
}

nav {
  display: flex;
  align-items: center;
}
nav .title {
  color: #353A3D;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%; /* 39px */
}
nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
}
nav ul li {
  display: inline-block;
  padding: 0.75rem 0;
}
nav ul li a {
  text-decoration: none;
  color: #18191F;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
nav ul li.active, nav ul li:hover {
  border-bottom: 2px solid #007bde;
}
nav ul li.active a, nav ul li:hover a {
  color: #007bde;
}
nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  background: #007BDE;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.25rem;
}

figure {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
figure figcaption {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
figure figcaption h3 {
  color: #E53835;
  font-size: 1.125rem;
  line-height: normal;
}
figure figcaption h1 {
  color: #263238;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: normal;
}
figure figcaption h2 {
  color: #717171;
  font-size: 1.25rem;
  line-height: normal;
}
figure img {
  width: 548px;
  height: 340px;
  object-fit: cover;
}

footer {
  background-color: #a7a7a7;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
}
footer .desc {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.21px;
}

.feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.feature h2 {
  color: #222222;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.feature h3 {
  color: #81807E;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.feature p {
  color: #222222;
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.feature .scale-img-container {
  width: 587px;
  min-width: 587px;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.feature .scale-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.feature .scale-img-container:hover img {
  transform: scale(1.05);
}

.info-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.info-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(171, 190, 209, 0.2);
  color: #4D4D4D;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
}

.cert-logo {
  width: 290px;
  height: 86px;
  object-fit: contain;
}
.cert-logo-sm {
  width: 180px;
  height: 48px;
  object-fit: contain;
}

.history-list {
  border-radius: 16px;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 4rem 3rem;
}
.history-list .title {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #bbbbbb;
}
.history-list .content {
  display: flex;
  gap: 8px;
  padding: 1rem 0;
}

#loader {
  display: none;
  z-index: 1080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#loader .blur {
  z-index: 1085;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
#loader .dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: 6px;
}

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