@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {

.map-wrap{
  flex-wrap: wrap;
  max-width: 100%;
  flex-direction : column-reverse;
  padding: 0 15px;
}

.map-txt li{
  font-size: 12px;
}

.cat-img-box{
  width: 100%;
}
.map-img{
  width: 100%;
  order: 1;
}

}
