.banner-info sup {
  font-size: 0.5em;
  vertical-align: middle;
}
.orange-text {
  color: #f64402;
}
body {
  /* background: url('/assets/img/index/body-bg.svg'); */
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
  /* animation: gradient 30s ease infinite; */
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  opacity: 0;
  width: 60px;
  height: 120px;
  top: calc(50% - 60px);
  right: 0;
  background: url('https://www.vaporesso.com/hubfs/imgs/2024/icon/icon_home_arrow@2x.svg')
    no-repeat center;
  background-size: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: '';
}
.banner .swiper-button-prev {
  right: auto;
  left: 0;
  transform: rotate(-180deg);
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
  opacity: 1;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.2)
    url('https://www.vaporesso.com/hubfs/imgs/2024/icon/icon_home_arrow@2x.svg')
    no-repeat center;
  background-size: 100%;
}
.banner {
  width: 100%;
  height: 800px;
  color: #fff;
  margin-top: 60px;
}
.banner li {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner li video {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .banner-info {
  position: absolute;
  top: 260px;
  left: calc(50% - 700px);
  width: 100%;
  text-align: left;
  padding-top: 0;
}
.banner .banner-info p {
  width: 580px;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 54px;
  color: #000;
}
.banner .banner-info h2 {
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 25px;
  color: #000;
}
.imate_clear_edition {
  width: 320px;
  position: absolute;
  top: -205px;
  left: 1120px;
}
.banner-tpe {
  background: url('/assets/img/public/TPE/tpe-pc.webp') no-repeat center;
}
.banner .swiper-dot {
  position: absolute;
  bottom: 40px;
  z-index: 2;
}
.banner .swiper-dot .swiper-pagination-bullet {
  border: 1px solid var(--white);
}
.banner .swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.8);
}
.hero-slider {
  padding-top: 10.417vw;
}
.hero-slider .swiper-slide {
  width: 1050px;
  margin: 0 10%;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.hero-slider .item {
  display: block;
  width: 100%;
  height: 600px;
  transition: all 0.5s ease 0s;
}
.hero-slider .swiper-slide.swiper-slide-next .item {
  transform: rotate(15deg);
}
.hero-slider .swiper-slide.swiper-slide-prev .item {
  transform: rotate(-15deg);
}
.hero-slider .swiper-dot {
  margin-top: 30px;
}
.main-section {
  position: relative;
}
.main-section .section-sticky {
  overflow: initial;
}
.main-section canvas {
  display: block;
  height: 100%;
  transition: all 0.3s;
}
/* .main-section h1{
                font-size: 260px;
                line-height: 230px;
                padding-top: 146px;
            } */
.main-section h1 {
  max-width: 64vw;
  margin: 0 auto;
  font-size: 13.542vw;
  line-height: 11.979vw;
  padding-top: 8vw;
}
.main-section h1 span {
  display: block;
}
.main-section h1 span:nth-of-type(1) {
  text-align: left;
  padding-bottom: 4vw;
}
.main-section h1 span:nth-of-type(2) {
  text-align: right;
}
.main-section .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  /* transform: translate(0px, 20%);
                -webkit-transform: translate(0px, 20%); */
}
.main-section .bg {
  position: absolute;
  top: 33vw;
  left: calc(50% - 28.125vw);
  width: 56.25vw;
  height: 56.25vw;
  z-index: -1;
  display: flex;
  justify-content: center;
  transition: all 1s;
  animation: flip-down 3s 1.5s linear infinite;
  -webkit-animation: flip-down 3s 1.5s linear infinite;
}
/* .main-section .bg{
                position: absolute;
                top: 33.125vw;
                left: -2%;
                width: 100vw;
                height: 100vw;
                z-index: -1;
                display: flex;
                justify-content: center;
                transition: all 1s;
                transform: translateY(-50vw) scale(1.4);
            } */
