.service_inquiry_button {
  min-width: 150px;
  height: 56px;
  background-color: #7aa0ff;
  margin-top: auto;
}
.service_inquiry_button > span {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.detail_view_button {
  margin-top: 48px;
  /* min-height: 20px; */
}

.detail_view_button > span:hover {
  /* .detail_view_button > h6:hover { */
  background-color: #67a7fb !important;
  color: #fff !important;
  /* span처럼 */
  /* display: inline; */
  /* margin: 0; */
}

.detail_view_button > span {
  /* .detail_view_button > h6 { */
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.5px;
  width: 100%;
  border-radius: 8px;
  background: #4191fa;

  height: 50px;
  /* min-height: 20px; */
  /* 크기 고정, 늘어나거나 줄어들지 않음 */
  /* flex: 0 0 auto;  */
  /* 최소 높이 확보 */
  min-height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  /* span처럼 */
  /* display: inline; */
  /* margin: 0; */
}

.main_banner {
  /* padding: 48px; */
  padding: 10px;
  padding-right: 0px;
  gap: 50px;
  position: relative;
  z-index: 1;
  border-radius: unset !important;
  border: none !important;
  background: unset !important;
  backdrop-filter: unset !important;
}
.main_banner_text {
  color: white;
  font-weight: 700;
  line-height: 140%;
}

.moai_banner_main {
  /* font-size: calc(0.8rem + 1.6vw); */
}

.bubble_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 0; /* flex item 높이 제한 방지 */
}

.img_wrapper {
  /* flex: 1 1 auto; */
  /* flex: 1 1 auto; */
  flex-grow: 1;
  min-height: 0;
  width: 100%;
  height: 100%; /* 핵심: 높이 명시 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  /* aspect-ratio 제거! */
}
.img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 또는 contain → UI 목적에 따라 선택 */
  display: block;
}

.card_section {
  /* flex: 1 1 auto; */
}
.card_section h3 {
  /* flex-grow: 1;
  min-height: 0; */

  /* 남는 공간 차지, 줄어들어도 됨 */
  /* flex: 1 1 0; */
  /* flex: 1 1 auto; */
  /* 부모 안에서 자유롭게 줄어듦 */
  /* min-height: 0; */
  /* min-width: 0; */
  /* 내용이 길면 스크롤 가능 */
  /* overflow: auto; */
}

.main_feature {
  height: auto;
  width: 32%;
  aspect-ratio: 430/600;
  padding: 2.5%;
  padding-top: 2%;
  gap: 12px;
  position: relative;
  z-index: 3;
}

.main_feature > * {
  color: white;
  text-align: center;
}
.main_feature_box {
  flex-wrap: wrap;
  gap: 20px;
}
.main_feature h3 {
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 4px;
  /* font-size: calc(1rem + 0.7vw); */
}
.main_feature h4 {
  font-weight: 400;
  line-height: 140%;
  /* font-size: calc(0.8rem + 0.1vw); */
  margin-bottom: 10px;
}
.main_feature h6 {
  font-weight: 400;
  line-height: 140%;
  /* font-size: calc(0.8rem + 0.1vw); */
  margin-bottom: 10px;
}
.main_feature_blue {
  color: #4191fa;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  padding: 8px 12px;
  gap: 4px;
  border-radius: 8px;
  border: 1px solid #4191fa;
  width: fit-content;
}
.detail_look_text {
  font-weight: 600;
}

.main_feature_span {
  font-size: 16px;

  /* flex: 1 1 auto;
  min-height: 0;
  overflow: auto; */
  /* flex-grow: 1; 
  min-height: 0; */
}

.footer_widget {
  /*배경 띠배지를 넣기위해*/
  position: relative;
  /* aspect-ratio: 1193/360; */
  /* max-height: 500px; */
  padding: 48px 40px;
  z-index: 1;
}
/* .footer_widget::before {
  content: "";
  position: absolute;
  //간격을 검정으로 칠하기 위해 억지로 top, height를 늘렸다
  top: -60px;
  //자기자신을 부모에서 가운데 정렬
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; //브라우저 전체 폭 
  height: 125%;
  background: #020615;
 // z-index: -1; // 내용 뒤에
} */
.footer_widget::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);

  width: 100vw;
  height: 100%;
  background: #020615;
  z-index: -1;
}
.footer_widget > * {
  color: white;
  text-align: center;
}
.footer_widget > h1 {
  /* font-size: 60px; */
  font-weight: 700;
  line-height: 140%;
}
.footer_widget > h4 {
  /* font-size: 24px; */
  font-weight: 500;
  line-height: 140%;
}
.footer_widget > sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 140%;
}
.footer_widget_title {
  margin-bottom: 24px;
}

