

/* 오시는길 스타일 04 :: 중급형 전용 */
#cm_location_style04 .location-info-con 
{margin-top:50px; display:flex; justify-content:space-between; flex-wrap:wrap;}
#cm_location_style04 .location-info-con dl 
{width:31%; background:#f7f7f7; border:1px solid #ddd; padding:40px 20px; border-radius:20px; text-align:center;}
#cm_location_style04 .location-info-con dl dt 
{font-size:19px; font-weight:800; color:#222;}
#cm_location_style04 .location-info-con dl dd 
{font-size:18px; color:#000; font-weight:300; margin-top:20px;}

@media screen and (max-width: 768px) {
  #cm_location_style04 .location-info-con { gap: 20px; flex-direction: column; }
  #cm_location_style04 .location-info-con dl { width: 100%; }
  #cm_location_style04 .location-info-con dl dd { font-size: 16px; line-height: 23px; }
}