/* 검사 */

body {background:#f8fafc;}
.survey_wrap{max-width:1100px;margin:60px auto;padding:20px}
.survey_wrap .hero{text-align:center;margin-bottom:50px}
.survey_wrap .hero h1{font-size:34px;font-weight:800}
.survey_wrap .hero p{color:#666;margin-top:10px}
.survey_wrap .top_btn_area{text-align:right;margin-bottom:20px}
.survey_wrap .btn_result_list{padding:10px 16px;border-radius:20px;background:#ed6d0e;color:#fff;font-size:14px}
.survey_wrap .survey_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.survey_wrap .survey_card{position:relative;background:#fff;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0000000f;transition:.2s}
.survey_wrap .survey_card:hover{transform:translateY(-6px)}
.survey_wrap .survey_card > img{width:100%;border-radius:12px;margin-bottom:12px}
.survey_wrap .highlight{border:2px solid #ed6d0e}
.survey_wrap .badge{position:absolute;top:16px;left:16px;background:#6366f1;color:#fff;font-size:12px;padding:4px 10px;border-radius:12px}
.survey_wrap .title{font-size:18px;font-weight:700;margin-bottom:6px}
.survey_wrap .meta{display:flex;font-size:12px;color:#888;margin-bottom:10px}
.survey_wrap .meta span{margin-right:10px}
.survey_wrap .desc{font-size:14px;color:#666;margin-bottom:14px}
.survey_wrap .btn{height:auto;display:block;text-align:center;padding:4px 12px;border-radius:12px;background: linear-gradient(135deg, #ed6d0e, #f37e26);color:#fff;font-weight:600;font-size:14px}
.meta_item{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:14px;color:#666}
.meta_item img{width:18px;height:18px;flex-shrink:0}

.section{background:#fff;padding:25px;border-radius:12px;margin-bottom:20px}
.section h2{margin-bottom:20px;color:#6b7280}
.question{margin-bottom:25px}
.question p{font-size:20px;font-weight:600;margin-bottom:15px}
.question label{display:flex;padding:12px;border-radius:8px;cursor:pointer;transition:.2s;font-size:16px}
.question label:hover{background:#f9fafb}
.question input{margin-right:10px}
.question input:checked + span{font-weight:700}
.submit-btn{width:100%;padding:16px;background:#8b5cf6;color:#fff;border:none;border-radius:30px;font-size:16px;cursor:pointer}

.frm_radio_box{margin-bottom:10px}
.frm_radio_inp{position:absolute;opacity:0}
.frm_radio_label{display:flex;align-items:center;gap:10px;cursor:pointer}
.radio_circle{width:20px;height:20px;border:2px solid #bbb;border-radius:50%;position:relative;transition:.2s;display:inline-block}
.frm_radio_inp:checked + .frm_radio_label .radio_circle{border-color:#22c55e}
.frm_radio_inp:checked + .frm_radio_label .radio_circle::after{content:"";width:10px;height:10px;background:#22c55e;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#survey_wrap .frm_chk_box{position:relative}#survey_wrap .frm_chk_box .frm_chk_label{display:inline-flex;align-items:center;flex-wrap:nowrap;column-gap:8px;cursor:pointer}#survey_wrap .frm_chk_box .frm_chk_label .label_chk_box{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:var(--color-gray13);border-radius:4px;box-sizing:border-box;transition:background-color .25s}#survey_wrap .frm_chk_box .frm_chk_label .label_chk_box .icon_chk_arrow{display:inline-block;width:100%;height:100%;pointer-events:none}#survey_wrap .frm_chk_box .frm_chk_label .label_chk_box .icon_chk_arrow svg{width:100%;height:100%;pointer-events:none}#survey_wrap .frm_chk_box .frm_chk_label .label_chk_box .icon_chk_arrow svg path{fill:var(--color-white);transition:fill .25s;pointer-events:none}#survey_wrap .frm_chk_box .frm_chk_label .label_name{display:inline-block;font-size:var(--fs-16);font-weight:400;line-height:var(--lh-24);color:var(--color-gray1);transition:color .25s}#survey_wrap .frm_chk_box .frm_chk_inp:checked + .frm_chk_label .label_chk_box{background-color:var(--color-main2)}#survey_wrap .frm_chk_box .frm_chk_inp:checked + .frm_chk_label .label_name{font-weight:500;color:var(--color-main2)}
/* .survey{max-width:720px;margin:60px auto}
.title{text-align:center;font-size:28px;font-weight:700;margin-bottom:50px}
.section{background:#fff;padding:30px;border-radius:16px;margin-bottom:24px;box-shadow:0 10px 30px #0000000d}
.q-title{font-size:18px;font-weight:600;margin-bottom:20px}
.radio_group{display:flex;flex-direction:column;gap:12px}
.radio_card{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff}
.radio_card:hover{border-color:#f8c9ae;background:#f9fafb}
.radio_card input{position:absolute;opacity:0}
.card_ui{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;position:relative}
.radio_card input:checked + .card_ui{border-color:#6366f1}
.radio_card input:checked + .card_ui::after{content:'';width:10px;height:10px;background:#6366f1;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.card_text{font-size:16px;color:#374151}
.radio_card input:checked ~ .card_text{font-weight:600;color:#111827}
.radio_card:has(input:checked){border-color:#6366f1;background:#eef2ff}
.submit-btn{width:100%;padding:18px;border-radius:30px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:16px;border:none;cursor:pointer;margin-top:30px} */


.survey_component .survey-container{max-width:600px;margin:0 auto}
.survey_component .question-slide{display:none}
.survey_component .question-slide.active{display:block}
.survey_component .question-slide h2{font-size:18px;margin-bottom:10px;color:#666}
.survey_component .question-text{font-size:20px;font-weight:700;margin-bottom:20px}
.survey_component .radio_group{display:flex;flex-direction:column;gap:10px}
.survey_component .radio_card{display:block;border:1px solid #ddd;border-radius:10px;padding:15px;cursor:pointer;transition:all .2s}
.survey_component .radio_card input{display:none}
.survey_component .radio_card:hover{background:#f5f5f5}
.survey_component .radio_card input:checked + .card_text{font-weight:700}
.survey_component .radio_card input:checked ~ .card_text{color:#fff}
.survey_component .radio_card input:checked ~ .card_text::before{display:none}
.survey_component .radio_card:has(input:checked){background:#ed6d0e;color:#fff;border-color:#ed6d0e}
.survey_component .nav{max-width:600px;margin:0 auto;margin-top:30px;display:flex;justify-content:center;align-items:center;gap:10px}
.survey_component .nav button{width:100%;padding:12px 20px;border:none;border-radius:8px;background:#ddd;cursor:pointer}#nextBtn{background:#007bff;color:#fff}#submitBtn{background:#ed6d0e;color:#fff}button:disabled{opacity:.4;cursor:not-allowed}
.survey_component .survey_progress{max-width:600px;margin:0 auto;margin-bottom:20px}
.survey_component .survey_progress .progress_text{display:flex;justify-content:space-between;font-size:14px;margin-bottom:6px;color:#666}
.survey_component .survey_progress .progress_bar{width:100%;height:8px;background:#eee;border-radius:999px;overflow:hidden}
.survey_component .survey_progress .progress_fill{height:100%;width:0;background:#ed6d0e;transition:width .3s ease}


.survey_target_wrap .target_page{max-width:720px;margin:0 auto;padding:40px 20px}
.survey_target_wrap .target_header h2{font-size:26px;font-weight:700;margin-bottom:8px}
.survey_target_wrap .target_header p{font-size:var(--fs-24);font-weight:400;line-height:var(--lh-32);color:var(--color-black);letter-spacing:-.02em;word-break:keep-all;margin-bottom:30px}
.survey_target_wrap .target_card_list{display:flex;flex-direction:column;gap:14px}
.survey_target_wrap .target_card{display:block;background:#f5efe9;border-radius:14px;cursor:pointer;transition:all .2s ease;}
.survey_target_wrap .target_card:hover{transform:translateY(-2px)}
.survey_target_wrap .target_card input{display:none}
.survey_target_wrap .target_card input:checked + .card_content{border:2px solid #ff7a00;border-radius:12px;}
.survey_target_wrap .card_content{display:flex;justify-content:space-between;align-items:center;padding:16px}

.survey_target_wrap .target_type{font-size:13px;color:#999;margin-bottom:4px}
.survey_target_wrap .target_name{font-size:20px;font-weight:700}
.survey_target_wrap .card_right{font-size:14px;color:#ff7a00}
.survey_target_wrap .target_actions{margin-top:30px}
.survey_target_wrap .target_add{margin-top:20px;text-align:center}
.survey_target_wrap .target_add a{font-size:14px;color:#777;text-decoration:underline}
.survey_target_wrap .form_card{background:#f5efe9;border-radius:14px;padding:20px}
.survey_target_wrap .form_group{margin-bottom:18px}
.survey_target_wrap .form_group label{display:block;font-size:14px;margin-bottom:6px;color:#555}
.survey_target_wrap .form_group input,.form_group select{width:100%;height:46px;padding:0 12px;border-radius:8px;border:1px solid #ddd;font-size:14px;background:#fff}
.survey_target_wrap .form_group input:focus,.form_group select:focus{border-color:#ff7a00;outline:none}
.survey_target_wrap .target_actions{margin-top:30px}
.survey_target_wrap .btn_primary{width:100%;height:54px;background:#ff7a00;color:#fff;font-size:16px;border-radius:12px;border:none;cursor:pointer}


/* .result_wrap{max-width:720px;margin:30px auto;padding:15px}
.card{background:#fff;border-radius:16px;padding:20px;margin-bottom:16px;box-shadow:0 8px 20px rgba(0,0,0,0.06)}
.title{text-align:center;font-size: var(--fs-32);font-weight: 700;line-height: var(--lh-40);color: var(--color-black);letter-spacing: -0.016em;margin-bottom:50px}
.score{text-align:center}
.point{font-size:42px;font-weight:800;color:var(--color-main1)}
.level{margin-top:10px} */

.bar{height:10px;background:#eee;border-radius:10px;margin-top:10px}
.bar span{display:block;height:100%;background:var(--color-main1)}

.product_card img{width:100%;border-radius:10px;margin-bottom:10px}

.main_item{border:2px solid var(--color-main1)}

.p_basic{font-size:13px;color:#444;margin-top:6px}
a.survey_btn{flex:1;float:none;display:flex;align-items:center;justify-content:center;width:auto;height:auto;margin:0;padding:16px 0;color:#333;background-color:var(--color-white);border:1px solid var(--color-black);border-radius:50px;margin-top:10px}
.product_list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.product_card{border:1px solid #eee;border-radius:12px;padding:12px}
.survey_tit{font-size: var(--fs-16);font-weight: 700;line-height: var(--lh-22);color: var(--color-black);margin-bottom:4px}
.survey_sub_tit{font-size: var(--fs-14);font-weight: 400;line-height: var(--lh-18);color: var(--color-gray1);margin-bottom:10px}

.survey_txt,
.survey_result p{font-size: var(--fs-14);font-weight: 400;line-height: var(--lh-24);color: var(--color-gray1);letter-spacing: -0.01em;}



.survey_result .item_inner{display: block;width: 100%;height: 100%;display: flex;flex-direction: column;gap: 16px;}
.survey_result .item_hd{position: relative;}
.survey_result .item_thumb_box{width: 100%;max-height:300px;aspect-ratio: 432 / 577;border-radius: 16px;box-sizing: border-box;overflow: hidden;}
.survey_result .item_thumb_box .item_thumb{width: 100%;max-height:300px;height: 100%;line-height: 0;position: relative;z-index: 1;}
.survey_result .item_thumb_box .item_thumb::after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .15);position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 2;}
.survey_result .item_thumb_box .item_thumb img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.survey_result .item_desc_box{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;display: flex;flex-direction: column;justify-content: space-between;width: 100%;height: 100%;padding: 24px 24px 32px;border-radius: 16px;overflow: hidden;}
.survey_result .desc_badge_box{display: flex;justify-content: flex-end;}
.survey_result .desc_badge_box .desc_badge{display: inline-block;padding: 10px 24px;border: 2px solid var(--color-white);border-radius: 100px;box-sizing: border-box;overflow: hidden;}
.survey_result .desc_badge_box .badge_name{display: inline-block;font-size: var(--fs-22);font-weight: 700;line-height: var(--lh-26);color: var(--color-white);}

.survey_result .desc_txt_box{}
.survey_result .desc_txt_box .desc_txt{font-size: var(--fs-20);font-weight: 400;line-height: var(--lh-28);color: var(--color-white);letter-spacing: -0.03em;}
.survey_result .desc_txt_box .desc_txt .bold{display: block;font-weight: 700;}

.survey_result .item_bd{}
.survey_result .item_info_box{width: 100%;height: 100%;padding: 16px 24px 32px;background-color: var(--color-gray4);border-radius: 16px;overflow: hidden;box-sizing: border-box;}
.survey_result .info_line{display: flex;align-items: center;flex-wrap: nowrap;column-gap: 16px;padding: 8px 0;border-bottom: 1px solid #E1E0E0;box-sizing: border-box;position: relative;z-index: 1;}
.survey_result .info_line::after{content: '';width: 80px;height: 1px;background-color: var(--color-main3);position: absolute;left: 0;bottom: 0;z-index: 2;}
.survey_result .info_tit{flex: 0 0 80px;min-height: 48px;display: inline-flex;align-items: center;font-size: var(--fs-16);font-weight: 700;line-height: var(--lh-24);color: var(--color-main3);letter-spacing: -0.03em;}
.survey_result .info_txt{flex: 1 1 0%;min-height: 48px;display: inline-flex;align-items: center;font-size: var(--fs-16);font-weight: 400;line-height: var(--lh-24);color: var(--color-main3);letter-spacing: -0.05em;}
.survey_result .info_txt.bold{font-weight: 700;}

@media (max-width: 1680px){
    .survey_result .desc_badge_box .desc_badge{padding: 8px 16px;}
    .survey_result .desc_badge_box .badge_name{font-size: var(--fs-20);}

    .survey_result .item_desc_box{padding: 24px;}
    .survey_result .desc_txt_box .desc_txt{font-size: var(--fs-18);line-height: var(--lh-26);}

}
@media (max-width: 1440px){
    .survey_result .item_desc_box{padding: 24px 16px;}
    .survey_result .desc_badge_box .badge_name{font-size: var(--fs-16);line-height: var(--lh-20);}
    .survey_result .desc_txt_box .desc_txt{font-size: var(--fs-16);line-height: var(--lh-24);}
    .survey_result .item_info_box{padding: 16px 16px 24px;}
    .survey_result .info_txt{min-height: 40px;line-height: var(--lh-20);}
}
@media (max-width: 1280px){
}
@media (max-width: 1080px){
    .survey_result .main_sect .sect_desc_box .sect_desc{font-size: var(--fs-20);line-height: var(--lh-28);}

    .survey_result .grid_list_box .grid_list{flex-wrap: wrap;}
    .survey_result .grid_list_box .grid_item{max-width: 100%;}
    .survey_result .item_inner{flex-direction: row;}
    .survey_result .item_hd{flex: 0 0 auto;width: calc(50% - (16px/2));}
    .survey_result .item_thumb_box{aspect-ratio: 4/3;min-height: 100%;}
    .survey_result .desc_badge_box .badge_name{font-size: var(--fs-16);line-height: var(--lh-20);}

    .survey_result .item_bd{flex: 1 1 0%;}
}
@media (max-width: 768px){
    .survey_result + .grid_item{margin-top: 24px;}
    .survey_result .item_inner{display: block;}
    .survey_result .item_hd{width: 100%;}
    .survey_result .item_thumb_box{border-radius: 8px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
    .survey_result .item_desc_box{padding: 16px;}
    .survey_result .desc_badge_box .badge_name{font-size: var(--fs-14);line-height: var(--lh-20);}

    .survey_result .item_hd + .item_bd{margin-top: 0;}
    .survey_result .item_info_box{border-radius: 8px;border-top-left-radius: 0;border-top-right-radius: 0;}
    
}
@media (max-width: 600px){
    .survey_result .desc_badge_box .desc_badge{padding: 4px 8px;}
    .survey_result .desc_txt_box .desc_txt{font-size: var(--fs-16);line-height: var(--lh-20);}
}

.result_wrap{max-width:720px;margin:30px auto;padding:20px}
.result_wrap .result_title{font-size:24px;font-weight:700;margin-bottom:20px}
.result_wrap .result_list{display:flex;flex-direction:column;gap:12px}
.result_wrap .result_item{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:14px;background:#fff;text-decoration:none;color:inherit;transition:all .2s ease;box-shadow:0 4px 10px #0000000d}
.result_wrap .result_item:hover{transform:translateY(-2px)}
.result_wrap .result_item .left{display:flex;flex-direction:column}
.result_wrap .result_item .title{font-size:16px;font-weight:600;margin-bottom:6px}
.result_wrap .result_item .meta{font-size:13px;color:#777}
.result_wrap .result_item .right{text-align:right}
.result_wrap .result_item .score{font-size:22px;font-weight:700;color:#111}
.result_wrap .result_item .level{font-size:12px;color:#6366f1}
.result_wrap .empty{text-align:center;color:#888;padding:40px 0}
.result_wrap .result_item .top{display:flex;gap:10px;margin-bottom:6px}
.result_wrap .badge{font-size:11px;padding:3px 8px;border-radius:12px}
.result_wrap .badge.member{background:#6366f1;color:#fff}
.result_wrap .badge.guest{background:#ddd;color:#555}
.result_wrap .target{font-size:13px;color:#666}

.pagination{margin-top:30px;text-align:center}
.pagination a{display:inline-block;margin:0 4px;padding:6px 10px;border-radius:6px;background:#eee;font-size:13px;text-decoration:none;color:#333}
.pagination a.active{background:#6366f1;color:#fff}