/* 운영절차 */
.sub0203_process{display:flex;flex-direction:row;gap:24px;margin:36px 0 48px 0;align-items:flex-start;flex-wrap:nowrap}
.sub0203_process .process_step_box_wrap{display:flex;flex-direction:column;flex:1 1 0;min-width:0}
.sub0203_process .process_step_box_row{flex-direction:row;gap:24px;align-items:flex-start;position:relative;flex:2 1 0;margin-bottom:56px}
.sub0203_process .process_step_box{flex:1 1 0;min-width:200px;background:#fff;display:flex;flex-direction:column;align-items:stretch;position:relative}
.sub0203_process .step_rect_img{width:100%;height:200px;border-radius:18px;overflow:hidden;margin:0 auto 20px auto;background:#e5e7eb;display:flex;align-items:center;justify-content:center}
.sub0203_process .step_rect_img img{width:100%;height:100%;object-fit:cover;display:block}
.sub0203_process .process_step_box dl{margin:0 0 20px 0;padding:0;text-align:center;border:1px solid #ddd;border-radius:10px;overflow:hidden}
.sub0203_process .process_step_box dt{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px;text-align:center;border-bottom:1px solid #ddd;background:#60637c;padding:14px 0}
.sub0203_process .process_step_box dd{font-size:16px;color:#767676;line-height:1.7;margin:0;text-align:center;font-weight:400;height:140px}
.sub0203_process .step_box_result{padding:12px 8px;background:#f8f8f8;border-radius:8px;color:#767676;font-size:16px;font-weight:700;text-align:center;height:100px;display:flex;align-items:center;justify-content:center}
.sub0203_process .step_box_result2{width:100%;border-radius:10px;background:#f8f8f8;color:#767676;font-size:16px;font-weight:700;text-align:center;padding:0 10px 0 10px;margin:0;position:absolute;left:0;right:0;bottom:-100px;
    height:100px;display:flex;align-items:center;justify-content:center}



/****** Mobile ******/
@media screen and (min-width:320px) and (max-width:690px){
.sub0203_process{flex-direction:column;gap:16px}
.sub0203_process .process_step_box_row{flex-direction:column;gap:16px;margin-bottom:0}
.sub0203_process .step_box_result2{position:static;border-radius:0 0 12px 12px;margin-top:12px}
.sub0203_process .step_rect_img{max-width:100%;height:120px;margin-bottom:10px}
}

/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1180px){
}


/****** desktop*****/
@media screen and (min-width:1181px) and (max-width:1600px){

    
}
@media(max-width:768px){

}
