/* 픽업패스 */
.label_pickup {
  display: inline-block;
  color: #1077ab;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 3px;
}

.label_pickup::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../image/icon/icon_pickup_pass.svg) no-repeat center center;
  background-size: contain;
  vertical-align: -4px;
  margin-right: 2px;
}

.select_list_box .pickup_pass {
  margin-top: 24px;
}

.select_list_box .pickup_pass .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #1077ab;
}

.select_list_box .pickup_pass .text_box strong {
  color: #1077ab;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.select_list_box .pickup_pass .text_box p {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-top: 4px;
}

/* 픽업패스 안내 페이지 */
.pickup_pass_section .main_area {
  padding: 40px 20px 32px;
  border-bottom: 8px solid #f9fafb;
}

.pickup_pass_section .label_pickup {
  font-size: 24px;
}

.pickup_pass_section .label_pickup::before {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}

.pickup_pass_section .main_area .title {
  margin-top: 12px;
  color: #475467;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.pickup_pass_section .info_area {
  padding: 32px 20px;
  border-bottom: 8px solid #f9fafb;
}

.pickup_pass_section .info_area h3 {
  font-size: 20px;
  color: #101828;
  margin-bottom: 12px;
}

.pickup_pass_section .info_area p {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.pickup_pass_section .landing_info_area h3 {
  text-align: left;
}

.pickup_pass_section .landing_info_area ul li .numb {
  background: #1077ab;
}

.pickup_pass_section + .btn_fix_box {
  padding: 20px 20px 48px;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

.pickup_pass_section table {
  margin-top: 12px;
}

.pickup_pass_section table td:first-child {
  width: 67px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #344054;
  background: #d0d5dd;
  padding: 13px 9px;
  vertical-align: middle;
}

.pickup_pass_section table td:last-child {
  width: calc(100% - 67px);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #475467;
  background: #f7f7f8;
  padding: 8px;
  vertical-align: middle;
}

.pickup_pass_section table tr + tr {
  border-top: 1px solid #d1d1d1;
}

#popup .popup_wrap.popup_hospital_check .popup_header {
  height: 28px;
}

#popup .popup_wrap.popup_hospital_check .popup_header .btn_popup_close {
  top: 16px;
  right: 20px;
}

#popup .popup_wrap.popup_hospital_check .popup_section h3 {
  color: #101828;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 12px;
}

#popup .popup_wrap.popup_hospital_check .popup_section h3 {
  margin-bottom: 20px;
}

#popup .popup_wrap.popup_hospital_check .popup_section .info_box {
  border-radius: 8px;
  background: #f7f7f8;
  padding: 16px;
}

#popup .popup_wrap.popup_hospital_check .popup_section .info_box li {
  display: flex;
  align-items: center;
}

#popup .popup_wrap.popup_hospital_check .popup_section .info_box li + li {
  margin-top: 4px;
}

#popup .popup_wrap.popup_hospital_check .popup_section .info_box li strong {
  width: 61px;
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

#popup .popup_wrap.popup_hospital_check .popup_section .info_box li p {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

#popup .popup_wrap.popup_hospital_check .popup_section .btn_box {
  margin-top: 12px;
  text-align: center;
}

#popup .popup_wrap.popup_hospital_check .popup_section .btn_box p {
  color: #667085;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}

#popup .popup_wrap.popup_hospital_check .popup_section .btn_box .btn_text {
  display: inline-block;
  color: #3f8cff;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration-line: underline;
}

/* 신분증 등록 */
.document_pickup_section .cont_box {
  min-height: calc(100vh - 166px);
}

.document_pickup_section .cont_box .title_box h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #101828;
  margin-bottom: 8px;
}

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

.document_pickup_section .info_box {
  border-radius: 8px;
  background: #f7f7f8;
  padding: 16px;
  margin-top: 12px;
}

.document_pickup_section .info_box li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.document_pickup_section .info_box li + li {
  margin-top: 4px;
}

