/* 숨은 보험찾기 css */
#popup {
  left: 50%;
}

#container:has(.btn_confirm.type_fixed) {
  padding-bottom: 130px;
}

#container section:has(.form_input_area) {
  min-height: calc(100vh - 180px);
}

.section_title {
  font-size: 24px;
  font-weight: 500;
  color: #101828;
  line-height: 140%;
}
.section_title em {
  color: #00ab91;
}

.title_banner_area {
  min-height: 290px;
  text-align: center;
  background: #00907c;
  border-bottom: 12px solid #f7f7f8;
}

.title_banner_area .title {
  padding-top: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 130%;
}

.title_banner_area .img_box {
  width: 123px;
  height: 144px;
  margin: 33px auto 0;
}

.title_banner_area .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing_info_area {
  padding: 32px 20px;
}

.landing_info_area h3 {
  font-size: 20px;
  text-align: center;
  color: #101828;
  margin-bottom: 23px;
}

.landing_info_area ul li {
  padding: 16px;
  border-radius: 12px;
  background: #f7f7f8;
}

.landing_info_area ul li + li {
  margin-top: 12px;
}

.landing_info_area ul li .top_title {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.landing_info_area ul li .numb {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 2px 0;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #01b59a;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 15.6px */
  letter-spacing: -0.12px;
  color: #fff;
}

.landing_info_area ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.14px;
  color: #667085;
}

.user_guide {
  padding: 24px 20px;
  background: #eaecf0;
}

.user_guide h3 {
  font-size: 16px;
  color: #344054;
  margin-bottom: 12px;
}

.user_guide .guide_subtit,
.user_guide ul li {
  font-size: 14px;
  color: #475467;
  line-height: 130%;
}

.user_guide .guide_subtit {
  font-weight: 600;
  margin-top: 16px;
}

.user_guide .guide_subtit:first-child {
  margin-top: 0;
}

.user_guide ul li {
  position: relative;
  padding-left: 18px;
}

.user_guide ul li + li {
  margin-top: 2px;
}

.user_guide ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #475467;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 8px;
}

.user_guide ul .none_list li:before {
  display: none;
}

.btn_confirm {
  padding: 20px 20px 48px;
  background: #fff;
  border: none;
}

.btn_confirm.type_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 480px;
  min-width: 360px;
  padding: 30px 20px 48px;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

.btn_confirm a {
  display: block;
  width: 100%;
  height: 52px;
  padding: 16px;
  border-radius: 8px;
  background: #00ab91;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.36px;
}

/* 본인인증 정보입력 css */
.form_input_area {
  padding: 40px 20px;
}

.form_input_area .section_title {
  margin-bottom: 32px;
}

.form_input_area .form_group_box li.fold {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
.form_input_area .form_group_box li {
  height: auto;
  overflow: visible;
}

.form_input_area .form_group_box .form_flex {
  justify-content: space-between;
  align-items: center;
}

.form_input_area .form_group_box .form_label {
  font-weight: 500;
  color: #667085;
}

.form_input_area .form_group_box .form_input {
  border-color: #d0d5dd;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #101828;
}

.form_input_area .form_group_box .form_input:focus {
  border-color: #00ab91;
}

.form_input_area .form_group_box .form_input.form_birth {
  width: calc(50% - 28px);
}

.form_input_area .form_group_box .form_dash {
  width: 16px;
  height: 2px;
  background: #98a2b3;
  padding: 0;
  line-height: unset;
}

/* 하위 약관 리스트 스타일 */
.terms_list_box .terms_sub_list {
  padding: 16px 8px;
  margin-top: 12px;
}

.terms_list_box .terms_sub_list > li {
  position: relative;
  padding: 0;
  margin-top: 12px;
}

.terms_list_box .terms_sub_list > li:first-child {
  margin-top: 0;
}

.terms_list_box .terms_sub_list .sub_terms_item {
  position: relative;
  margin-top: 8px;
}

.terms_list_box
  .terms_sub_list
  .sub_terms_chk_box
  input[type="checkbox"]
  + label {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
}

.terms_list_box
  .terms_sub_list
  .sub_terms_chk_box
  input[type="checkbox"]
  + label
  .icon_check {
  vertical-align: -5px;
  margin-right: 4px;
}

.terms_list_box .terms_sub_list .sub_toggle_tab {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(../image/icon/icon_arrow_down.svg) no-repeat center center;
  background-size: contain;
  display: block;
  cursor: pointer;
  z-index: 5;
  transition: all 0.2s ease-in-out;
}

.terms_list_box .terms_sub_list .sub_toggle_tab.on {
  transform: rotate(180deg);
}

.terms_list_box .terms_sub_list .sub_toggle_cont {
  width: 100%;
  display: none;
}

.terms_list_box .terms_sub_list .sub_scroll_box {
  width: 100%;
  max-height: 120px;
  padding-right: 5px;
  margin-top: 10px;
  overflow-y: auto;
}

.terms_list_box .terms_sub_list .sub_scroll_box::-webkit-scrollbar {
  width: 14px;
}

.terms_list_box .terms_sub_list .sub_scroll_box::-webkit-scrollbar-thumb {
  height: 30%;
  background: var(--primary);
  border: 3px solid var(--gray-100);
  border-radius: 7px;
}

.terms_list_box .terms_sub_list .sub_scroll_box::-webkit-scrollbar-track {
  background: var(--gray-100);
  border-radius: 7px;
}

.terms_list_box .terms_sub_list .sub_scroll_box p {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-500);
  line-height: 18px;
  word-break: keep-all;
  margin-bottom: 8px;
}