.slide {
  position: relative;
  overflow: hidden;
  height: auto;
  gap: 65px;
  aspect-ratio: 1193/671;
}
.slide_contents {
  width: 100%;
  position: relative;
  justify-content: center;
  touch-action: pan-y !important;
  -webkit-overflow-scrolling: touch !important;
}
.slide_contents_choice {
  display: inline-flex !important;
  border-radius: 8px;
}
.slide_contents > span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: none;
}
.slide_contents .slide_contents_choice {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.slide_box {
  gap: 36px;
}
.slide_box > h4 {
  width: 100%;
  color: white;
  text-align: center;
}
.slide_button {
  transition: all ease-in 0.3s;
}

.main_graph {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.main_graph_content {
  --parent-gap: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 4% 0px;
  gap: var(--parent-gap);
  box-sizing: border-box;

  /*배경띠배너를 깔기위해*/
  position: relative;
}
.main_graph_content > * {
  text-align: center;
}

.main_graph_article1::before {
  content: "";
  position: absolute;
  top: 0;

  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url("/assets/image/page/main/img_banner_background_1.png")
    no-repeat center/cover;
  z-index: -1;
}
.main_graph_article2::before {
  content: "";
  position: absolute;
  top: 0;

  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url("/assets/image/page/main/img_banner_background_2.png")
    no-repeat center/cover;
  z-index: -1;
}

.main_graph_content_div {
  width: 100%;
  text-align: left;
  /*
    unitless(line-height: 숫자)로 쓰기
    그래서 자식에서 font-size가 변하면 자동으로 줄높이도 맞춰집니다
  */
  line-height: 1.4;

  --parent-gap: 12px;
  gap: var(--parent-gap);
}
.main_graph_content_div h2 {
  margin-bottom: calc(3 * var(--parent-gap));
}

.main_graph_article2 .main_graph_content_div:nth-child(2n + 1) {
  order: 1;
}
.main_graph_article2 .main_graph_content_div:nth-child(2n) {
  order: 2;
}

.main_description_content_title {
  width: 100%;
  text-align: center;

  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
  color: white;
}
.main_description_content_title_important {
  color: #4173fa !important;
  font-style: normal;
  font-weight: bold !important;
  line-height: 140%;
}

.text_step {
  width: 100%;
  height: 20px;
}
#text_step1 {
  margin-bottom: 150px;
}
#text_step2 {
  margin-bottom: 100px;
}
#text_step3 {
  margin-bottom: 150px;
}
#text_step4 {
  margin-bottom: 50px;
}
#text_step5 {
  margin-bottom: 150px;
}

.main_description_content {
  width: 100%;
}

.main_description_content_subtitle {
  font-weight: 600;
  color: #4173fa;

  margin-bottom: 20px;
}
.main_description_content_subtitle2 {
  font-weight: 500;
  color: white;

  margin-bottom: 20px;
}
.main_description_content_subtitle2_important {
  font-weight: 500;
  color: #4173fa;

  margin-bottom: 20px;
}
.main_description_margin {
  margin-right: 10px;
}
.main_description_content_first {
  font-weight: 500;
  /* font-size: 20px; */

  margin-bottom: 10px;
}
.main_description_content_sub {
  font-weight: 400;
  /* font-size: 16px; */
  color: #c8c8c8;

  margin-bottom: 20px;
}

.main_description_content_div {
  width: 100%;
  height: 100%;
  text-align: left;
  /*
    unitless(line-height: 숫자)로 쓰기
    그래서 자식에서 font-size가 변하면 자동으로 줄높이도 맞춰집니다
  */
  line-height: 1.4;

  --parent-gap: 12px;
  gap: var(--parent-gap);

  padding: 0 40px;
}
.main_description_content_div:nth-child(2n + 1) {
  padding-right: 0;
}
.main_description_content_div:nth-child(2n) {
  padding-left: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.preplay {
  font-weight: 600;
}
.preplay_content:nth-child(1) {
  --parent-gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--parent-gap);
  text-align: center;

  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  line-height: 140%;
}
.preplay_content:nth-child(2) {
  --parent-gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--parent-gap);
  text-align: center;

  width: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
  line-height: 140%;
}
.preplay_content h6 {
  color: #c8c8c8 !important;
  font-weight: 500;
}
.moai_play {
  width: 100%;
  aspect-ratio: 560/315;
}

.img_banner {
  /* height: 100%; */
}
.main_graph2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.img_banner_content {
  --parent-gap: 24px;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  /* 자식 높이 동일 */
  align-items: stretch;
  justify-content: center;

  width: 100%;
  height: 100%;

  /* padding: 4% 0px; */

  gap: var(--parent-gap);
  box-sizing: border-box;

  /*배경띠배너를 깔기위해*/
  position: relative;
}
.img_banner_content:nth-child(1) {
}
.img_banner_content:nth-child(2) {
  padding: 0 0 120px 0;
}

.img_banner_content_div {
  /* height: 100%; */
  flex: 1;
  width: 100%;
  /* aspect-ratio: 1440/500; */

  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  align-items: center;
  position: relative;

  box-sizing: border-box;
  padding: 60px 24px;
}
.img_banner_content_div2 {
  /* height: 100%; */
  flex: 1;
  /* width: 100%; */

  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  align-items: flex-start;
  position: relative;

  box-sizing: border-box;
  padding: 60px 24px;
}
.img_banner_content_div2:nth-child(1)::before {
  content: "";
  position: absolute;
  inset: 0; /* top/right/bottom/left: 0 */
  background: url("../../../assets/image/page/main/img_banner1.svg")
    center/cover no-repeat;
  z-index: -1;
  opacity: 1;
  border-radius: 24px;
}
.img_banner_content_div2:nth-child(2)::before {
  content: "";
  position: absolute;
  inset: 0; /* top/right/bottom/left: 0 */
  background: url("../../../assets/image/page/main/img_banner2.svg")
    center/cover no-repeat;
  z-index: -1;
  opacity: 1;
  border-radius: 24px;
}

