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

.MO .div {
  background-color: var(--white);
  overflow: hidden;
  width: 100vw; /* 뷰포트 전체 너비 */
  position: relative;
  margin-top: 10%;
  padding-top: 2vh;
}

.MO .tag-default {
  display: none; /* 숨김 처리 */
}

.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: relative;
  width: 100%;
  height: 197px;
}

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

.MO .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 296px;
  align-items: flex-start;
  position: relative;
  top: 54px;
}

.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: 375px;
  height: 44px;
  background-color: #ffffff;
}

.MO .path-wrapper {
  position: absolute;
  width: 22px;
  height: 11px;
  top: 16px;
  left: 334px;
  background-image: url(https://c.animaapp.com/mbdyf9k1c2yjpF/img/path-1.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;
  left: 357px;
}

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

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

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

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

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

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

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

.MO .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 .logo-eng {
  position: relative;
  width: 78px;
  height: 32px;
}

.MO .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.MO .mask-group {
  position: relative;
  width: 100%;
  height: 196px;
}

.MO .group-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: relative;
  margin-top: 20px;
}

.MO .group-2 {
  position: relative;
  width: 100%;
  height: auto;
}

.MO .footer-wrapper {
  position: relative;
  width: 375px;
  height: auto;
  margin-top: 20px;
}

.MO .footer {
  display: flex;
  flex-direction: column;
  width: 375px;
  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 .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-2 {
  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: #7e7e7e;
  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: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #909090;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

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



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

.MO .CGV-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 12px;
  position: relative;
  margin: 20px;
  margin-top: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
  top:54px;
}

.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;
  align-items: flex-start;
  gap: 8px;
  padding: 26px 0px;
  position: relative;
  margin: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ebebeb;
  /* 텍스트 오버플로우 방지 */
  max-width: calc(100% - 40px);
  overflow: hidden;
  top:54px;
}

.MO .p {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--blackblack);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  /* 텍스트 줄바꿈 처리 */
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
}

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

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

.MO .text-wrapper-2 {
  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);
  white-space: nowrap;
  font-style: var(--regular-caption-m-400-font-style);
}

.MO .text-wrapper-3 {
  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-600d);
  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 .text-wrapper-4 {
  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-600);
  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 .frame-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--graygray-150);
  border-radius: 6px;
  border: 1px solid;
  border-color: #e1e1e1;
}

.MO .text-wrapper-5 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: var(--graygray-700d);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.MO .frame-11 {
  display: inline-flex;
  height: 32px;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--whitewhite);
  border-radius: 6px;
  border: 1px solid;
  border-color: #e1e1e1;
}

.MO .floppy-disk {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
}

.MO .text-wrapper-6 {
  position: relative;
  width: fit-content;
  margin-top: -2.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: var(--blueblue-500d);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
}

.MO .image {
  position: relative;
  width: 100%;
  height: 495px;
  margin: 20px;
  object-fit: cover;
}

.MO .text-wrapper-7 {
  position: relative;
  width: 100%;
  margin: 20px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--blackblack);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  /* 텍스트 줄바꿈 처리 */
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: calc(100% - 40px);
  top:54px;
}

.MO .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px;
  position: relative;
  margin: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #e1e1e1;
  top:54px;
}

.MO .frame-12 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--whitewhite);
  border-radius: 6px;
  border: 1px solid;
  border-color: #e1e1e1;
}

.MO .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: var(--blueblue-500d);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}
