@import url("//fonts.googleapis.com/earlyaccess/nanumpenscript.css");
.border-btn {
  height: 4.8rem;
  font-size: 1.4rem;
}

.intro {
  margin-bottom: calc(3.2rem - var(--margins));
  padding: 4rem 1rem;
  border-radius: 1.6rem;
  background: #eff4ff;
}
.intro__ttl {
  font-family: "gong";
  font-weight: 500;
  font-size: 3.6rem;
  text-align: center;
}
.intro__ttl span {
  display: block;
  margin-bottom: 0.33em;
  font-family: "Nanum Pen Script";
  font-size: 0.67em;
}
.intro__ttl strong {
  display: block;
  color: var(--primary);
}
.intro__desc {
  margin-bottom: 1.5em;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
}
.intro__desc strong {
  color: var(--primary);
}
.intro__visual {
  position: relative;
  width: 19.6rem;
  margin: 3.2rem auto;
}
.intro__visual .deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro__visual .deco img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.intro__visual .deco img:nth-child(1) {
  animation: float 3s 0.5s ease-in-out infinite;
}
.intro__visual .deco img:nth-child(2) {
  animation: float 3s ease-in-out infinite;
}
.intro__visual .deco img:nth-child(3) {
  animation: float 3s 0.5s ease-in-out infinite;
}

.content {
  padding-top: calc(4rem - var(--margins));
}
.content__ttl {
  margin-bottom: 1.25em;
  font-family: "gong";
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
}
.content__ttl strong {
  color: var(--primary);
}

.benefits {
  --gap: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap);
  padding: 2.4rem 1rem;
  border-radius: 1.6rem;
  background: #f7f7f7;
}
.benefits + .benefits {
  margin-top: 2.4rem;
}
.benefits__ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: center;
}
.benefits__ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.71em;
  margin: 0 auto 0.8em;
  border-radius: 1.43em;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1.714;
  color: #fff;
  text-align: center;
  background: var(--primary);
  aspect-ratio: 8/3;
}
.benefits__visual {
  width: 16rem;
}
.benefits__desc {
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.625;
  letter-spacing: -0.05em;
}

.user-guide {
  width: 100%;
  padding-left: 0.5em;
}
.user-guide li {
  position: relative;
  padding: 0 0 2% 3%;
  font-weight: 500;
  font-size: 1.4rem;
  color: #888;
  line-height: 1.714;
  letter-spacing: -0.05em;
}
.user-guide li::before {
  --size: 0.3em;
  position: absolute;
  top: calc(var(--size) * 2);
  left: 0;
  width: var(--size);
  border-radius: 50%;
  background: currentColor;
  aspect-ratio: 1/1;
  content: "";
}

.auth-notice {
  margin: 6.4rem 0;
}
.auth-notice__ttl {
  display: block;
  margin-bottom: 0.33em;
  font-family: "Nanum Pen Script";
  font-size: 2.4rem;
  text-align: center;
}
.auth-notice__desc {
  margin-bottom: 1.67em;
  font-family: "gong";
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
.auth-notice__desc strong {
  display: block;
  color: var(--primary);
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=teacher-benefits.css.map */