/* flex: 0 0 auto; */
/* padding-top: calc(500 / 708 * 100%); */
.img_banner1 {
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_banner1.svg")
    padding-box no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 24px;
  aspect-ratio: 708/500;
  max-width: 1000px;
}

.img_banner2 {
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_banner2.svg")
    padding-box no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 24px;
  aspect-ratio: 708/500;
  max-width: 1000px;

  /* flex: 0 0 auto; */
  /* padding-top: calc(500 / 708 * 100%); */
}
.img_banner3 {
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_banner3.svg")
    padding-box no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 24px;
  aspect-ratio: 1440/500;
  max-width: 1500px;

  /* flex: 0 0 auto; */
  /* padding-top: calc(500 / 1440 * 100%); */
}

.img_banner_content_half_left {
  height: 100%;
  /*width대신 이걸 써라 아이템의 기본 점유 크기*/
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  text-align: left;

  position: relative;
}
.img_banner_content_half_left3 {
  /*width대신 이걸 써라 아이템의 기본 점유 크기 shirink허용 basis 30%*/
  /* flex: 1 1 30%;  */
  /* transform: translateY(25%); */
  justify-content: center;
  align-items: flex-end;
}
.img_banner_content_half_left_sub {
  width: 80%;
}
.img_banner_description_main {
  color: #fff;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;

  margin-bottom: 20px;
}
.img_banner3 .img_banner_description_main:nth-child(1) {
  margin-bottom: 0px;
}
.img_banner_description_sub {
  color: #fff;
  font-family: Pretendard;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.img_banner_content_half_right {
  /*width대신 이걸 써라 아이템의 기본 점유 크기*/
  flex: 1;
  /*이 height 100때문에 그림영역 크기가 고정된것*/
  /* height: 100%; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  position: relative;
}
.img_banner_content_half_right3 {
  /*width대신 이걸 써라 아이템의 기본 점유 크기 shirink허용*/
  /* flex: 1 1 60%; */
}
.img_banner_right1 {
  display: inline-flex;
  /* width: 100%; */
  /* height: auto; */
  /* width: 296px;
  height: 380px; */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  /* background: transparent
    url("../../../assets/image/page/main/img_banner_right1.svg") padding-box
    no-repeat;
  background-size: contain; */
  aspect-ratio: 296/380;
  max-width: 1000px;
  /* min-height: 380px; */
  /*부모가 flex-direction: column이면 flex item 높이가 부모 기준으로 계산되어 문제가 발생할 수 있음*/
  /* padding-top: calc(380 / 296 * 100%); */
}
.img_banner_right2 {
  display: inline-flex;
  /* width: 100%; */
  /* height: auto; */
  /* width: 364px;
  height: 451px; */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  /* background: transparent
    url("../../../assets/image/page/main/img_banner_right2.svg") padding-box
    no-repeat;
  background-size: contain; */
  aspect-ratio: 364/451;
  max-width: 1000px;
  /* min-height: 451px; */

  transform: translateY(20%);

  /* padding-top: calc(451 / 364 * 100%); */
}
.img_banner_right3 {
  display: inline-flex;
  /* width: 100%; */
  /* height: auto; */
  /* width: 610px;
  height: 388px; */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  /* background: transparent
    url("../../../assets/image/page/main/img_banner_right3.svg") padding-box
    no-repeat;
  background-size: contain; */
  aspect-ratio: 610/388;
  /*부모가 커진다고 같이 커지면 이상해짐*/
  max-width: 700px;
  /* min-height: 388px; */

  /* padding-top: calc(388 / 610 * 100%); */
}

.card_img_banner {
  margin-bottom: 120px;
}
.card_img_banner_content:nth-child(1) {
  --parent-gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--parent-gap);
  text-align: center;

  width: 100%;
  padding-top: 60px;
  box-sizing: border-box;
  line-height: 140%;
}
.card_img_banner_content:nth-child(2) {
  --parent-gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--parent-gap);
  text-align: center;

  width: 100%;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.card_img_banner_content h6 {
  color: #c8c8c8 !important;
  font-weight: 500;
}

.body_over_layer::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 10%,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 1) 50%
  );

  content: "";
  position: absolute;
  top: 0px;

  left: 50%;
  transform: translateX(-50%);

  width: 100vw;
  height: 100%;
  z-index: 0;
}
.body_over_layer {
  width: auto;
  height: auto;

  /*모아이 배경위 점점 까매지는 배경 추가를 위해
  띠지 배경처럼 하기위해*/
  position: relative;
}

