

/* 특정계층 */
.special_group_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px 12px;margin:0 0 70px 0}
.special_group_item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#f8f8ff;border-radius:15px;padding:18px 8px;box-shadow:0 2px 8px rgba(76,108,230,0.06);border:1px solid #e5e7eb;min-height:90px;font-size:15px;color:#222;text-align:center}
.special_group_item img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-top:auto;margin-bottom:8px}
.circle_num{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#5764f0;color:#fff;border-radius:50%;font-size:12px;font-weight:700;margin-bottom:10px}


/****** Mobile ******/
@media screen and (min-width:320px) and (max-width:690px){
/* 특정계층 */
.special_group_grid{grid-template-columns:repeat(2,1fr);}

}

/****** tablet ******/
@media screen and (min-width:691px) and (max-width:1180px){

}




/****** desktop*****/
@media screen and (min-width:1181px) and (max-width:1600px){

    
}




