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

.MO .div {
  background-color: var(--white);
  overflow: visible; /* 스크롤 허용으로 변경 */
  width: 100%; /* 뷰포트 전체 너비 */
  min-height: 100vh; /* 최소 전체 화면 높이 */
  position: relative;
}

.MO .tag-default {
  position: absolute;
  width: 34px;
  height: 32px;
  top: 1833px;
  left: 50%; /* 중앙 정렬 */
  transform: translateX(-50%);
}

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

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

.MO .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 .overlap {
  position: absolute;
  width: 100%;
  height: 196px;
  top: 0;
  left: 0;
}

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

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

.MO .statusbar {
  position: relative;
  width: 100%;
  height: 44px;
  background-color: #ffffff;
}

.MO .path-wrapper {
  position: absolute;
  width: 22px;
  height: 11px;
  top: 16px;
  right: 5.3%; /* 334px/375px ≈ 89.1%, right: 100%-89.1% = 10.9% */
  background-image: url(https://c.animaapp.com/mbdqrnf5SiTWTZ/img/path.svg);
  background-size: 100% 100%;
}

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

.MO .img {
  position: absolute;
  width: 1px;
  height: 4px;
  top: 20px;
  right: 4.8%; /* 357px/375px = 95.2%, right: 100%-95.2% = 4.8% */
}

.MO .shape {
  width: 15px;
  right: 16.3%; /* 314px/375px = 83.7%, right: 100%-83.7% = 16.3% */
  position: absolute;
  height: 10px;
  top: 17px;
}

.MO .shape-2 {
  width: 17px;
  right: 22.1%; /* 292px/375px = 77.9%, right: 100%-77.9% = 22.1% */
  position: absolute;
  height: 10px;
  top: 17px;
}

.MO .combined-shape {
  position: absolute;
  width: 8px;
  height: 11px;
  top: 16px;
  left: 6.4%; /* 24px/375px = 6.4% */
}

.MO .path-2 {
  position: absolute;
  width: 2px;
  height: 2px;
  top: 23px;
  left: 9.1%; /* 34px/375px = 9.1% */
}

.MO .path-3 {
  position: absolute;
  width: 2px;
  height: 2px;
  top: 18px;
  left: 9.1%; /* 34px/375px = 9.1% */
}

.MO .combined-shape-2 {
  position: absolute;
  width: 8px;
  height: 10px;
  top: 17px;
  left: 10.4%; /* 39px/375px = 10.4% */
}

.MO .path-4 {
  position: absolute;
  width: 5px;
  height: 10px;
  top: 17px;
  left: 12.8%; /* 48px/375px = 12.8% */
}

.MO .frame-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 5.3%; /* 20px/375px = 5.3% */
  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 .logo-eng {
  position: relative;
  width: 78px;
  height: 32px;
}

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

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

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

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

.MO .group-3 {
  position: relative;
  width: 100%;
}

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

.MO .footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  gap: 32px;
  padding: 48px 5.3%; /* 20px/375px = 5.3% */
  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 .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 .mask-group {
  position: relative;
  width: 138px;
  height: 46px;
}

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

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

.MO .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 .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 .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 .element {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-caption-m-400-font-family);
  font-weight: var(--regular-caption-m-400-font-weight);
  color: var(--graygray-700);
  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 .COPYRIGHT-HYUND {
  position: relative;
  width: fit-content;
  font-family: var(--regular-caption-m-400-font-family);
  font-weight: var(--regular-caption-m-400-font-weight);
  color: var(--graygray-700);
  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);
  white-space: nowrap;
  font-style: var(--regular-caption-m-400-font-style);
}

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

.MO .CGV-wrapper {
  display: flex;
  width: 89.3%; /* 335px/375px = 89.3% */
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 12px;
  position: absolute;
  top: 228px;
  left: 5.3%; /* 20px/375px = 5.3% */
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
}

.MO .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 .frame-7 {
  display: flex;
  flex-direction: column;
  width: 89.3%; /* 335px/375px = 89.3% */
  align-items: flex-start;
  gap: 42px;
  position: absolute;
  top: 304px;
  left: 5.3%; /* 20px/375px = 5.3% */
}

