.tomsintroduce {
  background: #fff;
}
.top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  img {
    width: 100%;
  }
  h1 {
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    margin-bottom: 0 !important;
    letter-spacing: 0.12em;
  }
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans CJK KR", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.info-table th {
  width: 220px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 78px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.info-table td {
  border-bottom: 1px solid #e0e0e0;
  color: #191919;
  padding-left: 58px;
  font-size: 16px;
  font-weight: 300;
}
.company-map {
  margin-top: 40px;
}
.company-map h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 23px;
  margin-top: 106px;
  letter-spacing: 0.09em;
}
.map-frame {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.access-info {
  display: flex;
  flex-direction: row;
  gap: 56px;
  font-size: 14px;
  line-height: 1.6;
  > div {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 17px;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.09em;
    > strong {
      font-weight: 500;
    }
  }
}
.sub-text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.0em;
}
