@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/**************************************** sevice 시작*/
.serv__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: 50px;
}

.serv__s1_contents_wrap {
  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;
  margin-top: 130px;
}

.serv__s2_contents_container {
  height: 100vh;
  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;
  row-gap: 50px;
}
.serv__s2_contents_container .serv__s2_cap {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
.serv__s2_contents_container .serv__s2_contents_wrap {
  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: 20px;
}
.serv__s2_contents_container .serv__s2_contents_wrap li {
  color: rgba(37, 42, 62, 0.15);
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}

/**************************************** sevice 끝*/
/**************************************** process 시작*/
.proc__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: 20px;
}

.proc__s1_contents_wrap {
  margin-left: 100px;
  max-width: 780px;
  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;
  row-gap: 50px;
  border-left: 1px dashed #B9BFD1;
  padding-left: 100px;
}
.proc__s1_contents_wrap li {
  display: grid;
  grid-template-columns: 280px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.proc__s1_contents_wrap li .thum_wrap {
  max-width: 280px;
  width: 100%;
  height: 280px;
  border-radius: 100%;
  background-color: #F2F3F8;
  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;
}
.proc__s1_contents_wrap li .thum_wrap figure {
  max-width: 220px;
  width: 100%;
  height: 220px;
  border-radius: 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;
  border: 1px dashed #B9BFD1;
  background-color: #fff;
  position: relative;
}
.proc__s1_contents_wrap li .thum_wrap figure::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #DFE1E7;
  position: absolute;
  left: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.proc__s1_contents_wrap li .thum_wrap figure::after {
  content: "";
  width: 130px;
  height: 1px;
  background-color: #DFE1E7;
  position: absolute;
  left: -131px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.proc__s1_contents_wrap li .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: 20px;
}
.proc__s1_contents_wrap li .cap_wrap .step {
  text-transform: uppercase;
  color: #0F83A3;
  font-weight: 700;
}
.proc__s1_contents_wrap li .cap_wrap .title {
  font-size: 1.875rem;
  color: #252A3E;
  font-weight: 700;
}

/**************************************** process 끝*/
@media screen and (max-width: 1240px) {
  .serv__s2_contents_container .serv__s2_contents_wrap li {
    font-size: 2.25rem;
    word-break: keep-all;
  }
  .proc__s1_contents_wrap {
    margin-left: 20px;
    padding-left: 50px;
  }
  .proc__s1_contents_wrap li {
    grid-template-columns: 220px 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .proc__s1_contents_wrap li .thum_wrap {
    max-width: 220px;
    height: 220px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure {
    max-width: 160px;
    height: 160px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure::after {
    width: 80px;
    left: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .serv__s1_title_wrap {
    row-gap: 20px;
  }
  .serv__s1_contents_wrap {
    margin-top: 50px;
  }
  .serv__s2_contents_container {
    row-gap: 30px;
  }
  .serv__s2_contents_container .serv__s2_cap {
    font-size: 1.125rem;
  }
  .serv__s2_contents_container .serv__s2_contents_wrap {
    row-gap: 10px;
  }
  .serv__s2_contents_container .serv__s2_contents_wrap li {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .serv__s2_contents_container .serv__s2_contents_wrap li .br_type.br_type--tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .serv__s2_contents_container .serv__s2_contents_wrap {
    row-gap: 20px;
  }
  .serv__s2_contents_container .serv__s2_contents_wrap li {
    font-size: 1.375rem;
  }
  .serv__s2_contents_container .serv__s2_contents_wrap li .br_type.br_type--mo {
    display: block;
  }
  .proc__s1_contents_wrap {
    padding-left: 20px;
  }
  .proc__s1_contents_wrap li {
    grid-template-columns: 180px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .proc__s1_contents_wrap li .thum_wrap {
    max-width: 180px;
    height: 180px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure {
    max-width: 120px;
    height: 120px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure img {
    max-width: 50px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure::after {
    width: 50px;
    left: -50px;
  }
  .proc__s1_contents_wrap li .cap_wrap {
    row-gap: 10px;
  }
  .proc__s1_contents_wrap li .cap_wrap .title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 540px) {
  .proc__s1_contents_wrap {
    padding-left: 20px;
  }
  .proc__s1_contents_wrap.blank {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .proc__s1_contents_wrap li {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .proc__s1_contents_wrap li .thum_wrap {
    max-width: 130px;
    height: 130px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure {
    max-width: 90px;
    height: 90px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure img {
    max-width: 40px;
  }
  .proc__s1_contents_wrap li .thum_wrap figure::after {
    width: 40px;
    left: -40px;
  }
  .proc__s1_contents_wrap li .cap_wrap .title {
    font-size: 1.375rem;
  }
}/*# sourceMappingURL=sub02.css.map */