.inquire_footer::before {
  content: "";
  position: absolute;
  top: 0;

  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url("/assets/image/page/main/img_inquire_footer_background.png")
    no-repeat center/cover;
  z-index: -1;
}
.inquire_footer {
  /*배경띠배너를 깔기위해*/
  position: relative;
  z-index: 1;

  display: flex;
  justify-content: center;
  align-items: center;

  /* aspect-ratio: 1920 / 262; */
  padding: 34px 40px;
}
.inquire_footer_content {
  --parent-gap: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;

  /* padding: 4% 0px; */
  gap: var(--parent-gap);
  box-sizing: border-box;
}
.inquire_footer_content_div {
  /*
    unitless(line-height: 숫자)로 쓰기
    그래서 자식에서 font-size가 변하면 자동으로 줄높이도 맞춰집니다
  */
  line-height: 1.4;
  color: white;
  /* --parent-gap: 12px;
  gap: var(--parent-gap); */

  /* padding: 0 80px; */

  flex: 1;
  display: flex;
  flex-direction: column;
  /*
  row → justify-content: 가로, align-items: 세로
  column → justify-content: 세로, align-items: 가로
  */

  min-width: 0;
}
.inquire_footer_content_div:nth-child(2n + 1) {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-end;

  padding-top: 40px;
}
.inquire_footer_content_div:nth-child(2n) {
  text-align: right;
  align-items: flex-end;
  justify-content: center;
}
.inquire_footer_content_div_content {
  margin-top: 15px;
}
.img_inquire_footer_button_div {
  margin-top: 20px;

  box-sizing: border-box;
  width: 140px;
  height: 42px;
  padding: 10px 0 10px 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 29px;
  border: 1px solid #7aa0ff;
  background: linear-gradient(
    180deg,
    rgba(65, 65, 224, 0.1) 0%,
    rgba(65, 65, 224, 0.4) 100%
  );
}
.inquire_footer_sub_content_div {
  display: flex;
  align-items: center;
  gap: 8px;

  min-width: 0;
}
#free_start {
  cursor: pointer;
}