.document_pickup_section .info_box li strong {
  width: 61px;
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.document_pickup_section .info_box li p {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.document_pickup_section .none_upload_box {
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px dashed #d0d5dd;
}

.document_pickup_section .none_upload_box .btn_upload {
  background: #e7f6f5;
  border-color: #e7f6f5;
}

.document_pickup_section .upload_view_box .btn_delete {
  background: url(../image/icon/Icon_xCircle.svg) no-repeat center center;
  background-size: contain;
}

/* 수령방법 */
.date_select_section .cont_box {
  padding: 40px 20px 0;
}

.date_select_section .date_select_box {
  margin-top: 28px;
}

.date_select_section .date_select_box + .title_box {
  margin-top: 32px;
}

.date_select_section .title_box h3 {
  color: #101828;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.date_select_section .title_box p {
  margin-top: 8px;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.date_select_section .date_view_box > input {
  max-width: calc(50% - 19px);
  background: url(../image/icon/icon_calendar_black.svg) no-repeat
      calc(100% - 10px) center,
    #ffffff;
  background-size: 20px;
}

.date_select_section .date_view_box > input::placeholder {
  font-size: 14px;
  color: #98a2b3;
  font-weight: 500;
}

.date_select_section .select_list_box > li > input + label {
  border-radius: 8px;
}

.date_select_section .radio_box input[type="radio"] + label .icon_radio {
  background: #fff;
  border: 1px solid #eaecf0;
}

.date_select_section
  .radio_box
  input[type="radio"]:checked
  + label
  .icon_radio::after {
  display: none;
}

.date_select_section
  .radio_box
  input[type="radio"]:checked
  + label
  .icon_radio {
  background: url(../image/icon/icon_chkbox_on.svg) no-repeat center center;
  background-size: contain;
  border-color: #00ab91;
}

.date_select_section .select_list_box > li > input + label .text strong {
  color: #101828;
}

.date_select_section .select_list_box > li > input + label .text p {
  font-size: 13px;
  color: #98a2b3;
}

.date_select_section .select_list_box > li > input + label .text p span {
  font-size: 13px;
  color: #fe7278;
}

.date_select_section .cont_box.address_cont_box {
  padding: 32px 20px 148px;
}

.address_cont_box {
  display: none;
}
.address_cont_box.is-active {
  display: block;
}
.address_cont_box .title_box h3 {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}
.address_form_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.address_form_list .address_form_item {
  margin-bottom: 0;
}
.address_form_item .form_label {
  position: relative;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.address_form_item .form_input {
  background: transparent;
  border-bottom: 1px solid #d0d5dd;
}
.address_form_item .form_input::placeholder {
  font-size: 16px;
  font-weight: 700;
  color: #d0d5dd;
}
.address_form_item.type_postal {
  position: relative;
}
.address_form_item.type_postal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 98px);
  height: 56px;
  background: #f2f4f7;
}
.address_form_item.type_postal.w_100:before {
  width: 100%;
  height: 54px;
}
.address_form_item.type_postal .form_label {
  color: #d0d5dd;
}
.address_form_item.type_postal .form_input {
  pointer-events: none;
}
.address_form_item.type_postal .form_input::placeholder {
  color: #98a2b3;
}
.postal_input_group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.postal_input_group .input_box {
  flex: 1;
  margin-top: 0;
}
.btn_zip_search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #00ab91;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
}
.btn_zip_search:hover,
.btn_zip_search:focus {
  background: #00a89f;
}
.btn_fix_box .btn_main.disabled {
  background: #e4e7ec;
  border-color: #e4e7ec;
  color: #98a2b3;
  pointer-events: none;
}

/* 증명서 선택 */

.document_select_section {
  padding: 24px 20px 140px;
  background: #ffffff;
}

.document_select_section .section_title h2 {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #101828;
}

.document_select_section .section_title h2 em {
  color: #00ab91;
  font-style: normal;
}

.document_group_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.document_group {
  border: 1px solid #eaecf0;
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
}

.document_group .group_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.document_group .group_title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.document_group .group_title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #475467;
}

