a{
    color: #151515;
    text-decoration: none;
}

.mentee_submit_wrap{
    max-width: 1488px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 24px;
}

.mentee_header_wrap{
    display: flex;
    align-items: end;
    gap: 5px;
}

.font-must{
    color: #D52323;
    font-weight: 600;
    margin-left: 4px;
    vertical-align: middle;
}

.mentee_font16{
    font-size: 16px;
    font-weight: 500;
}

.mentee_flex{
    display: flex;
    align-items: end;
}

.mentee_submit_input{
    display: flex;
    align-items: center;
    font-size: 18px;
}

.mentee_textbox {
    all: unset;
    height: 40px; 
    line-height: 40px; 
    padding: 0 10px; 
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    width: 150px;
    box-sizing: border-box;
    text-align: left;
    background-color: #fff; 
}

.mentee_textbox:disabled {
    background-color: #f5f5f5; 
    color: #999;
    pointer-events: none;
}

.mentee_submit_wrap h4{
    font-size: 24px;
    font-weight: 700;
}

.mentee_wrap{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 50px;
    padding: 50px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.mentee_LS_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    justify-content: center;
}

.mentee_step{
    font-size: 20px;
    font-weight: 500;
}

.mentee_step_title{
    font-size: 40px;
    font-weight: 700;
}

.mentee_step_dsc{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
}

.mentee_LS{
    width: 30%;
}

.mentee_RS{
    width: 70%;
}

.mentee_coment_wrap{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 50px;
}

.mentee_submit_title{
    font-weight: 700;
    width: 200px;
}

.marginL50_mentee{
    margin-left: 50px;
}

.inpuu_left_text{
    margin-right: 5px;
}

.mentee_RS_title{
    display: flex;
    font-size: 30px;
    font-weight: 700;
}

.mentee_dashline{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.mentee_serch_wrap{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.mentee_notice_text{
    font-size: 16px;
    font-weight: 500;
    color: #D97715;
}

.mentee_serch_btn{
    padding: 8px 20px;
    background-color: #D97715;
    font-size: 20px;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
}

.mentee_submit_input .w80{ width: 80px; }
.mentee_submit_input .w100{ width: 100px; }
.mentee_submit_input .w120{ width: 120px; }
.mentee_submit_input .w200{ width: 200px; }
.mentee_submit_input .w270{ width: 270px; }
.mentee_submit_input .w300{ width: 300px; }
.mentee_submit_input .w400{ width: 400px; }

.mentee_gap5{
    gap:5px;
}

.mentee_flexdirection{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.mentee_register{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- 드롭다운  CSS  --- */
.select-box {
    height: 40px; 
    line-height: 38px; 
    padding: 0 30px 0 10px; 
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    position: relative; 
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box; 
}

.selected-styled {
    display: block; 
    text-decoration: none;
    color: #333;
    white-space: nowrap;
}

.selected-styled::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}

.selected-styled::after {
    content: "";
    position: absolute; 
    top: 50%; 
    transform: translateY(-50%); 
    right: 15px; 
    width: 16px;
    height: 16px;
    background: url(../images/ico_16_drop_n.png) no-repeat center center; 
    background-size: contain;
}

.select-option {
    position: absolute; 
    top: 100%; 
    left: 0;
    width: 100%; 
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 0 0 5px 5px;
    z-index: 100; 
    padding: 0;
    list-style: none;
}

.select-option li {
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
}

.select-option li:hover {
    background-color: #f5f5f5;
}

.mentee_sido_select{
    min-width: 140px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    padding: 10px 40px 10px 10px;
    appearance:none;
    background: #fff url(../images/specialHall/icon_select_arrow.svg) no-repeat calc(100% - 10px) 51%/24px auto;
    color: #151515;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 20px;
}

/* --- 라디오버튼 --- */
.mentee_radio_label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 15px; 
    font-size: 18px; 
    font-weight: 500;
    margin-right: 30px;
}

.mentee_radio_label:has(input:disabled) {
    pointer-events: none;
    color: #999; 
}

.mentee_radiobox {
    appearance: none; 
    -webkit-appearance: none; 
    width: 30px; 
    height: 30px;
    border: 1px solid #d1d1d1; 
    border-radius: 50%; 
    margin: 0; 
    background-color: #fff; 
    cursor: pointer;
    display: flex;
    justify-content: center; 
    align-items: center;
    transition: all 0.2s; 
}

.mentee_radiobox:disabled {
    background-color: #f5f5f5; 
    pointer-events: none; 
}

.mentee_radiobox:checked {
    border-color: #569E7A; 
}

.mentor_class01::after{
    content: ": 선도농업인(WPL 현장교수, 농업마이스터, 신지식농업인 등), 유관기관 전문가 등";
    font-size: 14px;
    display: block;
    position: absolute;
    right: -459px;
    top: 50%;
    transform: translateY(-50%);

}

.mentor_class01, .mentor_class02{
    position: relative;
}

.mentor_class02:after{
    content: ": 우수 청년농업인, 선배 청년농, 청년농 강사 등";
    font-size: 14px;
    display: block;
    position: absolute;
    right: -268px;
    top: 50%;
    transform: translateY(-50%);

}

.mentee_radiobox:checked::after {
    content: "";
    display: block;
    width: 18px; 
    height: 18px;
    background-color: #569E7A; 
    border-radius: 50%;
}

/* 체크박스 */
.mentee_checkbox_label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 30px; 
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
}

.mentee_custom_check {
    appearance: none;
    -webkit-appearance: none;
    width: 40px; 
    height: 40px; 
    margin: 0 8px 0 0;
    cursor: pointer;
    background: url(../images/checkbox_mentee_01.svg) no-repeat center center; 
    background-size: contain;
    border: none; 
}

.mentee_custom_check:checked {
    background: url(../images/checkbox_mentee_02.svg) no-repeat center center;
    background-size: contain;
}

.mentee_person02 {
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding: 50px 0 0 0;
}

.mentee_person03 {
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding: 50px 0 0 0;
}

/* STEP03 */
.mentee_suject_wrap{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    margin-top: 30px;
}

.mentee_subject_label {
    cursor: pointer;
    text-align: center;
}

.mentee_subject_check {
    display: none;
}

.mentee_subject_text {
    display: inline-block;
    border-radius: 16px;
    border: 1px solid #D9D9D9;
    padding: 26px 33px;
    font-size: 20px;
    font-weight: 600;
    color: #151515;
    background-color: #fff;
    transition: all 0.2s; 
}

.mentee_subject_check:checked + .mentee_subject_text {
    background-color: #569E7A;
    color: #fff;
    border-color: #569E7A;
}

.mentee_RS_title_wrap{
    display: flex;
    align-items: end;
    gap: 10px;
    margin-top: 50px;
}

.mentee_step03_title{
    font-size: 18px;
    font-weight: 600;
}

.mentee_step03_title::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: #000;
    transform: translate(-5px,-5px);
}
    
