
.contents_wrap .img_wrap .img_text_box .sub_desc{
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #dfdfdf;
  display: block;
}

.contents_wrap .img_wrap .img_text_box .sub_desc a{
  font-weight: 500;
  color: #dfdfdf;
}

.contents_wrap .img_wrap .img_text_box .sub_desc:first-child{
  margin-right: 0;
}

.contents_wrap .teacher_img_wrap {
  background: url(../img/sub_img_teacher.jpg) no-repeat;
}

.contents_wrap .teacher_info_wrap {
  text-align: center;
}

.contents_wrap .teacher_info_wrap .title_text_box {
  margin-bottom: 40px;
}

.contents_wrap .teacher_info_wrap .title_text_box li:first-child {
  font-size: 20px;
  margin-bottom: 8px;
}

.contents_wrap .teacher_info_wrap .title_text_box li:nth-child(2) h1 {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 16px;
}

.contents_wrap .teacher_info_wrap .title_text_box li:last-child {
  font-size: 16px;
}

.contents_wrap .teacher_info_wrap .teacher_who_info_box {
  padding: 22px 20px 8px;
  border: 2px solid #B5DCAE;
  border-radius: 26px;
  position: relative;
  max-width: 380px;
  margin: 60px auto 40px;
}

.contents_wrap .teacher_info_wrap .teacher_who_info_box .who_title_text {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 7px 22px 9px;
  border-radius: 40px;
  background-color: #B5DCAE;
  color: #fff;
  font-size: 20px;
}

.contents_wrap .teacher_info_wrap .teacher_who_info_box li {
  font-size: 16px;
  color: #666;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.contents_wrap .teacher_info_wrap .teacher_who_info_box li:last-child {
  border: 0;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box {
  border-top: 1px solid #ddd;
  padding-top: 40px;
  max-width: 420px;
  margin: 0 auto 40px;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box ul li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  background-color: #f5f5f5;
  border-radius: 40px;
  margin-bottom: 8px;
  padding: 7px 20px 9px;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box ul li h3 {
  font-size: 14px;
  border-right: 1px solid #000;
  margin-right: 8px;
  padding-right: 8px;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box ul li span {
  color: #666;
  text-align: left;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box ul li:first-child h3 {
  letter-spacing: 5px;
  padding-right: 4px;
  display: flex;
    align-items: center;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box ul li:last-child {
  margin: 0;
}

.contents_wrap .teacher_info_wrap .teacher_service_info_box ul li:last-child h3 {
  letter-spacing: -0.8px;
}

.contents_wrap .teacher_info_wrap .apply-btn-wrap{
  width: 100%;
  max-width: 420px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}

.contents_wrap .teacher_info_wrap .apply-btn-wrap a{
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #47A835;
  border: 1px solid #47A835;
  color: #fff;
  height: 50px;
  border-radius: 50px;
  transition: all .3s;
}

.contents_wrap .teacher_info_wrap .apply-btn-wrap a:hover{
  background-color: #fff;
  border: 1px solid #47A835;
  color: #47A835;
}

.teacher_apply_wrap .center_wrap{
  max-width: 1220px;
}
.teacher_apply_wrap .center_wrap .class-apply-wrap .apply-inform-input-wrap{
  width: 90%;
}


.contents_wrap .service_info_wrap .class-apply-wrap .apply-inform-input-wrap .input-wrap .input-line textarea{
  width: 70%;
}

.apply-inform-input-wrap .desc_wrap p{
  /* text-align: left; */
  font-size: 14px;
  color: #666;
  padding: 20px 0;
}
.apply-inform-input-wrap .desc_wrap p:not(:last-child){
  border-bottom: 1px dashed #f0f0f0;
}

@media all and (min-width: 768px) {
  .contents_wrap .img_wrap .img_text_box .sub_desc{
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .contents_wrap .img_wrap .img_text_box .sub_desc:first-child{
    margin-right: 1px;
  }

  .contents_wrap .service_info_wrap .class-apply-wrap .apply-inform-input-wrap .input-wrap .input-line textarea{
    width: 50%;
  }
  .teacher_apply_wrap .center_wrap .class-apply-wrap .apply-inform-input-wrap{
    width: 60%;
  }

  .contents_wrap .service_info_wrap .class-apply-wrap .apply-inform-input-wrap .input-wrap .input-line textarea{
    width: 70%;
  }

  .contents_wrap .img_wrap.sub_img_wrap {
    height: 480px;
  }
  .contents_wrap .img_wrap.sub_img_wrap .img_text_box h1 {
    font-size: 56px;
    margin-bottom: 8px;
  }
  .contents_wrap .img_wrap.sub_img_wrap .img_text_box .sub_text {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .contents_wrap .teacher_info_wrap .title_text_box {
    margin-bottom: 60px;
  }
  .contents_wrap .teacher_info_wrap .title_text_box li:first-child {
    font-size: 28px;
  }
  .contents_wrap .teacher_info_wrap .title_text_box li:nth-child(2) h1 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .contents_wrap .teacher_info_wrap .title_text_box li:last-child {
    font-size: 24px;
  }
  .contents_wrap .teacher_info_wrap .teacher_who_info_box li {
    font-size: 18px;
  }
  .contents_wrap .teacher_info_wrap .teacher_service_info_box ul li {
    font-size: 16px;
  }
  .contents_wrap .teacher_info_wrap .teacher_service_info_box ul li h3 {
    font-size: 16px;
    margin-right: 12px;
    padding-right: 12px;
  }
  .contents_wrap .teacher_info_wrap .teacher_service_info_box ul li:first-child h3 {
    letter-spacing: 7px;
    padding-right: 4px;
  }
  .contents_wrap .teacher_info_wrap .teacher_service_info_box ul li:last-child {
    margin: 0;
  }
  .contents_wrap .teacher_info_wrap .teacher_service_info_box ul li:last-child h3 {
    letter-spacing: -1.2px;
  }
}
