@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
/**************************************** consulting 시작*/
.sub_tab__container .sub_tab.sub_tab--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.const__s1_container {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/img/sub02/comp__s1_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.const__s1_title_container .const__s1_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;
  padding-bottom: 100px;
}

.const__s2_cap_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.const__s2_cap_wrap li {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.const__s2_cap_wrap li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-2.25rem - 50px);
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  aspect-ratio: 253/51;
  max-width: 180px;
  width: 100%;
  background-image: url(/img/header__mo_arrow.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.3;
}
.const__s2_cap_wrap li.arrow figure {
  max-width: 200px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.4;
}

.const__s2_contents_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.const__s2_contents_wrap li {
  aspect-ratio: 1/1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000594;
  border-radius: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.const__s2_contents_wrap li .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
}
.const__s2_contents_wrap li .contents p {
  font-weight: 700;
  font-size: 1.25rem;
}
.const__s2_contents_wrap li:hover {
  border: 20px solid #FFFC77;
}

/**************************************** consulting 끝*/
@media screen and (max-width: 1240px) {
  .const__s1_container {
    height: 70vh;
  }
}
@media screen and (max-width: 1024px) {
  .const__s1_container {
    height: 60vh;
  }
  .const__s2_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .const__s2_cap_wrap {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .const__s2_cap_wrap li {
    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;
  }
  .const__s2_cap_wrap li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -150%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
    aspect-ratio: auto;
    height: 100px;
    background-image: url(/img/header__mo_arrow--deg.png);
  }
  .const__s2_contents_wrap {
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .const__s2_contents_wrap li {
    max-width: 240px;
  }
  .const__s2_contents_wrap li:hover {
    border: 15px solid #FFFC77;
  }
}
@media screen and (max-width: 768px) {
  .sub_tab__container .sub_tab.sub_tab--center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sub_tab__container .sub_tab li {
    width: 100%;
  }
  .const__s1_container {
    height: 50vh;
  }
  .const__s1_title_container .const__s1_title_wrap {
    row-gap: 20px;
    padding-bottom: 0;
  }
  .const__sec2.blank.blank--end {
    padding-top: 30px;
  }
  .const__s2_container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .const__s2_cap_wrap li {
    height: 100%;
    font-size: 1.875rem;
  }
  .const__s2_cap_wrap li:not(:last-child)::after {
    bottom: -100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
  .const__s2_contents_wrap li .contents {
    row-gap: 10px;
  }
  .const__s2_contents_wrap li .contents p {
    font-weight: 700;
    font-size: 1.125rem;
  }
  .const__s2_contents_wrap li:hover {
    border: 10px solid #FFFC77;
  }
}
@media screen and (max-width: 540px) {
  .const__s1_container {
    height: auto;
    padding: 100px 0;
  }
  .const__s2_container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .const__s2_cap_wrap li {
    font-size: 1.625rem;
  }
}/*# sourceMappingURL=sub02.css.map */