#pc-view,
#pc-view {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  color: #0f0f0f;
}
#pc-view #wrap {
  scroll-snap-type: y mandatory;
  height: 100vh;
  scroll-behavior: smooth;
}

#pc-view a {
  color: #0f0f0f;
  text-decoration: none;
}
#pc-view .container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#pc-view .notScroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  touch-action: none;
}

#pc-view input:-webkit-autofill,
#pc-view input:-webkit-autofill:hover,
#pc-view input:-webkit-autofill:focus,
#pc-view input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px none inset !important;
}
/* #########################################################
  header
######################################################### */
#pc-view .section_1 .header_title {
  text-align: right;
  margin-bottom: 13px;
  margin-right: 8px;
  color: #000000;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
#pc-view .header {
  position: relative;
  height: 70px;
}
#pc-view .header .logo {
  width: 230px;
  height: 70px;
  position: absolute;
}
#pc-view .header .logo img {
  object-fit: contain;
  width: 230px;
  height: 70px;
}
/* #########################################################
  section1
######################################################### */
#pc-view .section_1 .sec_1_text_wrap {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}
#pc-view .section_1 .sec_1_alert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 16px;
  padding: 9px 20px 9px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8d88 0%, #ff6b66 48%, #f25552 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 3px 0 #e14c49,
    0 8px 14px rgba(241, 80, 80, 0.18);
  color: #fff;
  vertical-align: top;
}
#pc-view .section_1 .sec_1_alert_icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
  position: relative;
}
#pc-view .section_1 .sec_1_alert_icon::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffe08a;
  box-shadow: -6px 1px 0 -1px #ffe08a;
}
#pc-view .section_1 .sec_1_alert_icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
#pc-view .section_1 .sec_1_alert_txt {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.2;
  white-space: nowrap;
}
#pc-view .section_1 .form_wrap .privacy_wrap {
  display: flex;
  align-items: center;
  position: relative;
  gap: 7px;
}
#pc-view .section_1 .form_wrap .privacy_wrap i {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 5px;
  flex-shrink: 0;
}
#pc-view .section_1 .form_wrap .privacy_wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
#pc-view
  .section_1
  .form_wrap
  .privacy_wrap
  input[type="checkbox"]
  + i::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 4px;
  height: 9px;
  border: solid white;
  transform: rotate(45deg);
}
#pc-view
  .section_1
  .form_wrap
  .privacy_wrap
  input[type="checkbox"]:checked
  + i {
  background: #fa8d00;
  border: 1px solid #fa8d00;
}
#pc-view
  .section_1
  .form_wrap
  .privacy_wrap
  input[type="checkbox"]:checked
  + i::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
#pc-view .section_1 .form_wrap .privacy_wrap label {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
  cursor: pointer;
}
#pc-view .section_1 .form_wrap .privacy_wrap button {
  background: transparent;
  color: #fa8d00;
  padding: 0;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
#pc-view .section_1 {
  /* 순서: 색상 이미지 경로 반복여부 위치 / 사이즈 */
  background: rgba(206, 237, 252, 1) url("./bg.png") no-repeat left / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 24px;
}
#pc-view .section_1 .top_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 0;
  padding-bottom: 4px;
  overflow: visible;
}
#pc-view .section_1 .sec_1_title {
  font-weight: 700;
  font-size: 44px;
  line-height: 128%;
  letter-spacing: -1px;
  color: #0f0f0f;
  word-break: keep-all;
}
#pc-view .section_1 .sec_1_txt_hl {
  font-weight: 700;
  font-size: 44px;
  line-height: 128%;
  letter-spacing: -1px;
  color: #0f0f0f;
}
#pc-view .section_1 .sec_1_desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
  letter-spacing: -0.4px;
  color: #444;
  margin-top: 14px;
  word-break: keep-all;
}
#pc-view .section_1 .sec_2_desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 155%;
  letter-spacing: -0.4px;
  color: #444;
  margin-top: 4px;
  word-break: keep-all;
}
#pc-view .section_1 .sec_1_wrap {
  width: auto;
  height: 268px;
  flex-shrink: 0;
  overflow: visible;
  position: relative;
  left: -60px;
  top: 15px;
}
#pc-view .section_1 .sec_1_wrap > img:first-of-type {
  width: auto;
  height: 340px;
  object-fit: contain;
  display: block;
  position: relative;
  top: -44px;
}
#pc-view .section_1 .sec_1_wrap .sec_1_sticker {
  position: absolute;
  top: -28px;
  right: -18px;
  width: 128px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  display: block;
}
#pc-view .section_1 .sec1_cover {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  margin-top: 22px;
}
#pc-view .section_1 .sec1_cover_title {
  text-align: left;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.5px;
  color: #0f0f0f;
  margin-bottom: 20px;
}
#pc-view .section_1 .sec1_cover_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#pc-view .section_1 .sec1_cover_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 16px 8px 14px;
  box-sizing: border-box;
}
#pc-view .section_1 .sec1_cover_img {
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pc-view .section_1 .sec1_cover_img img {
  width: 112px;
  height: 112px;
  object-fit: contain;
}
#pc-view .section_1 .sec1_cover_list p {
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #0f0f0f;
  word-break: keep-all;
}
#pc-view .section_1 .sec1_cover_note {
  margin: 12px 0 0;
  text-align: right;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #888;
  word-break: keep-all;
}

