/* 청년내일채움공제 운영절차 스타일 */
.sub0206_process_wrap{display:flex;gap:20px;margin:30px 0;justify-content:space-between}

.process_wrap{flex:1;border:1px solid #ddd;padding:20px;text-align:center;background:#fff;border-radius:10px}
.process_wrap h4{font-size:18px;color:#111;font-weight:bold;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #eee}
.process_wrap ul{list-style:none;padding:0;margin:20px 0;display:flex;justify-content:center;gap:30px;align-items:center}
.process_wrap ul li{text-align:center}
.process_wrap ul li .img{width:100px;height:100px;margin:0 auto 10px;border-radius:50%;background:#f8f8f8}
.process_wrap ul li .img img{width:100%;height:100%;object-fit:contain}
.process_wrap ul li h5{font-size:16px;font-weight:bold;margin:0;color:#333}
.process_wrap p{font-size:15px;color:#666;line-height:1.4;margin-top:15px}

/****** Mobile ******/
@media screen and (min-width:320px) and (max-width:690px){

.sub0206_process_wrap{flex-direction:column;gap:15px}
.process_wrap{padding:15px}
.process_wrap ul{flex-direction:column;gap:15px}
.process_wrap ul li{width:100%}

}

/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1180px){

.process_wrap ul{flex-wrap:wrap;justify-content:center}
.process_wrap ul li{width:calc(50% - 15px);margin-bottom:20px}

}



/****** desktop*****/
@media screen and (min-width:1181px) and (max-width:1600px){

    
}

