/* sss 랜딩페이지 seciton4 스타일 코드 */

.section_4 {
  background: #f6f7fa;
  padding: 160px 0px;
  gap: 80px;
}
.section_4_text {
  margin-top: 4px;
}
.section_4_subtitle {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -1.08px;
  background: linear-gradient(90deg, #313743 0%, #899dc8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_4_img_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.section_4_img_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section4_bottom_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.section4_bottom_text {
  height: 104px;
}

/* 애니메이션 관련 */

#section_4_text_container {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.2s, transform 0.2s;
}

#section4_first_box_container,
#section4_second_box_container,
#section4_third_box_container {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.2s, transform 0.2s;
}