@media screen and (max-width: 599.98px) {
  .main_graph_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /*flex item 순서 바꾸기*/
  .main_graph_article2 .main_graph_content_div:nth-child(2n + 1) {
    order: 2;
  }
  .main_graph_article2 .main_graph_content_div:nth-child(2n) {
    order: 1;
  }

  .inquire_footer_content {
    gap: 0;
  }
  .inquire_footer_content_div {
    flex-wrap: wrap;

    word-wrap: break-word; /* 구버전 브라우저 대응 */
    overflow-wrap: break-word; /* 표준 */

    min-width: 0;
  }
  .inquire_footer_content_div:nth-child(1) {
    flex: 0.8;
  }
  .inquire_footer_content_div:nth-child(2) {
    flex: 1;
  }
  .inquire_footer_content_div h3 {
    font-size: 16px;
  }
  .inquire_footer_sub_content_div {
    flex-wrap: wrap;

    word-wrap: break-word; /* 구버전 브라우저 대응 */
    overflow-wrap: break-word; /* 표준 */

    min-width: 0;
    gap: 2px;
  }
  .inquire_footer_sub_content_div h3 {
    min-width: 0;
    font-size: 15px;

    white-space: normal; /* nowrap 방지 */
    overflow-wrap: break-word; /* 표준 줄바꿈 */
    /* 긴 단어도 줄바꿈 */
    word-break: break-word;
    /* (옵션) 영어/숫자 등도 강제로 자르기 */
    word-break: break-all;
  }
  .inquire_footer_content_div_content {
    margin-top: 5px;
  }
  .img_inquire_footer_button_div {
    width: 120px;
  }
  .img_inquire_footer_button_div h6 {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 1079.98px) {
  .main_description .main_graph_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main_description_content_div:nth-child(2n + 1) {
    padding-left: 0px;
  }
  .main_description_content_div:nth-child(2n) {
    padding-right: 0px;
  }

  .preplay_content:nth-child(1) {
    padding-top: 30px;
  }
  .preplay_content:nth-child(2) {
    padding-bottom: 30px;
  }

  .img_banner_content_div2 {
    transform: translateY(0%);
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* flex: 1;  */
    flex: none;
    width: 100%;
    padding: 30px 24px;
    /* 내부 콘텐츠 없을 때도 균등 분배 */
    /* min-height: 50%;  */
    /* height: 50%;  */
  }

  .img_banner_content_div {
    transform: translateY(0%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 세로에서도 반반 차지 */
    /* flex: 1;  */
    flex: none;
    width: 100%;
    padding: 30px 24px;
    /* min-height: 50%; */
    /* height: 50%;  */
  }
  .img_banner_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* flex: 1;  */
    flex: none;
    width: 100%; /* 가로 꽉 채움 */
    /* min-height: 50%;  */
    /* height: 50%;  */
  }
  .img_banner_content:nth-child(2) {
    padding: 0 0 30px 0;
  }

  .img_banner_content_half_left {
    justify-content: center;
    align-items: center;

    text-align: center;

    position: relative;
  }
  .img_banner_content_half_left3 {
    justify-content: center;
    align-items: center;

    text-align: center;

    position: relative;

    transform: translateY(0%);
  }
  .img_banner_content_half_left3 {
    /*width대신 이걸 써라 아이템의 기본 점유 크기 shirink허용 basis 30%*/
    /* flex: 1 1 30%;  */
    /* transform: translateY(25%); */
    justify-content: center;
    align-items: center;
  }
  .img_banner_content_half_left_sub {
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    position: relative;
  }
  .img_banner_description_sub {
    width: 60%;
    text-align: left;
  }

  .img_banner_right1 {
    /* padding-top: calc(380 / 296 * 100%); */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 40%;
    /* height: 50%; */
  }
  .img_banner_right2 {
    /* padding-top: calc(451 / 364 * 100%); */
    /* height: 100%; */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 40%;
    /* height: 50%; */

    transform: translateY(0%);
  }
  .img_banner_right3 {
    /* padding-top: calc(388 / 610 * 100%); */
    /* height: 100%; */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 50%;
    /* height: 50%; */
  }

  .img_banner1 {
    /* flex: 0 0 auto; */
    /* padding-top: calc(500 / 708 * 100%); */
  }
  .img_banner2 {
    /* flex: 0 0 auto; */
    /* padding-top: calc(500 / 708 * 100%); */
  }
  .img_banner3 {
    /* flex: 0 0 auto; */
    /* padding-top: calc(500 / 1440 * 100%); */
  }

  .card_img_banner {
    margin-bottom: 60px;
  }
  .card_img_banner_content:nth-child(1) {
    padding-top: 30px;
  }
  .card_img_banner_content:nth-child(2) {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 800.98px) {
  .img_banner_right1 {
    /* padding-top: calc(380 / 296 * 100%); */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 60%;
    /* height: 50%; */
  }
  .img_banner_right2 {
    /* padding-top: calc(451 / 364 * 100%); */
    /* height: 100%; */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 60%;
    /* height: 50%; */
  }
  .img_banner_right3 {
    /* padding-top: calc(388 / 610 * 100%); */
    /* height: 100%; */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 60%;
    /* height: 50%; */
  }
}

@media screen and (max-width: 600.98px) {
  .img_banner_right1 {
    /* padding-top: calc(380 / 296 * 100%); */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 75%;
    /* height: 50%; */
  }
  .img_banner_right2 {
    /* padding-top: calc(451 / 364 * 100%); */
    /* height: 100%; */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 75%;
    /* height: 50%; */
  }
  .img_banner_right3 {
    /* padding-top: calc(388 / 610 * 100%); */
    /* height: 100%; */
    /*width로 줄어들게 바꾸니 세로 정렬시 깨지지 않음*/
    width: 75%;
    /* height: 50%; */
  }
}

.badge {
  box-sizing: border-box;
  width: 330px;
  height: 70px;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  flex-direction: row;
  /* gap: 12px; */
  margin-top: 48px;
}
.img_apple_store2 {
  cursor: pointer;
  width: 160px;
  /* height: 60px; */
  /* border-radius: 9px; */
  /* padding-top: 8px; */
  /* padding-right: 10px; */
  box-sizing: border-box;

  display: inline-flex;
  flex: 1;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_download_button_background.svg")
    padding-box no-repeat;
  background-size: contain;
  /* background-position: left top; */
  /* background-size: 100% 100%;
  background-position: left top; */
  aspect-ratio: 160/52;
}
.img_google_store2 {
  width: 160px;
  /* height: 60px; */
  /* border-radius: 9px; */
  /* padding-top: 8px; */
  /* padding-right: 8px; */

  cursor: pointer;
  box-sizing: border-box;
  /* margin-left: 16px; */

  display: inline-flex;
  flex: 1;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_download_button_background.svg")
    padding-box no-repeat;
  background-size: contain;
  /* background-position: left top; */
  /* background-size: 100% 100%;
  background-position: left top; */

  /* border-image-source: url("../../../assets/image/page/main/img_download_button_background.svg");
  border-image-slice: 10 fill; 
  border-image-repeat: stretch;  */
  aspect-ratio: 160/52;
}
.logo_content2 {
  width: 100%;
  height: 49px;
  padding: 8px;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.mobile_badge {
  display: none;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.slide-in-right {
  animation: slideInRight 0.5s forwards;
}
.slide-in-left {
  animation: slideInLeft 0.5s forwards;
}
.slide-out-right {
  animation: slideOutRight 0.5s forwards;
}
.slide-out-left {
  animation: slideOutLeft 0.5s forwards;
}

.main_banner_text_wrap {
  flex: 1;
  min-width: 0;
}
.img_main_banner {
  flex: 1;

  display: block;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 800 / 455; /* PNG 이미지 비율 고정 */
  background: url("../../../assets/image/page/main/img_main_banner.png")
    no-repeat center center;
  background-size: contain; /* PNG의 원본 비율 유지 */
  border-radius: 4px;
}

.detail {
  display: flex;
  flex-direction: column;
}
.detail_image {
  display: flex;
  justify-content: center;
}
.detail_image > span {
  border-radius: 12px;
}
.detail_text {
  gap: 8px;
  display: flex;
  flex-direction: column;
  margin: 0px 16% 13%;
}
.detail_text > h3 {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}
.detail_text > h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}
.detail_text > h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.footer_moai_text {
  margin-bottom: 16px;
  font-weight: 800;
  color: #4191fa;
}

.img_slide_1 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_slide_1.svg")
    padding-box no-repeat;
  background-size: cover;
  aspect-ratio: 1193/671;
  background-position: 50% 50%;
}
.img_slide_2 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_slide_2.svg")
    padding-box no-repeat;
  background-size: cover;
  aspect-ratio: 1193/671;
  background-position: 50% 50%;
}
.img_slide_3 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_slide_3.svg")
    padding-box no-repeat;
  background-size: cover;
  aspect-ratio: 1193/671;
  background-position: 50% 50%;
}
.img_slide_4 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_slide_4.svg")
    padding-box no-repeat;
  background-size: cover;
  aspect-ratio: 1193/671;
  background-position: 50% 50%;
}
.img_slide_5 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent url("../../../assets/image/page/main/img_slide_5.svg")
    padding-box no-repeat;
  background-size: cover;
  aspect-ratio: 1193/671;
  background-position: 50% 50%;
}