/* #########################################################
  section2
######################################################### */
#pc-view .section_2 .birth-container {
  position: relative;
  flex: 1;
  min-width: 0;
  width: auto;
}

#pc-view .section_2 ul li .gender_wrap label {
  width: 28px;
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
}
#pc-view .section_2 .gender_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

/* 2. 라디오 버튼 자체 디자인 */
#pc-view .section_2 .gender_wrap input[type="radio"] {
  /* 기본 스타일 제거 */
  appearance: none;
  -webkit-appearance: none;
  /* 크기 조절 (원하시는 크기로 숫자를 바꾸세요) */
  width: 22px;
  height: 22px;
  /* 기본 배경 및 테두리 */
  background-color: #002651;
  border: 2px solid #ccc;
  border-radius: 50%; /* 동그랗게 */
  cursor: pointer;
  /* 위치 조정 */
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/* 3. 체크되었을 때 배경색 변경 */
#pc-view .section_2 .gender_wrap input[type="radio"]:checked {
  background-color: #002651; /* 체크 시 채워지는 색상 */
  border-color: #0078ff;
}

/* 4. 체크되었을 때 안쪽에 흰색 점 넣기 (더 라디오 버튼처럼 보이게) */
#pc-view .section_2 .gender_wrap input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px; /* 안쪽 점 크기 */
  height: 10px;
  background-color: #0078ff;
  border-radius: 50%;
}

/* 5. 라벨 텍스트 스타일 */
#pc-view .section_2 .gender_wrap label {
  color: #fff; /* 남색 배경이므로 흰색 글자 */
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px; /* 다음 라디오 버튼과의 간격 */
}
#pc-view .section_2 .form-birth {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  /* 입력되는 텍스트 크기 15px */
  font-size: 15px;
  background-color: #f8f8f8; /* 배경색 지정 */
  border: 1px solid #ccc;
  position: relative;
  z-index: 1; /* 배경색이 깔린 input이 아래 */
  outline: none;
}

#pc-view .section_2 .fake-placeholder {
  position: absolute;
  top: 50%;
  left: 17px; /* input의 padding과 동일하게 */
  right: 12px; /* input의 padding과 동일하게 */
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  /* 가짜 플레이스홀더 텍스트 크기 15px */
  font-size: 15px;
  color: #888888;
  z-index: 2; /* input 배경색보다 위로 올림 */
  pointer-events: none; /* 클릭 방해 금지 */
  letter-spacing: -1%;
}
#pc-view .section_2 .place-hl {
  color: #ffbf00;
}

/* 텍스트를 한 글자라도 입력하면(placeholder-shown이 아니면) 가짜 텍스트 숨김 */
#pc-view .section_2 .form-birth:not(:placeholder-shown) + .fake-placeholder {
  display: none;
}
#pc-view .section_2 {
  background: #002651;
}

