@import url("../../font/pretendard/pretendard.css");

#m-view {
  background-color: #fff;
}

#m-view,
#m-view,
#m-view div,
#m-view span,
#m-view applet,
#m-view object,
#m-view iframe,
#m-view h1,
#m-view h2,
#m-view h3,
#m-view h4,
#m-view h5,
#m-view h6,
#m-view p,
#m-view blockquote,
#m-view pre,
#m-view a,
#m-view abbr,
#m-view acronym,
#m-view address,
#m-view big,
#m-view cite,
#m-view code,
#m-view del,
#m-view dfn,
#m-view em,
#m-view img,
#m-view ins,
#m-view kbd,
#m-view q,
#m-view s,
#m-view samp,
#m-view small,
#m-view strike,
#m-view strong,
#m-view sub,
#m-view sup,
#m-view tt,
#m-view var,
#m-view b,
#m-view u,
#m-view i,
#m-view center,
#m-view dl,
#m-view dt,
#m-view dd,
#m-view ol,
#m-view ul,
#m-view li,
#m-view fieldset,
#m-view form,
#m-view label,
#m-view legend,
#m-view table,
#m-view caption,
#m-view tbody,
#m-view tfoot,
#m-view thead,
#m-view tr,
#m-view th,
#m-view td,
#m-view article,
#m-view aside,
#m-view canvas,
#m-view details,
#m-view embed,
#m-view figure,
#m-view figcaption,
#m-view footer,
#m-view header,
#m-view hgroup,
#m-view menu,
#m-view nav,
#m-view output,
#m-view ruby,
#m-view section,
#m-view summary,
#m-view time,
#m-view mark,
#m-view audio,
#m-view video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Pretendard", sans-serif;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
#m-view article,
#m-view aside,
#m-view details,
#m-view figcaption,
#m-view figure,
#m-view footer,
#m-view header,
#m-view hgroup,
#m-view menu,
#m-view nav,
#m-view section {
  display: block;
}
#m-view {
  line-height: 1;
}
#m-view ol,
#m-view ul {
  list-style: none;
}
#m-view blockquote,
#m-view q {
  quotes: none;
}
#m-view blockquote:before,
#m-view blockquote:after,
#m-view q:before,
#m-view q:after {
  content: "";
  content: none;
}
#m-view table {
  border-collapse: collapse;
  border-spacing: 0;
}
#m-view button {
  color: inherit;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
#m-view a {
  text-decoration: none;
  color: inherit;
}
#m-view input {
  font-family: inherit;
}
/* 기종별 글자 크기 초기화 */
#m-view,
#m-view {
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none;
  overflow-x: hidden;
}

#m-view #m-wrap {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#m-view .container {
  width: 650px;
  margin: 0 auto;
  position: relative;
}
#m-view .notScroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
}

#m-view input:-webkit-autofill,
#m-view input:-webkit-autofill:hover,
#m-view input:-webkit-autofill:focus,
#m-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
######################################################### */
#m-view header .header_title {
  text-align: right;
}

/* #########################################################
  header
######################################################### */
#m-view header .header_title {
  text-align: right;
  margin-bottom: 13px;
  color: #000000;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
#m-view .header {
  position: relative;
  height: 60px;
}
#m-view .header .logo {
  width: 235px;
  height: 60px;
  position: absolute;
}
#m-view .header .logo img {
  object-fit: contain;
  width: 235px;
  height: 60px;
}

/* #########################################################
  section1
######################################################### */

