.elementor-5383 .elementor-element.elementor-element-4c027e7 .elementor-repeater-item-da83e56.jet-parallax-section__layout .jet-parallax-section__image{background-size:auto;}.elementor-5383 .elementor-element.elementor-element-7b2f4c66 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-5383 .elementor-element.elementor-element-fdf8299{--spacer-size:10px;}/* Start custom CSS for html, class: .elementor-element-77e9cac */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;800&display=swap');

.snuwa-history,
.snuwa-history * {
  font-family: "Noto Sans KR", sans-serif !important;
  box-sizing: border-box;
}

.snuwa-history {
  width: 100%;
  padding: 72px 20px;
  background: #ffffff;
  color: #222222;
}

.history-hero {
  max-width: 960px;
  margin: 0 auto 42px;
  text-align: center;
}

.history-hero .eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9f2525;
}

.history-hero h2 {
  margin: 0 0 12px;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.045em;
  color: #111111;
}

.history-hero p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #777777;
}

.history-summary {
  max-width: 1120px;
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  gap: 18px;
}

.history-summary > div {
  padding: 28px 30px;
  border: 1px solid #eadada;
  border-radius: 22px;
  background: #fffdfd;
  box-shadow: 0 10px 24px rgba(60, 30, 20, 0.05);
}

.history-summary span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #9f2525;
}

.history-summary strong {
  display: block;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #222222;
}

.history-summary p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #555555;
}

.timeline-wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 36px;
}

.timeline-wrap::before {
  content: "";
  position: absolute;
  left: 80px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #eadada;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 26px;
  margin-bottom: 22px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 27px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #9f2525;
  z-index: 2;
}

.timeline-item.featured::before,
.timeline-item.milestone::before {
  background: #9f2525;
}

.year {
  padding-top: 12px;
  font-size: 26px;
  font-weight: 800;
  color: #9f2525;
  letter-spacing: -0.04em;
  text-align: right;
}

.timeline-card {
  padding: 24px 28px;
  border: 1px solid #eadada;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(60, 30, 20, 0.045);
  transition: all 0.25s ease;
}

.timeline-card:hover {
  transform: translateY(-4px);
  border-color: #9f2525;
  box-shadow: 0 16px 34px rgba(60, 30, 20, 0.1);
}

.timeline-item.featured .timeline-card {
  background: #fbf0f0;
  border-color: #dfbcbc;
}

.timeline-item.milestone .timeline-card {
  border-left: 5px solid #9f2525;
}

.timeline-card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.035em;
  color: #222222;
}

.timeline-card p {
  position: relative;
  margin: 8px 0 0;
  padding-left: 13px;
  font-size: 15px;
  line-height: 1.75;
  color: #444444;
  letter-spacing: -0.02em;
}

.timeline-card p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9f2525;
}

@media (max-width: 1024px) {
  .history-summary {
    grid-template-columns: 1fr;
  }

  .timeline-wrap {
    padding-left: 0;
  }

  .timeline-wrap::before {
    left: 86px;
  }

  .timeline-item {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }

  .timeline-item::before {
    left: 80px;
  }
}

@media (max-width: 640px) {
  .snuwa-history {
    padding: 52px 18px;
  }

  .history-hero h2 {
    font-size: 32px;
  }

  .history-summary {
    margin-bottom: 38px;
  }

  .history-summary > div {
    padding: 24px 24px;
  }

  .history-summary strong {
    font-size: 28px;
  }

  .timeline-wrap::before {
    left: 10px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 30px;
  }

  .timeline-item::before {
    left: 4px;
    top: 13px;
  }

  .year {
    padding-top: 0;
    text-align: left;
    font-size: 22px;
  }

  .timeline-card {
    padding: 22px 22px;
    border-radius: 18px;
  }

  .timeline-card h3 {
    font-size: 17px;
  }

  .timeline-card p {
    font-size: 14px;
  }
}

/* 등장 애니메이션 */
.timeline-item {
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp 0.7s ease forwards;
}

.timeline-item:nth-child(1) { animation-delay: .05s; }
.timeline-item:nth-child(2) { animation-delay: .10s; }
.timeline-item:nth-child(3) { animation-delay: .15s; }
.timeline-item:nth-child(4) { animation-delay: .20s; }
.timeline-item:nth-child(5) { animation-delay: .25s; }
.timeline-item:nth-child(6) { animation-delay: .30s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 카드 hover */
.timeline-card {
  transition: all .28s ease;
}

.timeline-card:hover {
  transform: translateY(-6px) scale(1.01);
}

/* 연도 hover */
.timeline-item:hover .year {
  color: #7d1111;
  transform: translateX(-2px);
  transition: .25s ease;
}

/* 강조 점 펄스 */
.timeline-item.featured::before,
.timeline-item.milestone::before {
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    box-shadow: 0 0 0 0 rgba(159,37,37,.35);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(159,37,37,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(159,37,37,0);
  }
}/* End custom CSS */