#pc-view .section_2 .form_wrap {
  padding-left: 90px;
  flex-grow: 1;
  color: #fff;
}
#pc-view .section_2 .form_wrap form {
  display: flex;
  align-items: center;
  gap: 20px;
}
#pc-view .section_2 .form_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#pc-view .section_2 .form_wrap ul li {
  display: flex;
  align-items: center;
}
#pc-view .section_2 .form_wrap ul li .title_label {
  min-width: 80px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #ffffffd9;
  margin-right: 16px;
}
#pc-view .section_2 .form_wrap ul li .gender_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 0 16px;
  flex-shrink: 0;
}
#pc-view .section_2 .form_wrap ul li .gender_wrap .gender_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
#pc-view
  .section_2
  .form_wrap
  ul
  li
  .gender_wrap
  .gender_box
  input[type="radio"] {
  margin: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#pc-view .section_2 .form_wrap ul li .gender_wrap .gender_box label {
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
#pc-view .section_2 .form_wrap ul li input[type="text"],
#pc-view .section_2 .form_wrap ul li input[type="tel"],
#pc-view .section_2 .form_wrap ul li select {
  width: 100%;
  font-size: 15px;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Pretendard";
  letter-spacing: -1px;
  outline: none;
}
#pc-view .section_2 .form_wrap ul li select {
  width: 100px;
  appearance: none;
  background: #fff url("./arrow_tel.png") no-repeat calc(100% - 10px) 50% / 20px;
}
#pc-view .section_2 .form_wrap ul li .tel_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  width: 100%;
  position: relative;
}
#pc-view .section_2 .form_wrap ul li.tel_wrap input[type="tel"],
#pc-view .section_2 .form_wrap ul li.tel_wrap select {
  border: 0;
}
#pc-view .section_2 .form_wrap .btn_submit {
  height: 155px;
  width: 121px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0074e7;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  border-radius: 15px;
  padding: 35px 24px;
  flex-shrink: 0;
}

/* --- 체크박스 커스텀 시작 --- */
#pc-view .section_2 .form_wrap .privacy_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-left: 95px;
  position: relative;
}
#pc-view .section_2 .form_wrap .privacy_wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 9;
}

/* 체크 전 아이콘 스타일 */
#pc-view .section_2 .form_wrap .privacy_wrap i {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; /* 하양 배경 */
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.2s;
}

/* 체크 표시 (V) 기본 설정 (안보임) */
#pc-view .section_2 .form_wrap .privacy_wrap i::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid transparent; /* 평상시엔 투명 */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 체크되었을 때 스타일 */
#pc-view
  .section_2
  .form_wrap
  .privacy_wrap
  input[type="checkbox"]:checked
  + i {
  background-color: #0078ff; /* 파랑 배경 */
  border-color: #0078ff;
}

/* 체크되었을 때 흰색 체크 표시 노출 */
#pc-view
  .section_2
  .form_wrap
  .privacy_wrap
  input[type="checkbox"]:checked
  + i::before {
  border-color: #fff; /* 흰색 체크표시 */
}
/* --- 체크박스 커스텀 끝 --- */

#pc-view .section_2 .form_wrap .privacy_wrap label {
  font-size: 18px;
  letter-spacing: -1px;
  color: #888;
  cursor: pointer;
}
#pc-view .section_2 .form_wrap .privacy_wrap button {
  font-size: 18px;
  letter-spacing: -1px;
  color: #888;
}
#pc-view .section_2 .sec2_left_box {
  color: #fff;
}
#pc-view .section_2 .sec2_wrap {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
#pc-view .section_2 .main_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 4px;
}
#pc-view .section_2 .sub_text {
  font-size: 18px;
  line-height: 140%;
}
#pc-view .section_2 .icon_wrap {
  width: 52px;
  height: 45px;
}
#pc-view .section_2 .icon_wrap img {
  width: 52px;
  height: 45px;
}
#pc-view .section_2 .date_info_box {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  gap: 12px;
  padding: 14px 13.33px 16px 13.33px;
  border-radius: 8px;
  margin-top: 20px;
}
#pc-view .section_2 .date_label {
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444;
}
#pc-view .section_2 .date_value {
  color: #0078ff;
  font-size: 15px;
}
/* #########################################################
  section3
######################################################### */
#pc-view .section_3 {
  padding: 100px 0;
}
#pc-view .section_3 .sec3_list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 62px;
}
#pc-view .section_3 .sec3_list > li {
  margin-top: 12px;
  width: 148px;
  text-align: center;
  font-size: 18px;
  color: #444;
  line-height: 140%;
  letter-spacing: -1%;
}
#pc-view .section_3 .sec-3_text_wrap {
  text-align: right;
  margin-top: 28px;

  font-size: 13px;

  line-height: 140%;
  letter-spacing: -1%;
  text-align: right;
}
#pc-view .section_3 .process_intro_group {
  margin-bottom: 52px;
}

