@charset "UTF-8";
/* 오버레이 */
.content-sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 10px 0;
}
.content-sec .tit-box {
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 2px solid #adafb7;
  margin-bottom: 50px;
}
.content-sec .tit-box h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #1e1b1b;
  margin: 0;
}
.content-sec .img-box {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.content-sec .img-box img {
  width: 100%;
}
.content-sec .tit-box1 {
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 2px solid #adafb7;
  margin-bottom: 50px;
  margin-top: 100px;
}
.content-sec .tit-box1 h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #1e1b1b;
  margin: 0;
}
.content-sec .tit-box1 h2 span {
  font-weight: 500;
  color: #1da5dd;
}

@media screen and (max-width: 991px) {
  .content-sec {
    padding: 20px 10px 0;
    margin-top: 50px;
  }
  .content-sec .tit-box {
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 30px;
  }
  .content-sec .tit-box h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .tit-box1 {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .content-sec .tit-box1 h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .tit-box1 h2 span {
    font-weight: 500;
    color: #1da5dd;
  }
}
@media screen and (max-width: 576px) {
  .content-sec {
    padding: 20px 10px 0;
    margin-top: 50px;
  }
  .content-sec .tit-box {
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 20px;
  }
  .content-sec .tit-box h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .tit-box1 {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .content-sec .tit-box1 h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .tit-box1 h2 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1da5dd;
  }
}
@media screen and (max-width: 420px) {
  .content-sec {
    margin-top: 50px;
  }
  .content-sec .tit-box {
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 20px;
  }
  .content-sec .tit-box h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .tit-box1 {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .content-sec .tit-box1 h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .tit-box1 h2 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1da5dd;
  }
}

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