/*------------------------------------
lesson
------------------------------------*/

.lec-point {
  color: white;
  text-align: center;
  background-color: #009380;
  width: 80%;
  margin: 20px auto auto;
  padding: 5px 0;
  font-size: 28px;
  font-weight: bold;
  border-radius: 30px;
}

.lesson-box {
  position: relative;
  width: 500px;
}

.lesson-point {
  color: #fff;
  background-color: #009380;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 40px;
}

.lesson-num {
  font-size: 45px;
}

.lesson-cnt {
  background-color: #bfe6e1;
  border-radius: 8px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
  box-sizing: border-box;
  padding: 10px;
  width: 90%;
  margin: 45px auto;
  height: 290px;
}

.lesson-head {
  border-bottom: solid 5px #009380;
  font-weight: bold;
  font-size: 22px;
  margin: 20px 0 20px 30px;
  padding-left: 90px;
}

.lesson-txt {
  width: 80%;
  margin: 0 auto;
}

.lesson-img {
  text-align: center;
}

.lesson-img img {
 width: 45%;
}

.lesson-scene {
  text-align: center;
}

.lesson-area {
  margin-top: 25px;
}
