#content {
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #2b2b2b;
}
#content .visual {
  position: relative;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 600px) {
  #content .visual {
    height: 200px;
  }
}
#content .visual__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .visual__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#content .visual__eyebrow {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.85;
}
#content .visual__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (max-width: 600px) {
  #content .visual__title {
    font-size: 28px;
  }
}
#content .history {
  padding: 80px 0 100px;
  background: #ffffff;
}
@media (max-width: 600px) {
  #content .history {
    padding: 48px 0 64px;
  }
}
#content .history__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 600px) {
  #content .history__inner {
    padding: 0 16px;
  }
}
#content .history__head {
  text-align: left;
  margin-bottom: 48px;
  padding-bottom: 24px;
  border-bottom: 2px solid #0b3c74;
}
#content .history__title {
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
}
@media (max-width: 600px) {
  #content .history__title {
    font-size: 20px;
  }
}
#content .history__desc {
  margin: 0;
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
}
#content .history__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #content .history__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #content .history__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
#content .history__item {
  position: relative;
}
#content .history__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
#content .history__link:hover .history__thumb img, #content .history__link:focus-visible .history__thumb img {
  transform: scale(1.04);
}
#content .history__link:hover .history__caption, #content .history__link:focus-visible .history__caption {
  color: #0b3c74;
}
#content .history__link:focus-visible {
  outline: 2px solid #0b3c74;
  outline-offset: 4px;
}
#content .history__num {
  align-self: flex-start;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0b3c74;
}
#content .history__num::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  margin-right: 6px;
  background: #0b3c74;
  vertical-align: middle;
}
#content .history__thumb {
  display: block;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 220/331;
  overflow: hidden;
  border-radius: 6px;
  background: #f6f8fa;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
#content .history__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
#content .history__caption {
  display: block;
  margin-top: 16px;
  max-width: 220px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  transition: color 0.25s ease;
}/*# sourceMappingURL=history.css.map */