#pc-view .section_3 .sec_3_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0f0f0f;
}
#pc-view .section_3 .sec_3_desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444444;
  margin-top: 12px;
}
#pc-view .section_3 .sec3_img {
  width: 100%;
  height: 148px;
}
/* #########################################################
  section4
######################################################### */
#pc-view .section_4 {
  padding: 100px 0;
  background-color: #f6f7fb;
}

#pc-view .section_4 .sec_4_desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #444444;
  margin-bottom: 12px;
}
#pc-view .sec_4_hl {
  /* 아래에서부터 50% 높이만큼 노란색(#ffff00)으로 채움 */
  background: linear-gradient(to top, #ffff00 45%, transparent 45%);

  /* 글자와 형광펜 끝이 너무 딱 붙지 않게 좌우 여백 살짝 추가 */
  padding: 0 2px;

  /* span 태그가 줄바꿈 등에 깨지지 않게 설정 */
  display: inline-block;
  line-height: 1.1;
}

/* 만약 h3 안의 형광펜만 두께를 다르게 하고 싶다면 아래처럼 조절 가능합니다 */
#pc-view .sec_4_title .sec_4_hl {
  background: linear-gradient(to top, #d3e8ff 40%, transparent 40%);
}
#pc-view .section_4 .sec_4_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #0f0f0f;
}
#pc-view .section_4 .sec_4_hl2 {
  color: #0078ff;
}
#pc-view .section_4 .sec_4_txt-box {
  text-align: center;
  margin-bottom: 40px;
}
#pc-view .section_4 .feature-title {
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2%;
  margin-bottom: 12px;
}
#pc-view .section_4 .feature-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444444;
}

#pc-view .section_4 .insurance-feature-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 가로로 2개씩 */
  gap: 16px; /* 박스 사이 간격 */
  margin-top: 20px;
}
#pc-view .section_4 .feature-img-box {
  width: 100px;
  height: 100px;
}
#pc-view .section_4 .feature-img-box img {
  width: 100px;
  height: 100px;
}
#pc-view .section_4 .feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 28px;
}

/* #########################################################
  section5
######################################################### */

#pc-view .section_5 {
  padding: 100px 0;
}
#pc-view .section_5 .sec_5_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
  color: #0f0f0f;
}

#pc-view .section_5 .con3-thumb {
  width: 91px;
  height: 81px;
}
#pc-view .section_5 .con3-thumb img {
  width: 91px;
  height: 81px;
}

#pc-view .section_5 .con3-container_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#pc-view .section_5 .con3-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 183px;
  height: 236px;
  background-color: #f6f7fb;
  border-radius: 12px;
}
#pc-view .section_5 .con3-txt {
  text-align: center;
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #444;
}

/* #########################################################
  qna
######################################################### */
#pc-view .qna .section_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}

#pc-view .qna .highlight {
  /* linear-gradient(to top, 색상 50%, 투명 50%) 
     - 아래에서부터 50%만큼 색상을 채운다는 뜻입니다. 
  */
  background: linear-gradient(to top, #d3e8ff 50%, transparent 50%);
  /* 글자와 형광펜 사이의 간격을 미세하게 조정하고 싶을 때 사용 */
  display: inline-block;
  padding: 0 4px;
}

#pc-view .qna {
  padding: 100px 0;
}

#pc-view .qna .qna_list {
  width: 100%;
  height: fit-content;
}

#pc-view .qna .qna_item {
  padding: 5px 20px;
  background: var(--BG, rgba(255, 255, 255, 1));
  margin-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #fde7e5;
}

#pc-view .qna .qna_item:last-child {
  margin-bottom: 0;
}

