/* 섹션 6 */
.section_6 {
  width: 100%;
  background: linear-gradient(180deg, #000 0%, #434d62 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  padding: 160px 0px;
}

.section_6_text_container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}

.section_6_left_align .section_title,
.section_6_left_align .section_6_subtitle,
.section_6_left_align .section_text {
  text-align: left !important;
  align-items: flex-start !important;
}

.section_6_title {
  color: #fff;
  text-align: left !important;
  align-items: flex-start !important;
}

.section_6_subtitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -1.08px;
  background: linear-gradient(90deg, #899dc8 0%, #d5d9e1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_6_text {
  color: #f6f7fa;
}

.section_6_btn_container {
  width: 100%;
  display: flex;
  gap: 24px;
  justify-content: center;
  box-sizing: border-box;
}

/* 버튼 박스 부분 */
.section_6_btn_box {
  width: 424px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  align-items: flex-start;
  text-align: left;
}

.section_6_btn_box > h1 {
  color: #f6f7fa;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px; /* 100% */
  letter-spacing: -0.72px;
}

.section_6_btn_box > p {
  color: #d5d9e1;
  font-size: 20px;
  font-weight: 500;

  letter-spacing: -0.6px;
  line-height: 1.5;
}

.price_text {
  margin-top: 4px;
  display: flex;
  gap: 8px;
  color: #f6f7fa;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: -0.48px;
  align-items: baseline;
}

.price_text_bold {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px; /* 100% */
  letter-spacing: -1.08px;
}

/* 버튼 스타일 */
.section_6_btn {
  margin-top: 20px;
  width: 100%;
  padding: 20px 0px;
  border-radius: 16px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  /* 버튼 기본적인 요소 제거 */
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* 버튼 속 글자 스타일 */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.6px;
}

.btn_black {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.btn_black:hover {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.btn_white {
  background-color: rgba(255, 255, 255);
  color: #313743;
}
/* 호버시 투명도 80% */
.btn_white:hover {
  background-color: rgba(255, 255, 255, 0.8); /* 흰색 + 80% 불투명 */
  color: #313743;
}

/* 섹션 6 애니메이션용 초기 상태 */
#section_6_text_container,
#section_6_btn_container {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.2s, transform 0.2s;
}

/* 모바일 스타일  */

@media (max-width: 767px) {
  .section_6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 100px 0px;
  }

  .section_6_text_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }

  .section_6_left_align .section_title,
  .section_6_left_align .section_6_subtitle,
  .section_6_left_align .section_text {
    text-align: center !important;
    align-items: center !important;
  }

  .section_6_title {
    color: #fff;
    text-align: center !important;
    align-items: center !important;
  }

  .section_6_subtitle {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: -0.78px;
    word-break: keep-all;
    margin-top: 0px;
  }
  .section_6_text {
    color: #f6f7fa;
    width: 80%;
    padding: 0 0;
    word-break: keep-all;
  }

  .section_6_btn_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    gap: 24px;
    justify-content: center;
    box-sizing: border-box;
  }

  /* 버튼 박스 부분 */
  .section_6_btn_box {
    width: 100%;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
  }

  .section_6_btn_box > h1 {
    font-size: 22px;
    line-height: 22px; /* 100% */
    letter-spacing: -0.66px;
  }

  .section_6_btn_box > p {
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 1.4;
  }

  /* 버튼 스타일 */
  .section_6_btn {
    margin-top: 4px;
    width: 100%;
    /* 버튼 속 글자 스타일 */
    font-size: 18px;
  }

  /* 섹션 6 애니메이션용 초기 상태 */
  #section_6_text_container {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.2s, transform 0.2s;
  }
  #section_6_btn_container {
    transform: translateY(0px);
    opacity: 1;
  }
  #section_6_btn_box_1 {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
  }
  #section_6_btn_box_2 {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
  }
  #section_6_btn_box_3 {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
  }
}

/* 테블릿 스타일 */
@media (min-width: 767px) and (max-width: 1320px) {
  .mobile-br {
    display: none;
  }
  .web-br {
    display: none;
  }
  .tab-br {
    display: inline;
  }
  .section_6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 100px 0px;
  }

  .section_6_text_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }

  .section_6_left_align .section_title,
  .section_6_left_align .section_6_subtitle,
  .section_6_left_align .section_text {
    text-align: center !important;
    align-items: center !important;
  }

  .section_6_title {
    color: #fff;
    text-align: center !important;
    align-items: center !important;
  }

  .section_6_subtitle {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: -0.78px;
    word-break: keep-all;
    margin-top: 0px;
  }
  .section_6_text {
    color: #f6f7fa;
    width: 100%;
    padding: 0 78px;
    word-break: keep-all;
  }

  .section_6_btn_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    gap: 24px;
    justify-content: center;
    box-sizing: border-box;
  }

  /* 버튼 박스 부분 */
  .section_6_btn_box {
    width: 100%;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
  }

  .section_6_btn_box > h1 {
    font-size: 22px;
    line-height: 22px; /* 100% */
    letter-spacing: -0.66px;
  }

  .section_6_btn_box > p {
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 1.4;
  }

  /* 버튼 스타일 */
  .section_6_btn {
    margin-top: 4px;
    width: 100%;
    /* 버튼 속 글자 스타일 */
    font-size: 18px;
  }

  /* 섹션 6 애니메이션용 초기 상태 */
  #section_6_text_container {
    opacity: 0;
    transform: translateY(80px);
    transition: opacity 0.2s, transform 0.2s;
  }
  #section_6_btn_container {
    transform: translateY(0px);
    opacity: 1;
  }
  #section_6_btn_box_1 {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
  }
  #section_6_btn_box_2 {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
  }
  #section_6_btn_box_3 {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
  }
}
