/* sss 랜딩페이지 seciton4-sub 스타일 코드 */

.section_4_sub {
  background: #f6f7fa;

  padding: 120px 0px;
  gap: 80px;
  background-image: url("/img/sss_landing/sss_section4_sub_back.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section_4_sub_text_container {
  gap: 40px;
}

.section4_sub_title {
  color: #ffffc0;
}
.section4_sub_title_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section4_sub_text {
  color: rgba(224, 230, 242, 0.5);
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3; /* 100% */
  letter-spacing: -1.08px;
  width: 520px;
}
.font_whtie {
  color: #ffffff;
}

.section4_sub_text_2 {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; /* 100% */
  letter-spacing: -0.78px;
  width: 446px;
}

/* 애니메이션 관련 */

#section4_sub_title_container,
#section4_sub_text_container {
  opacity: 0;
  transform: translateY(80px);
}