#pc-view .qna .question_wrap .text_wrap,
#pc-view .qna .answer_wrap .text_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  padding: 15px 0;
}

#pc-view .qna .question_wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}

#pc-view .qna .question_wrap .q,
#pc-view .qna .answer_wrap .a {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #0f0f0f;
  border-radius: 5px;
}

#pc-view .qna .answer_wrap .a {
  background: rgba(0, 120, 255, 1);
}

#pc-view .qna .question_wrap .question {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
}
#pc-view .qna .answer_wrap .answer {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444;
}
#pc-view .qna .answer_wrap {
  display: none;
}

#pc-view .qna .question_wrap i {
  display: block;
  width: 24px; /* 이미지 크기에 맞게 조절 */
  height: 24px; /* 이미지 크기에 맞게 조절 */
  background: url("../Img/arrow_tel.png") no-repeat center / cover;
  transition: transform 0.3s ease; /* 부드럽게 회전 */
  transform: rotate(0deg); /* 기본 상태 (아래 방향) */
  position: relative;
  margin-left: auto;
}

/* ::before, ::after 기존 선 그리기 코드는 삭제하거나 주석 처리하세요 */
#pc-view .qna .question_wrap i::before,
#pc-view .qna .question_wrap i::after {
  display: none;
}

/* active 클래스가 추가되었을 때 화살표 회전 */
#pc-view .qna .qna_item.active .question_wrap i {
  transform: rotate(180deg); /* 위를 가리키도록 180도 회전 */
}

#pc-view .qna .question_wrap i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 20px;
  height: 3px;
  background-color: var(--brandColor);
  transform: translate(-50%, -50%);
}

#pc-view .qna .question_wrap i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 3px;
  height: 20px;
  background-color: var(--brandColor);
  transform: translate(-50%, -50%);
  transition: transform 200ms;
}
#pc-view .qna .qna_item {
  border: 1px solid var(--Gray-200, rgba(240, 240, 240, 1));
}
#pc-view .qna .qna_item.active {
  border: 1px solid var(--Gray-200, rgba(240, 240, 240, 1));
}

#pc-view .qna .qna_item.active .question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#pc-view .qna .qna_item.active .question_wrap i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#pc-view .qna .qna_item.active {
  background-color: #fff;
}

#pc-view .qna .qna_item.active .question_wrap .q {
  /* background-color: #fff; */
  /* color: #fff; */
}

#pc-view .qna .qna_item.active .question_wrap {
  border-bottom: 1px solid var(--brandColor);
}

#pc-view .qna .qna_item.active .question_wrap i::before,
#pc-view .qna .qna_item.active .question_wrap i::after {
  /* background-color: #fff; */
}

/* #########################################################
  section6
######################################################### */
#pc-view .section_6 .sec_6_img img {
  width: 100%;
  height: 687px;
}
#pc-view .section_6 .sec_6_img {
  padding: 120px 0;
  width: 100%;
  height: 687px;
}
#pc-view #pure-form__btm {
  width: 100%;
}
/* bottom_form */
#pc-view .bottom_form_wrap {
  height: auto;
  background-color: #002651;
  padding: 40px 0;
  width: 100%;
}

