.crumb .wrap_1200{
    display: flex;
    flex-wrap: wrap;
}

#crumb > div a {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-align: left;
  color: #666666;
  line-height: 1.5;
  max-width: 100%;
}

#crumb > div a img {
  margin-right: 6px;
}

#crumb > div > svg {
  margin: 0 4px;
}

#crumb > div a.on {
  color: #128342;
}

.mapli {
    width: 100%;
    margin-bottom: 40px;
}

.map1 {
    display: block;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 1;
    width: fit-content;
}

.map1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 18px;
  background: #128342;
}

.li3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.li3_ej {
    width: auto;
    margin-right: 15px;
}


.map3_title {
    padding: 5px 10px;
    background: #f4f4f6;
    color: #777;
    transition: all 0.2s linear;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.li1_map_bot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.li1_ejLi{
    margin-bottom: 15px;
}


@media only screen and (max-width: 769px) {
	#crumb {
    margin-top: 80px;
}
}



























