.ums-body-wrapper {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/*▼▼▼▼▼▼▼▼▼ 섹션1  ▼▼▼▼▼▼▼▼▼*/
.ums-stn-1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 120px;
  row-gap: 90px;
  margin-bottom: 120px;
}

.stn-box-1 {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 44px;
  height: 282px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.stn-box-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  height: 100%;
  background-color: var(--box-bg-gray);
  box-shadow: var(--box-shadow);
  border-radius: 21px;
  z-index: -1;
}

.sb1-row {
  display: flex;
  flex-direction: column;
}

.sb1-row-txt-wrapper {
  width: 440px;
}

.sb1-row-col-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--font-black);
  margin-bottom: 22px;
  word-break: keep-all;
}

.sb-conversion .sb1-row-col-subtitle {
  width: 440px;
}

.sb1-row-col-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: var(--font-black);
  margin-bottom: 16px;
}

.sb1-img-conversion {
  width: 610px;
}

.sb1-img-wrapper {
  justify-content: center;
  align-items: flex-end;
  flex-grow: 1;
  filter: drop-shadow(var(--drop-shadow));
}

.stn-box-2 {
  display: flex;
  flex-direction: row;
  padding: 0 44px 0 0;
  height: 282px;
  width: 1100px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-color: var(--box-bg-gray);
  box-shadow: var(--box-shadow);
  border-radius: 21px;
  margin-left: 100px;
}

.sb2-row {
  display: flex;
  flex-direction: column;
}

.sb2-row-txt-wrapper {
  align-items: flex-end;
}

.sb2-row-col-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--font-black);
  width: 100%;
  margin-bottom: 22px;
  word-break: keep-all;
}

.sb2-row-col-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: var(--font-black);
  margin-bottom: 16px;
  width: 100%;
}

.sb2-img-admin-env {
  width: 218px;
}

.sb2-img-wrapper {
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  filter: drop-shadow(var(--drop-shadow));
}

.stn-box-2.sb-system-link {
  margin-left: 0;
  padding: 0 0 0 44px;
}

.sb2-img-system-link {
  width: 218px;
  margin-left: 20px;
}

.sb-system-link .sb2-row-col-subtitle {
  width: 655px;
}

.sb-admin-env .sb2-row-col-subtitle {
  width: 515px;
}

.stn-box-2.sb-free-sys {
  padding: 0 53px 0 0;
}

.sb-free-sys .sb2-row-col-subtitle {
  width: 555px;
}

.sb2-img-free-sys {
  width: 304px;
}

/*▼▼▼▼▼▼▼▼▼ 섹션2 ▼▼▼▼▼▼▼▼▼*/
.ums-stn-2 {
  margin-top: 120px;
}

.auto-send-title {
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: var(--font-orange);
  margin-bottom: 35px;
}

.flow-chart-wrapper {
  width: 100%;
  height: fit-content;
  padding: 60px 140px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  background-color: var(--box-bg-whiteorange);
  border-radius: 21px;
  overflow-x: hidden;
}

.fchart-row {
  display: flex;
  flex-direction: row;
  height: fit-content;
}

.fchart-img-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: var(--box-shadow);
  width: 380px;
  height: fit-content;
  border-radius: 21px;
}

.iw-title {
  width: 100%;
  height: 52px;
  border-radius: 21px 21px 0 0;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--font-white);
  background-color: var(--btn-box-bg-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.iw-img {
  width: 100%;
  height: 262px;
  border-radius: 0 0 21px 21px;
  background-color: var(--box-bg-gray);
  display: flex;
  padding: 15px 37px 30px 37px;
}

.iw-img img {
  width: 306px;
}

.fchart-row.arrow-row {
  height: 120px;
}

.fchart-vertical-arrow-wrapper {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fchart-horizontal-arrow-wrapper {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fchart-hr {
  background-color: var(--bg-btn-black);
  margin-top: 70px;
  margin-bottom: 40px;
}

.fchart-desc-title {
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding-left: 13px;
  margin-bottom: 10px;
}

.fchart-desc {
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding-left: 23px;
}



@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 1280px) and (max-width: 1919px) {

}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width: 768px) and (max-width: 1279px) {


  /*■■■■■■■■■ 섹션1  ■■■■■■■■■*/
  .ums-stn-1 {
    margin-top: 20px;
    row-gap: 30px;
    margin-bottom: 60px;
    width: 696px;
  }

  .stn-box-1 {
    flex-direction: column;
    padding: 25px 43px 30px 25px;
    height: 300px;
    width: 696px;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .stn-box-1::before {
    width: 100%;
    height: 100%;
  }

  .sb1-row-txt-wrapper {
    width: 100%;
  }

  .sb1-row-col-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 25px;
    padding-left: 18px;
  }

  .sb-conversion .sb1-row-col-subtitle {
    width: 360px;
  }

  .sb1-row-col-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .sb1-img-conversion {
    width: 610px;
  }

  .sb1-img-wrapper {
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 100%;
  }

  .stn-box-2 {
    padding: 0 44px 0 0;
    height: 222px;
    width: 696px;
    border-radius: 21px;
    margin-left: 0;
  }

  .sb2-row-col-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 5px;
  }

  .sb-admin-env .sb2-row-col-subtitle {
    width: 395px;
  }

  .sb2-row-col-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }

  .sb2-img-admin-env {
    width: 199px;
  }

  .stn-box-2.sb-system-link {
    margin-left: 0;
    padding: 0 0 0 25px;
  }

  .sb-system-link .sb2-row-col-subtitle {
    width: 345px;
  }

  .sb-free-sys .sb2-row-col-subtitle {
    width: 396px;
  }

  .sb2-img-system-link {
    width: 205px;
    margin-left: 20px;
  }

  .stn-box-2.sb-free-sys {
    padding: 0 38px 0 0;
  }

  .sb2-img-free-sys {
    width: 218px;
  }

  /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/
  .ums-stn-2 {
    margin-top: 50px;
    width: 696px;
  }

  .auto-send-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .flow-chart-wrapper {
    width: 696px;
    padding: 25px 14px;
    margin-bottom: 60px;
    box-shadow: var(--box-shadow);
  }

  .fchart-row {
  }

  .fchart-img-wrapper {
    width: 298px;
  }

  .iw-title {
    height: 41px;
  }

  .iw-img {
    height: 206px;
    padding: 12px 29px 24px 29px;
  }

  .iw-img img {
    width: 240px;
  }

  .fchart-row.arrow-row {
    height: 80px;
  }

  .fchart-vertical-arrow-wrapper {
    width: 70px;
  }

  .fchart-horizontal-arrow-wrapper {
  }

  .fchart-hr {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .fchart-desc-title {
    padding-left: 7px;
  }

  .fchart-desc {
    padding-left: 17px;
  }

  .fchart-vertical-arrow-wrapper img {
    width: 10px;
    height: 18px;
  }

  .fchart-horizontal-arrow-wrapper img {
    width: 18px;
    height: 10px;
  }

}

