.sub_h2Area .h2Box img {
  width: 62px;
}

.lesson_btnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px;
}

.h3Area {
  width: 300px;
  margin: 0 auto;
  margin-top: 55px;
  padding-top: 36px;
}

.h3Area .desc_bg {
  border: 15px solid #e6cc3f;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.h3Area .desc_bg .arch {
  font-size: 23px;
  letter-spacing: 0.1em;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 5px;
  padding-left: 20px;
  color: #e6cc3f;
  position: absolute;
  right: -25px;
  top: -36px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
}

.h3Area .desc_bg .desc .no {
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  text-align: center;
  color: #e6cc3f;
}

.h3Area .desc_bg .desc h2 {
  color: #e6cc3f;
  font-size: 25px;
  line-height: 2;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

.h3Area .desc_bg .desc h2 span {
  color: #000;
}

.lesson_desc {
  margin-top: 55px;
}

.lesson_desc p {
  text-align: center;
}

.lesson_desc p:not(:first-child) {
  margin-top: 2em;
}

.lesson_imgArea {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lesson_imgArea div {
  width: 280px;
  border-radius: 14%;
}

.lesson_imgArea div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.lesson_imgArea div img {
  width: 100%;
  height: auto;
}

.lesson_imgArea div:not(:first-child) {
  margin-left: 40px;
}

.lesson_nav .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 970px;
  margin: 70px auto;
}

.lesson_nav .inner li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lesson_nav .inner li a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/common/arrow_y.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
}

.lesson_nav .inner li a:hover::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

/* // MARK : maxW 767px */
@media screen and (max-width: 767px) {
  /* h2Area */
  .sub_h2Area .h2Box img {
    width: auto;
    height: 6vh;
  }
  .lesson_btnBox {
    margin-top: 60px;
  }
  .lesson_btnBox .sub_btn01 {
    width: 80%;
  }
  .h3Area {
    margin-top: 20px;
    width: 100%;
  }
  .h3Area .desc_bg {
    border: 11px solid #e6cc3f;
    width: 180px;
    height: 180px;
  }
  .h3Area .desc_bg .arch {
    font-size: 20px;
    top: -29px;
  }
  .h3Area .desc_bg .desc .no {
    font-size: 22px;
    line-height: 1.3;
  }
  .h3Area .desc_bg .desc h2 {
    font-size: 22px;
    line-height: 1.6;
  }
  .lesson_desc {
    margin-top: 2em;
  }
  .lesson_desc p {
    text-align: justify;
  }
  .lesson_imgArea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 40px;
  }
  .lesson_imgArea div {
    width: 46%;
    height: inherit;
  }
  .lesson_imgArea div:not(:first-child) {
    margin-left: 0;
  }
  .lesson_imgArea div:nth-of-type(even) {
    margin-left: 4vw;
  }
  .lesson_imgArea div:nth-of-type(n + 3) {
    margin-top: 4vw;
  }
  .lesson_nav .inner ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 230px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .lesson_nav .inner li {
    width: 100%;
  }
  .lesson_nav .inner li:not(:first-child) {
    margin-top: 1em;
  }
}

/* // MARK : maxW 450px */
@media screen and (max-width: 450px) {
  .h3Area .desc_bg {
    width: 160px;
    height: 160px;
  }
  .h3Area .desc_bg .desc h2 {
    font-size: 20px;
  }
  .lesson_btnBox .sub_btn01 {
    width: 100%;
  }
}
/*# sourceMappingURL=lesson.css.map */