.MO {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100vw; /* 뷰포트 전체 너비 */
  min-height: 100vh; /* 최소 전체 화면 높이 */
  overflow-x: hidden; /* 가로 스크롤 방지 */
}

.MO .div {
  background-color: var(--white);
  overflow: hidden;
  width: 100vw; /* 뷰포트 전체 너비 */
  min-height: 100vh; /* 최소 전체 화면 높이 */
  position: relative;
}

.MO-IDEAS {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.MO-IDEAS .div {
  background-color: var(--white);
  overflow: hidden;
  width: 100%;
  min-height: 2791px;
  position: relative;
}

.MO-IDEAS .tag-default {
  position: absolute;
  width: 34px;
  height: 32px;
  top: 1833px;
  left: 433px;
}

.MO-IDEAS .group {
  height: 32px;
  overflow: hidden;
}

.MO-IDEAS .overlap-group {
  position: relative;
  width: 36px;
  height: 34px;
  top: -1px;
  left: -1px;
  background-color: #1e90ff;
  border-radius: 4px;
}

.MO-IDEAS .tag {
  position: absolute;
  top: 7px;
  left: 10px;
  font-family: "SpoqaHanSans-Bold", Helvetica;
  font-weight: 700;
  color: var(--white);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.MO-IDEAS .overlap {
  position: absolute;
  width: 100%;
  height: 196px;
  top: 0;
  left: 0;
}

.MO-IDEAS .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 196px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.MO-IDEAS .header-m {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MO-IDEAS .path-wrapper {
  position: absolute;
  width: 22px;
  height: 11px;
  top: 16px;
  left: 334px;
  background-image: url(https://c.animaapp.com/mbdpmfglSWm7Op/img/path-2.svg);
  background-size: 100% 100%;
}

.MO-IDEAS .path {
  position: absolute;
  width: 18px;
  height: 7px;
  top: 2px;
  left: 2px;
}

.MO-IDEAS .img {
  position: absolute;
  width: 1px;
  height: 4px;
  top: 20px;
  left: 357px;
}

.MO-IDEAS .shape {
  position: absolute;
  width: 15px;
  height: 10px;
  top: 17px;
  left: 314px;
}

.MO-IDEAS .shape-2 {
  position: absolute;
  width: 17px;
  height: 10px;
  top: 17px;
  left: 292px;
}

.MO-IDEAS .combined-shape {
  position: absolute;
  width: 8px;
  height: 11px;
  top: 16px;
  left: 24px;
}

.MO-IDEAS .path-2 {
  position: absolute;
  width: 2px;
  height: 2px;
  top: 23px;
  left: 34px;
}

.MO-IDEAS .path-3 {
  position: absolute;
  width: 2px;
  height: 2px;
  top: 18px;
  left: 34px;
}

.MO-IDEAS .combined-shape-2 {
  position: absolute;
  width: 8px;
  height: 10px;
  top: 17px;
  left: 39px;
}

.MO-IDEAS .path-4 {
  position: absolute;
  width: 5px;
  height: 10px;
  top: 17px;
  left: 48px;
}

.MO-IDEAS .frame-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
}

.MO-IDEAS .logo-eng {
  position: relative;
  width: 78px;
  height: 32px;
}

.MO-IDEAS .icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.MO-IDEAS .group-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 196px;
  background-color: #000000;
  background-image: url(https://c.animaapp.com/mbdpmfglSWm7Op/img/mask-group.png);
  background-size: 100% 100%;
  top:50px;
}

.MO-IDEAS .text-wrapper {
  position: absolute;
  width: 100%;
  top: 130px;
  color: var(--white);
  font-size: 28px;
  line-height: 39px;
  white-space: nowrap;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.MO-IDEAS .group-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: absolute;
  top: 2401px;
  left: 1px;
}

.MO-IDEAS .group-3 {
  position: relative;
  width: 375px;
  height: 456px;
}

.MO-IDEAS .footer-wrapper {
  position: absolute;
  width: 375px;
  height: 394px;
  top: 62px;
  left: 0;
}

.MO-IDEAS .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  padding: 48px 20px;
  position: relative;
  background-color: #efefef;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #e1e1e1;
}

.MO-IDEAS .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MO-IDEAS .mask-group {
  position: relative;
  width: 138px;
  height: 46px;
}

.MO-IDEAS .frame-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.MO-IDEAS .frame-5 {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.MO-IDEAS .content {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--semibold-body-s-600-font-family);
  font-weight: var(--semibold-body-s-600-font-weight);
  color: var(--graygray-700d);
  font-size: var(--semibold-body-s-600-font-size);
  letter-spacing: var(--semibold-body-s-600-letter-spacing);
  line-height: var(--semibold-body-s-600-line-height);
  white-space: nowrap;
  font-style: var(--semibold-body-s-600-font-style);
}

.MO-IDEAS .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MO-IDEAS .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MO-IDEAS .element {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--graygray-700);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

.MO-IDEAS .COPYRIGHT-HYUND {
  position: relative;
  width: fit-content;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--graygray-700);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}


.MO-IDEAS .icon-left {
  position: relative;
  width: 30px;
  height: 30px;
}

.MO-IDEAS .CGV-wrapper {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 12px;
  position: absolute;
  top: 284px;
  left: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
}

.MO-IDEAS .CGV {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--bold-title-XS-800-font-family);
  font-weight: var(--bold-title-XS-800-font-weight);
  color: var(--black);
  font-size: var(--bold-title-XS-800-font-size);
  letter-spacing: var(--bold-title-XS-800-letter-spacing);
  line-height: var(--bold-title-XS-800-line-height);
  font-style: var(--bold-title-XS-800-font-style);
}

