section.intro_section .section_wrap { padding: 68px 24px 24px; }
section.intro_section .section_wrap.btn_type { padding-bottom: 88px; min-height: 100%; }
section.intro_section .bot_btn_area { padding-bottom: 40px; text-emphasis: center; position: absolute; width: calc(100% - 48px); left: 50%; transform: translateX(-50%); bottom: 32px; padding-bottom: 0; }
section.intro_section .bot_btn_area.fix_type { margin-top: 0; padding-bottom: 0; width: 100%; padding: 36px 24px 24px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%); bottom: 0; position: fixed; max-width: 480px; }
section.intro_section .bot_btn_area.normal_type { position: static; transform: none; width: 100%; margin-top: 36px; }

section.intro_section .bot_btn_area.type01 button, 
section.intro_section .bot_btn_area.type01 a,
section.intro_section .bot_btn_area.type01 input[type="button"],
section.intro_section .bot_btn_area.type01 input[type="submit"] { position: relative; }
section.intro_section .bot_btn_area.type01 .perfection { position: absolute; right: 24px; top: 50%; transform: translateY(-50%); }
section.intro_section .bot_btn_area.type01 .type_text { font-weight: 400; background-color: transparent; font-size: 14px; line-height: 17px; text-decoration: underline; color: #a0a4af; height: 20px; width: auto; margin: 0 auto; display: block; }

section.intro_section .title_area { margin-top: 1px; }
section.intro_section .title_area .main_title { font-weight: 700; font-size: 20px; line-height: 28px; }
section.intro_section .title_area .sub_text { margin-top: 8px; font-weight: 400; font-size: 14px; line-height: 20px; color: #888888; padding-bottom: 8px; border-bottom: 1px solid #f2f4f6; }
section.intro_section .chkbox_list_area01 { margin-top: 30px; margin-bottom: 36px; }
section.intro_section .chkbox_list_area01 input[type="checkbox"] { display: none; }
section.intro_section .chkbox_list_area01 input[type="checkbox"] + label { padding-left: 32px; font-weight: 400; font-size: 14px; line-height: 24px; display: inline-block; background-image: url(../image/common/icon_chkbox01_off.svg); background-repeat: no-repeat; background-position: left center; }
section.intro_section .chkbox_list_area01 input[type="checkbox"] + label em { font-size: 12px; color: rgba(34, 34, 34, 0.48); font-weight: 400; }
section.intro_section .chkbox_list_area01 input[type="checkbox"]:checked + label { font-weight: 700; background-image: url(../image/common/icon_chkbox01_on.svg); }
section.intro_section .chkbox_list_area01 input[type="checkbox"]:checked + label em { font-weight: 400; }
section.intro_section .chkbox_list_area01 > ul > li + li { margin-top: 14px; }

section.intro_section .radio_list_area01 { margin-top: 30px; }
section.intro_section .radio_list_area01 input[type="radio"] { display: none; }
section.intro_section .radio_list_area01 input[type="radio"] + label { background-color: #ffffff; border: 1px solid #cacaca; border-radius: 12px; display: inline-block; width: 100%; height: 48px; line-height: 46px; box-sizing: border-box; padding-left: 48px; font-weight: 500px; font-size: 14px; background-image: url(../image/common/icon_radio01_off.svg); background-repeat: no-repeat; background-position: 16px center; }
section.intro_section .radio_list_area01 input[type="radio"]:checked + label { background-color: #F1FBF5; border: 1px solid #2aad5c; color: #2aad5c; background-image: url(../image/common/icon_radio01_on.svg); }
section.intro_section .radio_list_area01 > ul > li + li { margin-top: 12px; }

section.intro_section .checkup_guide_area { margin-top: 12px; background-color: #f3f3f3; border-radius: 0px 12px 12px 12px; padding: 20px 16px 24px; }
section.intro_section .checkup_guide_area .main_text { font-weight: 400; font-size: 14px; line-height: 20px; }
section.intro_section .checkup_guide_area .main_text b { font-weight: 700; }
section.intro_section .checkup_guide_area .img_guide_area { margin-top: 20px; }
section.intro_section .checkup_guide_area .img_guide_area .guide_text { font-weight: 600; font-size: 13px; line-height: 20px; color: rgba(34, 34, 34, 0.7); }
section.intro_section .checkup_guide_area .img_guide_area .img_box { margin-top: 6px; display: flex; justify-content: space-between; }
section.intro_section .checkup_guide_area .img_guide_area .img_box .box { width: calc(50% - 9px);  text-align: center; background-color: #ffffff; border-radius: 8px; padding: 6px 14px; background-repeat: no-repeat; background-position: 8px 8px; }
section.intro_section .checkup_guide_area .img_guide_area .img_box .box.abnormal { background-image: url(../image/intro/icon_x01.png); }
section.intro_section .checkup_guide_area .img_guide_area .img_box .box.normal { background-image: url(../image/intro/icon_o01.png); }
section.intro_section .checkup_guide_area .img_guide_area .box_text { margin-top: 4px; font-weight: 700; font-size: 12px; line-height: 14px; }
section.intro_section .checkup_guide_area .img_guide_area .box.abnormal .box_text { color: #ff8d8d; }
section.intro_section .checkup_guide_area .img_guide_area .box.normal .box_text { color: #5fbe57; }


section.intro_section .certi_main_link { background: #ECEFFD; border-radius: 0px 12px 12px 12px; display: flex; padding: 10px 14px; justify-content: space-between; align-items: center; }
section.intro_section .certi_main_link .main_text { flex-grow: 1; text-align: left; padding-left: 8px; font-weight: 400; font-size: 13px; line-height: 20px; color: rgba(34, 34, 34, 0.7); }
section.intro_section .certi_main_link .main_text b { font-weight: 700; border-bottom: 1px solid rgba(34, 34, 34, 0.7);; }
section.intro_section .certi_main_link .label { background: #FB5058; border-radius: 30px; padding: 0 13px; height: 24px; line-height: 24px; font-weight: 700; font-size: 13px; color: #ffffff; }

section.intro_section .link_list_area01 { margin-top: 14px; }
section.intro_section .link_list_area01 .list_title { font-weight: 700; font-size: 16px; line-height: 20px; }
section.intro_section .link_list_area01 > ul { margin-top: 12px; border: 1px solid #f2f4f6; border-radius: 12px; padding: 0 16px }
section.intro_section .link_list_area01 > ul > li { border-bottom: 1px solid #f2f4f6; }
section.intro_section .link_list_area01 > ul > li:last-of-type { border-bottom: 0; }
section.intro_section .link_list_area01 > ul > li + li { margin-top: 4px; }
section.intro_section .link_list_area01 .link { height: 46px; display: flex; justify-content: space-between; align-items: center; }
section.intro_section .link_list_area01 .link .label { width: 36px; min-width: 36px; border-radius: 30px; height: 17px; line-height: 17px; font-weight: 400; font-size: 11px; background: #EFF0F6; color: #6E7191; }
section.intro_section .link_list_area01 .link.required .label { background: rgba(0, 141, 255, 0.1); color: #222222; }
section.intro_section .link_list_area01 .link .title { flex-grow: 1; text-align: left; padding-left: 4px; font-weight: 400; font-size: 14px; line-height: 22px; }
section.intro_section .link_list_area01 .link .info { font-weight: 400; font-size: 13px; line-height: 22px; color: rgba(34, 34, 34, 0.3); }
section.intro_section .link_list_area01 .link .info em { font-weight: 700; font-size: 13px; line-height: 22px; color: #222222; }

section.intro_section .inner_hi_wrap { padding: 0px 0 18px;  }
section.intro_section .data_input_list_area01 > ul > li + li { margin-top: 24px; }

section.intro_section .gender_chk_area { margin-top: 24px; }
section.intro_section .gender_chk_area .area_title { font-weight: 400; font-size: 12px; line-height: 22px; color: #6e7191; }
section.intro_section .gender_chk_area > ul { margin-top: 4px; display: flex; align-items: center; }
section.intro_section .gender_chk_area > ul > li + li { margin-left: 38px; margin-top: 0; }
section.intro_section .gender_chk_area input[type="radio"] { display: none; }
section.intro_section .gender_chk_area input[type="radio"] + label { display: inline-block; padding-left: 32px; font-weight: 700; font-size: 15px; line-height: 24px; color: #d0d0d0; background-image: url(../image/common/icon_radio01_off.svg); background-repeat: no-repeat; background-position: left center; }
section.intro_section .gender_chk_area input[type="radio"]:checked + label { color: #2aad5c; background-image: url(../image/common/icon_radio01_on.svg); }

section.intro_section .sub_certi_link_area { margin-top: 24px; }
section.intro_section .sub_certi_link_area .link { padding: 12px 16px; background-color: #ffffff; border: 1px solid #539ec8; border-radius: 8px; display: block; text-align: left; }
section.intro_section .sub_certi_link_area .link .main_text { font-weight: 700; font-size: 14px; line-height: 20px; }
section.intro_section .sub_certi_link_area .link .sub_text { font-weight: 400; font-size: 14px; line-height: 20px; }
section.intro_section .sub_certi_link_area .link .arrow_text { margin-top: 14px; font-weight: 700; font-size: 14px; line-height: 20px; color: #539ec8; padding-right: 10px; background-image: url(../image/intro/icon_arrow01.svg); background-repeat: no-repeat; background-position: right center; display: inline-block; }

section.intro_section .sub_certi_link_area { margin-bottom: 68px; }

section.intro_section .summary_label_area { margin-top: 30px; }
section.intro_section .summary_label_area .label_box { background-color: #eceffd; border-radius: 0 8px 8px 8px; padding: 18px 24px; display: flex; align-items: center; }
section.intro_section .summary_label_area .label_box + .label_box { margin-top: 8px; }
section.intro_section .summary_label_area .label_box .img_area { display: flex; flex-direction: column; justify-content: center; align-items: center; }
section.intro_section .summary_label_area .label_box .img_area .text { margin-top: 4px; font-weight: 700; font-size: 12px; line-height: 14px; white-space: nowrap; }
section.intro_section .summary_label_area .label_box .label_area { padding-left: 20px; display: flex; flex-wrap: wrap; padding-top: 4px; }
section.intro_section .summary_label_area .label_box .label_area .label { border-radius: 30px; height: 20px; line-height: 20px; padding: 0 8px; font-weight: 500; font-size: 13px; color: #ffffff; margin-bottom: 4px; margin-right: 4px; }
section.intro_section .summary_label_area .label_box .label_area .label:last-of-type { margin-right: 0; }

section.intro_section .summary_label_area .label_box.abnormal .img_area .text { color: #ff8d8d;  }
section.intro_section .summary_label_area .label_box.abnormal .label_area .label { background-color: #FF8D8D; }
section.intro_section .summary_label_area .label_box.normal .img_area .text { color: #5FBE57;  }
section.intro_section .summary_label_area .label_box.normal .label_area .label { background-color: #5FBE57; }

section.intro_section .summary_text_area { margin-top: 30px; font-weight: 400; font-size: 14px; line-height: 20px; padding-bottom: 30px; border-bottom: 1px solid #f2f4f6; }
section.intro_section .summary_text_area em { font-weight: 700; color: #2aad5c; }
section.intro_section .data_detail_area { margin-top: 16px; margin-bottom: 36px; }
section.intro_section .data_detail_area .detail_view_btn { font-weight: 700; font-size: 14px; line-height: 24px; display: flex; align-items: center; }
section.intro_section .data_detail_area .detail_view_btn i { display: inline-block; width: 24px; height: 24px; background-image: url(../image/intro/icon_arrow02.svg); background-repeat: no-repeat; background-position: center; transition: transform 0.5s; }
section.intro_section .data_detail_area.active .detail_view_btn i { transform: rotate(180deg); }

section.intro_section .data_table_wrap { height: 0; overflow: hidden; transition: height 0.5s; }
section.intro_section .data_table_wrap .table_title { margin-top: 14px; font-weight: 500; font-size: 14px; line-height: 20px; }
section.intro_section .data_table_wrap .table_title + table { margin-top: 4px; }
section.intro_section .data_table_wrap table .table_title { margin-top: 24px; }
section.intro_section .data_table_wrap table tr td,
section.intro_section .data_table_wrap table tr th { border-bottom: 1px solid rgba(34, 34, 34, 0.1); height: 36px; font-size: 13px; text-align: left; }

section.intro_section .data_table_wrap table tr:first-child td,
section.intro_section .data_table_wrap table tr:first-child th { border-top: 1px solid rgba(34, 34, 34, 0.1); }

section.intro_section .data_table_wrap table tr th { padding: 0 8px; background-color: rgba(34, 34, 34, 0.06); font-weight: 400; }
section.intro_section .data_table_wrap table tr td { display: flex; justify-content: space-between; align-items: center; padding: 0 8px; }

section.intro_section .data_table_wrap table .data { font-weight: 400; color: rgba(34, 34, 34, 0.7); display: inline-block; }
section.intro_section .data_table_wrap table .state { font-weight: 700; font-size: 12px; line-height: 16px; display: inline-block; float: right; }
section.intro_section .data_table_wrap table .state.good { color: #39B855; }
section.intro_section .data_table_wrap table .state.bad { color: #FB5058; }

section.intro_section .survey_survey_guide_area { margin-top: 32px; }
section.intro_section .survey_survey_guide_area .top_guide_area { display: flex; align-items: flex-end; }
section.intro_section .survey_survey_guide_area .top_guide_area .text { font-weight: 700; font-size: 16px; line-height: 22px; color: #8e8e8e; } 

section.intro_section .survey_survey_guide_area .title_area { margin-top: 36px; }
section.intro_section .survey_survey_guide_area .title_area .sub_title { font-weight: 400; font-size: 14px; line-height: 20px; }
section.intro_section .survey_survey_guide_area .title_area .main_title { font-size: 24px; line-height: 34px; }

/* 인트로 변경 */

.intro_section .data_input_wrap { border-bottom: 1px solid #eff0f6; }
.intro_section .data_input_wrap .show_btn { position: relative; width: 100%; height: 20px; line-height: 20px; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 16px; padding: 18px 0; }
.intro_section .data_input_wrap .show_btn .label { position: absolute; right: 28px; display: inline-block; height: 20px; line-height: 20px; padding: 0 10px; background-color: #eff0f6; border-radius: 4px; font-weight: 500; font-size: 12px; color: #6e7191; }
.intro_section .data_input_wrap .show_btn .label.complete { background: rgba(57, 184, 85, 0.7); color: #ffffff; }
.intro_section .data_input_wrap .show_btn .arrow { display: inline-block; width: 12px; height: 6px; background-image: url(../image/common/icon_arrow01.svg); background-repeat: no-repeat; background-position: center; transition: transform 0.5s; transform: rotate(180deg); }
.intro_section .data_input_wrap.active .show_btn .arrow { transform: rotate(0deg); }
.intro_section .data_input_wrap .inner_main_btn { margin-top: 12px; background-color: #ffffff; border: 1px solid #2aad5c; box-sizing: border-box; border-radius: 12px; width: 100%; height: 64px; line-height: 64px; display: block; font-weight: 700; font-size: 15px; color: #2aad5c; }

.intro_section .contents_wrap.intro_category_select_area,
.intro_section .contents_wrap.intro_certi_select_area { padding-top: 24px; }

.intro_section .data_input_wrap .data_input_inner_wrap { height: 0; overflow: hidden; transition: height 0.5s; }
.intro_section .data_input_wrap.active .data_input_inner_wrap { height: auto; }

.intro_section .data_input_wrap .data_input_inner_wrap .guide_btn { background-color: rgba(0,141,255,0.1); width: 100%; height: 56px; display: flex; justify-content: space-between; align-items: center; padding: 8px 24px; box-sizing: border-box; border-radius: 0px 8px 8px 8px; margin-bottom: 12px; }
.intro_section .data_input_wrap .data_input_inner_wrap .guide_btn .text { font-weight: 700; font-size: 14px; line-height: 20px; text-decoration: underline; color: #0068bc; }
.intro_section .data_input_wrap .data_input_inner_wrap .guide_btn .spin_img { width: 40px; height: 40px; perspective: 1000px; display: inline-block; margin: 10px; -webkit-animation: spin 2.5s infinite linear; animation: spin 2.5s infinite linear;  }

@-webkit-keyframes spin {
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(180deg);
	}
}

@keyframes spin {
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(180deg);
	}
}

.intro_section .loading_complete_area { height: calc(100% - 92px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom: 68px; }
.intro_section .loading_complete_area .center_wrap { width: 100%; }
.intro_section .loading_complete_area .center_wrap img { width: 68px; margin: 0 auto; display: block; }
.intro_section .loading_complete_area .center_wrap .text_box { width: 100%; margin-top: 28px; }
.intro_section .loading_complete_area .center_wrap .text_box .title { font-weight: 700; font-size: 26px; line-height: 34px; }
.intro_section .loading_complete_area .btn { display: inline-block; width: 100%; height: 64px; line-height: 64px; background-color: #2aad5c; border-radius: 12px; font-weight: 700; font-size: 15px; color:  #ffffff; margin-top: 72px; }


.toast_wrap .guide_button_wrap { width: 100%; height: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%); max-width: 480px; }
.toast_wrap .guide_button_wrap .certi_btn { position: fixed; right: 24px; top: 20px; display: inline-block; padding: 0 10px; height: 28px; line-height: 28px; background-color: #384a86; border-radius: 8px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); font-weight: 700; font-size: 14px; color: #ffffff;  display: flex; align-items: center; justify-content: center; }
.toast_wrap .guide_button_wrap .certi_btn img { width: 6px; margin-left: 4px; }
.toast_wrap .guide_button_wrap .certi_btn .effect { width: 16px; height: 16px; box-sizing: border-box; background-color: rgba(255, 255, 255, 0.5); z-index: 1; display: inline-block; border-radius: 50%; position: absolute; left: -10px; top: 5px; -webkit-animation: fadeOut 0.5s 1s infinite linear alternate; animation: fadeOut 0.5s 1s infinite linear alternate; transition: all 0.7s; opacity: 1; }
.toast_wrap .guide_button_wrap .certi_btn .effect::before { content: ""; display: inline-block; width: 9px; height: 9px; background-color: #ffffff; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); position: absolute; }
.toast_wrap .guide_button_wrap .guide_line { width: 0px; height: 0; position: absolute; top: 32px; right: 103px; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; -webkit-animation: line-made 1s 0.5s forwards; animation: line-made 1s 0.5s forwards; }


@-webkit-keyframes line-made {
    0% {
        width: 0;
        height: 0;
    }
    20% {
        width: 55px;
        height: 0;
    }
    100% {
        width: 55px;
        height: calc(100% - 100px);
    }
}
@keyframes line-made {
    0% {
        width: 0;
        height: 0;
    }
    20% {
        width: 55px;
        height: 0;
    }
    100% {
        width: 55px;
        height: calc(100% - 100px);
    }
    
}

@-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }

.intro_category_select_area .area_title_area { display: flex; justify-content: space-between; align-items: flex-start; }
.intro_category_select_area .area_title_area .title_text { font-weight: 700; font-size: 26px; line-height: 34px; }
.intro_category_select_area .area_title_area .title_text em { color: #2aad5c; }
.intro_category_select_area .area_title_area .title_text .name { display: block; font-size: 18px; font-weight: 700; color: #2aad5c; line-height: 26px; margin-bottom: 4px; }
.intro_category_select_area .area_title_area .title_img { width: 47px; }
.intro_category_select_area .category_select_wrap { margin-top: 8px; border-top: 1px solid #f2f4f6; padding-top: 20px; padding-bottom: 24px }
.intro_category_select_area .category_select_wrap input[type="checkbox"] { display: none; }
.intro_category_select_area .category_select_wrap .total_chk_area { display: flex; justify-content: flex-end; }
.intro_category_select_area .category_select_wrap .total_chk_area input[type="checkbox"] + label { background-color: #ffffff; display: inline-block; border-radius: 8px; height: 28px; line-height: 28px; font-weight: 400; font-size: 14px; color: rgba(34,34,34,0.7); padding: 0 10px; }
.intro_category_select_area .category_select_wrap .total_chk_area input[type="checkbox"] + label .chk_true { display: none; }
.intro_category_select_area .category_select_wrap .total_chk_area input[type="checkbox"]:checked + label { background-color: #f2f4f6; }
.intro_category_select_area .category_select_wrap .total_chk_area input[type="checkbox"]:checked + label .chk_false { display: none; }
.intro_category_select_area .category_select_wrap .total_chk_area input[type="checkbox"]:checked + label .chk_true { display: inline-block; }

.intro_category_select_area .category_select_wrap .chkbox_list_area02 ul { margin-top: 18px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.intro_category_select_area .category_select_wrap .chkbox_list_area02 li { width: 50%; }
.intro_category_select_area .category_select_wrap .chkbox_list_area02 input[type="checkbox"] + label { padding-left: 32px; font-weight: 400; font-size: 20px; line-height: 24px; display: inline-block; background-image: url(../image/common/icon_chkbox01_off.svg); background-repeat: no-repeat; background-position: left center; }
.intro_category_select_area .category_select_wrap .chkbox_list_area02 input[type="checkbox"]:checked + label { font-weight: 700; color: #2aad5c; background-image: url(../image/icon_chkbox01_on.svg); }
.intro_category_select_area .category_select_wrap .chkbox_list_area02 + .sub_title_area { padding-top: 30px; border-top: 1px solid #f2f4f6; }
.intro_category_select_area .category_select_wrap .sub_title_area .main_title { font-weight: 700; font-size: 20px; line-height: 20px; margin-bottom: 8px; }
.intro_category_select_area .category_select_wrap .sub_title_area .sub_text { font-weight: 400; font-size: 18px; line-height: 20px; color: rgba(34,34,34,0.7); }
.intro_category_select_area .category_select_wrap .none_select_btn_area { margin-top: 28px; text-align: center; margin-bottom: 4px; }
.intro_category_select_area .category_select_wrap .none_select_btn_area .btn { font-weight: 400; font-size: 14px; line-height: 17px; border-bottom: 1px solid #a0a4af; color: #a0a4af; }


.intro_category_select_area .category_view_wrap .guide_text_box { padding: 14px; background-color: #f3f3f3; border-radius: 0px 8px 8px 8px; display: flex; flex-direction: column; align-items: center; text-align: center; margin-top: 12px; }
.intro_category_select_area .category_view_wrap .guide_text_box img { width: 36px; }
.intro_category_select_area .category_view_wrap .guide_text_box .box_text { margin-top: 8px; font-weight: 400; font-size: 16px; line-height: 20px; }
.intro_category_select_area .category_view_wrap .category_view_list { margin-top: 24px; }
.intro_category_select_area .category_view_wrap .category_view_list li { padding: 6px 20px; border-bottom: 1px solid #f2f4f6; display: flex; align-items: center; }
.intro_category_select_area .category_view_wrap .category_view_list p span { font-weight: 400; font-size: 14px; line-height: 20px; }
.intro_category_select_area .category_view_wrap .category_view_list p em { display: inline-block; margin-left: 4px; font-weight: 400; font-size: 13px; line-height: 20px; color: rgba(34,34,34,0.48); }


/* PL538 */
.intro_category_select_area .area_title_area .sub_copy { margin-top: 14px; font-weight: 400; font-size: 16px; line-height: 20px; color: #888888 }
.intro_category_select_area .select_list_area .chk_list_title { font-weight: 600; font-size: 14px; line-height: 20px; color: rgba(34,34,34,0.7); }
.intro_category_select_area .select_list_area .chkbox_list_area03 { margin-top: 12px; }
.intro_category_select_area .select_list_area .chkbox_list_area03 > ul { display: grid; gap: 8px; grid-template-columns: auto auto auto; }
.intro_category_select_area .select_list_area .chkbox_list_area03 input[type="checkbox"] + label { display: inline-block; width: 100%; background-color: #ffffff; border: 1px solid rgba(34,34,34,0.24); border-radius: 6px; height: 38px; line-height: 36px; text-align: center; font-weight: 500; font-size: 14px; }
.intro_category_select_area .select_list_area .chkbox_list_area03 input[type="checkbox"]:checked + label { background-color: rgba(42,173,92,0.1); border: 1px solid #2aad5c; color: #2aad5c; position: relative; }
.intro_category_select_area .select_list_area .chkbox_list_area03 input[type="checkbox"] + label span { display: none; position: absolute; right: 1px; top: -10px; height: 20px; line-height: 20px; background-color: #222222; border-radius: 30px; font-weight: 700; font-size: 12px; color: #ffffff; text-align: center; border-radius: 30px; padding: 0 7px; }
.intro_category_select_area .select_list_area .chkbox_list_area03 input[type="checkbox"]:checked + label span { display: inline-block; }

.intro_category_select_area .select_list_area { padding-bottom: 12px; border-bottom: 1px solid #f2f4f6; }
.intro_category_select_area .select_list_area + .select_list_area { margin-top: 8px; }
.intro_category_select_area .select_list_area + .sub_title_area { margin-top: 42px; }

.intro_certi_select_area .area_title_area .title_text { font-weight: 700; font-size: 26px; line-height: 34px; }
.intro_certi_select_area .area_title_area .title_text em { color: #39B855; }
.intro_certi_select_area .area_title_area .sub_copy { margin-top: 14px; font-weight: 400; font-size: 16px; line-height: 20px; color: #888888; }
.intro_certi_select_area .area_title_area { padding-bottom: 8px; }
.intro_certi_select_area .certi_select_wrap { margin-top: 18px; padding-bottom: 6px; }
.intro_certi_select_area .certi_select_wrap .result_area { background-color: #ffffff; overflow: hidden; }
.intro_certi_select_area .certi_select_wrap .result_area .title_area { width: 100%; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }

.intro_certi_select_area .certi_select_wrap .result_area .title_area p { font-weight: 500; font-size: 14px; line-height: 20px; color: rgba(0,0,0,0.48); }
.intro_certi_select_area .certi_select_wrap .result_area .title_area i { display: inline-block; width: 12px; height: 7px; background-image: url(../image/intro/icon_arrow03.svg); background-repeat: no-repeat; background-position: center; margin-left: 8px; }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area { height: 0; overflow: hidden; transition: height 0.5s; }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap { padding: 12px 14px 0; }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap .list_area li { display: flex; align-items: center; border-bottom: 1px solid #f2f4f6; padding: 8px 0; } 

.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap .list_area .title { display: inline-block; background-color: #f3f3f3; border-radius: 30px; width: 80px; height: 28px; line-height: 28px; text-align: center; font-weight: 400; font-size: 14px; margin-right: 8px; min-width: 80px; }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap .list_area .text { font-weight: 400; font-size: 13px; line-height: 18px; color: rgba(34,34,34,0.7); word-break: keep-all; }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap .label_area { margin-top: 18px; }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap .label_area .label_list { display: flex; flex-wrap: wrap; }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap .label_area .label_list .label { display: inline-block; background-color: #f3f3f3; border-radius: 30px; width: 80px; height: 28px; line-height: 28px; text-align: center; font-weight: 400; font-size: 14px; margin-right: 8px; min-width: 80px; margin: 0 4px 4px }
.intro_certi_select_area .certi_select_wrap .result_area .detail_area .detail_innner_wrap .label_area .sub_copy { font-weight: 400; font-size: 13px; line-height: 20px; color: rgba(34,34,34,0.7); }

.intro_certi_select_area .certi_select_wrap .result_area .title_area.active i { transform: rotate(180deg); }

.intro_certi_select_area .certi_link_area{ margin-top: 18px; }
.intro_certi_select_area .certi_link_area .title_area .title { font-weight: 700; font-size: 14px; line-height: 20px; }
.intro_certi_select_area .certi_link_area .link_list li a { display: block; padding: 17px 24px; box-sizing: border-box; }
.intro_certi_select_area .certi_link_area .link_list li + li { margin-top: 12px; }
.intro_certi_select_area .certi_link_area .link_list + .title_area { margin-top: 32px; }

.intro_certi_select_area .certi_link_area .link_list .text_wrap { display: inline-block; width: 100%; min-height: 60px; background-color: #ffffff; border: 1px solid #d0d0d0; border-radius: 12px; text-align: left; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap .title_wrap { display: flex; justify-content: flex-start; align-items: center; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap .title_wrap .title { font-weight: 700; font-size: 15px; line-height: 24px; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap .title_wrap .img_wrap { display: flex; align-items: center; margin-left: 12px; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap .title_wrap .img_wrap img { width: 20px; height: 20px; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap .title_wrap .img_wrap img + img { margin-left: 4px; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap .sub_text { font-weight: 400; font-size: 13px; line-height: 20px; margin-top: 0; }

.intro_certi_select_area .certi_link_area .link_list .text_wrap.point { position: relative; padding: 25px 24px; border-color: #008DFF; background-color: #008DFF; color: #ffffff; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }
.intro_certi_select_area .certi_link_area .link_list .text_wrap.point::after { position: absolute; right: 24px; top: -1px; width: 22px; height: 29px; background: url(../image/ico_goods_mark.svg) no-repeat left top; background-size: contain; content: ''; display: inline-block; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap.point .title_wrap .title { font-size: 18px; }
.intro_certi_select_area .certi_link_area .link_list .text_wrap.point .sub_text { color: #ffffff; margin-top: 4px; font-size: 13px; line-height: 20px; }


.next_box { border-top: 8px solid #fafafa; padding: 24px; width: calc(100% + 48px); margin-left: -24px; }



/* 20241008 - 추가 */
#popup { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 3000; } 
#popup .popup_bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); } 
#popup .popup_wrap { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); display: flex; flex-direction: column; width: 100%; max-width: 480px; background: #fff; border-radius: 16px; z-index: 3000; overflow: hidden; } 
#popup .popup_wrap.type_toast { bottom: -100%; height: fit-content; border-radius: 32px 32px 0 0; transition: bottom 0.5s; }
#popup.on .popup_wrap.type_toast { bottom: 0; }
#popup .popup_head { width: 100%; padding: 40px 24px 20px; border-bottom: 1px solid #EFEFEF; }
#popup .popup_head h2 { font-size: 18px; font-weight: 700; color: #222; line-height: 140%; padding-right: 36px;  }
#popup .popup_head .btn_pop_close { position: absolute; right: 24px; top: 40px; width: 24px; height: 24px; background: url(../image/icon_del01.svg) no-repeat center center; background-size: contain; text-indent: -9999px; display: block; }

#popup .popup_checkup .popup_contents { padding: 12px 24px; }
#popup .popup_checkup .popup_contents > p { font-size: 16px; font-weight: 400; color: #757575; line-height: 140%; margin-bottom: 36px; }
#popup .popup_checkup .popup_contents > .img_box { text-align: center; margin-bottom: 60px; }
#popup .popup_checkup .pop_btn_box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
#popup .popup_checkup .pop_btn_box .btn { position: relative; width: 100%; height: 56px; font-size: 18px; font-weight: 700; color: #fff; line-height: 56px; text-align: center; background: #2AAD5C; border: #2AAD5C; border-radius: 12px; box-sizing: border-box; }
#popup .popup_checkup .pop_btn_box .btn_cancle { color: #2AAD5C; background: #fff; }
#popup .popup_checkup .pop_btn_box .btn_out { font-size: 16px; font-weight: 400; color: #757575; background: #fff; border: 1px solid #fff; }
#popup .popup_checkup .pop_btn_box .btn_tool { position: absolute; left: 50%; top: -26px; transform: translateX(-50%); font-size: 13px; font-weight: 700; color: #fff; line-height: 14px; padding: 8px; background: #222; border-radius: 4px; z-index: 5; }
#popup .popup_checkup .pop_btn_box .btn_tool::after { content: ''; display: block; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 10px; height: 10px; border: 5px solid transparent; border-top: 5px solid #222; box-sizing: border-box; z-index: -1; }
#popup .popup_checkup .pop_btn_box .btn:disabled,
#popup .popup_checkup .pop_btn_box .btn.disabled { color: #fff; background: var(--color-disabled); border: var(--broder); pointer-events: none; }