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

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

.detail {
  padding: 35px 30px 1px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08), 3px 3px 7px 1px white inset;
  margin-bottom: 100px;
}

.detail p {
  font-size: 14px;
  color: #434343;
  line-height: 24px;
  margin-bottom: 20px;
}

.detail p.title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
}

.detail p.min-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}

.detail a {
  color: #2e74f4;
  text-decoration: underline;
}

.detail dl,
.detail dt,
.detail dd {
  margin: revert;
}

.detail b.red {
  color: #f95858;
}

.detail p b {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.detail dt {
  margin-top: 25px;
  margin-bottom: 12px;
}

.detail dd {
  margin-bottom: 5px;
}

.detail dt:first-child {
  margin-top: 0;
}

.detail dt::before {
  content: "";
  display: inline-block;
  width: 5.5px;
  height: 5.5px;
  background: #000;
  border-radius: 50%;
  margin-bottom: 2.75px;
  margin-right: 5px;
}

.detail dd::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-bottom: 2.5px;
  margin-right: 5px;
}

.detail ul {
  list-style: disc;
  padding-left: 19px;
}

.detail ul li b {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}

.detail ul li {
  margin-bottom: 11px;
}

.detail .box,
.detail .box-item {
  margin-bottom: 35px;
}

p.main-product-title {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 36px;
}

p.main-product-desc {
  color: #434343;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 22px;
}

.mySwiper .swiper-slide {
  max-width: calc(33.33%);
  transition: all .5s;
  opacity: 1;
}

.articles-card {
  margin: 20px 20px;
  padding: 30px;
  background: #fafdfd;
  border-radius: 16px;
  box-shadow: 0 0 10px 2px #eee;
}

.articles-card img,
.articles-card > picture {
  width: 122px;
  height: 143px;
  margin: 0 auto 18px;
  display: block;
}

.articles-card .content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.articles-card .content .desc {
  font-size: 14px;
  line-height: 24px;
  color: #434343;
  margin-bottom: 30px;
  min-height: 96px;
}

.articles-card .content a {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
  display: block;
  border: 2px solid #294dfa;
  color: #294dfa;
  border-radius: 10px;
  transition: all .3s;
}

.articles-card .content a:hover {
  background-color: #294dfa;
  color: #fff;
  transform: translateY(-2px);
}

.main-product {
  position: relative;
  margin-bottom: 99px;
}

.main-product .swiper-button-prev {
  background: url("/images/webp/common/icons/left-arrow2.webp") center top/100% auto;
  display: block;
  width: 94px;
  height: 96px;
  left: -80px;
  pointer-events: auto;
  transition: all .2s;
}

.main-product .swiper-button-next {
  background: url("/images/webp/common/icons/right-arrow2.webp") center top/100% auto;
  display: block;
  width: 94px;
  height: 96px;
  right: -80px;
  pointer-events: auto;
  transition: all .5s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.main-product .swiper-button-prev.empty,
.main-product .swiper-button-next.empty {
  opacity: 0.5;
}

.num-total {
  margin-bottom: 93px;
}

.num-total .title {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 50px;
}

.num-total ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 110px;
  justify-content: center;
}

.num-total ul li:first-child .top {
  padding-top: 15px;
}

.num-total ul li .top {
  min-height: 88px;
  background: linear-gradient(62deg, #6982f9, #e1a2fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 17px;
}

.num-total ul li .top .big-text {
  font-size: 48px;
  line-height: 54px;
}

.num-total ul li .top .small-text {
  font-size: 30px;
  line-height: 34px;
}

.num-total ul li .bottom {
  font-size: 14px;
  line-height: 24px;
  color: #434343;
}

.contact .title {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  margin-bottom: 38px;
}

.contact .min-title {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #434343;
}

.contact a {
  color: #2e74f4;
  text-decoration: underline;
}

@media (max-width: 1299px) {
  .main-product .swiper-button-prev,
  .main-product .swiper-button-next {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 1299px) {
  .mySwiper .swiper-slide {
    max-width: 50%;
  }
  .num-total ul li {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 33px;
  }
  .detail {
    margin-bottom: 60px;
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .mySwiper .swiper-slide {
    max-width: 100%;
  }
  p.main-product-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  p.main-product-desc {
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 19px;
  }
  .articles-card .content .title {
    font-size: 14px;
    line-height: 21.24px;
    margin-bottom: 7.38px;
  }
  .articles-card .content .desc {
    font-size: 14px;
    line-height: 30px;
    color: #5b5b5b;
    margin-bottom: 10px;
  }
  .articles-card .content a {
    font-size: 14px;
    line-height: 21.24px;
  }
  .num-total ul li {
    margin-bottom: 30px;
  }
  .num-total {
    margin-bottom: 43px;
  }
  .num-total .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .num-total ul li {
    margin-bottom: 20px;
  }
  .contact .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .num-total ul li .top {
    text-align: center;
  }
  .num-total ul li .bottom {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .main-product.container {
    max-width: 1000px;
  }
}

@media (min-width: 1300px) {
  .main-product.container {
    max-width: 1340px;
  }
}

@media (max-width: 410px) {
  .num-total ul li .top {
    min-height: auto;
    text-align: center;
  }
  .num-total ul li:first-child .top {
    padding-top: 0;
  }
  .num-total ul li .bottom {
    text-align: center;
  }
}
