@charset "utf-8";
.toggle_cont { display: none; }
.toggle_cont.on { display: block; }
.check_box input[type=checkbox] + label .icon_check { display: inline-block; width: 24px; height: 24px; background: #ffffff; border: 1px solid #727272; border-radius: 50%; overflow: hidden; cursor: pointer; }
.check_box input[type=checkbox]:checked + label .icon_check { background: url(../image/icon/icon_checked.svg) no-repeat center center #0AA622; background-size: 24px; border: 1px solid #0AA622; }
.check_box02 input[type=checkbox] + label .icon_check { display: inline-block; width: 24px; height: 24px; background: url(../image/icon/icon_chk02_off.svg) no-repeat center center; background-size: 18px; overflow: hidden; cursor: pointer; }
.check_box02 input[type=checkbox]:checked + label .icon_check { background: url(../image/icon/icon_chk02_on.svg) no-repeat center center; background-size: 18px; }


/* 전송 완료 / 실패 */
.complete_section .tit_box { width: 100%; text-align: center; padding: 40px 20px 20px; }
.complete_section .cont_center { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 400px; }
.complete_section .tit_box i { margin-bottom: 16px; }


/* 개인신용정보동의 */
.agree_section .main_title { margin-bottom: 24px; }
.agree_section .main_desc { margin-bottom: 32px; }
.popup_agree .main_title { margin-bottom: 8px; }
.popup_agree .agree_group_box .check_box label { font-weight: 700; color: #242424; line-height: 24px; display: inline-block; cursor: pointer; }
.popup_agree .agree_group_box .check_box label .icon_check { vertical-align: -7px; margin-right: 6px; }
.popup_agree .agree_group_box .check_box02 label { position: relative; font-size: 14px; font-weight: 400; color: #555; line-height: 24px; padding: 6px 0; display: inline-block; }
.popup_agree .agree_group_box .check_box02 label .icon_check { vertical-align: -7px; margin-right: 6px; }
.popup_agree .agree_group_box .all_agree_box label { font-size: 18px; padding: 16px 0; }
.popup_agree .agree_group_box .terms_agree_box label { font-size: 14px; padding: 8px 0; }
.popup_agree .agree_group_box .terms_list_box > li { position: relative; padding: 8px 0; border-top: 1px solid #e6e6e6; }
.popup_agree .agree_group_box .terms_list_box > li > .toggle_tab { position: absolute; right: 0; top: 16px; width: 24px; height: 24px; transform: rotate(180deg); background: url(../image/icon/icon_tg_arrow.svg) no-repeat center center; background-size: contain; cursor: pointer; z-index: 2; }
.popup_agree .agree_group_box .terms_list_box > li > .toggle_tab.on { transform: rotate(0deg); }
.popup_agree .agree_group_box .terms_list_box02 > li { position: relative; }
.popup_agree .agree_group_box .terms_list_box02 > li .btn_view { position: absolute; right: 0; top: 6px; transform: translateY(-50%); width: 24px; height: 24px; transform: rotate(90deg); background: url(../image/icon/icon_tg_arrow.svg) no-repeat center center; background-size: contain; display: block; cursor: pointer; z-index: 5; }
.popup_terms { width: 100%; padding-top: 32px; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.popup_terms::-webkit-scrollbar { display: none; }
.popup_terms .terms_cont_box { margin-top: 16px; }
.popup_terms .terms_cont_box strong { display: block; font-size: 15px; font-weight: 400; color: #242424; line-height: 20px; margin-bottom: 8px; }
.popup_terms .terms_cont_box p { font-size: 14px; font-weight: 400; color: #555; line-height: 20px; margin-bottom: 8px; }
.popup_terms .terms_cont_box p:last-of-type { margin-bottom: 0; }
.popup_terms .terms_cont_box p.dot { position: relative; padding-left: 12px; }
.popup_terms .terms_cont_box p.dot::before { position: absolute; left: 0; top: 7px; width: 3px; height: 3px; background: #555; border-radius: 50%; content: ''; display: block; }
.popup_terms .terms_cont_box p.dash { position: relative; padding-left: 12px; }
.popup_terms .terms_cont_box p.dash::before { position: absolute; left: 0; top: 0; content: '-'; display: block; }
.popup_terms .terms_cont_box p em { display: block; font-size: 13px; font-weight: 400; color: #808080; line-height: 18px; margin-top: 4px; }


/* 주민번호 뒷자리 입력 */
.birth_section .info_box { margin-top: 8px; }
.birth_section .info_box p { display: flex; justify-content: space-between; margin-bottom: 8px; }
.birth_section .info_box p:last-of-type { margin-bottom: 0; }
.birth_section .info_box p span { width: 50%; font-size: 14px; line-height: 18px; }
.birth_section .info_box p span:last-of-type { color: #242424; text-align: right; }
.birth_section .sub_text { margin-top: 16px; }


/* 청구 내역 조회 */
.inquiry_section .period_list_box { display: flex; width: 100%; }
.inquiry_section .period_list_box li { flex: 1; margin-right: -1px; }
.inquiry_section .period_list_box li input[type=radio] { display: none; }
.inquiry_section .period_list_box li label { position: relative; display: block; font-size: 15px; font-weight: 400; color: #555; line-height: 38px; text-align: center; background: #fff; border: 1px solid #ddd; cursor: pointer; }
.inquiry_section .period_list_box li:first-of-type label { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.inquiry_section .period_list_box li:last-of-type label { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.inquiry_section .period_list_box li input[type=radio]:checked + label { font-weight: 700; color: #242424; background-color: #f5f5f5; border: 1px solid #242424; z-index: 1; }
.inquiry_section .date_view_box { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 8px; }
.inquiry_section .date_view_box input[type=text] { width: calc(50% - 12px); height: 50px; font-size: 16px; font-weight: 500; padding: 12px; background: url(../image/icon/icon_calendar.svg) no-repeat calc(100% - 12px) center,#fff; background-size: 20px; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; }
.inquiry_section .date_view_box em { width: 24px; font-size: 15px; font-weight: 400; color: #555; text-align: center; }
.inquiry_section .sub_btn_box { width: 100%; margin-top: 16px; }
.inquiry_section .sub_btn_box .btn { display: block; width: 100%; font-size: 17px; font-weight: 500; color: #242424; line-height: 46px; text-align: center; background: #ffffff; border: 1px solid #777; border-radius: 8px; }
.inquiry_result_box .none_data_box { width: 100%; text-align: center; padding: 30px 0; }
.inquiry_result_box .none_data_box i { display: inline-block; width: 24px; height: 24px; background: url(../image/icon/icon_warning.svg) no-repeat center center; background-size: contain; margin-bottom: 12px; }
.inquiry_result_box .none_data_box p { font-size: 16px; font-weight: 400; color: #242424; line-height: 24px; letter-spacing: -0.5px; }
.inquiry_result_box .tab_group_box { width: 100%; margin-top: 40px; }
.inquiry_result_box .tab_nav { position: relative; display: flex; align-items: center; justify-content: center; max-width: 100%; }
.inquiry_result_box .tab_nav span { position: relative; font-size: 15px; font-weight: 500; color: #555; line-height: 18px; padding: 10px 24px; background: #f5f5f5; border: 4px solid #f5f5f5; border-radius: 24px; display: inline-block; z-index: 1; }
.inquiry_result_box .tab_nav span.on { font-weight: 700; color: #242424; background: #ffffff; }
.inquiry_result_box .tab_nav .bar { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 140px; height: 46px; background: #f5f5f5; }
.inquiry_result_box .tab_cont { width: 100%; margin-top: 16px; }
.inquiry_result_box .tab_cont .tab_box { display: none; }
.inquiry_result_box .tab_cont .tab_box.on { display: block; }
.inquiry_result_box .chk_box input[type=checkbox] + label { display: inline-block; width: 24px; height: 24px; text-indent: -9999px; background: #ffffff; border: 1px solid #727272; border-radius: 4px; overflow: hidden; cursor: pointer; transition: border 0.1s ease-in-out; }
.inquiry_result_box .chk_box input[type=checkbox] + label:hover { border: 1px solid #242424; }
.inquiry_result_box .chk_box input[type=checkbox]:checked + label { background: url(../image/icon/icon_checked.svg) no-repeat center center #0AA622; background-size: 24px; border: 1px solid #0AA622; }
.inquiry_result_box .hospital_info_box { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 20px; background: #f5f5f5; border-radius: 8px; }
.inquiry_result_box .hospital_info_box p { font-size: 15px; font-weight: 700; color: #242424; line-height: 24px; }
.inquiry_result_box .agree_chk_box em { font-size: 15px; font-weight: 400; line-height: 18px; vertical-align: 6px; display: inline-block; margin-right: 4px; }
.inquiry_result_box .detail_list_box > ul > li { width: 100%; padding: 20px; border: 1px solid #e6e6e6; border-radius: 8px; margin-top: 16px; }
.inquiry_result_box .detail_list_box > ul > li .flex { display: flex; align-items: center; margin-bottom: 12px; }
.inquiry_result_box .detail_list_box > ul > li > div:last-of-type { margin-bottom: 0; }
.inquiry_result_box .detail_list_box > ul > li .label { font-size: 12px; font-weight: 400; color: #242424; line-height: 22px; padding: 0 8px; border-radius: 4px; background: #F0F2F5; display: inline-block; }
.inquiry_result_box .detail_list_box > ul > li .label.active { background: #DEF; }
.inquiry_result_box .detail_list_box > ul > li .title,
.inquiry_result_box .detail_list_box > ul > li .text { width: 50%; font-size: 15px; font-weight: 400; color: #555; line-height: 18px; }
.inquiry_result_box .detail_list_box > ul > li .text { text-align: right; }
.inquiry_result_box .detail_list_box > ul > li .date { font-weight: 700; }
.inquiry_result_box .detail_list_box .btn_box { width: 100%; text-align: center; margin-top: 32px; }
.inquiry_result_box .detail_list_box .btn_box .btn_more { font-size: 15px; font-weight: 400; color: #555; line-height: 18px; background: transparent; display: inline-block; }
.inquiry_result_box .detail_list_box .btn_box .btn_more::after { width: 100%; height: 1px; background: #ccc; content: ''; display: block; margin-top: 3px; }
.inquiry_result_box .detail_list_box .btn_box .btn_more span { color: #555; }