.mentee_steop03_coment_wrap{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    gap: 20px;
}

.mentee_steop03_dl_wrap{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.favorite_mento_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}

.mento_serch_btn{
    padding: 8px 20px;
    background-color: #569E7A;
    color: #fff;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.mento_display_box {
    display: flex;
    align-items: center;
    gap: 8px; 
    cursor: pointer;
    box-sizing: border-box;
    width: 200px; 
    height: 40px; 
}

.mento_placeholder {
    color: #999;
}

.mento_badge {
    padding: 5px 12px; 
    border-radius: 15px; 
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 1; 
    vertical-align: middle;
}

.badge_grow { background-color: #C09A79; }
.badge_partner { background-color: #83B674; }

.btn_clear_mento {
    all: unset;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
    transition: color 0.2s;
}

.btn_clear_mento:hover {
    color: #D52323; 
}

.mentee_textarea_wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mentee_step03_textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit; 
    line-height: 1.5;
    resize: none; 
    box-sizing: border-box;
    transition: border-color 0.2s;
    margin-top: 20px;
}

.mentee_step03_textarea:focus {
    outline: none;
    border-color: #569E7A; 
}

.text_length_counter {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.mentee_sign_wrap{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    margin-top: 50px;
    gap: 50px;
}

.mentee_sign_up{
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 24px;
}

.mentee_sign_date_wrap{
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 50px;
}

.mentee_sign_name_wrap{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 50px;
}

.mentee_sign_down{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}

/* step04 */
.mentee_edu_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
}

.mentee_edu_table th {
    background-color: #F7F7F7; 
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #151515;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
}

.mentee_edu_table td {
    padding: 20px 15px;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
}

.mentee_edu_table_mobile{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.mentee_hope_wrap{
    display: flex;
    gap: 20px;
}

.mentee_hope{
    margin-right: 0;
}

.hop_textbox{
    width: 300px;
}

/* step05 */
.mentee_wrap_05{
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: none;
    flex-direction: column;
}

.mentee_arrow_wrap{
    width: 100%;
    background-color: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 40px;
}

.mentee_arrow_title{
    font-size: 20px;
    font-weight: 700;
}

.mentee_arrow_text_wrap{
    padding: 20px;
}

.mentee_arrow_text_wrap span{
    font-size: 18px;
    font-weight: 700;
}

.mentee_arrow_text{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.mentee_arrow_text::before{
    content: "";
    display: inline-block;
    width: 10px;
    height:10px;
    border-radius: 2px;
    background-color: #151515;
    margin-right: 5px;
}

.mentee_arrow_dsc{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.mentee_arrow_Q{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 20px 0;
}

.mentee_arrow_A input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.mentee_arrow_A_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mentee_arrow_A{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mentee_arrow_box{
    padding: 10px 15px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.mentee_arrow_checked{
    background-color: #569E7A;
    color: #fff;
    border: none;
}

.arrow_disabled{
    background-color: #E9ECEF;
    color: #999;
    pointer-events: none;
}

.arrow_checked_disabled{
    background-color: #849c90;
    color: #fff;
    pointer-events: none;
}

.mentee_submit_button{
    all: unset;
    display: block;
    padding: 10px 40px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #569E7A;
    border-radius: 50px;
    margin: 0 auto;
}

.mentee_submit_button:hover {
    background-color: #458263;
}

/* --- 멘토 찾기 모달 --- */
.mentee_modal_overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
    justify-content: center;
    align-items: center;
}

.mentee_modal_container {
    width: 80vw;
    max-width: 1400px;
    height: 80vh;  
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column; 
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mentee_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #e0e0e0;
}

.mentee_modal_header h2 {
    font-size: 32px;
    font-weight: 700;
}

.mentee_modal_close_btn {
    all: unset;
    font-size: 40px;
    color: #666;
    cursor: pointer;
}

.mentee_modal_body {
    flex: 1;
    padding: 20px 40px;
    overflow-y: auto; 
}

.mentee_modal_filter_wrap {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.mentee_modal_select {
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    width: 150px;
}

.mentee_modal_search {
    display: flex;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 50px;
    padding: 10px 25px; 
    width: 400px;
    height: 40px;
    background-color: #fff;
}


#mentoSearchModal .select-option li {
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
}

#mentoSearchModal .select-option {
    top: calc(100% + 8px); 
    border-radius: 12px;   
    border: 1px solid #e0e0e0; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
}

#mentoSearchModal .select-option li:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#mentoSearchModal .select-option li:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.mentee_modal_search input {
    all: unset;
    flex: 1;
    font-size: 16px;
}

.btn_search_icon {
    all: unset;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../images/specialHall/icon_header_search.svg) no-repeat center center;
    background-size: contain;
}

.mentee_modal_search input:focus {
    outline: none; 
}

.mentee_modal_search:focus-within {
    border-color: #569E7A; 
}

/* 테이블 디자인 */
.mentee_modal_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.mentee_modal_table th {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}

.mentee_modal_table td {
    padding: 5px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.mentee_btn_group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn_detail {
    all: unset;
    border: 1px solid #d1d1d1;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.btn_select {
    all: unset;
    background-color: #569E7A;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
}

.mentee_hope{
    text-align: left;
}

/* 페이징 기본 (PC) 디자인 */
.mentee_modal_pagination {
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 5px;
    margin-top: 20px;
}

.page_pc_numbers {
    display: flex;
    gap: 5px;
}

.mentee_modal_pagination a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px; 
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
}

.mentee_modal_pagination a.active {
    background-color: #569E7A;
    color: #fff;
    border-color: #569E7A;
}

.page_mobile_text {
    display: none; 
    font-size: 18px;
    font-weight: 600;
    color: #151515;
    margin: 0 15px; 
}

/* 모달 상세 뷰 */

.mentee_detail_profile {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
    margin-bottom: 0;
}

.profile_img {
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ddd;
}

.mentee_face_img{
    display: none;
}

.mentee_face_img img{width: 100%;}

.profile_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.detail_view_name_wrap{
    display: flex;
    align-items: end;
    gap: 10px;
}

.profile_info h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.profile_info span{
    font-size: 24px;
    font-weight: 500;
}

.profile_info p{
    font-size: 20px;
    font-weight: 500;
}

.mentee_detail_table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #a0a0a0;
}

.mentee_detail_table th, .mentee_detail_table td {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.6;
    font-size: 16px;
}

.mentee_detail_table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #333;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
}