.terms_list_box .terms_sub_list .sub_scroll_box p b {
  color: var(--gray-500);
}

.terms_list_box .terms_sub_list .sub_scroll_box p em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--gray-500);
  border-radius: 50%;
  vertical-align: 3px;
  margin-right: 3px;
}

.terms_list_box .terms_sub_list .sub_scroll_box p:last-of-type {
  margin-bottom: 0;
}

/* 약관 동의 페이지 css */
#popup .popup_certif .popup_title {
  font-weight: 500;
  color: #101828;
}

#popup .popup_certif .popup_title em {
  color: #00ab91;
}

.popup_certif .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  margin-top: 22px;
}

.popup_certif .list_box li {
  width: 50%;
}

.popup_certif .list_box li input {
  display: none;
}

.popup_certif .list_box li input + label {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 88px;
  border-radius: 8px;
  background-color: #f7f7f8;
}

.popup_certif .list_box li input:checked + label {
  border: 1px solid #00ab91;
  background-color: #fff;
}

.popup_certif .list_box li input:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon/icon_checkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.popup_certif .list_box li input + label .icon_chkbox {
  display: block;
  width: 28px;
  height: 28px;
}

.popup_certif .list_box li:nth-of-type(1) input + label .icon_chkbox {
  background: url(../image/icon/icon_kakao_square.svg) no-repeat center center;
  background-size: contain;
}

.popup_certif .list_box li:nth-of-type(2) input + label .icon_chkbox {
  background: url(../image/icon/icon_naver_square.svg) no-repeat center center;
  background-size: contain;
}

.popup_certif .list_box li input + label .text {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
  color: #101828;
}

/* 인증 완료 페이지 */
#container .certificate_check {
  min-height: calc(100vh - 180px);
  text-align: center;
}

.certificate_check .cont_box {
  padding: 40px 20px 0;
}

.certificate_check .section_title {
  font-size: 24px;
  font-weight: 500;
  color: #101828;
}

.certificate_check .section_title span {
  color: #00ab91;
}

.certificate_check .img_box {
  max-width: 170px;
  margin: 40px auto 0;
}

.certificate_check .img_box.small {
  max-width: 56px;
  border-radius: 4px;
}

.certificate_check .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificate_check .text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #757575;
}

.certificate_check .certificate_guide {
  text-align: left;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f7f8;
  margin: 32px 0 16px;
}

.certificate_check .certificate_guide p {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
  color: #222;
  margin-bottom: 12px;
  padding-left: 22px;
}

.certificate_check .certificate_guide p:last-of-type {
  margin-bottom: 0;
}

.certificate_check .certificate_guide p:before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.13px;
  line-height: 18px;
  color: #fff;
  background-color: #00ab91;
}

.certificate_check .certificate_guide p.numb02:before {
  content: "2";
}

.certificate_check .certificate_guide p.numb03:before {
  content: "3";
}

.certificate_check .certificate_guide p.numb02 span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/icon/icon_bell_white.svg) no-repeat center center;
  background-size: contain;
  vertical-align: -2px;
  margin-right: 2px;
}

.certificate_check .certificate_guide p.numb02 span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071Z%27 fill=%27%23222222%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -2px;
  margin-right: 2px;
}