.document_group .count_badge {
  position: absolute;
  top: 0;
  right: 42px;
  display: none;
  min-width: 44px;
  height: 20px;
  padding: 3px 0px 5px;
  border-radius: 100px;
  background: #e2f2f0;
  color: #00ab91;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.document_group .group_toggle_btn {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../image/icon/icon_arrow_down_gray.svg) no-repeat center
    center;
  background-size: 20px 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.document_group .group_toggle_btn.on {
  transform: rotate(0deg);
}

.document_group .group_body {
  display: none;
  padding-top: 10px;
  border-top: 1px solid #f2f4f7;
  margin-top: 12px;
}

.document_group .document_list {
  display: flex;
  flex-direction: column;
}

.document_group .document_list li {
  padding: 8px 0;
}

.document_group .document_list > li:first-child {
  margin-top: 0;
}

.document_group .document_list .check_box label {
  font-size: 16px;
  font-weight: 500;
  color: #475467;
}

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

.document_group .document_list .check_box .icon_check {
  margin-right: 7px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(../image/icon/icon_checkbox_off.svg) no-repeat center center;
  background-size: contain;
}

.document_group .document_custom_item .custom_input {
  margin-top: 12px;
}

.document_group .document_custom_item .custom_input .form_input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
  padding: 0 16px;
  font-size: 15px;
  color: #344054;
}

.document_group .document_custom_item .custom_input .form_input::placeholder {
  color: #98a2b3;
}

.document_select_section + .btn_fix_box {
  padding: 20px 20px 48px;
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

.document_select_section + .btn_fix_box .btn_main {
  width: 100%;
}

.document_select_section + .btn_fix_box .btn_main.disabled {
  pointer-events: none;
}

/* 팝업 */

#popup:has(.popup_document_video),
#popup:has(.popup_document_custom) {
  left: 50%;
  transform: unset;
}
#popup .popup_document_video {
  border-radius: 24px;
  padding: 24px;
}
.popup_document_video .popup_section {
  padding: 23px 20px 0;
  text-align: center;
}

.popup_document_video .popup_title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  line-height: 130%;
}
#popup .popup_document_video .popup_btn_box .btn_main {
  border-radius: 28px;
}

#popup .popup_document_custom {
  border-radius: 24px 24px 0 0;
}
.popup_document_custom .popup_header {
  height: 24px;
}
.popup_document_custom .popup_section h3 {
  margin-top: 16px;
  margin-bottom: 12px;
  color: #101828;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}
.popup_document_custom .form_textarea_box textarea {
  width: 100%;
  min-height: 140px;
  border-radius: 12px;
  border: 1px solid #eaecf0;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 500;
  color: #101828;
  resize: none;
}

.popup_document_custom .form_textarea_box textarea::placeholder {
  color: #d0d5dd;
}

#popup .popup_document_custom .popup_btn_box {
  padding-top: 30px;
}

/* 결제페이지 */
.pay_info_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.pay_info_list li span {
  color: #101828;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pay_info_list li p {
  color: #00ab91;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.payment_section {
  padding-bottom: 140px;
}

.payment_section.type_after {
  padding-bottom: 110px;
}

.payment_section .calc_detail_box ul li {
  position: relative;
}

.payment_section .calc_detail_box .btn_receipt {
  position: absolute;
  left: 97px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 81px;
  border-radius: 8px;
  padding: 7px 12px;
  background: #eaecf0;
  text-align: center;
  color: #475467;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
}

.payment_section .btn_fix_box {
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-top: 30px;
}

.payment_section .btn_fix_box p {
  color: #fb5058;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}

/* 결제완료 페이지 */
.payment_complete_section .cont_box {
  padding-top: 40px;
}

.payment_complete_section .icon_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.payment_complete_section .icon_box img {
  width: 40px;
  height: 40px;
}

.payment_complete_section .icon_box strong {
  color: #101828;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.payment_complete_section .main_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #101828;
  margin-top: 8px;
  text-align: center;
}
.payment_complete_section .main_title em {
  color: #00ab91;
}

.payment_complete_section .img_box {
  width: 170px;
  height: auto;
  margin: 24px auto 0;
}

.payment_complete_section .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.payment_complete_section .text {
  text-align: center;
  color: #667085;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 12px;
}

/* 픽업패스 메인 페이지 */
.pickup_lists_section {
  padding-bottom: 86px;
  background: #f9fafb;
}

.pickup_lists_section .cont_box {
  padding: 30px 20px 20px;
}

.pickup_lists_section .section_title {
  font-size: 24px;
  font-weight: 500;
  color: #101828;
  line-height: 130%;
  margin-bottom: 24px;
}

/* 날짜 필터 */
.pickup_lists_section .date_filter_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
}

