:root {
  --main-color: #0080ff;
  --main-color-dark: #004499;
  --backgroundColor: #f9f9f9;
  --background-color-blue: #f0f8ff;
  --background-color-purple: #f6f3ff;
  --text-color-gray: #969696;
  --text-color-blue: #043bdc;
  --color-red: #fc2d2d;
  --color-yellow: #ea8500;
}

body {
  min-width: 1200px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.highlight {
  color: var(--main-color);
}

.smtxt {
  font-size: 16px;
  color: #969696;
}

.ee {
  margin-bottom: 8px;
  color: blue;
}

.desc_text1 {
  font-size: 24px;
  font-weight: 500;
  color: #969696;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 30px;
}

/* header ======================================================== */
header {
  height: 97px;
  background-color: #fff;
}

.result_wrap.active .content_wrap {
  width: calc(100% - 350px);
}

header .header_inner {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .logo_link {
  display: block;
  width: 162px;
}

header .nav_wrap {
  display: flex;
  gap: 28px;
}

header .nav_link {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #878787;
  letter-spacing: -0.5px;
  padding: 40px 15px 30px;
}

header .nav_link.active {
  color: var(--text-color-blue);
  background-color: #fff;
  font-weight: 700;
  border-bottom: 2px solid var(--text-color-blue);
}

/* header .nav_item:last-child .nav_link {
  padding-right: 0;
}

header .nav_item:last-child .nav_link.active {
  padding-right: 15px;
} */

section {
  padding: 80px 0;
}

/* footer ==============================================================*/
.notice_wrap {
  /* background-color: var(--backgroundColor); */
  padding: 70px 0 60px;
}

.notice_wrap .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.notice_wrap .btn_view_all {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #bbb;
  padding: 10px 85px;
  border-radius: 30px;
  width: fit-content;
  margin: 0 auto;
}

.notice_wrap .content_wrap {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.notice_wrap .content_wrap.active {
  display: block;
}

.notice_wrap ul li {
  margin-bottom: 26px;
  color: #474747;
}
.always_wrap ul li{margin-bottom: 10px;}

.notice_wrap ul li span {
  display: block;
  margin-bottom: 4px;
}

.notice_wrap ul li p {
  line-height: 1.4;
}

.notice_wrap .notice {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.notice_wrap .sim_date{color: #474747;text-align: right;border-top: 1px solid #ddd;margin-top: 30px;padding-top: 30px;}


.notice_wrap2 {
  /* background-color: var(--backgroundColor); */
  padding: 70px 0 60px;
}

.notice_wrap2 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notice_wrap2 .btn_view_all {
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #bbb;
  padding: 10px 85px;
  border-radius: 30px;
  width: fit-content;
}

.notice_wrap2 .content_wrap {
  margin-top: 30px;
  padding-top: 30px;
}

.notice_wrap2 ul li {
  margin-bottom: 12px;
  color: #474747;
}

.notice_wrap2 ul li span {
  display: block;
  margin-bottom: 4px;
}

.notice_wrap2 ul li p {
  line-height: 1.4;
}

.notice_wrap2 .notice {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}


/* section_title ======================================================== */
.title_wrap {
  text-align: center;
  margin-bottom: 55px;
}

.title_wrap .check {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--main-color);
  padding: 12px 25px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.title_wrap .check img {
  width: 12px;
}

.title_wrap .section_title {
  font-size: 45px;
  letter-spacing: -0.8px;
  font-weight: 700;
  line-height: 1.35;
}

.toggle_desc_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  /* width: 750px; */
  margin: 0 auto;
}

.btn_toggle {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 30px;
  border: 1px solid #bbb;
  padding: 13px 30px;
  border-radius: 30px;
  letter-spacing: -1px;
  margin: auto;
}

.btn_toggle img {
  width: 26px;
  transition: transform 0.3s;
}

.btn_toggle.active img {
  transform: rotate(180deg);
}

.toggle_desc_wrap .desc {
  display: none;
  font-size: 22px;
  line-height: 1.6;
  color: #474747;
  padding: 0 30px;
  word-break: keep-all;
}

.toggle_desc_wrap .desc.active {
  display: block;
}

.accordion_wrap {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.accordion_wrap .toggle_desc_wrap {
  align-items: stretch;
  gap: 12px;
  width: 100%;
}

.accordion_wrap .btn_toggle {
  text-align: left;
  background: #f9f9f9;
  padding: 30px 20px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}

.accordion_wrap .btn_toggle img {
  flex: 0 0 15px;
}

.accordion_wrap .toggle_desc_wrap .desc {
  font-size: 20px;
  line-height: 1.4;
  padding: 0 20px;
  color: #666;
  letter-spacing: -1px;
}

/* main_visual ======================================================== */

/* form */
.main_visual {
  padding: 30px 0 0;
  background-color: var(--background-color-blue);
}

.main_visual .img_wrap {
  width: 500px;
  margin-top: auto;
}

.main_visual .content_wrap {
  position: relative;
  padding-top: 50px;
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.main_visual .date_wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  width: fit-content;
  padding: 15px 24px;
  border-radius: 30px;
  background-color: #fff;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.main_visual .dot {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #e22323;
  border-radius: 50%;
  margin-right: 12px;
  animation: blink 1s linear infinite;
}

.main_visual .date_wrap .text,
.main_visual .date_wrap .date {
  font-size: 18px;
  letter-spacing: -1px;
}

.main_visual .date_wrap .text {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #bbb;
}

.main_visual .date_wrap .date {
  font-weight: 600;
  color: var(--main-color);
}

.main_visual .right_wrap {
  flex-shrink: 0;
}

.main_visual .yellow_box {
  display: inline-block;
  color: #111;
  background-color: #ffdf40;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 23px;
}

.main_visual .title {
  font-size: 55px;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--text-color-blue);
  margin-bottom: 20px;
}

.main_visual .subtitle {
  font-size: 36px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 30px;
  letter-spacing: -1.5px;
}

.main_visual .desc {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -1.5px;
  color: #474747;
}

.main_visual .text_wrap {
  margin-bottom: 70px;
}

/* 보장분석 */
.main_visual .hide_bojang {
  display: none;
}

.main_visual .bojang_h1 {
  color: #111;
  font-size: 75px;
  line-height: 1.2;
}

.main_visual .bojang_h1 .blue {
  color: var(--text-color-blue);
}

.main_visual .bojang_text {
  color: #444;
  font-size: 25px;
  font-weight: 500;
}

.main_visual .bojang_text .bold {
  font-weight: 800;
}

/* form ======================================================== */
.main_visual .form_container {
  width: 100%;
  padding: 46px 35px;
  border-radius: 105px 105px 0 0;
  background-color: #fff;
  background-color: var(--main-color-dark);
  color: #fff;
}

.main_visual .form_container .form_title {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 55px;
  text-align: center;
}

.main_visual .form {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}

.main_visual .form ul {
  display: grid;
  grid-template-columns: 478px 388px;
  gap: 20px 35px;
}

.main_visual .form li>div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.main_visual .form input {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
}

.main_visual .form input::placeholder {
  font-size: 18px;
  color: #ccc;
}

.main_visual label {
  width: 63px;
  font-size: 22px;
  font-weight: 500;
  flex-shrink: 0;
}

.main_visual .form .sex_wrap {
  display: flex;
  gap: 10px;
}

.main_visual .form .sex_wrap label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  color: #111;
  cursor: pointer;
}

.main_visual .birth_wrap label {
  width: 80px;
}

.main_visual .form input[type="radio"] {
  display: none;
}

.main_visual .form input[type="radio"]:checked+label {
  /* background-color: var(--brandColor);
  color: #fff; */
  font-weight: 600;
  color: #fff;
  background-color: #00aaff;
}

.main_visual .form .region_wrap {
  position: relative;
}

.main_visual .form .region_wrap img {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.main_visual .form select {
  width: 130px;
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  padding-left: 20px;
  border: 1px solid #ccc;
  letter-spacing: -1.5px;
}

.main_visual .form .btn_wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  height: 120px;
}

.main_visual .form .submit_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 202px;
  height: 100%;
  background-color: #00aaff;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  letter-spacing: -2px;
  font-size: 25px;
}
.main_visual .form .submit_btn span{font-size: 20px;font-weight: normal;}

.main_visual .form .submit_btn img {
  width: 30px;
}

.main_visual .form .call_advisor_btn {
  flex-grow: 1;
  font-weight: 500;
  border-radius: 10px;
  background-color: #e2e4ed;
  height: 50px;
  letter-spacing: -1.5px;
}
/* ============================================ */
/*  어린이 보종 폼 전용 (.child_form)     */
/* ============================================ */

/* 좌/우 컬럼 컨테이너 - btn_wrap 옆 남은 공간 차지 */
.main_visual .form.child_form{padding-top: 15px;justify-content: center;}
.main_visual .form.child_form .info_columns {
    display: flex;
    gap: 35px;
}

/* 각 컬럼 (보호자 / 아이) - 균등 분할 */
.main_visual .form.child_form .info_col {
    flex: 0 1 372px;
    display: flex;
    flex-direction: column;
}

/* 섹션 타이틀 (보호자 정보 입력 / 아이 정보 입력) */
.main_visual .form.child_form .col_title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

/* ul 기존 grid(478px 388px) 무효화 → 세로 스택 */
.main_visual .form.child_form ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 남자아이 / 여자아이 라디오 박스 - 균등 분할 */
.main_visual .form.child_form .sex_wrap {
    width: 100%;
}

.main_visual .form.child_form .sex_wrap .sex_radio_box {
    flex: 1;
}

/* 기존 .sex_wrap label(50x50) 덮어쓰기 - 가로 꽉 채우기 */
.main_visual .form.child_form .sex_wrap label {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
}





.section_wrap {
  display: none;
}

.section_wrap.active {
  display: block;
}

/* table */
.result_wrap {
  display: none;
}

.result_wrap.active {
  display: block;
}

.result_wrap .inner {
  display: flex;
  justify-content: space-around;
}

.result_wrap .content_wrap .table_wrap {
  margin-bottom: 40px;
}

.result_wrap .content_wrap .table_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.result_wrap .content_wrap .table_wrap .desc {
  font-size: 20px;
  color: #878787;
  margin-bottom: 20px;
}

.result_wrap .content_wrap .table_wrap .blue_desc {
  color: var(--text-color-blue);
}

.result_wrap table {
  border: 1px solid #eee;
  width: 100%;
  line-height: 1.3;
  margin-bottom: 20px;
}

.result_wrap table thead {
  background-color: #c5e2ff;
}

.result_wrap table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.result_wrap table th,
.result_wrap table td {
  /* border: 1px solid #878787; */
  padding: 10px;
}

.result_wrap table th {
  font-weight: 600;
  background: #c5e2ff;
  vertical-align: middle;
}

.result_wrap table[data-table-index="1"] td.cost {
  text-align: right;
}

.result_wrap table[data-table-index="2"],
.result_wrap table[data-table-index="3"] {
  text-align: center;
}

.result_wrap table[data-table-index="4"] td.cost {
  text-align: right;
  vertical-align: middle;
}

.result_wrap .calc_wrap {
  height: fit-content;
  width: 300px;
  padding: 30px;
  border: 1px solid var(--text-color-blue);
  border-radius: 10px;
}

.result_wrap .calc_wrap .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.result_wrap .calc_wrap .desc_wrap {
  margin-bottom: 30px;
}

.result_wrap .calc_wrap .name_desc {
  margin-bottom: 8px;
  color: #676767;
}

.result_wrap .calc_wrap .price {
  font-size: 25px;
  color: var(--main-color);
  font-weight: 600;
  letter-spacing: -1px;
}

.result_wrap .calc_wrap .info_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  width: fit-content;
}

.result_wrap .calc_wrap .info_wrap .label {
  color: #676767;
}



#complete_modal_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#complete_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 15px;
  padding: 50px 30px;
  text-align: center;
  z-index: 10000;
  width: 380px;
}

#complete_modal_msg {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 25px;
  word-break: keep-all;
}

#complete_modal_confirm {
  background: #00aaff;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 18px;
  cursor: pointer;
}

.tm{text-align: right;color: #888;position: absolute;top: 70px;right: 0;font-size: 18px;}
.result_wrap .content_wrap .table_wrap .bluetext{color:#0000ff}

.con-topBox {display: flex;justify-content: center;}
.con-topBox button{display: flex;align-items: center;justify-content: space-between;font-size: 22px;color: #474747;padding: 15px 25px;border-radius: 50px;gap: 10px;font-weight: 500;background: #F2F4F7;margin-top: 60px;}
.con-topBox button img{width: 9px;}