.main-section .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-section .info h4 {
  line-height: 30px;
  margin-bottom: 32px;
}
.content-section .info h3 {
  line-height: 65px;
}
.content-section.user {
  max-width: 1380px;
  margin: 0 auto;
  height: 260vh;
  overflow: initial;
}
.content-section.user .section-sticky {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.user-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 15rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: translateY(-10%);
}
.client-logo {
  z-index: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
  display: flex;
  position: relative;
  overflow: hidden;
  will-change: transform;
  transform-style: preserve-3d;
  transition: all 0.5s;
  width: 140px;
}
.client-logo img {
  border-radius: 50%;
}
.client-logo:nth-of-type(1) {
  grid-area: 1 / 3 / 1 / 4;
}
.client-logo:nth-of-type(2) {
  grid-area: 1 / 9 / 3 / 6;
}
.client-logo:nth-of-type(3) {
  grid-area: 2 / 4 / 3 / 6;
}
.client-logo:nth-of-type(4) {
  grid-area: 2 / 5 / 3 / 9;
}
.client-logo:nth-of-type(5) {
  grid-area: 2 / 1 / 3 / 1;
}
.client-logo:nth-of-type(6) {
  grid-area: 3 / 6 / 4 / 7;
}
.client-logo:nth-of-type(7) {
  grid-area: 3 / 4 / 5 / 5;
}
.client-logo:nth-of-type(7) {
  grid-area: 4 / 9 / 4 / 8;
}
.client-logo:nth-of-type(8) {
  grid-area: 4 / 7 / 4 / 1;
}
.client-logo:nth-of-type(9) {
  grid-area: 5 / 1 / 4 / 2;
}
.client-logo:nth-of-type(10) {
  grid-area: 5 / 7 / 5 / 7;
}
.client-logo:nth-of-type(11) {
  grid-area: 5 / 5 / 5 / 5;
}
.client-logo.above {
  z-index: 2;
}
.content-section.story .info,
.content-section.brand .info {
  max-width: 976px;
  margin: 0 auto;
}
.content-section.story .list {
  display: flex;
  column-gap: 25px;
  padding: 0 20px;
  max-width: 1380px;
  margin: 0 auto;
  margin-top: 100px;
}
.content-section.story .list .item img {
  display: block;
  margin-bottom: 28px;
}
.content-section.story h5 {
  line-height: 27px;
  margin-bottom: 15px;
}
.content-section.story p {
  line-height: 23px;
  color: var(--black);
}
.content-section.brand {
  padding-top: 280px;
  padding-bottom: 50px;
}
/* .main-section .media{
                position: absolute;
                top: 120px;
                left: calc(50% - 120px);
                width: 320px;
                z-index: 2;
                transform: rotate(22deg);
                display: flex;
                justify-content: center;
                transition: all .3s;
            }
            .main-section .bg{
                position: absolute;
                top: 636px;
                left: calc(50% - 540px);
                width: 1080px;
                height: 1085px;
                z-index: -1;
                display: flex;
                justify-content: center;
                transition: all .3s;
            }
            .main-section .title-content{
                padding-top: 170px;
                padding-bottom: 200px;
            } */