/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 767px) {

  /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/
  .ums-stn-1 {
    margin-top: 25px;
    margin-bottom: 50px;
    width: 95.6vw;
    row-gap: 30px;
  }

  .stn-box-1 {
    flex-direction: column;
    padding: 25px 25px 30px 25px;
    height: fit-content;
    width: 95.6vw;
  }

  .stn-box-1::before {
    width: 100%;
    height: 100%;
  }

  .sb1-row-txt-wrapper {
    width: 100%;
  }

  .sb1-row-col-subtitle {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    padding-left: 0;
    width: 100%;
  }

  .sb-conversion .sb1-row-col-subtitle {
    width: 90%;
  }

  .sb1-row-col-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    width: 100%;
  }

  .sb1-img-conversion {
    width: 100%;
  }

  .sb1-img-wrapper {
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    width: 100%;
  }

  .stn-box-2 {
    padding: 25px 25px 20px 25px;
    height: fit-content;
    width: 95.6vw;
    border-radius: 21px;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .sb2-row-col-subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 5px;
  }

  .sb2-img-wrapper {
    order: 2;
    width: 100%;
    align-items: flex-end;
  }

  .sb2-row-col-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .sb2-img-admin-env {
    width: 136px;
  }

  .stn-box-2.sb-system-link {
    margin-left: 0;
    padding: 25px 25px 20px 25px;
    overflow-x: hidden;
  }

  .sb-admin-env .sb2-row-col-subtitle {
    width: 70%;
  }

  .sb-system-link .sb2-row-col-subtitle {
    width: 70%;
  }

  .sb-free-sys .sb2-row-col-subtitle {
    width: 70%;
  }

  .sb2-img-system-link {
    width: 136px;
    margin-left: 20px;
  }

  .stn-box-2.sb-free-sys {
    padding: 25px 25px 20px 25px;
  }

  .sb2-img-free-sys {
    width: 166px;
  }

  .sb2-row-txt-wrapper {
    align-items: flex-start;
  }


  /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/
  .ums-stn-2 {
    margin-top: 40px;
    width: 95.6vw;
  }

  .auto-send-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }

  .flow-chart-wrapper {
    width: 95.6vw;
    padding: 20px 42px 30px 42px;
    margin-bottom: 50px;
    box-shadow: var(--box-shadow);
    align-items: center;
  }

  .fchart-row {
  flex-direction: column;
  }

  .fchart-img-wrapper {
    width: MIN(69.3vw, 298px);
    height: MIN(65.9vw, 247px);
  }

  .arrow-row .fchart-img-wrapper {
      display: none;
  }

  .iw-title {
    height: 38px;
    font-size: 16px;
    line-height: 19px;
  }

  .iw-img {
    height: 100%;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .iw-img img {
    width: 80%;
  }

  .fchart-row.arrow-row {
    height: fit-content;
  }

  .fchart-vertical-arrow-wrapper {
    width: 100%;
    height: 50px;
  }

  .fchart-vertical-arrow-wrapper {

  }

  .arrow-row .fchart-vertical-arrow-wrapper {
      display: none;
  }

  .fchart-horizontal-arrow-wrapper {
  height: 50px;
  }

  .fchart-hr {
    margin-top: 45px;
    margin-bottom: 15px;
  }

  .fchart-desc-title {
    padding-left: 4px;
  }

  .fchart-desc {
    padding-left: 14px;
  }

  .fchart-vertical-arrow-wrapper img {
    width: 10px;
    height: 18px;
  }

  .fchart-horizontal-arrow-wrapper img {
    width: 18px;
    height: 10px;
  }

  .l-arrow {
    rotate: -90deg;
  }

  .r-arrow {
    rotate: 90deg;
  }

  .fchart-desc-title, .fchart-desc {
    width: 100%;
  }

  .fchart-hr {
    width: 100%;
  }

  #mob-order-1 {
    order: 1;
  }
  #mob-order-2 {
    order: 2;
  }
  #mob-order-3 {
    order: 3;
  }
}