.certificate_check .btn_go_cs {
  display: block;
  width: fit-content;
  padding: 8px 2px 2px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
  color: #757575;
}

.certificate_check.complete .title_icon_box {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #00ab91;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.certificate_check.complete .title_icon_box img {
  width: 31px;
  height: auto;
  object-fit: contain;
}

.certificate_check.complete .section_title p {
  font-size: 24px;
  font-weight: 500;
  color: #101828;
}

.certificate_check.complete .section_title p.on {
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    font-size: 24px;
    font-weight: 500;
    color: #101828;
  }
  to {
    font-size: 16px;
    font-weight: 700;
    color: #00ab91;
  }
}

.certificate_check.complete .section_title h2 {
  opacity: 0;
  visibility: hidden;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
  color: #101828;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.certificate_check.complete .section_title h2.on {
  opacity: 1;
  visibility: visible;
}

.certificate_check.complete + .btn_confirm {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.certificate_check.complete + .btn_confirm.on {
  opacity: 1;
  visibility: visible;
}

#popup:has(.popup_signature),
#popup:has(.popup_certif) {
  left: 50%;
  transform: translateX(0);
}

#popup .popup_signature .popup_title {
  font-weight: 500;
}

#popup .popup_signature .signature_area {
  position: relative;
  margin-top: 24px;
  margin-bottom: 8px;
  background: url(../image/bg_signature.webp) no-repeat center center;
  background-size: cover;
  border-top: 1px solid #d0d5dd;
  border-bottom: 1px solid #d0d5dd;
}

#popup .popup_signature .signature_area canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 180px;
  display: block;
  cursor: crosshair;
}

#popup .popup_signature .signature_actions {
  text-align: right;
}

#popup .popup_signature .signature_actions .btn_clear_signature {
  padding: 4px 0 3px;
  color: #98a2b3;
  background: none;
  border-bottom: 1px solid #98a2b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0px;
  cursor: pointer;
}

#popup .popup_signature .signature_actions .icon_reset {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../image/icon/Icon_arrow_reset.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: -3px;
}

#popup .popup_signature .signature_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#popup .popup_signature .signature_text p {
  font-size: 56px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 6px;
  color: #d0d5dd;
}

/* 본인정보 확인 완료 페이지 */
.certificate_interaction {
  text-align: center;
}

.certificate_interaction .cont_box {
  padding-top: 56px;
}

.certificate_interaction .img_box {
  width: 156px;
  height: 161px;
  margin: 0 auto;
  animation: changeImage 3s infinite;
}

