body main section.hero {
  overflow-x: hidden;
}
body main section.hero .top {
  padding: 160px 0 50px;
}
body main section.hero .bottom {
  padding: 50px 0 240px;
}
body main section.hero .bottom .slider .slick-list {
  margin: 0 40px 0 10px;
  overflow: visible;
}
body main section.hero .bottom .slider .slick-list .slick-track {
  display: flex;
}
body main section.hero .bottom .slider .item {
  padding: 0 10px;
  height: unset;
}
body main section.hero .bottom .slider .item .card {
  height: 100%;
  padding: 12px;
  flex-direction: row;
  border: none;
  border-radius: 12px;
  box-shadow: none;
}
body main section.hero .bottom .slider .item .card img.card-img {
  height: 100%;
  width: 100%;
  max-width: 118px;
  object-fit: cover;
  border-radius: 8px;
}
body main section.hero .bottom .slider .item .card .card-body {
  padding: 0 0 0 10px;
}
body main section.hero .bottom .slider .item .card .card-body .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body main section.hero .bottom .slider .item .card .card-body p.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body main section.hero .obj_bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
body main section.hero .obj_bottom img {
  height: auto;
  width: 323px;
}
body main section.hero .obj_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  z-index: -1;
}
body main section.hero .obj_text .obj_4 {
  --imageWidth: 2202px;
  background: url("../../img/webp/img-16.webp") repeat-x left center/auto 100%;
  height: 100px;
  width: calc(var(--imageWidth) * 2);
  animation: horizontal_infinite_scroll 10s linear infinite;
}
@keyframes horizontal_infinite_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--imageWidth)));
  }
}
body main section.cards {
  background-color: #ffffff;
  padding: 100px 0;
}
body main section.cards .nav {
  background-color: #ffffff;
  border-radius: 16px 0 0 16px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.1);
  padding: 24px 16px;
  height: calc(100vh - 40px);
  width: 100%;
  max-width: 200px;
  overflow-y: auto;
  flex-wrap: nowrap;
  position: sticky;
  top: 20px;
}
body main section.cards .nav button {
  padding: 5px 0;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
body main section.cards .nav button img {
  height: auto;
  width: 50px;
}
body main section.cards .nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  background-color: #ecf0f6;
}
body main section.cards .nav::-webkit-scrollbar {
  width: 12px;
  background-color: #ecf0f6;
}
body main section.cards .nav::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: solid 2px #ecf0f6;
  background-color: #00A2E2;
}
body main section.cards .card {
  background-color: #ffffff;
  border: 0;
  padding: 0;
  border-radius: 32px;
}
body main section.cards .card .card-header {
  background-color: transparent;
  border: 0;
  padding: 64px 0 32px;
}
body main section.cards .card .card-header .content_wrapper {
  display: flex;
  gap: 48px;
}
body main section.cards .card .card-header .button_wrapper {
  width: 100%;
  min-width: max-content;
  max-width: max-content;
}
body main section.cards .card .card-body {
  padding: 0;
  display: flex;
  gap: 24px;
  align-items: start;
}
body main section.cards .card .card-body img.card-img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  border: solid 4px #ffffff;
  border-width: 4px 4px 0 4px;
}
body main section.cards .card .card-body .content_wrapper {
  width: 100%;
  max-width: 35%;
}
body main section.cards .card:nth-child(even) .card-body {
  flex-direction: row-reverse;
}

@media (max-width: 1380px) {
  body main section.hero .top {
    padding: 160px 0 40px;
  }
  body main section.hero .bottom {
    padding: 40px 0 220px;
  }
  body main section.hero .obj_bottom img {
    width: 300px;
  }
  body main section.cards {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  body main section.cards .card {
    border-radius: 20px;
  }
  body main section.cards .card .card-header {
    padding: 44px 0 20px;
  }
}
@media (max-width: 992px) {
  body main section.hero .top {
    padding: 160px 0 30px;
  }
  body main section.hero .bottom {
    padding: 30px 0 180px;
  }
  body main section.hero .obj_bottom img {
    width: 240px;
  }
  body main section.cards {
    padding: 60px 0;
  }
  body main section.cards .card {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  body main section.cards {
    padding: 40px 0;
  }
  body main section.cards .card {
    padding: 0 20px;
  }
  body main section.cards .card .card-header .content_wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  body main section.cards .card .card-header .content_wrapper .button_wrapper {
    min-width: unset;
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  body main section.hero .top {
    padding: 120px 0 20px;
  }
  body main section.hero .bottom {
    padding: 20px 0 120px;
  }
  body main section.hero .obj_bottom img {
    width: 150px;
  }
  body main section.hero .obj_text .obj_4 {
    --imageWidth: 1101px;
    height: 50px;
    width: calc(var(--imageWidth) * 2);
  }
}

/*# sourceMappingURL=home.css.map */