.MO-IDEAS .overlap-wrapper {
  position: absolute;
  width: calc(100% - 40px);
  height: 421px;
  top: 352px;
  left: 20px;
}

.MO-IDEAS .overlap-2 {
  position: relative;
  width: 100%;
  height: 421px;
  background-color: #232d39;
  background-image: url(https://c.animaapp.com/mbdpmfglSWm7Op/img/mask-group-2.png);
  background-size: 100% 100%;
}

.MO-IDEAS .text-wrapper-2 {
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 4px 4px #00000066;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(129, 164, 230, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "KIMM_Bold-B", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 22px;
  line-height: 33px;
  white-space: nowrap;
  position: absolute;
  letter-spacing: 0;
}

.MO-IDEAS .text-wrapper-3 {
  position: absolute;
  top: 79px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 4px 4px #00000066;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(129, 164, 230, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: "KIMM_Bold-B", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 45px;
  white-space: nowrap;
}

.MO-IDEAS .p {
  top: 134px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--bold-body-s-800-font-family);
  font-weight: var(--bold-body-s-800-font-weight);
  color: var(--whitewhite);
  font-size: var(--bold-body-s-800-font-size);
  text-align: center;
  line-height: var(--bold-body-s-800-line-height);
  position: absolute;
  letter-spacing: var(--bold-body-s-800-letter-spacing);
  font-style: var(--bold-body-s-800-font-style);
}

.MO-IDEAS .overlap-group-wrapper {
  position: absolute;
  width: calc(100% - 34px);
  height: 158px;
  top: 214px;
  left: 17px;
}

.MO-IDEAS .overlap-3 {
  position: relative;
  width: 100%;
  height: 158px;
}

.MO-IDEAS .div-wrapper {
  position: absolute;
  width: 97px;
  height: 92px;
  top: 0;
  left: 0;
}

.MO-IDEAS .overlap-group-2 {
  position: relative;
  width: 123px;
  height: 111px;
  top: -10px;
  left: -14px;
  background-image: url(https://c.animaapp.com/mbdpmfglSWm7Op/img/polygon-2-1.svg);
  background-size: 100% 100%;
}

.MO-IDEAS .polygon {
  position: absolute;
  width: 91px;
  height: 82px;
  top: 15px;
  left: 16px;
}

.MO-IDEAS .r-d {
  position: absolute;
  width: 54px;
  top: 45px;
  left: 34px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--whitewhite);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.MO-IDEAS .group-4 {
  position: absolute;
  width: 97px;
  height: 92px;
  top: 66px;
  left: 68px;
}

.MO-IDEAS .overlap-4 {
  position: relative;
  width: 123px;
  height: 111px;
  top: -10px;
  left: -14px;
  background-image: url(https://c.animaapp.com/mbdpmfglSWm7Op/img/polygon-2-3.svg);
  background-size: 100% 100%;
}

.MO-IDEAS .r-d-2 {
  width: 53px;
  top: 45px;
  left: 36px;
  position: absolute;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--whitewhite);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.MO-IDEAS .group-5 {
  position: absolute;
  width: 97px;
  height: 92px;
  top: 0;
  left: 137px;
}

.MO-IDEAS .overlap-5 {
  position: relative;
  width: 123px;
  height: 111px;
  top: -10px;
  left: -14px;
  background-image: url(https://c.animaapp.com/mbdpmfglSWm7Op/img/polygon-2.svg);
  background-size: 100% 100%;
}

.MO-IDEAS .r-d-3 {
  width: 56px;
  top: 46px;
  left: 33px;
  position: absolute;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--whitewhite);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.MO-IDEAS .group-6 {
  position: absolute;
  width: 97px;
  height: 92px;
  top: 66px;
  left: 205px;
}

.MO-IDEAS .overlap-6 {
  position: relative;
  width: 123px;
  height: 111px;
  top: -10px;
  left: -14px;
  background-image: url(https://c.animaapp.com/mbdpmfglSWm7Op/img/polygon-2-2.svg);
  background-size: 100% 100%;
}

.MO-IDEAS .r-d-4 {
  width: 54px;
  top: 46px;
  left: 35px;
  position: absolute;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--whitewhite);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.MO-IDEAS .frame-7 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  align-items: center;
  gap: 32px;
  position: absolute;
  top: 805px;
  left: 20px;
}

.MO-IDEAS .frame-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.MO-IDEAS .frame-9 {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  border-radius: 999px;
  border: 1px solid;
  border-color: #d0d5dd;
}

.MO-IDEAS .text-wrapper-4 {
  position: relative;
  width: fit-content;
  color: var(--primarylightprimary);
  font-size: 16px;
  line-height: 24px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.MO-IDEAS .path-5 {
  position: relative;
  width: 1px;
  height: 30px;
}

.MO-IDEAS .frame-10 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--blueblue-300);
}

.MO-IDEAS .frame-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #d0d5dd;
}

.MO-IDEAS .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-body-m-800-font-family);
  font-weight: var(--bold-body-m-800-font-weight);
  color: var(--primarylightprimary);
  font-size: var(--bold-body-m-800-font-size);
  letter-spacing: var(--bold-body-m-800-letter-spacing);
  line-height: var(--bold-body-m-800-line-height);
  font-style: var(--bold-body-m-800-font-style);
}

