.contact {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.con_tit {
  background: #1ba784;
    font-size: 28px;
    color: white;
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
    padding: 10px 0;
}
.ds {
  background: #1ba784;
  color: white;
}
#tab-7 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  margin-top: 10px;
  border: 1px solid #1ba784;
  border-bottom: none;
}
#tab-7 li {
  font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    width: 9.09%;
    text-align: center;
    padding: 6px 0;
}
#tab-content-7 {}
.con_dt {
  display: none;
}
.con_dt:nth-child(1) {
  display: block;
}
#tab-content-7 table {
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto;
  text-align: center;
  margin: 0 auto !important;
  word-break: break-all;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
#tab-content-7 table tr td {
  border: 1px solid #1ba784;
  line-height: 30px;
}
table tr td:nth-child(3) {
  text-align: left;
  padding-left: 15px;
}