.mentee_detail_table td {
    text-align: left;
    color: #151515;
}

.mentee_detail_btn_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.btn_detail_close {
    all: unset;
    background-color: #569E7A;
    color: #fff;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn_detail_close:hover {
    background-color: #458263;
}


/* ----------------------------반응형 시작---------------------------------- */

@media screen and (max-width:1200px) {
    .mentee_submit_wrap{ padding: 50px 24px; }
    .mentee_wrap{ flex-direction: column; gap: 30px; }
    .mentee_LS, .mentee_RS{ width: 100%; }
    .mentee_sign_down{ font-size: 34px; line-height: 38px }
    .mentee_modal_container{width: 900px;}
}

@media screen and (max-width:1024px) {
    .mentee_submit_wrap{ padding: 50px 24px; }
    .mentee_submit_title{ width: 180px; }
    .mentee_edu_table th{ padding: 10px; }
    .mentee_modal_container{width: 80vw; height: 80vh;}
}

@media screen and (max-width:768px) {
    .mentee_wrap { padding: 30px 0; }
    .mentee_RS_wrap { flex-direction: column; align-items: start; }
    .marginL50_mentee { margin-left: 0; }
    .mentee_coment_wrap { margin-top: 30px; flex-direction: column; align-items: start; gap: 5px; }
    .mentee_RS_title_wrap { flex-direction: column; align-items: start; }
    .mentee_steop03_coment_wrap { flex-direction: column; align-items: start; gap: 0;}
    .mentee_sign_down { font-size: 18px; line-height: 20px; }
    .mentee_step_title { font-size: 24px; padding-bottom: 5px; border-bottom: 1px solid #151515; }
    .mentee_suject_wrap { gap: 10px; }
    .mentee_edu_table { display: none; }
    .mentee_edu_table_mobile { display: flex; flex-direction: column; gap: 10px; margin-top: 30px; }
    .mentee_edu_table_mobile span { font-size: 14px; }
    .mentee_sign_up { font-size: 18px; gap: 20px; }
    .mentee_person02 { margin-top: 30px; padding: 30px 0 0 0; }

    .mentee_modal_container { width: 80vw; height: 80vh; max-width: none; border-radius: 0; }
    .mentee_modal_header { padding: 15px 20px; }
    .mentee_modal_header h2 { font-size: 22px; }
    .mentee_modal_body { padding: 15px 20px; }

    .mentee_modal_filter_wrap { flex-direction: column; gap: 10px; margin-bottom: 20px; }
    .mentee_modal_selects { width: 100%; }
    .mentee_modal_selects .select-box { flex: 1; width: 100% !important; padding: 0 25px 0 15px; }
    .mentee_modal_search { width: 100%; box-sizing: border-box; height: 35px;}

    .mentee_modal_table thead { display: none; }
    .mentee_modal_table, .mentee_modal_table tbody { display: block; width: 100%; }
    .mentee_modal_table tr { display: flex; flex-direction: column; border-bottom: 1px solid #e0e0e0; padding: 20px 0; text-align: left; }
    .mentee_modal_table td { display: block; border: none; padding: 3px 0; text-align: left; }

    .mentee_modal_table td:nth-child(1) { order: 1; font-size: 20px; font-weight: 700; padding-bottom: 10px; }
    .mentee_modal_table td:nth-child(2) { order: 2; }
    .mentee_modal_table td:nth-child(3) { order: 3; }
    .mentee_modal_table td:nth-child(4) { order: 4; }
    .mentee_modal_table td:nth-child(5) { order: 4; }
    .mentee_modal_table td:nth-child(6) { order: 5; padding-bottom: 15px; }
    .mentee_modal_table td:nth-child(7) { order: 6; padding-top: 10px; }


    .mentee_btn_group {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }
    .btn_detail {
        all: unset; 
        display: block; 
        flex: 1;
        text-align: center;
        border: 1px solid #d1d1d1;
        padding: 10px 0;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
    }
    .btn_select {
        all: unset;
        display: block; 
        flex: 1;
        text-align: center;
        background-color: #569E7A;
        color: #fff;
        padding: 10px 0;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
    }

    .mentee_detail_profile {
        align-items: flex-start;
        border-bottom: 1px solid #333;
    }
    
    .mentee_detail_table, 
    .mentee_detail_table tbody, 
    .mentee_detail_table tr, 
    .mentee_detail_table th, 
    .mentee_detail_table td {
        display: block; 
        width: 100%;
        box-sizing: border-box;
    }
    
    .mentee_detail_table tr {
        padding: 15px 0;
        border-bottom: 1px solid #e0e0e0; 
    }
    
    .mentee_detail_table th {
        border-right: none;
        border-bottom: none;
        text-align: left;
        padding: 0 0 5px 0; 
        background-color: transparent;
        font-size: 18px;
        color: #569E7A; 
    }
    
    .mentee_detail_table td {
        padding: 0;
        border-bottom: none;
        font-size: 16px;
        line-height: 1.6;
    }

    .btn_detail_close {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    .page_pc_numbers { display: none; }
    .page_mobile_text { display: block; }

    .mentee_hope_wrap{flex-direction: column; gap: 5px;}
    .hop_textbox{width: 100%;}
}

@media screen and (max-width:480px) {
    .mentee_RS_title{ font-size: 24px; }
    .mentee_custom_check{ width: 30px; height: 30px; }
    .mentee_submit_input{ width: 100%; }
    .mentee_submit_input .mentee_textbox, .mentee_submit_input .select-box { width: 100%; min-width: unset; }
    .mentee_submit_input .w300, .mentee_submit_input .w400{ width: 100%; }
    .mentee_register{ flex-direction: column; align-items: start; }
    .mentee_mobile_flex{ flex-direction: column; align-items: start; gap: 10px; }
    .mentee_step{ font-size: 18px; }
    .select-box{ font-size: 16px; height: 35px; line-height: 34px; }
    .mentee_textbox{ font-size: 16px; line-height: 34px; height: 35px; }
    .mentee_submit_title{ font-size: 18px; }
    .select-option li{ font-size: 16px; }
    .mentee_dashline{ height: 30px; }
    .search_line{ height: 100px; }
    .mentee_serch_wrap{ width: 100%; align-items: center; }
    .mentee_serch_btn{ width: 100%; text-align: center; }
    .mentee_notice_text{ text-align: start; }
    .mentee_wrap_01 .mentee_RS:first-child{ margin-top: 0; }
    .moblie_long_input{ width: 100%; }

    .mentee_submit_input.mentee_gap5 { display: flex; width: 100%; gap: 5px; }
    .mentee_submit_input.mentee_gap5 .mentee_textbox, .mentee_submit_input.mentee_gap5 .select-box { flex: 1; width: 100% !important; min-width: 0; }
    .mentee_submit_input.mentee_gap5 .select-box { padding: 0 25px 0 10px; }
    .mentee_submit_input.mentee_gap5 .selected-styled::after { right: 8px; }
    .mentee_submit_input.mentee_gap5 .selected-styled { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }

    .mentee_suject_wrap{ margin-top: 20px; }
    .mentee_RS_title_wrap{ margin-top: 30px; }
    .mentee_subject_text{ padding: 10px 18px; line-height: 24px; }
    .moblie_input_w150{ width: 150px; }
    .mento_serch_btn{ font-size: 18px; }
    .mentee_custom_check{ width: 30px; height: 30px; }
    .mentee_arrow_wrap{ padding: 20px; }
    .mentee_arrow_text_wrap{padding: 10px;}
    .mentee_arrow_text{font-size: 16px;}
    .mentee_arrow_dsc{font-size: 15px;}
    .mentee_arrow_text_wrap span{font-size: 16px;}
    .mentee_submit_input.mentee_flexdirection { width: 100%; align-items: stretch !important; }
    .favorite_mento_wrap { width: 100%; display: flex; align-items: center; gap: 6px; font-size: 16px; }
    .mento_display_box { flex: 1; width: auto !important; min-width: 0; padding: 0 10px; }
    .mento_serch_btn { padding: 0 12px; font-size: 15px; height: 40px; line-height: 40px; white-space: nowrap; }
    .mento_badge { padding: 4px 8px; font-size: 12px; }
    .btn_clear_mento { font-size: 18px; padding-left: 5px; }


    .profile_info h3{font-size: 22px;}
    .profile_info span{font-size: 20px;}
    .profile_info p{font-size: 16px;}

    /* 페이징 모바일 텍스트 전환 */
    .mentee_modal_pagination a.page_nav { border-color: #eee; color: #ccc; }
}




/* ----------------멘토 신청 페이지 26-03-17--------------------- */

.mentee_small_text{
    font-size: 14px;
}

.mentee_item{
    display: flex;
    gap: 10px;
}

.mentee_item .mentee_serch_btn{
    border: 1px solid #d9d9d9;
    background-color:#F7F7F7;
    color: #151515;
}

.mentee_serch_btn_disabled{
    opacity: 0.4;
    pointer-events: none;
}

.mentee_area_wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 800px;
}

.mentee_subject_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; 
    width: 100%;
    max-width: 800px;
}



.mentee_subject_label {
    cursor: pointer;
    text-align: center;
}

.mentee_area_check {
    display: none; 
}


/* 체크박스 디자인 (span) */
.mentee_area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 23px;
    border-radius: 16px;
    border: 1px solid #d9d9d9;
    font-size: 20px;
    font-weight: 500;
    color: #151515;
    background-color: #fff;
    transition: all 0.2s;
    white-space: nowrap;
}

.mentee_area_check:checked + .mentee_area {
    background-color: #569E7A;
    color: #fff;
    border-color: #569E7A;
}

.area_disabled{
    background: #E9ECEF;
    color: #999;
    pointer-events: none;
}

/* --- 멘토링 가능분야 테이블 --- */
.mentee_category_table {
    width: 100%;
    max-width: 800px; 
    border-collapse: collapse;
    margin-top: 5px;
    font-size: 16px;
}

.mentee_category_table th,
.mentee_category_table td {
    border: 1px solid #d9d9d9;
    padding: 15px 20px;
    vertical-align: middle;
}

.mentee_category_table th {
    font-weight: 700;
    color: #151515;
    text-align: center;
    background-color: #F5F5F5;
}

.mentee_category_table td {
    text-align: left;
    color: #151515;
    line-height: 1.5;
}


.mentor_RS_title{margin-top: 0;}
.mentor_wrap_01 .mentee_RS .mentee_RS_wrap .mentee_coment_wrap:first-child{
    margin-top: 0;
}
.mentor_wrap_02 .mentee_RS .mentee_RS_wrap .mentee_coment_wrap:first-child{
    margin-top: 0;
}

.item_modal_container {
    width: 600px;
    max-width: 600px;
    max-height: 300px;  
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column; 
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mentee_modal_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px 24px 24px;
    gap: 10px;
}

.item_modal_filter_wrap {
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.item_modal_notice_text{
    font-size: 18px;
    text-align: center;
}

.item_notice_green{
    color: #569E7A;
}

.mentor_item_btn{
    width: 100%;
    background-color: #569E7A;
}

.mentor_item_btn:hover{
    background-color: #488565;
    color: #fff;
}



@media screen and (max-width:1024px) {

    .mentee_area_wrap{
        grid-template-columns: repeat(5, 1fr);
    }

    .mentee_category_table{
        max-width: 600px;
    }

    .mentee_category_table th, .mentee_category_table td{
        padding: 8px 10px;
    }

    .mentor_class01::after{
        all: unset;
        content: ": 선도농업인(WPL 현장교수, 농업마이스터, 신지식농업인 등), 유관기관 전문가 등";
        font-size: 14px;
        width: 300px;
        display: block;
        position: absolute;
        right:  -315px;
        bottom: -14px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:768px) {

    .mentee_area_wrap{
        grid-template-columns: repeat(4, 1fr);
    }

    .mentee_area{
        padding: 20px 0px;
        font-size: 18px;
    }

    .mentor_class01{
        margin:0 0 30px 0;
    }

    .mentor_class02{
        margin:0 0 60px 0;
    }

    .mentor_class01::after{
        all: unset;
        content: ": 선도농업인(WPL 현장교수, 농업마이스터, 신지식농업인 등), 유관기관 전문가 등";
        font-size: 14px;
        width: 445px;
        display: block;
        position: absolute;
        left: 0;
        bottom: -30px;
        transform: translateY(-50%);
    }

    .mentor_class02:after{
        all: unset;
        content: ": 우수 청년농업인, 선배 청년농, 청년농 강사 등";
        font-size: 14px;
        width: 300px;
        display: block;
        position: absolute;
        left: 0;
        bottom: -30px;
        transform: translateY(-50%);
    }

    .item_modal_container{
        width: 80vw;
        max-height: 500px;
    }

    .item_modal_filter_wrap .mentee_modal_selects{
        flex-direction: column;
    }

    .item_modal_notice_text{
        font-size: 16px;
    }

}


@media screen and (max-width:480px) {

    .mentee_item{
        flex-direction: column;
    }

    .mentee_area_wrap{
        grid-template-columns: repeat(4, 1fr);
    }

    .mentee_subject_wrap{
        grid-template-columns: repeat(2, 1fr);
    }

    .mentor_class02{
        margin:0 0 30px 0;
    }

    .mentor_class01::after{
        all: unset;
        content: ": 선도농업인(WPL 현장교수, 농업마이스터, 신지식농업인 등), 유관기관 전문가 등";
        font-size: 14px;
        width: 300px;
        display: block;
        position: absolute;
        left: 0;
        bottom: -50px;
        transform: translateY(-50%);
    }

    .mentee_category_table th{
        font-size: 16px;
    }

    .mentee_category_table td{
        font-size: 14px;
    }

    .mentee_arrow_title{
        font-size: 18px;
    }


    


}


/* ------------멘토링 사업 소개 페이지----------------- */

.mentoring_con_wrap{
    width: 100%;
    padding: 50px 80px;
    border-radius: 16px;
    margin-top: 30px;
}

.mentoring_header_wrap{
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
}

/* 멘토링01 */

.mentoring_01{
    background-color: #FAF9F6;
}

.mentoring_01_text{
    font-size: 20px;
    font-weight: 500;
    white-space: pre-wrap;
    line-height: 36px;
}

.mentoring_01_text strong{
    font-size: 28px;
    color:#569E7A ;
    font-weight: 700;
}


/* 멘토링02 */

.mentoring_02_wrap{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
}

.mentoring_02{
    width: 50%;
    padding: 40px 45px;
    min-height: 300px;
    position: relative;
}

.mentoring_02 img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mentoring_02_wrap .mentoring_02:first-child{
    max-width:694px ;
}

.mentoring_02_wrap .mentoring_02:nth-child(2){
    max-width:744px ;
    padding: 40px 45px 40px 95px;
}

.mentoring_02_text{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    z-index: 1;
}

.mentoring_03_wrap{
    background-color: #FAF9F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}

.mentoring_03{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.mentoring_03_box{
    width: 200px;
    height: 100px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #707070;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    font-weight: 700;
}

.mentoring_03_text{
    font-size: 18px;
    font-weight: 500;
}


.mentoring_04_wrap{
    padding: 0 ;
}

.mentoring_04_maintext{
    font-size: 20px;
    font-weight: 700;
}

.mentoring_04_text_wrap{
    margin-top: 30px;
}

.mentoring_04_text{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.mentoring_04_dsc{
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    opacity: 0.8;
}

.mentee_check_button{
    all: unset;
    display: block;
    padding: 20px 80px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #569E7A;
    border-radius: 10px;
    margin: 0 auto;
}
.mentee_check_button:hover {
    background-color: #458263;
}




/*20260326 ì‚¬ì—…ì†Œê°œ ì¶”ê°€ =================================================== */
.mentee_submit_wrap.mt_introduction .mentoring_header_wrap{margin-top: 50px;}
.mentee_submit_wrap.mt_introduction .mentoring_03{flex: 1 1 100%; max-width: 200px;}
.mentee_submit_wrap.mt_introduction .mentoring_03_box{display: flex; align-items: center; justify-content: center; line-height: inherit; border: 1px solid #d4d1c6;text-align: center;font-size: 22px;font-weight: 600; color: #544E3D; padding: 10px; width: 100%;}
.mentee_submit_wrap.mt_introduction .mentoring_03_box>p{display: flex; align-items: center; justify-content: center;}
.mentee_submit_wrap.mt_introduction .mentoring_03_box>p>span{display: flex; align-items: center; justify-content: center; width: 25px; flex: 0 0 25px; height: 25px; margin-right: 8px; border-radius: 5px; font-size: 17px; font-weight: 600; background-color: #bfbbb0; color: #fff;}
.mentee_submit_wrap.mt_introduction .mentoring_03_text{ color: #7E7865; font-weight: 500;}
.mentee_submit_wrap.mt_introduction .mentoring_03_arrow{margin: 0 5px 35px;}

.mentee_submit_wrap.mt_introduction .txt_mt01{margin-top: 80px;}
.mentee_submit_wrap.mt_introduction .txt_mt01 h4{font-size: 38px;font-weight: 700; text-align: center;}
.mentee_submit_wrap.mt_introduction .txt_mt01 p.mentoring_04_text{font-size: 18px;font-weight: 500; text-align: center; color: #999;}
.mentee_submit_wrap.mt_introduction .tabs-wrap{margin-top: 50px;}

@media (max-width: 960px) {
    .mentee_submit_wrap.mt_introduction .mentoring_03_wrap{flex-direction: column;}
    .mentee_submit_wrap.mt_introduction .mentoring_03{width: 100%; max-width: 100%; flex-direction: row;gap: 5px;}
    .mentee_submit_wrap.mt_introduction .mentoring_03_box{height: 60px;}
    /*.mentee_submit_wrap.mt_introduction .mentoring_03_box>p{justify-content: flex-start; width: 170px;}*/
    .mentee_submit_wrap.mt_introduction .mentoring_03_text{flex: 0 0 80px; text-align: center;}
    .mentee_submit_wrap.mt_introduction .mentoring_03_arrow{margin: 5px 0 5px -80px;}
    .mentee_submit_wrap.mt_introduction .mentoring_03_arrow>img{transform: rotate(90deg) scale(0.7);}
}

@media (max-width: 580px) {
    .mentee_submit_wrap.mt_introduction .mentoring_03_wrap{padding: 15px;}
    .mentee_submit_wrap.mt_introduction .mentoring_03_arrow{margin: 5px 0 5px -60px;}
    .mentee_submit_wrap.mt_introduction .mentoring_03_text{flex: 0 0 60px; text-align: right;}
}


.overview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .overview-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.overview-card {
    background-color: #ffffff;
    border-radius: 1.5rem; /* rounded-3xl */
    border: 1px solid #e7e5e4; /* stone-200 */
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.overview-card-title {
    font-size: 20px; /* text-sm */
    font-weight: 700; /* font-black */
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.overview-card-title { color: #059669; /* emerald-900 */ }
.overview-card-title svg {stroke: #059669;}

.overview-card-text {
    font-size: 18px;
    color: #57534e; /* stone-600 */
    line-height: 120%;
}

.overview-card-subtext {
    font-size: 0.625rem; /* text-[10px] */
    color: #a8a29e; /* stone-400 */
    font-style: italic;
}

.text-highlight { color: #047857; font-weight: bold; }




/*=============================*/
.process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .process-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.process-item {
    position: relative;
}

.process-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e7e5e4;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.process-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.process-icon {
    padding: 0.75rem;
    border-radius: 0.75rem;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.process-icon.mentor { background-color: #ecfdf5; color: #059669; }
.process-icon.mentee { background-color: #ecfdf5; color: #059669; }

.process-card:hover .process-icon.mentor { background-color: #059669; color: #ffffff; }
.process-card:hover .process-icon.mentee { background-color: #059669; color: #ffffff; }

.process-step {
    font-size: 18px;
    font-weight: 900;
    color: #d6d3d1;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
}

.process-name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.process-desc {
    font-size: 18px;
    color: #78716c;
    line-height: 120%;
    word-break: keep-all;
}

.process-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    z-index: 10;
    color: #d6d3d1;
}

@media (min-width: 768px) {
    .process-arrow {
        display: block;
    }
}



/*============================*/
.detail-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 20px 0;
}

.detail-card {
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e7e5e4;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.detail-header {
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.detail-header.mentor { background-color: #2e7d32; }
.detail-header.mentee { background-color: #2e7d32; }

.detail-num {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 900;
    font-size: 1.125rem;
}

.detail-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.detail-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .detail-row {
        flex-direction: row;
        align-items: flex-start;
        gap: 1rem;
    }
}

.detail-label {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    min-width: 100px;
    text-align: center;
}

.detail-label.mentor { background-color: #d1fae5; color: #047857;  width: 110px !important; min-width: 110px !important;}
.detail-label.mentee { background-color: #ecfdf5; color: #047857; }

.detail-text {
    font-size: 18px;
    color: #57534e;
    line-height: 140%;
    word-break: keep-all;
}




/*============================*/
.rules-box {
    padding: 2rem;
    border-radius: 1.5rem;
    border: 2px solid;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.rules-box.mentor { background-color: #fef2f2; border-color: #fecaca; }
.rules-box.mentee { background-color: #fff7ed; border-color: #fed7aa; }

.rules-bg-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    opacity: 0.1;
}

.rules-content {
    position: relative;
}

.rules-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.rules-icon-wrap {
    padding: 0.5rem;
    border-radius: 0.5rem;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.rules-icon-wrap.mentor { background-color: #dc2626; }
.rules-icon-wrap.mentee { background-color: #ea580c; }

.rules-title {
    font-size: 1.5rem;
    font-weight: 900;
}

.rules-title.mentor { color: #7f1d1d; }
.rules-title.mentee { color: #7c2d12; }

.rules-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .rules-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rule-card {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
    padding: 1.25rem;
    border-radius: 1rem;
    border: 1px solid;
    word-break: keep-all;
}

.rule-card.mentor { border-color: #fee2e2; }
.rule-card.mentee { border-color: #ffedd5; }

.rule-name {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 20px;
}

.rule-name.mentor { color: #991b1b; }
.rule-name.mentee { color: #9a3412; }

.rule-desc {
    font-size: 18px;
    line-height: 120%;
}

.rule-desc.mentor { color: #b91c1c; }
.rule-desc.mentee { color: #c2410c; }

.rule-desc strong {
    font-weight: bold;
}




/* -------------------2026-03-30 멘티 선정하기 페이지--------------------------- */

.mentee_serch_notice.fixed table {
    table-layout: fixed;
}

.mentee_serch_notice .secret, .mo-list-table .secret {
    display: inline-block;
    margin-right: 2px;
    vertical-align: text-bottom;
}

.mentee_serch_notice .secret > img, .mo-list-table .secret > img {
    display: block;
}

.mentee_serch_notice th {
    background: #F5F6F7;
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 8px;
    text-align: center;
    vertical-align: middle;
}

.mentee_serch_notice tr.notice-tr, .mo-list-table li.notice-tr {
    background: #F3F9FF;
}

.mentee_serch_notice .deco-notice, .mo-list-table .deco-notice {
    border-radius: 10px;
    background: #E5F1FD;
    color: #2092CB;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    padding: 8px 16px;
}

.mentee_serch_notice .new, .mo-list-table .new {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #D35F2E;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 0% */
    margin-right: 10px;
    vertical-align: text-top;
}

.mentee_serch_notice td {
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    padding: 18px 8px;
    vertical-align: middle;
    text-align: center;
}

.mentee_serch_notice td button {
    margin: 0 auto;
}

.mentee_serch_notice td.left, .mentee_serch_notice td.left a {
    text-align: left !important;
}

.mentee_serch_notice td.center, .mentee_serch_notice td.center a {
    text-align: center !important;
}

.mentee_serch_notice td.right, .mentee_serch_notice td.right a {
    text-align: right !important;
}

.mentee_serch_notice tr {
    border-bottom: 1px solid #D9D9D9;
}

.mentee_serch_notice tr td a {
    display: block;
}

.mentee_serch_notice tr:hover td a {
    text-decoration: underline;
    text-underline-position: under;
}

.mentee_serch_notice tr td p {
    color: #171A19;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.mentee_serch_notice tr td p + p {
    margin-top: 12px;
}

.mentee_serch_notice tr td img {
    display: block;
    max-width: 100%;
}

.mentee_serch_notice tr td .img-list-wrap {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.mentee_serch_notice tr td .img-list-wrap > img {
    display: block;
}


.mentee_modal_table tr td input{
    appearance: none;
    -webkit-appearance: none;
    width: 20px; 
    height: 20px; 
    cursor: pointer;
    background: url(../images/checkbox_mentee_01.svg) no-repeat center center; 
    background-size: contain;
    border: none; 
}

.mentee_modal_table tr td input:checked {
    background: url(../images/checkbox_mentee_02.svg) no-repeat center center;
    background-size: contain;
}

.mentee_modal_table tr td input:disabled {
    background: url(../images/checkbox_mentee_03.svg) no-repeat center center;
    background-size: contain;
    cursor: not-allowed;
}

.mentee_modal_table tr td input:checked:disabled {
    background-image: url(../images/checkbox_mentee_02.svg); 
    opacity: 0.5; 
    cursor: not-allowed;
}

.mentee_custom_check:disabled{
    background: url(../images/checkbox_mentee_03.svg) no-repeat center center;
    background-size: contain;
    cursor: not-allowed;
}

.mentee_custom_check:checked:disabled{
    background: url(../images/checkbox_mentee_02.svg) no-repeat center center;
    background-size: contain;
    cursor: not-allowed;
}



.mentee_serch_btn{   
    all: unset;
    max-width: 110px;
    display: block;
    padding: 6px 8px;
    border-radius: 50px;
    background-color: #569E7A;
    color: #fff;
    cursor: pointer;
}

.mentee_serch_btn button{
    color: #fff;
}


.mentee_check_button{
    all: unset;
    display: block;
    padding: 20px 80px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #569E7A;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.mentee_check_button button{
    color: #fff;
}
.mentee_check_button:hover {
    background-color: #458263;
}

.mentee_select_btn{
    width: 70px;
    margin-top: 50px;
    padding: 10px;
}

.mentee_result_btn{
    max-width: 120px;
    padding: 6px 8px;
    border-radius: 50px;
    color: #151515;
    opacity: 0.7;
    cursor: unset;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2) ;
    text-align: center;
    font-weight: 400;
}

.mentee_result_end{
    max-width: 120px;
    color: #fff;
    opacity: 1;
    /* cursor: not-allowed; */
    font-weight: 700;
    background-color: #074D43 ;
}


/* 모달 전체를 감싸는 영역 (배경 어둡게) */
.Mentee_detail_modal {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 배경 어둡게 */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* 실제 모달 박스 */

/* 모달이 떴을 때 body 스크롤 방지용 클래스 */
body.modal-open {
    overflow: hidden;
}

.mentee_select_container{
    background: #fff;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.mentee_select_header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px solid #e0e0e0;
}

.mentee_select_info{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mentee_select_info h3{
    font-size: 24px;
    font-weight: 700;
}

.mentee_select_info p{
    font-size: 18px;

}

.mentee_detail_table td{
    vertical-align: middle;
}

.mentee_select_body {
    flex: 1;
    overflow-y: auto; 
}

.mentee_team02, .mentee_team03{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 3px solid rgba(0, 0, 0, 0.2);
}

.detail_view_name_wrap{
    display: flex;
    gap: 5px;
    align-items: end;
}

@media screen and (max-width: 940px){

    .mentee_serch_notice td{
        font-size: 16px;
        padding: 10px 4px;
    }

    .mentee_result_btn{
        padding: 8px 2px;
    }
}



@media screen and (max-width: 900px){

    .mentee_result_btn{
        padding: 8px 2px;
    }
}




@media screen and (max-width: 768px) {
    .mentee_serch_notice, 
    .mentee_serch_notice thead, 
    .mentee_serch_notice tbody, 
    .mentee_serch_notice th, 
    .mentee_serch_notice td, 
    .mentee_serch_notice tr {
        display: block;
        width: 100%;
    }

    .mentee_serch_notice thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .mentee_serch_notice tr {
        border: 1px solid #D9D9D9;
        border-radius: 12px;
        margin-bottom: 20px;
        padding: 15px;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        position: relative; 
    }

    /* 4. 각 셀(Cell) 설정 */
    .mentee_serch_notice td {
        border: none ;
        padding: 8px 0px; 
        position: relative;
        text-align: left;
        font-size: 18px;
        min-height: 35px;
    }

    /* 5. data-label 속성을 이용한 가상 라벨 생성 */
    .mentee_serch_notice td::before {
        content: attr(data-label);
        position: absolute;
        left: 30px;
        width: 90px;
        font-weight: 700;
        color: #569E7A;
        font-size: 18px;
        line-height: 20px;
    }



    /* 6. 체크박스 영역 예외 처리 (라벨 없이 중앙 상단 배치 등) */
    .mentee_serch_notice td:first-child {
        padding-left: 0;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .mentee_serch_notice td:first-child::before {
        content: "선택하기"; /* 체크박스용 라벨 */
    }

    /* 7. 버튼 영역 (라벨 없이 가로 꽉 차게) */
    .mentee_serch_notice td:has(.mentee_serch_btn) {
        padding-left: 0;
        margin-top: 10px;
    }
    .mentee_serch_notice td:has(.mentee_serch_btn)::before {
        content: ""; /* 버튼 옆에는 라벨 제거 */
    }

    .mentee_serch_btn {
        max-width: unset;
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    /* 8. 기타 레이아웃 조정 */
    .board-total-wrap {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
        margin-bottom: 20px;
    }

    .mentee_select_btn{
        width: 100%;
        padding: 16px 0px;
    }

    .detail_view_name_wrap h3{
        font-size: 20px;
    }

    .detail_view_name_wrap{
        flex-direction: column;
        align-items: start;
    }

    .mentee_result_btn{
        max-width: unset;
    }



    .mentee_serch_notice td{
        padding: 8px 0px 8px 120px;
    }

    .mentee_serch_notice td:last-child{
        padding: 8px 0;
    }

    .mentee_serch_notice td:nth-child(2)::before,
    .mentee_serch_notice td:nth-child(3)::before,
    .mentee_serch_notice td:nth-child(4)::before,
    .mentee_serch_notice td:nth-child(5)::before,
    .mentee_serch_notice td:nth-child(6)::before,
    .mentee_serch_notice td:nth-child(7)::before,
    .mentee_serch_notice td:nth-child(8)::before {
        content: attr(data-label);
        position: absolute;
        left: 00px;
        width: 90px;
        font-weight: 700;
        color: #569E7A;
        font-size: 18px;
        line-height: 20px;
    }

    .mentee_serch_notice td:nth-child(1)::before{
        content: "선택";
    }

}

.mentee_select_container {
    /* ... 기존 속성 유지 ... */
    
    /* 브라우저(특히 웹킷 기반)에서 둥근 모서리 바깥으로 컨텐츠가 삐져나가는 버그를 강제로 클리핑 */
    isolation: isolate; 
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* 직각 스크롤바가 모서리를 덮지 않도록 스크롤바 자체를 둥글게 커스텀 */
.mentee_select_container::-webkit-scrollbar {
    width: 8px; /* 스크롤바 너비 얇게 조절 */
}

.mentee_select_container::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 12px;
    margin: 10px; /* 위아래 여백을 주어 둥근 모서리에 닿지 않게 함 */
}

.mentee_select_container::-webkit-scrollbar-thumb {
    background: #d1d1d1;
    border-radius: 12px;
}

/* 2026-03-30 개요페이지 멘토구분 추가 */

.mento_join_notice_wrap{
    display: flex;
    align-items: end;
    gap: 30px;
}

.mento_join_notice{
    display: flex;
    gap:10px;
}

.mento_join_notice p{
    font-size: 20px;
}

@media screen and (max-width:1080px) {
    .mento_join_notice_wrap{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .mento_join_notice p{
        font-size: 18px;
    }
}

@media screen and (max-width:750px) {
    .mento_join_notice{
        flex-direction: column;
        gap: 5px;
    }

    .mento_join_notice p{
        font-size: 16px;
    }
}


/* 2026-03-30 멘티 참여 프로세스 추가 */

.Participation_type{
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.mentee_type_wrap{
    width: 50%;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #e7e5e4;
    border-radius: 1rem;
    margin-top: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}


.mentee_type{
    font-size: 20px;
    font-weight: 700;
    color: #004439;
}


.mentee_type_text{
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}

.mentee_type_dsc{
    margin-top: 10px;
}

@media screen and (max-width: 900px) {
    .Participation_type{
        flex-direction: column;
        gap: 5px;

    }

    .mentee_type_wrap{
        width: 100%;
        margin-top: none;
    }

    .mentee_type_text{
        border-radius: 10px;
    }
}


/* 2026-03-30 멘토 선정 확인 페이지*/

.mento_badge_margin-right{
    margin-right: 5px;
}

.matching_end{
    background-color: #eeeeee;
}

.mentor_matchin_PC{
    display: block;
    width: 100%;
    max-width: 1488px;
}

.mentor_matchin_PC colgroup{
    width: 100;
}

@media screen and (max-width: 780px) {
    .mentor_matchin_PC{
        display: none;
    }
}


/* 2026-03-31 css 수정 */

/* th 줄바꿈 문구 수정 */
.mentoring_detail_text{
    white-space: pre;
}

/* 재배 품목 글정렬 앞 */
.td_text-align_start{
    text-align: start;
}

/* 멘토 선택 - 팀 여부 반응형 css 추가 */

.team_input_wrap{
    display: flex;
    align-items: center;
    gap: 6px;
}

@media screen and (max-width: 480px) {
    .team_input_direction{
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .team_input_wrap{
        width: 100%;
        margin-top: 5px;
    }
}

.mentee_step_dsc_must{color: #D52323; margin-top: 5px; font-size: 16px; font-weight: 600;}