#m-view .section_1 {
  /* 순서: 색상 이미지 경로 반복여부 위치 / 사이즈 */
  background: rgba(206, 237, 252, 1) url("./BG_2_M.png") no-repeat left / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#m-view .section_1 .top_container {
  display: block;
  padding-bottom: 40px;
}
#m-view .section_1 .sec_1_text_wrap {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  column-gap: 8px;
  align-items: start;
}
#m-view .section_1 .sec_1_hero_row {
  display: contents;
}
#m-view .section_1 .sec_1_alert {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  margin: 24px 0 10px;
  padding: 11px 16px 11px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff8d88 0%, #ff6b66 48%, #f25552 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.38),
    0 4px 0 #e14c49,
    0 10px 16px rgba(241, 80, 80, 0.18);
  color: #fff;
}
#m-view .section_1 .sec_1_alert_icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  position: relative;
}
#m-view .section_1 .sec_1_alert_icon::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffe08a;
  box-shadow: -7px 2px 0 -1px #ffe08a;
}
#m-view .section_1 .sec_1_alert_icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}
#m-view .section_1 .sec_1_alert_txt {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  white-space: nowrap;
  word-break: keep-all;
}
#m-view .section_1 .sec_1_title {
  grid-column: 1;
  grid-row: 2;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  margin-top: 0;
  letter-spacing: -1.2px;
  margin-bottom: 0;
  word-break: keep-all;
}
#m-view .section_1 .sec_1_desc_box {
  text-align: right;
  margin-bottom: 12px;
  color: #606060;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -5%;
  margin-top: 8px;
}
#m-view .section_1 .sec_1_txt_hl {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0078ff;
}
#m-view .section_1 .sec_1_desc {
  grid-column: 1 / -1;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #444;
  padding-top: 16px;
  word-break: keep-all;
}
#m-view .section_1 .sec_2_desc {
  grid-column: 1 / -1;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #444;
  padding-top: 8px;
  padding-bottom: 0;
  word-break: keep-all;
}
#m-view .section_1 .sec_1_wrap {
  grid-column: 2;
  grid-row: 1 / 3;
  width: auto;
  align-self: start;
  display: flex;
  justify-content: flex-end;
  margin: 24px 0 0;
  position: relative;
  overflow: visible;
  left: -15px;
}
#m-view .section_1 .sec_1_wrap > img:first-of-type {
  width: 180px;
  height: 180px;
  object-fit: contain;
  display: block;
}
#m-view .section_1 .sec_1_wrap .sec_1_sticker {
  position: absolute;
  top: -22px;
  right: -16px;
  width: 92px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  display: block;
}
#m-view .section_1_cover {
  background: rgba(206, 237, 252, 1);
  padding: 40px 0 48px;
}
#m-view .section_1_cover .sec1_cover_title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -1px;
  color: #0f0f0f;
  margin-bottom: 24px;
  padding: 0 16px;
  word-break: keep-all;
}
#m-view .section_1_cover .sec1_cover_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 16px;
  list-style: none;
  margin: 0;
  box-sizing: border-box;
}
#m-view .section_1_cover .sec1_cover_list li {
  background: #fff;
  border-radius: 20px;
  padding: 24px 12px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
#m-view .section_1_cover .sec1_cover_img {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#m-view .section_1_cover .sec1_cover_img img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
#m-view .section_1_cover .sec1_cover_list p {
  margin-top: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -1px;
  color: #444;
  word-break: keep-all;
}
#m-view .section_1_cover .sec1_cover_note {
  margin: 16px 16px 0;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.4px;
  color: #888;
  word-break: keep-all;
}

/* #########################################################
  section2
######################################################### */
/* privacy_wrap */
#m-view .section_2 .privacy_wrap {
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  margin-bottom: 30px;
}
#m-view .section_2 .privacy_wrap i {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  flex-shrink: 0;
  position: relative;
}
#m-view .section_2 .privacy_wrap input[type="checkbox"] {
  width: 34px;
  height: 34px;
  margin: 0;
  position: absolute;
  top: -4px;
  left: -4px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
#m-view .section_2 .privacy_wrap label {
  font-size: 24px;
}
#m-view .section_2 .privacy_wrap input[type="checkbox"]:checked + i {
  background: #0078ff;
  /* border: 2px solid #0078FF; */
}
#m-view .section_2 .privacy_wrap input[type="checkbox"]:checked + i::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#m-view .privacy_wrap button {
  background: transparent;
  color: #888;
  padding: 0;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  font-weight: 500;
}
#m-view .section_2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #002651;
  padding: 24px 0;
}
#m-view .section_2 .sec2_wrap {
  padding: 0px 16px;
}
#m-view .section_2 .form_wrap {
  flex-grow: 1;
  color: #fff;
}
#m-view .section_2 .input_wrap {
  display: flex;
}
#m-view .section_2 ul li .gender_wrap label {
  width: 40px;
  flex-shrink: 0;
  font-size: 20px;
  color: #fff;
}
#m-view .section_2 .gender_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

