main {
  padding-top: 93px;
  padding-bottom: 85px;
  background: url("/images/webp/common/privacy-policy-bg.webp") no-repeat right top/42.18% auto, url("/images/webp/common/support-bg.webp") no-repeat left top/42.18% auto;
}

.search h1 {
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.search .min-title {
  font-size: 18px;
  line-height: 24px;
  color: #434343;
  text-align: center;
  margin-bottom: 32px;
}

.search-component {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #ffffff;
  margin-bottom: 60px;
  padding: 0px 8px 0 20px;
  height: 66px;
  border: 1px solid #dbddde;
  display: flex;
  align-items: center;
}

.search-component input {
  outline: none;
  font-size: 18.03px;
  border: none;
  padding-right: 20px;
  flex: 1;
}

.search-component img {
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-component img:hover {
  transform: translateY(-3px);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset, 3px 3px 15px rgba(0, 0, 0, 0.3);
}

.links {
  margin-bottom: 100px;
}

.links ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.links ul li {
  max-width: 407px;
  margin: 0 auto;
  flex: 1;
}

.links ul li a {
  display: block;
  color: #000000;
  border-radius: 16px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08), 3px 3px 7px 1px white inset;
  padding: 40px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.01);
}

.links ul li a .img {
  margin-bottom: 30px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.links ul li a p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.faqs .title {
  font-size: 30px;
  line-height: 100%;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
}

.faqs ul.bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 38px;
}

.faqs ul.bottom > li {
  max-width: 407px;
  flex: 1;
  margin-bottom: 48px;
}

.faqs ul.bottom > li .img {
  width: 100%;
  height: 236px;
}

.faqs ul.bottom > li .card-bottom {
  background: #ffffff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 28px 16px 35px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
}

.faqs ul.bottom > li .card-bottom .title {
  padding: 0 10px 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e2e2e2;
  text-align: left;
}

.faqs ul.bottom > li .card-bottom .title p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.faqs ul.bottom > li .card-bottom ul {
  list-style: disc;
  padding-left: 20px;
}

.faqs ul.bottom > li .card-bottom ul li::marker {
  color: #434343;
}

.faqs ul.bottom > li .card-bottom ul a {
  font-size: 14px;
  line-height: 30px;
  color: #434343;
}

.faqs .more-btn {
  display: block;
  margin: 0 auto;
  width: max-content;
  border: 2px solid #294dfa;
  color: #294dfa;
  background: #fff;
  border-radius: 15px;
  line-height: 50px;
  padding: 0 80px;
  transition: all 0.3s ease;
}

.faqs .more-btn:hover {
  background: #294dfa;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset, 3px 3px 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 767px) and (max-width: 1299px) {
  .links {
    margin-bottom: 70px;
  }
  .links ul li {
    flex: 1 1 calc(50% - 30px);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 53px;
  }
  .search h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .links {
    margin-bottom: 70px;
  }
  .links ul li {
    flex: 1 1 calc(100%);
    margin-bottom: 30px;
  }
}
