/* FR homepage: folder / user / story / slogan / brand sections */
.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: 1024px;
  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;
        } */
.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.folder {
  margin: 0 auto;
}

.content-section.folder .section-sticky {
  overflow: hidden;
}

@media (max-width: 991px) {
  .content-section.folder {
    padding-top: 1.2rem;
  }

  .content-section.folder .info {
    max-width: 100%;
    padding: 0 0.7rem;
  }

  .content-section .info h3 {
    line-height: 0.88rem;
    font-size: 0.64rem !important;
  }

  .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;
  }

  .content-section.user {
    overflow-x: hidden;
    max-width: 100%;
  }

  .user-grid {
    overflow-x: hidden;
  }
}