/* 2. 라디오 버튼 자체 디자인 */
#m-view .section_2 .gender_wrap input[type="radio"] {
  /* 기본 스타일 제거 */
  appearance: none;
  -webkit-appearance: none;
  /* 크기 조절 (원하시는 크기로 숫자를 바꾸세요) */
  width: 32px;
  height: 32px;
  /* 기본 배경 및 테두리 */
  background-color: #002651;
  border: 2px solid #ccc;
  border-radius: 50%; /* 동그랗게 */
  cursor: pointer;
  /* 위치 조정 */
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/* 3. 체크되었을 때 배경색 변경 */
#m-view .section_2 .gender_wrap input[type="radio"]:checked {
  background-color: #002651; /* 체크 시 채워지는 색상 */
  border-color: #0078ff;
}

/* 4. 체크되었을 때 안쪽에 흰색 점 넣기 (더 라디오 버튼처럼 보이게) */
#m-view .section_2 .gender_wrap input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px; /* 안쪽 점 크기 */
  height: 15px;
  background-color: #0078ff;
  border-radius: 50%;
}

/* 5. 라벨 텍스트 스타일 */
#m-view .section_2 .gender_wrap label {
  color: #fff; /* 남색 배경이므로 흰색 글자 */
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px; /* 다음 라디오 버튼과의 간격 */
}

/* .section_2 .form_wrap form {display: flex; align-items: center; gap: 20px;} */
#m-view .section_2 .form_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#m-view .section_2 .form_wrap ul li .title_label {
  min-width: 75px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #ffffffd9;
}
#m-view .section_2 .form_wrap ul li .gender_wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 16px;
}
#m-view .section_2 .form_wrap ul li .gender_wrap .gender_box {
  display: flex;
  align-items: center;
  gap: 4px;
}
#m-view
  .section_2
  .form_wrap
  ul
  li
  .gender_wrap
  .gender_box
  input[type="radio"] {
  margin: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#m-view .section_2 .form_wrap ul li .gender_wrap .gender_box label {
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
#m-view .section_2 .form_wrap ul li input[type="text"],
#m-view .section_2 .form_wrap ul li input[type="tel"],
#m-view .section_2 .form_wrap ul li select {
  margin-top: 6px;
  width: 100%;
  font-size: 26px;
  padding: 20px 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Pretendard";
  letter-spacing: -1px;
  outline: none;
  font-weight: 400;
}
#m-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;
}
#m-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;
}
/* .section_2 .form_wrap ul li .tel_box::before {content: ""; width: 1px; height: 60%; background: #ddd; position: absolute; top: 50%; left: 86px; transform: translateY(-50%);} */
/* .section_2 .form_wrap ul li.name_wrap input[type="text"] {width: 200px;} */
#m-view .section_2 .form_wrap ul li.tel_wrap input[type="tel"],
#m-view .section_2 .form_wrap ul li.tel_wrap select {
  border: 0;
}
#m-view .section_2 .form_wrap .btn_submit {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #0074e7;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
  border-radius: 8px;
  padding: 20px 60px;
  flex-shrink: 0;
}
#m-view .section_2 .form_wrap .privacy_wrap {
  gap: 8px;
  margin-top: 10px;
  position: relative;
}
#m-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;
}
#m-view .section_2 .form_wrap .privacy_wrap i {
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  position: relative;
}
#m-view .section_2 .form_wrap .privacy_wrap input[type="checkbox"] + i::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid white;
  transform: rotate(45deg);
}
#m-view
  .section_2
  .form_wrap
  .privacy_wrap
  input[type="checkbox"]:checked
  + i::before {
  border: solid #fff;
  border-width: 0 3px 3px 0;
}
#m-view .section_2 .form_wrap .privacy_wrap label {
  font-size: 18px;
  letter-spacing: -1px;
  color: #888;
  cursor: pointer;
}
#m-view .section_2 .form_wrap .privacy_wrap button {
  font-size: 18px;
  letter-spacing: -1px;
  color: #888;
}
#m-view .section_2 .sec2_left_box {
  color: #fff;
}
#m-view .section_2 .sec2_left_box {
  color: #fff;
}
#m-view .section_2 .main_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 4px;
}
#m-view .section_2 .sub_text {
  font-weight: 400;
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #ffffffd9;
}
#m-view .section_2 .icon_wrap {
  width: 52px;
  height: 45px;
}
#m-view .section_2 .icon_wrap img {
  width: 52px;
  height: 45px;
}
#m-view .section_2 .date_info_box {
  display: inline-flex;
  align-items: center;
  background-color: #002651;
  gap: 10px;
  padding: 12px 16px 12px 0px;
  border-radius: 8px;
  margin-top: 20px;
}
#m-view .section_2 .date_label {
  font-weight: 700;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #ffffffd9;
  margin-bottom: 2px;
}
#m-view .section_2 .date_value {
  color: #82bdff;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -1%;
}
#m-view .section_2 .btn_wrap .btn_submit {
  font-size: 30px;
  /* 배경 이미지 설정 */
  background-image: url("../Img/arrow2.png"); /* 경로를 본인 환경에 맞게 수정하세요 */
  background-repeat: no-repeat;
  background-position: right 130px center; /* 오른쪽에서 20px 떨어뜨리고 세로 중앙 */
  background-size: 24px 20px; /* 화살표 크기 조절 */
  /* 텍스트와 화살표가 겹치지 않도록 오른쪽 여백 확보 */
  padding-left: 60px;
  /* 기존 버튼 스타일 (예시) */
  cursor: pointer;
  border: none;
  border-radius: 8px;
  /* 버튼 배경색이 있다면 여기에 추가 */
}

