.map-box { padding: 0 0 40px; }
.map-box .root_daum_roughmap { width: 100%; }
.map-box .cont { display: none; }
.address { display: flex; gap: 10px; padding: 0 0 64px; border-bottom: 1px solid #CCCCCC;flex-direction: column;}
.address > ul > li {display: flex;gap: 10px;align-items: center;padding: 0 0 4px;}
.address > ul > li > span {max-width: 70px;width: 100%;font-weight: 400;font-size: 20px;line-height: 150%;letter-spacing: -0.2px;color: #111111;}
.address p { flex: 1; font-weight: 400; font-size: 20px; line-height: 150%; letter-spacing: -0.2px; color: #000000; }


@media (max-width:1024px) {
  .table-wrap { padding: 40px 0; }
  .address p { font-size: 16px; }
  .address { padding: 0 0 30px; }
}