@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

.contentTwo {
  padding: 30px 0 40px;
}
.contentTwo ._con .texBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #7cb141;
  padding: 30px 0 35px;
}
.contentTwo ._con .texBox p {
  font-size: 34px;
  font-weight: 300;
  line-height: 52px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-align: center;
  word-break: keep-all;
}
.contentTwo ._con .texBox p span {
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .contentTwo {
    padding: 30px 0 40px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #09a0b7;
    padding: 30px 0 35px;
  }
  .contentTwo ._con .texBox p {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .contentTwo ._con .texBox p span {
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .contentTwo {
    padding: 30px 0 40px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #09a0b7;
    padding: 20px 0 25px;
  }
  .contentTwo ._con .texBox p {
    font-size: 24px;
    font-weight: 300;
    line-height: 42px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .contentTwo ._con .texBox p span {
    font-weight: 500;
  }
}
@media screen and (max-width: 576px) {
  .contentTwo {
    padding: 15px 0 20px;
  }
  .contentTwo ._con .texBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #09a0b7;
    padding: 20px 0 25px;
  }
  .contentTwo ._con .texBox p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .contentTwo ._con .texBox p br {
    display: none;
  }
  .contentTwo ._con .texBox p span {
    font-weight: 500;
  }
}
.contentThree {
  padding: 0 0 20px;
}
.contentThree ._con .titbox {
  width: 300px;
  border-radius: 25px;
  border: 2px solid #09a0b7;
  padding: 10px 0 12px 20px;
}
.contentThree ._con .titbox p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #09a0b7;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .contentThree {
    padding: 0 0 20px;
  }
  .contentThree ._con .titbox {
    width: 200px;
    border-radius: 25px;
    border: 2px solid #09a0b7;
    padding: 8px 0 9px 20px;
  }
  .contentThree ._con .titbox p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    color: #09a0b7;
    word-break: keep-all;
  }
}

/*# sourceMappingURL=main_imgBox1.css.map */
