.home_banner {
  padding: 3rem 0 3.8rem;
}
.home_banner .inner {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_banner .lt {
  flex: 1;
  padding-bottom: 1.5%;
}
.home_banner .head h1 {
  font-weight: 500;
  font-size: 8.4rem;
  line-height: 9.7rem;
}
.home_banner .head p {
  color: var(--text);
  font-size: 2rem;
  line-height: 3.2rem;
  margin-top: 3.8rem;
}
.home_banner form {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 74.8rem;
  border-radius: 1.6rem;
  background-color: #FFFFFF;
  border: 1px solid #DBDBD5;
  box-shadow: 0 0.8rem 0.8rem rgba(230, 230, 232, 0.45);
  padding: 1.6rem;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.home_banner form:hover::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
}
.home_banner form:focus-within::before {
  width: 100%;
  height: 100%;
}
.home_banner form::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -2;
  transform: translate(-50%, -50%);
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  border: 3px solid var(--primary);
  pointer-events: none;
}
.home_banner form::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 1.6rem;
  background-color: #FFFFFF;
}
.home_banner form input[type="email"] {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.8rem;
  color: var(--title);
  padding: 0 1rem;
}
.home_banner form input[type="email"]::placeholder {
  color: var(--text);
}
.home_banner form .wpcf7-response-output {
  /*display: none;*/
}
.home_banner .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -1rem;
  padding: 0 1rem;
}
.home_banner .rt {
  width: 52%;
  margin-right: -3%;
  position: relative;
}
.home_banner .item {
  position: absolute;
  background-color: #FFFFFF;
  border: 2px solid #F4F4F2;
  box-shadow: 0 0.8rem 0.8rem rgba(230, 230, 232, 0.45);
}
.home_banner .cookiy {
  width: 58.653846%;
  border-radius: 2.8rem;
  padding: 2rem 3.2rem 2.6rem;
}
.home_banner .cookiy::before {
  content: '';
  display: block;
  width: 8rem;
  height: 7.8rem;
  position: absolute;
  right: -1.2rem;
  top: -3rem;
  background: url(../img/icon-dialog1.svg) no-repeat center / contain;
}
.home_banner .cookiy .name {
  color: #353533;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 1.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.home_banner .cookiy .name::before {
  content: '';
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  background: url(../img/icon-logo.svg) no-repeat center / contain;
}
.home_banner .cookiy .quote {
  color: #686868;
  line-height: 2.2rem;
  border-radius: 1.4rem;
  background-color: #F3F3F1;
  margin-top: 1.2rem;
  padding: 1.2rem 2rem;
}
.home_banner .item1 {
  top: 14%;
  right: -1.4423%;
}
.home_banner .item3 {
  top: 53.534884%;
  right: -1.4423%;
}
.home_banner .item3 .quote {
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.home_banner .item2 {
  top: 37.209302%;
  left: 8.653846%;
  width: 44.230769%;
  border-radius: 2.2rem;
  padding: 1.8rem 3rem;
}
.home_banner .item2::before {
  content: '';
  display: block;
  width: 7.8rem;
  height: 7.6rem;
  position: absolute;
  left: -1rem;
  top: -2.2rem;
  background: url(../img/icon-dialog2.svg) no-repeat center / contain;
}
.home_banner .item2 .img {
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -1.2rem;
  z-index: 2;
}
.home_banner .item2 .name {
  font-weight: 500;
  font-size: 1.9322rem;
  padding-left: 5rem;
}
.home_banner .item2 .quote {
  color: #969695;
  line-height: 2rem;
  margin-top: 2.4rem;
}
.home_banner .item4 {
  bottom: 5.116279%;
  left: 10.336538%;
  width: 26.442308%;
  border-radius: 1.7rem;
  padding: 2.8rem 1.4rem 3.2rem;
  overflow: hidden;
}
.home_banner .item4 .top {
  gap: 1.2rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  padding-left: 0.6rem;
  margin-bottom: 2rem;
}
.home_banner .item4 .svg {
  width: 2.6rem;
  height: 1.6rem;
}
.home_banner .item4 .title {
  font-weight: 500;
  font-size: 1.9rem;
}
.home_banner .item4 .label {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
.home_banner .item5 {
  bottom: 1.860465%;
  right: -0.7212%;
  width: 42.307692%;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  border-radius: 1.6rem;
  line-height: 2.2rem;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1.7rem 1.8rem;
}
.home_banner .item5::before {
  content: '';
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1rem;
  background: url(../img/icon-doc.svg) no-repeat center / 52% var(--primary);
}
.home_banner .consumer_swiper .swiper-slide-active {
  position: relative;
  z-index: 2;
}
.home_banner .consumer_swiper .swiper-slide-active ~ .swiper-slide .img {
  transform: translateX(-37.234043%) scale(0.808511);
}
.home_banner .consumer_swiper .swiper-slide-active .img {
  transform: scale(1);
  border-color: #FFFFFF;
}
.home_banner .consumer_swiper .img {
  transition: all 0.3s;
  border-radius: 50%;
  border: 0.5rem solid #F9F8F7;
  transform: translateX(37.234043%) scale(0.808511);
}
.home_block {
  overflow: hidden;
  border-radius: 3.2rem;
  padding: 15.6rem 0 11.6rem;
  background-image: linear-gradient(to top, #FAF9F5, #FFFFFF);
}
.home_block .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 4rem);
  max-width: 169.4rem;
  margin: 0 auto;
}
.home_block .svg {
  width: 52.449223%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.home_block .syeditorlist {
  gap: 9.6875vw 3.7rem;
  display: grid;
  grid-template-columns: 1fr 28.673835% 1fr;
}
.home_block .head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  grid-row: span 2;
}
.home_block .head p {
  color: var(--text);
  font-size: 2.8rem;
  line-height: 3.8rem;
  max-width: 41.8rem;
  margin: 2rem auto 0;
}
.home_block .item {
  border-radius: 2.1rem;
  border: 1rem solid var(--color);
  background-color: #FAF9F5;
  position: relative;
  padding: 6.140351%;
}
.home_block .item .img {
  --h: 100%;
  width: 14.909091%;
  position: absolute;
  top: 3.2rem;
  right: 5.8182%;
  border-radius: 1.5rem;
  background-color: var(--color);
}
.home_block .item .img img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
  height: 56%;
}
.home_block .item h3 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 3.8rem;
  padding-right: 32%;
}
.home_block .item p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 6.2rem;
}
.home_advantage {
  padding: 10rem 0 13.6rem;
}
.home_advantage .inner {
  width: calc(100% - 4rem);
  max-width: 169.6rem;
  margin: 0 auto;
}
.home_advantage .head {
  text-align: center;
  max-width: 88rem;
  margin: 0 auto;
}
.home_advantage .head h2 {
  line-height: 7.3rem;
}
.home_advantage .head p {
  color: var(--text);
  font-size: 2rem;
  line-height: 3.2rem;
  margin-top: 2rem;
}
.home_advantage .items {
  margin-top: 7.6rem;
}
.home_advantage .items .syeditorlist {
  display: grid;
  gap: 3rem 3.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.home_advantage .item {
  padding: 4.6rem 4.8rem 0;
  border-radius: 3.2rem;
  background-color: #F9F1E6;
}
.home_advantage .item:nth-child(1) {
  grid-column: span 2;
  gap: 7.8125%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 4.8rem;
}
.home_advantage .item:nth-child(1) .syedittext {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home_advantage .item:nth-child(1) .img {
  width: 100%;
  margin: 0;
}
.home_advantage .item:nth-child(2) {
  padding-bottom: 4.8rem;
}
.home_advantage .item:nth-child(2) .img {
  width: 100%;
  margin: 4rem 0 0;
}
.home_advantage .item h3 {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 4.8rem;
}
.home_advantage .item p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 2rem;
}
.home_advantage .item .img {
  width: calc(100% + 4rem);
  margin: 2.6rem -2rem 0;
}
.home_works {
  width: calc(100% - 4rem);
  max-width: 184rem;
  margin: 0 auto;
  border-radius: 3.8rem 0 3.8rem 3.8rem;
  background-color: #F6F1EF;
  position: relative;
  padding: 7.6rem 0 5.6rem;
}
.home_works .mask {
  width: 62.826087%;
  position: absolute;
  right: 0;
  top: 0;
}
.home_works .svg {
  width: 55.108696%;
  position: absolute;
  right: 0;
  top: -1rem;
}
.home_works .swiper_box {
  overflow: hidden;
  position: relative;
}
.home_works .swiper_box::before,
.home_works .swiper_box::after {
  content: '';
  display: block;
  width: 8.695652%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to right, #F6F1EF, transparent);
}
.home_works .swiper_box::after {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.home_works .home_works_swiper {
  margin-top: 5.6rem;
  padding-bottom: 3rem;
}
.home_works .home_works_swiper .swiper-wrapper {
  gap: 14.25%;
}
.home_works .home_works_swiper .swiper-slide {
  flex: 0 0 32.625%;
}
.home_works .home_works_swiper .swiper-slide:last-child .line {
  display: none;
}
.home_works .home_works_swiper .swiper-slide-active + .swiper-slide .img {
  transform: translateY(6.2rem);
}
.home_works .home_works_swiper .swiper-slide-active + .swiper-slide .syedittext {
  transform: translateY(7.8rem);
}
.home_works .home_works_swiper .swiper-slide-active .img {
  transform: translateY(3rem);
  border-color: var(--primary);
}
.home_works .home_works_swiper .swiper-slide-active .syedittext {
  transform: translateY(3rem);
}
.home_works .home_works_swiper .swiper-slide-active p {
  opacity: 1;
}
.home_works .home_works_swiper .img_wrap {
  position: relative;
}
.home_works .home_works_swiper .img {
  padding-bottom: 65.769231%;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 2.4rem;
  border: 2px solid #DDD3C5;
  background-color: #FFFFFF;
  box-shadow: 0 0.8rem 0.8rem rgba(230, 230, 232, 0.45);
}
.home_works .home_works_swiper .line {
  position: absolute;
  left: 97.701149%;
  top: 48.991354%;
  width: 48.455598%;
}
.home_works .home_works_swiper .line rect {
  transition: all 0.3s;
}
.home_works .home_works_swiper .syedittext {
  transition: all 0.3s;
  transform: translateY(0.8rem);
}
.home_works .home_works_swiper h3 {
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 4rem;
  margin-top: 3.5rem;
}
.home_works .home_works_swiper p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 1.6rem;
  transition: all 0.3s;
  opacity: 0;
}
.home_works .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}
.home_works .tip {
  color: rgba(20, 20, 19, 0.71);
  font-size: 1.7rem;
  text-transform: uppercase;
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
.home_works .tip::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 2.6rem;
  animation: arrow-top-bottom 2s infinite linear;
  background: url(../img/icon-mouse.svg) no-repeat center / contain;
}
.home_works div.swiper-pagination {
  flex: 1;
  height: 3px;
  position: static;
  max-width: 14.6rem;
  border-radius: 10px;
  background-color: rgba(20, 20, 19, 0.04);
}
.home_works div.swiper-pagination .swiper-pagination-progressbar-fill {
  width: 0;
  height: 100%;
  transition: none;
  border-radius: 10px;
  background-color: var(--title);
}
.home_case {
  padding: 17.2rem 0 5.6rem;
  background-size: 3rem;
  background-image: url(../img/dot.svg);
}
.home_case .inner {
  gap: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3.8rem;
}
.home_case .tabs {
  flex: 1;
  max-width: 35rem;
  padding-top: 2.875%;
}
.home_case .tabs li {
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 2.4rem;
  border: 1px solid #EDEAE6;
  background-color: #F9F8F7;
  outline: 1px solid transparent;
  gap: 2.4rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  padding: 1.4rem 2.2rem;
}
.home_case .tabs li + li {
  margin-top: 1.8rem;
}
.home_case .tabs li.active,
.home_case .tabs li:hover {
  border-color: var(--primary);
  outline-color: var(--primary);
  box-shadow: 0 0.8rem 0.8rem rgba(230, 230, 232, 0.45);
}
.home_case .tabs li.active .img {
  background-color: var(--primary);
}
.home_case .tabs li.active .img img {
  filter: contrast(0) brightness(2);
}
.home_case .tabs li .img {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #E8E1DA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_case .tabs li .img img {
  width: 55%;
  height: 55%;
  transition: all 0.3s;
}
.home_case .tabs li .label {
  font-weight: 500;
  font-size: 2.2rem;
}
.home_case .swiper_box {
  width: 70.875%;
}
.home_case .home_case_swiper {
  overflow: hidden;
}
.home_case .home_case_swiper .swiper-slide {
  position: relative;
}
.home_case .home_case_swiper .img {
  --h: 68.065693%;
  width: 96.64903%;
}
.home_case .home_case_swiper .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 30.687831%;
  min-height: 61.394102%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.home_case .home_case_swiper h3 {
  font-weight: 500;
  font-size: 4rem;
}
.home_case .home_case_swiper p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 2.4rem;
}
.home_case .home_case_swiper .btn {
  margin-top: 3rem;
}
.home_partner {
  background-size: 3rem;
  background-image: url(../img/dot.svg);
}
.home_partner .inner {
  overflow: hidden;
  width: calc(100% - 4rem);
  max-width: 184rem;
  margin: 0 auto;
  border-radius: 3.2rem;
  background: url(../img/home-partner-bg.svg) no-repeat center bottom / cover;
  padding: 9rem 0 10.4rem;
}
.home_partner .head {
  text-align: center;
}
.home_partner .head p {
  color: var(--text);
  font-size: 2.2rem;
  line-height: 3.2rem;
  max-width: 72.2rem;
  margin: 3rem auto 0;
}
.home_partner .main {
  position: relative;
  margin-top: 5.8rem;
}
.home_partner .main::before,
.home_partner .main::after {
  content: '';
  display: block;
  width: 8.695652%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to right, #F6F1EF, transparent);
}
.home_partner .main::after {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.home_partner .home_partner_swiper {
  margin-top: 3.2rem;
  overflow: hidden;
}
.home_partner .home_partner_swiper .swiper-wrapper {
  transition: linear;
}
.home_partner .home_partner_swiper .swiper-slide {
  max-width: 24.8rem;
}
.home_partner .home_partner_swiper .img {
  border-radius: 1.8rem;
  padding-bottom: 38.306452%;
  background-color: #FDFCFB;
}
.home_partner .more {
  gap: 1.4rem;
  display: flex;
  align-items: center;
  max-width: max-content;
  margin: 9rem auto 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.home_partner .more::after {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  transition: all 0.3s;
  background: url(../img/arrow-line-r-b.svg) no-repeat center / contain;
}
.home_partner .more:hover::after {
  transform: translateX(5px);
}
.home_secure {
  padding: 6.6rem 0;
  background-size: 3rem;
  background-image: url(../img/dot.svg);
}
.home_secure .head {
  text-align: center;
}
.home_secure .head img {
  width: 5.4rem;
  height: 6.7rem;
  transform: translateY(0.6rem);
}
.home_secure .head p {
  color: var(--text);
  font-size: 2.2rem;
  line-height: 3.2rem;
  max-width: 72.2rem;
  margin: 3.2rem auto 0;
}
.home_secure .items {
  position: relative;
  z-index: 2;
  min-height: 68.4rem;
  padding: 4.375% 0;
  margin-top: 3rem;
}
.home_secure .items .syeditorlist {
  display: grid;
  gap: 11.6rem 3rem;
  grid-template-columns: repeat(2, 1fr);
}
.home_secure .bg {
  width: 43.125%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.home_secure .item {
  width: 100%;
  max-width: 36.4rem;
  border-radius: 3.6rem;
  border: 1rem solid var(--color);
  background-color: #FCFAF2;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  padding: 3.821656% 6.878981%;
}
.home_secure .item:nth-child(even) {
  margin-left: auto;
}
.home_secure .item:nth-child(1) {
  margin-left: 6.11465%;
}
.home_secure .item:nth-child(2) {
  margin-right: 11.719745%;
}
.home_secure .item:nth-child(3) {
  margin-left: 16.305732%;
}
.home_secure .item:nth-child(4) {
  transform: translateY(2.4rem);
  margin-right: 17.324841%;
}
.home_secure .item .img {
  width: 7.8rem;
  height: 7.8rem;
}
.home_secure .item .syedittext {
  text-align: center;
}
.home_secure .item strong {
  font-weight: 700;
  font-size: 3.2rem;
  font-size: 3rem;
  line-height: 3.7rem;
}
.home_secure .item p {
  font-weight: 600;
  font-size: 2.066rem;
  line-height: 2.4rem;
  margin-top: -2px;
}
.home_join {
  background-size: 3rem;
  background-image: url(../img/dot.svg);
}
.home_join .wrap {
  width: calc(100% - 4rem);
  max-width: 184rem;
  margin: 0 auto;
  border-radius: 0 0 4.5rem 4.5rem;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(to top, #F5F1EE, #FBFAF8);
  mask-image: url(../img/home-join-bg.svg);
  mask-position: center top;
  mask-size: cover;
}
.home_join .svg {
  width: 70.543478%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-56.086287%, -50%);
}
.home_join .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18.2rem 0 11.8rem;
}
.home_join .head {
  width: 35%;
}
.home_join .form {
  width: 36.5%;
  padding-bottom: 3%;
}
.home_join .title {
  position: relative;
  font-size: 2.4rem;
  padding-left: 9.6rem;
  padding-top: 2.8rem;
}
.home_join .title::before {
  content: '';
  display: block;
  width: 7rem;
  height: 6.8rem;
  position: absolute;
  left: 0.5rem;
  top: 0;
  background: url(../img/icon-dialog3.svg) no-repeat center / contain;
}
.home_join form {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 74.8rem;
  border-radius: 1.6rem;
  background-color: #FFFFFF;
  border: 2px solid var(--primary);
  box-shadow: 0 0.8rem 0.8rem rgba(230, 230, 232, 0.45);
  padding: 1.3rem;
  margin-top: 3.2rem;
}
.home_join form input[type="email"] {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1.8rem;
  color: var(--title);
  padding: 0 1rem;
}
.home_join form input[type="email"]::placeholder {
  color: var(--text);
}
.home_join form input[type="submit"] {
  line-height: 5.6rem;
}
.home_join form .wpcf7-response-output {
  display: none;
}
.home_join .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -1rem;
  padding: 0 1rem;
}
.home_faqs {
  padding: 14.8rem 0 16.8rem;
}
.home_faqs .inner {
  gap: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.home_faqs .head {
  flex: 1;
  max-width: 36.8rem;
  padding-top: 2.2rem;
}
.home_faqs .head p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 3.6rem;
}
.home_faqs .head .btn {
  margin-top: 6rem;
}
.home_faqs .faq_list {
  width: 67%;
}
.home_faqs .faq_list .faq_item {
  transition: background 0.3s;
  border-radius: 1.6rem;
  background-color: #FAF9F5;
}
.home_faqs .faq_list .faq_item + .faq_item {
  margin-top: 2.6rem;
}
.home_faqs .faq_list .faq_item.active {
  background-color: #F9F1E6;
}
.home_faqs .faq_list .faq_item.active .question::after {
  transform: rotate(135deg);
}
.home_faqs .faq_list .question {
  cursor: pointer;
  font-size: 2.6rem;
  font-weight: 500;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  padding: 3.078358% 4.197761%;
}
.home_faqs .faq_list .question::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s;
  background: url(../img/icon-plus.svg) no-repeat center / contain;
}
.home_faqs .faq_list .answer {
  color: rgba(20, 20, 19, 0.8);
  font-size: 2rem;
  line-height: 3.5rem;
  padding: 1.865672% 4.197761% 4.104478%;
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .home_banner .item1,
  .home_banner .item3,
  .home_banner .item5 {
    right: 2%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_banner {
    padding-top: 7rem;
  }
  .home_banner .head h1 {
    font-size: 6rem;
    line-height: 1.3;
  }
  .home_banner .rt {
    width: 62%;
  }
  .home_advantage .head h2 {
    line-height: 1.3;
  }
  .home_advantage .item h3 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_banner {
    padding-top: 16rem;
  }
  .home_banner .head h1 {
    font-size: 5rem;
  }
  .home_banner .item1 {
    top: 0;
  }
  .home_banner .item2 {
    top: 25%;
    left: 0;
  }
  .home_banner .item3 {
    top: 43%;
  }
  .home_banner .item4 {
    left: 2%;
    width: 33%;
  }
  .home_banner .item5 {
    bottom: 0;
  }
  .home_advantage .item {
    padding: 3rem 3rem 1rem;
  }
  .home_works .swiper_box::before,
  .home_works .swiper_box::after {
    width: 20px;
  }
  .home_join .form {
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_banner .head h1 {
    font-size: 4rem;
  }
  .home_banner .item {
    zoom: 0.9;
  }
  .home_block .item h3 {
    font-size: 2.5rem;
  }
  .home_advantage .item h3 {
    font-size: 2.5rem;
  }
  .home_join .form {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .home_banner {
    padding: 160px 0 30px;
  }
  .home_banner .inner {
    gap: 20px;
  }
  .home_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .home_banner .head p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_banner form {
    padding: 6px;
    margin-top: 20px;
    border-radius: 12px;
  }
  .home_banner form input[type="email"] {
    font-size: 14px;
  }
  .home_banner .rt {
    width: 55%;
    margin: 0;
  }
  .home_banner .item1 {
    top: 15%;
    right: 0;
  }
  .home_banner .cookiy {
    width: 80%;
    padding: 10px;
    border-radius: 16px;
    z-index: 2;
  }
  .home_banner .cookiy::before {
    width: 50px;
    height: 50px;
  }
  .home_banner .cookiy .name {
    gap: 10px;
    font-size: 16px;
  }
  .home_banner .cookiy .name::before {
    width: 30px;
    height: 30px;
  }
  .home_banner .cookiy .quote {
    font-size: 12px;
    line-height: 1.5;
    padding: 8px;
    margin-top: 10px;
    border-radius: 16px;
  }
  .home_banner .item2 {
    left: 0;
    top: 35%;
    top: -3%;
    padding: 10px;
    border-radius: 16px;
  }
  .home_banner .item2::before {
    width: 50px;
    height: 50px;
  }
  .home_banner .item2 .img {
    width: 30px;
    height: 30px;
  }
  .home_banner .item2 .name {
    padding-left: 30px;
    font-size: 16px;
  }
  .home_banner .item2 .quote {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_banner .item3 {
    width: 100%;
    top: 50%;
  }
  .home_banner .item4 {
    display: none;
  }
  .home_banner .item5 {
    top: -10%;
    bottom: unset;
    right: 0;
    width: 70%;
    padding: 10px;
    border-radius: 16px;
    gap: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .home_banner .item5::before {
    width: 40px;
    height: 40px;
  }
  .home_block {
    padding: 50px 0;
    border-radius: 20px;
  }
  .home_block .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_block .syeditorlist {
    gap: 30px 20px;
    grid-template-columns: 1fr 26% 1fr;
  }
  .home_block .item {
    border-width: 3px;
    border-radius: 16px;
  }
  .home_block .item .img {
    top: 15px;
    width: 20%;
    border-radius: 6px;
  }
  .home_block .item h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_block .item p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
  .home_advantage {
    padding: 50px 0;
  }
  .home_advantage .head h2 {
    line-height: 1.3;
  }
  .home_advantage .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_advantage .items {
    margin-top: 30px;
  }
  .home_advantage .items .syeditorlist {
    gap: 10px;
  }
  .home_advantage .item {
    padding: 15px;
    border-radius: 16px;
  }
  .home_advantage .item:nth-child(1) {
    padding-bottom: 15px;
  }
  .home_advantage .item:nth-child(2) {
    padding-bottom: 15px;
  }
  .home_advantage .item:nth-child(2) .img {
    margin-top: 15px;
  }
  .home_advantage .item h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_advantage .item p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_advantage .item .img {
    width: 100%;
    margin: 15px 0 0;
  }
  .home_works {
    padding: 50px 0;
    border-radius: 16px 0 16px 16px;
  }
  .home_works .swiper_box::before,
  .home_works .swiper_box::after {
    width: 20px;
  }
  .home_works .home_works_swiper {
    padding: 0;
    margin-top: 30px;
  }
  .home_works .home_works_swiper .swiper-slide .img,
  .home_works .home_works_swiper .swiper-slide-active .img,
  .home_works .home_works_swiper .swiper-slide-active + .swiper-slide .img {
    border-radius: 10px;
    transform: translate(0);
  }
  .home_works .home_works_swiper .swiper-slide .line,
  .home_works .home_works_swiper .swiper-slide-active .line,
  .home_works .home_works_swiper .swiper-slide-active + .swiper-slide .line {
    top: 40%;
  }
  .home_works .home_works_swiper .swiper-slide .syedittext,
  .home_works .home_works_swiper .swiper-slide-active .syedittext,
  .home_works .home_works_swiper .swiper-slide-active + .swiper-slide .syedittext {
    transform: translate(0);
  }
  .home_works .home_works_swiper .swiper-slide h3,
  .home_works .home_works_swiper .swiper-slide-active h3,
  .home_works .home_works_swiper .swiper-slide-active + .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .home_works .home_works_swiper .swiper-slide p,
  .home_works .home_works_swiper .swiper-slide-active p,
  .home_works .home_works_swiper .swiper-slide-active + .swiper-slide p {
    opacity: 1;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_works .bot {
    margin-top: 30px;
  }
  .home_works .tip {
    font-size: 16px;
  }
  .home_case {
    padding: 50px 0;
  }
  .home_case .inner {
    margin-top: 30px;
  }
  .home_case .tabs {
    padding-top: 0;
  }
  .home_case .tabs li {
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }
  .home_case .tabs li + li {
    margin-top: 12px;
  }
  .home_case .tabs li .img {
    width: 30px;
    height: 30px;
  }
  .home_case .tabs li .label {
    font-size: 14px;
  }
  .home_case .home_case_swiper .img {
    margin-top: 10%;
  }
  .home_case .home_case_swiper .text {
    width: 43%;
  }
  .home_case .home_case_swiper h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_case .home_case_swiper p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_case .home_case_swiper .btn {
    margin-top: 20px;
  }
  .home_partner .inner {
    padding: 50px 0;
    border-radius: 16px;
  }
  .home_partner .main {
    margin-top: 30px;
  }
  .home_partner .home_partner_swiper {
    margin-top: 15px;
  }
  .home_partner .home_partner_swiper .swiper-slide {
    max-width: 150px;
    border-radius: 10px;
  }
  .home_partner .more {
    font-size: 14px;
    margin-top: 30px;
  }
  .home_partner .more::after {
    width: 16px;
    height: 16px;
  }
  .home_secure {
    padding: 50px 0;
  }
  .home_secure .head img {
    width: 30px;
    height: 30px;
    transform: translate(0);
  }
  .home_secure .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_secure .items {
    padding: 20px 0;
    margin-top: 30px;
    min-height: unset;
  }
  .home_secure .items .syeditorlist {
    gap: 50px;
  }
  .home_secure .items .item {
    margin: 0;
    transform: translate(0);
    border-width: 3px;
    border-radius: 16px;
    padding: 20px;
  }
  .home_secure .items .item .img {
    width: 50px;
    height: 50px;
  }
  .home_secure .items .item strong {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_secure .items .item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_join .wrap {
    border-radius: 16px;
  }
  .home_join .inner {
    padding: 50px 0;
  }
  .home_join .form {
    width: 50%;
  }
  .home_join .title {
    font-size: 16px;
    padding: 10px 0 0 50px;
  }
  .home_join .title::before {
    width: 40px;
    height: 40px;
  }
  .home_join form {
    padding: 6px;
    margin-top: 30px;
    border-radius: 12px;
  }
  .home_join form input[type="email"] {
    font-size: 14px;
  }
  .home_join form input[type="submit"] {
    line-height: 42px;
  }
  .home_faqs {
    padding: 50px 0;
  }
  .home_faqs .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_faqs .head .btn {
    margin-top: 20px;
  }
  .home_faqs .faq_list .faq_item {
    border-radius: 12px;
  }
  .home_faqs .faq_list .faq_item + .faq_item {
    margin-top: 12px;
  }
  .home_faqs .faq_list .question {
    padding: 15px;
    font-size: 15px;
  }
  .home_faqs .faq_list .question::after {
    width: 15px;
    height: 15px;
  }
  .home_faqs .faq_list .answer {
    font-size: 14px;
    line-height: 1.7;
    padding: 10px 15px 20px;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .home_banner .lt {
    width: 100%;
  }
  .home_banner .rt {
    width: 100%;
  }
  .home_block .syeditorlist {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .home_block .head {
    order: -1;
  }
  .home_block .item .img {
    width: 12%;
  }
  .home_advantage .items .syeditorlist {
    display: flex;
    flex-direction: column;
  }
  .home_advantage .item:nth-child(1) {
    display: block;
  }
  .home_works .home_works_swiper .swiper-wrapper {
    gap: 0;
  }
  .home_works .home_works_swiper .swiper-slide {
    flex: unset;
    flex-shrink: 0;
  }
  .home_works .home_works_swiper .line {
    width: 58px;
    left: calc(100% - 4px);
  }
  .home_works .tip {
    display: none;
  }
  .home_works div.swiper-pagination .swiper-pagination-progressbar-fill {
    width: 100%;
    transition: all 0.3s;
  }
  .home_case .inner {
    display: block;
  }
  .home_case .tabs ul {
    display: flex;
    width: calc(100% + 40px);
    padding: 1px 20px;
    margin: 0 -20px;
    overflow: auto;
  }
  .home_case .tabs ul::-webkit-scrollbar {
    display: none;
  }
  .home_case .tabs li {
    padding: 8px 12px;
  }
  .home_case .tabs li + li {
    margin-top: 0;
    margin-left: 12px;
  }
  .home_case .tabs li .label {
    white-space: nowrap;
  }
  .home_case .swiper_box {
    width: 100%;
    margin-top: 20px;
  }
  .home_case .home_case_swiper .img {
    margin: 0;
  }
  .home_case .home_case_swiper .text {
    margin-top: 20px;
    width: 100%;
    position: static;
  }
  .home_secure .items {
    padding: 0;
  }
  .home_secure .items .syeditorlist {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .home_join .inner {
    display: block;
    padding: 60px 0 30px;
  }
  .home_join .head {
    width: 100%;
  }
  .home_join .form {
    width: 100%;
    margin-top: 20px;
  }
  .home_join .title {
    padding-top: 0;
  }
  .home_faqs .inner {
    display: block;
  }
  .home_faqs .faq_list {
    width: 100%;
    margin-top: 30px;
  }
}