.pickup_lists_section .date_view_box {
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  gap: 8px;
}

.pickup_lists_section .date_view_box > input {
  flex: 1;
  max-width: calc(50% - 10px);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px;
  background: url(../image/icon/icon_calendar_black.svg) no-repeat
      calc(100% - 10px) center,
    #ffffff;
  background-size: 20px;
  border: 1px solid #eaecf0;
  border-radius: 8px;
  cursor: pointer;
}

.pickup_lists_section .date_view_box > input::placeholder {
  color: #98a2b3;
}

.pickup_lists_section .date_view_box > em {
  font-size: 14px;
  color: #667085;
  margin: 0;
}

.pickup_lists_section .date_filter_box .btn_search {
  flex: 1;
  min-width: 24px;
  width: 24px;
  height: 46px;
  background: url(../image/icon/icon_search.svg) no-repeat center center;
  background-size: 24px;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

/* 병원 리스트 */
.pickup_lists_section .pickup_list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pickup_lists_section .pickup_item {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 0 2px 6px 0 rgba(16, 24, 40, 0.09);
}

.pickup_lists_section .item_header {
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f4f7;
}

.pickup_lists_section .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pickup_lists_section .date_box {
  margin-top: 9px;
}

.pickup_lists_section .date_box span {
  color: #667085;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pickup_lists_section .hospital_name {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
  line-height: 130%;
}

/* 상태 chip */
.pickup_lists_section .status_chip {
  display: inline-block;
  min-width: 65px;
  text-align: center;
  padding: 5px 8px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.pickup_lists_section .status_chip.type_blue {
  background: #e1f5ff;
  color: #1077ab;
}

.pickup_lists_section .status_chip.type_gray {
  background: #f2f4f7;
  color: #98a2b3;
}

.pickup_lists_section .status_chip.type_green {
  background: #e2f2f0;
  color: #00ab91;
}

.pickup_lists_section .status_chip.type_red {
  background: #ffe9ea;
  color: #fb5058;
}

/* 아이템 본문 */
.pickup_lists_section .item_body {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pickup_lists_section .info_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pickup_lists_section .info_list dt {
  min-width: 70px;
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  line-height: 20px;
}

.pickup_lists_section .info_list dd {
  flex: 1;
  max-width: 150px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #101828;
  line-height: 20px;
}

/* 증명서 링크 */
.pickup_lists_section .document_link {
  margin-top: 4px;
}

.pickup_lists_section .document_link a {
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  line-height: 20px;
  text-decoration: none;
}

.pickup_lists_section .document_link a:hover {
  text-decoration: underline;
}

/* 안내 문구 */
.pickup_lists_section .notice_text {
  font-size: 14px;
  font-weight: 400;
  color: #3f8cff;
  line-height: 18px;
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #eaecf0;
}

/* 거절 사유 */
.pickup_lists_section .reject_reason {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eaecf0;
  font-size: 14px;
  font-weight: 400;
  color: #98a2b3;
  line-height: 20px;
}

/* 액션 박스 */
.pickup_lists_section .action_box {
  margin-top: 24px;
}

.pickup_lists_section .action_box .btn {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.pickup_lists_section .action_box .btn_main {
  background: #00ab91;
  color: #ffffff;
}

.pickup_lists_section .action_box .btn_outline {
  background: transparent;
  color: #00ab91;
  border: 1px solid #00ab91;
}

/* 헤더 버튼 */
.pickup_lists_section .title_box {
  position: relative;
}

.pickup_lists_section .btn_pickup_info {
  position: absolute;
  right: 0px;
  top: 0px;
  min-width: 90px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #00ab91;
  line-height: 130%;
  padding: 8px 10px;
  background: #eaecf0;
  border-radius: 8px;
  text-decoration: none;
}

.pickup_lists_section .btn_pickup_info:hover {
  background: #d0e8e5;
}

#alert-popup .type_pickup_cancel {
  padding: 24px;
  border-radius: 24px;
}

#alert-popup .type_pickup_cancel .title {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

#alert-popup .type_pickup_cancel .text {
  color: #667085;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

#alert-popup .type_pickup_cancel .pop_btn_box {
  margin-top: 17px;
}

/* 발급 증명서 내역 */
.document_lists_section .cont_box {
  padding-top: 40px;
}

.document_lists_section .list_box > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.document_lists_section .list_box > li + li {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #eaecf0;
}

.document_lists_section .list_box > li .label {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.document_lists_section .list_box > li .items .name {
  color: #101828;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.document_lists_section .list_box > li .items li + li {
  margin-top: 8px;
}

/* 후결제 결제완료 */
.payment_done_section .cont_box {
  padding-top: 40px;
}

.payment_done_section .title {
  color: #101828;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}

.payment_done_section .text {
  color: #00ab91;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}

.payment_done_section .desc_text {
  position: relative;
  color: #667085;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  padding-left: 20px;
}

.payment_done_section .desc_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../image/icon/icon_CircleWavyWarning.svg) no-repeat center
    center;
  background-size: contain;
}

.payment_done_section .btn_fix_box.type_row {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  gap: 8px;
}

.payment_done_section .btn_fix_box.type_row .btn_home {
  width: 120px;
  border-radius: 8px;
  padding: 16px;
  background: #eaecf0;
  text-align: center;
  color: #475467;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.payment_done_section .btn_fix_box.type_row .btn_main {
  flex: 1;
}

/* 서류 다운로드 */

.document_download_section .cont_box {
  padding: 0px 20px;
}

.document_download_section .email_send_box {
  padding: 24px 0 20px;
}

.document_download_section .download_box {
  padding: 20px 0;
}

.document_download_section .hospital_info_box {
  padding: 24px 20px;
  border-radius: 16px;
  background: #f7f7f8;
}

.document_download_section .hospital_info_box .hospital_name {
  font-size: 24px;
  font-weight: 400;
  color: #101828;
  line-height: 130%;
}

.document_download_section .hospital_info_box .due_date {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #667085;
  line-height: 20px;
}

.document_download_section .section_title_box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
}

.document_download_section .section_title_box p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #00ab91;
  line-height: 20px;
}

.document_download_section .email_form {
  margin-top: 20px;
}

.document_download_section .email_form .form_label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #667085;
  margin-bottom: 7px;
}