.MO .frame-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto; /* 고정 높이 제거 */
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.MO .frame-9 {
  display: flex;
  flex-direction: column;
  width: 89px;
  align-items: flex-start;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.MO .rectangle {
  position: relative;
  width: 3px;
  height: 10px;
  margin-top: -3.50px;
  background-color: var(--primarylightprimary);
  transform: rotate(90deg);
}

.MO .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.MO .overlap-group-wrapper {
  position: relative;
  width: 100%;
  height: auto; /* 고정 높이 제거 */
  margin-right: 0;
}

.MO .overlap-group-2 {
  position: relative;
  width: 100%;
  height: auto; /* 고정 높이 제거 */
  min-height: 658px; /* 최소 높이 유지 */
  background-color: #0c1323;
  background-image: url(https://c.animaapp.com/mbdqrnf5SiTWTZ/img/mask-group-2.png);
  background-size: 100% 100%;
}

.MO .overlap-2 {
  position: absolute;
  width: 88.1%; /* 295px/335px = 88.1% */
  height: 315px;
  top: 184px;
  left: 6%; /* 20px/335px = 6% */
}

.MO .rectangle-2 {
  position: absolute;
  width: 67.5%; /* 199px/295px = 67.5% */
  height: 19px;
  top: 253px;
  left: 31.5%; /* 93px/295px = 31.5% */
  background-color: #132442;
  opacity: 0.6;
}

.MO .rectangle-3 {
  position: absolute;
  width: 67.5%; /* 199px/295px = 67.5% */
  height: 19px;
  top: 274px;
  left: 31.5%; /* 93px/295px = 31.5% */
  background-color: #132442;
  opacity: 0.6;
}

.MO .rectangle-4 {
  position: absolute;
  width: 67.5%; /* 199px/295px = 67.5% */
  height: 19px;
  top: 296px;
  left: 22.7%; /* 67px/295px = 22.7% */
  background-color: #132442;
  opacity: 0.6;
}

.MO .p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-family: "Pretendard-Light", Helvetica;
  font-weight: 300;
  color: var(--whitewhite);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.MO .text-wrapper-3 {
  position: absolute;
  top: 46px;
  left: 6%; /* 20px/335px = 6% */
  font-family: var(--bold-title-s-800-font-family);
  font-weight: var(--bold-title-s-800-font-weight);
  color: var(--whitewhite);
  font-size: var(--bold-title-s-800-font-size);
  letter-spacing: var(--bold-title-s-800-letter-spacing);
  line-height: var(--bold-title-s-800-line-height);
  font-style: var(--bold-title-s-800-font-style);
}

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

.MO .frame-11 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.MO .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 65.1%; /* 218px/335px = 65.1% */
  height: 154px;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: var(--blueblue-300);
}

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

.MO .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  font-family: var(--semibold-body-s-600-font-family);
  font-weight: var(--semibold-body-s-600-font-weight);
  color: var(--blackblack);
  font-size: var(--semibold-body-s-600-font-size);
  line-height: var(--semibold-body-s-600-line-height);
  text-align: center;
  letter-spacing: var(--semibold-body-s-600-letter-spacing);
  font-style: var(--semibold-body-s-600-font-style);
}

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

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

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

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

.MO .ellipse {
  position: relative;
  width: 4px;
  height: 4px;
  background-color: var(--primarylightprimary);
  border-radius: 2px;
}

.MO .text-wrapper-5 {
  position: relative;
  width: 60px;
  margin-top: -1.00px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--blackblack);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.MO .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Light", Helvetica;
  font-weight: 300;
  color: var(--blackblack);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}

.MO .frame-17 {
  align-items: center;
  gap: 9px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MO .text-wrapper-7 {
  position: relative;
  width: fit-content; /* 고정 width 제거 */
  margin-top: -1.00px;
  font-family: "Pretendard-Light", Helvetica;
  font-weight: 300;
  color: var(--blackblack);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.MO .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard-Light", Helvetica;
  font-weight: 300;
  color: var(--blackblack);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