@keyframes changeImage {
  0% {
    background-image: url(../image/img_insurance_01.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  30% {
    background-image: url(../image/img_insurance_02.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  60% {
    background-image: url(../image/img_insurance_03.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  100% {
    background-image: url(../image/img_insurance_01.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}

.certificate_interaction .text_box {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #101828;
}

.certificate_interaction .text_box span {
  display: inline-block;
  margin-top: 12px;
  color: #00ab91;
}

/* 보험금 리스트 페이지 */

/* 보험금 리스트 페이지 css */
.insurance_list {
  min-height: calc(100vh - 60px);
}

/* 헤더 영역 */
.insurance_list .insurance_header {
  position: relative;
  padding: 40px 20px;
  background: #f7f7f8;
}

.insurance_list .insurance_header .header_content {
  position: relative;
}

.insurance_list .insurance_header .user_name {
  font-size: 24px;
  font-weight: 400;
  color: #101828;
  margin-bottom: 6px;
}

.insurance_list .insurance_header .total_amount {
  font-size: 24px;
  font-weight: 400;
  color: #101828;
  line-height: 130%;
  margin-bottom: 13px;
}

.insurance_list .insurance_header .total_amount em {
  font-size: 24px;
  font-weight: 700;
  color: #00ab91;
}

.insurance_list .insurance_header .coin_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
}

.insurance_list .insurance_header .coin_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.insurance_list .insurance_header .info_text {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  line-height: 140%;
}

.insurance_list .insurance_header .info_text em {
  font-weight: 600;
  color: #344054;
}

/* 탭 네비게이션 */
.insurance_list .insurance_tabs {
  position: sticky;
  top: 60px;
  z-index: 1;
  display: flex;
  border-bottom: 2px solid #eaeaea;
  background: #f7f7f8;
}

.insurance_list .insurance_tabs .tab_btn {
  flex: 1;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #898e8e;
  background: #f7f7f8;
  border: none;
  cursor: pointer;
  position: relative;
  transition: color 0.2s ease;
}

.insurance_list .insurance_tabs .tab_btn.active {
  color: #101828;
}

.insurance_list .insurance_tabs .tab_btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #101828;
}

/* 전체 선택 */
.insurance_list .select_all_box {
  margin-bottom: 16px;
}

.insurance_list .check_box input + label .icon_check {
  background: url(../image/icon/icon_checkbox_off.svg) no-repeat center center;
  background-size: 20px;
}

.insurance_list .check_box input:checked + label .icon_check {
  background: url(../image/icon/icon_checkbox.svg) no-repeat center center;
  background-size: 20px;
}

.insurance_list .select_all_box .check_box label {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 병원 리스트 */
.insurance_list .hospital_list {
  padding: 20px;
  background: #fff;
}

.insurance_list .hospital_item {
  padding: 16px;
  border-radius: 8px;
  background-color: #f9fafb;
  margin-bottom: 16px;
}

.insurance_list .hospital_item:last-child {
  margin-bottom: 0;
}

/* 병원 헤더 */
.insurance_list .hospital_header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.insurance_list .hospital_header .check_box {
  padding-top: 2px;
}

.insurance_list .hospital_header .hospital_name {
  font-size: 16px;
  font-weight: 500;
  color: #101828;
  line-height: 140%;
  margin-bottom: 12px;
}

.insurance_list .hospital_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #eaecf0;
}

.insurance_list .treatment_count {
  font-size: 14px;
  font-weight: 500;
  color: #667085;
  line-height: 130%;
}

.insurance_list .expected_amount {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  color: #d0d5dd;
}

.insurance_list .expected_amount .amount {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
  line-height: 140%;
  display: block;
}

.insurance_list .expected_amount .label {
  font-size: 13px;
  font-weight: 500;
  color: #98a2b3;
  line-height: 110%;
  display: block;
}

/* 토글 버튼 */
.insurance_list .toggle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../image/icon/icon_arrow_down.svg) no-repeat center center;
  background-size: 20px;
  border: none;
  cursor: pointer;
  filter: invert(68%) sepia(11%) saturate(391%) hue-rotate(179deg)
    brightness(92%) contrast(91%);
  transition: transform 0.3s ease;
}

.insurance_list .toggle_btn.on {
  transform: rotate(180deg);
}

/* 진료 내역 리스트 */
.insurance_list .treatment_list {
  display: none;
}

.insurance_list .treatment_list.show {
  display: block;
  padding: 16px 0;
  border-top: 1px solid #eaecf0;
}

.insurance_list .treatment_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.insurance_list .treatment_item + .treatment_item {
  margin-top: 20px;
}

.insurance_list .treatment_item .check_box {
  padding-top: 2px;
}

.insurance_list .treatment_item .treatment_info {
  flex: 1;
}

.insurance_list .treatment_item .date {
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  line-height: 140%;
  margin-bottom: 4px;
}

.insurance_list .treatment_item .hospital_fee {
  font-size: 13px;
  font-weight: 400;
  color: #98a2b3;
  line-height: 110%;
}

.insurance_list .treatment_item .claim_amount {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #344054;
  line-height: 140%;
}

.insurance_list .treatment_item .claim_reason {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fe7278;
  line-height: 130%;
}

.insurance_list + .btn_confirm .total_price {
  color: #fff;
}

/* 청구 내용 입력 */
.input_section {
  min-height: calc(100vh - 180px);
}

.input_section .section_title {
  font-size: 24px;
  font-weight: 500;
  color: #101828;
  line-height: 140%;
  padding: 40px 20px 0;
}

.input_section .section_title em {
  color: #00ab91;
}

/* 입력 그룹 */
.input_section .input_group {
  position: relative;
  padding: 24px 20px;
  border-bottom: 8px solid #f9fafb;
}

.input_section .input_group:last-of-type {
  border-bottom: none;
}

.input_section .group_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  padding-bottom: 4px;
  border-bottom: 1px solid #eaecf0;
}

.input_section .group_label {
  font-size: 14px;
  font-weight: 700;
  color: #101828;
  line-height: 140%;
  margin-bottom: 7px;
}

.input_section .placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #98a2b3;
  line-height: 140%;
}

.input_section .placeholder.valid {
  color: #101828;
  font-weight: 500;
}

.input_section .input_group .info_icon {
  position: absolute;
  top: 24px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #101828;
  line-height: 140%;
}

.input_section .input_group .info_icon img {
  width: 16px;
  height: 16px;
}

.input_section .group_toggle_btn {
  width: 24px;
  height: 24px;
  background: url(../image/icon/icon_arrow_down.svg) no-repeat center center;
  background-size: 20px;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.input_section .group_toggle_btn.on {
  transform: rotate(180deg);
}

.input_section .group_content {
  display: none;
  padding-top: 12px;
}

/* 라디오 리스트 */
.input_section .radio_list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.input_section .radio_list .radio_box input + label {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 16px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #101828;
  cursor: pointer;
  transition: all 0.2s ease;
}

.input_section .radio_list .radio_box input:checked + label {
  border-color: #00ab91;
  background: rgba(0, 171, 145, 0.1);
}

.input_section .radio_list .radio_box input + label .icon_radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  background: #f2f4f7;
  position: relative;
}

.input_section .radio_list .radio_box input:checked + label .icon_radio {
  border-color: #00ab91;
  background: #fff;
}

.input_section .radio_list .radio_box input:checked + label .icon_radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00ab91;
}

/* 체크박스 그리드 */
.input_section .checkbox_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.input_section .checkbox_grid .check_box input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.input_section
  .checkbox_grid
  .check_box
  input[type="checkbox"]:checked
  + label {
  border-color: #00ab91;
  background: rgba(0, 171, 145, 0.08);
}

/* 계좌입력 페이지 */
.input_section .form_label + .group_header {
  margin-top: 8px;
}

#popup .popup_wrap02.type_toast .pop_header {
  padding-top: 12px;
  padding-bottom: 12px;
}