#m-view .section_2 .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #########################################################
  section3
######################################################### */
#m-view .section_3 {
  padding: 60px 0px;
}
#m-view .section_3 .sec_3_wrap {
  padding: 0px 17px;
}
#m-view .section_3 .sec3_list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 62px;
}
#m-view .section_3 .sec3_list > li {
  margin-top: 12px;
  width: 148px;
  text-align: center;
  font-size: 18px;
  color: #444;
}
#m-view .section_3 .process_intro_group {
  margin-bottom: 52px;
}

#m-view .section_3 .sec_3_title {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0f0f0f;
}
#m-view .section_3 .sec_3_desc {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444444;
  margin-top: 8px;
}
#m-view .section_3 .sec3_img {
  width: 100%;
  height: 170px;
  margin-bottom: 7.5px;
}
#m-view .section_3 .sec3_img img {
  width: 100%;
  height: 165px;
}
#m-view .section_3 .sec3_second_img {
  margin-top: 16px;
}
#m-view .section_3 .sec3_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
#m-view .section_3 .sec3_first_txt {
  margin-right: 50px;
}
#m-view .section_3 .sec3_third_txt {
  margin-left: 50px;
}
#m-view .section3 .sec3_second_img {
  margin-top: 16px;
}
#m-view .section_3 .sec3_bottom_wrap {
  margin-top: 16px;
}
#m-view .section_3 .sec3_wrap > li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -1%;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #444444;
  margin-top: 8px;
}
#m-view .section_3 .sec3_txt_bottom {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  margin-top: 24px;
  color: #888888;
}
/* #########################################################
  section4
######################################################### */
#m-view .section_4 {
  padding: 60px 0;
  background-color: #f6f7fb;
}
#m-view .section_4 .sec_4_wrap {
  padding: 0px 17px;
}
#m-view .section_4 .sec_4_desc {
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #444444;
}
#m-view .section_4 .sec_4_hl {
  color: #0078ff;
  font-weight: 700;
}
#m-view .section_4 .sec_4_title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #0f0f0f;
  margin-top: 12px;
}

#m-view .section_4 .sec_4_txt-box {
  text-align: center;
}
#m-view .section_4 .feature-title {
  text-align: center;
  color: #0f0f0f;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -2%;
  margin-bottom: 12px;
}
#m-view .section_4 .feature-desc {
  font-weight: 400;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444444;
  text-align: center;
}
#m-view .sec_4_title .sec_4_hl2 {
  background: linear-gradient(to top, #d3e8ff 40%, transparent 40%);
}
#m-view .section_4 .insurance-feature-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 가로로 2개씩 */
  gap: 16px; /* 박스 사이 간격 */
  margin-top: 20px;
}
#m-view .section_4 .feature-img-box {
  width: 250px;
  height: 250px;
}
#m-view .section_4 .feature-img-box img {
  width: 250px;
  height: 250px;
}
#m-view .section_4 .feature-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* #########################################################
  section5
######################################################### */
#m-view .section_5 .sec_5_wrap {
  padding: 0px 17px;
}
#m-view .section_5 {
  padding: 60px 0;
}
#m-view .section_5 .sec_5_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
  color: #0f0f0f;
}

#m-view .section_5 .con3-thumb {
  width: 110px;
  height: 110px;
}
#m-view .section_5 .con3-thumb img {
  width: 110px;
  height: 110px;
}

#m-view .section_5 .con3-container_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 8px;
}

#m-view .section_5 .con3-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;

  height: 236px;
  background-color: #f6f7fb;
  border-radius: 12px;
}
#m-view .section_5 .con3-txt {
  text-align: center;
  margin-top: 12px;
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  text-align: center;
  color: #444;
}

