/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Inter", sans-serif;
  --font-title: "Archivo Condensed", sans-serif;
  --header-index: 99;
  --header-fixed: 3.6rem;
  --header-height: 12rem;
}
@media screen and (max-width: 576px) {
  :root {
    --header-height: 10.2rem;
  }
}
:root {
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1024px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --pi-8: 0.4rem;
  }
}

.banner {
  position: relative;
  height: calc(100vh - var(--header-height));
}
@media screen and (min-width: 1201px) {
  .banner {
    min-height: 81.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
.banner .swiper {
  height: 100%;
}
.banner-main {
  height: 100%;
}
.banner-thumb {
  left: 50%;
  z-index: 5;
  width: 100%;
  bottom: 2.4rem;
  padding: 0 1.6rem;
  position: absolute;
  max-width: 124.6rem;
  transform: translateX(-50%);
}
.banner-thumb .swiper {
  margin: 0 calc(-1 * var(--pi-20));
}
.banner-thumb .swiper-slide {
  cursor: pointer;
  width: 20%;
  padding: 0 var(--pi-20);
}
@media screen and (max-width: 767px) {
  .banner-thumb .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .banner-thumb .swiper-slide {
    width: 40%;
  }
}
.banner-thumb .swiper-slide-thumb-active .banner-thumb_content::before {
  animation: thumbAni 5s linear forwards;
}
.banner-thumb_content {
  padding-top: 2rem;
  position: relative;
  border-top: 0.2rem solid white;
}
@media screen and (max-width: 767px) {
  .banner-thumb_content {
    padding-top: 1.2rem;
  }
}
.banner-thumb_content::before {
  content: "";
  left: 0;
  width: 0;
  z-index: 5;
  top: -0.2rem;
  height: 0.2rem;
  position: absolute;
  border-radius: 1rem;
  background-color: #BD2C20;
}
.banner-home {
  height: 100%;
  display: flex;
  position: relative;
}
.banner-home::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 1024px) {
  .banner-home::before {
    padding-top: 73.25%;
  }
}
@media screen and (max-width: 576px) {
  .banner-home::before {
    padding-top: 140%;
  }
}
.banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.banner-bg img {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  object-fit: cover;
}
.banner-pos {
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner-wrap {
  height: 100%;
}
.banner-row {
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner-col {
    width: 100%;
  }
  .banner-col:has(.banner-img) {
    display: none;
  }
}
.banner-img {
  user-select: none;
}
.banner-img .img {
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .banner-content {
    gap: 2.4rem;
  }
}
.banner-title .title-56 {
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .banner-title .title-56 br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .banner-title .title-56 {
    font-size: 2.4rem;
  }
}
.banner-title .text-18 {
  line-height: 150%;
}
@media screen and (max-width: 576px) {
  .banner-title .text-18 {
    font-size: 1.4rem;
  }
}

.hero {
  position: relative;
  margin-top: -4.8rem;
}
.hero-bg {
  inset: 0;
  z-index: -1;
  position: absolute;
}
.hero-bg::before {
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pos {
  z-index: 5;
  color: white;
  padding: 22.6rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hero-pos {
    padding: 15rem 0;
  }
}

.deve {
  isolation: isolate;
  position: relative;
  padding: 2.4rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .deve {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .deve {
    padding: 4rem 0rem;
  }
}
.deve::before, .deve:after {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.deve::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/system/deve-bg1.jpg");
}
.deve::after {
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
}
.deve-row {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .deve-col {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .deve-content .btn {
    margin-top: 0.8rem;
  }
}
.deve-title .tt {
  max-width: 50rem;
}
.deve-title .text-16 {
  line-height: 150%;
}
.deve-number .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-32));
  margin: 0 calc(-1 * var(--pi-32));
}
.deve-number .list-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-32);
}
.deve-number .list-item:not(:last-child) {
  border-right: 0.1rem solid #D9D9D9;
}
.deve-number .list-box .count-number {
  line-height: 110%;
  color: #BD2C20;
}
.deve-number .list-box .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .deve-number .list-box .text-14 {
    font-size: 1.2rem;
  }
}
.deve-img {
  margin: 0 auto;
  user-select: none;
  max-width: 48.8rem;
}
.deve-img .img {
  padding-top: 173.3606557377%;
}