#popup .popup_wrap02.type_toast .pop_header h2 {
  text-align: left;
  color: #101828;
}

#popup .popup_wrap02.type_toast .pop_header .btn_popup_close {
  top: 10px;
  right: 0px;
}

#popup .popup_wrap02.type_toast .pop_section {
  padding: 0;
}

.popup_insurance_none .popup_section {
  text-align: center;
}

.popup_insurance_none .icon_box {
  width: 32px;
  height: 32px;
  margin: 24px auto 12px;
}

.popup_insurance_none .text_box p {
  font-size: 16px;
  font-weight: 400;
  color: #667085;
  line-height: 140%;
}

.popup_insurance_none .text_box p + p {
  margin-top: 8px;
}

.popup_insurance_none .text_box p b {
  font-size: 18px;
  color: #101828;
}

/* 보험사 선택 페이지 */
.input_section.type_insurance .sub_title {
  font-size: 14px;
  color: #667085;
  line-height: 130%;
  padding: 5px 20px 0;
}

.input_section.type_insurance .radio_list {
  margin-top: 24px;
  padding: 0 20px;
}

.input_section.type_insurance .radio_box {
  position: relative;
}

.input_section.type_insurance .radio_box input + label .icon_radio {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../image/icon/icon_chkbox.svg) no-repeat center center;
  background-size: contain;
  margin-right: 8px;
}

.input_section.type_insurance .radio_box input:checked + label .icon_radio {
  background: url(../image/icon/icon_chkbox_on.svg) no-repeat center center;
  background-size: contain;
}

.input_section.type_insurance .radio_box input + label .icon_box {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}

.input_section.type_insurance
  .radio_box
  input:checked
  + label
  .icon_radio:after {
  display: none;
}

/* 결제 페이지 */
.payment_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px 24px;
  border-bottom: 8px solid #f9fafb;
  font-weight: 700;
  line-height: 130%;
  color: #101828;
}

.payment_total .summary_label {
  font-size: 18px;
}

.payment_total .summary_amount {
  font-size: 16px;
}

/* 결제 요약 정보 */
.payment_list {
  padding: 24px 20px;
  border-bottom: 8px solid #f9fafb;
}

.payment_section .section_title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 8px;
}

.payment_list .list_box {
  padding-bottom: 12px;
  border-bottom: 1px solid #eaecf0;
}

.payment_list .list_box li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment_list .list_box li .list_label {
  font-size: 16px;
  font-weight: 400;
  color: #101828;
  line-height: 140%;
}

.payment_list .list_box li .list_amount {
  font-size: 16px;
  font-weight: 500;
  color: #101828;
}