.detail_feature_1 {
  display: inline-flex;
  width: 85%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_detail_feature_1.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 834/464;
}
.detail_feature_2 {
  display: inline-flex;
  width: 85%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_detail_feature_2.png") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 834/464;
}
.detail_feature_3 {
  display: inline-flex;
  width: 85%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_detail_feature_3.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 834/464;
}
.detail_feature_4 {
  display: inline-flex;
  width: 85%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_detail_feature_4.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 834/464;
}
.detail_feature_5 {
  display: inline-flex;
  width: 85%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_detail_feature_5.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 834/464;
}
.detail_feature_6 {
  display: inline-flex;
  width: 85%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_detail_feature_6.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 834/464;
}
.detail_feature_footer_buttons {
  display: flex;
  gap: 12px;
}

.img_Accuracy {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_Accuracy.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 1000/600;
  max-width: 1000px;
}

.img_efficiency {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_efficiency.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 742/505;
  max-width: 1000px;
}

.img_description1 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_description1.png") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 625/517;
  max-width: 1000px;
}
.img_description2 {
  display: inline-flex;
  width: 100%;
  height: auto;

  background: transparent
    url("../../../assets/image/page/main/img_description2.png") padding-box
    no-repeat;
  background-size: cover;

  aspect-ratio: 534/354;
  max-width: 1000px;

  /* -webkit-mask-image: url("../../../assets/image/page/main/img_description2.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-origin: padding-box;
  -webkit-mask-clip: padding-box;
  -webkit-mask-type: alpha; */

  /* mask-image: url("../../../assets/image/page/main/img_description2.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-origin: padding-box;
  mask-clip: padding-box;
  mask-type: alpha; */
}
.img_description6 {
  display: inline-flex;
  width: 100%;
  height: auto;

  background: transparent
    url("../../../assets/image/page/main/img_description6.png") padding-box
    no-repeat;
  background-size: cover;

  aspect-ratio: 534/354;
  max-width: 1000px;

  /* -webkit-mask-image: url("../../../assets/image/page/main/img_description2.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-origin: padding-box;
  -webkit-mask-clip: padding-box;
  -webkit-mask-type: alpha; */

  /* mask-image: url("../../../assets/image/page/main/img_description2.svg");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-origin: padding-box;
  mask-clip: padding-box;
  mask-type: alpha; */
}
.img_description2 svg {
  width: 100%;
  height: 100%;
  display: block;
}
.img_description_rectangle {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_description_rectangle.png")
    padding-box no-repeat;
  background-size: cover;
  aspect-ratio: 786/1;
  max-width: 1000px;

  margin-bottom: 20px;
}
.img_description3 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_description3.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 534/354;
  max-width: 1000px;
}
.img_description4 {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_description4.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 534/214;
  max-width: 1000px;
}
.img_description5 {
  display: inline-flex;
  width: 75%;
  height: auto;
  background: transparent
    url(../../../assets/image/page/main/img_description5.svg) no-repeat center
    center / cover;
  aspect-ratio: 534 / 354;
  max-width: 1000px;
}

.img_card_banner {
  display: inline-flex;
  width: 100%;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_card_banner.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 1920/578;
}

.img_inquire_footer_arrow {
  display: inline-flex;
  width: 20px;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_inquire_footer_arrow.svg")
    padding-box no-repeat;
  background-size: cover;
  aspect-ratio: 20/20;
}
.img_inquire_call {
  display: inline-flex;
  width: 28px;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_inquire_call.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 28/28;
}
.img_inquire_email {
  display: inline-flex;
  width: 28px;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_inquire_email.svg") padding-box
    no-repeat;
  background-size: cover;
  aspect-ratio: 28/28;
}

.bottom_app_download {
  display: none; /* 기본은 숨김 */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1748e8; /* 파란색 */
  z-index: 10000;
}

