/* Reset */
@import url('../reset.css');

/* Common */
@import url('../common/header.css');
@import url('../common/footer.css');
@import url('../common/visual.css');
@import url('../common/components.css');

/* Contact */
@import url('../contact/contact.css');

/* list */
@import url('../contact/list_style.css');

.visual {
  background: url('../../images/main/privacy_visual_bg.png');
}
.privacy_cont {
  margin: 0 auto;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.05em;
  color: #111111;
}
.privacy__agree {
  margin-top: 80px;
}
.privacy__agree h3 {
  margin-bottom: 20px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: var(--main);
}
.privacy__general {
  margin-top: 80px;
}
.privacy__general h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.privacy__general div {
  margin-top: 10px;
}
.privacy__rule {
  margin: 50px 0 180px 0;
}
.privacy__rule div:not(.privacy__rule div:first-child, .privacy__rule div div) {
  margin-top: 20px;
}

.privacy__rule div h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.privacy__rule div div {
  margin-top: 10px;
}
.privacy__rule ol {
  list-style-position: inside;
}

.privacy__rule ol ul li::before {
  content: '-';
}
.rule-5 ol li:first-of-type ul li::before {
  display: none;
}
.rule-6 ol,
.rule-7 ol {
  padding-inline-start: 16px;
}
/* 테블릿 */
@media (max-width: 1360px) {
  .privacy__general div {
    margin-top: 20px;
  }
  .privacy__rule {
    margin-bottom: 160px;
  }
}

/* 모바일 */
@media (max-width: 768px) {
  .privacy__agree h3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .privacy_cont {
    font-size: 12px;
    line-height: 18px;
  }
  .privacy__general {
    margin-top: 50px;
  }
  .privacy__general h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .privacy__general div {
    margin-top: 10px;
  }
  .privacy__rule {
    margin: 30px 0 140px 0;
  }
  .privacy__rule div h3 {
    font-size: 15px;
    line-height: 24px;
  }
  .rule-6 ol,
  .rule-7 ol {
    padding-inline-start: 14px;
  }
}