.payment_list .list_box li .btn_tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 2px;
  background: none;
}

.payment_list .list_box li .tooltip_box {
  position: absolute;
  top: 26px;
  left: 0;
  display: none;
  width: 207px;
  height: fit-content;
  padding: 12px 10px;
  background: #eaecf0;
  border-radius: 8px;
  font-size: 13px;
  line-height: 130%;
}

.payment_list .list_box li .tooltip_box.on {
  display: block;
}

.payment_list .list_box li .tooltip_box strong,
.payment_list .list_box li .tooltip_box p {
  color: #475467;
}

.payment_list .list_box li .tooltip_box strong {
  display: inline-block;
  margin-bottom: 4px;
}

.payment_list .list_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.payment_list .list_total .list_label {
  font-size: 18px;
  font-weight: 500;
  color: #101828;
}

.payment_list .list_total .list_amount {
  font-size: 26px;
  font-weight: 700;
  color: #00ab91;
}

/* 결제 방법 */
.payment_method {
  padding: 24px 20px;
  border-bottom: 8px solid #f9fafb;
}

.payment_method_title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  line-height: 140%;
  margin-bottom: 16px;
}

.payment_method .radio_list {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.payment_method .radio_box + .radio_box {
  margin-top: 20px;
}

.payment_method .radio_box input[type="radio"] {
  display: none;
}

.payment_method .radio_box input[type="radio"] + label {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.payment_method .radio_box .icon_radio {
  width: 20px;
  height: 20px;
  border: 2px solid #d0d5dd;
  border-radius: 50%;
  background: #fff;
  position: relative;
  flex-shrink: 0;
}

.payment_method .radio_box input[type="radio"]:checked + label .icon_radio {
  border-color: #00ab91;
  background: #fff;
}

.payment_method
  .radio_box
  input[type="radio"]:checked
  + label
  .icon_radio::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00ab91;
}

.payment_method .radio_box input[type="radio"]:checked + label .payment_name {
  color: #101828;
  font-weight: 700;
}

.payment_method .payment_logo {
  width: 54px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.payment_method .payment_logo.kakao {
  background-image: url(../image/icon/icon_kakaopay.svg);
}

.payment_method .payment_logo.naver {
  background-image: url(../image/icon/icon_naverpay.svg);
}

.payment_method .payment_name {
  font-size: 16px;
  font-weight: 500;
  color: #98a2b3;
  line-height: 140%;
}

/* 약관 동의 */
.payment_terms {
  padding: 24px 20px;
}

.payment_terms .check_box {
  margin-bottom: 16px;
}

.payment_terms .check_box:last-child {
  margin-bottom: 0;
}

.payment_terms .check_box input[type="checkbox"] {
  display: none;
}

.payment_terms .check_box input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.payment_terms .check_box input[type="checkbox"] + label .icon_check {
  width: 20px;
  height: 20px;
  background: url(../image/icon/icon_chkbox.svg) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
}

.payment_terms .check_box input[type="checkbox"]:checked + label .icon_check {
  background: url(../image/icon/icon_chkbox_on.svg) no-repeat center center;
  background-size: contain;
}

.payment_terms .check_box .check_text {
  font-size: 16px;
  font-weight: 500;
  color: #101828;
  line-height: 140%;
}

.payment_terms .check_box .check_text em {
  color: #00ab91;
  font-size: 14px;
  font-weight: 400;
}

/* 청구접수 완료 페이지 */
#container .payment_complete {
  min-height: calc(100vh - 180px);
  padding: 24px 20px;
}

.payment_complete .complete_text {
  margin-top: 8px;
  margin-bottom: 12px;
}

.payment_complete .complete_text p {
  font-size: 14px;
  font-weight: 400;
  color: #101828;
  line-height: 140%;
}

.payment_complete .complete_text p + p {
  margin-top: 8px;
  font-size: 13px;
  color: #667085;
}

.payment_complete .complete_info_box {
  padding: 16px;
  border-radius: 8px;
  background: #f2f4f7;
}

.payment_complete .complete_info_box dl {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment_complete .complete_info_box dl + dl {
  margin-top: 8px;
}

.payment_complete .complete_info_box dt {
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  line-height: 140%;
  min-width: 65px;
}

.payment_complete .complete_info_box dd {
  font-size: 16px;
  font-weight: 500;
  color: #344054;
  line-height: 130%;
}
