.f17 {
  font-size: 17px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f32 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.f42 {
  font-size: 42px;
  font-weight: 500;
}

.f56 {
  font-size: 56px;
  font-weight: 500;
}

.under_prob-intro {
  margin-bottom: 150px;
}

.under p {
  line-height: 2;
}

.intro-text {
  margin-bottom: 70px;
}
.intro-text .f56 {
  text-align: center;
  margin-bottom: 35px;
}
.intro-text .f15 {
  text-align: center;
}

.prob-wrap {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prob-wrap img {
  border-radius: 10px;
  width: 47.5%;
}
.prob-wrap .prob-wrap_cont {
  width: 47.5%;
}
.prob-wrap .prob-wrap_cont .f32 {
  margin-bottom: 30px;
}
.prob-wrap .prob-wrap_cont .f32 span {
  color: var(--blue);
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
}
.prob-wrap .prob-wrap_cont .f15 {
  margin-bottom: 30px;
}
.prob-wrap .prob-wrap_cont .btn-wrap {
  display: flex;
  justify-content: end;
  color: var(--blue);
}

.under_prob-req {
  background: var(--blue);
  padding: 150px 0 70px;
}

.req-text {
  margin-bottom: 70px;
}
.req-text .f42 {
  margin-bottom: 30px;
  text-align: center;
}
.req-text .f15 {
  text-align: center;
}

@media (max-width: 1200px) {
  .f24 {
    font-size: 1.8rem;
  }
  .f32 {
    font-size: 2.4rem;
  }
  .f42 {
    font-size: 3rem;
  }
  .f56 {
    font-size: 4.2rem;
  }
  .prob-wrap img {
    width: 52.5%;
  }
  .prob-wrap .prob-wrap_cont {
    width: 41.5%;
  }
}
@media (max-width: 834px) {
  .f32 {
    font-size: 20px;
  }
  .f42 {
    font-size: 22px;
  }
  .f56 {
    font-size: 24px;
  }
  .under_prob-intro {
    margin-bottom: 80px;
  }
  .intro-text {
    margin-bottom: 40px;
  }
  .intro-text .f56 {
    margin-bottom: 25px;
  }
  .intro-text .f15 {
    text-align: left;
  }
  .prob-wrap {
    margin-bottom: 40px;
    display: block;
  }
  .prob-wrap img {
    width: 100%;
  }
  .prob-wrap .prob-wrap_cont {
    width: 100%;
    margin-top: 20px;
  }
  .prob-wrap .prob-wrap_cont .f32 span {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .under_prob-req {
    padding: 80px 0 40px;
  }
  .req-text {
    margin-bottom: 40px;
  }
  .req-text .f42 {
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=problem.css.map */