/* .bottom_form_wrap form {display: flex; align-items: center; gap: 0 50px;} */
#pc-view .bottom_form_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  color: #fff;
}
#pc-view .bottom_form_wrap ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#pc-view .bottom_form_wrap ul li.privacy_wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
#pc-view .bottom_form_wrap ul li.privacy_wrap > div {
  display: flex;
  align-items: center;
}
#pc-view .bottom_form_wrap ul li .input_wrap {
  display: flex;
  align-items: center;
}
#pc-view .bottom_form_wrap ul li > label {
  font-size: 14px;
  min-width: 64px;
  color: #ffffffd9;
  font-weight: 400;
}
#pc-view #pure-form__btm > ul > li:nth-child(5) > label {
  display: inline-block;
  font-size: 18px;
  margin: 0 6px 0 10px;
}
#pc-view .bottom_form_wrap ul li input[type="text"],
#pc-view .bottom_form_wrap ul li input[type="tel"] {
  font-family: inherit;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 15px;
  outline: none;
  border: 1px solid #f9f9f9;
  width: 100%;
  border-radius: 5px;
}
#pc-view .bottom_form_wrap ul li .gender_wrap {
  display: flex;
  align-items: center;
}
/* .bottom_form_wrap ul li .gender_wrap input[type="radio"] {dis} */
#pc-view .bottom_form_wrap ul li .gender_wrap label {
  width: 28px;
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
}
/* .bottom_form_wrap ul li .gender_wrap input:checked + label {background: #14aadc; color: #fff;} */
#pc-view .bottom_form_wrap ul li select {
  appearance: none;
  padding: 10px;
  padding-right: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  font-size: 20px;
  background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important;
  height: 45px;
  border-radius: 5px;
  color: #000;
}
#pc-view .bottom_form_wrap ul li .mobile_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
#pc-view .bottom_form_wrap ul li input[type="checkbox"] {
  margin: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
}
#pc-view .bottom_form_wrap .privacy_wrap label {
  display: inline-block;
  font-size: 18px;
}
#pc-view .bottom_form_wrap .privacy_wrap button {
  font-size: 18px;
  position: relative;
  top: -2px;
}
#pc-view .bottom_form_wrap .btn_submit__btm {
  background: #0078ff url(./arrow_icon.png) no-repeat calc(100% - 45px) 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  padding: 0 30px;
  width: 360px;
  border-radius: 30px;
  height: 61px;
  margin: 0 auto;
}
#pc-view .bottom_form_wrap .btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#pc-view .bottom_form_wrap .btn_wrap .btn_submit__btm {
  font-size: 22px;
  /* 배경 이미지 설정 */
  background-image: url("../Img/arrow2.png"); /* 경로를 본인 환경에 맞게 수정하세요 */
  background-repeat: no-repeat;
  background-position: right 57px center; /* 오른쪽에서 20px 떨어뜨리고 세로 중앙 */
  background-size: 16px 14px; /* 화살표 크기 조절 */
  /* 텍스트와 화살표가 겹치지 않도록 오른쪽 여백 확보 */
  padding-left: 60px;
  /* 기존 버튼 스타일 (예시) */
  display: inline-block;
  cursor: pointer;
  border: none;
  /* 버튼 배경색이 있다면 여기에 추가 */
}

/* 1. 라디오 버튼 그룹 정렬 */
#pc-view .bottom_form_wrap .gender_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 15px; /* 이름 입력창과의 간격 */
}

/* 2. 라디오 버튼 자체 디자인 */
#pc-view .bottom_form_wrap .gender_wrap input[type="radio"] {
  /* 기본 스타일 제거 */
  appearance: none;
  -webkit-appearance: none;

  /* 크기 조절 (원하시는 크기로 숫자를 바꾸세요) */
  width: 22px;
  height: 22px;

  /* 기본 배경 및 테두리 */
  background-color: #002651;
  border: 2px solid #ccc;
  border-radius: 50%; /* 동그랗게 */
  cursor: pointer;

  /* 위치 조정 */
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/* 3. 체크되었을 때 배경색 변경 */
#pc-view .bottom_form_wrap .gender_wrap input[type="radio"]:checked {
  background-color: #002651; /* 체크 시 채워지는 색상 */
  border-color: #0078ff;
}

/* 4. 체크되었을 때 안쪽에 흰색 점 넣기 (더 라디오 버튼처럼 보이게) */
#pc-view .bottom_form_wrap .gender_wrap input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px; /* 안쪽 점 크기 */
  height: 10px;
  background-color: #0078ff;
  border-radius: 50%;
}

/* 5. 라벨 텍스트 스타일 */
#pc-view .bottom_form_wrap .gender_wrap label {
  color: #fff; /* 남색 배경이므로 흰색 글자 */
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px; /* 다음 라디오 버튼과의 간격 */
}

#pc-view .sectionf {
  background: #3d3d3d;
  padding: 30px 0;
}

#pc-view .sectionf h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
#pc-view .sectionf p {
  color: #f29d27;
  font-size: 16px;
  margin-bottom: 15px;
}
#pc-view .sectionf ul li {
  color: #d5d5d5;
  line-height: 1.8;
  font-size: 15px;
}

#pc-view .sectionf .f-red {
  color: #e0605d;
}