.system {
  margin: 10rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .system {
    margin: 6rem 0rem;
  }
}
.system-row {
  --rg: 0;
  --cg: 0;
}
@media screen and (max-width: 767px) {
  .system-col {
    width: 100%;
  }
}
.system-inner {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.6rem;
  background-color: white;
}
.system-heading .text-16 {
  width: 100%;
  margin: 0 auto;
  max-width: 83.6rem;
  text-align: center;
}
.system-left {
  color: white;
  padding: 3.2rem;
  overflow: hidden;
  border-radius: 1.6rem;
  background-color: #BD2C20;
}
@media screen and (max-width: 1024px) {
  .system-left {
    gap: 3.2rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .system-left {
    gap: 2.4rem;
  }
}
.system-left_heading {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
.system-left_heading .title-28 {
  line-height: 130%;
}
.system-left_heading img {
  flex-shrink: 0;
  object-fit: contain;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .system-left_heading img {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.system-left_list {
  max-height: 48.2rem;
  padding-right: 1.6rem;
  overflow: hidden auto;
}
.system-left_list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
}
.system-left_item {
  position: relative;
}
.system-left_item:not(:last-child) {
  padding-bottom: 1.6rem;
}
.system-left_item:not(:last-child)::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.system-left_info {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.system-left_info .text-18 {
  line-height: 150%;
}
.system-left_info .icon {
  user-select: none;
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(-90deg);
}
.system-left_info .icon img {
  filter: brightness(0) invert(1);
}
.system-right {
  padding: 3.2rem 1.6rem 3.2rem 3.2rem;
}
@media screen and (max-width: 1024px) {
  .system-right {
    padding: 2rem 1rem 2rem 2rem;
  }
}
.system-right_list {
  max-height: 55.6rem;
  padding-right: 1.6rem;
  overflow: hidden auto;
}
@media screen and (max-width: 1024px) {
  .system-right_list {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .system-right_list {
    gap: 2.4rem;
  }
}
.system-right_item {
  position: relative;
}
.system-right_item:not(:last-child) {
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .system-right_item:not(:last-child) {
    padding-bottom: 2.4rem;
  }
}
.system-right_item:not(:last-child)::before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  background: linear-gradient(90deg, #8D8D8D 0%, rgba(141, 141, 141, 0) 100%);
}
.system-right_box {
  gap: 2.4rem;
  display: flex;
}
@media screen and (min-width: 1201px) {
  .system-right_box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (min-width: 577px) {
  .system-right_box {
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  .system-right_box {
    flex-direction: column;
  }
}
.system-right_img {
  width: 100%;
  flex-shrink: 0;
  max-width: 17.6rem;
}
.system-right_img .img {
  padding-top: 100%;
  border-radius: 0.8rem;
}
.system-right_content {
  width: 100%;
  position: relative;
}
.system-right_content .title-24 {
  line-height: 133%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .system-right_content .title-24:hover {
    color: #BD2C20;
  }
}
.system-right_content .list-item {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.system-right_content .list img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .system-right_content .list img {
    width: 2rem;
    height: 2rem;
  }
}
.system-right_content .list .text-14 {
  line-height: 140%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .system-right_content .list .text-14:hover {
    color: #BD2C20;
  }
}
.system-right_content .btn {
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
  flex-direction: row-reverse;
}
@media screen and (min-width: 1201px) {
  .system-right_content .btn {
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
.system-right_content .btn img {
  width: 2rem;
  height: 2rem;
}
/*# sourceMappingURL=system.css.map */
