@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/**************************************** about 시작*/
.about__s1_contents_container {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}

.about__s1_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.about__s1_title_wrap .title {
  white-space: pre-line;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #252A3E;
}
.about__s1_title_wrap .title_back {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 6.25rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.0625rem;
  color: #F2F3F8;
  white-space: nowrap;
}

.about__s1_cap_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: 50px;
}
.about__s1_cap_wrap .cap {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  white-space: pre-line;
}
.about__s1_cap_wrap figure {
  aspect-ratio: 74/39;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.about__s1_cap_wrap figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

/**************************************** about 끝*/
@media screen and (max-width: 1240px) {
  .about__s1_contents_container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .about__s1_title_wrap .title {
    font-size: 2.875rem;
  }
  .about__s1_title_wrap .title_back {
    font-size: 5rem;
  }
  .about__s1_cap_wrap .cap {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1024px) {
  .about__s1_contents_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: 50px;
  }
  .about__s1_title_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .about__s1_title_wrap .title {
    font-size: 2.5rem;
    white-space: normal;
  }
  .about__s1_title_wrap .title_back {
    font-size: 4.375rem;
    top: -40px;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .about__s1_cap_wrap {
    row-gap: 30px;
  }
  .about__s1_cap_wrap .cap {
    font-size: 1.0625rem;
    white-space: normal;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  .about__s1_contents_container {
    row-gap: 30px;
  }
  .about__s1_title_wrap .title {
    font-size: 2.25rem;
  }
  .about__s1_title_wrap .title .br_type.br_type--mo {
    display: block;
  }
  .about__s1_title_wrap .title_back {
    font-size: 4.0625rem;
    top: -40px;
  }
}
@media screen and (max-width: 540px) {
  .about__s1_container.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .about__s1_title_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__s1_title_wrap .title {
    font-size: 2rem;
  }
  .about__s1_title_wrap .title_back {
    top: -40px;
    left: auto;
    right: 20px;
  }
  .about__s1_cap_wrap .cap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__s1_cap_wrap figure {
    border-radius: 0;
  }
}/*# sourceMappingURL=sub01.css.map */