.banner.privacy-policy-banner .bg {
  height: 400px;
}

.privacy-policy-secA {
  padding: 5rem;
}
.privacy-policy-secA .content {
  max-width: 670px;
  margin: 0 auto;
  color: var(--white);
  padding-bottom: 4rem;
}
.privacy-policy-secA .content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.privacy-policy-secA .agenda-content .col {
  background: #141546;
  border-radius: 10px;
  padding: 22px 30px;
  transition: 0.5s ease;
  margin-bottom: 1rem;
}
.privacy-policy-secA .agenda-content .col.active {
  background: #141559;
}
.privacy-policy-secA .agenda-content .col.active .title::before {
  transform: rotate(-90deg);
}
.privacy-policy-secA .agenda-content .col .title {
  position: relative;
  cursor: pointer;
}
.privacy-policy-secA .agenda-content .col .title::before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: calc(100% - 30px);
  top: 50%;
  translate: 0 -50%;
  background: url(../../icon/arrow-down-white.svg) no-repeat;
  background-position: 50% 50%;
  transition: 0.5s ease;
  transform-origin: center;
}
.privacy-policy-secA .agenda-content .col .title h6 {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content {
  margin-top: 2rem;
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content > :first-child {
  margin-top: 0 !important;
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content h1, .privacy-policy-secA .agenda-content .col article .privacy-policy-content h2, .privacy-policy-secA .agenda-content .col article .privacy-policy-content h3, .privacy-policy-secA .agenda-content .col article .privacy-policy-content h4, .privacy-policy-secA .agenda-content .col article .privacy-policy-content h5, .privacy-policy-secA .agenda-content .col article .privacy-policy-content h6 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--cyan);
  font-weight: 600;
  margin: 2rem 0 1.5rem;
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content p, .privacy-policy-secA .agenda-content .col article .privacy-policy-content ul {
  margin-bottom: 2rem;
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content p, .privacy-policy-secA .agenda-content .col article .privacy-policy-content li {
  color: rgba(255, 255, 255, 0.7);
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content p b, .privacy-policy-secA .agenda-content .col article .privacy-policy-content li b {
  color: var(--cyan);
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content p a, .privacy-policy-secA .agenda-content .col article .privacy-policy-content li a {
  color: var(--cyan);
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content p a:hover, .privacy-policy-secA .agenda-content .col article .privacy-policy-content li a:hover {
  text-decoration: underline;
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .privacy-policy-secA .agenda-content .col article .privacy-policy-content ul {
    padding-left: 10px;
  }
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content ul li {
  position: relative;
  padding-left: 28px;
  line-height: 20px;
}
@media only screen and (max-width: 675px) {
  .privacy-policy-secA .agenda-content .col article .privacy-policy-content ul li {
    padding-left: 20px;
  }
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.privacy-policy-secA .agenda-content .col article .privacy-policy-content ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cyan);
}
.privacy-policy-secA .agenda-content .pr-des {
  color: var(--white-fade);
  margin-top: 3rem;
}/*# sourceMappingURL=privacy-policy.css.map */