.con .col000 {
  color: #000;
  text-align: left;
}
.con .gap5 {
  gap: 5%;
}
.con .col666 {
  color: #666;
}
.con .c_t .mes .list:first-child {
  margin-top: 0;
}
.con .c_l span {
  flex: 0 0 auto;
}
.con .c_l .code {
  width: 200px;
  background-color: #f5f5f5;
}
.con .c_l .code img {
  width: 100%;
}
.con .c_l .code img:not(:first-child){
    display: none;
}
.con .share {
  display: flex;
  gap: 20px;
}
.con .share .list {
  width: 56px;
  height: 56px;
  background: #F6F6F8;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s linear;
}
.con .share .list.act{
     background: var(--Secondary-color);
}
.con .share .list.act img {
  filter: brightness(0) invert(1);
}

.con .share .list:hover{
     background: var(--Secondary-color);
}
.con .share .list:hover img {
 filter: brightness(0) invert(1);
}
 
.con .share .list > img {
  max-width: 50%;
}
.con .share .list > svg {
  max-width: 50%;
}
.con .share .list > svg path{fill:#808080;}
.con .share .list .info {
  width: 120px;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 5px;
  display: none;
  background: #F6F6F8;
}
.con .share .list .info img {
  width: 100%;
}
.con .share .list:hover .info {
  display: block;
}
.con #map {
  height: 640px;
}
@media only screen and (max-width: 1600px) {
  .con .c_l .code {
    width: 160px;
  }
  .con .share .list {
    width: 46px;
    height: 46px;
  }
  .con #map {
    height: 540px;
  }
}
@media only screen and (max-width: 1440px) {
  .con .c_l .code {
    width: 120px;
  }
  .con .share .list {
    width: 40px;
    height: 40px;
  }
  .con #map {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .con .gap5 {
    flex-wrap: wrap;
  }
  .con .c_l {
    order: 2;
  }
  .con .c_l .dis_flex {
    flex-wrap: wrap;
  }
  .con .c_l .list {
    margin: 0;
  }
  .con .c_l span {
    flex: 0 0 100%;
    margin-top: 4vw;
  }
  .con .share {
    gap: 10px;
  }
  .con #map {
    height: 300px;
  }
}
