.hs-legal-page {
  margin: 0;
  background: #f4f5f6;
  color: #1f2730;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

.hs-legal-page__main {
  background: #f4f5f6;
  padding: 116px 0 168px;
}

.hs-legal-page__content {
  width: min(1302px, calc(100% - 80px));
  margin: 0 auto;
}

.hs-legal-page__content h1 {
  margin: 0 0 86px;
  color: #0b2a55;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.hs-legal-page__content h2 {
  margin: 68px 0 28px;
  color: #0b2a55;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
}

.hs-legal-page__content h1 + h2 {
  margin-top: 0;
}

.hs-legal-page__content h3 {
  margin: 26px 0 12px;
  color: #1e2b38;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}

.hs-legal-page__content p {
  margin: 0 0 20px;
  color: #20272f;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
}

.hs-legal-table-wrap {
  width: 100%;
  margin: 28px 0 58px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hs-legal-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.52);
  color: #222b35;
  font-size: 13px;
  line-height: 1.55;
}

.hs-legal-table th,
.hs-legal-table td {
  padding: 15px 18px;
  border: 1px solid #dfe2e6;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}

.hs-legal-table th {
  background: #eceff2;
  color: #17283d;
  font-weight: 700;
}

.hs-legal-table td {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .hs-legal-page__main {
    padding: 96px 0 126px;
  }

  .hs-legal-page__content {
    width: min(720px, calc(100% - 44px));
  }

  .hs-legal-page__content h1 {
    margin-bottom: 58px;
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  .hs-legal-page__main {
    padding: 72px 0 92px;
  }

  .hs-legal-page__content {
    width: min(335px, calc(100% - 40px));
  }

  .hs-legal-page__content h1 {
    margin-bottom: 46px;
    font-size: 28px;
    line-height: 1.38;
  }

  .hs-legal-page__content h2 {
    margin: 48px 0 20px;
    font-size: 18px;
  }

  .hs-legal-page__content h3 {
    margin: 22px 0 10px;
    font-size: 15px;
  }

  .hs-legal-page__content p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .hs-legal-table-wrap {
    margin: 22px 0 44px;
    overflow: visible;
  }

  .hs-legal-table {
    display: block;
    width: 100%;
    min-width: 0;
    background: transparent;
    font-size: 12px;
  }

  .hs-legal-table thead {
    display: none;
  }

  .hs-legal-table tbody {
    display: block;
    width: 100%;
  }

  .hs-legal-table tr {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid #dfe2e6;
  }

  .hs-legal-table td {
    display: block;
    width: 100%;
    padding: 14px 15px;
    border: 0;
    border-bottom: 1px solid #dfe2e6;
    text-align: left;
    line-height: 1.65;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .hs-legal-table td:last-child {
    border-bottom: 0;
  }

  .hs-legal-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 6px;
    color: #0b2a55;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
  }

  .hs-legal-table td:not([data-label])::before {
    content: none;
  }
}
