@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
/**************************************** work 시작*/
.work__banner {
  width: 100%;
  height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.work__banner .work__title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  color: #fff;
}

.work__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 300px;
}

.work__contents {
  position: relative;
  padding-bottom: 200px;
}
.work__contents picture,
.work__contents figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work__contents:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  height: 2px;
  background-color: #1A1A1A;
}

/**************************************** work 끝*/
@media screen and (max-width: 1240px) {
  .work__banner {
    height: 515px;
  }
}
@media screen and (max-width: 1024px) {
  .work__banner {
    height: 480px;
  }
  .work__banner .work__title_wrap {
    row-gap: 20px;
  }
  .work__container {
    row-gap: 150px;
  }
  .work__contents {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .work__banner {
    height: 280px;
  }
  .work__banner .work__title_wrap {
    row-gap: 20px;
  }
  .work__container {
    row-gap: 100px;
  }
  .work__contents {
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=sub03.css.map */