.privacyCon {
  width: 1000px;
  margin: 0 auto;
  margin-top: 96px;
  margin-bottom: 240px;
}
.privacyTitle {
  padding: 0 40px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 180%;
}
.privacyTxt {
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 96px;
  position: relative;
}
.privacyTxtTitle {
  position: relative;
  font-family: "noto600";
  font-size: 24px;
  line-height: 160%;
}
.privacyTxtTitleLeft {
  position: absolute;
  left: -40px;
  top: 50%;
  width: 16px;
  height: 6px;
  background: var(--pink, #d52057);
  border-radius: 99px;
  transform: translateY(-50%);
}
.privacyTxtCon {
  margin-top: 24px;
  font-size: 16px;
  line-height: 180%;
}
.point {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  margin: 5px 10px;
}
.privacyTxtConTitle {
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 8px;
}
.privacyTxtConTxt {
  position: relative;
  padding: 0 23px;
}
.point {
  position: absolute;
  left: 0px;
  top: 8px;
}

@media screen and (max-width: 1100px) {
  .privacyCon {
  width: calc(100% - 40px);
  } 
}

@media screen and (max-width: 1100px) {
  .privacyCon {
    background: none;
    margin-top: 56px;
    padding-top: 0;
    margin-bottom: 120px;
  } 
.privacyTitle {
  padding: 0;
}
.privacyTxtTitleLeft{
  top: -22px;
  left: 0;
  transform: translateY(0);
}
.privacyTxt {
  margin-top: 78px;
  padding: 0 ;
}
.privacyTxtTitle {
  font-size: 18px;
}
}