.bottom_app_download button {
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.main_banner_wrap {
  display: flex;
  justify-content: space-around;
}

.text_moai {
  color: #4191fa;
  /* font-size: calc(1.6rem + 1vw); */
}

.text_moai_gray {
  margin-top: 12px;
  color: #a4a4a4;
  /* font-size: calc(0.6rem + 0.6vw); */
}

.text_app_download {
  color: white !important;
  font-weight: 500;
  line-height: 140%;
}

.main_banner_app {
  display: flex;
  margin-top: 12px;
  flex-direction: row;

  width: 330px;
  height: 70px;

  min-width: 0;
  min-height: 0;

  flex-wrap: wrap;
}

.img_apple_store {
  cursor: pointer;
  width: 160px;
  min-width: 0;
  /* height: 60px; */
  /* border-radius: 9px; */
  padding-top: 8px;
  /* padding-right: 10px; */
  box-sizing: border-box;
  margin-left: -10px;

  display: inline-flex;
  flex: 1;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_download_button_background.svg")
    padding-box no-repeat;
  background-size: contain;
  /* background-position: left top; */
  /* background-size: 100% 100%;
  background-position: left top; */
  aspect-ratio: 160/52;
}
.img_google_store {
  width: 160px;
  min-width: 0;
  /* height: 60px; */
  /* border-radius: 9px; */
  padding-top: 8px;
  /* padding-right: 8px; */

  cursor: pointer;
  box-sizing: border-box;
  /* margin-left: 16px; */
  margin-left: -5px;

  display: inline-flex;
  flex: 1;
  height: auto;
  background: transparent
    url("../../../assets/image/page/main/img_download_button_background.svg")
    padding-box no-repeat;
  background-size: contain;
  /* background-position: left top; */
  /* background-size: 100% 100%;
  background-position: left top; */

  /* border-image-source: url("../../../assets/image/page/main/img_download_button_background.svg");
  border-image-slice: 10 fill; 
  border-image-repeat: stretch;  */
  aspect-ratio: 160/52;
}
.logo_content {
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.logo_box {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}
.logo_content_text {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */

  color: #fff;

  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.logo_content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* @media screen and (max-width: 1503px) { */
@media screen and (max-width: 1439.89px) {
  .main_feature {
    width: 32%;
  }
  .main_feature_box {
    gap: 20px;
  }
  .bubble_content {
    /* align-items: center; */
  }

  .inquire_footer_content_div_content {
    margin-top: 10px;
  }
  .img_inquire_footer_button_div {
    margin-top: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .img_inquire_footer_button_div h6 {
    font-size: 14px;
  }
  .main_description_content_subtitle {
    margin-bottom: 18px;
  }
  .main_description_content_subtitle2 {
    margin-bottom: 18px;
  }
  .main_description_content_subtitle2_important {
    margin-bottom: 18px;
  }
  .main_description_margin {
    margin-right: 8px;
  }
  .main_description_content_first {
    margin-bottom: 8px;
  }
  .main_description_content_sub {
    margin-bottom: 17px;
  }
  #text_step1 {
    margin-bottom: 100px;
  }
  #text_step2 {
    margin-bottom: 80px;
  }
  #text_step3 {
    margin-bottom: 100px;
  }
  #text_step4 {
    margin-bottom: 40px;
  }
  #text_step5 {
    margin-bottom: 100px;
  }
  .main_feature_span {
    font-size: 16px;
    /* height: 70px; */
  }

  .img_inquire_call {
    width: 24px;
  }
  .img_inquire_email {
    width: 24px;
  }
}
/* @media screen and (max-width: 1080px) { */
@media screen and (max-width: 1079.89px) {
  .main_feature_box {
    gap: 10px;
  }
  .detail_view_button {
    margin-top: 25px;
  }
  .detail_view_button > span {
    height: 40px;
  }

  .main_feature {
    aspect-ratio: auto;
  }
  .detail_view_button span {
    /* .detail_view_button h6 { */
    text-decoration: underline;
  }
  .img_wrapper {
    display: none;
  }
  .main_feature {
    /* padding-top: 1%; 혹은 필요한 값 */
  }

  .inquire_footer_content_div_content {
    margin-top: 7px;
  }
  .img_inquire_footer_button_div {
    margin-top: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
  }
  .img_inquire_footer_button_div h6 {
    font-size: 12px;
  }
  .img_inquire_call {
    width: 20px;
  }
  .img_inquire_email {
    width: 20px;
  }

  .main_description_content_subtitle {
    margin-bottom: 15px;
  }
  .main_description_content_subtitle2 {
    margin-bottom: 15px;
  }
  .main_description_content_subtitle2_important {
    margin-bottom: 15px;
  }
  .main_description_margin {
    margin-right: 5px;
  }
  .main_description_content_first {
    margin-bottom: 5px;
  }
  .main_description_content_sub {
    margin-bottom: 12px;
  }
  #text_step1 {
    margin-bottom: 90px;
  }
  #text_step2 {
    margin-bottom: 50px;
  }
  #text_step3 {
    margin-bottom: 90px;
  }
  #text_step4 {
    margin-bottom: 30px;
  }
  #text_step5 {
    margin-bottom: 90px;
  }
  .main_feature_span {
    font-size: 14px;
    /* height: 60px; */
  }
}
@media screen and (max-width: 928.89px) {
  .main_feature_span {
    font-size: 14px;
    /* height: 50px; */
  }
  .main_feature {
    /* width: 80%; */
  }

  .main_banner,
  .bubbles_style {
    padding: 22px 16px !important;
  }
}
@media screen and (max-width: 864.89px) {
  .main_feature_span {
    font-size: 14px;
    /* height: 50px; */
  }
}
@media screen and (max-width: 842.89px) {
  .main_feature_detail {
    display: none !important;
  }

  .main_banner,
  .bubbles_style {
    padding: 22px 16px !important;
  }

  .card_section h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800.89px) {
  /* .detail_view_button {
    margin-top: 0px;
  } */
  .detail_view_button > span {
    /* height: 30px; */
  }
}
@media screen and (max-width: 699.89px) {
  .card_section h3 {
    font-size: 10px;
  }
  .main_feature_blue {
    font-size: 10px;
  }
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 599.89px) {
  #contents .media_pc {
    /* gap: 60px; */
    /* padding-bottom: 60px; */
  }
  .media_pc2 {
    /* gap: 60px; */
    /* padding-bottom: 60px; */
  }
  .main_graph {
    gap: 24px;
  }
  .bubbles_style {
    border-width: 2px;
    border-radius: 12px;
  }
  .main_feature {
    width: 100%;
    aspect-ratio: unset;
    box-sizing: content-box;
  }
  .main_feature h3 {
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 12px;
    font-size: 33px !important;
  }

  .card_section {
    text-align: center !important;
    text-align: center !important;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .card_section h3 {
    /* flex: 0 1 auto; 
    min-height: auto; 
    overflow: visible;  */
  }
  .card_section h3 {
    font-size: 33px !important;
  }
  .main_feature_blue {
    font-size: 18px !important;
  }
  .img_wrapper {
    display: flex;
  }
  .main_feature_detail {
    display: -webkit-box !important;
    font-size: 16px;
  }
  .main_feature_span {
    /* font-size: 14px; */

    /* 기본 flex shrink/grow 값 */
    /* flex: 0 1 auto;  */
    /* 기본값 */
    /* min-height: auto; */
    /* 기본값 */
    /* overflow: visible;  */
  }
  .detail_view_button > span {
    /* height: 30px; */
  }

  .main_banner_text_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .badge {
    display: none;
  }

  .mobile_badge {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }
  .footer_widget_title {
    margin-bottom: 16px;
    /* font-size: 28px !important; */
  }
  .detail_text .modal_h1 {
    font-size: 20px;
  }
  .modal .modal_main {
    min-height: 1024px;
    justify-content: space-between;
  }

  .img_inquire_footer_button_div {
    margin-top: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
  }
  .img_inquire_call {
    width: 16px;
  }
  .img_inquire_email {
    width: 16px;
  }

  .main_description_content_subtitle {
    margin-bottom: 10px;
  }
  .main_description_content_subtitle2 {
    margin-bottom: 10px;
  }
  .main_description_content_subtitle2_important {
    margin-bottom: 10px;
  }
  .main_description_margin {
    margin-right: 3px;
  }
  .main_description_content_first {
    margin-bottom: 3px;
  }
  .main_description_content_sub {
    margin-bottom: 7px;
  }
  #text_step1 {
    margin-bottom: 50px;
  }
  #text_step2 {
    margin-bottom: 30px;
  }
  #text_step3 {
    margin-bottom: 50px;
  }
  #text_step4 {
    margin-bottom: 20px;
  }
  #text_step5 {
    margin-bottom: 50px;
  }

  .img_banner_description_sub {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .bottom_app_download {
    /* display: block; */
  }
}

