@charset "utf-8";
/* 00_메인 */
.main_section .main_top { width: 100%; padding: 80px 20px 130px; background: var(--primary); }
.main_section .main_top > span { font-size: 14px; font-weight: 700; color: var(--primary-30); opacity: 0.5; display: block; margin-bottom: 10px; }
.main_section .main_top > h2 { width: 228px; height: 44px; background: url(../image/logo_w.svg) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; display: block; margin-bottom: 16px; }
.main_section .main_top > p { font-size: 16px; font-weight: 700; color: #ffffff; line-height: 20px; }
.main_section .main_text { position: relative; width: 100%; padding: 24px 20px; background: #ffffff; }
.main_section .main_text::before { position: absolute; right: 0; top: -160px; width: 100%; height: 220px; background: url(../image/bg_main_top.png) no-repeat right top; background-size: 480px; content: ''; display: block; z-index: 1; } 
.main_section .main_text p { position: relative; font-size: 20px; font-weight: 500; color: var(--primary); line-height: 26px; word-break: keep-all; z-index: 5; }

/* 01_서비스동의 */
.agree_group_box .all_agree_box input[type=checkbox] + label { width: 100%; font-size: 18px; font-weight: 600; color: var(--black); line-height: 24px; letter-spacing: -0.5px; padding: 16px; background: #f4f5f9; border-radius: 8px; display: block; }
.agree_group_box .all_agree_box input[type=checkbox] + label .icon_chkbox { vertical-align: -6px; margin-right: 4px; }
.agree_group_box .all_agree_box input[type=checkbox]:checked + label { background: var(--primary-10); }
.agree_group_box .terms_list_box { padding: 0 16px; }
.agree_group_box .terms_list_box li { margin-bottom: 16px; }
.agree_group_box .terms_list_box li:last-of-type { margin-bottom: 0; }
.agree_group_box .terms_agree_box { position: relative; padding-right: 32px; }
.agree_group_box .terms_agree_box input[type=checkbox] + label { font-size: 16px; font-weight: 500; color: var(--gray-80); line-height: 24px; display: inline-block; }
.agree_group_box .terms_agree_box input[type=checkbox] + label .icon_chkbox { vertical-align: -7px; margin-right: 4px; }
.agree_group_box .terms_agree_box .btn_view { position: absolute; right: 0; top: 0; width: 24px; height: 24px; background: url(../image/icon/icon_arrow.svg) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; z-index: 5; }
#popup .popup_terms_wrap { width: 100%; height: 100%; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; }
#popup .popup_terms_wrap::-webkit-scrollbar { display: none; }
#popup .popup_terms_wrap .title_box { padding: 16px 0 20px; border-bottom: 1px solid var(--gray-10); margin-bottom: 20px; }
#popup .popup_terms_wrap .title_box h2 { font-size: 18px; font-weight: 700; color: var(--black); line-height: 22px; }
#popup .popup_terms_wrap .title_box span { font-size: 16px; font-weight: 500; display: block; margin-top: 20px; }
#popup .popup_terms_wrap .detail_box { min-height: 100%; padding-bottom: 40px; }
#popup .popup_terms_wrap .detail_box h3 { font-size: 16px; font-weight: 700; line-height: 130%; margin-bottom: 12px; }
#popup .popup_terms_wrap .detail_box p { font-size: 14px; font-weight: 400; color: var(--black); line-height: 130%;  margin-bottom: 12px; }

/* 02_건강검진내역조회 */
.process_box { position: relative; display: flex; justify-content: center; }
.process_box .step { position: relative; width: 118px; height: 120px; padding: 28px 4px 15px;  text-align: center; background: url(../image/bg_progress.png) no-repeat center center; background-size: contain; margin: 0 12px; }
.process_box .arrow { width: 38px; height: 12px; background: url(../image/img_process_arrow.png) no-repeat center center; background-size: contain; margin: 58px 0; }
.process_box .step .numb { position: absolute; left: 50%; top: -16px; transform: translateX(-50%); width: 32px; height: 32px; font-size: 18px; font-weight: 600; color: #fff; line-height: 32px; background: #E2E2E2; border-radius: 50%; z-index: 1; }
.process_box .step .title { font-size: 16px; font-weight: 600; color: #e2e2e2; margin-bottom: 10px; }
.process_box .step .text { font-size: 13px; font-weight: 500; color: #e2e2e2; margin-top: 6px; }
.process_box .step .state { position: absolute; bottom: -25px; width: calc(100% - 4px); font-size: 14px; font-weight: 600; color: #e2e2e2; line-height: 120%; letter-spacing: -0.28px; }
.process_box .step img { opacity: 0.2; }
.process_box .step.active { background: url(../image/bg_progress_active.png) no-repeat center center; background-size: contain; }
.process_box .step.active .numb { background: var(--primary); }
.process_box .step.active .title { color: var(--primary); }
.process_box .step.active img { opacity: 1; }
.process_box .step.active .text { color: var(--gray-90); }
.process_box .step.active .state { color: var(--primary); }

/* 03_간편인증 */
.data_check_box ul { display: flex; flex-wrap: wrap; justify-content: center; }
.data_check_box ul li { width: calc(50% - 4px); max-width: 156px; }
.data_check_box ul li:nth-of-type(even) { margin-left: 8px; }
.data_check_box ul li a { position: relative; width: 100%; height: 190px; text-align: center; padding: 40px 8px 24px; background: #fff; border: 1px solid #eee; border-radius: 16px; display: block; cursor: pointer; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06); }
.data_check_box ul li a .icon_check { position: absolute; left: 12px; top: -12px; width: 24px; height: 24px; background: #fff; border: 1px solid #eee; box-sizing: border-box; border-radius: 4px; display: block; overflow: hidden; z-index: 2; }
.data_check_box ul li a > strong { font-size: 18px; font-weight: 600; color: var(--primary); line-height: 22px; }
.data_check_box ul li a > p { font-size: 14px; font-weight: 500; color: var(--gray-90); line-height: 16px; word-break: keep-all; margin-top: 40px; }
.data_check_box ul li a > p i { width: 32px; height: 32px; display: block; margin: 0 auto 12px; }
.data_check_box ul li a > p i.icon_nhis { background: url(../image/icon/icon_nhis.png) no-repeat center center; background-size: 32px; }
.data_check_box ul li a > p i.icon_hira { background: url(../image/icon/icon_hira.png) no-repeat center center; background-size: 22px; }
.data_check_box ul li .text_box { width: 100%; font-size: 14px; font-weight: 400; color: var(--gray-80); line-height: 18px; text-align: center; padding: 0 4px; margin-top: 12px; }
.data_check_box ul li a.checked { border: 2px solid var(--primary); background: var(--primary-10); }
.data_check_box ul li a.checked .icon_check { background: url(../image/icon/icon_check_white.svg) no-repeat center center, var(--primary); background-size: 16px; border: 1px solid #ffffff; }
.data_check_box ul li a.checked + .text_box { font-weight: 700; color: var(--primary); }

/* 03_간편인증방법선택 */
.auth_list_box ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.auth_list_box ul li { width: calc(50% - 6px); margin-bottom: 12px; }
.auth_list_box ul li.full { width: 100%; }
.auth_list_box ul li input[type=radio] + label { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 120px; background: #ffffff; border: 1px solid #eeeeee; border-radius: 12px; cursor: pointer; }
.auth_list_box ul li input[type=radio] + label .icon_box { width: 48px; height: 48px; border-radius: 8px; overflow: hidden; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); margin-bottom: 16px; }
.auth_list_box ul li input[type=radio] + label .icon_box.message { background: url(../image/icon/icon_message.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.pass { background: url(../image/icon/icon_pass.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.samsung { background: url(../image/icon/icon_samsungpass.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.naver { background: url(../image/icon/icon_naver.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.toss { background: url(../image/icon/icon_toss.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.kakao { background: url(../image/icon/icon_kakaotalk.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.payco { background: url(../image/icon/icon_payco.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.kb { background: url(../image/icon/icon_kb.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio] + label .icon_box.shinhan { background: url(../image/icon/icon_shinhan.svg) no-repeat center center; background-size: contain; }
.auth_list_box ul li input[type=radio]:checked + label { background: var(--primary-10); border: 2px solid var(--primary); }
.auth_list_box ul li input[type=radio] + label span { font-size: 18px; font-weight: 500; color: var(--black); line-height: 22px; letter-spacing: -0.5px; display: block; }

/* 04_기본정보입력 */
#popup .select_mobile_box h2 { font-size: 24px; font-weight: 600; color: var(--black); line-height: 40px; letter-spacing: -1px; margin-bottom: 16px; }
#popup .select_mobile_box ul li { margin-bottom: 16px; }
#popup .select_mobile_box ul li:last-of-type { margin-bottom: 0; }
#popup .select_mobile_box input[type=checkbox] + label { display: block; font-size: 18px; font-weight: 400; color: var(--black); line-height: 30px; letter-spacing: -0.5px; cursor: pointer; }

/* 05_인증 메시지 전송 후 */
.auth_section { text-align: center; }
.auth_section .icon_box { position: relative; width: 80px; height: 80px; background: #f4f5f9; border-radius: 50%; display: inline-block; }
.auth_section .icon_box::after { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 40px; height: 40px; border-radius: 6px; content: ''; display: block; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); }
.auth_section .icon_box.pass::after { background: url(../image/icon/icon_pass.svg) no-repeat center center; background-size: contain; }
.auth_section .icon_box.samsung::after { background: url(../image/icon/icon_samsungpass.svg) no-repeat center center; background-size: contain; }
.auth_section .icon_box.naver::after { background: url(../image/icon/icon_naver.svg) no-repeat center center; background-size: contain; }
.auth_section .icon_box.toss::after { background: url(../image/icon/icon_toss.svg) no-repeat center center; background-size: contain; }
.auth_section .icon_box.kakao::after { background: url(../image/icon/icon_kakaotalk.svg) no-repeat center center; background-size: contain; }
.auth_section .icon_box.payco::after { background: url(../image/icon/icon_payco.svg) no-repeat center center; background-size: contain; }
.auth_section .icon_box.kb::after { background: url(../image/icon/icon_kb.svg) no-repeat center center; background-size: contain; }
.auth_section .icon_box.shinhan::after { background: url(../image/icon/icon_shinhan.svg) no-repeat center center; background-size: contain; }
.auth_section .step_box { width: 100%; display: flex; justify-content: space-between; }
.auth_section .step_box li { width: calc(50% - 6px); height: 220px; text-align: center; padding: 16px; border-radius: 16px; box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.25); }
.auth_section .step_box li.step01 { background: url(../image/bg_auth_setp_01.png) no-repeat center bottom, var(--primary-10); background-size: 154px; }
.auth_section .step_box li.step02 { background: url(../image/bg_auth_setp_02.png) no-repeat center top, var(--primary-10); background-size: 154px; }
.auth_section .step_box li span { display: block; font-size: 14px; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.auth_section .step_box li p { font-size: 16px; font-weight: 500; color: var(--black); line-height: 20px; }
.auth_section .step_box li.step02 span { margin-top: 120px; }
.auth_section .check_box input[type=checkbox] + label { font-size: 18px; font-weight: 400; color: var(--gray-60); line-height: 24px; display: inline-block; }
.auth_section .check_box input[type=checkbox] + label .icon_chkbox { vertical-align: -6px; margin-right: 6px; }

/* 06_완료페이지 */
.complete_section .cont_box { height: calc(var(--vh, 1vh) * 100 - 260px); min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.complete_section .icon_complete { width: 64px; height: 64px; background: url(../image/icon/icon_complete.svg) no-repeat center center; background-size: contain; margin-bottom: 16px; }
.complete_section .icon_caution { width: 64px; height: 64px; background: url(../image/icon/icon_caution.svg) no-repeat center center; background-size: contain; margin-bottom: 16px; }
.complete_section .btn_sub_box { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }
.complete_section .btn_sub_box .btn { width: 100%; font-size: 15px; font-weight: 500; line-height: 20px; padding: 12px 4px; display: inline-block; }
.complete_section .btn_sub_box .btn + .btn { margin-left: 8px; }
.complete_section .btn_sub_box .btn.wid02 { width: calc(50% - 4px); }
.complete_section .btn_main_box {padding: 38px 20px 24px;}