.MO-IDEAS .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-caption-m-400-font-family);
  font-weight: var(--regular-caption-m-400-font-weight);
  color: var(--blackblack);
  font-size: var(--regular-caption-m-400-font-size);
  letter-spacing: var(--regular-caption-m-400-letter-spacing);
  line-height: var(--regular-caption-m-400-line-height);
  font-style: var(--regular-caption-m-400-font-style);
}

.MO-IDEAS .text-wrapper-7 {
  position: relative;
  width: fit-content;
  color: #28adb4;
  font-size: 16px;
  line-height: 24px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.MO-IDEAS .text-wrapper-8 {
  color: #28adb4;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-body-m-800-font-family);
  font-weight: var(--bold-body-m-800-font-weight);
  font-size: var(--bold-body-m-800-font-size);
  letter-spacing: var(--bold-body-m-800-letter-spacing);
  line-height: var(--bold-body-m-800-line-height);
  font-style: var(--bold-body-m-800-font-style);
}

.MO-IDEAS .text-wrapper-9 {
  position: relative;
  width: fit-content;
  color: #5590bc;
  font-size: 16px;
  line-height: 24px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.MO-IDEAS .text-wrapper-10 {
  color: #5590bc;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-body-m-800-font-family);
  font-weight: var(--bold-body-m-800-font-weight);
  font-size: var(--bold-body-m-800-font-size);
  letter-spacing: var(--bold-body-m-800-letter-spacing);
  line-height: var(--bold-body-m-800-line-height);
  font-style: var(--bold-body-m-800-font-style);
}

.MO-IDEAS .text-wrapper-11 {
  position: relative;
  width: fit-content;
  color: #8069a7;
  font-size: 16px;
  line-height: 24px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.MO-IDEAS .frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--blueblue-300);
}

.MO-IDEAS .text-wrapper-12 {
  color: #8069a7;
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-body-m-800-font-family);
  font-weight: var(--bold-body-m-800-font-weight);
  font-size: var(--bold-body-m-800-font-size);
  letter-spacing: var(--bold-body-m-800-letter-spacing);
  line-height: var(--bold-body-m-800-line-height);
  font-style: var(--bold-body-m-800-font-style);
}

/* 반응형 미디어 쿼리 */
@media screen and (max-width: 320px) {
  .MO-IDEAS .text-wrapper-2 {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  
  .MO-IDEAS .text-wrapper-3 {
    font-size: 28px !important;
    line-height: 35px !important;
  }
  
  .MO-IDEAS .overlap-wrapper {
    left: 10px !important;
    width: calc(100% - 20px) !important;
  }
  
  .MO-IDEAS .frame-7 {
    left: 10px !important;
    width: calc(100% - 20px) !important;
  }
}

@media screen and (min-width: 375px) and (max-width: 414px) {
  .MO-IDEAS .text-wrapper-2 {
    font-size: 22px !important;
  }
  
  .MO-IDEAS .text-wrapper-3 {
    font-size: 36px !important;
  }
}

@media screen and (min-width: 414px) {
  .MO-IDEAS .text-wrapper-2 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  
  .MO-IDEAS .text-wrapper-3 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  
  .MO-IDEAS .overlap-wrapper {
    left: 5% !important;
    width: 90% !important;
  }
  
  .MO-IDEAS .frame-7 {
    left: 5% !important;
    width: 90% !important;
  }
}