.document_download_section .email_input_group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.document_download_section .email_input_group .form_input {
  flex: 1;
  padding: 12px 0;
  border-bottom: 1px solid #eaecf0;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #101828;
}

.document_download_section .email_input_group .form_input::placeholder {
  color: #d0d5dd;
}

.document_download_section .btn_send {
  width: 73px;
  height: 48px;
  border-radius: 8px;
  border: none;
  background: #00ab91;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.document_download_section .btn_send.disabled {
  background: #eaecf0;
  color: #d0d5dd;
  cursor: not-allowed;
}

.document_download_section .download_box .section_title_box {
  margin-bottom: 20px;
}

.document_download_section .download_list {
  margin-top: 8px;
}

.document_download_section .download_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.document_download_section .download_list li:last-child {
  margin-bottom: 0;
}

.document_download_section .doc_name {
  font-size: 16px;
  font-weight: 400;
  color: #101828;
}

.document_download_section .btn_download {
  display: inline-flex;
  align-items: center;
  min-width: 93px;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
  background: #e7f6f5;
  color: #475467;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.document_download_section .btn_download .icon_download {
  width: 16px;
  height: 16px;
  background: url(../image/icon/icon_download.svg) no-repeat center center;
  background-size: contain;
}

.document_download_section .download_group + .download_group {
  border-top: 1px solid #eaecf0;
  padding-top: 12px;
  margin-top: 12px;
}

.document_download_section .group_label {
  font-size: 14px;
  font-weight: 600;
  color: #98a2b3;
}

#alert-popup .type_download_alert {
  padding: 24px;
  border-radius: 24px;
  text-align: center;
}

#alert-popup .type_download_alert .title {
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  line-height: 140%;
  padding-top: 23px;
}

#alert-popup .type_download_alert .text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #667085;
  line-height: 140%;
}

#alert-popup .type_download_alert .pop_btn_box {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}

#alert-popup .type_download_alert .btn_confirm {
  min-width: 140px;
  border-radius: 28px;
  padding: 16px 0;
  background: #00ab91;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
