.privacy-agreement {
  min-height: 100vh;
  color: #393939;
  font-weight: 400;
  display: flex;
}
.privacy-agreement .left-menu {
  width: 25vw;
  flex: 0 0 auto;
  height: calc(var(--vh) * 100);
  background: #F1F1F1;
  position: sticky;
  left: 0;
  padding: 7.39583vw 0 0 3.125vw;
  top: 0;
}
.privacy-agreement .left-menu .menu-main {
  max-height: 95%;
  overflow-y: auto;
  font-size: 1.04167vw;
  line-height: 3.38542vw;
  padding-left: 1.04167vw;
}
.privacy-agreement .left-menu .menu-main .title {
  font-weight: bold;
  position: relative;
}
.privacy-agreement .left-menu .menu-main .title::before {
  content: "";
  background-color: #393939;
  height: 1.04167vw;
  width: 0.20833vw;
  position: absolute;
  left: -1.04167vw;
  top: 1.30208vw;
}
.privacy-agreement .left-menu .menu-main li {
  cursor: pointer;
}
.privacy-agreement .left-menu .menu-main .cur {
  color: #DA251C;
  border-bottom: 1PX solid #DA251C;
}
.privacy-agreement .right-editor {
  flex: 1;
  padding: 7.39583vw 4.16667vw 10.41667vw 4.16667vw;
  font-size: 1.25vw;
  line-height: 2.5vw;
}
.privacy-agreement .right-editor .title-name {
  font-weight: bold;
  font-size: 2.5vw;
  line-height: 3.48958vw;
  margin-bottom: 3.125vw;
}
.privacy-agreement .right-editor .item-main .title {
  font-weight: bold;
  margin: 2.60417vw 0 1.5625vw;
}
.privacy-agreement .right-editor :deep(.mt50) {
  margin-top: 2.60417vw;
}
.privacy-agreement .right-editor :deep(.mb60) {
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--privacy-agreement .right-editor {
    padding: 5.8rem 2.1rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
    width: 100%;
}
.mob--privacy-agreement .right-editor .title-name {
    font-size: 1.46667rem;
    line-height: 2.23333rem;
    margin-bottom: 2.16667rem;
    text-align: center;
}
.mob--privacy-agreement .right-editor .item-main .title {
    font-size: 1.33333rem;
    line-height: 1.73333rem;
    margin: 1.66667rem 0 1rem;
}
.mob--privacy-agreement .right-editor :deep(.mt50) {
    margin-top: 1.66667rem;
}
.mob--privacy-agreement .right-editor :deep(.mb60) {
    margin-bottom: 2rem;
}
}