.index-body-wrapper {
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  width: 100%;
}


/*▼▼▼▼▼▼▼▼▼ 메인배너 ▼▼▼▼▼▼▼▼▼*/

.main-img-wrapper {
  max-width: 1800px;
  min-width: 1263px;
  width: 93.75%;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-btn-black);
  border-radius: 21px;
  display: flex;
  flex-direction: row;
}

.main-img-text-wrapper {
  font-family: Pretendard;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 99px 0 95px 120px;
}

.main-img-text1 {
  color: var(--font-white);
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  word-break: keep-all;
  width: 635px;
  padding-left: 15px;
}

.main-img-text2 {
  color: var(--font-white);
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  width: 635px;
  margin-top: 17px;
  padding-left: 15px;
}

.btn-main-inquiry {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: var(--font-white);
  width: 180px;
  height: 62px;
  border-radius: 15px;
  margin-top: 277px;
}

.main-img-phone-wrapper {
  width: calc(100% - 585px - 120px);
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}

.main-img {
  width: 656px;
}


/*▼▼▼▼▼▼▼▼▼ 섹션1 로고구역 ▼▼▼▼▼▼▼▼▼*/

.index-stn-1 {
  margin-bottom: 120px;
}

.index-stn-1 .logo {
  width: 206px;
}

.logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  /*grid-template-columns: repeat(5, 1fr);*/
  gap: 41px 18px;
}

/*▼▼▼▼▼▼▼▼▼ 섹션2 서비스소개서 다운로드 ▼▼▼▼▼▼▼▼▼*/


.index-stn-1 .section-title {
  margin-top: 100px;
}

.main-si-box {
  width: 100%;
  height: 384px;
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  padding: 70px 7px 0px 107px;
  background-color: var(--btn-box-bg-orange);
  border-radius: 15px 15px 0px 0px;
}

.msb-title {
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  color: var(--font-white);
}

.msb-row {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  justify-content: flex-start;
  height: 100%;
}

.msb-row-col1 {
  display: flex;
  flex-direction: column;
  width: 600px;
}

.msb-subtitle {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--font-white);
}

.msb-down-btn-wrapper {
  display: flex;
  margin-top: 90px;
}

.main-si-box .btn-main-si {
  width: 234px;
  height: 51px;
  font-family: Pretendard;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: var(--font-white);
  border-radius: 15px;
}

.main-si-box-row-col2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.main-si-img {
  width: 485px;
}


/*▼▼▼▼▼▼▼▼▼ 섹션3 SMS ▼▼▼▼▼▼▼▼▼*/

.stn-box-sms {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}

.stn-box-sms::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 834px;
  background-color: var(--box-bg-whiteorange);
  border-radius: 15px;
  z-index: -1;
}

.sms-row {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.sms-row-col {
  display: flex;
  flex-direction: column;
  margin-right: 70px;
  width: 325px;
}

.sms-row-col:last-child {
  margin-right: 0;
}

.sms-row-col-title {
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: var(--font-black);
}

.sms-row-col-subtitle {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  color: var(--font-black);
}

.sms-row-col-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 31px;
}

.sms-row-col-img {
  width: 309px;
}

.sms-row.row2 {
  margin-top: 55px;
}

.sms-row-col-wide {
  display: flex;
  flex-direction: column;
  background-color: var(--box-bg-gray);
  padding: 40px 17px 18px 17px;
  width: 570px;
  height: 409px;
  border-radius: 21px;
  box-shadow: var(--box-shadow);
  margin-right: 25px;
}

.sms-row-col-wide-subtitle {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--font-black);
  margin-left: 23px;
}

.sms-row-col-wide-title {
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  margin-left: 23px;
  color: var(--font-orange);
}

.sms-row-col-wide-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 18px;
}

.sms-row-col-wide-img {
  width: 536px;
  border-radius: 15px;
}


/*▼▼▼▼▼▼▼▼▼ 섹션4 RCS ▼▼▼▼▼▼▼▼▼*/

.stn-box-rcs {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}

.stn-box-rcs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1025px;
  background-color: var(--box-bg-whiteorange);
  border-radius: 15px;
  z-index: -1;
}