@media screen and (max-width: 1439.89px) {
  .main_banner_text_wrap {
    /* width: 550px; */
  }
}
@media screen and (max-width: 1079.89px) {
  .main_banner_text_wrap {
    /* width: 400px; */
  }
}
@media screen and (max-width: 979.89px) {
  .main_banner_text_wrap {
    /* width: 350px; */
  }
}
@media screen and (max-width: 879.89px) {
  .main_banner_text_wrap {
    /* width: 300px; */
  }
}
@media screen and (max-width: 779.89px) {
  .main_banner_text_wrap {
    /* width: 250px; */
  }
}
@media screen and (max-width: 679.89px) {
  .main_banner_text_wrap {
    /* width: 150px; */
  }
}
/* @media screen and (max-width: 579px) { */
@media screen and (max-width: 599.89px) {
  .main_banner_text_wrap {
    width: auto;
  }
  .main_banner_text {
    text-align: center;
  }
  .main_feature {
    width: 100%;
    aspect-ratio: unset;
    box-sizing: content-box;
  }
  .cert_popup_container img {
    max-width: 63% !important;
  }
}
/* @media screen and (max-width: 480px) { */
@media screen and (max-width: 599.89px) {
  #contents {
    --parent-padding: 8px;
  }
  #contents .media_pc {
    gap: 48px;
    /* padding-bottom: 48px; */
  }
  .media_pc2 {
    gap: 48px;
    /* padding-bottom: 48px; */
  }
  .main_graph {
    gap: 16px;
  }
  .bubbles_style {
    border-width: 1px;
    border-radius: 8px;
  }
  .footer {
    padding: 14px 16px 18px !important;
  }
  .footer_widget {
    padding: 24px 20px;
  }
  .detail_image > span {
    width: 100%;
  }
  .detail_text .modal_h1 {
    font-size: 24px;
  }
  .detail_text .modal_h2 {
    font-size: 14px;
  }
  .modal_h2_blue {
    font-size: 14px;
  }

  .cert_popup_container img {
    max-width: 63% !important;
  }
}

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 599.89px) {
  .main_banner_wrap {
    align-items: center;
  }

  .text_moai {
    text-align: center;
    margin-bottom: 36px;
  }

  .main_banner_app {
    justify-content: center;
  }

  .text_moai {
    margin-bottom: 36px;
  }
}

.cert_popup_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
}

.cert_popup_container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cert_popup_container img {
  max-width: 30%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.cert_popup_close {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 28px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

html,
body {
  height: 100%;
}
body {
  min-height: 100dvh;
}

.moai_background,
.moai_background_gradation {
  display: none !important;
}

/* 고정 풀스크린 SVG 배경 */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0; /* 본문 아래로 */
  pointer-events: none;

  /*background는 여러 개를 **쉼표( , )**로 나열할 수 있는데, 앞에 쓴 게 위에 올라가고, 뒤에 쓴 게 아래에 깔립니다.*/
  /* 필요시 보정용 그라디언트 밑색 (SVG 로딩 전 FOUC 방지) */
  /* background-color: #0a1733; */

  background: url("/assets/image/page/main/img_background.svg") center/cover
    no-repeat;

  /* 스크롤해도 고정 */ /* 어중간 왼쪽 앵커 — 25% 지점 */
  background-position: 25% center;

  /* 첫번째 gradient, 두번째 이미지 */
  /* background-size: cover, cover; 
  background-repeat: no-repeat, no-repeat;
  background-position: center, 25% center; */

  background-attachment: fixed;
  will-change: transform; /* 스크롤 성능 힌트 */
}

.icon_star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  background: #4141e0;
  width: 150px;
  height: 42px;
  margin-bottom: 24px;
}

.star_text {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
}
