.feature {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 8;
}

.feature__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.feature__contents {
  position: relative;
  max-width: 1644px;
  width: 100%;
  padding: 0 62px;
  padding-top: 263px;
  padding-bottom: 160px;
  margin: 0 auto;
  overflow: hidden;
}

.feature__contents__intro {
  display: flex;
  align-items: center;
}

.feature__contents__intro img {
  width: 200px;
  height: auto;
}

.feature__contents__intro__text {
  position: relative;
}

.feature__contents__intro__text__title {
  position: relative;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #ffffff;
  padding-left: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease-out;
}

.feature__contents__intro__text__title span {
  color: #92e3e8;
}

.feature__contents__intro__text__paragraph {
  position: relative;
  margin-top: 28px;
  padding: 8px 24px;
  padding-left: 40px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease-out;
}

.feature__contents__intro__text__title.visible,
.feature__contents__intro__text__paragraph.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature__contents__intro__text__paragraph {
  transition-delay: 0.2s;
}

.feature__contents__intro__text__paragraph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.feature__contents__intro__text__paragraph span {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #939393;
}

.feature__contents__intro__text__paragraph span span {
  color: #5bccd3;
}

.feature__contents__table {
  position: relative;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 62px 120px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.feature__contents__table__thead {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.feature__contents__table__thead__title {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #ffffff;
  flex: 0 0 200px;
}

.feature__contents__table__thead__title.title {
  justify-content: start;
  flex: 1;
}

.feature__contents__table__thead__title.premium {
  color: #f2c36c;
}

.feature__contents__table__tbody {
  position: relative;
  margin-top: 40px;
}

.feature__contents__table__tbody__list {
  position: relative;
  display: flex;
  flex-direction: column;
}

.feature__contents__table__tbody__list__item {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  border-top: 1px solid;
  padding: 16px 0;
  border-image-source: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 51.44%,
    rgba(255, 255, 255, 0) 100%
  );
  border-image-slice: 1;
}

.feature__contents__table__tbody__list__item:first-child {
  border-top: none;
}

.feature__contents__table__tbody__list__item__value {
  position: relative;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  flex: 0 0 200px;
  color: #ffffff;
  padding: 20px 0;
}

.feature__contents__table__tbody__list__item__value.subject {
  justify-content: start;
  flex: 1;
}

.feature__contents__table__tbody__list__item__value.infinity {
  flex: 0 0 600px;
  background: linear-gradient(
    90deg,
    rgba(99, 99, 99, 0.5) 0%,
    rgba(159, 159, 159, 0.5) 51.44%,
    rgba(99, 99, 99, 0.5) 100%
  );
  border-radius: 32px;
}

.feature__contents__table__tbody__list__item__value img {
  width: 19px;
  height: 19px;
}

.feature__contents__table__tbody__list__item__value.feature_mobile {
  display: none;
}