.rcs-row {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.rcs-row-col {
  display: flex;
  flex-direction: column;
  margin-right: 70px;
  width: 325px;
}

.rcs-row-col:last-child {
  margin-right: 0;
}

.rcs-row-col-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.rcs-row-col-img {
  width: 867px;
}

.rcs-row.row2 {
  margin-top: 39px;
}

.rcs-row-col-wide {
  display: flex;
  flex-direction: column;
  background-color: var(--box-bg-gray);
  padding: 40px 17px 18px 17px;
  width: 570px;
  height: 640px;
  border-radius: 21px;
  box-shadow: var(--box-shadow);
}

.rcs-row-col-wide {
  margin-right: 24px;
}

.rcs-row-col-wide-subtitle {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--font-black);
  margin-left: 23px;
}

.rcs-row-col-wide-title {
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  margin-left: 23px;
  color: var(--font-orange);
}

.rcs-row-col-wide-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 27px;
}

.rcs-row-col-wide-img {
  width: 508px;
  border-radius: 15px;
}


/*▼▼▼▼▼▼▼▼▼ 섹션5 SNS ▼▼▼▼▼▼▼▼▼*/

.stn-card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.stn-card {
  display: flex;
  flex-direction: row;
  width: 570px;
  padding: 30px 25px 30px 28px;
  background-color: var(--box-bg-gray);
  box-shadow: var(--box-shadow);
  justify-content: space-between;
  border-radius: 21px;
}

.sc-col {
  display: flex;
  flex-direction: column;
}

.sc-col-row {
  font-family: Pretendard;
  text-align: left;
}

.sc-col-row-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--font-black);
  margin-bottom: 6px;
}

.sc-col-row-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: var(--font-orange);
}

.sc-col-img-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.sc-col-img-wrapper img {
  filter: drop-shadow(var(--drop-shadow));
}

.sc-img-kakao {
  width: 187px;
}

.sc-img-kakao-naver {
  width: 201px;
}

.stn-box-auto-conversion {
  display: flex;
  flex-direction: column;
  padding: 30px 67px 20px 28px;
  margin-bottom: 120px;
  margin-top: 45px;
  background-color: var(--box-bg-whiteorange);
  box-shadow: var(--box-shadow);
}

.sbac-col {
  display: flex;
  flex-direction: column;
}

.sbac-col-row-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: var(--font-black);
  margin-bottom: 6px;
}

.sbac-col-row-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: var(--font-orange);
}

.sbac-img-conversion {
  width: 1050px;
}

.sbac-img-wrapper {
  margin-top: 52px;
  justify-content: flex-start;
  align-items: center;
}

.sbac-img-wrapper {
  filter: drop-shadow(var(--drop-shadow));
}


/*▼▼▼▼▼▼▼▼▼ 섹션6 ISMS ▼▼▼▼▼▼▼▼▼*/

.isms-wrapper {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 120px;
}

.isms-img {
  width: 238px;
}

.isms-text-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 38px;
  justify-content: center;
  align-items: flex-start;
}

.isms-text-title {
  font-family: Pretendard;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  color: var(--font-black);
}

.isms-text {
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: var(--font-black);
}




