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

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

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

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

.premium__contents__text {
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.premium__contents__text__title {
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  color: #121212;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  margin-left: -200px;
}

.premium__contents__text__title img {
  position: relative;
  width: 119px;
  height: 112px;
  margin-right: 41px;
  top: 30px;
}

.premium__contents__text__title span {
  font-family: Urbanist;
  font-weight: 900;
  font-size: 70px;
  line-height: 100%;
  color: #121212;
}

.premium__contents__text__subtitle {
  position: relative;
  font-weight: 600;
  font-size: 28px;
  line-height: 160%;
  color: #515151;
  margin-top: 61px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  transition-delay: 0.2s;
}

.premium__contents__text__subtitle span {
  color: #00b6c1;
}

.premium__contents__text__paragraph {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #666666;
  margin-top: 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  transition-delay: 0.4s;
}

.premium__contents__text__title.visible,
.premium__contents__text__subtitle.visible,
.premium__contents__text__paragraph.visible {
  opacity: 1;
  transform: translateY(0);
}

.premium__contents__lines {
  position: absolute;
  width: 100%;
  top: 50%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1.4s;
}

.premium__contents__lines.visible {
  opacity: 1;
}

.premium__contents__lines__line {
  position: absolute;
  width: 3px;
  height: 400px;
  transform: rotate(-40deg);
  top: calc(50% - 20px);
  left: 50%;
}

.premium__contents__lines__line:nth-of-type(even) {
  transform: rotate(40deg);
}

.premium__contents__lines__line:nth-of-type(1) {
  left: 350px;
}

.premium__contents__lines__line:nth-of-type(2) {
  left: 570px;
}

.premium__contents__lines__line:nth-of-type(3) {
  left: 950px;
}

.premium__contents__lines__line:nth-of-type(4) {
  left: 1180px;
}

.premium__contents__list {
  position: relative;
  display: flex;
  gap: 0;
  margin-top: 53px;
  width: 100%;
}

.premium__contents__list__item {
  display: flex;
  position: relative;
  width: 380px;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.premium__contents__list__item.visible {
  opacity: 1;
  transform: translateY(0);
}

.premium__contents__list__item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.premium__contents__list__item:nth-of-type(2) {
  transition-delay: 0.4s;
  margin-top: 450px;
}
.premium__contents__list__item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.premium__contents__list__item:nth-of-type(4) {
  transition-delay: 0.8s;
  margin-top: 450px;
}
.premium__contents__list__item:nth-of-type(5) {
  transition-delay: 1s;
}

.premium__contents__list__item__reason {
  display: flex;
  position: relative;
  width: 280px;
  height: 280px;
  align-items: center;
}

.premium__contents__list__item__reason img {
  position: relative;
  width: 280px;
  height: 280px;
}

.premium__contents__list__item__information {
  position: relative;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

.premium__contents__list__item__information__title {
  position: relative;
}

.premium__contents__list__item__information__title span {
  position: relative;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  color: #616161;
}

.premium__contents__list__item__information__paragraph {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-top: 23px;
  color: #222222;
}

.premium__contents__list__item__information__paragraph span {
  position: relative;
  font-weight: 600;
}

.premium__contents__list__item__information__tag {
  position: absolute;
  width: 110px;
  padding: 13px 0;
  padding-bottom: 5px;
  border: 1px solid #93e5ed;
  border-radius: 20px;
  color: #848484;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  opacity: 0;
  transform: translateY(calc(-50% + 10px));
  transition: all 0.5s ease-out;
}

.premium__contents__list__item__information__tag span {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  text-align: center;
  color: #4c4c4c;
}

.premium__contents__list__item__information__tag.talk {
  top: 140px;
  left: -140px;
}

.premium__contents__list__item__information__tag.SMS {
  top: -100px;
}

.premium__contents__list__item__information__tag.LMS {
  top: 140px;
  right: -140px;
}

.premium__contents__list__item__information__tag__line {
  position: relative;
  right: -108px;
  top: -45px;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, #75e8ef 0%, #d5f4ca 89.81%);
}

.premium__contents__list__item__information__tag.SMS
  .premium__contents__list__item__information__tag__line {
  left: 26px;
  top: unset;
  bottom: -36px;
  transform: rotate(90deg);
}

.premium__contents__list__item__information__tag.LMS
  .premium__contents__list__item__information__tag__line {
  right: unset;
  left: -60px;
  transform: scaleX(-1);
}

.premium__contents__list__item__information__tag.talk.visible {
  opacity: 1;
  transform: translateY(-50%);
}

.premium__contents__list__item__information__tag.SMS.visible {
  opacity: 1;
  transform: translateY(-50%);
}

.premium__contents__list__item__information__tag.LMS.visible {
  opacity: 1;
  transform: translateY(-50%);
}
