/* header */

.policy-header-sts {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
  background: var(--text-white);
}

.policy-header-container-sts {
  display: flex;
  justify-content: start;
  padding-top: 10px;
  padding-left: 10px;
  height: 44px;
  width: 375px;
}

.policy-header-link-sts {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.policy-header-link-sts:hover {
  transform: scale(1.2);
}

.policy-header-icon-mob-sts {
  stroke: #000;
  width: 100%;
  height: 100%;
}

.policy-header-icon-desk-sts {
  display: none;
}

/* dl-dt-dd */

dl {
  padding-left: 24px;
}

dt {
  display: none;
}

dd {
  position: relative;
}

dd::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -16px;
  width: 4px;
  height: 4px;
  background-color: var(--txt-body);
  border-radius: 50%;
}

/* main */

body {
  background: var(--text-white);
}

.main-sts {
  width: 375px;
  padding: 50px 8px;
  margin: 0 auto;

  .policy-title-sts {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 133%;
    text-align: center;
    margin-bottom: 35px;
  }

  h2 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
  }

  p {
    font-size: 14px;
    color: #000;
  }

  .zero-margin-sts {
    margin-bottom: 0;
  }

  section {
    margin-bottom: 30px;
  }

  ul {
    padding-left: 24px;
    list-style-type: disc;
  }

  .domain-sts {
    text-decoration: underline;
    text-decoration-skip-ink: none;
  }
}

#footer-policy {
  background: var(--text-white);
  color: var(--text-black);
}

.policy-footer-gplay-link-sts {
  background: var(--bg1);
}

@media screen and (min-width: 1440px) {
  .policy-header-sts {
    background: transparent;
  }

  .policy-header-container-sts {
    height: 51px;
    width: 1440px;
  }

  .policy-header-link-sts {
    width: 41px;
    height: 41px;
  }

  .policy-header-icon-mob-sts {
    display: none;
  }

  .policy-header-icon-desk-sts {
    display: block;
    stroke: #000;
    width: 100%;
    height: 100%;
  }

  .main-sts {
    width: 1440px;
    padding: 30px 40px 100px;

    .policy-title-sts {
      font-family: var(--second-family);
      font-weight: 600;
      font-size: 50px;
      line-height: 130%;
      margin-bottom: 61px;
    }

    h2 {
      font-size: 30px;
    }

    p {
      font-size: 24px;
    }
  }
}