.main-section .title-content {
  z-index: 7;
}
.content-section.folder {
  padding-top: 160px;
  max-width: 1360px;
  height: 400vh;
  overflow: initial;
}
.content-section.folder .info {
  max-width: 928px;
  margin: 0 auto;
  transition: all 1s;
}
.folder-area {
  position: relative;
  width: 100%;
  min-height: 29vw;
  margin-top: 136px;
}
.folders {
  position: absolute;
  bottom: 0;
  width: 418px;
  height: 335px;
  background: url('/assets/img/index/bg-folder.svg') no-repeat center;
  background-size: 100%;
  /* background-color: var(--white); */
  cursor: pointer;
  transition: all 0.5s;
}
.folders.z9 {
  z-index: 6;
  left: 522px;
  bottom: 0;
}
.folders.z8 {
  z-index: 5;
  left: 362px;
  bottom: 33px;
}
.folders.z7 {
  z-index: 5;
  right: 88px;
}
.folders.z6 {
  z-index: 4;
  left: 118px;
}
.folders.z5 {
  z-index: 4;
  left: 717px;
  bottom: 0;
}
.folders.z4 {
  z-index: 4;
  right: 0;
}
.folders.z3 {
  z-index: 3;
  left: 0;
  bottom: 33px;
}
.folders.z2 {
  z-index: 3;
  right: 166px;
  bottom: 99px;
}
.folders.z1 {
  z-index: 2;
  left: 310px;
  bottom: 165px;
}
.folders.z0 {
  z-index: 1;
  left: 680px;
  bottom: 217px;
}
.folders:hover {
  background: url('/assets/img/index/bg-folder-b.svg') no-repeat center;
  background-size: 100%;
}
.folders:hover .content,
.folders:hover .content h4 {
  color: var(--white);
}
.folders .content {
  padding: 22px 40px 25px 40px;
  color: var(--black);
}
.folders .content img {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-bottom: 25px;
}
.folders .content h4 {
  min-height: 157px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.folders .content .name {
  line-height: 22px;
  margin-bottom: 4px;
}
.folders .content .from {
  line-height: 20px;
  opacity: 0.6;
}
:root {
  --series-text-color: var(--white);
  --series-color-bg: rgba(255, 255, 255, 1);
  --series-bg-width: 0;
  --series-bg-height: 0;
  --series-bg-2-width: 0;
}
.content-section.slogan {
  padding-top: 220px;
}
.content-section.slogan .area {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 200px;
  display: flex;
}
.content-section.slogan .slogan-img {
  display: block;
  width: auto;
  height: 100%;
}
.content-section.slogan .area .wrap.w1 {
  transform: translate(50%);
  animation: 120s scrollText1 linear infinite normal;
  -webkit-animation: 120s scrollText1 linear infinite normal;
}
.content-section.slogan .area .wrap.w2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate(-50%);
  animation: 120s scrollText12 linear infinite normal;
  -webkit-animation: 120s scrollText2 linear infinite normal;
}
.content-section.series {
  height: 1440vh;
  overflow: initial;
  cursor: pointer;
}
.content-section.series .names-list {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 50;
  height: calc(100vh - 230px);
  width: 100%;
  text-align: center;
  overflow: hidden;
  mask-image: linear-gradient(transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(
    transparent,
    #000 10%,
    #000 90%,
    transparent
  );
}
.names-list .names-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transition: all 1s;
}
.names-list .item {
  font-size: 16vw;
  line-height: 0.9;
  height: 100vh;
  padding: 100px 0;
  color: var(--series-text-color);
}
.content-section.series .desc-list {
  position: absolute;
  left: calc(50% - 250px);
  bottom: 30px;
  z-index: 52;
  width: 500px;
  max-height: 110px;
  color: var(--series-text-color);
  overflow: hidden;
}
.desc-list .desc-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transition: all 1s;
}
.desc-list .can {
  padding: 100px 0;
  line-height: 1.4;
  color: var(--series-text-color);
}
.desc-list .can:first-child {
  padding-top: 0;
}
.content-section.series .t-name {
  position: absolute;
  left: 40px;
  top: 100px;
  z-index: 51;
  color: var(--series-text-color);
}
.content-section.series .dot {
  position: absolute;
  left: 40px;
  bottom: 100px;
  z-index: 51;
  color: var(--series-text-color);
}
.dot li {
  opacity: 0.6;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.dot li:hover {
  opacity: 1;
}
.dot li.active {
  opacity: 1;
}
.series-pro {
  position: absolute;
  height: 111vw;
  width: 111vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 51;
  top: 8%;
  left: 50%;
  transition: all 0.5s;
  /* transform: rotate(90deg) translate3d(20%, 100%, 0); */
  /* -webkit-transition: all 0.5s; */
  /* -webkit-transform: rotate(90deg) translate3d(20%, 100%, 0); */
}
.series-pro .item {
  width: 37vw;
  height: 37vw;
}
.series-pro .item:nth-of-type(4n) canvas {
  transform: rotate(90deg);
}
.series-pro .item canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.series-pro .item #series-1 {
  transform: rotate(90deg);
}
.series-pro .item #series-2 {
  transform: rotate(180deg);
}
.series-pro .item #series-3 {
  transform: rotate(270deg);
}
.series-pro .item #series-4 {
  opacity: 0;
}
.bg-list {
  position: relative;
  height: 100vh;
  width: 100%;
}
.bg-list div {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.bg-list .b1 {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('/assets/img/index/bg-color-1.webp') no-repeat center;
  background-size: cover;
}
.bg-list .b2 {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  background: url('/assets/img/index/bg-color-4.png') no-repeat center;
  background-size: cover;
}
.bg-list .b3 {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 3;
  background: url('/assets/img/series/imate/imate_bg.webp') no-repeat center;
  background-size: cover;
}
.bg-list .b4 {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 4;
  background: url('/assets/img/index/bg-color-2.webp') no-repeat center;
  background-size: cover;
}
.banner_blast_6000 {
  color: #fff !important;
  border: 1px solid #fff !important;
}
.banner_blast_6000:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #000 !important;
}
.blast_6000_icon {
  background: url('/assets/img/icon/icon_arrow_white.svg') no-repeat center !important;
  background-size: 100% !important;
}
.banner_blast_6000:hover .blast_6000_icon {
  background: url('/assets/img/icon/icon_arrow_black.svg') no-repeat center !important;
  background-size: 100% !important;
}
.banner-img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center;
}
.swiper_video_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_video_container video {
  width: auto;
  height: 100%;
  mix-blend-mode: darken;
}
.lower {
  text-transform: lowercase;
}
.up_desc {
  font-size: 18px;
  vertical-align: super;
}
@media screen and (min-width: 1024px) and (max-width: 1450px) {
  .banner .banner-info {
    left: calc(50% - 560px);
  }
  .banner .banner-info p {
    font-size: 20px;
  }
  .banner .banner-info h2 {
    width: 580px;
    font-size: 94px;
  }
}
@media (max-width: 991px) {
  .up_desc {
    font-size: 0.16rem;
    vertical-align: super;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
  .main-section {
    overflow: hidden;
  }
  .imate_clear_edition {
    width: 2.54rem;
    position: absolute;
    top: 4.2rem;
    left: 3.5rem;
  }
  .banner-tpe {
    background: url('/assets/img/public/TPE/tpe-mob.webp') no-repeat center;
  }
  .banner {
    height: 13.4rem;
  }
  .banner .banner-img {
    height: 13.4rem;
  }
  .banner .banner-info {
    top: 0;
    left: 0;
    text-align: center;
  }
  .banner .banner-info h2 {
    position: relative;
    font-size: 0.64rem;
    line-height: 0.72rem;
    margin-bottom: 0.24rem !important;
  }
  .banner .banner-info p {
    width: 100% !important;
    font-size: 0.28rem !important;
    line-height: 0.48rem;
    margin-bottom: 0.44rem !important;
  }
  .banner .banner-info.new h2::before {
    position: absolute;
    content: 'New';
    color: #fa4500;
    font-size: 0.32rem;
    line-height: 1;
    text-align: center;
    width: 100%;
    left: 0;
    top: -0.38rem;
  }
  .main-section h1 {
    display: none;
  }
  .main-section .title-content {
    display: block;
    padding-top: 1rem;
  }
  .main-section .title-content h2 {
    font-size: 1rem !important;
    line-height: 1rem;
    margin-bottom: 0.24rem;
  }
  .main-section .title-content h4 {
    font-size: 0.28rem !important;
    line-height: 0.48rem;
  }
  .title-content .link-btn {
    padding: 0.22rem 0.3rem 0.18rem 0.3rem;
    border-radius: 0.48rem;
  }
  .main-section .media {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
    height: calc(100vh - 60px);
    top: calc(60px + 1rem);
    overflow: hidden;
  }
  .main-section .media img {
    display: block;
    width: 3.6rem;
    transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
  }
  .main-section .bg {
    width: 100%;
    left: 0;
    width: 100%;
    height: 7.5rem;
    top: 9rem;
  }
  .hero-slider {
    margin-top: 0;
  }
  .hero-slider .item {
    height: 8rem;
    margin-top: 0.72rem;
  }
  .hero-slider .item img {
    height: 8rem;
  }
  .hero-slider .swiper-slide {
    width: 5.9rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .title-content h2 {
    font-size: 0.72rem !important;
    line-height: 0.8rem;
    margin-bottom: 0.16rem;
  }
  .title-content h4 {
    font-size: 0.28rem !important;
    line-height: 0.48rem;
  }
  .title-content .hero-button {
    margin-top: 0.48rem;
  }
  .hero-1 {
    padding-bottom: 0.9rem;
  }
  .content-section.series .t-name {
    left: 0.7rem;
    top: 1.62rem;
    font-size: 0.44rem !important;
    line-height: 0.6rem;
  }
  .content-section.series .dot {
    width: auto;
    left: 0.7rem;
    bottom: 0.6rem;
  }
  .dot li {
    font-size: 0.48rem !important;
    margin-bottom: 0.2rem;
  }
  .names-list .item {
    font-size: 2.6rem;
    padding: 4rem 0;
  }
  .desc-list .can {
    padding: 1.2rem 0;
  }
  .content-section.series .names-list {
    top: 0.8rem;
  }
  .content-section.series .desc-list {
    left: 0;
    width: 100%;
    text-align: center;
    max-height: 2.2rem;
    padding: 0 0.7rem;
    bottom: 3rem;
  }
  .series-pro {
    width: 120vw;
    height: 120vw;
    top: 37%;
  }
  .series-pro .item {
    width: 40vw;
    height: 40vw;
  }
  .content-section.folder {
    padding-top: 1.2rem;
  }
  .content-section.folder .info {
    max-width: 100%;
    padding: 0 0.7rem;
  }
  .content-section .info h3 {
    line-height: 1rem;
  }
  .folder-area {
    min-height: 5rem;
    margin-top: 2rem;
  }
  .folders {
    width: 6.2rem;
    height: 5.4rem;
  }
  .folders .content {
    padding: 0.5rem 0.6rem 0.4rem 0.4rem;
  }
  .folders .content h4 {
    font-size: 0.2rem !important;
    line-height: 0.32rem;
    min-height: auto;
    max-height: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.4rem;
  }
  .folders .content .from {
    font-size: 0.2rem !important;
    line-height: 0.32rem;
  }
  .folders .content .name {
    font-size: 0.24rem !important;
    line-height: 0.36rem;
    margin-bottom: 0;
  }
  .folders .content img {
    width: 0.9rem;
    height: 0.9rem;
    margin-bottom: 0.38rem;
  }
  .folders.z9 {
    z-index: 6;
    left: 1rem;
    bottom: -0.6rem;
  }
  .folders.z8 {
    z-index: 5;
    left: 0.2rem;
    bottom: -1.2rem;
  }
  .folders.z7 {
    z-index: 5;
    right: 0;
    bottom: -1rem;
  }
  .folders.z6 {
    z-index: 4;
    left: 0.7rem;
  }
  .folders.z5 {
    z-index: 4;
    left: 0.4rem;
    bottom: 1rem;
  }
  .folders.z4 {
    z-index: 4;
    right: 0;
    bottom: -1rem;
  }
  .folders.z3 {
    z-index: 3;
    left: 0;
    bottom: 0;
  }
  .folders.z2 {
    z-index: 3;
    right: 0;
    bottom: 1rem;
  }
  .folders.z1 {
    z-index: 2;
    left: 0.8rem;
    bottom: 1.5rem;
  }
  .folders.z0 {
    z-index: 1;
    left: 1.2rem;
    bottom: 1.8rem;
  }
  .content-section.story .info,
  .content-section.brand .info {
    max-width: 100%;
    padding: 0 0.7rem;
  }
  .content-section.story .list {
    padding: 0;
    margin-top: 1.6rem;
    column-gap: 0;
    row-gap: 1.2rem;
    flex-wrap: wrap;
  }
  .content-section.story .list .item {
    padding: 0 0.5rem;
  }
  .content-section.story .list .item img {
    width: 100%;
    height: auto;
    margin-bottom: 0.48rem;
  }
  .content-section.story h5 {
    font-size: 0.4rem !important;
    line-height: 0.5rem;
    margin-bottom: 0.24rem;
  }
  .content-section.slogan {
    padding-top: 2.4rem;
  }
  .content-section.slogan .area {
    height: 100px;
  }
  .content-section.user .info {
    padding: 0 0.7rem;
  }
  .content-section .info h4 {
    font-size: 0.4rem !important;
    line-height: 0.44rem;
    margin-bottom: 0.32rem;
  }
  .content-section.user {
    height: 320vh;
    margin-top: -2.4rem;
  }
  .content-section.user .section-sticky {
    padding-top: 0;
  }
  .user-grid {
    width: 100%;
    display: block;
  }
  .client-logo {
    width: 1.6rem;
    transition: all 2s;
    margin-top: 1rem;
  }
  .client-logo:nth-of-type(1) {
    transform: translateX(1rem);
  }
  .client-logo:nth-of-type(2) {
    transform: translateX(3.5rem);
  }
  .client-logo:nth-of-type(3) {
    transform: translateX(5.5rem);
  }
  .client-logo:nth-of-type(4) {
    transform: translateX(4rem);
  }
  .client-logo:nth-of-type(5) {
    transform: translateX(2.4rem);
  }
  .client-logo:nth-of-type(6) {
    transform: translateX(5.2rem);
  }
  .client-logo:nth-of-type(7) {
    transform: translateX(0.7rem);
  }
  .client-logo:nth-of-type(8) {
    transform: translateX(3.2rem);
  }
  .client-logo:nth-of-type(9) {
    transform: translateX(4.1rem);
  }
  .client-logo:nth-of-type(10) {
    transform: translateX(2.1rem);
  }
  .client-logo:nth-of-type(11) {
    display: none;
  }
  .client-logo:nth-of-type(12) {
    display: none;
  }
  .content-section.brand {
    padding-top: 0;
    padding-bottom: 1.6rem;
  }
  .content-section.brand img {
    margin-top: 0.8rem;
  }
  .bg-list .b1 {
    background: url('/assets/img/index/mob/bg-color-1.webp') no-repeat center;
    background-size: cover;
  }
  .mean-container .mean-nav > ul .list {
    column-gap: 1rem;
  }
}
