.career_program_type{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:40px}
.career_program_box{width:100%;border:1px solid #eee;border-radius:8px;padding:25px;margin-bottom:20px;box-shadow:0 2px 5px rgba(0,0,0,0.05);display:flex}
.career_program_box .icon_placeholder{width:340px;height:200px;background-color:#f0f1ff;border-radius:10px;margin-right:30px;flex-shrink:0;overflow:hidden}
.career_program_box .icon_placeholder img{width:100%;height:100%;object-fit:cover}
.career_program_box .text_content{flex-grow:1;padding-top:24px}
.career_program_box h4{font-size:24px;color:#333;margin-bottom:14px;font-weight:bold}
.career_program_box p{font-size:15px;color:#666;line-height:1.6}

/* 운영절차 */
.career_process_section{margin:0 0 70px 0}
.career_process_section .arrow{text-align:center;padding:8px 0}
.career_process_stepbox{width:100%;height:55px;border:1px solid #ddd;overflow:hidden;border-radius:8px;position:relative;background-color:#fff;display:flex;justify-content:space-between;align-items:center}
.career_process_stepbox h4{font-size:18px;color:#333;font-weight:bold;padding:0px 20px;height:50px;display:flex;align-items:center;background-color:#f8f8f8;border-right:1px solid #eee;margin-right:15px;white-space:nowrap}
.career_process_stepbox p{font-size:18px;color:#666;flex-grow:1}




/****** Mobile ******/
@media screen and (min-width:320px) and (max-width:690px){

.career_program_box .icon_placeholder{width:100%}
.career_program_box{flex-direction:column;text-align:center}
.career_program_box h4{font-size:20px;margin-top:14px}
/* 운영절차 */
.career_process_stepbox{flex-direction:column;align-items:flex-start;height:auto;}
.career_process_stepbox h4{font-size:14px;margin-right:0;margin-bottom:0px;border-right:none;border-bottom:1px solid #eee;width:100%;padding:0px 20px;height:40px}
.career_process_stepbox p{font-size:16px;padding:12px 20px 12px 20px}
.career_process_section .arrow img{width:80px}

}

/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1180px){

}


/****** desktop*****/
@media screen and (min-width:1181px) and (max-width:1600px){

    
}


    