@media screen and (min-width: 1920px) {
  /*인덱스 페이지에서만 메인 배너 영역 첫인상을 위해 헤더 여백을 조정함*/
  /*
  .header{
    width: 1800px;
    margin: 0 auto;
    padding-left: 0;
  }
  */

}

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  /*
  .header{
    width: 93.75%;
    margin: 0 auto;
    padding-left: 0;
  }
  */
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (min-width: 768px) and (max-width: 1279px) {

  /*■■■■■■■■■ 섹션1  ■■■■■■■■■*/
  .index-stn-1 .section-title {
    margin-top: 50px;
  }

  .index-stn-1 {
    margin-bottom: 50px;
  }

  @media screen and (min-width: 980px) and (max-width: 1280px) {
    .logo-wrapper {
      /*grid-template-columns: repeat(4, 1fr);*/
    }
  }
  @media screen and (min-width: 768px) and (max-width: 979px) {
    .logo-wrapper {
      /*grid-template-columns: repeat(3, 1fr);*/
      gap: 25px 18px;
    }
  }

  /*■■■■■■■■■ 섹션2  ■■■■■■■■■*/
  .index-stn-2 .section-title {
    margin-top: 80px;
  }

  .main-si-box {
    margin-top: 50px;
    height: 263px;
    padding: 45px 0px 0px 50px;
    border-radius: 15px;
    width: 768px;
  }

  .msb-title {
    font-size: 20px;
    line-height: 24px;
  }

  .msb-row {
    margin-top: 10px;
  }

  .msb-row-col1 {
    width: fit-content;
  }

  .msb-subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .msb-down-btn-wrapper {
    margin-top: 67px;
  }

  .main-si-box .btn-main-si {
    width: 176px;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border-radius: 10px;
  }

  .main-si-box-row-col2 {
    flex-grow: 1;
  }

  .main-si-img {
    width: 295px;
  }

  /*■■■■■■■■■ 섹션3 SMS ■■■■■■■■■*/
  .stn-box-sms {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
    width: 696px;
  }

  .stn-box-sms::before {
    height: 396px;
    width: 696px;
    border-radius: 21px;
    z-index: -1;
    box-shadow: var(--box-shadow);
  }

  .sms-row-col {
    margin-right: 17px;
    width: 214px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 33px;
  }

  .sms-row-col:last-child {
    margin-right: 0;
  }

  .sms-row-col-title {
    font-size: 20px;
    line-height: 24px;
    order: 2;
    margin-top: 15px;
  }

  .sms-row-col-subtitle {
    font-size: 14px;
    line-height: 17px;
    order: 3;
    word-break: keep-all;
    height: 34px;
  }

  .sms-row.row1 .sms-row-col:last-child .sms-row-col-subtitle {
    width: 150px;
  }

  .sms-row-col-img-wrapper {
    margin-top: 0;
    order: 1;
  }

  .sms-row-col-img {
    width: 214px;
  }

  .sms-row.row2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }

  .sms-row-col-wide {
    padding: 25px 0 0 0;
    width: 696px;
    height: 312px;
    border-radius: 21px;
    margin-right: 0;
    align-items: center;
  }

  .sms-row-col-wide:nth-child(2) {
    margin-top: 30px;
  }

  .sms-row-col-wide-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-left: 0;
    width: 406px;
  }

  .sms-row-col-wide-title {
    font-size: 20px;
    line-height: 24px;
    margin-left: 0;
    margin-top: 4px;
    width: 406px;
  }

  .sms-row-col-wide-img-wrapper {
    margin-top: 18px;
  }

  .sms-row-col-wide-img {
    width: 406px;
    border-radius: 15px;
  }

  /*■■■■■■■■■ 섹션3 SMS ■■■■■■■■■*/
  .stn-box-sms {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
    width: 696px;
  }

  .stn-box-sms::before {
    height: 396px;
    width: 696px;
    border-radius: 21px;
    z-index: -1;
    box-shadow: var(--box-shadow);
  }

  .sms-row-col {
    margin-right: 17px;
    width: 214px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 33px;
  }

  .sms-row-col:last-child {
    margin-right: 0;
  }

  .sms-row-col-title {
    font-size: 20px;
    line-height: 24px;
    order: 2;
    margin-top: 15px;
  }

  .sms-row-col-subtitle {
    font-size: 14px;
    line-height: 17px;
    order: 3;
    word-break: keep-all;
    height: 34px;
  }

  .sms-row.row1 .sms-row-col:last-child .sms-row-col-subtitle {
    width: 150px;
  }

  .sms-row-col-img-wrapper {
    margin-top: 0;
    order: 1;
  }

  .sms-row-col-img {
    width: 214px;
  }

  .sms-row.row2 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
  }

  .sms-row-col-wide {
    padding: 25px 0 0 0;
    width: 696px;
    height: 312px;
    border-radius: 21px;
    margin-right: 0;
    align-items: center;
  }

  .sms-row-col-wide:nth-child(2) {
    margin-top: 30px;
  }

  .sms-row-col-wide-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-left: 0;
    width: 406px;
  }

  .sms-row-col-wide-title {
    font-size: 20px;
    line-height: 24px;
    margin-left: 0;
    margin-top: 4px;
    width: 406px;
  }

  .sms-row-col-wide-img-wrapper {
    margin-top: 18px;
  }

  .sms-row-col-wide-img {
    width: 406px;
    border-radius: 15px;
  }

  /*■■■■■■■■■ 섹션4 RCS ■■■■■■■■■*/
  .stn-box-rcs {
    padding-top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 60px;
    width: 696px;
  }

  .stn-box-rcs::before {
    height: 380px;
    width: 696px;
    border-radius: 21px;
    z-index: -1;
    box-shadow: var(--box-shadow);
  }

  .rcs-row-col {
    margin-right: 17px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 21px;
  }

  .rcs-row-col:last-child {
    margin-right: 0;
  }

  .rcs-row.row1 .rcs-row-col:last-child .rcs-row-col-subtitle {
    width: 150px;
  }

  .rcs-row-col-img-wrapper {
    margin-top: 0;
    order: 1;
  }

  .rcs-row-col-img {
    width: 518px;
  }

  .rcs-row.row2 {
    justify-content: space-between;
    margin: 30px 0 0 0;
  }

  .rcs-row-col-wide {
    padding: 25px 25px 0 25px;
    width: 333px;
    height: 329px;
    border-radius: 21px;
    margin-right: 0;
    align-items: center;
  }

  .rcs-row-col-wide:nth-child(2) {
    margin-top: 0px;
  }

  .rcs-row-col-wide-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-left: 0;
    width: 100%;
  }

  .rcs-row-col-wide-title {
    font-size: 20px;
    line-height: 24px;
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }

  .rcs-row-col-wide-img-wrapper {
    margin-top: 0;
    flex-grow: 1;
    align-items: flex-end;
  }

  .rcs-row-col-wide-img {
    width: 255px;
  }

  /*■■■■■■■■■ 섹션5 SNS ■■■■■■■■■*/
  .stn-card-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 696px;
  }

  .stn-card {
    width: 100%;
    padding: 25px 40px 30px 25px;
    justify-content: space-between;
    border-radius: 21px;
    margin-bottom: 30px;
  }

  .sc-col-row-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
  }

  .sc-col-row-title {
    font-size: 20px;
    line-height: 24px;
  }

  .stn-box-auto-conversion {
    padding: 25px 25px 35px 25px;
    margin-top: 0;
    margin-bottom: 60px;
    width: 696px;
  }

  .sbac-col-row-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }

  .sbac-col-row-title {
    font-size: 20px;
    line-height: 24px;
  }

  .sbac-img-conversion {
    width: 646px;
  }

  .sbac-img-wrapper {
    margin-top: 19px;
  }

  /*■■■■■■■■■ 섹션6 ISMS ■■■■■■■■■*/

  .isms-wrapper {
    margin-bottom: 50px;
  }

  .isms-img {
    width: 115px;
  }

  .isms-text-wrapper {
    margin-left: 23px;
  }

  .isms-text-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .isms-text {
    font-size: 14px;
    line-height: 17px;
  }

}

/* ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 767px) {
  /*메인페이지만 헤더 여백 재조정함*/
  /*
  .header {
    margin-left: 0px;
  }
  */

  /*●●●●●●●●●● 메인배너  ●●●●●●●●●●*/
  .main-img-wrapper {
    height: 95vh;
    max-height: 180vw;
    border-radius: 0px;
    width: 100%;
    max-width: unset;
    min-width: unset;
    flex-direction: column;
  }

  @media screen and (min-width: 660px) and (max-width: 767px) {
    .main-img-text-wrapper {
      padding: 20% 0 0 0;
    }
  }
  @media screen and (min-width: 580px) and (max-width: 659px) {
    .main-img-text-wrapper {
      padding: 35% 0 0 0;
    }
  }
  @media screen and (max-width: 579px) {
    .main-img-text-wrapper {
      padding: 50% 0 0 0;
    }
  }

  .main-img-text1 {
    font-size: MAX(20px, 6.25vw);
    line-height: MAX(24px, 7.5vw);
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .main-img-text2 {
    font-size: MIN(MAX(12px, 3.75vw), 20px);
    font-weight: 400;
    line-height: MIN(MAX(14px, 4.37vw), 24px);
    margin-top: 3.75vw;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .btn-main-inquiry {
    display: none;
  }

  .main-img-phone-wrapper {
    width: 100%;
    justify-content: center;
    padding-left: 10.9vw;
  }

  .main-img {
    width: 55vw;
  }

  /*●●●●●●●●●● 섹션1  ●●●●●●●●●●*/
  .index-stn-1 {
    margin-bottom: 50px;
  }

  .index-stn-1 .section-title {
    margin-top: 40px;
  }

  .index-stn-1 .logo {
    width: 128px;
  }

  @media screen and (min-width: 700px) and (max-width: 768px) {
    .logo-wrapper {
      /*grid-template-columns: repeat(4, 1fr);*/
      gap: 15px 32px;
    }
  }
  @media screen and (min-width: 540px) and (max-width: 699px) {
    .logo-wrapper {
      /*grid-template-columns: repeat(3, 1fr);*/
      gap: 15px 32px;
    }
  }
  @media screen and (min-width: 320px) and (max-width: 539px) {
    .logo-wrapper {
      /*grid-template-columns: repeat(2, 1fr);*/
      gap: 15px 32px;
    }
  }
  @media screen and (max-width: 319px) {
    .logo-wrapper {
      /*grid-template-columns: repeat(1, 1fr);*/
      gap: 15px 32px;
    }
  }

  /*●●●●●●●●●● 섹션2  ●●●●●●●●●●*/
  .index-stn-2 .section-title {
    margin-top: 40px;
  }

  .main-si-box {
    margin-top: 10px;
    height: 227px;
    padding: 4.7vw 0px 0px 4.7vw;
    border-radius: 10px;
    width: 100%;
  }

  .msb-title {
    font-size: 16px;
    line-height: 19px;
    width: 80%;
    word-break: keep-all;
  }

  .msb-row {
    margin-top: 10px;
    position: relative;
  }

  .msb-row-col1 {
    width: 80%;
    word-break: keep-all;
  }

  .msb-subtitle {
    font-size: 12px;
    line-height: 14px;
  }

  .msb-down-btn-wrapper {
    margin-top: 73px;
    z-index: 2;
  }

  .main-si-box .btn-main-si {
    width: 148px;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    border-radius: 10px;
  }

  .main-si-box-row-col2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }

  .main-si-img {
    width: 208px;
  }

  /*●●●●●●●●●● 섹션3 SMS ●●●●●●●●●●*/
  .stn-box-sms {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .stn-box-sms::before {
    display: none;
    height: 0;
    width: 0;
  }

  .sms-row.row1 {
    display: flex;
    flex-direction: column;
    width: 95.6vw;
  }

  .sms-row-col {
    margin-right: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding: 17px 0 0 0;
    background-color: var(--box-bg-whiteorange);
    box-shadow: var(--box-shadow);
    border-radius: 21px;
    margin-bottom: 30px;
  }

  .sms-row-col:last-child {
    margin-right: 0;
  }

  .sms-row-col-title {
    font-size: 16px;
    line-height: 19px;
  }

  .sms-row-col-subtitle {
    font-size: 14px;
    line-height: 17px;
    word-break: keep-all;
    margin-top: 5px;
  }

  .sms-row.row1 .sms-row-col:last-child .sms-row-col-subtitle {
    width: 150px;
  }

  .sms-row-col-img-wrapper {
    margin-top: 22px;
  }

  .sms-row-col-img {
    width: MIN(270px, 68%);
    min-width: 214px;
  }

  .sms-row.row2 {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    width: 95.6vw;
  }

  .sms-row-col-wide {
    padding: 25px 0 25px 0;
    width: 100%;
    height: fit-content;
    border-radius: 21px;
    margin-right: 0;
    align-items: center;
  }

  .sms-row-col-wide:nth-child(2) {
    margin-top: 30px;
  }

  .sms-row-col-wide-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-left: 0;
    width: MIN(400px, 90.8%);
  }

  .sms-row-col-wide-title {
    font-size: 16px;
    line-height: 19px;
    margin-left: 0;
    margin-top: 4px;
    width: MIN(400px, 90.8%);
  }

  .sms-row-col-wide-img-wrapper {
    margin-top: 18px;
  }

  .sms-row-col-wide-img {
    width: MIN(400px, 90.8%);
    border-radius: 15px;
  }

  /*●●●●●●●●●● 섹션4 RCS ●●●●●●●●●●*/
  .stn-box-rcs {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
  }

  .stn-box-rcs::before {
    display: none;
    height: 0;
    width: 0;
  }

  .rcs-row.row1 {
    display: flex;
    flex-direction: column;
    width: 95.6vw;
  }

  .rcs-row-col {
    margin-right: 0;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding: 17px 0 0 0;
    background-color: var(--box-bg-whiteorange);
    box-shadow: var(--box-shadow);
    border-radius: 21px;
    margin-bottom: 30px;
  }

  .rcs-row-col:last-child {
    margin-right: 0;
  }

  .rcs-row-col-title {
    font-size: 16px;
    line-height: 19px;
  }

  .rcs-row-col-subtitle {
    font-size: 14px;
    line-height: 17px;
    word-break: keep-all;
    margin-top: 5px;
  }

  .rcs-row.row1 .rcs-row-col:last-child .rcs-row-col-subtitle {
    width: 150px;
  }

  .rcs-row-col-img-wrapper {
    margin-top: 0;
  }

  .rcs-row-col-img {
    width: MIN(380px, 91%);
    min-width: 214px;
    margin-bottom: 20px;
  }

  .rcs-row-col-img.mob {
    display: block;
  }

  .rcs-row.row2 {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    width: 95.6vw;
  }

  .rcs-row-col-wide {
    padding: 25px 0 0 0;
    width: 100%;
    height: 300px;
    border-radius: 21px;
    margin-right: 0;
    align-items: center;
    position: relative;
  }

  .rcs-row-col-wide:nth-child(2) {
    margin-top: 30px;
  }

  .rcs-row-col-wide-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-left: 0;
    width: MIN(400px, 79.7%);
    z-index: 2;
  }

  .rcs-row-col-wide-title {
    font-size: 16px;
    line-height: 19px;
    margin-left: 0;
    margin-top: 4px;
    width: MIN(400px, 79.7%);
    z-index: 2;
  }

  .rcs-row-col-wide-img-wrapper {
    margin-top: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
  }

  .rcs-row-col-wide-img {
    width: 250px;
    border-radius: 15px;
  }

  /*●●●●●●●●●● 섹션5 SNS ●●●●●●●●●●*/
  .stn-card-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 95.6vw;
  }

  .stn-card {
    width: 100%;
    padding: 25px;
    justify-content: space-between;
    border-radius: 21px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .sc-col-row-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
  }

  .sc-col-row-title {
    font-size: 16px;
    line-height: 19px;
  }

  .sc-col-img-wrapper {
    align-items: flex-end;
    flex-grow: 1;
    padding-left: 10px;
  }

  .sc-img-kakao {
    width: 139px;
  }

  .sc-img-kakao-naver {
    width: 156px;
  }

  .stn-box-auto-conversion {
    padding: 25px;
    margin-top: 0;
    margin-bottom: 60px;
    width: 95.6vw;
  }

  .sbac-col-row-subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
  }

  .sbac-col-row-title {
    font-size: 16px;
    line-height: 19px;
  }

  .sbac-img-conversion {
    width: 80vw;
  }

  .sbac-img-wrapper {
    margin-top: 17px;
  }

  /*●●●●●●●●●● 섹션6 ISMS ●●●●●●●●●●*/

  .isms-wrapper {
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }

  .isms-img {
    width: 115px;
  }

  .isms-text-wrapper {
    margin-left: 0;
    align-items: center;
    margin-bottom: 0;
  }

  .isms-text-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .isms-text {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
}








