.privacy_terms {
  padding: 180px 60px 60px;
}
.privacy_terms .content h1 {
  margin-bottom: 50px;
  display: flex;
}
.privacy_terms .content h1.privacybg span {
  background: #fff;
}
.privacy_terms .content h1.privacybg .imgAni {
  position: relative;
  left: -20px;
  top: 30px;
}
.privacy_terms .content h1.privacybg .imgAni img {
  position: relative;
  width: 4.4rem;
  height: 4rem;
  display: inline-block;
  z-index: -1;
}
.privacy_terms .content h1.privacybg .imgAni .line {
  background: white;
}
.privacy_terms .content h1.privacybg .imgAni .top, .privacy_terms .content h1.privacybg .imgAni .bottom {
  height: 1.9rem;
}
.privacy_terms .content h1.privacybg .imgAni .left, .privacy_terms .content h1.privacybg .imgAni .right {
  width: 1.9rem;
}
.privacy_terms .content h1.privacybg .imgAni .left {
  width: 1rem;
}
.privacy_terms .content h1.privacybg .imgAni .drawingline_ani {
  transform: translate(-50%, -50%);
}
.privacy_terms .content h1.termsbg span {
  position: relative;
}
.privacy_terms .content h1.termsbg .imgAni {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.15);
  z-index: -1;
}
.privacy_terms .content h1.termsbg .imgAni img {
  display: inline-block;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.privacy_terms .content h1.termsbg .imgAni .line {
  background: white;
  height: 20px;
}
.privacy_terms .content h1.termsbg .imgAni .left, .privacy_terms .content h1.termsbg .imgAni .right {
  background: white;
  height: auto;
  width: 20px;
}
.privacy_terms .content h1.termsbg .imgAni .drawingline_ani {
  transform: translate(-50%, -50%);
}
.privacy_terms .content .desc {
  padding: 15px 0;
}
.privacy_terms .content .desc h6 {
  font-size: 1.1rem;
  line-height: 1.9rem;
  color: #F15F43;
  font-weight: 600;
}
.privacy_terms .content .desc h6 a {
  color: #F15F43;
}
.privacy_terms .content .desc h6 a:hover {
  color: #F15F43;
}
.privacy_terms .content .desc p {
  font-size: 0.9rem;
  line-height: 1.6rem;
  margin: 0;
}
.privacy_terms .content .desc p a {
  color: #252424;
}
.privacy_terms .content .desc p a:hover {
  color: #252424;
}
.privacy_terms .content .desc ul {
  margin: 0;
}
.privacy_terms .content .desc ul li {
  margin: 0;
}

.faqs {
  padding: 180px 60px 60px;
}
.faqs h1 {
  margin-bottom: 50px;
}
.faqs h1 .imgAni {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1.3);
  z-index: -1;
}
.faqs h1 .imgAni img {
  display: inline-block;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.faqs h1 .imgAni .line {
  background: white;
  height: 20px;
}
.faqs h1 .imgAni .left, .faqs h1 .imgAni .right {
  background: white;
  height: auto;
  width: 20px;
}
.faqs h1 .imgAni .drawingline_ani {
  transform: translate(-50%, -50%);
}

.accorddiv {
  border-top: 1px solid #252424;
}
.accorddiv .accordhead {
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s linear;
}
.accorddiv .accordhead:before {
  transition: all 0.3s linear;
  content: "";
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 20px;
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accorddiv .accordhead:after {
  transition: all 0.3s linear;
  content: "";
  width: 11px;
  height: 11px;
  border: solid #252424;
  border-width: 2px 2px 0 0;
  position: absolute;
  left: auto;
  right: 22px;
  top: 22px;
  transform: rotate(135deg);
}
.accorddiv .accordhead h3 {
  transition: all 0.3s linear;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #252424;
}
.accorddiv .accordhead:hover {
  background-color: #252424;
  transition: all 0.3s linear;
}
.accorddiv .accordhead:hover h3 {
  transition: all 0.3s linear;
  color: #fff;
  padding: 0 65px 0 10px;
}
.accorddiv .accordhead:hover:before {
  transition: all 0.3s linear;
  background: #DBEA9D;
}
.accorddiv .accorddesc {
  padding: 20px 10px;
}
.accorddiv .accorddesc p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #252424;
  margin: 0;
}
.accorddiv.accordshow .accordhead {
  background-color: #252424;
  transition: all 0.3s linear;
}
.accorddiv.accordshow .accordhead h3 {
  transition: all 0.3s linear;
  color: #fff;
  padding: 0 65px 0 10px;
}
.accorddiv.accordshow .accordhead:before {
  transition: all 0.3s linear;
  background: #DBEA9D;
}
.accorddiv.accordshow .accordhead:after {
  transition: all 0.3s linear;
  transform: rotate(-45deg);
  top: 27px;
}/*# sourceMappingURL=privacy-terms.css.map */