.font-color-6 {
  color: rgba(0, 0, 0, 0.6);
}
.font-light-color-6 {
  color: rgba(255, 255, 255, 0.6);
}
.font-light-color-4 {
  color: rgba(255, 255, 255, 0.4);
}
.font-light-color-8 {
  color: rgba(255, 255, 255, 0.8);
}
.font-color-4 {
  color: rgba(0, 0, 0, 0.4);
}
.font-color-8 {
  color: rgba(0, 0, 0, 0.8);
}
.font-green {
  color: #18BA79;
}
.f-white {
  color: #fff;
}
.f-primary {
  color: #5472ED;
}
.f-active {
  background: linear-gradient(90deg, #8135D9 0%, #3983DE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.f-dark-active {
  background: linear-gradient(90deg, #4094FF 0%, #F6A058 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.font-600 {
  font-weight: 600;
}
.font-normal {
  font-weight: normal !important;
}
.al-f-12 {
  font-size: 12px;
  line-height: 20px;
}
.al-f-14 {
  font-size: 14px;
  line-height: 20px;
}
.al-f-16 {
  font-size: 16px;
  line-height: 24px;
}
.font-black {
  color: #000;
}
/* phone */
@media (max-width: 759.98px) {
  .al-title-5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
  }
  .al-title-4 {
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
  }
  .al-title-3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
  }
  .al-title-2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
  }
  .al-title-1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
  }
}
/* pad */
@media (min-width: 760px) and (max-width: 1023.98px) {
  .al-title-5 {
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
  }
  .al-title-4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
  }
  .al-title-3 {
    font-size: 44px;
    line-height: 48px;
    font-weight: bold;
  }
  .al-title-2 {
    font-size: 56px;
    line-height: 60px;
    font-weight: bold;
  }
  .al-title-1 {
    font-size: 64px;
    line-height: 68px;
    font-weight: bold;
  }
}
/* Book */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .al-title-5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
  }
  .al-title-4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
  }
  .al-title-3 {
    font-size: 50px;
    line-height: 54px;
    font-weight: bold;
  }
  .al-title-2 {
    font-size: 60px;
    line-height: 64px;
    font-weight: bold;
  }
  .al-title-1 {
    font-size: 70px;
    line-height: 74px;
    font-weight: bold;
  }
}
/* PC */
@media (min-width: 1280px) {
  .al-w-content {
    width: 1200px;
  }
  .al-title-5 {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
  }
  .al-title-4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
  }
  .al-title-3 {
    font-size: 56px;
    line-height: 60px;
    font-weight: bold;
  }
  .al-title-2 {
    font-size: 68px;
    line-height: 72px;
    font-weight: bold;
  }
  .al-title-1 {
    font-size: 80px;
    line-height: 84px;
    font-weight: bold;
  }
}
