@charset "UTF-8";
.flex_center {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.visual_title h2::after {
  bottom: 2rem;
}

.section {
  position: relative;
  background-color: #ededed;
  color: #222;
  display: flex;
  padding: 12rem;
}
.section .section_title {
  width: 38.1%;
  max-width: 76rem;
  font-size: 3.4rem;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.common_cont_wrap .visual_title h2 {
  width: fit-content;
  line-height: 1.5;
  word-break: keep-all;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 6.5rem;
}
.common_cont_wrap > p {
  font-family: "NotoSansThin";
  font-size: 2.2rem;
  line-height: 1.5;
  color: #aaa;
  font-weight: lighter;
  margin-top: 3%;
  margin-bottom: 3%;
  word-break: keep-all;
}
.common_cont_wrap .wrap_a {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 3%;
}
.common_cont_wrap .wrap_a a {
  width: 20rem;
  height: 5rem;
  line-height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2.5rem;
}
.common_cont_wrap .wrap_a a.on, .common_cont_wrap .wrap_a a:hover {
  background-color: #fff;
  color: #222;
}
.common_cont_wrap .color_change {
  writing-mode: vertical-rl;
  font-size: 1rem;
  transform: rotate(-180deg);
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 6px;
}

.consulting_visual .scroll_down_wrap {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
}

.section {
  z-index: 2;
}
.section.howwework {
  padding: 12rem 12rem 0 12rem;
}
.section.howwework .wrap_cnt_box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.section.howwework .wrap_cnt_box .wrap_step {
  display: flex;
  gap: 6rem;
}
.section.howwework .wrap_cnt_box .wrap_step:nth-of-type(1) {
  margin-top: 0;
}
.section.howwework .wrap_cnt_box .wrap_step:nth-of-type(6) .box_step::after {
  display: none;
}
.section .box_step_txt {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 2.4rem;
}
.section .wrap_step_double .box_step_txt .wrap_sub_badge {
  display: flex;
  gap: 1rem;
}
.section .wrap_step_double .position_a {
  position: absolute;
  bottom: -4.8rem;
}
.section .ib_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem;
  width: 100%;
}
.section .ib_title h2 {
  font-size: 3.4rem;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1;
}
.section .ib_title span {
  font-size: 2rem;
  font-family: "NotoSansMedium", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-left: 1.7rem;
}
.section .wrap_badge {
  display: flex;
  gap: 1rem;
}
.section .sub_title {
  width: 9rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.section .badge {
  display: inline-flex;
  height: 4rem;
  line-height: 3.8rem;
  border-radius: 2rem;
  font-size: 1.6rem;
  padding: 0 2.4rem;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
}
.section .badge.sm {
  /* 검색 */
  padding: 0 1rem;
}
.section .box_before {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 2.2rem;
  color: #222;
  flex-wrap: wrap;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  left: -24rem;
  top: 52%;
}
.section .box_before::before {
  content: "";
  display: block;
  position: absolute;
  left: 7rem;
  top: 49%;
  transform: translateY(-50%);
  width: 11rem;
  height: 52.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon/icon_feedback_arr.png");
}

.box_step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-color: #333;
  flex-wrap: wrap;
  text-align: center;
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.box_step::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8rem;
  transform: translateX(-50%);
  width: 1.1rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icon/icon_step.png");
}
.box_step p {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.box_step h3 {
  font-size: 3.4rem;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  line-height: 1;
}
.box_step h3 span {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.section.whatwedo {
  background-color: #333;
}
.section.whatwedo .wrap_cnt_box {
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
.section.whatwedo .wrap_step_do {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10rem;
}
.section.whatwedo .wrap_step_do:nth-of-type(1) .box_img::after {
  background-image: url("../img/consulting/whatwedo_1.svg");
}
.section.whatwedo .wrap_step_do:nth-of-type(2) .box_img::after {
  background-image: url("../img/consulting/whatwedo_2.svg");
}
.section.whatwedo .wrap_step_do:nth-of-type(3) .box_img::after {
  background-image: url("../img/consulting/whatwedo_3.svg");
}
.section.whatwedo .wrap_step_do:nth-of-type(4) .box_img::after {
  background-image: url("../img/consulting/whatwedo_4.svg");
}
.section.whatwedo .section_title {
  color: #fff;
}
.section.whatwedo .box_img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 30rem;
  height: 30rem;
  padding: 6rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.section.whatwedo .box_img::after {
  content: "";
  display: block;
  width: 30rem;
  height: 30rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/consulting/whatwedo_1.svg");
}
.section.whatwedo .box_txt {
  color: #fff;
}
.section.whatwedo .box_txt p {
  margin-top: 4rem;
  line-height: 1.5;
}
.section.whatwedo .box_txt h4 {
  font-size: 2rem;
}
.section.whatwedo .box_txt span {
  font-size: 2rem;
}
.section.whatwedo .box_txt .text_spacing {
  margin-right: 9px;
}
.section.whatwedo .box_txt strong {
  font-size: 3.4rem;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-right: 9px;
}

.section.ourclients {
  position: relative;
  background-color: #222;
  padding: 0;
  padding-bottom: 20rem;
  overflow: hidden;
  flex-wrap: wrap;
}
.section.ourclients .noise {
  position: absolute;
}
.section.ourclients .section_title {
  width: 100%;
  line-height: 1.5;
  color: #fff;
  padding-top: 12rem;
  padding-left: 12rem;
  padding-bottom: 8rem;
  z-index: 1;
}
.section.ourclients .wrap_swiper {
  width: 100%;
}
.section.ourclients .wrap_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.section.ourclients .wrap_swiper .slider_left {
  margin-bottom: 1.8rem;
}
.section.ourclients .wrap_swiper .wrap_logo_box {
  display: flex;
  gap: 15px;
}
.section.ourclients .wrap_swiper .swiper-slide {
  width: 25.5rem;
  height: 9rem;
  line-height: 3.8rem;
  padding: 1.5rem;
  border: 1px solid #777;
  border-radius: 2rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
}
.section.ourclients .wrap_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 5.8rem;
  margin: auto;
  object-fit: scale-down;
}

.sub_tit {
  font-size: 3.4rem;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-bottom: 3rem;
}

.section .wrap_cnt_box > article {
  margin-bottom: 12rem;
}

.consulting .wrap_cnt_box {
  width: 62%;
}
.consulting .intro p {
  font-size: 18px;
  line-height: 1.66;
}
.consulting .intro .sub {
  margin-top: 4rem;
}
.consulting .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.consulting .cards .card {
  max-width: 32rem;
  background-color: #333;
  color: #fff;
  border-radius: 2rem;
  padding: 4.8rem 3.6rem 6rem;
  text-align: center;
  word-break: keep-all;
}
.consulting .cards .card .icon {
  width: 14rem;
  height: 14rem;
  margin: 0 auto 3rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consulting .cards .card .icon img {
  width: 50%;
}
.consulting .cards .card p {
  font-size: 18px;
}
.consulting .quality_list {
  position: relative;
}
.consulting .quality_item {
  display: flex;
  gap: 37px;
}
.consulting .quality_timeline {
  position: relative;
  padding: 0 21px;
  width: 67px;
  margin-top: 16px;
}
.consulting .quality_timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #777777;
  transform: translateX(-50%);
}
.consulting .quality_dot {
  position: relative;
  display: block;
}
.consulting .quality_dot::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #ededed;
}
.consulting .quality_dot::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.consulting .quality_content {
  flex: 1;
  padding-bottom: 7.5rem;
}
.consulting .quality_content:nth-last-child(1) {
  padding-bottom: 3rem;
}
.consulting .quality_item_title {
  font-size: 20px;
  margin-bottom: 4rem;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.consulting .quality_detail {
  display: flex;
  gap: 4rem;
}
.consulting .quality_detail > div {
  min-width: 29%;
}
.consulting .quality_subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "NotoSansMedium", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.consulting .quality_text_list li {
  position: relative;
  padding-left: 10px;
  line-height: 1.8;
}
.consulting .quality_text_list li::before {
  content: "·";
  position: absolute;
  left: 0;
}

.quality_notice_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9.8rem;
  margin-top: 5.6rem;
  margin-left: 10.5rem;
  background-color: #3b3b3b;
  border-radius: 2rem;
}

.quality_notice_icon {
  width: 24px;
  height: 20px;
}

.quality_notice_text {
  font-size: 24px;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding-left: 4.6rem;
  color: #ffffff;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(".././img/consulting/assignment.svg");
}

.section.usability {
  background-color: #333;
  color: #fff;
}

.usability_section {
  padding: 80px 0;
}

.usability_desc {
  font-size: 15px;
  line-height: 1.8;
  color: #d0d0d0;
  margin-bottom: 12px;
}

.usability_content {
  max-width: 900px;
}

.usability_subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 40px;
}

.usability_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.usability_item {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-bottom: 14rem;
}
.usability_item:nth-last-child(1) {
  margin-bottom: 0;
}

.usability_icon {
  width: 14rem;
  height: 14rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.usability_icon img {
  width: 50%;
}

.usability_text {
  font-size: 18px;
  line-height: 1.66;
}

.process_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 50rem;
}
.process_item:last-child .process_arrow {
  display: none;
}

.process_box {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #333;
  font-size: 18px;
  font-family: "NotoSansBold", "나눔바른고딕", "NanumBarunGothic", "Apple SD 산돌고딕 Neo", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
  border-radius: 10px;
}

.process_arrow {
  position: relative;
  width: 0;
  height: 0;
  margin: 10px 0 10px;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 10px solid #fff;
}

@media screen and (max-width: 1560px) {
  .common_cont_wrap > p {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .section {
    padding-left: 3%;
    padding-right: 3%;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .section .section_title {
    width: 100%;
    max-width: unset;
    margin-bottom: 10rem;
  }
  .section.howwework {
    padding-left: 3%;
    padding-right: 3%;
  }
  .section.howwework .wrap_cnt_box {
    padding-left: 50vh;
  }
  .section .box_before {
    left: 15vh;
  }
  .section.howwework .wrap_cnt_box {
    padding-left: 45vh;
  }
  .section.howwework .wrap_cnt_box .wrap_step {
    gap: 4rem;
  }
  .section .box_before {
    left: 10vh;
  }
}
@media screen and (max-width: 1380px) {
  .section.howwework .wrap_cnt_box {
    padding-left: 30vh;
  }
  .section .box_before {
    left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .section.howwework .wrap_cnt_box {
    padding-left: 20rem;
  }
  .section.howwework .wrap_cnt_box .wrap_step {
    gap: 4rem;
  }
  .section .box_before {
    left: 0;
  }
  .section .wrap_badge {
    flex-wrap: wrap;
  }
  .section .wrap_badge .sub_title {
    display: inline-block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.4rem;
  }
  .section .wrap_sub_badge {
    flex-wrap: wrap;
  }
  .section .box_step {
    flex-shrink: 0;
  }
  .section {
    padding: 6rem 1.4rem 6rem;
  }
  .section .section_title {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 6rem;
  }
  .section .sub_tit {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .section .position_a {
    position: static !important;
    margin-top: 0 !important;
    bottom: unset;
    margin-top: 2rem !important;
  }
  .visual_title h2::after {
    display: none;
  }
  .visual_title .dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    border-radius: 50%;
    background-color: #253aeb;
  }
  .visual_title .dot.only_mob {
    display: inline-block;
  }
  .consulting_visual .visual_title h2 {
    font-size: 33px;
    padding-right: 0;
    margin-bottom: 3%;
  }
  .common_cont_wrap {
    padding: 17rem 1.4rem 4rem;
  }
  .common_cont_wrap p {
    font-size: 1.6rem;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .common_cont_wrap .wrap_a {
    flex-wrap: wrap;
    margin-bottom: 5%;
    gap: 2rem;
  }
  .common_cont_wrap .wrap_a a {
    width: 18rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
  .scroll_down_wrap {
    display: none;
  }
  .section.whatwedo {
    background-color: #333;
    padding: 6rem 1.4rem 8rem;
  }
  .section.whatwedo .wrap_cnt_box {
    gap: 8rem;
  }
  .section.whatwedo .wrap_step_do {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
  .section.whatwedo .box_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 15rem;
    height: 15rem;
    padding: 3rem;
  }
  .section.whatwedo .box_img::after {
    width: 15rem;
    height: 15rem;
  }
  .section.whatwedo .box_txt {
    text-align: center;
  }
  .section.whatwedo .box_txt br.only_mob {
    display: block;
  }
  .section.whatwedo .box_txt p {
    word-break: keep-all;
    font-size: 1.6rem;
    margin-top: 3rem;
    line-height: 1.5;
  }
  .section.whatwedo .box_txt h4,
  .section.whatwedo .box_txt h3 {
    display: inline-block;
  }
  .section.whatwedo .box_txt strong {
    display: inline-block;
    font-size: 2.4rem;
    margin-left: 6px;
    margin-right: 6px;
  }
  .section.whatwedo .box_txt span {
    font-size: 1.6rem;
  }
  .section.whatwedo .box_txt .text_spacing {
    margin-right: 0;
  }
  .section.ourclients {
    padding: 6rem 0 8rem;
  }
  .section.ourclients .section_title {
    width: 100%;
    line-height: 1.5;
    font-size: 2rem;
    margin-bottom: 6rem;
    padding-top: 0;
    padding-left: 1.4rem;
    padding-bottom: 1.4rem;
  }
  .section.ourclients .wrap_swiper .slider_left {
    margin-bottom: 0.8rem;
  }
  .section.ourclients .wrap_swiper .wrap_logo_box {
    gap: 0.75rem;
  }
  .section.ourclients .wrap_swiper .swiper-slide {
    width: auto;
    min-width: 12.8rem !important;
    height: 4.5rem;
    line-height: 2.8rem;
    padding: 0.75rem;
    border-radius: 1rem;
    border: 1px solid #777;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: scale-down;
  }
  .section.ourclients .wrap_swiper .swiper-slide img {
    max-width: 10rem;
    max-height: 2.8rem;
  }
  .consulting .wrap_cnt_box {
    width: 100%;
  }
  .section .wrap_cnt_box > article {
    margin-bottom: 0;
    padding: 0 3rem;
  }
  .consulting .intro p {
    font-size: 16px;
  }
  br.only_wide {
    display: none;
  }
  .consulting .cards .card .icon {
    width: 10rem;
    height: 10rem;
    margin-bottom: 2rem;
  }
  .consulting .cards .card {
    padding: 3rem 2.6rem 4rem;
  }
  .consulting .quality_detail > div {
    min-width: 50%;
  }
  .consulting .cards .card p {
    font-size: 16px;
  }
  .usability_item {
    gap: 3rem;
    margin-bottom: 6rem;
  }
  .usability_text {
    font-size: 16px;
    padding-right: 4rem;
    word-break: keep-all;
  }
  .usability_icon {
    width: 10rem;
    height: 10rem;
  }
  .quality_notice_box {
    margin-top: 4rem;
    height: 6rem;
  }
  .quality_notice_box .quality_notice_text {
    font-size: 2rem;
  }
  .process_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .process_box {
    height: 4.8rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section .wrap_cnt_box {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    width: 100%;
    margin: 0 auto;
  }
  .section .wrap_cnt_box .wrap_step {
    position: relative;
  }
  .section .box_before {
    width: 7rem;
    height: 7rem;
    font-size: 2.2rem;
    position: absolute;
    z-index: 2;
    left: unset;
    right: 0;
    top: 96rem;
    transform: translateY(0);
  }
  .section .box_before::before {
    content: "";
    display: block;
    position: absolute;
    left: unset;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.7rem;
    height: 57rem;
    z-index: -1;
    background-image: url("../img/icon/icon_feedback_arr_mob.png");
  }
  .section .box_before p {
    font-size: 1.4rem;
  }
  .section .box_step_txt {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 0.6rem;
  }
  .section .wrap_step_double .position_a {
    position: static !important;
    margin-top: 0 !important;
    bottom: unset;
    margin-top: 2rem !important;
  }
  .section.howwework {
    padding: 6rem 1.4rem 0;
  }
  .section.howwework .visual_title h2 {
    font-size: 33px;
    padding-right: 0;
    margin-bottom: 4rem;
  }
  .section.howwework .visual_title h2::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
  }
  .section.howwework .visual_title .dot {
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
  }
  .section.howwework .visual_title .dot.only_mob {
    display: inline-block;
  }
  .section.howwework .wrap_cnt_box {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    padding-left: 2.1rem;
  }
  .section.howwework .wrap_cnt_box .wrap_step {
    gap: 2rem;
    width: 29rem;
    flex-wrap: nowrap;
  }
  .section.howwework .box_step {
    width: 7rem;
    height: 7rem;
    position: static;
    flex-shrink: 0;
  }
  .section.howwework .box_step::after {
    left: 3.5rem;
    bottom: 0.85rem;
    width: 1.1rem;
    height: 4rem;
  }
  .section.howwework .box_step p {
    font-size: 1.4em;
    margin-bottom: 0.8rem;
  }
  .section.howwework .box_step h3 {
    font-size: 2rem;
  }
  .section.howwework .box_step h3 span {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .section.howwework .wrap_badge {
    flex-direction: column;
  }
  .section.howwework .wrap_badge:not(:nth-of-type(1)) {
    margin-top: 2rem;
  }
  .section.howwework .badge {
    width: auto;
    width: fit-content;
    height: 3rem;
    line-height: 2.8rem;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    padding: 0 1.2rem;
  }
  .section.howwework .badge.sm {
    /* 검색 */
    padding: 0 1rem;
  }
  .section.howwework .wrap_step_double .wrap_badge {
    flex-direction: row;
  }
  .section.howwework .wrap_step_double .wrap_badge:not(:nth-of-type(1)) {
    margin-top: 2rem;
  }
  .section.howwework .wrap_step_double .box_step_txt {
    flex-wrap: wrap;
  }
  .section.howwework .wrap_step_double .box_step_txt .wrap_badge {
    gap: 0;
  }
  .section.howwework .wrap_step_double .box_step_txt .wrap_sub_badge {
    flex-direction: column;
  }
  .section.howwework .wrap_step_double .box_step::after {
    bottom: 10.65rem;
  }
  .section.howwework .ib_title {
    word-break: keep-all;
    margin-bottom: 0;
  }
  .section.howwework .ib_title h2 {
    font-size: 2rem;
  }
  .section.howwework .ib_title span {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: 1.2rem;
  }
  .common_cont_wrap .wrap_a {
    gap: 2rem;
    margin-bottom: 4%;
  }
  .consulting .cards {
    display: grid;
    grid-template-columns: 1fr;
  }
  .consulting .cards .card {
    max-width: unset;
  }
  .consulting .quality_item_title {
    margin-bottom: 3rem;
  }
  .consulting .quality_content:nth-last-child(1) {
    padding-bottom: 6rem;
  }
  .consulting .quality_detail {
    gap: 2rem;
  }
  .consulting .quality_item:nth-last-child(1) .quality_content:nth-last-child(1) {
    padding-bottom: 3rem;
  }
  .consul .consulting .quality_detail {
    gap: 3rem;
  }
  .quality_detail {
    flex-direction: column;
  }
  .quality_notice_box {
    margin-top: 3rem;
    height: auto;
    margin-left: 0;
    padding: 2rem;
  }
  .quality_notice_box .quality_notice_text {
    font-size: 1.8rem;
    padding-left: 4rem;
    background-size: 2rem;
  }
}