@charset "UTF-8";
@keyframes common-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.badge {
  color: #0058ff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px; /* 183.333% */
  letter-spacing: -0.24px;
  padding: 3px 34px;
  border-radius: 30px;
  border: 2px solid #7396ff;
  background: #eff4ff;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .badge {
    padding: 6px 30px;
    font-size: 18px;
    line-height: unset;
  }
}
@media (max-width: 1023px) {
  .badge {
    padding: 6px 30px;
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
  }
}
@media (max-width: 767px) {
  .badge {
    padding: 3px 15px;
    font-size: 12px;
    line-height: 20px; /* 166.667% */
    border-width: 1px;
  }
}

.main-banner {
  height: 100vh;
  background: url("/assets/images/banner/company_banner.webp") no-repeat;
  background-size: cover;
  max-height: 1080px;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .main-banner {
    max-height: 700px;
  }
}
@media (max-width: 1023px) {
  .main-banner {
    max-height: 1024px;
  }
}
@media (max-width: 767px) {
  .main-banner {
    max-height: 768px;
  }
}
.main-banner .inner {
  height: 100%;
}
.main-banner .container {
  position: relative;
  height: 100%;
}
.main-banner h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: 110px; /* 137.5% */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .main-banner h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 1023px) {
  .main-banner {
    background-image: url("/assets/images/banner/company_banner_tablet.webp");
  }
  .main-banner h2 {
    font-size: 48px;
    line-height: 68px; /* 141.667% */
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .main-banner {
    background-position: right 30% top;
  }
  .main-banner h2 {
    font-size: 32px;
    line-height: 45px; /* 140.625% */
  }
}

.brand_maker {
  background: url("/assets/images/banner/brand_maker.webp") no-repeat;
  background-size: cover;
  height: 1082px;
  position: relative;
}
.brand_maker p {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-weight: 500;
  line-height: 76px; /* 135.714% */
  margin-top: 210px;
}
.brand_maker .slide-feature {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
}
.brand_maker .slide-feature .slide-wrap {
  position: absolute;
  display: flex;
  height: 425px;
  top: 445px;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  gap: 80px;
  opacity: 0.4;
}
.brand_maker .slide-feature .slide-wrap.left {
  animation-name: common-slide-left;
}
.brand_maker .slide-item {
  width: 425px;
  height: 425px;
  background-size: cover;
}
.brand_maker .slide-item-1 {
  background-image: url("/assets/images/solution/brand_maker_1.webp");
}
.brand_maker .slide-item-2 {
  background-image: url("/assets/images/solution/brand_maker_2.webp");
}
.brand_maker .slide-item-3 {
  background-image: url("/assets/images/solution/brand_maker_3.webp");
}
.brand_maker .slide-item-4 {
  background-image: url("/assets/images/solution/brand_maker_4.webp");
}
.brand_maker .slide-item-5 {
  background-image: url("/assets/images/solution/brand_maker_5.webp");
}
.brand_maker .slide-item-6 {
  background-image: url("/assets/images/solution/brand_maker_6.webp");
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .brand_maker {
    height: 670px;
  }
  .brand_maker p {
    font-size: 36px;
    line-height: 58px;
    margin-top: 120px;
  }
  .brand_maker .slide-feature .slide-wrap {
    height: 250px;
    top: 300px;
    gap: 40px;
  }
  .brand_maker .slide-item {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1023px) {
  .brand_maker {
    height: 564px;
  }
  .brand_maker p {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px; /* 140.625% */
    margin-top: 100px;
  }
  .brand_maker .slide-feature .slide-wrap {
    height: 195px;
    top: 269px;
    gap: 36px;
  }
  .brand_maker .slide-item {
    width: 195px;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .brand_maker {
    height: 488px;
  }
  .brand_maker p {
    font-size: 24px;
    line-height: 36px; /* 150% */
    margin-top: 60px;
  }
  .brand_maker .slide-feature .slide-wrap {
    height: 200px;
    top: 228px;
  }
}

.value_belief .inner {
  padding-top: 210px;
  padding-bottom: 210px;
}
.value_belief h2 {
  text-align: center;
  margin-top: 24px;
}
.value_belief ul {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  gap: 250px;
}
.value_belief ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.value_belief ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.value_belief ul li .img {
  width: 743px;
  height: 524px;
  background-size: cover;
}
.value_belief ul li h3 {
  font-size: 56px;
  font-weight: 700;
  line-height: 76px; /* 135.714% */
  margin-bottom: 48px;
}
.value_belief ul li p {
  color: #a3a3a3;
  font-size: 36px;
  font-weight: 500;
  line-height: 56px; /* 155.556% */
}
.value_belief ul li:nth-child(1) .img {
  background-image: url("/assets/images/banner/value_belief_1.webp");
}
.value_belief ul li:nth-child(2) .img {
  background-image: url("/assets/images/banner/value_belief_2.webp");
}
.value_belief ul li:nth-child(3) .img {
  background-image: url("/assets/images/banner/value_belief_3.webp");
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .value_belief .inner {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1100px;
  }
  .value_belief h2 {
    margin-top: 20px;
  }
  .value_belief ul {
    margin-top: 120px;
    gap: 150px;
  }
  .value_belief ul li {
    gap: 40px;
  }
  .value_belief ul li div:not(.img) {
    max-width: 500px;
    width: 100%;
  }
  .value_belief ul li .img {
    width: 487px;
    height: 344px;
    flex: 0 0 487px;
  }
  .value_belief ul li h3 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .value_belief ul li p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 1023px) {
  .value_belief .inner {
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .value_belief h2 {
    margin-top: 16px;
  }
  .value_belief ul {
    margin-top: 80px;
    gap: 90px;
  }
  .value_belief ul li {
    flex-direction: column;
    align-items: start;
  }
  .value_belief ul li:nth-child(even) {
    flex-direction: column;
  }
  .value_belief ul li .img {
    width: 100%;
    height: 64vw;
    margin-bottom: 40px;
  }
  .value_belief ul li h3 {
    font-size: 32px;
    line-height: 45px; /* 140.625% */
    margin-bottom: 16px;
  }
  .value_belief ul li h3 .is-tablet {
    display: inline-block !important;
  }
  .value_belief ul li p {
    font-size: 20px;
    line-height: 35px; /* 175% */
  }
}
@media (max-width: 767px) {
  .value_belief .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .value_belief ul {
    margin-top: 40px;
    gap: 40px;
  }
  .value_belief ul li .img {
    height: 64vw;
    margin-bottom: 24px;
  }
  .value_belief ul li h3 {
    font-size: 20px;
    line-height: 32px; /* 160% */
    margin-bottom: 8px;
  }
  .value_belief ul li p {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}

.our-history {
  background: #f8f9fa;
  padding: 100px 0;
}
.our-history h2 {
  text-align: center;
  margin: 30px 0 100px;
}
.our-history .history-swiper {
  overflow: visible;
}
.our-history .history-swiper .swiper-slide {
  width: 536px;
  padding-right: 76px;
}
.our-history .history-swiper .swiper-slide .line {
  margin-bottom: 64px;
}
.our-history .history-swiper .swiper-slide .line::before {
  width: 32px;
  height: 32px;
  background: #36f;
  border-radius: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.our-history .history-swiper .swiper-slide .line::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  top: 15px;
}
.our-history .history-swiper .swiper-slide strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
}
.our-history .history-swiper .swiper-slide p {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px; /* 140.625% */
  margin-bottom: 30px;
}
.our-history .history-swiper .swiper-slide ul {
  padding-left: 20px;
}
.our-history .history-swiper .swiper-slide ul li {
  color: #8e8e8e;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
  list-style: initial;
}
.our-history .history-swiper .swiper-slide ul li:nth-child(n+4) {
  display: none;
}
.our-history .history-swiper .swiper-slide ul::marker {
  content: "•";
  font-size: 1.2em;
}
.our-history .history-swiper .swiper-slide .toggle-btn {
  margin-top: 20px;
  color: #c4c5c8;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
  background: transparent;
}
.our-history__btns {
  display: flex;
  gap: 24px;
  margin-top: 60px;
}
.our-history .swiper-button-prev {
  position: initial;
  left: 0;
  margin-top: 0;
  color: #6c6c6c;
  -webkit-mask-image: url("/assets/images/icon/left_arrow_circle.svg");
  mask-image: url("/assets/images/icon/left_arrow_circle.svg");
  background-color: currentColor;
  -webkit-mask-size: 85px 85px;
  width: 85px;
  height: 85px;
  -webkit-mask-repeat: no-repeat;
}
.our-history .swiper-button-prev::after {
  display: none;
}
.our-history .swiper-button-prev:hover {
  background-color: #333;
}
.our-history .swiper-button-next {
  position: initial;
  margin-top: 0;
  color: #6c6c6c;
  -webkit-mask-image: url("/assets/images/icon/right_arrow_circle.svg");
  mask-image: url("/assets/images/icon/right_arrow_circle.svg");
  background-color: currentColor;
  -webkit-mask-size: 85px 85px;
  width: 85px;
  height: 85px;
  -webkit-mask-repeat: no-repeat;
}
.our-history .swiper-button-next::after {
  display: none;
}
.our-history .swiper-button-next:hover {
  background-color: #333;
}
.our-history .swiper-button-prev.swiper-button-disabled,
.our-history .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #dad9de;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .our-history h2 {
    margin: 20px 0 80px;
  }
  .our-history .history-swiper .swiper-slide {
    width: 400px;
    padding-right: 30px;
  }
  .our-history .history-swiper .swiper-slide .line {
    margin-bottom: 48px;
  }
  .our-history .history-swiper .swiper-slide .line::before {
    width: 25px;
    height: 25px;
    top: 4px;
  }
  .our-history .history-swiper .swiper-slide strong {
    font-size: 30px;
    line-height: 56px;
  }
  .our-history .history-swiper .swiper-slide p {
    font-size: 22px;
    line-height: 37px;
    margin-bottom: 10px;
  }
  .our-history .history-swiper .swiper-slide ul li {
    font-size: 18px;
    line-height: 32px;
  }
  .our-history .history-swiper .swiper-slide .toggle-btn {
    font-size: 20px;
    margin-top: 16px;
  }
  .our-history__btns {
    margin-top: 60px;
    gap: 16px;
  }
  .our-history__btns .swiper-button-prev,
  .our-history__btns .swiper-button-next {
    -webkit-mask-size: 58px 58px;
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 1023px) {
  .our-history h2 {
    margin: 16px 0 150px;
  }
  .our-history .history-swiper .swiper-slide {
    width: 450px;
  }
  .our-history .history-swiper .swiper-slide .line {
    margin-bottom: 48px;
  }
  .our-history .history-swiper .swiper-slide .line::before {
    width: 24px;
    height: 24px;
  }
  .our-history .history-swiper .swiper-slide .line::after {
    top: 11px;
  }
  .our-history .history-swiper .swiper-slide strong {
    font-size: 32px;
    line-height: 45px; /* 140.625% */
  }
  .our-history .history-swiper .swiper-slide p {
    font-size: 20px;
    line-height: 32px; /* 160% */
    margin-top: 4px;
  }
  .our-history .history-swiper .swiper-slide ul li {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
  .our-history .history-swiper .swiper-slide .toggle-btn {
    margin-top: 24px;
    font-size: 20px;
    line-height: 35px; /* 175% */
  }
  .our-history__btns {
    margin-top: 88px;
    gap: 16px;
  }
  .our-history .swiper-button-prev {
    color: #29292b;
    -webkit-mask-image: url("/assets/images/icon/left_arrow_circle_medium.svg");
    mask-image: url("/assets/images/icon/left_arrow_circle_medium.svg");
    background-color: currentColor;
    -webkit-mask-size: 64px 64px;
    width: 64px;
    height: 64px;
    -webkit-mask-repeat: no-repeat;
  }
  .our-history .swiper-button-prev:hover {
    background-color: currentColor;
  }
  .our-history .swiper-button-next {
    color: #29292b;
    -webkit-mask-image: url("/assets/images/icon/right_arrow_circle_medium.svg");
    mask-image: url("/assets/images/icon/right_arrow_circle_medium.svg");
    background-color: currentColor;
    -webkit-mask-size: 64px 64px;
    width: 64px;
    height: 64px;
    -webkit-mask-repeat: no-repeat;
  }
  .our-history .swiper-button-next:hover {
    background-color: currentColor;
  }
  .our-history .swiper-button-prev.swiper-button-disabled,
  .our-history .swiper-button-next.swiper-button-disabled {
    color: #dad9de;
  }
}
@media (max-width: 767px) {
  .our-history {
    padding: 60px 0;
  }
  .our-history h2 {
    margin: 16px 0 60px;
  }
  .our-history .history-swiper .swiper-slide {
    width: 310px;
  }
  .our-history .history-swiper .swiper-slide strong {
    font-size: 20px;
    line-height: 32px; /* 160% */
  }
  .our-history .history-swiper .swiper-slide p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
  }
  .our-history .history-swiper .swiper-slide ul li {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
  }
  .our-history .history-swiper .swiper-slide .toggle-btn {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
  .our-history__btns {
    display: none;
  }
}

.our-office {
  background: #000;
  padding-top: 200px;
  padding-bottom: 200px;
}
.our-office h2 {
  color: #f8f9fa;
  text-align: center;
  margin-bottom: 100px;
}
.our-office .office-swiper {
  overflow: visible;
}
.our-office .office-swiper .swiper-slide {
  width: 525px;
  height: 701px;
  display: flex;
  flex-direction: column;
}
.our-office .office-swiper .swiper-slide .img {
  width: 100%;
  flex: 1 1 auto;
}
.our-office .office-swiper .swiper-slide.office-1 .img {
  background: url("/assets/images/office/office_1.webp") no-repeat center;
  background-size: cover;
}
.our-office .office-swiper .swiper-slide.office-1 .article {
  background: #acaaa5;
}
.our-office .office-swiper .swiper-slide.office-2 .img {
  background: url("/assets/images/office/office_2.webp") no-repeat center;
  background-size: cover;
}
.our-office .office-swiper .swiper-slide.office-2 .article {
  background: #8ba08e;
}
.our-office .office-swiper .swiper-slide.office-3 .img {
  background: url("/assets/images/office/office_3.webp") no-repeat center;
  background-size: cover;
}
.our-office .office-swiper .swiper-slide.office-3 .article {
  background: #acaaa5;
}
.our-office .office-swiper .swiper-slide.office-4 .img {
  background: url("/assets/images/office/office_4.webp") no-repeat center;
  background-size: cover;
}
.our-office .office-swiper .swiper-slide.office-4 .article {
  background: #a89d9b;
}
.our-office .office-swiper .swiper-slide .article {
  width: 100%;
  flex: 0 0 auto;
  padding: 26px 0 0 31px;
  color: #fff;
  background: #acaaa5;
  box-sizing: border-box;
  height: 155px;
}
.our-office .office-swiper .swiper-slide .article p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 44px; /* 183.333% */
}
.our-office .office-swiper .swiper-slide .article strong {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px; /* 150% */
}
.our-office .office-swiper .swiper-button-next {
  width: 80px;
  height: 80px;
}
.our-office .office-swiper .swiper-button-next::after {
  content: "";
  display: block;
  -webkit-mask-image: url("/assets/images/icon/right_arrow.svg");
  mask-image: url("/assets/images/icon/right_arrow.svg");
  background-color: #fff;
  -webkit-mask-size: 80px 80px;
  width: 80px;
  height: 80px;
  -webkit-mask-repeat: no-repeat;
}
.our-office .office-swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
.our-office .office-swiper .swiper-button-prev {
  width: 80px;
  height: 80px;
}
.our-office .office-swiper .swiper-button-prev::after {
  content: "";
  display: block;
  -webkit-mask-image: url("/assets/images/icon/left_arrow.svg");
  mask-image: url("/assets/images/icon/left_arrow.svg");
  background-color: #fff;
  -webkit-mask-size: 80px 80px;
  width: 80px;
  height: 80px;
  -webkit-mask-repeat: no-repeat;
}
.our-office .office-swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .our-office {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .our-office h2 {
    margin-bottom: 80px;
  }
  .our-office .office-swiper .swiper-slide {
    width: 321px;
    height: 445px;
  }
  .our-office .office-swiper .swiper-slide .article {
    padding: 24px 0 0 24px;
    height: 112px;
  }
  .our-office .office-swiper .swiper-slide .article p {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
  .our-office .office-swiper .swiper-slide .article strong {
    font-size: 24px;
    line-height: 36px; /* 150% */
  }
  .our-office .office-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .our-office .office-swiper .swiper-button-next::after {
    -webkit-mask-image: url("/assets/images/icon/right_arrow_medium.svg");
    mask-image: url("/assets/images/icon/right_arrow_medium.svg");
    background-color: #fff;
    -webkit-mask-size: 48px 48px;
    width: 48px;
    height: 48px;
    -webkit-mask-repeat: no-repeat;
  }
  .our-office .office-swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .our-office .office-swiper .swiper-button-prev::after {
    -webkit-mask-image: url("/assets/images/icon/left_arrow_medium.svg");
    mask-image: url("/assets/images/icon/left_arrow_medium.svg");
    background-color: #fff;
    -webkit-mask-size: 48px 48px;
    width: 48px;
    height: 48px;
    -webkit-mask-repeat: no-repeat;
  }
}
@media (max-width: 1023px) {
  .our-office {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .our-office h2 {
    margin-bottom: 80px;
  }
  .our-office .office-swiper .swiper-slide {
    width: 321px;
    height: 445px;
  }
  .our-office .office-swiper .swiper-slide .article {
    padding: 24px 0 0 24px;
    height: 112px;
  }
  .our-office .office-swiper .swiper-slide .article p {
    font-size: 16px;
    line-height: 26px; /* 162.5% */
  }
  .our-office .office-swiper .swiper-slide .article strong {
    font-size: 24px;
    line-height: 36px; /* 150% */
  }
  .our-office .office-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .our-office .office-swiper .swiper-button-next::after {
    -webkit-mask-image: url("/assets/images/icon/right_arrow_medium.svg");
    mask-image: url("/assets/images/icon/right_arrow_medium.svg");
    background-color: #fff;
    -webkit-mask-size: 48px 48px;
    width: 48px;
    height: 48px;
    -webkit-mask-repeat: no-repeat;
  }
  .our-office .office-swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .our-office .office-swiper .swiper-button-prev::after {
    -webkit-mask-image: url("/assets/images/icon/left_arrow_medium.svg");
    mask-image: url("/assets/images/icon/left_arrow_medium.svg");
    background-color: #fff;
    -webkit-mask-size: 48px 48px;
    width: 48px;
    height: 48px;
    -webkit-mask-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .our-office {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .our-office h2 {
    margin-bottom: 38px;
  }
  .our-office .office-swiper .swiper-slide {
    width: 287px;
    height: 385px;
  }
  .our-office .office-swiper .swiper-slide .article {
    padding: 16px 0 0 16px;
    height: 87px;
  }
  .our-office .office-swiper .swiper-slide .article p {
    font-size: 12px;
    line-height: 20px; /* 166.667% */
  }
  .our-office .office-swiper .swiper-slide .article strong {
    font-size: 20px;
    line-height: 32px; /* 160% */
  }
  .our-office .office-swiper .swiper-button-next,
  .our-office .office-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .our-office .office-swiper .swiper-button-next::after,
  .our-office .office-swiper .swiper-button-prev::after {
    -webkit-mask-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}

.better-life {
  background: #f8f8fa;
  height: 1080px;
}
.better-life .inner {
  padding-top: 160px;
}
.better-life h2 {
  text-align: center;
  font-size: 80px;
  font-weight: 600;
  line-height: 110px; /* 137.5% */
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
.better-life p {
  color: #7b7b7b;
  text-align: center;
}
.better-life .better-swiper {
  position: absolute;
  width: 100%;
  height: 400px;
  overflow: hidden;
  right: 0;
  top: 520px;
}
.better-life .better-swiper .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  height: 100%;
}
.better-life .slide-item {
  width: 560px;
  height: 400px;
  background-size: cover;
}
.better-life .slide-item-1 {
  background-image: url("/assets/images/life/our_life_1.webp");
}
.better-life .slide-item-2 {
  background-image: url("/assets/images/life/our_life_2.webp");
}
.better-life .slide-item-3 {
  background-image: url("/assets/images/life/our_life_3.webp");
}
.better-life .slide-item-4 {
  background-image: url("/assets/images/life/our_life_4.webp");
}
.better-life .slide-item-5 {
  background-image: url("/assets/images/life/our_life_5.webp");
}
.better-life .slide-item-6 {
  background-image: url("/assets/images/life/our_life_6.webp");
}
.better-life .slide-item-7 {
  background-image: url("/assets/images/life/our_life_7.webp");
}
.better-life .slide-item-8 {
  background-image: url("/assets/images/life/our_life_8.webp");
}
.better-life .slide-item-9 {
  background-image: url("/assets/images/life/our_life_9.webp");
}
.better-life .slide-item-10 {
  background-image: url("/assets/images/life/our_life_10.webp");
}
.better-life .slide-item-11 {
  background-image: url("/assets/images/life/our_life_11.webp");
}
.better-life .slide-item-12 {
  background-image: url("/assets/images/life/our_life_12.webp");
}
.better-life .slide-item-13 {
  background-image: url("/assets/images/life/our_life_13.webp");
}
.better-life .slide-item-14 {
  background-image: url("/assets/images/life/our_life_14.webp");
}
.better-life .slide-item-15 {
  background-image: url("/assets/images/life/our_life_15.webp");
}
.better-life .slide-item-16 {
  background-image: url("/assets/images/life/our_life_16.webp");
}
.better-life .slide-item-17 {
  background-image: url("/assets/images/life/our_life_17.webp");
}
.better-life .slide-item-18 {
  background-image: url("/assets/images/life/our_life_18.webp");
}
.better-life .slide-item-19 {
  background-image: url("/assets/images/life/our_life_19.webp");
}
.better-life .slide-item-20 {
  background-image: url("/assets/images/life/our_life_20.webp");
}
.better-life .slide-item-21 {
  background-image: url("/assets/images/life/our_life_21.webp");
}
.better-life .slide-item-22 {
  background-image: url("/assets/images/life/our_life_22.webp");
}
.better-life .slide-item-23 {
  background-image: url("/assets/images/life/our_life_23.webp");
}
.better-life .slide-item-24 {
  background-image: url("/assets/images/life/our_life_24.webp");
}
.better-life .slide-item-25 {
  background-image: url("/assets/images/life/our_life_25.webp");
}
.better-life .slide-item-26 {
  background-image: url("/assets/images/life/our_life_26.webp");
}
.better-life .slide-item-27 {
  background-image: url("/assets/images/life/our_life_27.webp");
}
.better-life .slide-item-28 {
  background-image: url("/assets/images/life/our_life_28.webp");
}
.better-life .slide-item-29 {
  background-image: url("/assets/images/life/our_life_29.webp");
}
.better-life .slide-item-30 {
  background-image: url("/assets/images/life/our_life_30.webp");
}
.better-life .slide-item-31 {
  background-image: url("/assets/images/life/our_life_31.webp");
}
.better-life .slide-item-32 {
  background-image: url("/assets/images/life/our_life_32.webp");
}
.better-life .slide-item-33 {
  background-image: url("/assets/images/life/our_life_33.webp");
}
.better-life .slide-item-34 {
  background-image: url("/assets/images/life/our_life_34.webp");
}
.better-life .slide-item-35 {
  background-image: url("/assets/images/life/our_life_35.webp");
}
.better-life .slide-item-36 {
  background-image: url("/assets/images/life/our_life_36.webp");
}
.better-life .slide-item-37 {
  background-image: url("/assets/images/life/our_life_37.webp");
}
.better-life .slide-item-38 {
  background-image: url("/assets/images/life/our_life_38.webp");
}
.better-life .slide-item-39 {
  background-image: url("/assets/images/life/our_life_39.webp");
}
.better-life .slide-item-40 {
  background-image: url("/assets/images/life/our_life_40.webp");
}
.better-life .slide-item-41 {
  background-image: url("/assets/images/life/our_life_41.webp");
}
.better-life .slide-item-42 {
  background-image: url("/assets/images/life/our_life_42.webp");
}
.better-life .slide-item-43 {
  background-image: url("/assets/images/life/our_life_43.webp");
}
.better-life .slide-item-44 {
  background-image: url("/assets/images/life/our_life_44.webp");
}
.better-life .slide-item-45 {
  background-image: url("/assets/images/life/our_life_45.webp");
}
.better-life .slide-item-46 {
  background-image: url("/assets/images/life/our_life_46.webp");
}
.better-life .slide-item-47 {
  background-image: url("/assets/images/life/our_life_47.webp");
}
.better-life .slide-item-48 {
  background-image: url("/assets/images/life/our_life_48.webp");
}
.better-life .slide-item-49 {
  background-image: url("/assets/images/life/our_life_49.webp");
}
.better-life .slide-item-50 {
  background-image: url("/assets/images/life/our_life_50.webp");
}
.better-life .slide-item-51 {
  background-image: url("/assets/images/life/our_life_51.webp");
}
.better-life .slide-item-52 {
  background-image: url("/assets/images/life/our_life_52.webp");
}
.better-life .slide-item-53 {
  background-image: url("/assets/images/life/our_life_53.webp");
}
.better-life .slide-item-54 {
  background-image: url("/assets/images/life/our_life_54.webp");
}
.better-life .slide-item-55 {
  background-image: url("/assets/images/life/our_life_55.webp");
}
.better-life .slide-item-56 {
  background-image: url("/assets/images/life/our_life_56.webp");
}
.better-life .slide-item-57 {
  background-image: url("/assets/images/life/our_life_57.webp");
}
.better-life .slide-item-58 {
  background-image: url("/assets/images/life/our_life_58.webp");
}
.better-life .slide-item-59 {
  background-image: url("/assets/images/life/our_life_59.webp");
}
.better-life .slide-item-60 {
  background-image: url("/assets/images/life/our_life_60.webp");
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .better-life {
    height: 760px;
  }
  .better-life .inner {
    padding-top: 100px;
  }
  .better-life h2 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .better-life .better-swiper {
    top: 380px;
    height: 268px;
  }
  .better-life .slide-item {
    width: 376px;
    height: 268px;
  }
}
@media (max-width: 1023px) {
  .better-life {
    height: 811px;
  }
  .better-life .inner {
    padding-top: 100px;
  }
  .better-life h2 {
    color: #111;
    font-size: 40px;
    line-height: 55px; /* 137.5% */
    letter-spacing: -0.4px;
    margin-bottom: 16px;
  }
  .better-life .better-swiper {
    height: 401px;
    top: 310px;
  }
}
@media (max-width: 767px) {
  .better-life {
    height: 514px;
  }
  .better-life .inner {
    padding-top: 60px;
  }
  .better-life h2 {
    font-size: 32px;
    line-height: 45px; /* 140.625% */
    letter-spacing: -0.32px;
    font-weight: 700;
  }
  .better-life .better-swiper {
    height: 375px;
    top: 254px;
  }
  .better-life .slide-item {
    width: 280px;
    height: 200px;
  }
}

.service-download .inner {
  display: flex;
  height: 382px;
  justify-content: space-between;
  align-items: center;
}
.service-download h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px; /* 135.714% */
}
.service-download h2 span {
  color: #0058ff;
}
@media (min-width: 1024px) and (max-width: 1648px) {
  .service-download .inner {
    height: 280px;
  }
  .service-download h2 {
    font-size: 36px;
    line-height: 56px;
  }
}
@media (max-width: 1023px) {
  .service-download .inner {
    height: 232px;
  }
  .service-download h2 {
    font-size: 24px;
    line-height: 36px; /* 150% */
  }
}
@media (max-width: 767px) {
  .service-download .inner {
    height: 272px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px;
  }
}

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