/*★★★★★★★★★★★★★★★★★ only index's 매인배너 조정용 스타일 ★★★★★★★★★★★★★★★★★*/
/* 메인배너의 반응형 조정 일부는 별도의 사이즈로 조정 */
@media screen and (min-width: 1280px) and (max-width: 1520px) {
  .main-img-text-wrapper {
    padding: 99px 0 95px 100px;
  }

  .main-img-text1, .main-img-text2 {
    padding-left: 0;
  }

  .main-img-phone-wrapper {
    width: 512px;
  }

  .main-img {
    width: 512px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1279px) {
  /*메인페이지만 헤더 여백 재조정함*/
  /*
  .header {
    padding-left: 40px;
  }
  */

  .main-img-wrapper {
    height: 48vw;
    border-radius: 0px;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }

  .main-img-text-wrapper {
    padding: 7.8vw 0 0 7.8vw;
  }

  .main-img-text1 {
    font-size: 4.6vw;
    line-height: 4.6vw;
    padding-left: 0;
    width: fit-content;
  }

  .main-img-text2 {
    font-size: 1.7vw;
    line-height: 1.7vw;
    padding-left: 0;
    width: fit-content;
  }

  .btn-main-inquiry {
    margin-top: 17vw;
    width: 110px;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border-radius: 10px;
  }

  .main-img-phone-wrapper {
    width: 40vw;
  }

  .main-img {
    width: 40vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  /*메인페이지만 헤더 여백 재조정함*/
  /*
  .header {
    padding-left: 20px;
  }
  */

  .main-img-wrapper {
    height: 308px;
    border-radius: 0px;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }

  .main-img-text-wrapper {
    padding: 43px 20px 42px 43px;
  }

  .main-img-text1 {
    font-size: 24px;
    line-height: 29px;
    padding-left: 0;
    width: fit-content;
  }

  .main-img-text2 {
    font-size: 16px;
    line-height: 19px;
    padding-left: 0;
    width: fit-content;
  }

  .btn-main-inquiry {
    margin-top: 88px;
    width: 110px;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    border-radius: 10px;
  }

  .main-img-phone-wrapper {
    width: 257px;
  }

  .main-img {
    width: 257px;
  }
}