.privacy {
  background-color: #E6EEF2;
  padding: 80px 0;
}
.privacy .inner-wrap {
  width: 1280px;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  border-radius: 30px;
}
.privacy .title-area {
  margin-bottom: 30px;
}
.privacy .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 42px;
  font-weight: 500;
  color: #2DB0E3;
}
.privacy .title-area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
.privacy .contents {
  margin-bottom: 40px;
}
.privacy .contents:last-child {
  margin-bottom: 0;
}
.privacy .contents h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #E0E0E0;
}
.privacy .contents p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.privacy .contents ol {
  margin-top: 30px;
}
.privacy .contents ol li {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.privacy .contents .add li {
  line-height: 21px;
}
.privacy .contents .add li a {
  color: #064599;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .privacy {
    padding: 8% 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .privacy .inner-wrap {
    width: 100%;
    padding: 8% 4%;
  }
  .privacy .title-area h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .privacy .title-area p {
    font-size: 14px;
  }
}