#pageMv::after {
  content: "PRIVACY POLICY";
}

#privacyList .mainDes {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  padding: 110px 0 80px;
}
@media (max-width: 768px) {
  #privacyList .mainDes {
    padding: 50px 0 40px;
  }
}
#privacyList ol .list {
  margin-bottom: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #privacyList ol .list {
    margin-bottom: 30px;
  }
}
#privacyList ol .list:last-child {
  margin-bottom: 0;
}
#privacyList ol .list h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #privacyList ol .list h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#privacyList ol .list p {
  line-height: 1.875;
}
@media (max-width: 768px) {
  #privacyList ol .list p {
    font-size: 1.4rem;
  }
}
#privacyList ol .list ul {
  padding-top: 40px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  #privacyList ol .list ul {
    padding-top: 20px;
    padding-left: 30px;
    font-size: 1.4rem;
  }
}
#privacyList ol .list ul li {
  line-height: 1.875;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 768px) {
  #privacyList ol .list ul li {
    margin-bottom: 10px;
  }
}
#privacyList ol .list ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #1695d4;
  top: 12px;
  left: -20px;
  border-radius: 50%;
}
#privacyList ol .list table {
  background: #f8f8f8;
  border: solid 1px #838989;
  max-width: 600px;
  width: 100%;
  display: inline-block;
  padding: 30px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  #privacyList ol .list table {
    padding: 20px 15px;
  }
}
#privacyList ol .list table tbody {
  width: 100%;
}
#privacyList ol .list table tr {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #privacyList ol .list table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
#privacyList ol .list table tr th {
  width: 32%;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  #privacyList ol .list table tr th {
    width: 100%;
    padding-bottom: 5px;
  }
}
#privacyList ol .list table tr td {
  width: 68%;
}
@media (max-width: 768px) {
  #privacyList ol .list table tr td {
    width: 100%;
    font-weight: normal;
  }
}
#privacyList ol .list table tr:last-child th {
  padding-bottom: 0;
}