/* #########################################################
  qna
######################################################### */
#m-view .qna .qna_wrap {
  padding: 0 16px;
}
#m-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;
}
#m-view .qna .section_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 40px;
}

#m-view .qna {
  padding: 60px 0;
}

#m-view .qna .qna_list {
  width: 100%;
  height: fit-content;
}

#m-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;
}

#m-view .qna .qna_item:last-child {
  margin-bottom: 0;
}

#m-view .qna .question_wrap .text_wrap,
#m-view .qna .answer_wrap .text_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  padding: 15px 0;
}

#m-view .qna .question_wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}

#m-view .qna .question_wrap .q,
#m-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-color: #002651;
  border-radius: 5px;
}

#m-view .qna .answer_wrap .a {
  background: rgba(0, 120, 255, 1);
}
#m-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;
  pointer-events: none; /* 아이콘이 클릭을 가로채지 않도록 설정 */
  user-select: none;
}

/* ::before, ::after 기존 선 그리기 코드는 삭제하거나 주석 처리하세요 */
#m-view .qna .question_wrap i::before,
#m-view .qna .question_wrap i::after {
  display: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

/* active 클래스가 추가되었을 때 화살표 회전 */
#m-view .qna .qna_item.active .question_wrap i {
  transform: rotate(180deg); /* 위를 가리키도록 180도 회전 */
}
#m-view .qna .question_wrap .question {
  /* line-height: 1.3; */
  font-weight: 700;
  font-style: Bold;
  font-size: 23px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #0f0f0f;
}
#m-view .qna .answer_wrap .answer {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444;
}
#m-view .qna .answer_wrap {
  display: none;
}

#m-view .qna .question_wrap i {
  position: relative;
  margin: 0 15px 0 auto;
}

#m-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%);
}

#m-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;
}
#m-view .qna .qna_item {
  border: 1px solid var(--Gray-200, rgba(240, 240, 240, 1));
}
#m-view .qna .qna_item.active {
  border: 1px solid var(--Gray-200, rgba(240, 240, 240, 1));
}

#m-view .qna .qna_item.active .question i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#m-view .qna .qna_item.active .question_wrap i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#m-view .qna .qna_item.active {
  background-color: #fff;
}

#m-view .qna .qna_item.active .question_wrap .q {
  /* background-color: #fff; */
  /* color: #fff; */
}

#m-view .qna .qna_item.active .question_wrap {
  border-bottom: 1px solid var(--brandColor);
}

#m-view .qna .qna_item.active .question_wrap i::before,
#m-view .qna .qna_item.active .question_wrap i::after {
  /* background-color: #fff; */
}

/* #########################################################
  section6
######################################################### */
#m-view .section_6 {
  padding: 60px 0;
}

#m-view .section_6 .sec_6_img {
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#m-view .section_6 .sec_6_img img {
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: auto;
}

#m-view .section_6 .sec6_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}
/* bottom_form */
#m-view .bottom_form_wrap,
#m-view .bottom_form_wrap *,
#m-view .bottom_form_wrap *::before,
#m-view .bottom_form_wrap *::after {
  box-sizing: border-box;
}
#m-view .bottom_form_wrap,
#m-view .bottom_form_wrap * {
  box-sizing: border-box;
}
#m-view .bottom_form_wrap {
  background: #002651;
  padding: 40px 0px;
  width: 100%;
}
#m-view #pure-form__btm {
  padding: 0px 16px;
}

