.ceo-wrapper {
  display: flex;
  flex-direction: column;
}

.ceo--img img {
  width: 100%;
}

.ceo--img {
  position: relative;
}

.ceo--img video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: 2;
}

.ceo--img .poster-img {
  position: relative;
  z-index: 1;
}

.ceo--title__en {
  font-size: var(--fs-32);
  font-weight: bold;
  line-height: 1.4;
  direction: ltr;
  overflow: hidden;
}

.ceo__typography img {
  width: 100%;
}

.ceo__desc {
  transform-origin: left;
}

.mobile .ceo__typography {
  margin-bottom: 5rem;
}

.ceo--titles .char {
  display: inline-block;
}

.mobile .ceo--img {
  margin-bottom: 3rem;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.mobile .ceo--titles {
  text-align: center;
}

.mobile .ceo-wrapper .btns--box {
  justify-content: center;
}

.ceo--subtitle__en {
  font-size: var(--fs-22);
  display: block;
  line-height: 1.5;
  direction: ltr;
  overflow: hidden;
}

.ceo--titles {
  margin-bottom: 1.5rem;
  font-family: var(--ff-en);
  text-align: left;
}

.ceo--text .btn {
  min-width: 14rem;
}

.section--ceo {
  /* margin-bottom: 10rem; */
}

.ceo__desc .editor-content {
  font-size: var(--fs-18);
}

/**************************/
/* BELOW 360px */
/**************************/
@media (min-width: 22.5em) {}

/**************************/
/* BELOW 576px */
/**************************/
@media (min-width: 36em) {}

/**************************/
/* ABOVE 800px */
/**************************/

@media (min-width: 50em) {
  .ceo-wrapper {
    align-items: end;
    padding: 0 calc(var(--padding-section-base) * 6);
    gap: 5.3rem;
    flex-direction: row;
  }

  .ceo--text {
    flex: 1;
  }

  .ceo--img {
    flex: none;
    width: 26.5%;
  }

  .ceo__desc {
    padding-right: 24rem;
  }

  .btns__ceo {
    padding-right: 2rem;
    margin-top: 6.9rem;
  }
}