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

.MO .div {
  background-color: var(--white);
  overflow-x: hidden; /* 가로 스크롤만 방지, 세로 스크롤 허용 */
  width: 100vw; /* 뷰포트 전체 너비 */
  position: relative;
}

.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: 40%;
  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;
  z-index: 2;
}

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

.MO .div-2 {
  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/mbdybwm5Aoz9QB/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;
  left: 357px;
}

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

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

.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: 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: "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 .frame-7 {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  margin: 20px;
  margin-top: 30px;
}

.MO .CGV-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  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-8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MO .pulldown {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}

.MO .input-wrapper {
  position: relative; /* 드롭다운 포지셔닝을 위해 추가 */
  width: 100%;
  height: 32px;
  top: 0;
  left: 0;
}

.MO .input {
  display: inline-flex;
  gap: 16px;
  height: 34px;
  align-items: center;
  padding: 10px 12px;
  position: relative;
  background-color: var(--whitewhite);
  border-radius: 6px;
  border: 1px solid;
  border-color: #e1e1e1;
}

.MO .placeholder {
  color: #000000;
  position: relative;
  width: fit-content;
  margin-top: -4.00px;
  margin-bottom: -2.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.MO .core-icon-arrow {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
}

.MO .input-2 {
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  height: 34px;
  align-items: center;
  padding: 10px 12px;
  position: relative;
  background-color: var(--whitewhite);
  border-radius: 6px;
  border: 1px solid;
  border-color: #e1e1e1;
}

.MO .placeholder-2 {
  color: #bdbdbd;
  position: relative;
  width: fit-content;
  margin-top: -4.00px;
  margin-bottom: -2.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.MO .core-icon-search {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -3.00px;
  margin-bottom: -3.00px;
}

.MO .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
  /* 클릭 효과 추가 */
  transition: background-color 0.2s ease;
}

.MO .frame-9:hover {
  background-color: #f8f9fa;
}

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

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

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

.MO .text-wrapper-2 {
  color: var(--graygray-700);
  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);
  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 {
  color: var(--graygray-600d);
  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);
  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 {
  color: var(--graygray-600);
  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);
  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-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
  /* 클릭 효과 추가 */
  transition: background-color 0.2s ease;
}

.MO .frame-12:hover {
  background-color: #f8f9fa;
}

.MO .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--blackblack);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  /* 텍스트 줄바꿈 처리 개선 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.MO .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.MO .number-wrapper {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: var(--primarylightprimary);
  border-radius: 8px;
}

.MO .number {
  align-self: stretch;
  margin-top: -10.00px;
  margin-bottom: -8.00px;
  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: relative;
  letter-spacing: var(--bold-body-s-800-letter-spacing);
  font-style: var(--bold-body-s-800-font-style);
}

.MO .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  border-radius: 8px;
  background-color: var(--whitewhite-00);
}

.MO .number-2 {
  align-self: stretch;
  margin-top: -10.00px;
  margin-bottom: -8.00px;
  font-family: var(--bold-body-s-800-font-family);
  font-weight: var(--bold-body-s-800-font-weight);
  color: var(--blueblue-500d);
  font-size: var(--bold-body-s-800-font-size);
  text-align: center;
  line-height: var(--bold-body-s-800-line-height);
  position: relative;
  letter-spacing: var(--bold-body-s-800-letter-spacing);
  font-style: var(--bold-body-s-800-font-style);
}