/* .bottom_form_wrap form {display: flex; align-items: center; gap: 0 50px;} */
#m-view .bottom_form_wrap ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  width: 100%;
  color: #fff;
}
#m-view .bottom_form_wrap ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#m-view .bottom_form_wrap ul li.privacy_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#m-view .bottom_form_wrap ul li.privacy_wrap > div {
  display: flex;
  align-items: center;
}
#m-view .bottom_form_wrap ul li .input_wrap {
  display: flex;
  align-items: center;
}
#m-view .bottom_form_wrap ul li > label {
  font-size: 20px;
  min-width: 59px;
  color: #ffffffd9;
}
#m-view .bottom_form_wrap ul li > label.label_guardian {
  align-self: flex-start;
  width: max-content;
  min-width: 0;
  text-align: center;
  line-height: 1.35;
  letter-spacing: -1px;
}
#m-view #pure-form__btm > ul > li:nth-child(5) > label {
  display: inline-block;
  font-size: 18px;
  margin: 0 6px 0 10px;
}
#m-view .bottom_form_wrap ul li input[type="text"],
#m-view .bottom_form_wrap ul li input[type="tel"] {
  font-family: inherit;
  padding: 20px;
  box-sizing: border-box;
  font-size: 26px;
  outline: none;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 5px;
}
#m-view .bottom_form_wrap ul li .gender_wrap {
  display: flex;
  align-items: center;
}
/* .bottom_form_wrap ul li .gender_wrap input[type="radio"] {dis} */
#m-view .bottom_form_wrap ul li .gender_wrap label {
  width: 40px;
  flex-shrink: 0;
  font-size: 20px;
  color: #fff;
}
/* .bottom_form_wrap ul li .gender_wrap input:checked + label {background: #14aadc; color: #fff;} */
#m-view .bottom_form_wrap ul li select {
  appearance: none;
  padding: 20px;
  padding-right: 30px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  font-size: 26px;
  background: #fff url("./arrow_tel.png") no-repeat 85% 50% !important;
  border-radius: 5px;
  color: #000;
}
#m-view .bottom_form_wrap ul li .mobile_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
#m-view .bottom_form_wrap ul li input[type="checkbox"] {
  margin: 0;
  width: 22px;
  height: 22px;
}
#m-view .bottom_form_wrap .privacy_wrap label {
  display: inline-block;
  font-size: 18px;
  margin: 0 10px 0 10px;
}
#m-view .bottom_form_wrap .privacy_wrap button {
  font-size: 18px;
  position: relative;
  top: -2px;
}
#m-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: 20px 40px 20px 32px;
  border-radius: 30px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#m-view .bottom_form_wrap .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#m-view .bottom_form_wrap .btn_wrap .btn_submit__btm {
  font-size: 24px;
  /* 배경 이미지 설정 */
  background-image: url("../Img/arrow2.png"); /* 경로를 본인 환경에 맞게 수정하세요 */
  background-repeat: no-repeat;
  background-position: right 18px center; /* 오른쪽에서 20px 떨어뜨리고 세로 중앙 */
  background-size: 16px 14px; /* 화살표 크기 조절 */
  display: inline-block;
  cursor: pointer;
  border: none;
}

/* 1. 라디오 버튼 그룹 정렬 */
#m-view .bottom_form_wrap .gender_wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 15px;
}

/* 2. 라디오 버튼 자체 디자인 */
#m-view .bottom_form_wrap .gender_wrap input[type="radio"] {
  /* 기본 스타일 제거 */
  appearance: none;
  -webkit-appearance: none;
  /* 크기 조절 (원하시는 크기로 숫자를 바꾸세요) */
  width: 32px;
  height: 32px;
  /* 기본 배경 및 테두리 */
  background-color: #002651;
  border: 2px solid #ccc;
  border-radius: 50%; /* 동그랗게 */
  cursor: pointer;
  /* 위치 조정 */
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/* 3. 체크되었을 때 배경색 변경 */
#m-view .bottom_form_wrap .gender_wrap input[type="radio"]:checked {
  background-color: #002651; /* 체크 시 채워지는 색상 */
  border-color: #0078ff;
}

/* 4. 체크되었을 때 안쪽에 흰색 점 넣기 (더 라디오 버튼처럼 보이게) */
#m-view .bottom_form_wrap .gender_wrap input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px; /* 안쪽 점 크기 */
  height: 15px;
  background-color: #0078ff;
  border-radius: 50%;
}

/* 5. 라벨 텍스트 스타일 */
#m-view .bottom_form_wrap .gender_wrap label {
  color: #fff; /* 남색 배경이므로 흰색 글자 */
  font-size: 16px;
  cursor: pointer;
  margin-right: 5px; /* 다음 라디오 버튼과의 간격 */
}

/* section4 */
#m-view .section4f {
  padding: 60px 0px;
  background: #3d3d3d;
}
#m-view .section4f h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
#m-view .section4f p {
  font-size: 18px;
  line-height: 1.7;
  color: #f29d27;
  margin-bottom: 20px;
}
#m-view .section4f ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#m-view .section4f ul li {
  color: #d5d5d5;
  position: relative;
  font-size: 18px;
  line-height: 1.8;
}

#m-view .section4f ul li:last-child {
  margin-bottom: 0;
}
#m-view .section4f .f-red {
  color: #e0605d;
}
