html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.flex-sa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}

.flex-start {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
}

h1, h2, h3, h4, h5, h6 {
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.privacy_wrap {
  margin: 0 auto;
  padding: 10px 16px 100px;
}

@media (min-width: 751px) {
  .privacy_wrap {
    max-width: 750px;
    margin: 0 auto;
    padding: 15px 20px;
  }
}

.privacy_wrap .container {
  word-break: break-word;
}

.privacy_wrap p, .privacy_wrap div {
  font-size: 12px;
  padding: 3px 0;
  line-height: 1.35;
  color: #777;
  text-align: justify;
}
.privacy_wrap .baseColor {
  color: #777;
}

.privacy_wrap .party-p {
  width: 100%;
  font-weight: bold;
  background: #f1f8ff;
  padding: 8px 8px 8px 6px;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 10px 0;
}

.privacy_wrap .title-p {
  margin-top: 10px;
  border-radius: 3px;
  padding-left: 6px;
  background: #f9f8f8;
  font-size: 14px;
  color: #333;
  padding-bottom: 4px;
  color: #2C2C2C;
}

.privacy_wrap h3,.privacy_wrap h6 {
  font-size: 14px;
  padding: 8px 0;
  color: #2C2C2C;
  line-height: 1.1;
  font-weight: 500;
}
.list-i{
  font-weight: 500;
  font-size: 10px !important;
  color: #777777 !important;
}
.list-d {
  font-size: 10px !important;
  color: #777777 !important;
  padding-left: 10px !important;
}

.privacy_wrap .container ul {
  padding: 0 0 0 0;
  margin: 0;
}
.privacy_wrap .container strong {
  color: #2C2C2C;
}
.privacy_wrap .container ul li {
  padding: 0.08rem 0;
  line-height: 1.6;
  text-align: justify;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}

.privacy_wrap .container ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
}

.privacy_wrap h2.title {
  font-size: 20px;
  margin-top: 0;
  color: #2C2C2C;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
}

.privacy_wrap .fontBlod {
  font-size: 13px;
}


/* language-box */
.lang-switch-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px 20px !important;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 750px;
  transform: translateX(-50%);
  z-index: 9999;
}

.lang-btn {
  padding: 10.5px 16px;
  border: 1px solid #C6D9FF;
  background: white;
  color: #4C97FF;
  cursor: pointer;
  border-radius: 35px;
  font-weight: 600;
  transition: all 0.3s ease;
  flex: 1;
}

.lang-btn:hover {
  background: #fff;
  color: #2B6EFA;
  border: 1px solid #2B6EFA;
}

.lang-btn.active {
  background: #fff;
  color: #2B6EFA;
  border: 1px solid #2B6EFA;
}
