/* ============================================================
 * merged_all.css  —  pc platform
 * Deduplicated + scoped:
 *   Global rules      : 4
 *   Shared (multi-pg) : 384
 *   Page-specific     : 831
 * ============================================================ */


/* ── @import / @charset ── */
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:500");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:var(--normal-semibold-font-weight)");

/* ── @font-face ── */
@font-face {
font-family: "Pretendard Variable-Bold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/640764766bf479e1d3dd80f8/fonts/pretendard-bold.otf")
    format("opentype");
}
@font-face {
font-family: "Pretendard Variable-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/66d08b3bd824b3c6e4739bc0/fonts/pretendardvariable.ttf")
    format("truetype");
}
@font-face {
font-family: "Pretendard Variable-ExtraBold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/63edf64aea18a32c49d2231e/fonts/pretendardvariable.ttf")
    format("truetype");
}
@font-face {
font-family: "Pretendard Variable-SemiBold";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/64fac57db3f905840f5d2394/fonts/pretendardvariable.ttf")
    format("truetype");
}
@font-face {
font-family: "Pretendard Variable-Medium";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/63edf64aea18a32c49d2231e/fonts/pretendardvariable.ttf")
    format("truetype");
}

/* ── Global rules (identical across ALL pages) ── */
* {
-webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
margin: 0px;
  height: 100%;
}
button:focus-visible {
outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
text-decoration: none;
}

/* ── Shared rules (subset of pages) ── */
/* Shared: page-calendar, page-customer2, page-join, page-private, page-report, page-report-v1 */
body.page-calendar .screen .button-text,
body.page-customer2 .screen .button-text,
body.page-join .screen .button-text,
body.page-private .screen .button-text,
body.page-report .screen .button-text,
body.page-report-v1 .screen .button-text {
display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
/* Shared: page-calendar, page-report, page-report-v1 */
body.page-calendar .screen,
body.page-report .screen,
body.page-report-v1 .screen {
display: flex;
  flex-direction: column;
  width: 588px;
  align-items: flex-start;
  gap: 30px;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--grey-colorgrey2);
  box-shadow: var(--);
}
body.page-calendar .screen .frame,
body.page-report .screen .frame,
body.page-report-v1 .screen .frame {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .div2,
body.page-report .screen .div2,
body.page-report-v1 .screen .div2 {
display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-2,
body.page-report .screen .frame-2,
body.page-report-v1 .screen .frame-2 {
display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
body.page-calendar .screen .view,
body.page-report .screen .view,
body.page-report-v1 .screen .view {
display: inline-flex;
  padding: 2px 8px;
  flex: 0 0 auto;
  background: #3981F7;
  border-radius: 4px;
  align-items: center;
  position: relative;
}
body.page-calendar .screen .view_1,
body.page-report .screen .view_1,
body.page-report-v1 .screen .view_1 {
display: inline-flex;
  padding: 2px 8px;
  flex: 0 0 auto;
border-radius: 4px;
background:#ECF2FF;
  border-radius: 4px;
  align-items: center;
  position: relative;
}
body.page-calendar .screen .text-wrapper,
body.page-report .screen .text-wrapper,
body.page-report-v1 .screen .text-wrapper {
position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--light-themegraypure-white);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-calendar .screen .text-wrapper-2,
body.page-report .screen .text-wrapper-2,
body.page-report-v1 .screen .text-wrapper-2 {
width: fit-content;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--light-themeprimaryprimary);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
}
body.page-calendar .screen .x,
body.page-report .screen .x,
body.page-report-v1 .screen .x {
position: relative;
  width: 20px;
  height: 20px;
}
body.page-calendar .screen .frame-3,
body.page-report .screen .frame-3,
body.page-report-v1 .screen .frame-3 {
display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 20px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--grey-colorgrey2);
}
body.page-calendar .screen .frame-4,
body.page-report .screen .frame-4,
body.page-report-v1 .screen .frame-4 {
display: flex;
  width: 446px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-calendar .screen .text-wrapper-3,
body.page-report .screen .text-wrapper-3,
body.page-report-v1 .screen .text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--head-h4-font-family);
  font-weight: var(--head-h4-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--head-h4-font-size);
  letter-spacing: var(--head-h4-letter-spacing);
  line-height: var(--head-h4-line-height);
  white-space: nowrap;
  font-style: var(--head-h4-font-style);
}
body.page-calendar .screen .frame-5,
body.page-report .screen .frame-5,
body.page-report-v1 .screen .frame-5 {
display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-wrapper,
body.page-report .screen .frame-wrapper,
body.page-report-v1 .screen .frame-wrapper {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: var(--grey-colorgrey2);
}
body.page-calendar .screen .element-wrapper,
body.page-report .screen .element-wrapper,
body.page-report-v1 .screen .element-wrapper {
display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .element,
body.page-report .screen .element,
body.page-report-v1 .screen .element {
position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--button-button3-font-family);
  font-weight: var(--button-button3-font-weight);
  color: var(--greyscale-grey-800);
  font-size: var(--button-button3-font-size);
  text-align: center;
  letter-spacing: var(--button-button3-letter-spacing);
  line-height: var(--button-button3-line-height);
  white-space: nowrap;
  font-style: var(--button-button3-font-style);
}
body.page-calendar .screen .frame-6,
body.page-report .screen .frame-6,
body.page-report-v1 .screen .frame-6 {
display: flex;
  flex-direction: column;
  width: 494px;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-7,
body.page-report .screen .frame-7,
body.page-report-v1 .screen .frame-7 {
display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .date-default,
body.page-report .screen .date-default,
body.page-report-v1 .screen .date-default {
position: relative;
  width: 73px;
  height: 38px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  border: 1px solid;
  border-color: transparent;
}
body.page-calendar .screen .mo,
body.page-report .screen .mo,
body.page-report-v1 .screen .mo {
position: absolute;
  height: 21px;
  top: 6px;
  left: 28px;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--black-2);
  font-size: var(--subtitle-sub4-font-size);
  text-align: center;
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  line-height: var(--subtitle-sub4-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-calendar .screen .mo-wrapper,
body.page-report .screen .mo-wrapper,
body.page-report-v1 .screen .mo-wrapper {
width: 72px;
  position: relative;
  height: 38px;
  margin-top: -1px;
  margin-bottom: -1px;
  border: 1px solid;
  border-color: transparent;
}
body.page-calendar .screen .div-wrapper,
body.page-report .screen .div-wrapper,
body.page-report-v1 .screen .div-wrapper {
width: 73px;
  position: relative;
  height: 38px;
  margin-top: -1px;
  margin-bottom: -1px;
  border: 1px solid;
  border-color: transparent;
}
body.page-calendar .screen .date-default-2,
body.page-report .screen .date-default-2,
body.page-report-v1 .screen .date-default-2 {
width: 73px;
  margin-right: -1px;
  position: relative;
  height: 38px;
  margin-top: -1px;
  margin-bottom: -1px;
  border: 1px solid;
  border-color: transparent;
}
body.page-calendar .screen .mo-2,
body.page-report .screen .mo-2,
body.page-report-v1 .screen .mo-2 {
height: 21px;
  left: 31px;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub4-font-size);
  line-height: var(--subtitle-sub4-line-height);
  position: absolute;
  top: 6px;
  text-align: center;
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  white-space: nowrap;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-calendar .screen .mo-3,
body.page-report .screen .mo-3,
body.page-report-v1 .screen .mo-3 {
height: 21px;
  left: 30px;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub4-font-size);
  line-height: var(--subtitle-sub4-line-height);
  position: absolute;
  top: 6px;
  text-align: center;
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  white-space: nowrap;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-calendar .screen .date-default-3,
body.page-report .screen .date-default-3,
body.page-report-v1 .screen .date-default-3 {
width: 73px;
  background-color: var(--main-colorprimary);
  border-radius: 12px;
  position: relative;
  height: 38px;
  margin-top: -1px;
  margin-bottom: -1px;
  border: 1px solid;
  border-color: transparent;
}
body.page-calendar .screen .mo-4,
body.page-report .screen .mo-4,
body.page-report-v1 .screen .mo-4 {
height: 22px;
  left: 26px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--background-colorblue1);
  font-size: 14px;
  line-height: 22.4px;
  position: absolute;
  top: 6px;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-calendar .screen .mo-5,
body.page-report .screen .mo-5,
body.page-report-v1 .screen .mo-5 {
height: 21px;
  left: 28px;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub4-font-size);
  line-height: var(--subtitle-sub4-line-height);
  position: absolute;
  top: 6px;
  text-align: center;
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  white-space: nowrap;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-calendar .screen .mo-6,
body.page-report .screen .mo-6,
body.page-report-v1 .screen .mo-6 {
height: 21px;
  left: 27px;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub4-font-size);
  line-height: var(--subtitle-sub4-line-height);
  position: absolute;
  top: 6px;
  text-align: center;
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  white-space: nowrap;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-calendar .screen .mo-7,
body.page-report .screen .mo-7,
body.page-report-v1 .screen .mo-7 {
height: 21px;
  left: 26px;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub4-font-size);
  line-height: var(--subtitle-sub4-line-height);
  position: absolute;
  top: 6px;
  text-align: center;
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  white-space: nowrap;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-calendar .screen .frame-8,
body.page-report .screen .frame-8,
body.page-report-v1 .screen .frame-8 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-9,
body.page-report .screen .frame-9,
body.page-report-v1 .screen .frame-9 {
display: flex;
  align-items: center;
  gap: 401px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .text-wrapper-4,
body.page-report .screen .text-wrapper-4,
body.page-report-v1 .screen .text-wrapper-4 {
position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-calendar .screen .text-wrapper-5,
body.page-report .screen .text-wrapper-5,
body.page-report-v1 .screen .text-wrapper-5 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscalegrey-500);
  font-size: 14px;
  text-align: right;
  letter-spacing: 0;
  line-height: 21px;
  white-space: nowrap;
}
body.page-calendar .screen .frame-10,
body.page-report .screen .frame-10,
body.page-report-v1 .screen .frame-10 {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .view-2,
body.page-report .screen .view-2,
body.page-report-v1 .screen .view-2 {
display: flex;
  width: 119px;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  position: relative;
  background-color: var(--variable-collection);
  border-radius: 4px;
}
body.page-calendar .screen .text-wrapper-6,
body.page-report .screen .text-wrapper-6,
body.page-report-v1 .screen .text-wrapper-6 {
position: relative;
  width: 91px;
  margin-top: -1px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--light-themeprimaryprimary);
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.14px;
  line-height: 19.6px;
}
body.page-calendar .screen .view-3,
body.page-report .screen .view-3,
body.page-report-v1 .screen .view-3 {
display: flex;
  width: 120px;
  justify-content: center;
  padding: 2px 8px;
  background-color: var(--grey-colorgrey1);
  border-radius: 4px;
  align-items: center;
  position: relative;
}
body.page-calendar .screen .text-wrapper-7,
body.page-report .screen .text-wrapper-7,
body.page-report-v1 .screen .text-wrapper-7 {
width: 91px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--grey-colorgrey6);
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  position: relative;
  margin-top: -1px;
}
body.page-calendar .screen .view-4,
body.page-report .screen .view-4,
body.page-report-v1 .screen .view-4 {
display: flex;
  width: 119px;
  justify-content: center;
  padding: 2px 8px;
  background-color: var(--grey-colorgrey1);
  border-radius: 4px;
  align-items: center;
  position: relative;
}
body.page-calendar .screen .frame-11,
body.page-report .screen .frame-11,
body.page-report-v1 .screen .frame-11 {
display: flex;
  align-items: center;
  gap: 37px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .group,
body.page-report .screen .group,
body.page-report-v1 .screen .group {
width: 75px;
  position: relative;
  height: 54px;
}
body.page-calendar .screen .text-wrapper-8,
body.page-report .screen .text-wrapper-8,
body.page-report-v1 .screen .text-wrapper-8 {
position: absolute;
  top: 0;
  left: 0;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  color: var(--greyscale-grey-600);
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-2-font-style);
}
body.page-calendar .screen .text-wrapper-9,
body.page-report .screen .text-wrapper-9,
body.page-report-v1 .screen .text-wrapper-9 {
position: absolute;
  top: 26px;
  left: 0;
  font-family: var(--body-body1-font-family);
  font-weight: var(--body-body1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--body-body1-font-size);
  letter-spacing: var(--body-body1-letter-spacing);
  line-height: var(--body-body1-line-height);
  white-space: nowrap;
  font-style: var(--body-body1-font-style);
}
body.page-calendar .screen .rectangle,
body.page-report .screen .rectangle,
body.page-report-v1 .screen .rectangle {
position: relative;
  width: 2px;
  height: 55px;
  background-color: var(--light-themegraylight-grey);
}
body.page-calendar .screen .group-2,
body.page-report .screen .group-2,
body.page-report-v1 .screen .group-2 {
width: 85px;
  position: relative;
  height: 54px;
}
body.page-calendar .screen .group-3,
body.page-report .screen .group-3,
body.page-report-v1 .screen .group-3 {
position: relative;
  width: 63px;
  height: 54px;
}
body.page-calendar .screen .group-4,
body.page-report .screen .group-4,
body.page-report-v1 .screen .group-4 {
position: relative;
  width: 57px;
  height: 54px;
}
body.page-calendar .screen .frame-12,
body.page-report .screen .frame-12,
body.page-report-v1 .screen .frame-12 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-13,
body.page-report .screen .frame-13,
body.page-report-v1 .screen .frame-13 {
display: flex;
  flex-direction: column;
  height: 125px;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--shades-of-blueblue-98);
  border-radius: 14px;
  border: 1px solid;
  border-color: var(--greyscalegrey-200);
}
body.page-calendar .screen .frame-14,
body.page-report .screen .frame-14,
body.page-report-v1 .screen .frame-14 {
display: flex;
  flex-direction: column;
  width: 115px;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-15,
body.page-report .screen .frame-15,
body.page-report-v1 .screen .frame-15 {
display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-16,
body.page-report .screen .frame-16,
body.page-report-v1 .screen .frame-16 {
display: flex;
  flex-direction: column;
  width: 115px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
body.page-calendar .screen .frame-17,
body.page-report .screen .frame-17,
body.page-report-v1 .screen .frame-17 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .image,
body.page-report .screen .image,
body.page-report-v1 .screen .image {
position: relative;
  width: 16px;
  height: 16px;
}
body.page-calendar .screen .text-wrapper-10,
body.page-report .screen .text-wrapper-10,
body.page-report-v1 .screen .text-wrapper-10 {
position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-calendar .screen .frame-18,
body.page-report .screen .frame-18,
body.page-report-v1 .screen .frame-18 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .text-wrapper-11,
body.page-report .screen .text-wrapper-11,
body.page-report-v1 .screen .text-wrapper-11 {
position: relative;
  width: fit-content;
  margin-top: -1px;
  margin-right: -19px;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: var(--variable-collection-main-color-primary);
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  white-space: nowrap;
  font-style: var(--head-h3-font-style);
}
body.page-calendar .screen .text-wrapper-12,
body.page-report .screen .text-wrapper-12,
body.page-report-v1 .screen .text-wrapper-12 {
position: relative;
  align-self: stretch;
  font-family: var(--subtitle-sub3-font-family);
  font-weight: var(--subtitle-sub3-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub3-font-size);
  letter-spacing: var(--subtitle-sub3-letter-spacing);
  line-height: var(--subtitle-sub3-line-height);
  font-style: var(--subtitle-sub3-font-style);
}
body.page-calendar .screen .frame-19,
body.page-report .screen .frame-19,
body.page-report-v1 .screen .frame-19 {
display: flex;
  align-items: center;
  gap: 26px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-calendar .screen .frame-20,
body.page-report .screen .frame-20,
body.page-report-v1 .screen .frame-20 {
display: flex;
  flex-direction: column;
  width: 124px;
  align-items: flex-start;
  padding: 10px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--grey-colorgrey2);
}
body.page-calendar .screen .text-wrapper-13,
body.page-report .screen .text-wrapper-13,
body.page-report-v1 .screen .text-wrapper-13 {
position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--subtitle-sub3-font-family);
  font-weight: var(--subtitle-sub3-font-weight);
  color: var(--grey-colorgrey7);
  font-size: var(--subtitle-sub3-font-size);
  letter-spacing: var(--subtitle-sub3-letter-spacing);
  line-height: var(--subtitle-sub3-line-height);
  font-style: var(--subtitle-sub3-font-style);
}
body.page-calendar .screen .text-wrapper-14,
body.page-report .screen .text-wrapper-14,
body.page-report-v1 .screen .text-wrapper-14 {
position: relative;
  align-self: stretch;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--light-themegraydark-blue-grey);
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-calendar .screen .frame-21,
body.page-report .screen .frame-21,
body.page-report-v1 .screen .frame-21 {
display: flex;
  flex-direction: column;
  width: 125px;
  align-items: flex-start;
  padding: 10px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--grey-colorgrey2);
}
body.page-calendar .screen .frame-22,
body.page-report .screen .frame-22,
body.page-report-v1 .screen .frame-22 {
display: flex;
  flex-direction: column;
  width: 226px;
  align-items: flex-start;
  padding: 10px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--grey-colorgrey2);
}
body.page-calendar .screen .button-text-wrapper,
body.page-report .screen .button-text-wrapper,
body.page-report-v1 .screen .button-text-wrapper {
display: flex;
  height: 46px;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  align-self: stretch;
  width: 100%;
  background-color: #f4f4f58a;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--grey-colorgrey4);
  align-items: center;
  position: relative;
}
body.page-calendar .screen .text-wrapper-15,
body.page-report .screen .text-wrapper-15,
body.page-report-v1 .screen .text-wrapper-15 {
width: fit-content;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--grey-colorgrey7);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  font-style: var(--button-button1-font-style);
}
/* Shared: page-calendar, page-report-v1 */
:root,
:root {
--main-colorprimary: rgba(57, 129, 247, 1);
  --main-colorblack: rgba(10, 17, 47, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --sub-colorpurple: rgba(135, 106, 251, 1);
  --sub-colorred: rgba(251, 106, 106, 1);
  --background-colorblue1: var(--variable-collection-blue-blue1);
  --background-colorblue2: var(--variable-collection-blue-blue2);
  --background-colorblue3: var(--variable-collection-blue-blue3);
  --background-colorblue4: var(--variable-collection-blue-blue4);
  --background-colorblue5: var(--variable-collection-blue-blue5);
  --grey-colorgrey1: rgba(244, 244, 245, 1);
  --grey-colorgrey2: rgba(228, 228, 231, 1);
  --grey-colorgrey3: rgba(228, 228, 231, 1);
  --grey-colorgrey4: rgba(217, 217, 217, 1);
  --grey-colorgrey5: rgba(202, 202, 206, 1);
  --grey-colorgrey6: rgba(144, 150, 162, 1);
  --grey-colorgrey7: rgba(112, 112, 122, 1);
  --grey-colorgrey8: rgba(68, 68, 75, 1);
  --x-color: rgba(230, 255, 250, 1);
  --etcyelloew-1: rgba(250, 167, 69, 1);
  --etcyelloew-2: rgba(254, 245, 229, 1);
  --etcpurple-1: rgba(124, 93, 251, 1);
  --etcpurple-2: rgba(225, 218, 254, 1);
  --etcred-1: rgba(250, 69, 69, 1);
  --etcred-2: rgba(254, 218, 218, 1);
  --etcgreen-1: rgba(10, 175, 96, 1);
  --etcgreen-2: rgba(206, 239, 223, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --light-themeprimaryprimary: rgba(93, 135, 255, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --greyscale-grey-800: rgba(49, 49, 53, 1);
  --black-2: rgba(20, 23, 54, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --light-themegraydark-blue-grey: rgba(42, 53, 71, 1);
  --light-themegraylight-grey: rgba(223, 229, 239, 1);
  --shades-of-blueblue-98: rgba(245, 249, 255, 1);
  --greyscalegrey-200: rgba(228, 228, 231, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --body-body3-font-family: "Pretendard Variable", Helvetica;
  --body-body3-font-weight: 500;
  --body-body3-font-size: 15px;
  --body-body3-letter-spacing: 0px;
  --body-body3-line-height: 160.0000023841858%;
  --body-body3-font-style: normal;
  --body-body4-font-family: "Pretendard Variable", Helvetica;
  --body-body4-font-weight: 400;
  --body-body4-font-size: 14px;
  --body-body4-letter-spacing: -0.14px;
  --body-body4-line-height: 150%;
  --body-body4-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 600;
  --button-button2-font-size: 15px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --button-button3-font-family: "Pretendard Variable", Helvetica;
  --button-button3-font-weight: 500;
  --button-button3-font-size: 14px;
  --button-button3-letter-spacing: 0.28px;
  --button-button3-line-height: 120.00000476837158%;
  --button-button3-font-style: normal;
  --subtitle-2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-2-font-weight: 500;
  --subtitle-2-font-size: 14px;
  --subtitle-2-letter-spacing: 0.14px;
  --subtitle-2-line-height: 160.0000023841858%;
  --subtitle-2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
/* Shared: page-customer1, page-customer2, page-index, page-mychallenge, page-mypage, page-private, page-report, page-report2, page-report3 */
body.page-customer1 .left_view,
body.page-customer2 .left_view,
body.page-index .left_view,
body.page-mychallenge .left_view,
body.page-mypage .left_view,
body.page-private .left_view,
body.page-report .left_view,
body.page-report2 .left_view,
body.page-report3 .left_view {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/mypage/rectangle.png);
  background-size: 100% 100%;
}
body.page-customer1 .left_frame,
body.page-customer2 .left_frame,
body.page-index .left_frame,
body.page-mychallenge .left_frame,
body.page-mypage .left_frame,
body.page-private .left_frame,
body.page-report .left_frame,
body.page-report2 .left_frame,
body.page-report3 .left_frame {
display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer1 .left_frame-2,
body.page-customer2 .left_frame-2,
body.page-index .left_frame-2,
body.page-mychallenge .left_frame-2,
body.page-mypage .left_frame-2,
body.page-private .left_frame-2,
body.page-report .left_frame-2,
body.page-report2 .left_frame-2,
body.page-report3 .left_frame-2 {
display: flex;
  flex-direction: column;
  height: 505px;
  align-items: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-customer1 .left_frame-3,
body.page-customer2 .left_frame-3,
body.page-index .left_frame-3,
body.page-mychallenge .left_frame-3,
body.page-mypage .left_frame-3,
body.page-private .left_frame-3,
body.page-report .left_frame-3,
body.page-report2 .left_frame-3,
body.page-report3 .left_frame-3 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 14px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-customer1 .left_frame-4,
body.page-customer2 .left_frame-4,
body.page-index .left_frame-4,
body.page-mychallenge .left_frame-4,
body.page-mypage .left_frame-4,
body.page-private .left_frame-4,
body.page-report .left_frame-4,
body.page-report2 .left_frame-4,
body.page-report3 .left_frame-4 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .left_group,
body.page-customer2 .left_group,
body.page-index .left_group,
body.page-mychallenge .left_group,
body.page-mypage .left_group,
body.page-private .left_group,
body.page-report .left_group,
body.page-report2 .left_group,
body.page-report3 .left_group {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-customer1 .left_overlap-group,
body.page-customer2 .left_overlap-group,
body.page-index .left_overlap-group,
body.page-mychallenge .left_overlap-group,
body.page-mypage .left_overlap-group,
body.page-private .left_overlap-group,
body.page-report .left_overlap-group,
body.page-report2 .left_overlap-group,
body.page-report3 .left_overlap-group {
position: relative;
  width: 52px;
  height: 52px;
  top: -2px;
  left: -2px;
  border-radius: 26px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-customer1 .left_mask-group,
body.page-customer2 .left_mask-group,
body.page-index .left_mask-group,
body.page-mychallenge .left_mask-group,
body.page-mypage .left_mask-group,
body.page-private .left_mask-group,
body.page-report .left_mask-group,
body.page-report2 .left_mask-group,
body.page-report3 .left_mask-group {
position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}
body.page-customer1 .left_frame-5,
body.page-customer2 .left_frame-5,
body.page-index .left_frame-5,
body.page-mychallenge .left_frame-5,
body.page-mypage .left_frame-5,
body.page-private .left_frame-5,
body.page-report .left_frame-5,
body.page-report2 .left_frame-5,
body.page-report3 .left_frame-5 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-customer1 .left_sub,
body.page-customer2 .left_sub,
body.page-index .left_sub,
body.page-mychallenge .left_sub,
body.page-mypage .left_sub,
body.page-private .left_sub,
body.page-report .left_sub,
body.page-report2 .left_sub,
body.page-report3 .left_sub {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscale-grey-600);
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer1 .left_text-wrapper,
body.page-customer2 .left_text-wrapper,
body.page-index .left_text-wrapper,
body.page-mychallenge .left_text-wrapper,
body.page-mypage .left_text-wrapper,
body.page-private .left_text-wrapper,
body.page-report .left_text-wrapper,
body.page-report2 .left_text-wrapper,
body.page-report3 .left_text-wrapper {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer1 .left_frame-6,
body.page-customer2 .left_frame-6,
body.page-index .left_frame-6,
body.page-mychallenge .left_frame-6,
body.page-mypage .left_frame-6,
body.page-private .left_frame-6,
body.page-report .left_frame-6,
body.page-report2 .left_frame-6,
body.page-report3 .left_frame-6 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .left_line,
body.page-customer2 .left_line,
body.page-index .left_line,
body.page-mychallenge .left_line,
body.page-mypage .left_line,
body.page-private .left_line,
body.page-report .left_line,
body.page-report2 .left_line,
body.page-report3 .left_line {
width: 172px;
  margin-top: -1.00px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer1 .left_frame-7,
body.page-customer2 .left_frame-7,
body.page-index .left_frame-7,
body.page-mychallenge .left_frame-7,
body.page-mypage .left_frame-7,
body.page-private .left_frame-7,
body.page-report .left_frame-7,
body.page-report2 .left_frame-7,
body.page-report3 .left_frame-7 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer1 .left_frame-8,
body.page-customer2 .left_frame-8,
body.page-index .left_frame-8,
body.page-mychallenge .left_frame-8,
body.page-mypage .left_frame-8,
body.page-private .left_frame-8,
body.page-report .left_frame-8,
body.page-report2 .left_frame-8,
body.page-report3 .left_frame-8 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .left_calendar,
body.page-customer2 .left_calendar,
body.page-index .left_calendar,
body.page-mychallenge .left_calendar,
body.page-mypage .left_calendar,
body.page-private .left_calendar,
body.page-report .left_calendar,
body.page-report2 .left_calendar,
body.page-report3 .left_calendar {
position: relative;
  width: 12px;
  height: 12px;
}
body.page-customer1 .left_sub-2,
body.page-customer2 .left_sub-2,
body.page-index .left_sub-2,
body.page-mychallenge .left_sub-2,
body.page-mypage .left_sub-2,
body.page-private .left_sub-2,
body.page-report .left_sub-2,
body.page-report2 .left_sub-2,
body.page-report3 .left_sub-2 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer1 .left_variant,
body.page-customer2 .left_variant,
body.page-index .left_variant,
body.page-mychallenge .left_variant,
body.page-mypage .left_variant,
body.page-private .left_variant,
body.page-report .left_variant,
body.page-report2 .left_variant,
body.page-report3 .left_variant {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--actiongreengreen-20);
  border-radius: 100px;
  overflow: hidden;
}
body.page-customer1 .left_text,
body.page-customer2 .left_text,
body.page-index .left_text,
body.page-mychallenge .left_text,
body.page-mypage .left_text,
body.page-private .left_text,
body.page-report .left_text,
body.page-report2 .left_text,
body.page-report3 .left_text {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--actiongreengreen-100);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-customer1 .left_img,
body.page-customer2 .left_img,
body.page-index .left_img,
body.page-mychallenge .left_img,
body.page-mypage .left_img,
body.page-private .left_img,
body.page-report .left_img,
body.page-report2 .left_img,
body.page-report3 .left_img {
width: 206px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer1 .left_r,
body.page-customer2 .left_r,
body.page-index .left_r,
body.page-mychallenge .left_r,
body.page-mypage .left_r,
body.page-private .left_r,
body.page-report .left_r,
body.page-report2 .left_r,
body.page-report3 .left_r {
display: flex;
  flex-direction: column;
  height: 212px;
  align-items: flex-start;
  gap: 3px;
  padding: 0px 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-customer1 .left_frame-9,
body.page-customer2 .left_frame-9,
body.page-index .left_frame-9,
body.page-mychallenge .left_frame-9,
body.page-mypage .left_frame-9,
body.page-private .left_frame-9,
body.page-report .left_frame-9,
body.page-report2 .left_frame-9,
body.page-report3 .left_frame-9 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-color);
  border-radius: 7px;
}
body.page-customer1 .left_img-2,
body.page-customer2 .left_img-2,
body.page-index .left_img-2,
body.page-mychallenge .left_img-2,
body.page-mypage .left_img-2,
body.page-private .left_img-2,
body.page-report .left_img-2,
body.page-report2 .left_img-2,
body.page-report3 .left_img-2 {
position: relative;
  width: 16px;
  height: 16px;
}
body.page-customer1 .left_text-wrapper-2,
body.page-customer2 .left_text-wrapper-2,
body.page-index .left_text-wrapper-2,
body.page-mychallenge .left_text-wrapper-2,
body.page-mypage .left_text-wrapper-2,
body.page-private .left_text-wrapper-2,
body.page-report .left_text-wrapper-2,
body.page-report2 .left_text-wrapper-2,
body.page-report3 .left_text-wrapper-2 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer1 .left_frame-10,
body.page-customer2 .left_frame-10,
body.page-index .left_frame-10,
body.page-mychallenge .left_frame-10,
body.page-mypage .left_frame-10,
body.page-private .left_frame-10,
body.page-report .left_frame-10,
body.page-report2 .left_frame-10,
body.page-report3 .left_frame-10 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-customer1 .left_text-wrapper-3,
body.page-customer2 .left_text-wrapper-3,
body.page-index .left_text-wrapper-3,
body.page-mychallenge .left_text-wrapper-3,
body.page-mypage .left_text-wrapper-3,
body.page-private .left_text-wrapper-3,
body.page-report .left_text-wrapper-3,
body.page-report2 .left_text-wrapper-3,
body.page-report3 .left_text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer1 .left_frame-11,
body.page-customer2 .left_frame-11,
body.page-index .left_frame-11,
body.page-mychallenge .left_frame-11,
body.page-mypage .left_frame-11,
body.page-private .left_frame-11,
body.page-report .left_frame-11,
body.page-report2 .left_frame-11,
body.page-report3 .left_frame-11 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-customer1 .left_text-wrapper-4,
body.page-customer2 .left_text-wrapper-4,
body.page-index .left_text-wrapper-4,
body.page-mychallenge .left_text-wrapper-4,
body.page-mypage .left_text-wrapper-4,
body.page-private .left_text-wrapper-4,
body.page-report .left_text-wrapper-4,
body.page-report2 .left_text-wrapper-4,
body.page-report3 .left_text-wrapper-4 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer1 .left_group-2,
body.page-customer2 .left_group-2,
body.page-index .left_group-2,
body.page-mychallenge .left_group-2,
body.page-mypage .left_group-2,
body.page-private .left_group-2,
body.page-report .left_group-2,
body.page-report2 .left_group-2,
body.page-report3 .left_group-2 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/mypage/info.svg);
  background-size: 100% 100%;
}
body.page-customer1 .left_frame-12,
body.page-customer2 .left_frame-12,
body.page-index .left_frame-12,
body.page-mychallenge .left_frame-12,
body.page-mypage .left_frame-12,
body.page-private .left_frame-12,
body.page-report .left_frame-12,
body.page-report2 .left_frame-12,
body.page-report3 .left_frame-12 {
display: flex;
  flex-direction: column;
  width: 204px;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .left_frame-13,
body.page-customer2 .left_frame-13,
body.page-index .left_frame-13,
body.page-mychallenge .left_frame-13,
body.page-mypage .left_frame-13,
body.page-private .left_frame-13,
body.page-report .left_frame-13,
body.page-report2 .left_frame-13,
body.page-report3 .left_frame-13 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-customer1 .left_trending-up-wrapper,
body.page-customer2 .left_trending-up-wrapper,
body.page-index .left_trending-up-wrapper,
body.page-mychallenge .left_trending-up-wrapper,
body.page-mypage .left_trending-up-wrapper,
body.page-private .left_trending-up-wrapper,
body.page-report .left_trending-up-wrapper,
body.page-report2 .left_trending-up-wrapper,
body.page-report3 .left_trending-up-wrapper {
display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 10px;
  padding: 9px;
  position: relative;
  background-color: var(--main-colorprimary);
  border-radius: 26px;
}
body.page-customer1 .left_trending-up,
body.page-customer2 .left_trending-up,
body.page-index .left_trending-up,
body.page-mychallenge .left_trending-up,
body.page-mypage .left_trending-up,
body.page-private .left_trending-up,
body.page-report .left_trending-up,
body.page-report2 .left_trending-up,
body.page-report3 .left_trending-up {
position: relative;
  width: 18px;
  height: 18px;
  margin-top: -0.50px;
  margin-bottom: -0.50px;
  margin-right: -1.00px;
}
body.page-customer1 .left_frame-wrapper,
body.page-customer2 .left_frame-wrapper,
body.page-index .left_frame-wrapper,
body.page-mychallenge .left_frame-wrapper,
body.page-mypage .left_frame-wrapper,
body.page-private .left_frame-wrapper,
body.page-report .left_frame-wrapper,
body.page-report2 .left_frame-wrapper,
body.page-report3 .left_frame-wrapper {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer1 .left_rectangle-wrapper,
body.page-customer2 .left_rectangle-wrapper,
body.page-index .left_rectangle-wrapper,
body.page-mychallenge .left_rectangle-wrapper,
body.page-mypage .left_rectangle-wrapper,
body.page-private .left_rectangle-wrapper,
body.page-report .left_rectangle-wrapper,
body.page-report2 .left_rectangle-wrapper,
body.page-report3 .left_rectangle-wrapper {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
}
body.page-customer1 .left_rectangle,
body.page-customer2 .left_rectangle,
body.page-index .left_rectangle,
body.page-mychallenge .left_rectangle,
body.page-mypage .left_rectangle,
body.page-private .left_rectangle,
body.page-report .left_rectangle,
body.page-report2 .left_rectangle,
body.page-report3 .left_rectangle {
position: relative;
  width: 122px;
  height: 6px;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
}
body.page-customer1 .left_text-wrapper-5,
body.page-customer2 .left_text-wrapper-5,
body.page-index .left_text-wrapper-5,
body.page-mychallenge .left_text-wrapper-5,
body.page-mypage .left_text-wrapper-5,
body.page-private .left_text-wrapper-5,
body.page-report .left_text-wrapper-5,
body.page-report2 .left_text-wrapper-5,
body.page-report3 .left_text-wrapper-5 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorprimary);
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.8px;
}
body.page-customer1 .left_line-2,
body.page-customer2 .left_line-2,
body.page-index .left_line-2,
body.page-mychallenge .left_line-2,
body.page-mypage .left_line-2,
body.page-private .left_line-2,
body.page-report .left_line-2,
body.page-report2 .left_line-2,
body.page-report3 .left_line-2 {
align-self: stretch;
  width: 100%;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer1 .left_frame-14,
body.page-customer2 .left_frame-14,
body.page-index .left_frame-14,
body.page-mychallenge .left_frame-14,
body.page-mypage .left_frame-14,
body.page-private .left_frame-14,
body.page-report .left_frame-14,
body.page-report2 .left_frame-14,
body.page-report3 .left_frame-14 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}
body.page-customer1 .footer,
body.page-customer2 .footer,
body.page-index .footer,
body.page-mychallenge .footer,
body.page-mypage .footer,
body.page-private .footer,
body.page-report .footer,
body.page-report2 .footer,
body.page-report3 .footer {
width: 100%; 
    
    
    background-color: #f7f7f7; 
    border-top: 1px solid #e0e0e0; 
    padding: 20px 0; 
    box-sizing: border-box;
    
    color: #666; 
    font-size: 13px;
    z-index: 100;
}
body.page-customer1 .footer-content,
body.page-customer2 .footer-content,
body.page-index .footer-content,
body.page-mychallenge .footer-content,
body.page-mypage .footer-content,
body.page-private .footer-content,
body.page-report .footer-content,
body.page-report2 .footer-content,
body.page-report3 .footer-content {
max-width: 1440px; 
    margin: 0 auto; 
    padding: 0 40px; 
    
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
body.page-customer1 .footer-logo,
body.page-customer2 .footer-logo,
body.page-index .footer-logo,
body.page-mychallenge .footer-logo,
body.page-mypage .footer-logo,
body.page-private .footer-logo,
body.page-report .footer-logo,
body.page-report2 .footer-logo,
body.page-report3 .footer-logo {
font-size: 24px;
    font-weight: 700; 
    color: #000000; 
    margin-right: 40px;
}
body.page-customer1 .footer-info,
body.page-customer2 .footer-info,
body.page-index .footer-info,
body.page-mychallenge .footer-info,
body.page-mypage .footer-info,
body.page-private .footer-info,
body.page-report .footer-info,
body.page-report2 .footer-info,
body.page-report3 .footer-info {
flex-grow: 1; 
    min-width: 400px;
}
body.page-customer1 .footer-info p,
body.page-customer2 .footer-info p,
body.page-index .footer-info p,
body.page-mychallenge .footer-info p,
body.page-mypage .footer-info p,
body.page-private .footer-info p,
body.page-report .footer-info p,
body.page-report2 .footer-info p,
body.page-report3 .footer-info p {
margin: 0;
    padding: 0;
    line-height: 1.5;
}
body.page-customer1 .footer-info .copyright,
body.page-customer2 .footer-info .copyright,
body.page-index .footer-info .copyright,
body.page-mychallenge .footer-info .copyright,
body.page-mypage .footer-info .copyright,
body.page-private .footer-info .copyright,
body.page-report .footer-info .copyright,
body.page-report2 .footer-info .copyright,
body.page-report3 .footer-info .copyright {
margin-top: 10px;
    font-size: 12px;
    color: #999;
}
body.page-customer1 .footer-links,
body.page-customer2 .footer-links,
body.page-index .footer-links,
body.page-mychallenge .footer-links,
body.page-mypage .footer-links,
body.page-private .footer-links,
body.page-report .footer-links,
body.page-report2 .footer-links,
body.page-report3 .footer-links {
display: flex;
    gap: 20px;
}
body.page-customer1 .footer-links a,
body.page-customer2 .footer-links a,
body.page-index .footer-links a,
body.page-mychallenge .footer-links a,
body.page-mypage .footer-links a,
body.page-private .footer-links a,
body.page-report .footer-links a,
body.page-report2 .footer-links a,
body.page-report3 .footer-links a {
color: #666;
    text-decoration: none; 
    transition: color 0.3s ease;
}
body.page-customer1 .footer-links a:hover,
body.page-customer2 .footer-links a:hover,
body.page-index .footer-links a:hover,
body.page-mychallenge .footer-links a:hover,
body.page-mypage .footer-links a:hover,
body.page-private .footer-links a:hover,
body.page-report .footer-links a:hover,
body.page-report2 .footer-links a:hover,
body.page-report3 .footer-links a:hover {
color: #3448ff; 
    text-decoration: underline;
}
body.page-customer1 .div,
body.page-customer2 .div,
body.page-index .div,
body.page-mychallenge .div,
body.page-mypage .div,
body.page-private .div,
body.page-report .div,
body.page-report2 .div,
body.page-report3 .div {
min-height: calc(100vh - 40px); 
    position: relative; 
    
    
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/* Shared: page-customer1, page-report3 */
body.page-customer1 .div-wrapper,
body.page-report3 .div-wrapper {
background-color: #f5f8fe;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body.page-customer1 .div-wrapper .top-nav,
body.page-report3 .div-wrapper .top-nav {
display: flex;
  width: 1190px;
  align-items: flex-start;
  gap: 10px;
  padding: 31px 40px 20px;
  position: absolute;
  top: 0;
  left: 250px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-customer1 .div-wrapper .frame,
body.page-report3 .div-wrapper .frame {
position: relative;
  flex: 1;
  flex-grow: 1;
  height: 71px;
}
body.page-customer1 .div-wrapper .frame-2,
body.page-report3 .div-wrapper .frame-2 {
display: inline-flex;
  flex-direction: column;
  height: 71px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-customer1 .div-wrapper .heading,
body.page-report3 .div-wrapper .heading {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h1-font-family);
  font-weight: var(--head-h1-font-weight);
  color: #0a112f;
  font-size: var(--head-h1-font-size);
  letter-spacing: var(--head-h1-letter-spacing);
  line-height: var(--head-h1-line-height);
  font-style: var(--head-h1-font-style);
}
body.page-customer1 .div-wrapper .bell,
body.page-report3 .div-wrapper .bell {
position: absolute;
  width: 35px;
  height: 32px;
  top: 0;
  left: 1077px;
}
body.page-customer1 .div-wrapper .overlap-group,
body.page-report3 .div-wrapper .overlap-group {
    position: relative;
    width: 80px;
    height: 32px;
    left: -30px;
}
body.page-customer1 .div-wrapper .img,
body.page-report3 .div-wrapper .img {
position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 8px;
}
body.page-customer1 .div-wrapper .ellipse,
body.page-report3 .div-wrapper .ellipse {
position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 0;
  background-color: #3981f7;
  border-radius: 9px;
}
body.page-customer1 .div-wrapper .text-wrapper,
body.page-report3 .div-wrapper .text-wrapper {
position: absolute;
  width: 6px;
  top: 13px;
  left: 6px;
  font-family: "Pretendard Variable-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .frame-3,
body.page-report3 .div-wrapper .frame-3 {
display: flex;
  flex-direction: column;
  width: 1190px;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 122px;
  left: 250px;
}
body.page-customer1 .div-wrapper .frame-wrapper,
body.page-report3 .div-wrapper .frame-wrapper {
display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 40px 15px 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-customer1 .div-wrapper .frame-4,
body.page-report3 .div-wrapper .frame-4 {
display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .mask-group-wrapper,
body.page-report3 .div-wrapper .mask-group-wrapper {
position: relative;
  width: 52px;
  height: 52px;
  top: -2px;
  left: -2px;
  border-radius: 26px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-customer1 .div-wrapper .mask-group,
body.page-report3 .div-wrapper .mask-group {
position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}
body.page-customer1 .div-wrapper .calendar,
body.page-report3 .div-wrapper .calendar {
position: relative;
  width: 12px;
  height: 12px;
}
body.page-customer1 .div-wrapper .variant,
body.page-report3 .div-wrapper .variant {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--actiongreengreen-20);
  border-radius: 100px;
  overflow: hidden;
}
body.page-customer1 .div-wrapper .text,
body.page-report3 .div-wrapper .text {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--actiongreengreen-100);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .r,
body.page-report3 .div-wrapper .r {
display: flex;
  flex-direction: column;
  height: 212px;
  align-items: flex-start;
  gap: 3px;
  padding: 0px 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-customer1 .div-wrapper .img-2,
body.page-report3 .div-wrapper .img-2 {
position: relative;
  width: 16px;
  height: 16px;
}
body.page-customer1 .div-wrapper .trending-up-wrapper,
body.page-report3 .div-wrapper .trending-up-wrapper {
display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 10px;
  padding: 9px;
  position: relative;
  background-color: #3981f7;
  border-radius: 26px;
}
body.page-customer1 .div-wrapper .trending-up,
body.page-report3 .div-wrapper .trending-up {
position: relative;
  width: 18px;
  height: 18px;
  margin-top: -0.50px;
  margin-bottom: -0.50px;
  margin-right: -1.00px;
}
/* Shared: page-customer2, page-mypage */
body.page-customer2 .screen .div,
body.page-mypage .screen .div {
background-color: var(--blueblue-1);
  width: 1440px;
  height: 1019px;
  position: relative;
}
/* Shared: page-customer2, page-mypage, page-private */
body.page-customer2 .screen,
body.page-mypage .screen,
body.page-private .screen {
background-color: #f5f8fe;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body.page-customer2 .screen .top-nav,
body.page-mypage .screen .top-nav,
body.page-private .screen .top-nav {
display: flex;
  width: 1190px;
  align-items: flex-start;
  gap: 10px;
  padding: 31px 40px 20px;
  position: absolute;
  top: 0;
  left: 250px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-customer2 .screen .heading,
body.page-mypage .screen .heading,
body.page-private .screen .heading {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h1-font-family);
  font-weight: var(--head-h1-font-weight);
  color: #0a112f;
  font-size: var(--head-h1-font-size);
  letter-spacing: var(--head-h1-letter-spacing);
  line-height: var(--head-h1-line-height);
  font-style: var(--head-h1-font-style);
}
body.page-customer2 .screen .bell,
body.page-mypage .screen .bell,
body.page-private .screen .bell {
position: absolute;
  width: 35px;
  height: 32px;
  top: 0;
  left: 1077px;
}
body.page-customer2 .screen .sidebar,
body.page-mypage .screen .sidebar,
body.page-private .screen .sidebar {
display: flex;
  flex-direction: column;
  width: 250px;
  align-items: center;
  gap: 31px;
  padding: 26px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--variable-collection-grey200);
}
body.page-customer2 .screen .mask-group,
body.page-mypage .screen .mask-group,
body.page-private .screen .mask-group {
position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}
body.page-customer2 .screen .line,
body.page-mypage .screen .line,
body.page-private .screen .line {
width: 172px;
  margin-top: -1.00px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer2 .screen .calendar,
body.page-mypage .screen .calendar,
body.page-private .screen .calendar {
position: relative;
  width: 12px;
  height: 12px;
}
body.page-customer2 .screen .variant,
body.page-mypage .screen .variant,
body.page-private .screen .variant {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--actiongreengreen-20);
  border-radius: 100px;
  overflow: hidden;
}
body.page-customer2 .screen .text,
body.page-mypage .screen .text,
body.page-private .screen .text {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--actiongreengreen-100);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-customer2 .screen .r,
body.page-mypage .screen .r,
body.page-private .screen .r {
display: flex;
  flex-direction: column;
  height: 212px;
  align-items: flex-start;
  gap: 3px;
  padding: 0px 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-customer2 .screen .img-2,
body.page-mypage .screen .img-2,
body.page-private .screen .img-2 {
position: relative;
  width: 16px;
  height: 16px;
}
body.page-customer2 .screen .trending-up,
body.page-mypage .screen .trending-up,
body.page-private .screen .trending-up {
position: relative;
  width: 18px;
  height: 18px;
  margin-top: -0.50px;
  margin-bottom: -0.50px;
  margin-right: -1.00px;
}
body.page-customer2 .screen .rectangle-wrapper,
body.page-mypage .screen .rectangle-wrapper,
body.page-private .screen .rectangle-wrapper {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
}
/* Shared: page-customer2, page-private */
:root,
:root {
--mainprimary: rgba(57, 129, 247, 1);
  --mainblack: rgba(10, 17, 47, 1);
  --mainwhite: rgba(255, 255, 255, 1);
  --ff-51i9: rgba(57, 129, 247, 1);
  --g-ef-wbd: rgba(236, 242, 255, 1);
  --r-EY-by-7: rgba(19, 222, 185, 1);
  --mpmsmx: rgba(230, 255, 250, 1);
  --ibndy-e: rgba(135, 106, 251, 1);
  --x-6o9fb7: rgba(237, 233, 255, 1);
  --greygrey-1: rgba(244, 244, 245, 1);
  --greygrey-2: rgba(228, 228, 231, 1);
  --greygrey-3: rgba(228, 228, 231, 1);
  --greygrey-4: rgba(217, 217, 217, 1);
  --greygrey-5: rgba(202, 202, 206, 1);
  --greygrey-6: rgba(144, 150, 162, 1);
  --greygrey-7: rgba(112, 112, 122, 1);
  --greygrey-8: rgba(68, 68, 75, 1);
  --blueblue-1: var(--variable-collection-blue-blue1);
  --blueblue-2: var(--variable-collection-blue-blue2);
  --blueblue-3: var(--variable-collection-blue-blue3);
  --blueblue-4: var(--variable-collection-blue-blue4);
  --blueblue-5: var(--variable-collection-blue-blue5);
  --main-colorblack: rgba(10, 17, 47, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --actiongreengreen-100: rgba(10, 175, 96, 1);
  --main-colorprimary: rgba(57, 129, 247, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --greyscalegrey-200: rgba(228, 228, 231, 1);
  --base-white-100: rgba(255, 255, 255, 1);
  --greyscalegrey-300: rgba(202, 202, 206, 1);
  --actiongreengreen-20: rgba(206, 239, 223, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 400;
  --button-button2-font-size: 14px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-customer2 .screen .top-nav2,
body.page-private .screen .top-nav2 {
display: flex;
  width: 1190px;
  align-items: flex-start;
  gap: 10px;
  padding: 31px 40px 1px;
  position: absolute;
  top: 0;
  left: 250px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-customer2 .screen .frame,
body.page-private .screen .frame {
position: relative;
  flex: 1;
  flex-grow: 1;
  height: 71px;
}
body.page-customer2 .screen .frame-2,
body.page-private .screen .frame-2 {
display: inline-flex;
  flex-direction: column;
  height: 71px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-customer2 .screen .sub,
body.page-private .screen .sub {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #44444a;
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer2 .screen .overlap-group,
body.page-private .screen .overlap-group {
position: relative;
  width: 40px;
  height: 32px;
  left: -5px;
}
body.page-customer2 .screen .img,
body.page-private .screen .img {
position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 8px;
}
body.page-customer2 .screen .ellipse,
body.page-private .screen .ellipse {
position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 0;
  background-color: #3981f7;
  border-radius: 9px;
}
body.page-customer2 .screen .text-wrapper,
body.page-private .screen .text-wrapper {
position: absolute;
  width: 6px;
  top: 13px;
  left: 6px;
  font-family: "Pretendard Variable-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
  white-space: nowrap;
}
body.page-customer2 .screen .frame-3,
body.page-private .screen .frame-3 {
display: flex;
  flex-direction: column;
  width: 1190px;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 122px;
  left: 250px;
}
body.page-customer2 .screen .frame-wrapper,
body.page-private .screen .frame-wrapper {
display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 40px 15px 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-customer2 .screen .frame-4,
body.page-private .screen .frame-4 {
display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer2 .screen .component,
body.page-private .screen .component {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorwhite);
  border-radius: 100px;
  border: 1px solid;
  border-color: var(--greyscalegrey-200);
  box-shadow: 1px 1px 7px #00000026;
}
body.page-customer2 .screen .text-wrapper-2,
body.page-private .screen .text-wrapper-2 {
font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--greyscalegrey-500);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-customer2 .screen .div-wrapper,
body.page-private .screen .div-wrapper {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
  box-shadow: 1px 1px 7px #00000026;
}
body.page-customer2 .screen .text-wrapper-3,
body.page-private .screen .text-wrapper-3 {
font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}
body.page-customer2 .screen .frame-5,
body.page-private .screen .frame-5 {
display: flex;
  flex-direction: column;
  width: 1190px;
  height: 712px;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 35px;
  position: relative;
}
body.page-customer2 .screen .frame-6,
body.page-private .screen .frame-6 {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 32px 35px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-customer2 .screen .group,
body.page-private .screen .group {
position: relative;
  width: 100px;
  height: 30px;
}
body.page-customer2 .screen .text-wrapper-4,
body.page-private .screen .text-wrapper-4 {
position: absolute;
  top: 0;
  left: 0;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-customer2 .screen .frame-7,
body.page-private .screen .frame-7 {
display: flex;
  flex-wrap: wrap;
  width: 1040px;
  align-items: flex-start;
  gap: 11px 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer2 .screen .frame-8,
body.page-private .screen .frame-8 {
position: relative;
  width: 1039px;
  height: 49px;
}
body.page-customer2 .screen .frame-9,
body.page-private .screen .frame-9 {
display: flex;
  width: 135px;
  height: 49px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 140px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--base-white-100);
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-customer2 .screen .text-wrapper-5,
body.page-private .screen .text-wrapper-5 {
position: relative;
  width: fit-content;
  margin-top: -3.50px;
  margin-bottom: -1.50px;
  margin-left: -117.50px;
  margin-right: -83.50px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-customer2 .screen .icon,
body.page-private .screen .icon {
position: relative;
  margin-top: -1.50px;
  margin-bottom: -1.50px;
  margin-left: -51.50px;
  margin-right: -117.50px;
  width: 24px;
  height: 24px;
}
body.page-customer2 .screen .frame-10,
body.page-private .screen .frame-10 {
display: flex;
  width: 894px;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 145px;
}
body.page-customer2 .screen .frame-11,
body.page-private .screen .frame-11 {
display: flex;
  height: 49px;
  align-items: center;
  gap: 10px;
  padding: 14px 10px 14px 26px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--base-white-100);
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-customer2 .screen .text-wrapper-6,
body.page-private .screen .text-wrapper-6 {
position: relative;
  width: fit-content;
  margin-top: -3.50px;
  margin-bottom: -1.50px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-customer2 .screen .frame-12,
body.page-private .screen .frame-12 {
display: flex;
  width: 1040px;
  height: 178px;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 140px 14px 26px;
  position: relative;
  background-color: var(--base-white-100);
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-customer2 .screen .text-wrapper-7,
body.page-private .screen .text-wrapper-7 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-body2-font-family);
  font-weight: var(--body-body2-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--body-body2-font-size);
  letter-spacing: var(--body-body2-letter-spacing);
  line-height: var(--body-body2-line-height);
  white-space: nowrap;
  font-style: var(--body-body2-font-style);
}
body.page-customer2 .screen .view,
body.page-private .screen .view {
display: flex;
  width: 1039px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
  background-color: #3981f7;
  border-radius: 10px;
}
body.page-customer2 .screen .text-wrapper-8,
body.page-private .screen .text-wrapper-8 {
font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--variable-collection-main-color-white);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-customer2 .screen .frame-13,
body.page-private .screen .frame-13 {
display: flex;
  flex-direction: column;
  width: 1110px;
  height: 282px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px 32px 35px 35px;
  position: relative;
  margin-bottom: -19.00px;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-customer2 .screen .group-2,
body.page-private .screen .group-2 {
position: relative;
  width: 77px;
  height: 30px;
}
body.page-customer2 .screen .group-wrapper,
body.page-private .screen .group-wrapper {
display: flex;
  flex-direction: column;
  width: 1042px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 19px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorwhite);
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--greyscalegrey-200);
}
body.page-customer2 .screen .group-3,
body.page-private .screen .group-3 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 26px;
}
body.page-customer2 .screen .icon-2,
body.page-private .screen .icon-2 {
position: absolute;
  top: 1px;
  left: 980px;
  width: 24px;
  height: 24px;
}
body.page-customer2 .screen .group-4,
body.page-private .screen .group-4 {
position: absolute;
  width: 268px;
  height: 26px;
  top: 0;
  left: 0;
}
body.page-customer2 .screen .frame-14,
body.page-private .screen .frame-14 {
display: flex;
  width: 268px;
  align-items: center;
  gap: 23px;
  position: relative;
}
body.page-customer2 .screen .text-wrapper-9,
body.page-private .screen .text-wrapper-9 {
position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--main-colorblack);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  font-style: var(--subtitle-sub2-font-style);
}
body.page-customer2 .screen .text-wrapper-10,
body.page-private .screen .text-wrapper-10 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--main-colorblack);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
  white-space: nowrap;
}
body.page-customer2 .screen .view-2,
body.page-private .screen .view-2 {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/customer2/rectangle.png);
  background-size: 100% 100%;
}
body.page-customer2 .screen .frame-15,
body.page-private .screen .frame-15 {
display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer2 .screen .frame-16,
body.page-private .screen .frame-16 {
display: flex;
  flex-direction: column;
  height: 705px;
  align-items: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-customer2 .screen .frame-17,
body.page-private .screen .frame-17 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 14px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-customer2 .screen .frame-18,
body.page-private .screen .frame-18 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer2 .screen .overlap-group-wrapper,
body.page-private .screen .overlap-group-wrapper {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-customer2 .screen .mask-group-wrapper,
body.page-private .screen .mask-group-wrapper {
position: relative;
  width: 52px;
  height: 52px;
  top: -2px;
  left: -2px;
  border-radius: 26px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-customer2 .screen .frame-19,
body.page-private .screen .frame-19 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-customer2 .screen .sub-2,
body.page-private .screen .sub-2 {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscale-grey-600);
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer2 .screen .sub-3,
body.page-private .screen .sub-3 {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer2 .screen .frame-20,
body.page-private .screen .frame-20 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer2 .screen .frame-21,
body.page-private .screen .frame-21 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer2 .screen .frame-22,
body.page-private .screen .frame-22 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer2 .screen .sub-4,
body.page-private .screen .sub-4 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer2 .screen .line-2,
body.page-private .screen .line-2 {
width: 206px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer2 .screen .frame-23,
body.page-private .screen .frame-23 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-customer2 .screen .text-wrapper-11,
body.page-private .screen .text-wrapper-11 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer2 .screen .text-wrapper-12,
body.page-private .screen .text-wrapper-12 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer2 .screen .frame-24,
body.page-private .screen .frame-24 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-customer2 .screen .group-5,
body.page-private .screen .group-5 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/customer2/info.svg);
  background-size: 100% 100%;
}
body.page-customer2 .screen .text-wrapper-13,
body.page-private .screen .text-wrapper-13 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer2 .screen .frame-25,
body.page-private .screen .frame-25 {
display: flex;
  flex-direction: column;
  width: 204px;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer2 .screen .frame-26,
body.page-private .screen .frame-26 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-customer2 .screen .trending-up-wrapper,
body.page-private .screen .trending-up-wrapper {
display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 10px;
  padding: 9px;
  position: relative;
  background-color: #3981f7;
  border-radius: 26px;
}
body.page-customer2 .screen .frame-27,
body.page-private .screen .frame-27 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer2 .screen .rectangle,
body.page-private .screen .rectangle {
position: relative;
  width: 122px;
  height: 6px;
  background-color: #3981f7;
  border-radius: 100px;
}
body.page-customer2 .screen .text-wrapper-14,
body.page-private .screen .text-wrapper-14 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #3981f7;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.8px;
}
body.page-customer2 .screen .line-3,
body.page-private .screen .line-3 {
align-self: stretch;
  width: 100%;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer2 .screen .frame-28,
body.page-private .screen .frame-28 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}
/* Shared: page-index, page-report, page-report-v1, page-report2 */
body.page-index .web .mask-group,
body.page-report .web .mask-group,
body.page-report-v1 .web .mask-group,
body.page-report2 .web .mask-group {
position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}
body.page-index .web .calendar,
body.page-report .web .calendar,
body.page-report-v1 .web .calendar,
body.page-report2 .web .calendar {
position: relative;
  width: 12px;
  height: 12px;
}
body.page-index .web .variant,
body.page-report .web .variant,
body.page-report-v1 .web .variant,
body.page-report2 .web .variant {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -1.00px;
  background-color: var(--actiongreengreen-20);
  border-radius: 100px;
  overflow: hidden;
}
body.page-index .web .text,
body.page-report .web .text,
body.page-report-v1 .web .text,
body.page-report2 .web .text {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--actiongreengreen-100);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-index .web .r,
body.page-report .web .r,
body.page-report-v1 .web .r,
body.page-report2 .web .r {
display: flex;
  flex-direction: column;
  width: 250px;
  height: 212px;
  align-items: flex-start;
  gap: 3px;
  padding: 0px 23px;
  position: relative;
}
body.page-index .web .img-2,
body.page-report .web .img-2,
body.page-report-v1 .web .img-2,
body.page-report2 .web .img-2 {
position: relative;
  width: 16px;
  height: 16px;
}
body.page-index .web .trending-up,
body.page-report .web .trending-up,
body.page-report-v1 .web .trending-up,
body.page-report2 .web .trending-up {
position: relative;
  width: 18px;
  height: 18px;
  margin-top: -0.50px;
  margin-bottom: -0.50px;
  margin-right: -1.00px;
}
body.page-index .web .rectangle-wrapper,
body.page-report .web .rectangle-wrapper,
body.page-report-v1 .web .rectangle-wrapper,
body.page-report2 .web .rectangle-wrapper {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
}
body.page-index .web .bell,
body.page-report .web .bell,
body.page-report-v1 .web .bell,
body.page-report2 .web .bell {
position: absolute;
  width: 35px;
  height: 32px;
  top: 0;
  left: 1077px;
}
/* Shared: page-index, page-report2 */
body.page-index .web .frame-13,
body.page-report2 .web .frame-13 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
/* Shared: page-report, page-report-v1, page-report2 */
body.page-report .web,
body.page-report-v1 .web,
body.page-report2 .web {
background-color: #f5f8fe;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body.page-report .web .component,
body.page-report-v1 .web .component,
body.page-report2 .web .component {
display: flex;
  width: 1190px;
  align-items: flex-start;
  gap: 10px;
  padding: 31px 40px 20px;
  position: absolute;
  top: 0;
  left: 250px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report .web .frame,
body.page-report-v1 .web .frame,
body.page-report2 .web .frame {
position: relative;
  flex: 1;
  flex-grow: 1;
  height: 71px;
}
body.page-report .web .frame-2,
body.page-report-v1 .web .frame-2,
body.page-report2 .web .frame-2 {
display: inline-flex;
  flex-direction: column;
  height: 71px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-report .web .heading,
body.page-report-v1 .web .heading,
body.page-report2 .web .heading {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h1-font-family);
  font-weight: var(--head-h1-font-weight);
  color: #0a112f;
  font-size: var(--head-h1-font-size);
  letter-spacing: var(--head-h1-letter-spacing);
  line-height: var(--head-h1-line-height);
  font-style: var(--head-h1-font-style);
}
body.page-report .web .sub,
body.page-report-v1 .web .sub,
body.page-report2 .web .sub {
position: relative;
  align-self: stretch;
  font-family: var(--subtitle-1-font-family);
  font-weight: var(--subtitle-1-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-1-font-size);
  letter-spacing: var(--subtitle-1-letter-spacing);
  line-height: var(--subtitle-1-line-height);
  font-style: var(--subtitle-1-font-style);
}
body.page-report .web .overlap-group,
body.page-report-v1 .web .overlap-group,
body.page-report2 .web .overlap-group {
position: relative;
  width: 80px;
  height: 32px;
  left: -30px;
}
body.page-report .web .img,
body.page-report-v1 .web .img,
body.page-report2 .web .img {
position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 8px;
}
body.page-report .web .ellipse,
body.page-report-v1 .web .ellipse,
body.page-report2 .web .ellipse {
position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 0;
  background-color: #3981f7;
  border-radius: 9px;
}
body.page-report .web .text-wrapper,
body.page-report-v1 .web .text-wrapper,
body.page-report2 .web .text-wrapper {
position: absolute;
  width: 6px;
  top: 13px;
  left: 6px;
  font-family: "Pretendard Variable-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
  white-space: nowrap;
}
body.page-report .web .frame-3,
body.page-report-v1 .web .frame-3,
body.page-report2 .web .frame-3 {
display: flex;
  flex-direction: column;
  width: 1190px;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 122px;
  left: 250px;
}
body.page-report .web .frame-wrapper,
body.page-report-v1 .web .frame-wrapper,
body.page-report2 .web .frame-wrapper {
display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 40px 15px 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report .web .frame-4,
body.page-report-v1 .web .frame-4,
body.page-report2 .web .frame-4 {
display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .view,
body.page-report-v1 .web .view,
body.page-report2 .web .view {
display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .div-wrapper-2,
body.page-report-v1 .web .div-wrapper-2,
body.page-report2 .web .div-wrapper-2 {
display: flex;
  width: 52px;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-report .web .chevron-left-wrapper,
body.page-report-v1 .web .chevron-left-wrapper,
body.page-report2 .web .chevron-left-wrapper {
display: flex;
  width: 32px;
  height: 30px;
  align-items: center;
  gap: 10px;
  padding: 3px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-report .web .chevron-left,
body.page-report-v1 .web .chevron-left,
body.page-report2 .web .chevron-left {
position: relative;
  width: 24px;
  height: 24px;
}
body.page-report .web .img-wrapper,
body.page-report-v1 .web .img-wrapper,
body.page-report2 .web .img-wrapper {
display: flex;
  width: 32px;
  height: 30px;
  align-items: center;
  gap: 10px;
  padding: 3px 4px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-report .web .rectangle,
body.page-report-v1 .web .rectangle,
body.page-report2 .web .rectangle {
position: relative;
  width: 2px;
  height: 55px;
  background-color: var(--light-themegraylight-grey);
}
body.page-report .web .button-text-wrapper,
body.page-report-v1 .web .button-text-wrapper,
body.page-report2 .web .button-text-wrapper {
display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #f4f4f58a;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--grey-colorgrey4);
}
body.page-report .web .button-text,
body.page-report-v1 .web .button-text,
body.page-report2 .web .button-text {
display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .text-wrapper-19,
body.page-report-v1 .web .text-wrapper-19,
body.page-report2 .web .text-wrapper-19 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--grey-colorgrey7);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-report .web .mask-group-wrapper,
body.page-report-v1 .web .mask-group-wrapper,
body.page-report2 .web .mask-group-wrapper {
position: relative;
  width: 52px;
  height: 52px;
  top: -2px;
  left: -2px;
  border-radius: 26px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-report .web .sub-2,
body.page-report-v1 .web .sub-2,
body.page-report2 .web .sub-2 {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-report .web .sub-3,
body.page-report-v1 .web .sub-3,
body.page-report2 .web .sub-3 {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-report .web .sub-4,
body.page-report-v1 .web .sub-4,
body.page-report2 .web .sub-4 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-report .web .trending-up-wrapper,
body.page-report-v1 .web .trending-up-wrapper,
body.page-report2 .web .trending-up-wrapper {
display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 10px;
  padding: 9px;
  position: relative;
  background-color: #3981f7;
  border-radius: 26px;
}
/* Shared: page-report, page-report-v1 */
body.page-report .web .div,
body.page-report-v1 .web .div {
background-color: var(--background-colorblue1);
  overflow: hidden;
  width: 1440px;
  height: 1401px;
  position: relative;
}
body.page-report .web .div-wrapper,
body.page-report-v1 .web .div-wrapper {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
  box-shadow: 1px 1px 7px #00000026;
}
body.page-report .web .text-wrapper-2,
body.page-report-v1 .web .text-wrapper-2 {
width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  line-height: 19.2px;
  position: relative;
  margin-top: -1.00px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-report .web .component-2,
body.page-report-v1 .web .component-2 {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorwhite);
  border-radius: 100px;
  border: 1px solid;
  border-color: var(--greyscalegrey-200);
  box-shadow: 1px 1px 7px #00000026;
}
body.page-report .web .text-wrapper-3,
body.page-report-v1 .web .text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-report .web .frame-5,
body.page-report-v1 .web .frame-5 {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 32px 30px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report .web .frame-6,
body.page-report-v1 .web .frame-6 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report .web .frame-7,
body.page-report-v1 .web .frame-7 {
display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report .web .frame-8,
body.page-report-v1 .web .frame-8 {
display: flex;
  flex-direction: column;
  width: 313px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
body.page-report .web .text-wrapper-4,
body.page-report-v1 .web .text-wrapper-4 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  font-style: var(--head-h3-font-style);
}
body.page-report .web .text-wrapper-5,
body.page-report-v1 .web .text-wrapper-5 {
position: relative;
  width: fit-content;
  margin-top: -0.50px;
  font-family: var(--button-button3-font-family);
  font-weight: var(--button-button3-font-weight);
  color: var(--greyscale-grey-800);
  font-size: var(--button-button3-font-size);
  letter-spacing: var(--button-button3-letter-spacing);
  line-height: var(--button-button3-line-height);
  white-space: nowrap;
  font-style: var(--button-button3-font-style);
}
body.page-report .web .element-wrapper,
body.page-report-v1 .web .element-wrapper {
display: flex;
  width: 163px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-report .web .element,
body.page-report-v1 .web .element {
position: relative;
  width: 163px;
  margin-top: -1.50px;
  margin-right: -13.00px;
  font-family: var(--button-button3-font-family);
  font-weight: var(--button-button3-font-weight);
  color: var(--greyscale-grey-800);
  font-size: var(--button-button3-font-size);
  text-align: center;
  letter-spacing: var(--button-button3-letter-spacing);
  line-height: var(--button-button3-line-height);
  font-style: var(--button-button3-font-style);
}
body.page-report .web .frame-9,
body.page-report-v1 .web .frame-9 {
display: flex;
  width: 1029px;
  align-items: center;
  justify-content: space-around;
  gap: 274px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .group-wrapper,
body.page-report-v1 .web .group-wrapper {
position: relative;
  width: 1105px;
  height: 141.4px;
  margin-right: -76.00px;
}
body.page-report .web .group,
body.page-report-v1 .web .group {
position: relative;
  width: 1111px;
  height: 141px;
  left: -6px;
}
body.page-report .web .overlap,
body.page-report-v1 .web .overlap {
position: relative;
  height: 141px;
}
body.page-report .web .frame-10,
body.page-report-v1 .web .frame-10 {
display: flex;
  width: 1105px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 6px;
}
body.page-report .web .frame-11,
body.page-report-v1 .web .frame-11 {
display: flex;
  flex-direction: column;
  width: 116px;
  align-items: center;
  gap: 7px;
  position: relative;
}
body.page-report .web .text-wrapper-6,
body.page-report-v1 .web .text-wrapper-6 {
position: relative;
  align-self: stretch;
  height: 18.4px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--grey-colorgrey6);
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report .web .line,
body.page-report-v1 .web .line {
align-self: stretch;
  width: 100%;
  height: 116px;
  position: relative;
  object-fit: cover;
}
body.page-report .web .overlap-group-wrapper,
body.page-report-v1 .web .overlap-group-wrapper {
position: absolute;
  width: 1011px;
  height: 81px;
  top: 41px;
  left: 0;
}
body.page-report .web .overlap-group-2,
body.page-report-v1 .web .overlap-group-2 {
position: relative;
  height: 81px;
}
body.page-report .web .frame-12,
body.page-report-v1 .web .frame-12 {
position: absolute;
  width: 948px;
  height: 81px;
  top: 0;
  left: 44px;
}
body.page-report .web .frame-13,
body.page-report-v1 .web .frame-13 {
display: inline-flex;
  align-items: flex-end;
  gap: 9px;
  position: relative;
}
body.page-report .web .frame-14,
body.page-report-v1 .web .frame-14 {
display: flex;
  flex-direction: column;
  width: 252px;
  height: 81px;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  padding: 6px 13px;
  position: relative;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 5px;
}
body.page-report .web .frame-15,
body.page-report-v1 .web .frame-15 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report .web .frame-16,
body.page-report-v1 .web .frame-16 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report .web .text-wrapper-7,
body.page-report-v1 .web .text-wrapper-7 {
align-self: stretch;
  height: 26px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  line-height: var(--subtitle-sub2-line-height);
  position: relative;
  margin-top: -1.00px;
  color: var(--main-colorwhite);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report .web .text-wrapper-8,
body.page-report-v1 .web .text-wrapper-8 {
position: relative;
  align-self: stretch;
  height: 33px;
  font-family: var(--head-h2-font-family);
  font-weight: var(--head-h2-font-weight);
  color: var(--main-colorwhite);
  font-size: var(--head-h2-font-size);
  letter-spacing: var(--head-h2-letter-spacing);
  line-height: var(--head-h2-line-height);
  white-space: nowrap;
  font-style: var(--head-h2-font-style);
}
body.page-report .web .frame-17,
body.page-report-v1 .web .frame-17 {
display: flex;
  flex-direction: column;
  width: 235px;
  height: 81px;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  padding: 6px 18px;
  position: relative;
  background-color: var(--variable-collection-sub-purple);
  border-radius: 5px;
}
body.page-report .web .frame-18,
body.page-report-v1 .web .frame-18 {
display: flex;
  flex-direction: column;
  width: 424px;
  height: 81px;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  padding: 6px 18px;
  position: relative;
  background-color: var(--variable-collection-sub-red);
  border-radius: 5px;
}
body.page-report .web .frame-noresult,
body.page-report-v1 .web .frame-noresult {
display: flex;
  flex-direction: column;
  width: 920px;
  height: 81px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 6px 18px;
  position: relative;
  background-color: var(--variable-collection-sub-purple);
  border-radius: 5px;
}
body.page-report .web .group-2,
body.page-report-v1 .web .group-2 {
position: absolute;
  width: 56px;
  height: 56px;
  top: 13px;
  left: 0;
  background-color: #ffffff80;
  border-radius: 28px;
  transform: rotate(-180.00deg);
  box-shadow: 2px 2px 10px #00000026;
  backdrop-filter: blur(7.7px) brightness(100%);
  -webkit-backdrop-filter: blur(7.7px) brightness(100%);
}
body.page-report .web .chevron-left-2,
body.page-report-v1 .web .chevron-left-2 {
position: absolute;
  top: 16px;
  left: 16px;
  transform: rotate(180.00deg);
  width: 24px;
  height: 24px;
}
body.page-report .web .group-3,
body.page-report-v1 .web .group-3 {
position: absolute;
  width: 56px;
  height: 56px;
  top: 40px;
  left: 955px;
  background-color: #ffffff80;
  border-radius: 28px;
  box-shadow: 2px 2px 10px #00000026;
  backdrop-filter: blur(7.7px) brightness(100%);
  -webkit-backdrop-filter: blur(7.7px) brightness(100%);
}
body.page-report .web .chevron-left-3,
body.page-report-v1 .web .chevron-left-3 {
position: absolute;
  top: 16px;
  left: 16px;
  width: 24px;
  height: 24px;
}
body.page-report .web .line-2,
body.page-report-v1 .web .line-2 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}
body.page-report .web .frame-19,
body.page-report-v1 .web .frame-19 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report .web .group-4,
body.page-report-v1 .web .group-4 {
position: relative;
  width: 451px;
  height: 27px;
}
body.page-report .web .text-wrapper-9,
body.page-report-v1 .web .text-wrapper-9 {
position: absolute;
  width: 449px;
  top: 0;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-report .web .frame-20,
body.page-report-v1 .web .frame-20 {
display: flex;
  width: 1042px;
  height: 55px;
  align-items: flex-start;
  gap: 50px;
  position: relative;
}
body.page-report .web .frame-21,
body.page-report-v1 .web .frame-21 {
position: relative;
  width: 130px;
  height: 54px;
}
body.page-report .web .text-wrapper-10,
body.page-report-v1 .web .text-wrapper-10 {
position: absolute;
  width: 130px;
  top: -1px;
  left: 0;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  color: #57575f;
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  font-style: var(--subtitle-2-font-style);
}
body.page-report .web .text-wrapper-11,
body.page-report-v1 .web .text-wrapper-11 {
position: absolute;
  top: 25px;
  left: 0;
  font-family: var(--body-body1-font-family);
  font-weight: var(--body-body1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--body-body1-font-size);
  letter-spacing: var(--body-body1-letter-spacing);
  line-height: var(--body-body1-line-height);
  white-space: nowrap;
  font-style: var(--body-body1-font-style);
}
body.page-report .web .frame-22,
body.page-report-v1 .web .frame-22 {
position: relative;
  width: 145px;
  height: 54px;
}
body.page-report .web .text-wrapper-12,
body.page-report-v1 .web .text-wrapper-12 {
position: absolute;
  width: 145px;
  top: -1px;
  left: 0;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  color: #57575f;
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  font-style: var(--subtitle-2-font-style);
}
body.page-report .web .frame-23,
body.page-report-v1 .web .frame-23 {
position: relative;
  width: 150px;
  height: 54px;
}
body.page-report .web .text-wrapper-13,
body.page-report-v1 .web .text-wrapper-13 {
position: absolute;
  top: -1px;
  left: 0;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  color: #57575f;
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-2-font-style);
}
body.page-report .web .frame-24,
body.page-report-v1 .web .frame-24 {
display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report .web .frame-25,
body.page-report-v1 .web .frame-25 {
display: flex;
  height: 68px;
  align-items: center;
  gap: 10px;
  padding: 18px 40px 7px 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report .web .text-wrapper-14,
body.page-report-v1 .web .text-wrapper-14 {
position: relative;
  width: fit-content;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  white-space: nowrap;
  font-style: var(--head-h3-font-style);
}
body.page-report .web .frame-26,
body.page-report-v1 .web .frame-26 {
display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .element-2,
body.page-report-v1 .web .element-2 {
display: flex;
  flex-direction: column;
  width: 545px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 33px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report .web .frame-27,
body.page-report-v1 .web .frame-27 {
position: relative;
  width: 467px;
  height: 221px;
}
body.page-report .web .frame-28,
body.page-report-v1 .web .frame-28 {
display: flex;
  flex-direction: column;
  width: 318px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-report .web .frame-29,
body.page-report-v1 .web .frame-29 {
display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .view-2,
body.page-report-v1 .web .view-2 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection);
  border-radius: 4px;
}
body.page-report .web .view-2-2,
body.page-report-v1 .web .view-2-2 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #E6FFFA;
  border-radius: 4px;
}
body.page-report .web .view-2-1,
body.page-report-v1 .web .view-2-1 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #0080ff;
  border-radius: 4px;
}
body.page-report .web .text-wrapper-15,
body.page-report-v1 .web .text-wrapper-15 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--light-themegraypure-white);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report .web .text-wrapper-16,
body.page-report-v1 .web .text-wrapper-16 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--light-themeprimaryprimary);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report .web .text-wrapper-16-1,
body.page-report-v1 .web .text-wrapper-16-1 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13DEB9;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report .web .frame-30,
body.page-report-v1 .web .frame-30 {
display: flex;
  flex-direction: column;
  width: 71px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}
body.page-report .web .frame-31,
body.page-report-v1 .web .frame-31 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .group-5,
body.page-report-v1 .web .group-5 {
position: relative;
  width: 75px;
  height: 54px;
  margin-right: -4.00px;
}
body.page-report .web .text-wrapper-17,
body.page-report-v1 .web .text-wrapper-17 {
position: absolute;
  top: 0;
  left: 0;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  color: #57575f;
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-2-font-style);
}
body.page-report .web .text-wrapper-18,
body.page-report-v1 .web .text-wrapper-18 {
position: absolute;
  top: 26px;
  left: 0;
  font-family: var(--body-body1-font-family);
  font-weight: var(--body-body1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--body-body1-font-size);
  letter-spacing: var(--body-body1-letter-spacing);
  line-height: var(--body-body1-line-height);
  white-space: nowrap;
  font-style: var(--body-body1-font-style);
}
body.page-report .web .group-6,
body.page-report-v1 .web .group-6 {
position: relative;
  width: 63px;
  height: 54px;
}
body.page-report .web .frame-32,
body.page-report-v1 .web .frame-32 {
display: flex;
  flex-direction: column;
  width: 2px;
  align-items: flex-start;
  gap: 31px;
  position: relative;
}
body.page-report .web .rectangle-2,
body.page-report-v1 .web .rectangle-2 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 55px;
  background-color: var(--light-themegraylight-grey);
}
body.page-report .web .frame-33,
body.page-report-v1 .web .frame-33 {
display: flex;
  flex-direction: column;
  width: 81px;
  align-items: flex-start;
  gap: 32px;
  position: relative;
}
body.page-report .web .group-7,
body.page-report-v1 .web .group-7 {
position: relative;
  width: 85px;
  height: 54px;
  margin-right: -4.00px;
}
body.page-report .web .group-8,
body.page-report-v1 .web .group-8 {
position: relative;
  width: 58px;
  height: 54px;
}
body.page-report .web .view-3,
body.page-report-v1 .web .view-3 {
position: absolute;
  width: 230px;
  height: 230px;
  top: -9px;
  left: 237px;
  background-image: url(/img/pc/report1/2x.png);
  background-size: cover;
  background-position: 50% 50%;
}
body.page-report .web .view-4,
body.page-report-v1 .web .view-4 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #13deb9;
  border-radius: 4px;
}
body.page-report .web .view-5,
body.page-report-v1 .web .view-5 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e6fffa;
  border-radius: 4px;
}
body.page-report .web .text-wrapper-20,
body.page-report-v1 .web .text-wrapper-20 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13deb9;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report .web .image,
body.page-report-v1 .web .image {
position: absolute;
  width: 228px;
  height: 228px;
  top: 0;
  left: 239px;
  object-fit: cover;
}
body.page-report .web .frame-34,
body.page-report-v1 .web .frame-34 {
display: inline-flex;
  height: 370px;
  align-items: center;
  gap: 20px;
  position: relative;
}
body.page-report .web .view-6,
body.page-report-v1 .web .view-6 {
position: absolute;
  width: 230px;
  height: 230px;
  top: -9px;
  left: 237px;
  background-image: url(/img/pc/report1/1-2x.png);
  background-size: cover;
  background-position: 50% 50%;
}
body.page-report .web .frame-35,
body.page-report-v1 .web .frame-35 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 13px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report .web .sidebar,
body.page-report-v1 .web .sidebar {
display: flex;
  flex-direction: column;
  width: 250px;
  height: 1479px;
  align-items: center;
  gap: 31px;
  padding: 26px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report .web .view-wrapper,
body.page-report-v1 .web .view-wrapper {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .view-7,
body.page-report-v1 .web .view-7 {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/report1/rectangle.png);
  background-size: 100% 100%;
}
body.page-report .web .frame-36,
body.page-report-v1 .web .frame-36 {
display: inline-flex;
  flex-direction: column;
  height: 381px;
  align-items: center;
  gap: 17px;
  position: relative;
}
body.page-report .web .frame-37,
body.page-report-v1 .web .frame-37 {
display: flex;
  flex-direction: column;
  width: 206px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 14px 15px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-report .web .frame-38,
body.page-report-v1 .web .frame-38 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .group-9,
body.page-report-v1 .web .group-9 {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-report .web .frame-39,
body.page-report-v1 .web .frame-39 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-report .web .frame-40,
body.page-report-v1 .web .frame-40 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .line-3,
body.page-report-v1 .web .line-3 {
width: 172px;
  height: 1px;
  margin-top: -1.00px;
  position: relative;
  object-fit: cover;
}
body.page-report .web .frame-41,
body.page-report-v1 .web .frame-41 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report .web .frame-42,
body.page-report-v1 .web .frame-42 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report .web .line-4,
body.page-report-v1 .web .line-4 {
width: 206px;
  height: 1px;
  position: relative;
  object-fit: cover;
}
body.page-report .web .frame-43,
body.page-report-v1 .web .frame-43 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-report .web .text-wrapper-21,
body.page-report-v1 .web .text-wrapper-21 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report .web .text-wrapper-22,
body.page-report-v1 .web .text-wrapper-22 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report .web .frame-44,
body.page-report-v1 .web .frame-44 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-report .web .text-wrapper-23,
body.page-report-v1 .web .text-wrapper-23 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report .web .group-10,
body.page-report-v1 .web .group-10 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/report1/info.svg);
  background-size: 100% 100%;
}
body.page-report .web .frame-45,
body.page-report-v1 .web .frame-45 {
display: flex;
  flex-direction: column;
  width: 200px;
  height: 492px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 19px;
  position: relative;
}
body.page-report .web .frame-46,
body.page-report-v1 .web .frame-46 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-report .web .rectangle-3,
body.page-report-v1 .web .rectangle-3 {
position: relative;
  width: 122px;
  height: 6px;
  background-color: #3981f7;
  border-radius: 100px;
}
body.page-report .web .text-wrapper-24,
body.page-report-v1 .web .text-wrapper-24 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #3981f7;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.3px;
}
body.page-report .web .frame-47,
body.page-report-v1 .web .frame-47 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}
body.page-report .timeline-scroll-container,
body.page-report-v1 .timeline-scroll-container {
display: flex; 
  overflow-x: auto; 
  scroll-behavior: smooth; 
  width: calc(100% - 100px); 
  margin: 0 50px; 
  padding-bottom: 20px;
}
body.page-report .frame-10.timeline-hours,
body.page-report-v1 .frame-10.timeline-hours {
display: flex; 
  min-width: fit-content;
}
body.page-report .frame-11,
body.page-report-v1 .frame-11 {
flex-shrink: 0; 
  width: 100px;
}
body.page-report .overlap-group-wrapper.workout-entries-container,
body.page-report-v1 .overlap-group-wrapper.workout-entries-container {
position: absolute; 
  top: 10;
  left: 0;
  height:50 ;
  width: 100%;
}
body.page-report .frame-14, 
body.page-report .frame-17, 
body.page-report .frame-18,
body.page-report-v1 .frame-14, 
body.page-report-v1 .frame-17, 
body.page-report-v1 .frame-18 {
position: absolute; 
  width:50 ;
  left:50 ;
}
body.page-report .nav-button,
body.page-report-v1 .nav-button {
position: absolute;
  top: 50%; 
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
body.page-report .group-2,
body.page-report-v1 .group-2 {
left: 0;
}
body.page-report .group-3,
body.page-report-v1 .group-3 {
right: 0;
}
body.page-report #datepicker,
body.page-report-v1 #datepicker {
border: none; 
    outline: none; 
    -webkit-appearance: none; 
    appearance: none;         
    background-color: transparent; 
    text-align: center; 
    color: inherit; 
    font-size: inherit; 
    font-family: inherit; 
    padding: 0; 
    margin: 0; 
    cursor: pointer;
}
body.page-report .date-text,
body.page-report-v1 .date-text {
cursor: pointer;
    text-align: center;
    font-family: inherit;
    user-select: none;
    display: inline-block;
}
body.page-report #date-picker-input,
body.page-report-v1 #date-picker-input {
display: none;
}
body.page-report .flatpickr-calendar,
body.page-report-v1 .flatpickr-calendar {
z-index: 1000;
    width: 400px !important; 
    margin-top: 20px !important; 
    margin-left: -88px !important;
}
body.page-report .flatpickr-days,
body.page-report-v1 .flatpickr-days {
width: 318px !important;
}
body.page-report .dayContainer,
body.page-report-v1 .dayContainer {
width: 318px !important;
    min-width: 318px !important;
    max-width: 318px !important;
}
body.page-report .flatpickr-day,
body.page-report-v1 .flatpickr-day {
width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    margin: 0 !important;
}
body.page-report .flatpickr-month,
body.page-report-v1 .flatpickr-month {
height: 40px !important;
}

/* ── Page-specific rules ── */

/* page_customer1.css  →  body.page-customer1 */
:root {
--mainprimary: rgba(57, 129, 247, 1);
  --mainblack: rgba(10, 17, 47, 1);
  --mainwhite: rgba(255, 255, 255, 1);
  --zbnx-XX: rgba(57, 129, 247, 1);
  --x-4r-4-ta-w: rgba(236, 242, 255, 1);
  --u-h1fq1: rgba(19, 222, 185, 1);
  --x-2y-4f-1h: rgba(230, 255, 250, 1);
  --x-6ps-7l-5: rgba(135, 106, 251, 1);
  --hl-a-igu: rgba(237, 233, 255, 1);
  --greygrey-1: rgba(244, 244, 245, 1);
  --greygrey-2: rgba(228, 228, 231, 1);
  --greygrey-3: rgba(228, 228, 231, 1);
  --greygrey-4: rgba(217, 217, 217, 1);
  --greygrey-5: rgba(202, 202, 206, 1);
  --greygrey-6: rgba(144, 150, 162, 1);
  --greygrey-7: rgba(112, 112, 122, 1);
  --greygrey-8: rgba(68, 68, 75, 1);
  --blueblue-1: var(--variable-collection-blue-blue1);
  --blueblue-2: var(--variable-collection-blue-blue2);
  --blueblue-3: var(--variable-collection-blue-blue3);
  --blueblue-4: var(--variable-collection-blue-blue4);
  --blueblue-5: var(--variable-collection-blue-blue5);
  --main-colorblack: rgba(10, 17, 47, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --actiongreengreen-100: rgba(10, 175, 96, 1);
  --main-colorprimary: rgba(57, 129, 247, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --greyscalegrey-200: rgba(228, 228, 231, 1);
  --actiongreengreen-20: rgba(206, 239, 223, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 400;
  --button-button2-font-size: 14px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-customer1 .div-wrapper .div {
background-color: var(--blueblue-1);
  width: 1440px;
  height: 1019px;
  position: relative;
}
body.page-customer1 .div-wrapper .sub {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #44444a;
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer1 .div-wrapper .component {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
  box-shadow: 1px 1px 7px #00000026;
}
body.page-customer1 .div-wrapper .text-wrapper-2 {
font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .component-2 {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorwhite);
  border-radius: 100px;
  border: 1px solid;
  border-color: var(--greyscalegrey-200);
  box-shadow: 1px 1px 7px #00000026;
}
body.page-customer1 .div-wrapper .text-wrapper-3 {
font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--greyscalegrey-500);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-customer1 .div-wrapper .frame-5 {
display: flex;
  flex-direction: column;
  width: 1190px;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .frame-6 {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 32px 35px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-customer1 .div-wrapper .group {
position: relative;
  width: 116px;
  height: 30px;
}
body.page-customer1 .div-wrapper .text-wrapper-4 {
position: absolute;
  top: 0;
  left: 0;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .group-wrapper {
display: flex;
  flex-direction: column;
  width: 1042px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 19px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorwhite);
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--greyscalegrey-200);
}
body.page-customer1 .div-wrapper .group-2 {
position: relative;
  width: 1004px;
  height: 26px;
}
body.page-customer1 .div-wrapper .icon {
position: absolute;
  width: 23px;
  height: 24px;
  top: 1px;
  left: 981px;
}
body.page-customer1 .div-wrapper .interface-help {
position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
}
body.page-customer1 .div-wrapper .group-3 {
position: absolute;
  width: 928px;
  height: 26px;
  top: 0;
  left: 40px;
}
body.page-customer1 .div-wrapper .text-wrapper-5 {
position: absolute;
  width: 926px;
  top: 0;
  left: 0;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--main-colorblack);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .text-wrapper-6 {
position: absolute;
  width: 926px;
  top: 0;
  left: 0;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .frame-7 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 30px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-customer1 .div-wrapper .sidebar {
display: flex;
  flex-direction: column;
  width: 250px;
  align-items: center;
  gap: 31px;
  padding: 26px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--variable-collection-grey200);
}
body.page-customer1 .div-wrapper .view {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/customer1/rectangle.png);
  background-size: 100% 100%;
}
body.page-customer1 .div-wrapper .frame-8 {
display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .frame-9 {
display: flex;
  flex-direction: column;
  height: 705px;
  align-items: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-customer1 .div-wrapper .frame-10 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 14px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-customer1 .div-wrapper .frame-11 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .overlap-group-wrapper {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-customer1 .div-wrapper .frame-12 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-customer1 .div-wrapper .sub-2 {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscale-grey-600);
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer1 .div-wrapper .sub-3 {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer1 .div-wrapper .frame-13 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .line {
width: 172px;
  margin-top: -1.00px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer1 .div-wrapper .frame-14 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .frame-15 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .sub-4 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-customer1 .div-wrapper .line-2 {
width: 206px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer1 .div-wrapper .frame-16 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-customer1 .div-wrapper .text-wrapper-7 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .text-wrapper-8 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .frame-17 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-customer1 .div-wrapper .group-4 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/customer1/info.svg);
  background-size: 100% 100%;
}
body.page-customer1 .div-wrapper .text-wrapper-9 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-customer1 .div-wrapper .frame-18 {
display: flex;
  flex-direction: column;
  width: 204px;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .frame-19 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-customer1 .div-wrapper .frame-20 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-customer1 .div-wrapper .rectangle-wrapper {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
}
body.page-customer1 .div-wrapper .rectangle {
position: relative;
  width: 122px;
  height: 6px;
  background-color: #3981f7;
  border-radius: 100px;
}
body.page-customer1 .div-wrapper .text-wrapper-10 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #3981f7;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.8px;
}
body.page-customer1 .div-wrapper .line-3 {
align-self: stretch;
  width: 100%;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-customer1 .div-wrapper .frame-21 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}

/* page_findId.css  →  body.page-findId */
:root {
--mainprimary: rgba(57, 129, 247, 1);
  --mainblack: rgba(10, 17, 47, 1);
  --mainwhite: rgba(255, 255, 255, 1);
  --q-ua-2-mp: rgba(57, 129, 247, 1);
  --vdar-fx: rgba(236, 242, 255, 1);
  --EDK-tml: rgba(19, 222, 185, 1);
  --lw-AO-jy: rgba(230, 255, 250, 1);
  --i8-ae-59: rgba(135, 106, 251, 1);
  --x-9vb-bz-e: rgba(237, 233, 255, 1);
  --greygrey-1: rgba(244, 244, 245, 1);
  --greygrey-2: rgba(228, 228, 231, 1);
  --greygrey-3: rgba(228, 228, 231, 1);
  --greygrey-4: rgba(217, 217, 217, 1);
  --greygrey-5: rgba(202, 202, 206, 1);
  --greygrey-6: rgba(144, 150, 162, 1);
  --greygrey-7: rgba(112, 112, 122, 1);
  --greygrey-8: rgba(68, 68, 75, 1);
  --blueblue-1: var(--variable-collection-blue-blue1);
  --blueblue-2: var(--variable-collection-blue-blue2);
  --blueblue-3: var(--variable-collection-blue-blue3);
  --blueblue-4: var(--variable-collection-blue-blue4);
  --blueblue-5: var(--variable-collection-blue-blue5);
  --main-colorblack: rgba(10, 17, 47, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --greyscale-grey-800: rgba(49, 49, 53, 1);
  --greyscale-grey-100: rgba(244, 244, 245, 1);
  --main-colorprimary: rgba(57, 129, 247, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 400;
  --button-button2-font-size: 14px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-findId .login {
background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body.page-findId .login .div {
background-color: #ffffff;
  width: 1440px;
  height: 1024px;
  position: relative;
}
body.page-findId .login .frame {
display: flex;
  flex-direction: column;
  width: 400px;
  align-items: flex-start;
  gap: 19px;
  position: absolute;
  top: 359px;
  left: 878px;
}
body.page-findId .login .frame2 {
display: flex;
  flex-direction: column;
  width: 400px;
  align-items: flex-start;
  gap: 19px;
  position: absolute;
  top: 100px;
  left: 878px;
}
body.page-findId .login .frame-2 {
display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-findId .login .frame-3 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-findId .login .frame-4 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-findId .login .welcome-back {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--main-colorblack);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 32px;
}
body.page-findId .login .please-log-in-to {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorblack);
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.08px;
  line-height: 20px;
}
body.page-findId .login .frame-5 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-findId .login .input-standard {
display: flex;
  height: 46px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--greyscale-grey-100);
  border-radius: 8px;
}
body.page-findId .login .email {
position: relative;
  flex: 1;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--greyscale-grey-600);
  font-size: var(--subtitle-sub4-font-size);
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  line-height: var(--subtitle-sub4-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-findId .login .frame-6 {
display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 7.5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-findId .login .frame-7 {
display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}
body.page-findId .login .frame-8 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/login/check-empty.svg);
  background-size: 100% 100%;
}
body.page-findId .login .remember-me-wrapper {
position: relative;
  width: 68px;
  height: 16px;
}
body.page-findId .login .remember-me {
position: absolute;
  top: -1px;
  left: 0;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscalegrey-500);
  font-size: 13px;
  letter-spacing: -0.07px;
  line-height: 16px;
  white-space: nowrap;
}
body.page-findId .login .text-wrapper {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscalegrey-500);
  font-size: 13px;
  text-align: right;
  letter-spacing: -0.07px;
  line-height: 16px;
  white-space: nowrap;
}
body.page-findId .login .button-filled {
display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--main-colorprimary);
  border-radius: 8px;
}
body.page-findId .login .log-in {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--main-colorwhite);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}
body.page-findId .login .vector {
position: relative;
  flex: 1;
  width: 400px;
  flex-grow: 1;
  object-fit: cover;
}
body.page-findId .login .group {
position: relative;
  width: 157px;
  height: 16px;
  margin-bottom: -1.00px;
}
body.page-findId .login .or-continue-with {
position: absolute;
  top: 0;
  left: 0;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscalegrey-500);
  font-size: 13px;
  text-align: center;
  letter-spacing: -0.07px;
  line-height: 16px;
  white-space: nowrap;
}
body.page-findId .login .or-continue-with-2 {
position: absolute;
  top: 0;
  left: 108px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--greyscale-grey-800);
  font-size: 13px;
  text-align: center;
  letter-spacing: -0.07px;
  line-height: 16px;
  white-space: nowrap;
}
body.page-findId .login .overlap-group-wrapper {
position: absolute;
  width: 719px;
  height: 1024px;
  top: 0;
  left: 0;
}
body.page-findId .login .overlap-group {
position: relative;
  width: 715px;
  height: 1024px;
  background-image: url(/img/pc/login/mask-group.png);
  background-size: 100% 100%;
  background-color: var(--variable-collection-blue-blue5);
}
body.page-findId .login .view {
position: absolute;
  width: 182px;
  height: 33px;
  top: 964px;
  left: 51px;
  background-image: url(/img/pc/login/rectangle.png);
  background-size: 100% 100%;
}
body.page-findId .login .welcome-back-2 {
top: 137px;
  left: 51px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  position: absolute;
  font-weight: 400;
  color: var(--variable-collection-main-color-white);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 65px;
  white-space: nowrap;
}
body.page-findId .login .p {
top: 226px;
  left: 179px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  position: absolute;
  font-weight: 400;
  color: var(--variable-collection-main-color-white);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 65px;
  white-space: nowrap;
}
body.page-findId .login .span {
font-weight: 700;
}
body.page-findId .login .text-wrapper-2 {
font-family: "Pretendard Variable-Regular", Helvetica;
}
body.page-findId .login .line {
width: 464px;
  top: 168px;
  left: 251px;
  position: absolute;
  height: 1px;
  object-fit: cover;
}
body.page-findId .login .img {
width: 146px;
  top: 258px;
  left: 8px;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

/* page_index.css  →  body.page-index */
:root {
--main-colorprimary: rgba(57, 129, 247, 1);
  --main-colorblack: rgba(10, 17, 47, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --sub-colorpurple: rgba(135, 106, 251, 1);
  --sub-colorred: rgba(251, 106, 106, 1);
  --background-colorblue1: var(--variable-collection-blue-blue1);
  --background-colorblue2: var(--variable-collection-blue-blue2);
  --background-colorblue3: var(--variable-collection-blue-blue3);
  --background-colorblue4: var(--variable-collection-blue-blue4);
  --background-colorblue5: var(--variable-collection-blue-blue5);
  --grey-colorgrey1: rgba(244, 244, 245, 1);
  --grey-colorgrey2: rgba(228, 228, 231, 1);
  --grey-colorgrey3: rgba(228, 228, 231, 1);
  --grey-colorgrey4: rgba(217, 217, 217, 1);
  --grey-colorgrey5: rgba(202, 202, 206, 1);
  --grey-colorgrey6: rgba(144, 150, 162, 1);
  --grey-colorgrey7: rgba(112, 112, 122, 1);
  --grey-colorgrey8: rgba(68, 68, 75, 1);
  --x-color: rgba(230, 255, 250, 1);
  --etcyelloew-1: rgba(250, 167, 69, 1);
  --etcyelloew-2: rgba(254, 245, 229, 1);
  --etcpurple-1: rgba(124, 93, 251, 1);
  --etcpurple-2: rgba(225, 218, 254, 1);
  --etcred-1: rgba(250, 69, 69, 1);
  --etcred-2: rgba(254, 218, 218, 1);
  --etcgreen-1: rgba(10, 175, 96, 1);
  --etcgreen-2: rgba(206, 239, 223, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --actiongreengreen-100: rgba(10, 175, 96, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --greyscale-grey-700: rgba(68, 68, 75, 1);
  --light-themegraydark-blue-grey: rgba(42, 53, 71, 1);
  --light-themeprimaryprimary: rgba(93, 135, 255, 1);
  --textgray: rgba(157, 157, 157, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --greyscale-grey-100: rgba(244, 244, 245, 1);
  --actionpurplepurple-20: rgba(225, 218, 254, 1);
  --actionpurplepurple-60: rgba(165, 143, 252, 1);
  --actiongreengreen-20: rgba(206, 239, 223, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 600;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --body-body3-font-family: "Pretendard Variable", Helvetica;
  --body-body3-font-weight: 500;
  --body-body3-font-size: 15px;
  --body-body3-letter-spacing: 0px;
  --body-body3-line-height: 160.0000023841858%;
  --body-body3-font-style: normal;
  --body-body4-font-family: "Pretendard Variable", Helvetica;
  --body-body4-font-weight: 400;
  --body-body4-font-size: 14px;
  --body-body4-letter-spacing: -0.14px;
  --body-body4-line-height: 150%;
  --body-body4-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 600;
  --button-button2-font-size: 15px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --button-button3-font-family: "Pretendard Variable", Helvetica;
  --button-button3-font-weight: 500;
  --button-button3-font-size: 14px;
  --button-button3-letter-spacing: 0.28px;
  --button-button3-line-height: 120.00000476837158%;
  --button-button3-font-style: normal;
  --subtitle-1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-1-font-weight: 400;
  --subtitle-1-font-size: 16px;
  --subtitle-1-letter-spacing: 0px;
  --subtitle-1-line-height: 160.0000023841858%;
  --subtitle-1-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-index .web {
background-color: #eaf2ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body.page-index .web .div {
background-color: var(--variable-collection-blue-blue2);
  width: 1440px;
  height: 1354px;
  position: relative;
}
body.page-index .web .sidebar {
display: flex;
  flex-direction: column;
  width: 250px;
  height: 1354px;
  align-items: center;
  gap: 31px;
  padding: 26px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--variable-collection-grey200);
}
body.page-index .web .frame {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .view {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/dashboard/rectangle.png);
  background-size: 100% 100%;
}
body.page-index .web .frame-2 {
display: inline-flex;
  flex-direction: column;
  height: 381px;
  align-items: center;
  gap: 17px;
  position: relative;
}
body.page-index .web .frame-3 {
display: flex;
  flex-direction: column;
  width: 206px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 14px 15px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-index .web .frame-4 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .group {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-index .web .overlap-group {
position: relative;
  width: 52px;
  height: 52px;
  top: -2px;
  left: -2px;
  border-radius: 26px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-index .web .frame-5 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-index .web .sub {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscale-grey-600);
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  letter-spacing: 0;
}
body.page-index .web .text-wrapper {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-index .web .frame-6 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .line {
width: 172px;
  margin-top: -1.00px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-index .web .frame-7 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-index .web .frame-8 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .sub-2 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-index .web .img {
width: 206px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-index .web .frame-9 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection);
  border-radius: 7px;
}
body.page-index .web .text-wrapper-2 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-index .web .frame-10 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-index .web .text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-index .web .group-2 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/dashboard/info.svg);
  background-size: 100% 100%;
}
body.page-index .web .frame-11 {
display: flex;
  flex-direction: column;
  width: 200px;
  height: 492px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 19px;
  position: relative;
}
body.page-index .web .frame-12 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-index .web .trending-up-wrapper {
display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 10px;
  padding: 9px;
  position: relative;
  background-color: var(--main-colorprimary);
  border-radius: 26px;
}
body.page-index .web .rectangle {
position: absolute;
    width: 42px;
    background-color: var(--actionpurplepurple-20);
    border-radius: 4px;
}
body.page-index .web .text-wrapper-4 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--main-colorprimary);
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.3px;
}
body.page-index .web .line-2 {
align-self: stretch;
  width: 100%;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-index .web .frame-14 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}
body.page-index .web .overlap {
position: absolute;
  width: 1190px;
  height: 539px;
  top: 0;
  left: 250px;
}
body.page-index .web .component {
display: flex;
  width: 1190px;
  align-items: flex-start;
  gap: 10px;
  padding: 31px 40px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-index .web .frame-15 {
position: relative;
  flex: 1;
  flex-grow: 1;
  height: 71px;
}
body.page-index .web .frame-16 {
display: inline-flex;
  flex-direction: column;
  height: 71px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-index .web .heading {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h1-font-family);
  font-weight: var(--head-h1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--head-h1-font-size);
  letter-spacing: var(--head-h1-letter-spacing);
  line-height: var(--head-h1-line-height);
  font-style: var(--head-h1-font-style);
}
body.page-index .web .sub-3 {
align-self: stretch;
  font-family: var(--subtitle-1-font-family);
  font-weight: var(--subtitle-1-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-1-font-size);
  line-height: var(--subtitle-1-line-height);
  position: relative;
  letter-spacing: var(--subtitle-1-letter-spacing);
  font-style: var(--subtitle-1-font-style);
}
body.page-index .web .overlap-group-2 {
position: relative;
  width: 140px;
  height: 32px;
  left: -30px;
}
body.page-index .web .bell-2 {
position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 8px;
}
body.page-index .web .ellipse {
position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 0;
  background-color: var(--main-colorprimary);
  border-radius: 9px;
}
body.page-index .web .text-wrapper-5 {
position: absolute;
  width: 6px;
  top: 13px;
  left: 6px;
  font-family: "Pretendard Variable-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-index .web .mask-group-2 {
position: absolute;
  width: 1120px;
  height: 427px;
  top: 112px;
  left: 35px;
}
body.page-index .web .text-wrapper-6 {
position: absolute;
  width: 1110px;
  top: 558px;
  left: 300px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--main-colorblack);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
}
body.page-index .web .my {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 40px;
  padding: 30px 32px 30px 35px;
  position: absolute;
  top: 605px;
  left: 290px;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
}
body.page-index .web .frame-17 {
display: flex;
  flex-direction: column;
  width: 1043px;
  align-items: flex-start;
  gap: 31px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .frame-18 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-index .web .frame-19 {
display: inline-flex;
  align-items: center;
  gap: 11px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .badge {
background-color: var(--actiongreengreen-20);
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 100px;
  overflow: hidden;
}
body.page-index .web .badge-2 {
background-color: #e4e4e7;
  display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 100px;
  overflow: hidden;
}
body.page-index .web .users {
position: relative;
  width: 18px;
  height: 18px;
}
body.page-index .web .text-2 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #70707a;
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-index .web .frame-20 {
display: flex;
  align-items: flex-start;
  gap: 177px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-index .web .frame-21 {
display: flex;
  flex-direction: column;
  width: 355px;
  align-items: flex-start;
  gap: 11px;
  position: relative;
}
body.page-index .web .p {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--main-colorblack);
  font-size: 25px;
  letter-spacing: 0;
  line-height: 37.5px;
}
body.page-index .web .frame-wrapper {
display: flex;
  flex-direction: column;
  width: 294px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .text-wrapper-7 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorblack);
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 20px;
}
body.page-index .web .text-wrapper-8 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorblack);
  font-size: 18px;
  letter-spacing: -0.25px;
  line-height: 20px;
}
body.page-index .web .frame-22 {
display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .overlap-group-wrapper {
position: relative;
  width: 212.66px;
  height: 100.07px;
}
body.page-index .web .overlap-group-3 {
position: relative;
  width: 209px;
  height: 100px;
  background-color: #e1dafe;
  border-radius: 10px;
}
body.page-index .web .calendar-wrapper {
position: absolute;
  width: 83px;
  height: 79px;
  top: 12px;
  left: 18px;
  background-color: #a58ffc;
  border-radius: 41.51px / 39.39px;
}
body.page-index .web .calendar-2 {
position: absolute;
  width: 64px;
  height: 61px;
  top: 9px;
  left: 10px;
  object-fit: cover;
}
body.page-index .web .overlap-2 {
position: absolute;
  width: 68px;
  height: 47px;
  top: 26px;
  left: 117px;
}
body.page-index .web .text-wrapper-9 {
position: absolute;
  width: 58px;
  top: 0;
  left: 0;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-700);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 21px;
  white-space: nowrap;
}
body.page-index .web .text-wrapper-10 {
position: absolute;
  width: 68px;
  top: 18px;
  left: 0;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--main-colorblack);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}
body.page-index .web .overlap-wrapper {
position: relative;
  width: 295.7px;
  height: 100.07px;
  margin-right: -4.00px;
}
body.page-index .web .overlap-3 {
position: relative;
  width: 292px;
  height: 100px;
  background-color: #eaf2ff;
  border-radius: 10px;
}
body.page-index .web .medal-wrapper {
position: absolute;
  width: 79px;
  height: 79px;
  top: 12px;
  left: 17px;
  background-color: #cce1ff;
  border-radius: 39.39px;
}
body.page-index .web .medal {
position: absolute;
  width: 61px;
  height: 61px;
  top: 11px;
  left: 9px;
  object-fit: cover;
}
body.page-index .web .overlap-4 {
position: absolute;
  width: 169px;
  height: 47px;
  top: 26px;
  left: 111px;
}
body.page-index .web .text-wrapper-11 {
position: absolute;
  width: 169px;
  top: 0;
  left: 0;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-700);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 21px;
  white-space: nowrap;
}
body.page-index .web .text-wrapper-12 {
position: absolute;
  width: 169px;
  top: 18px;
  left: 0;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--main-colorblack);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  white-space: nowrap;
}
body.page-index .web .frame-23 {
display: inline-flex;
  align-items: flex-start;
  gap: 239px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .div-wrapper {
display: inline-flex;
  align-items: flex-start;
  gap: 251px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .frame-24 {
display: flex;
  flex-direction: column;
  width: 296px;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}
body.page-index .web .text-wrapper-13 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-index .web .frame-25 {
display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-index .web .check-circle {
position: relative;
  width: 20px;
  height: 20px;
}
body.page-index .web .text-wrapper-14 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorblack);
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 27px;
  white-space: nowrap;
}
body.page-index .web .frame-26 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .frame-27 {
display: flex;
  flex-direction: column;
  width: 477px;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .frame-28 {
display: flex;
  width: 467px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .text-wrapper-15 {
position: relative;
  width: fit-content;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub1-font-style);
}
body.page-index .web .text-wrapper-16 {
width: fit-content;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-sub-red);
  font-size: 20px;
  text-align: right;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  letter-spacing: 0;
}
body.page-index .web .frame-29 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-index .web .group-3 {
position: relative;
  width: 467px;
  height: 10px;
  background-color: var(--greyscale-grey-100);
  border-radius: 100px;
}
body.page-index .web .rectangle-2 {
height: 10px;
  background-color: #fb6a6a;
  border-radius: 100px;
}
body.page-index .web .frame-30 {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 7px #00000026;
}
body.page-index .web .text-wrapper-17 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub3-font-family);
  font-weight: var(--subtitle-sub3-font-weight);
  color: #000000;
  font-size: var(--subtitle-sub3-font-size);
  letter-spacing: var(--subtitle-sub3-letter-spacing);
  line-height: var(--subtitle-sub3-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub3-font-style);
}
body.page-index .web .frame-31 {
display: flex;
  flex-direction: column;
  width: 476px;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  flex: 0 0 auto;
}
body.page-index .web .text-wrapper-18 {
width: fit-content;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-sub-purple);
  font-size: 20px;
  text-align: right;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  letter-spacing: 0;
}
body.page-index .web .rectangle-3 {
height: 10px;
  background-color: #876afb;
  border-radius: 100px;
}
body.page-index .web .button {
all: unset;
  box-sizing: border-box;
  display: flex;
  height: 43px;
  justify-content: center;
  gap: 12px;
  padding: 10px 20px;
  align-self: stretch;
  width: 100%;
  border-radius: 100px;
  background: linear-gradient(
    95deg,
    rgba(72, 66, 255, 1) 68%,
    rgba(57, 129, 247, 1) 100%
  );
  align-items: center;
  position: relative;
}
body.page-index .web .FAQ {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--main-colorwhite);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-index .web .text-wrapper-19 {
position: absolute;
  top: 585px;
  left: 300px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--main-colorblack);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}
body.page-index .web .text-wrapper-20 {
position: absolute;
  top: 585px;
  left: 865px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--main-colorblack);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}
body.page-index .web .frame-32 {
display: flex;
  flex-direction: column;
  width: 545px;
  height: 470px;
  align-items: flex-start;
  gap: 10px;
  padding: 22px 33px 22px 35px;
  position: absolute;
  top: 640px;
  left: 290px;
  background-color: #ffffff;
  border-radius: 12px;
}
body.page-index .web .frame-33 {
display: flex;
  flex-direction: column;
  width: 478px;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -1.00px;
}
body.page-index .web .group-4 {
position: relative;
  width: 147px;
  height: 27px;
}
body.page-index .web .text-wrapper-21 {
position: absolute;
  top: 0;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub1-font-style);
}
body.page-index .web .element-wrapper {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-index .web .element {
display: flex;
  flex-direction: column;
  height: 70px;
  align-items: center;
  justify-content: center;
  gap: 90px;
  padding: 20px 41px 20px 35px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-index .web .frame-34 {
position: relative;
  width: 425px;
  height: 27px;
  margin-left: -11.50px;
  margin-right: -11.50px;
}
body.page-index .web .view-2 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #e6fffa;
  border-radius: 4px;
}
body.page-index .web .text-wrapper-22 {
font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13deb9;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  white-space: nowrap;
}
body.page-index .web .group-5 {
position: absolute;
  width: 257px;
  height: 27px;
  top: 0;
  left: 172px;
}
body.page-index .web .text-wrapper-23 {
position: absolute;
  top: 0;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--light-themegraydark-blue-grey);
  font-size: var(--subtitle-sub1-font-size);
  text-align: center;
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub1-font-style);
}
body.page-index .web .text-wrapper-24 {
position: absolute;
  top: 0;
  left: 164px;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--light-themegraydark-blue-grey);
  font-size: var(--subtitle-sub1-font-size);
  text-align: right;
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub1-font-style);
}
body.page-index .web .view-3 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: var(--variable-collection);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-25 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--light-themeprimaryprimary);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-index .web .button-text-wrapper {
display: flex;
  width: 475px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
  background-color: #f4f4f58a;
  border-radius: 30px;
  border: 1px solid;
  border-color: var(--grey-colorgrey4);
}
body.page-index .web .button-text {
display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
}
body.page-index .web .text-wrapper-26 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--grey-colorgrey7);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-index .web .frame-35 {
display: flex;
  flex-direction: column;
  width: 545px;
  height: 470px;
  align-items: center;
  gap: 13px;
  padding: 25px 28px 20px;
  position: absolute;
  top: 640px;
  left: 855px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
body.page-index .web .group-6 {
position: relative;
  width: 469px;
  height: 27px;
}
body.page-index .web .text-wrapper-27 {
position: absolute;
  width: 467px;
  top: 0;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-index .web .frame-36 {
position: relative;
  width: 467px;
  height: 354px;
}
body.page-index .web .text-wrapper-28 {
position: absolute;
  width: 466px;
  top: -1px;
  left: 0;
  font-family: var(--head-h4-font-family);
  font-weight: var(--head-h4-font-weight);
  color: var(--main-colorblack);
  font-size: var(--head-h4-font-size);
  letter-spacing: var(--head-h4-letter-spacing);
  line-height: var(--head-h4-line-height);
  font-style: var(--head-h4-font-style);
}
body.page-index .web .group-7 {
position: absolute;
  width: 480px;
  height: 287px;
  top: 70px;
  left: 0;
}
body.page-index .web .rectangle-4 {
position: absolute;
  width: 41px;
  height: 65px;
  top: 185px;
  left: 0;
  background-color: var(--actionpurplepurple-20);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-29 {
position: absolute;
  width: 31px;
  top: 270px;
  left: 5px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--textgray);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}
body.page-index .web .rectangle-5 {
position: absolute;
  width: 42px;
  height: 142px;
  top: 108px;
  left: 69px;
  background-color: var(--actionpurplepurple-20);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-30 {
position: absolute;
  width: 28px;
  top: 270px;
  left: 76px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--textgray);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}
body.page-index .web .rectangle-6 {
position: absolute;
  width: 41px;
  height: 92px;
  top: 158px;
  left: 139px;
  background-color: var(--actionpurplepurple-20);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-31 {
position: absolute;
  width: 32px;
  top: 270px;
  left: 144px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--textgray);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}
body.page-index .web .rectangle-7 {
position: absolute;
  width: 42px;
  height: 146px;
  top: 104px;
  left: 208px;
  background-color: var(--actionpurplepurple-20);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-32 {
position: absolute;
  width: 29px;
  top: 270px;
  left: 215px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--textgray);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}
body.page-index .web .rectangle-8 {
position: absolute;
  width: 42px;
  height: 140px;
  top: 110px;
  left: 355px;
  background-color: var(--actionpurplepurple-20);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-33 {
position: absolute;
  width: 24px;
  top: 270px;
  left: 363px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--textgray);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}
body.page-index .web .rectangle-9 {
position: absolute;
  width: 41px;
  height: 173px;
  top: 77px;
  left: 425px;
  background-color: var(--actionpurplepurple-20);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-34 {
position: absolute;
  width: 28px;
  top: 270px;
  left: 431px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--textgray);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}
body.page-index .web .group-8 {
position: absolute;
  width: 49px;
  height: 37px;
  top: 0;
  left: 278px;
}
body.page-index .web .overlap-group-4 {
position: relative;
  height: 36px;
}
body.page-index .web .polygon {
position: absolute;
  width: 9px;
  height: 7px;
  top: 29px;
  left: 20px;
}
body.page-index .web .frame-37 {
display: flex;
  width: 49px;
  height: 31px;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 5px 9px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-index .web .group-9 {
position: absolute;
  width: 49px;
  height: 31px;
  top: 0;
  left: 0;
  background-color: var(--variable-collection-action-purple5);
  border-radius: 6px;
}
body.page-index .web .text-wrapper-35 {
width: 31px;
  height: 21px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  position: relative;
  margin-top: -1.00px;
  letter-spacing: 0;
}
body.page-index .web .rectangle-10 {
position: absolute;
  width: 41px;
  height: 201px;
  top: 49px;
  left: 282px;
  background-color: var(--actionpurplepurple-60);
  border-radius: 4px;
}
body.page-index .web .text-wrapper-36 {
position: absolute;
  width: 19px;
  top: 270px;
  left: 293px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--textgray);
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 12px;
}
body.page-index .web .rectangle.mon {
left: 0px;
}
body.page-index .web .rectangle.tue {
left: 69px;
}
body.page-index .web .rectangle.wed {
left: 139px;
}
body.page-index .web .rectangle.thu {
left: 208px;
}
body.page-index .web .rectangle.fri {
left: 282px;
}
body.page-index .web .rectangle.sat {
left: 355px;
}
body.page-index .web .rectangle.sun {
left: 425px;
}
body.page-index .day-label {
position: absolute;
     font-size: 14px;
     bottom: 10px;
}
body.page-index .day-label.mon {
left: 15px;
}
body.page-index .day-label.tue {
left: 84px;
}
body.page-index .day-label.wed {
left: 154px;
}
body.page-index .day-label.thu {
left: 223px;
}
body.page-index .day-label.fri {
left: 297px;
}
body.page-index .day-label.sat {
left: 370px;
}
body.page-index .day-label.sun {
left: 440px;
}
body.page-index .web .element-2 {
left: 290px;
  position: absolute;
  width: 545px;
  height: 183px;
  top: 1130px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
body.page-index .web .img-wrapper {
position: absolute;
  width: 130px;
  height: 130px;
  top: 27px;
  left: 28px;
  background-color: #cce1ff;
  border-radius: 65px;
}
body.page-index .web .element-3 {
position: absolute;
  width: 103px;
  height: 103px;
  top: 13px;
  left: 17px;
  object-fit: cover;
}
body.page-index .web .overlap-5 {
position: absolute;
  width: 128px;
  height: 96px;
  top: 31px;
  left: 189px;
}
body.page-index .web .frame-38 {
display: inline-flex;
  align-items: center;
  gap: 9px;
  position: absolute;
  top: 26px;
  left: 0;
}
body.page-index .web .text-wrapper-37 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 50px;
  line-height: 70.0px;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-index .web .text-wrapper-38 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 42.0px;
  white-space: nowrap;
}
body.page-index .web .frame-39 {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 20px;
  position: absolute;
  top: 127px;
  left: 184px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 7px #00000026;
}
body.page-index .web .element-4 {
left: 855px;
  position: absolute;
  width: 545px;
  height: 183px;
  top: 1130px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
body.page-index .web .overlap-6 {
position: absolute;
  width: 166px;
  height: 166px;
  top: 13px;
  left: 12px;
}
body.page-index .web .ellipse-2 {
position: absolute;
  width: 130px;
  height: 130px;
  top: 14px;
  left: 16px;
  background-color: #cce1ff;
  border-radius: 65px;
}
body.page-index .web .element-5 {
position: absolute;
  width: 166px;
  height: 166px;
  top: 0;
  left: 0;
  object-fit: cover;
}
body.page-index .web .overlap-7 {
position: absolute;
  width: 204px;
  height: 96px;
  top: 31px;
  left: 189px;
}
body.page-index .web .frame-40 {
display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 26px;
  left: 0;
}
body.page-index .web .text-wrapper-39 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub3-font-family);
  font-weight: var(--subtitle-sub3-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub3-font-size);
  letter-spacing: var(--subtitle-sub3-letter-spacing);
  line-height: var(--subtitle-sub3-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub3-font-style);
}
body.page-index .training {
position: relative;
  width: 1100px;
  height: 407px;
  top: 10px;
  left: 10px;  
  border-radius: 10px;
  background: linear-gradient(
    95deg,
    rgba(72, 66, 255, 1) 18%,
    rgba(57, 129, 247, 1) 100%
  );
}
body.page-index .training-overlap-group {
position: relative;
  height: 378px;
  top: 29px;
  background-image: url(/img/pc/dashboard/vector.svg);
  background-size: 100% 100%;
}
body.page-index .training-image {
position: absolute;
  width: 440px;
  height: 84px;
  top: 62px;
  left: 34px;
  aspect-ratio: 5.24;
  object-fit: cover;
}
body.page-index .training-div {
display: inline-flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 32px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 3px 3px #0000001a;
}
body.page-index .training-wifi {
position: relative;
  width: 16px;
  height: 16px;
}
body.page-index .training-text-wrapper {
margin-top: -6.00px;
  margin-bottom: -4.00px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #4842ff;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-index .training-div-2 {
display: flex;
  width: 1000px;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 175px;
  left: 29px;
}
body.page-index .training-frame-wrapper {
display: flex;
  height: 168px;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #ffffff26;
  border-radius: 8px;
  border: 1px solid;
  border-color: #ffffff;
  box-shadow: 2px 2px 10px #0000001a;
  backdrop-filter: blur(3px) brightness(100%);
  -webkit-backdrop-filter: blur(3px) brightness(100%);
}
body.page-index .training-div-3 {
display: flex;
  flex-direction: column;
  width: 136px;
  height: 138px;
  align-items: flex-start;
  gap: 35px;
  position: relative;
}
body.page-index .training-text-wrapper-2 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--collection-color);
  font-size: 22px;
  letter-spacing: 0;
  line-height: 33px;
}
body.page-index .training-div-4 {
display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-index .training-text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 70.0px;
  white-space: nowrap;
}
body.page-index .training-text-wrapper-4 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 42.0px;
  white-space: nowrap;
}
body.page-index .training-text-wrapper-5 {
margin-right: -18.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 30px;
  line-height: 42.0px;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-index #trainingDiv {
display: none;
}

/* page_join.css  →  body.page-join */
:root {
--mainprimary: rgba(57, 129, 247, 1);
  --mainblack: rgba(10, 17, 47, 1);
  --mainwhite: rgba(255, 255, 255, 1);
  --x-6-od-6i4: rgba(57, 129, 247, 1);
  --i-6y-ftv: rgba(236, 242, 255, 1);
  --vj-yn-fr: rgba(19, 222, 185, 1);
  --btx-y72: rgba(230, 255, 250, 1);
  --w-5n-30m: rgba(135, 106, 251, 1);
  --d8e-aed: rgba(237, 233, 255, 1);
  --greygrey-1: rgba(244, 244, 245, 1);
  --greygrey-2: rgba(228, 228, 231, 1);
  --greygrey-3: rgba(228, 228, 231, 1);
  --greygrey-4: rgba(217, 217, 217, 1);
  --greygrey-5: rgba(202, 202, 206, 1);
  --greygrey-6: rgba(144, 150, 162, 1);
  --greygrey-7: rgba(112, 112, 122, 1);
  --greygrey-8: rgba(68, 68, 75, 1);
  --blueblue-1: var(--variable-collection-blue-blue1);
  --blueblue-2: var(--variable-collection-blue-blue2);
  --blueblue-3: var(--variable-collection-blue-blue3);
  --blueblue-4: var(--variable-collection-blue-blue4);
  --blueblue-5: var(--variable-collection-blue-blue5);
  --main-colorblack: rgba(10, 17, 47, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --greyscale-grey-100: rgba(244, 244, 245, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 400;
  --button-button2-font-size: 14px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-join .screen {
background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body.page-join .screen .div {
background-color: #ffffff;
  width: 1440px;
  height: 1024px;
  position: relative;
}
body.page-join .screen .welcome-back {
position: absolute;
  width: 400px;
  top: 76px;
  left: 878px;
  font-family: var(--head-h1-font-family);
  font-weight: var(--head-h1-font-weight);
  color: #0a112f;
  font-size: var(--head-h1-font-size);
  text-align: center;
  letter-spacing: var(--head-h1-letter-spacing);
  line-height: var(--head-h1-line-height);
  font-style: var(--head-h1-font-style);
}
body.page-join .screen .please-log-in-to {
position: absolute;
  width: 400px;
  top: 126px;
  left: 878px;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub1-font-size);
  text-align: center;
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-join .screen .frame {
display: flex;
  flex-direction: column;
  width: 613px;
  align-items: flex-start;
  gap: 19px;
  position: absolute;
  top: 176px;
  left: 778px;
}
body.page-join .screen .frame-2 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-join .screen .text-wrapper {
font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--subtitle-sub1-font-size);
  line-height: var(--subtitle-sub1-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-join .screen .frame-3 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-join .screen .frame-4 {
display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-join .screen .frame-5 {
display: flex;
  flex-direction: column;
  width: 300px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
body.page-join .screen .text-wrapper-2 {
font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--subtitle-sub2-font-size);
  line-height: var(--subtitle-sub2-line-height);
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  font-style: var(--subtitle-sub2-font-style);
}
body.page-join .screen .input-standard {
display: flex;
  height: 46px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--greyscale-grey-100);
  border-radius: 8px;
}
body.page-join .screen .email {
position: relative;
  flex: 1;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--greyscale-grey-600);
  font-size: var(--subtitle-sub4-font-size);
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  line-height: var(--subtitle-sub4-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-join .screen .frame-6 {
display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-join .screen .email-wrapper {
width: 146px;
  display: flex;
  height: 46px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--greygrey-3);
}
body.page-join .screen .email-2 {
text-align: center;
  position: relative;
  flex: 1;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--greyscale-grey-600);
  font-size: var(--subtitle-sub4-font-size);
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  line-height: var(--subtitle-sub4-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-join .screen .vector {
position: relative;
  width: 613px;
  height: 1px;
  object-fit: cover;
}
body.page-join .screen .search {
position: relative;
  width: 20px;
  height: 20px;
}
body.page-join .screen .frame-7 {
display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 9px 11px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-join .screen .div-wrapper {
width: 301px;
  display: flex;
  height: 46px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  position: relative;
  border-radius: 8px;
  border: 1px solid;
  border-color: var(--greygrey-3);
}
body.page-join .screen .view {
display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--mainprimary);
  border-radius: 10px;
}
body.page-join .screen .text-wrapper-3 {
color: var(--mainwhite);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-join .screen .button-text-wrapper {
display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--greygrey-4);
}
body.page-join .screen .text-wrapper-4 {
color: var(--greygrey-7);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-join .screen .group {
position: absolute;
  width: 719px;
  height: 1024px;
  top: 0;
  left: 0;
}
body.page-join .screen .overlap-group {
position: relative;
  width: 715px;
  height: 1024px;
  background-image: url(/img/pc/join/mask-group.png);
  background-size: 100% 100%;
  background-color: var(--variable-collection-blue-blue5);
}
body.page-join .screen .welcome-back-2 {
top: 137px;
  left: 51px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  position: absolute;
  font-weight: 400;
  color: var(--variable-collection-main-color-white);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 65px;
  white-space: nowrap;
}
body.page-join .screen .line {
width: 464px;
  top: 168px;
  left: 251px;
  position: absolute;
  height: 1px;
  object-fit: cover;
}
body.page-join .screen .p {
top: 226px;
  left: 179px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  position: absolute;
  font-weight: 400;
  color: var(--variable-collection-main-color-white);
  font-size: 40px;
  letter-spacing: 0;
  line-height: 65px;
  white-space: nowrap;
}
body.page-join .screen .span {
font-weight: 700;
}
body.page-join .screen .text-wrapper-5 {
font-family: "Pretendard Variable-Regular", Helvetica;
}
body.page-join .screen .view-2 {
position: absolute;
  width: 182px;
  height: 33px;
  top: 964px;
  left: 51px;
  background-image: url(/img/pc/join/rectangle.png);
  background-size: 100% 100%;
}
body.page-join .screen .img {
width: 146px;
  top: 258px;
  left: 8px;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

/* page_mychallenge.css  →  body.page-mychallenge */
:root {
--mainprimary: rgba(57, 129, 247, 1);
  --mainblack: rgba(10, 17, 47, 1);
  --mainwhite: rgba(255, 255, 255, 1);
  --x-4ipier: rgba(57, 129, 247, 1);
  --o-1-3z-1v: rgba(236, 242, 255, 1);
  --x-5x-wh-9z: rgba(19, 222, 185, 1);
  --x-3-kf-2v-3: rgba(230, 255, 250, 1);
  --qb-NX-xw: rgba(135, 106, 251, 1);
  --f-4gij7: rgba(237, 233, 255, 1);
  --greygrey-1: rgba(244, 244, 245, 1);
  --greygrey-2: rgba(228, 228, 231, 1);
  --greygrey-3: rgba(228, 228, 231, 1);
  --greygrey-4: rgba(217, 217, 217, 1);
  --greygrey-5: rgba(202, 202, 206, 1);
  --greygrey-6: rgba(144, 150, 162, 1);
  --greygrey-7: rgba(112, 112, 122, 1);
  --greygrey-8: rgba(68, 68, 75, 1);
  --blueblue-1: var(--variable-collection-blue-blue1);
  --blueblue-2: var(--variable-collection-blue-blue2);
  --blueblue-3: var(--variable-collection-blue-blue3);
  --blueblue-4: var(--variable-collection-blue-blue4);
  --blueblue-5: var(--variable-collection-blue-blue5);
  --main-colorblack: rgba(10, 17, 47, 1);
  --actiongreengreen-100: rgba(10, 175, 96, 1);
  --greyscale-grey-700: rgba(68, 68, 75, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --main-colorprimary: rgba(57, 129, 247, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --actionredred-100: rgba(250, 69, 69, 1);
  --greyscale-grey-400: rgba(144, 150, 162, 1);
  --light-themegraylight-grey: rgba(223, 229, 239, 1);
  --greyscale-grey-100: rgba(244, 244, 245, 1);
  --shades-of-blueblue-96: rgba(235, 243, 255, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --light-themeprimarylight-primary: rgba(236, 242, 255, 1);
  --actiongreengreen-20: rgba(206, 239, 223, 1);
  --actionlight-bluelight-blue-40: rgba(185, 232, 253, 1);
  --greyscalegrey-200: rgba(228, 228, 231, 1);
  --actionredred-20: rgba(255, 232, 232, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 400;
  --button-button2-font-size: 14px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --subtitle-1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-1-font-weight: 400;
  --subtitle-1-font-size: 16px;
  --subtitle-1-letter-spacing: 0px;
  --subtitle-1-line-height: 160.0000023841858%;
  --subtitle-1-font-style: normal;
  --subtitle-2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-2-font-weight: 500;
  --subtitle-2-font-size: 14px;
  --subtitle-2-letter-spacing: 0.14px;
  --subtitle-2-line-height: 160.0000023841858%;
  --subtitle-2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --variable-collection-action-red5-duplicate: rgba(250, 69, 69, 1);
  --variable-collection-grey200-duplicate: rgba(228, 228, 231, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-mychallenge .my {
background-color: #f5f8fe;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
body.page-mychallenge .my .div {
background-color: var(--blueblue-1);
  width: 1440px;
  height: 1410px;
  position: relative;
}
body.page-mychallenge .my .top-nav {
display: flex;
  width: 1190px;
  align-items: flex-start;
  gap: 10px;
  padding: 31px 40px 20px;
  position: absolute;
  top: 0;
  left: 250px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-mychallenge .my .frame {
position: relative;
  flex: 1;
  flex-grow: 1;
  height: 71px;
}
body.page-mychallenge .my .frame-2 {
display: inline-flex;
  flex-direction: column;
  height: 71px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-mychallenge .my .heading {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h1-font-family);
  font-weight: var(--head-h1-font-weight);
  color: #0a112f;
  font-size: var(--head-h1-font-size);
  letter-spacing: var(--head-h1-letter-spacing);
  line-height: var(--head-h1-line-height);
  font-style: var(--head-h1-font-style);
}
body.page-mychallenge .my .sub {
position: relative;
  align-self: stretch;
  font-family: var(--subtitle-1-font-family);
  font-weight: var(--subtitle-1-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-1-font-size);
  letter-spacing: var(--subtitle-1-letter-spacing);
  line-height: var(--subtitle-1-line-height);
  font-style: var(--subtitle-1-font-style);
}
body.page-mychallenge .my .bell {
position: absolute;
  width: 35px;
  height: 32px;
  top: 0;
  left: 1077px;
}
body.page-mychallenge .my .overlap-group {
position: relative;
  width: 40px;
  height: 32px;
  left: -5px;
}
body.page-mychallenge .my .img {
position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 8px;
}
body.page-mychallenge .my .ellipse {
position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 0;
  background-color: var(--main-colorprimary);
  border-radius: 9px;
}
body.page-mychallenge .my .text-wrapper {
position: absolute;
  width: 6px;
  top: 13px;
  left: 6px;
  font-family: "Pretendard Variable-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
  white-space: nowrap;
}
body.page-mychallenge .my .frame-3 {
display: flex;
  flex-direction: column;
  width: 1190px;
  height: 1288px;
  align-items: center;
  position: absolute;
  top: 122px;
  left: 250px;
}
body.page-mychallenge .my .frame-4 {
display: flex;
  flex-direction: column;
  height: 1288px;
  align-items: center;
  gap: 3px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-mychallenge .my .div-wrapper {
display: flex;
  height: 68px;
  align-items: center;
  gap: 10px;
  padding: 18px 40px 7px 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-mychallenge .my .text-wrapper-2 {
position: relative;
  width: fit-content;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  white-space: nowrap;
  font-style: var(--head-h3-font-style);
}
body.page-mychallenge .my .frame-wrapper {
display: flex;
  flex-direction: column;
  width: 1110px;
  height: 555px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 32px 30px 35px;
  position: relative;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-mychallenge .my .frame-5 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-6 {
display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-7 {
display: flex;
  flex-direction: column;
  width: 313px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
body.page-mychallenge .my .badge {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  background-color: var(--actiongreengreen-20);
  border-radius: 100px;
  overflow: hidden;
}
body.page-mychallenge .my .text {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--actiongreengreen-100);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mychallenge .my .p {
font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 22px;
  line-height: 33px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}
body.page-mychallenge .my .frame-8 {
display: inline-flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .view-wrapper {
display: flex;
  flex-direction: column;
  width: 168px;
  height: 79px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 21px 32px;
  position: relative;
  background-color: #e1dafe2b;
  border-radius: 12px;
  overflow: hidden;
}
body.page-mychallenge .my .view {
display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  flex: 0 0 auto;
  margin-top: -6.50px;
  margin-bottom: -6.50px;
  margin-left: -4.00px;
  margin-right: -4.00px;
}
body.page-mychallenge .my .element {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-action-purple5);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50.4px;
  white-space: nowrap;
}
body.page-mychallenge .my .text-wrapper-3 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}
body.page-mychallenge .my .frame-9 {
display: flex;
  flex-direction: column;
  width: 251px;
  height: 79px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 21px 32px;
  position: relative;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 12px;
  overflow: hidden;
}
body.page-mychallenge .my .frame-10 {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -8.50px;
  margin-bottom: -8.50px;
}
body.page-mychallenge .my .objects {
position: relative;
  width: 28px;
  height: 41px;
  margin-left: -6.50px;
}
body.page-mychallenge .my .frame-11 {
display: flex;
  flex-direction: column;
  width: 159px;
  align-items: flex-start;
  gap: 3px;
  position: relative;
  margin-right: -6.50px;
}
body.page-mychallenge .my .text-wrapper-4 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-mychallenge .my .text-wrapper-5 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-700);
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 24px;
}
body.page-mychallenge .my .line {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}
body.page-mychallenge .my .frame-12 {
display: flex;
  width: 739px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-13 {
position: relative;
  width: 274px;
  height: 27px;
}
body.page-mychallenge .my .text-wrapper-6 {
position: absolute;
  top: -1px;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub1-font-style);
}
body.page-mychallenge .my .element-2 {
position: absolute;
  top: 2px;
  left: 53px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 16px;
}
body.page-mychallenge .my .span {
color: #0a112f;
  letter-spacing: -0.03px;
  line-height: 24px;
}
body.page-mychallenge .my .text-wrapper-7 {
font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #0a112f;
  letter-spacing: -0.03px;
  line-height: 22.4px;
}
body.page-mychallenge .my .frame-14 {
display: inline-flex;
  align-items: center;
  gap: 21px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .text-wrapper-8 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub1-font-style);
}
body.page-mychallenge .my .text-wrapper-9 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 24px;
  white-space: nowrap;
}
body.page-mychallenge .my .frame-15 {
display: inline-flex;
  align-items: flex-start;
  gap: 251px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-16 {
display: flex;
  flex-direction: column;
  width: 296px;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}
body.page-mychallenge .my .frame-17 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-18 {
display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .check-circle {
position: relative;
  width: 20px;
  height: 20px;
}
body.page-mychallenge .my .element-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 16px;
}
body.page-mychallenge .my .text-wrapper-10 {
letter-spacing: -0.03px;
  line-height: 24px;
}
body.page-mychallenge .my .text-wrapper-11 {
line-height: 22.4px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: -0.03px;
}
body.page-mychallenge .my .frame-19 {
display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .element-4 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 24px;
  white-space: nowrap;
}
body.page-mychallenge .my .text-wrapper-12 {
letter-spacing: -0.03px;
}
body.page-mychallenge .my .text-wrapper-13 {
font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: -0.03px;
}
body.page-mychallenge .my .frame-20 {
display: flex;
  flex-direction: column;
  width: 449px;
  align-items: flex-start;
  gap: 15px;
  position: relative;
}
body.page-mychallenge .my .frame-21 {
display: flex;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-22 {
display: flex;
  flex-direction: column;
  width: 130px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
body.page-mychallenge .my .text-wrapper-14 {
margin-top: -1.00px;
  color: #57575f;
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  font-style: var(--subtitle-2-font-style);
}
body.page-mychallenge .my .text-wrapper-15 {
color: var(--main-colorblack);
  font-size: var(--body-body1-font-size);
  letter-spacing: var(--body-body1-letter-spacing);
  line-height: var(--body-body1-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--body-body1-font-family);
  font-weight: var(--body-body1-font-weight);
  font-style: var(--body-body1-font-style);
}
body.page-mychallenge .my .rectangle {
position: relative;
  width: 2px;
  height: 55px;
  background-color: var(--light-themegraylight-grey);
}
body.page-mychallenge .my .frame-23 {
display: flex;
  flex-direction: column;
  width: 145px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
body.page-mychallenge .my .frame-24 {
display: flex;
  flex-direction: column;
  width: 50px;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
body.page-mychallenge .my .frame-25 {
display: inline-flex;
  align-items: center;
  gap: 68px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-26 {
display: flex;
  flex-direction: column;
  width: 477px;
  align-items: flex-start;
  gap: 13px;
  position: relative;
}
body.page-mychallenge .my .frame-27 {
display: flex;
  width: 467px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .text-wrapper-16 {
position: relative;
  width: fit-content;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub1-font-style);
}
body.page-mychallenge .my .text-wrapper-17 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-sub-red);
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-mychallenge .my .frame-28 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .group {
position: relative;
  width: 467px;
  height: 10px;
  background-color: var(--greyscale-grey-100);
  border-radius: 100px;
}
body.page-mychallenge .my .rectangle-2 {
width: 286px;
  height: 10px;
  background-color: #fb6a6a;
  border-radius: 100px;
}
body.page-mychallenge .my .text-wrapper-18 {
font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--variable-collection-grey700);
  font-size: 14px;
  line-height: 22.4px;
  position: relative;
  align-self: stretch;
  letter-spacing: 0;
}
body.page-mychallenge .my .frame-29 {
display: flex;
  flex-direction: column;
  width: 476px;
  align-items: flex-start;
  gap: 13px;
  position: relative;
}
body.page-mychallenge .my .text-wrapper-19 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-sub-purple);
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-mychallenge .my .rectangle-3 {
width: 382px;
  height: 10px;
  background-color: #876afb;
  border-radius: 100px;
}
body.page-mychallenge .my .frame-30 {
display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-31 {
display: flex;
  width: 1110px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-32 {
display: flex;
  flex-direction: column;
  width: 545px;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 33px 30px 35px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-mychallenge .my .frame-33 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-34 {
display: inline-flex;
  align-items: center;
  gap: 11px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .view-2 {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--actionlight-bluelight-blue-40);
  border-radius: 100px;
  overflow: hidden;
}
body.page-mychallenge .my .text-2 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--main-colorprimary);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mychallenge .my .view-3 {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--greyscalegrey-200);
  border-radius: 100px;
  overflow: hidden;
}
body.page-mychallenge .my .text-3 {
position: relative;
  width: 51px;
  height: 22px;
}
body.page-mychallenge .my .text-4 {
position: absolute;
  top: -1px;
  left: 0;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--main-colorblack);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mychallenge .my .frame-35 {
display: flex;
  width: 376px;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-36 {
display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -100.50px;
}
body.page-mychallenge .my .frame-37 {
display: flex;
  flex-direction: column;
  width: 375.5px;
  align-items: flex-start;
  gap: 1px;
  position: relative;
}
body.page-mychallenge .my .text-wrapper-20 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
body.page-mychallenge .my .text-wrapper-21 {
position: relative;
  align-self: stretch;
  height: 26px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #70707a;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20.8px;
}
body.page-mychallenge .my .frame-38 {
position: relative;
  width: 81px;
  height: 30px;
}
body.page-mychallenge .my .image {
position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
}
body.page-mychallenge .my .text-wrapper-22 {
position: absolute;
  top: -1px;
  left: 26px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--main-colorprimary);
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-mychallenge .my .frame-39 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .text-wrapper-23 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}
body.page-mychallenge .my .rectangle-wrapper {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 10px;
  background-color: var(--shades-of-blueblue-96);
  border-radius: 100px;
}
body.page-mychallenge .my .rectangle-4 {
width: 477px;
  height: 10px;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
}
body.page-mychallenge .my .group-2 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 50px;
}
body.page-mychallenge .my .frame-40 {
display: flex;
  flex-direction: column;
  width: 128px;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-mychallenge .my .text-wrapper-24 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #57575f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mychallenge .my .text-wrapper-25 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorblack);
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 24px;
  white-space: nowrap;
}
body.page-mychallenge .my .rectangle-5 {
position: absolute;
  width: 1px;
  height: 47px;
  top: 0;
  left: 154px;
  background-color: var(--light-themegraylight-grey);
}
body.page-mychallenge .my .frame-41 {
display: flex;
  flex-direction: column;
  width: 146px;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 189px;
}
body.page-mychallenge .my .rectangle-6 {
position: absolute;
  width: 1px;
  height: 47px;
  top: 0;
  left: 368px;
  background-color: var(--light-themegraylight-grey);
}
body.page-mychallenge .my .frame-42 {
display: flex;
  flex-direction: column;
  width: 62px;
  align-items: flex-start;
  gap: 4px;
  position: absolute;
  top: 0;
  left: 415px;
}
body.page-mychallenge .my .frame-43 {
display: flex;
  flex-direction: column;
  width: 545px;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 33px 30px 35px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--variable-collection-grey200-duplicate);
}
body.page-mychallenge .my .view-4 {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--actionredred-20);
  border-radius: 100px;
  overflow: hidden;
}
body.page-mychallenge .my .text-5 {
position: relative;
  width: 36px;
  height: 22px;
}
body.page-mychallenge .my .text-6 {
position: absolute;
  top: -1px;
  left: 0;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--actionredred-100);
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mychallenge .my .text-wrapper-26 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h4-font-family);
  font-weight: var(--head-h4-font-weight);
  color: #0a112f;
  font-size: var(--head-h4-font-size);
  letter-spacing: var(--head-h4-letter-spacing);
  line-height: var(--head-h4-line-height);
  font-style: var(--head-h4-font-style);
}
body.page-mychallenge .my .text-wrapper-27 {
position: relative;
  align-self: stretch;
  height: 26px;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: #70707a;
  font-size: var(--subtitle-sub4-font-size);
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  line-height: var(--subtitle-sub4-line-height);
  font-style: var(--subtitle-sub4-font-style);
}
body.page-mychallenge .my .text-wrapper-28 {
position: absolute;
  top: -1px;
  left: 35px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--variable-collection-action-red5-duplicate);
  font-size: 20px;
  text-align: right;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-mychallenge .my .text-wrapper-29 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  font-style: var(--subtitle-sub2-font-style);
}
body.page-mychallenge .my .rectangle-7 {
width: 353px;
  height: 10px;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
}
body.page-mychallenge .my .text-wrapper-30 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub3-font-family);
  font-weight: var(--subtitle-sub3-font-weight);
  color: #57575f;
  font-size: var(--subtitle-sub3-font-size);
  letter-spacing: var(--subtitle-sub3-letter-spacing);
  line-height: var(--subtitle-sub3-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub3-font-style);
}
body.page-mychallenge .my .text-wrapper-31 {
position: relative;
  width: fit-content;
  font-family: var(--body-body2-font-family);
  font-weight: var(--body-body2-font-weight);
  color: var(--main-colorblack);
  font-size: var(--body-body2-font-size);
  letter-spacing: var(--body-body2-letter-spacing);
  line-height: var(--body-body2-line-height);
  white-space: nowrap;
  font-style: var(--body-body2-font-style);
}
body.page-mychallenge .my .frame-44 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 30px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-mychallenge .my .frame-45 {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 32px 30px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-mychallenge .my .frame-46 {
display: flex;
  flex-direction: column;
  width: 980px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .text-wrapper-32 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  font-style: var(--head-h3-font-style);
}
body.page-mychallenge .my .frame-47 {
display: flex;
  width: 1043px;
  align-items: center;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -63.00px;
}
body.page-mychallenge .my .frame-48 {
display: flex;
  width: 1043px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
body.page-mychallenge .my .frame-49 {
display: flex;
  align-items: center;
  gap: 34px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
body.page-mychallenge .my .frame-50 {
display: inline-flex;
  height: 110px;
  align-items: flex-start;
  gap: 10px;
  padding: 27px 40px 27px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid;
  border-color: #e4e4e7;
}
body.page-mychallenge .my .frame-51 {
display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -1.00px;
}
body.page-mychallenge .my .award-wrapper {
display: flex;
  width: 55px;
  height: 55px;
  align-items: flex-start;
  padding: 10px;
  position: relative;
  background-color: var(--light-themeprimarylight-primary);
  border-radius: 8px;
  overflow: hidden;
}
body.page-mychallenge .my .img-2 {
position: relative;
  width: 32px;
  height: 32px;
}
body.page-mychallenge .my .frame-52 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .text-wrapper-33 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-h2-font-family);
  font-weight: var(--head-h2-font-weight);
  color: var(--main-colorprimary);
  font-size: var(--head-h2-font-size);
  letter-spacing: var(--head-h2-letter-spacing);
  line-height: var(--head-h2-line-height);
  white-space: nowrap;
  font-style: var(--head-h2-font-style);
}
body.page-mychallenge .my .text-wrapper-34 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-400);
  font-size: 16px;
  letter-spacing: -0.16px;
  line-height: 24px;
  white-space: nowrap;
}
body.page-mychallenge .my .target-wrapper {
background-color: #fef5e5;
  display: flex;
  width: 55px;
  height: 55px;
  align-items: flex-start;
  padding: 10px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
body.page-mychallenge .my .text-wrapper-35 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-h2-font-family);
  font-weight: var(--head-h2-font-weight);
  color: var(--variable-collection-action-yellow5);
  font-size: var(--head-h2-font-size);
  letter-spacing: var(--head-h2-letter-spacing);
  line-height: var(--head-h2-line-height);
  white-space: nowrap;
  font-style: var(--head-h2-font-style);
}
body.page-mychallenge .my .check-circle-wrapper {
background-color: var(--variable-collection-action-purple1);
  display: flex;
  width: 55px;
  height: 55px;
  align-items: flex-start;
  padding: 10px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
body.page-mychallenge .my .text-wrapper-36 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-h2-font-family);
  font-weight: var(--head-h2-font-weight);
  color: var(--variable-collection-action-purple5);
  font-size: var(--head-h2-font-size);
  letter-spacing: var(--head-h2-letter-spacing);
  line-height: var(--head-h2-line-height);
  white-space: nowrap;
  font-style: var(--head-h2-font-style);
}
body.page-mychallenge .my .frame-53 {
display: inline-flex;
  height: 110px;
  align-items: flex-start;
  gap: 10px;
  padding: 27px 40px 27px 35px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -2.00px;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid;
  border-color: #e4e4e7;
}
body.page-mychallenge .my .calendar-wrapper {
background-color: var(--variable-collection-action-red1);
  display: flex;
  width: 55px;
  height: 55px;
  align-items: flex-start;
  padding: 10px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
body.page-mychallenge .my .text-wrapper-37 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-h2-font-family);
  font-weight: var(--head-h2-font-weight);
  color: var(--variable-collection-action-red5);
  font-size: var(--head-h2-font-size);
  letter-spacing: var(--head-h2-letter-spacing);
  line-height: var(--head-h2-line-height);
  white-space: nowrap;
  font-style: var(--head-h2-font-style);
}
body.page-mychallenge .my .frame-54 {
position: relative;
  width: 1104px;
  height: 110px;
  margin-bottom: -77.00px;
}
body.page-mychallenge .my .sidebar {
display: flex;
  flex-direction: column;
  width: 250px;
  height: 1410px;
  align-items: center;
  gap: 31px;
  padding: 26px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--variable-collection-grey200);
}
body.page-mychallenge .my .view-5 {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/challenge/rectangle.png);
  background-size: 100% 100%;
}
body.page-mychallenge .my .frame-55 {
display: flex;
  flex-direction: column;
  height: 705px;
  align-items: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-mychallenge .my .frame-56 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 14px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-mychallenge .my .frame-57 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .overlap-group-wrapper {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-mychallenge .my .mask-group-wrapper {
position: relative;
  width: 52px;
  height: 52px;
  top: -2px;
  left: -2px;
  border-radius: 26px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-mychallenge .my .mask-group {
position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}
body.page-mychallenge .my .frame-58 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-mychallenge .my .sub-2 {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-mychallenge .my .sub-3 {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-mychallenge .my .frame-59 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .line-2 {
width: 172px;
  margin-top: -1.00px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-mychallenge .my .frame-60 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-61 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .calendar {
position: relative;
  width: 12px;
  height: 12px;
}
body.page-mychallenge .my .sub-4 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-mychallenge .my .variant {
display: inline-flex;
  height: 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 0px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--actiongreengreen-20);
  border-radius: 100px;
  overflow: hidden;
}
body.page-mychallenge .my .line-3 {
width: 206px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-mychallenge .my .r {
display: flex;
  flex-direction: column;
  height: 212px;
  align-items: flex-start;
  gap: 3px;
  padding: 0px 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-mychallenge .my .frame-62 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-mychallenge .my .img-3 {
position: relative;
  width: 16px;
  height: 16px;
}
body.page-mychallenge .my .text-wrapper-38 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-mychallenge .my .frame-63 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-mychallenge .my .text-wrapper-39 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--collection-color);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-mychallenge .my .group-3 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/challenge/info.svg);
  background-size: 100% 100%;
}
body.page-mychallenge .my .frame-64 {
display: flex;
  flex-direction: column;
  width: 204px;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mychallenge .my .frame-65 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-mychallenge .my .trending-up-wrapper {
display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 10px;
  padding: 9px;
  position: relative;
  background-color: var(--main-colorprimary);
  border-radius: 26px;
}
body.page-mychallenge .my .trending-up {
position: relative;
  width: 18px;
  height: 18px;
  margin-top: -0.50px;
  margin-bottom: -0.50px;
  margin-right: -1.00px;
}
body.page-mychallenge .my .frame-66 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
}
body.page-mychallenge .my .rectangle-8 {
position: relative;
  width: 122px;
  height: 6px;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
}
body.page-mychallenge .my .text-wrapper-40 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorprimary);
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.8px;
}
body.page-mychallenge .my .frame-67 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}

/* page_mypage.css  →  body.page-mypage */
:root {
--main-colorprimary: rgba(57, 129, 247, 1);
  --main-colorblack: rgba(10, 17, 47, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --sub-colorpurple: rgba(135, 106, 251, 1);
  --sub-colorred: rgba(251, 106, 106, 1);
  --background-colorblue1: var(--variable-collection-blue-blue1);
  --background-colorblue2: var(--variable-collection-blue-blue2);
  --background-colorblue3: var(--variable-collection-blue-blue3);
  --background-colorblue4: var(--variable-collection-blue-blue4);
  --background-colorblue5: var(--variable-collection-blue-blue5);
  --grey-colorgrey1: rgba(244, 244, 245, 1);
  --grey-colorgrey2: rgba(228, 228, 231, 1);
  --grey-colorgrey3: rgba(228, 228, 231, 1);
  --grey-colorgrey4: rgba(217, 217, 217, 1);
  --grey-colorgrey5: rgba(202, 202, 206, 1);
  --grey-colorgrey6: rgba(144, 150, 162, 1);
  --grey-colorgrey7: rgba(112, 112, 122, 1);
  --grey-colorgrey8: rgba(68, 68, 75, 1);
  --x-color: rgba(230, 255, 250, 1);
  --etcyelloew-1: rgba(250, 167, 69, 1);
  --etcyelloew-2: rgba(254, 245, 229, 1);
  --etcpurple-1: rgba(124, 93, 251, 1);
  --etcpurple-2: rgba(225, 218, 254, 1);
  --etcred-1: rgba(250, 69, 69, 1);
  --etcred-2: rgba(254, 218, 218, 1);
  --etcgreen-1: rgba(10, 175, 96, 1);
  --etcgreen-2: rgba(206, 239, 223, 1);
  --greyscale-grey-100: rgba(244, 244, 245, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --light-themegraylight-grey: rgba(223, 229, 239, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --body-body3-font-family: "Pretendard Variable", Helvetica;
  --body-body3-font-weight: 500;
  --body-body3-font-size: 15px;
  --body-body3-letter-spacing: 0px;
  --body-body3-line-height: 160.0000023841858%;
  --body-body3-font-style: normal;
  --body-body4-font-family: "Pretendard Variable", Helvetica;
  --body-body4-font-weight: 400;
  --body-body4-font-size: 14px;
  --body-body4-letter-spacing: -0.14px;
  --body-body4-line-height: 150%;
  --body-body4-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 600;
  --button-button2-font-size: 15px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --button-button3-font-family: "Pretendard Variable", Helvetica;
  --button-button3-font-weight: 500;
  --button-button3-font-size: 14px;
  --button-button3-letter-spacing: 0.28px;
  --button-button3-line-height: 120.00000476837158%;
  --button-button3-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-mypage .screen .view {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/mypage/rectangle.png);
  background-size: 100% 100%;
}
body.page-mypage .screen .frame {
display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-2 {
display: flex;
  flex-direction: column;
  height: 705px;
  align-items: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-mypage .screen .frame-3 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 14px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-mypage .screen .frame-4 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .group {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-mypage .screen .overlap-group {
position: relative;
  width: 52px;
  height: 52px;
  top: -2px;
  left: -2px;
  border-radius: 26px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-mypage .screen .frame-5 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-mypage .screen .sub {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscale-grey-600);
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  letter-spacing: 0;
}
body.page-mypage .screen .text-wrapper {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-mypage .screen .frame-6 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-7 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-8 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .sub-2 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscale-grey-600);
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  letter-spacing: 0;
}
body.page-mypage .screen .img {
width: 206px;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-mypage .screen .frame-9 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--collection-color);
  border-radius: 7px;
}
body.page-mypage .screen .text-wrapper-2 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-mypage .screen .frame-10 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-mypage .screen .text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-mypage .screen .frame-11 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-mypage .screen .text-wrapper-4 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-mypage .screen .group-2 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/mypage/info.svg);
  background-size: 100% 100%;
}
body.page-mypage .screen .frame-12 {
display: flex;
  flex-direction: column;
  width: 204px;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-13 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-mypage .screen .trending-up-wrapper {
display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  gap: 10px;
  padding: 9px;
  position: relative;
  background-color: var(--main-colorprimary);
  border-radius: 26px;
}
body.page-mypage .screen .frame-wrapper {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mypage .screen .rectangle {
position: relative;
  width: 122px;
  height: 6px;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
}
body.page-mypage .screen .text-wrapper-5 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--main-colorprimary);
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.8px;
}
body.page-mypage .screen .line-2 {
align-self: stretch;
  width: 100%;
  position: relative;
  height: 1px;
  object-fit: cover;
}
body.page-mypage .screen .frame-14 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}
body.page-mypage .screen .frame-15 {
position: relative;
  flex: 1;
  flex-grow: 1;
  height: 71px;
}
body.page-mypage .screen .frame-16 {
display: inline-flex;
  flex-direction: column;
  height: 71px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-mypage .screen .sub-3 {
align-self: stretch;
  font-family: var(--subtitle-1-font-family);
  font-weight: var(--subtitle-1-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-1-font-size);
  line-height: var(--subtitle-1-line-height);
  position: relative;
  letter-spacing: var(--subtitle-1-letter-spacing);
  font-style: var(--subtitle-1-font-style);
}
body.page-mypage .screen .overlap-group-2 {
position: relative;
  width: 40px;
  height: 32px;
  left: -30px;
}
body.page-mypage .screen .bell-2 {
position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 8px;
}
body.page-mypage .screen .ellipse {
position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 0;
  background-color: var(--main-colorprimary);
  border-radius: 9px;
}
body.page-mypage .screen .text-wrapper-6 {
position: absolute;
  width: 6px;
  top: 13px;
  left: 6px;
  font-family: "Pretendard Variable-ExtraBold", Helvetica;
  font-weight: 800;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16.5px;
  white-space: nowrap;
}
body.page-mypage .screen .frame-17 {
display: flex;
  flex-direction: column;
  width: 1190px;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 122px;
  left: 250px;
}
body.page-mypage .screen .div-wrapper {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 32px 35px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-mypage .screen .frame-18 {
display: flex;
  flex-direction: column;
  width: 996px;
  align-items: flex-start;
  gap: 27px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .text-wrapper-7 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  font-style: var(--head-h3-font-style);
}
body.page-mypage .screen .frame-19 {
display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-20 {
display: flex;
  width: 996px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
body.page-mypage .screen .overlap-wrapper {
position: relative;
  width: 141px;
  height: 130px;
}
body.page-mypage .screen .overlap {
position: relative;
  width: 138px;
  height: 130px;
}
body.page-mypage .screen .overlap-group-wrapper {
position: absolute;
  width: 130px;
  height: 130px;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: block;  
  object-fit: cover;
}
body.page-mypage .screen .mask-group-wrapper {
position: relative;
  width: 134px;
  height: 134px;
  top: -2px;
  left: -2px;
  border: 2px solid;
  border-color: var(--light-themegraypure-white);
}
body.page-mypage .screen .group-3 {
position: absolute;
  width: 38px;
  height: 38px;
  top: 89px;
  left: 100px;
}
body.page-mypage .screen .camera-wrapper {
display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px 12px 9px;
  position: relative;
  background-color: var(--variable-collection-blue-blue3);
  border-radius: 22px;
  border: 2px solid;
  border-color: var(--variable-collection-main-color-white);
}
body.page-mypage .screen .camera {
position: relative;
  width: 20px;
  height: 20px;
  margin-top: -2.00px;
  margin-bottom: -2.00px;
  margin-right: -3.00px;
}
body.page-mypage .screen .frame-21 {
display: flex;
  flex-direction: column;
  width: 796px;
  align-items: flex-start;
  position: relative;
}
body.page-mypage .screen .frame-22 {
display: flex;
  align-items: flex-start;
  gap: 191px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-23 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-mypage .screen .frame-24 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mypage .screen .group-4 {
position: relative;
  width: 48px;
  height: 22px;
}
body.page-mypage .screen .text-wrapper-8 {
position: absolute;
  top: 0;
  left: 21px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscalegrey-500);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mypage .screen .img-3 {
position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
body.page-mypage .screen .frame-25 {
display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-26 {
display: flex;
  width: 110px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
body.page-mypage .screen .text-wrapper-9 {
position: relative;
  width: 46px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
body.page-mypage .screen .frame-27 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--shades-of-blueblue-94);
  border-radius: 4px;
}
body.page-mypage .screen .text-wrapper-10 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Plus Jakarta Sans", Helvetica;
  font-weight: 500;
  color: var(--main-colorblack);
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.12px;
  line-height: 16.8px;
  white-space: nowrap;
}
body.page-mypage .screen .frame-28 {
display: flex;
  flex-direction: column;
  width: 113px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-mypage .screen .frame-29 {
display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .text-wrapper-11 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscalegrey-500);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mypage .screen .text-wrapper-12 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
body.page-mypage .screen .frame-30 {
display: flex;
  flex-direction: column;
  width: 191px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
body.page-mypage .screen .frame-31 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .text-wrapper-13 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}
body.page-mypage .screen .text-wrapper-14 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: var(--greyscalegrey-500);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
  white-space: nowrap;
}
body.page-mypage .screen .frame-32 {
display: flex;
  width: 419px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-mypage .screen .frame-33 {
display: flex;
  flex-direction: column;
  width: 114px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-mypage .screen .group-5 {
position: relative;
  width: 60px;
  height: 22px;
}
body.page-mypage .screen .frame-34 {
display: flex;
  flex-direction: column;
  width: 117px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-mypage .screen .view-2 {
display: flex;
  width: 1108px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--greygrey-4);
}
body.page-mypage .screen .settings {
position: relative;
  width: 20px;
  height: 20px;
}
body.page-mypage .button-text {
background: none; 
  border: none; 
  padding: 0; 
  margin: 0; 
  cursor: pointer; 
  font-size: 16px;  
  outline: none;
}
body.page-mypage .screen .text-wrapper-15 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--greygrey-7);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}

/* page_private.css  →  body.page-private */
body.page-private .screen .div {
background-color: var(--blueblue-1);
  width: 1440px;
  height: 4500px;
  position: relative;
}

/* page_report.css  →  body.page-report */
:root {
--main-colorprimary: rgba(57, 129, 247, 1);
  --main-colorblack: rgba(10, 17, 47, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --sub-colorpurple: rgba(135, 106, 251, 1);
  --sub-colorred: rgba(251, 106, 106, 1);
  --background-colorblue1: var(--variable-collection-blue-blue1);
  --background-colorblue2: var(--variable-collection-blue-blue2);
  --background-colorblue3: var(--variable-collection-blue-blue3);
  --background-colorblue4: var(--variable-collection-blue-blue4);
  --background-colorblue5: var(--variable-collection-blue-blue5);
  --grey-colorgrey1: rgba(244, 244, 245, 1);
  --grey-colorgrey2: rgba(228, 228, 231, 1);
  --grey-colorgrey3: rgba(228, 228, 231, 1);
  --grey-colorgrey4: rgba(217, 217, 217, 1);
  --grey-colorgrey5: rgba(202, 202, 206, 1);
  --grey-colorgrey6: rgba(144, 150, 162, 1);
  --grey-colorgrey7: rgba(112, 112, 122, 1);
  --grey-colorgrey8: rgba(68, 68, 75, 1);
  --x-color: rgba(230, 255, 250, 1);
  --etcyelloew-1: rgba(250, 167, 69, 1);
  --etcyelloew-2: rgba(254, 245, 229, 1);
  --etcpurple-1: rgba(124, 93, 251, 1);
  --etcpurple-2: rgba(225, 218, 254, 1);
  --etcred-1: rgba(250, 69, 69, 1);
  --etcred-2: rgba(254, 218, 218, 1);
  --etcgreen-1: rgba(10, 175, 96, 1);
  --etcgreen-2: rgba(206, 239, 223, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --greyscale-grey-800: rgba(49, 49, 53, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --light-themeprimaryprimary: rgba(93, 135, 255, 1);
  --actiongreengreen-100: rgba(10, 175, 96, 1);
  --light-themegraylight-grey: rgba(223, 229, 239, 1);
  --greyscalegrey-300: rgba(202, 202, 206, 1);
  --greyscalegrey-200: rgba(228, 228, 231, 1);
  --actiongreengreen-20: rgba(206, 239, 223, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --body-body3-font-family: "Pretendard Variable", Helvetica;
  --body-body3-font-weight: 500;
  --body-body3-font-size: 15px;
  --body-body3-letter-spacing: 0px;
  --body-body3-line-height: 160.0000023841858%;
  --body-body3-font-style: normal;
  --body-body4-font-family: "Pretendard Variable", Helvetica;
  --body-body4-font-weight: 400;
  --body-body4-font-size: 14px;
  --body-body4-letter-spacing: -0.14px;
  --body-body4-line-height: 150%;
  --body-body4-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 600;
  --button-button2-font-size: 15px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --button-button3-font-family: "Pretendard Variable", Helvetica;
  --button-button3-font-weight: 500;
  --button-button3-font-size: 14px;
  --button-button3-letter-spacing: 0.28px;
  --button-button3-line-height: 120.00000476837158%;
  --button-button3-font-style: normal;
  --subtitle-1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-1-font-weight: 400;
  --subtitle-1-font-size: 16px;
  --subtitle-1-letter-spacing: 0px;
  --subtitle-1-line-height: 160.0000023841858%;
  --subtitle-1-font-style: normal;
  --subtitle-2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-2-font-weight: 500;
  --subtitle-2-font-size: 14px;
  --subtitle-2-letter-spacing: 0.14px;
  --subtitle-2-line-height: 160.0000023841858%;
  --subtitle-2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}

/* page_report2.css  →  body.page-report2 */
:root {
--main-colorprimary: rgba(57, 129, 247, 1);
  --main-colorblack: rgba(10, 17, 47, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --sub-colorpurple: rgba(135, 106, 251, 1);
  --sub-colorred: rgba(251, 106, 106, 1);
  --background-colorblue1: var(--variable-collection-blue-blue1);
  --background-colorblue2: var(--variable-collection-blue-blue2);
  --background-colorblue3: var(--variable-collection-blue-blue3);
  --background-colorblue4: var(--variable-collection-blue-blue4);
  --background-colorblue5: var(--variable-collection-blue-blue5);
  --grey-colorgrey1: rgba(244, 244, 245, 1);
  --grey-colorgrey2: rgba(228, 228, 231, 1);
  --grey-colorgrey3: rgba(228, 228, 231, 1);
  --grey-colorgrey4: rgba(217, 217, 217, 1);
  --grey-colorgrey5: rgba(202, 202, 206, 1);
  --grey-colorgrey6: rgba(144, 150, 162, 1);
  --grey-colorgrey7: rgba(112, 112, 122, 1);
  --grey-colorgrey8: rgba(68, 68, 75, 1);
  --x-color: rgba(230, 255, 250, 1);
  --etcyelloew-1: rgba(250, 167, 69, 1);
  --etcyelloew-2: rgba(254, 245, 229, 1);
  --etcpurple-1: rgba(124, 93, 251, 1);
  --etcpurple-2: rgba(225, 218, 254, 1);
  --etcred-1: rgba(250, 69, 69, 1);
  --etcred-2: rgba(254, 218, 218, 1);
  --etcgreen-1: rgba(10, 175, 96, 1);
  --etcgreen-2: rgba(206, 239, 223, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --greyscale-grey-800: rgba(49, 49, 53, 1);
  --greyscale-grey-400: rgba(144, 150, 162, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --light-themeprimaryprimary: rgba(93, 135, 255, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --light-themegraydark-blue-grey: rgba(42, 53, 71, 1);
  --actiongreengreen-100: rgba(10, 175, 96, 1);
  --light-themegraylight-grey: rgba(223, 229, 239, 1);
  --light-themegraylighter-grey: rgba(234, 239, 244, 1);
  --greyscalegrey-300: rgba(202, 202, 206, 1);
  --greyscalegrey-200: rgba(228, 228, 231, 1);
  --light-themeprimarylight-primary: rgba(236, 242, 255, 1);
  --actiongreengreen-20: rgba(206, 239, 223, 1);
  --shades-of-blueblue-98: rgba(245, 249, 255, 1);
  --greyscale-grey-50: rgba(250, 250, 250, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --body-body3-font-family: "Pretendard Variable", Helvetica;
  --body-body3-font-weight: 500;
  --body-body3-font-size: 15px;
  --body-body3-letter-spacing: 0px;
  --body-body3-line-height: 160.0000023841858%;
  --body-body3-font-style: normal;
  --body-body4-font-family: "Pretendard Variable", Helvetica;
  --body-body4-font-weight: 400;
  --body-body4-font-size: 14px;
  --body-body4-letter-spacing: -0.14px;
  --body-body4-line-height: 150%;
  --body-body4-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 600;
  --button-button2-font-size: 15px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --button-button3-font-family: "Pretendard Variable", Helvetica;
  --button-button3-font-weight: 500;
  --button-button3-font-size: 14px;
  --button-button3-letter-spacing: 0.28px;
  --button-button3-line-height: 120.00000476837158%;
  --button-button3-font-style: normal;
  --subtitle-1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-1-font-weight: 400;
  --subtitle-1-font-size: 16px;
  --subtitle-1-letter-spacing: 0px;
  --subtitle-1-line-height: 160.0000023841858%;
  --subtitle-1-font-style: normal;
  --subtitle-2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-2-font-weight: 500;
  --subtitle-2-font-size: 14px;
  --subtitle-2-letter-spacing: 0.14px;
  --subtitle-2-line-height: 160.0000023841858%;
  --subtitle-2-font-style: normal;
  --normal-semibold-font-family: "Plus Jakarta Sans", Helvetica;
  --normal-semibold-font-weight: 600;
  --normal-semibold-font-size: 14px;
  --normal-semibold-letter-spacing: -0.14px;
  --normal-semibold-line-height: 139.9999976158142%;
  --normal-semibold-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
}
body.page-report2 .web .div {
background-color: var(--background-colorblue1);
  width: 1440px;
  height: 2000px;
  position: relative;
}
body.page-report2 .web .div-wrapper {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorwhite);
  border-radius: 100px;
  border: 1px solid;
  border-color: var(--greyscalegrey-200);
  box-shadow: 1px 1px 7px #00000026;
}
body.page-report2 .web .text-wrapper-2 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: #70707a;
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-report2 .web .component-2 {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorprimary);
  border-radius: 100px;
  box-shadow: 1px 1px 7px #00000026;
}
body.page-report2 .web .text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}
body.page-report2 .web .frame-5 {
display: flex;
  height: 68px;
  align-items: center;
  gap: 10px;
  padding: 18px 40px 7px 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report2 .web .text-wrapper-4 {
position: relative;
  width: fit-content;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  white-space: nowrap;
  font-style: var(--head-h3-font-style);
}
body.page-report2 .web .frame-6 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-7 {
display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .element {
display: flex;
  flex-direction: column;
  width: 545px;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 36px 24px 35px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report2 .web .group {
position: relative;
  width: 470px;
  height: 134px;
}
body.page-report2 .web .frame-8 {
display: flex;
  width: 115px;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-report2 .web .text-wrapper-5 {
font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report2 .web .frame-9 {
display: flex;
  flex-direction: column;
  width: 470px;
  align-items: flex-start;
  gap: 5px;
  position: absolute;
  top: 57px;
  left: 0;
}
body.page-report2 .web .frame-10 {
display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .text-wrapper-6 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-primary);
  font-size: 36px;
  letter-spacing: 0;
  line-height: 50.4px;
  white-space: nowrap;
}
body.page-report2 .web .text-wrapper-7 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}
body.page-report2 .web .p {
position: relative;
  width: 475px;
  margin-right: -5.00px;
  font-family: var(--subtitle-sub3-font-family);
  font-weight: var(--subtitle-sub3-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub3-font-size);
  letter-spacing: var(--subtitle-sub3-letter-spacing);
  line-height: var(--subtitle-sub3-line-height);
  font-style: var(--subtitle-sub3-font-style);
}
body.page-report2 .web .text-wrapper-8 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--grey-colorgrey8);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report2 .web .frame-11 {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 32px 30px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report2 .web .frame-12 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-14 {
display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-15 {
display: flex;
  flex-direction: column;
  width: 313px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
body.page-report2 .web .text-wrapper-9 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  font-style: var(--head-h3-font-style);
}
body.page-report2 .web .text-wrapper-10 {
position: relative;
  width: fit-content;
  margin-top: -0.50px;
  margin-left: -4.50px;
  margin-right: -4.50px;
  font-family: var(--button-button3-font-family);
  font-weight: var(--button-button3-font-weight);
  color: var(--greyscale-grey-800);
  font-size: var(--button-button3-font-size);
  letter-spacing: var(--button-button3-letter-spacing);
  line-height: var(--button-button3-line-height);
  white-space: nowrap;
  font-style: var(--button-button3-font-style);
}
body.page-report2 .web .element-wrapper {
display: flex;
  width: 163px;
  height: 34px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px 45px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: var(--greyscalegrey-300);
}
body.page-report2 .web .element-2 {
position: relative;
  width: 163px;
  margin-top: -1.50px;
  margin-left: -45.00px;
  margin-right: -45.00px;
  font-family: var(--button-button3-font-family);
  font-weight: var(--button-button3-font-weight);
  color: var(--greyscale-grey-800);
  font-size: var(--button-button3-font-size);
  text-align: center;
  letter-spacing: var(--button-button3-letter-spacing);
  line-height: var(--button-button3-line-height);
  font-style: var(--button-button3-font-style);
}
body.page-report2 .web .frame-16 {
display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-17 {
display: flex;
  flex-direction: column;
  width: 140px;
  height: 134px;
  align-items: flex-start;
  gap: 10px;
  padding: 23px 32px 23px 25px;
  position: relative;
  background-color: var(--shades-of-blueblue-98);
  border-radius: 14px;
  border: 1px solid;
  border-color: #3981f7;
}
body.page-report2 .web .img-3 {
position: relative;
  width: 20px;
  height: 20px;
}
body.page-report2 .web .frame-18 {
display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-19 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .text-wrapper-11 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-h2-font-family);
  font-weight: var(--head-h2-font-weight);
  color: #3981f7;
  font-size: var(--head-h2-font-size);
  letter-spacing: var(--head-h2-letter-spacing);
  line-height: var(--head-h2-line-height);
  white-space: nowrap;
  font-style: var(--head-h2-font-style);
}
body.page-report2 .web .element-3 {
position: relative;
  width: fit-content;
  font-family: var(--subtitle-sub4-font-family);
  font-weight: var(--subtitle-sub4-font-weight);
  color: var(--greyscale-grey-400);
  font-size: var(--subtitle-sub4-font-size);
  letter-spacing: var(--subtitle-sub4-letter-spacing);
  line-height: var(--subtitle-sub4-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub4-font-style);
}
body.page-report2 .web .frame-20 {
display: flex;
  flex-direction: column;
  width: 140px;
  height: 134px;
  align-items: flex-start;
  gap: 10px;
  padding: 23px 32px 23px 25px;
  position: relative;
  background-color: var(--greyscale-grey-50);
  border-radius: 14px;
  border: 1px solid;
  border-color: #e4e4e7;
}
body.page-report2 .web .text-wrapper-12 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--head-h2-font-family);
  font-weight: var(--head-h2-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--head-h2-font-size);
  letter-spacing: var(--head-h2-letter-spacing);
  line-height: var(--head-h2-line-height);
  white-space: nowrap;
  font-style: var(--head-h2-font-style);
}
body.page-report2 .web .frame-21 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -3.00px;
  width: 100%;
}
body.page-report2 .web .group-2 {
position: relative;
  height: 27px;
}
body.page-report2 .web .text-wrapper-13 {
position: absolute;
  width: 449px;
  top: 0;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #0a112f;
  font-size: var(--subtitle-sub1-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-report2 .web .frame-22 {
display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  position: relative;
}
body.page-report2 .web .frame-23 {
display: flex;
    flex-direction: column;
    width: calc(50% - 10px); 
    min-width: 450px;
    align-items: flex-start;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid;
    border-color: var(--variable-collection-grey200);
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}
body.page-report2 .web .frame-24 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .view-1 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color:#3981F7;
  border-radius: 4px;
}
body.page-report2 .web .view-2 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color:#ECF2FF;
  border-radius: 4px;
}
body.page-report2 .web .text-wrapper-14 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: var(--light-themegraypure-white);
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report2 .web .text-wrapper-15 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #5D87FF;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report2 .web .text-wrapper-15-1 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13DEB9;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report2 .web .frame-25 {
display: flex;
  align-items: flex-start;
  gap: 37px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .group-3 {
position: relative;
  width: 75px;
  height: 54px;
}
body.page-report2 .web .text-wrapper-16 {
position: absolute;
  top: 0;
  left: 0;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  color: #57575f;
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-2-font-style);
}
body.page-report2 .web .text-wrapper-17 {
position: absolute;
  top: 26px;
  left: 0;
  font-family: var(--body-body1-font-family);
  font-weight: var(--body-body1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--body-body1-font-size);
  letter-spacing: var(--body-body1-letter-spacing);
  line-height: var(--body-body1-line-height);
  white-space: nowrap;
  font-style: var(--body-body1-font-style);
}
body.page-report2 .web .group-4 {
position: relative;
  width: 58px;
  height: 54px;
}
body.page-report2 .web .group-5 {
position: relative;
  width: 63px;
  height: 54px;
}
body.page-report2 .web .view-3 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #13deb9;
  border-radius: 4px;
}
body.page-report2 .web .view-4 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #e6fffa;
  border-radius: 4px;
}
body.page-report2 .web .text-wrapper-18 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13deb9;
  font-size: 14px;
  letter-spacing: -0.14px;
  line-height: 19.6px;
  white-space: nowrap;
}
body.page-report2 .web .frame-26 {
display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .view-wrapper {
display: flex;
  width: 384px;
  height: 651px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 33px 94px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid;
  border-color: #e4e4e7;
}
body.page-report2 .web .group-wrapper {
position: relative;
  width: 326px;
  height: 667px;
  margin-top: -41.00px;
  margin-bottom: -41.00px;
  margin-left: -65.00px;
  margin-right: -65.00px;
}
body.page-report2 .web .overlap-group-wrapper {
position: relative;
  width: 330px;
  height: 620px;
  top: 25px;
}
body.page-report2 .web .overlap-group-2 {
position: relative;
  width: 326px;
  height: 620px;
  background-image: url(/img/pc/report2/group-1000002417.png);
  background-size: 100% 100%;
}
body.page-report2 .web .line {
position: absolute;
  width: 63px;
  height: 63px;
  top: 86px;
  left: 190px;
}
body.page-report2 .web .overlap {
position: absolute;
  width: 115px;
  height: 104px;
  top: 446px;
  left: 13px;
}
body.page-report2 .web .line-2 {
position: absolute;
  width: 63px;
  height: 63px;
  top: 0;
  left: 52px;
}
body.page-report2 .web .text-wrapper-20 {
position: absolute;
  top: 59px;
  left: 0;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13deb9;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 45px;
  white-space: nowrap;
}
body.page-report2 .web .text-wrapper-21 {
position: absolute;
  top: 47px;
  left: 255px;
  color: #5d87ff;
  font-size: 30px;
  line-height: 45px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-report2 .web .frame-27 {
display: flex;
  flex-direction: column;
  width: 716px;
  align-items: flex-start;
  position: relative;
}
body.page-report2 .web .frame-28 {
display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-29 {
display: flex;
  flex-direction: column;
  width: 350px;
  height: 265px;
  align-items: flex-start;
  gap: 16px;
  padding: 30px 35px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid;
  border-color: #e4e4e7;
}
body.page-report2 .web .frame-30 {
display: flex;
  width: 278px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-31 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--light-themeprimaryprimary);
  border-radius: 4px;
}
body.page-report2 .web .text-wrapper-22 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--normal-semibold-font-family);
  font-weight: var(--normal-semibold-font-weight);
  color: var(--light-themegraypure-white);
  font-size: var(--normal-semibold-font-size);
  letter-spacing: var(--normal-semibold-letter-spacing);
  line-height: var(--normal-semibold-line-height);
  white-space: nowrap;
  font-style: var(--normal-semibold-font-style);
}
body.page-report2 .web .text-wrapper-23 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  color: #5d87ff;
  font-size: 20px;
  line-height: 30px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-report2 .web .frame-32 {
display: inline-flex;
  align-items: flex-start;
  gap: 21px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-33 {
display: flex;
  flex-direction: column;
  width: 60px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-report2 .web .text-wrapper-24 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub5-font-family);
  font-weight: var(--subtitle-sub5-font-weight);
  color: var(--grey-colorgrey7);
  font-size: var(--subtitle-sub5-font-size);
  letter-spacing: var(--subtitle-sub5-letter-spacing);
  line-height: var(--subtitle-sub5-line-height);
  font-style: var(--subtitle-sub5-font-style);
}
body.page-report2 .web .text-wrapper-25 {
position: relative;
  align-self: stretch;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--light-themegraydark-blue-grey);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report2 .web .rectangle-2 {
position: relative;
  width: 1px;
  height: 40px;
  background-color: var(--light-themegraylight-grey);
}
body.page-report2 .web .frame-34 {
display: flex;
  flex-direction: column;
  width: 67px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-report2 .web .rectangle-3 {
position: relative;
  width: 278px;
  height: 1px;
  background-color: var(--light-themegraylighter-grey);
}
body.page-report2 .web .frame-35 {
display: flex;
  flex-direction: column;
  width: 264px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .text-wrapper-26 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--light-themegraydark-blue-grey);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report2 .web .frame-36 {
display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-37 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--light-themeprimarylight-primary);
  border-radius: 4px;
}
body.page-report2 .web .text-wrapper-27 {
font-family: var(--normal-semibold-font-family);
  font-weight: var(--normal-semibold-font-weight);
  color: var(--light-themeprimaryprimary);
  font-size: var(--normal-semibold-font-size);
  letter-spacing: var(--normal-semibold-letter-spacing);
  line-height: var(--normal-semibold-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  white-space: nowrap;
  font-style: var(--normal-semibold-font-style);
}
body.page-report2 .web .text-wrapper-28 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  color: #13deb9;
  font-size: 20px;
  line-height: 30px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
body.page-report2 .web .frame-38 {
display: flex;
  height: 72px;
  align-items: center;
  gap: 10px;
  padding: 20px 40px 7px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report2 .web .div-2 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 98px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report2 .web .frame-39 {
display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 18px;
  left: 20px;
}
body.page-report2 .web .text-wrapper-29 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #0a112f;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28.0px;
  white-space: nowrap;
}
body.page-report2 .web .view-5 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 20px;
  background-color: #3981F7;
  border-radius: 4px;
}
body.page-report2 .web .view-6 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 72px;
  background-color:#ECF2FF;
  border-radius: 4px;
}
body.page-report2 .web .frame-40 {
display: flex;
  width: 435px;
  height: 55px;
  align-items: flex-start;
  gap: 25px;
  position: absolute;
  top: 25px;
  left: 255px;
}
body.page-report2 .web .group-6 {
position: relative;
  width: 85px;
  height: 54px;
}
body.page-report2 .web .view-7 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 20px;
  background-color: #13deb9;
  border-radius: 4px;
}
body.page-report2 .web .view-8 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 72px;
  background-color: #e6fffa;
  border-radius: 4px;
}
body.page-report2 .web .frame-41 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 13px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report2 .web .sidebar {
display: flex;
  flex-direction: column;
  width: 250px;
  height: 2000px;
  align-items: center;
  gap: 31px;
  padding: 26px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report2 .web .frame-42 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .view-9 {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/report2/rectangle.png);
  background-size: 100% 100%;
}
body.page-report2 .web .frame-43 {
display: inline-flex;
  flex-direction: column;
  height: 381px;
  align-items: center;
  gap: 17px;
  position: relative;
}
body.page-report2 .web .frame-44 {
display: flex;
  flex-direction: column;
  width: 206px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 14px 15px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-report2 .web .frame-45 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .group-7 {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-report2 .web .frame-46 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-report2 .web .frame-47 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .line-3 {
position: relative;
  width: 172px;
  height: 1px;
  margin-top: -1.00px;
  object-fit: cover;
}
body.page-report2 .web .frame-48 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report2 .web .frame-49 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report2 .web .line-4 {
position: relative;
  width: 206px;
  height: 1px;
  object-fit: cover;
}
body.page-report2 .web .frame-50 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-report2 .web .text-wrapper-30 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: #70707a;
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report2 .web .text-wrapper-31 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report2 .web .frame-51 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-report2 .web .text-wrapper-32 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report2 .web .group-8 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/report2/info.svg);
  background-size: 100% 100%;
}
body.page-report2 .web .frame-52 {
display: flex;
  flex-direction: column;
  width: 200px;
  height: 492px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 19px;
  position: relative;
}
body.page-report2 .web .frame-53 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-report2 .web .rectangle-4 {
position: relative;
  width: 122px;
  height: 6px;
  background-color: #3981f7;
  border-radius: 100px;
}
body.page-report2 .web .text-wrapper-33 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #3981f7;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.3px;
}
body.page-report2 .web .line-5 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}
body.page-report2 .web .frame-54 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}

/* page_report3.css  →  body.page-report3 */
:root {
--mainprimary: rgba(57, 129, 247, 1);
  --mainblack: rgba(10, 17, 47, 1);
  --mainwhite: rgba(255, 255, 255, 1);
  --n-ox-pj-1: rgba(57, 129, 247, 1);
  --cf-cf-4v: rgba(236, 242, 255, 1);
  --mr-qwl-k: rgba(19, 222, 185, 1);
  --xj-teav: rgba(230, 255, 250, 1);
  --k-k8ykt: rgba(135, 106, 251, 1);
  --v-ozxsc: rgba(237, 233, 255, 1);
  --greygrey-1: rgba(244, 244, 245, 1);
  --greygrey-2: rgba(228, 228, 231, 1);
  --greygrey-3: rgba(228, 228, 231, 1);
  --greygrey-4: rgba(217, 217, 217, 1);
  --greygrey-5: rgba(202, 202, 206, 1);
  --greygrey-6: rgba(144, 150, 162, 1);
  --greygrey-7: rgba(112, 112, 122, 1);
  --greygrey-8: rgba(68, 68, 75, 1);
  --blueblue-1: var(--variable-collection-blue-blue1);
  --blueblue-2: var(--variable-collection-blue-blue2);
  --blueblue-3: var(--variable-collection-blue-blue3);
  --blueblue-4: var(--variable-collection-blue-blue4);
  --blueblue-5: var(--variable-collection-blue-blue5);
  --main-colorblack: rgba(10, 17, 47, 1);
  --greyscalegrey-500: rgba(112, 112, 122, 1);
  --main-colorwhite: rgba(255, 255, 255, 1);
  --greyscale-grey-800: rgba(49, 49, 53, 1);
  --light-themegraypure-white: rgba(255, 255, 255, 1);
  --light-themeprimaryprimary: rgba(93, 135, 255, 1);
  --greyscale-grey-600: rgba(88, 88, 96, 1);
  --light-themegraydark-blue-grey: rgba(42, 53, 71, 1);
  --actiongreengreen-100: rgba(10, 175, 96, 1);
  --main-colorprimary: rgba(57, 129, 247, 1);
  --greyscalegrey-300: rgba(202, 202, 206, 1);
  --light-themegraylight-grey: rgba(223, 229, 239, 1);
  --light-themegraylighter-grey: rgba(234, 239, 244, 1);
  --greyscalegrey-200: rgba(228, 228, 231, 1);
  --light-themeprimarylight-primary: rgba(236, 242, 255, 1);
  --actiongreengreen-20: rgba(206, 239, 223, 1);
  --head-h1-font-family: "Pretendard Variable", Helvetica;
  --head-h1-font-weight: 500;
  --head-h1-font-size: 30px;
  --head-h1-letter-spacing: -0.3px;
  --head-h1-line-height: 150%;
  --head-h1-font-style: normal;
  --head-h2-font-family: "Pretendard Variable", Helvetica;
  --head-h2-font-weight: 600;
  --head-h2-font-size: 22px;
  --head-h2-letter-spacing: 0px;
  --head-h2-line-height: 150%;
  --head-h2-font-style: normal;
  --head-h3-font-family: "Pretendard Variable", Helvetica;
  --head-h3-font-weight: 500;
  --head-h3-font-size: 22px;
  --head-h3-letter-spacing: 0px;
  --head-h3-line-height: 150%;
  --head-h3-font-style: normal;
  --head-h4-font-family: "Pretendard Variable", Helvetica;
  --head-h4-font-weight: 500;
  --head-h4-font-size: 20px;
  --head-h4-letter-spacing: 0px;
  --head-h4-line-height: 150%;
  --head-h4-font-style: normal;
  --subtitle-sub1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub1-font-weight: 500;
  --subtitle-sub1-font-size: 18px;
  --subtitle-sub1-letter-spacing: 0px;
  --subtitle-sub1-line-height: 150%;
  --subtitle-sub1-font-style: normal;
  --subtitle-sub2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub2-font-weight: 400;
  --subtitle-sub2-font-size: 16px;
  --subtitle-sub2-letter-spacing: 0px;
  --subtitle-sub2-line-height: 160.0000023841858%;
  --subtitle-sub2-font-style: normal;
  --subtitle-sub3-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub3-font-weight: 400;
  --subtitle-sub3-font-size: 14px;
  --subtitle-sub3-letter-spacing: 0px;
  --subtitle-sub3-line-height: 160.0000023841858%;
  --subtitle-sub3-font-style: normal;
  --subtitle-sub4-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub4-font-weight: 400;
  --subtitle-sub4-font-size: 13px;
  --subtitle-sub4-letter-spacing: 0px;
  --subtitle-sub4-line-height: 160.0000023841858%;
  --subtitle-sub4-font-style: normal;
  --subtitle-sub5-font-family: "Pretendard Variable", Helvetica;
  --subtitle-sub5-font-weight: 400;
  --subtitle-sub5-font-size: 12px;
  --subtitle-sub5-letter-spacing: -0.12px;
  --subtitle-sub5-line-height: 139.9999976158142%;
  --subtitle-sub5-font-style: normal;
  --body-body1-font-family: "Pretendard Variable", Helvetica;
  --body-body1-font-weight: 500;
  --body-body1-font-size: 20px;
  --body-body1-letter-spacing: -0.2px;
  --body-body1-line-height: 139.9999976158142%;
  --body-body1-font-style: normal;
  --body-body2-font-family: "Pretendard Variable", Helvetica;
  --body-body2-font-weight: 400;
  --body-body2-font-size: 16px;
  --body-body2-letter-spacing: -0.16px;
  --body-body2-line-height: 150%;
  --body-body2-font-style: normal;
  --button-button1-font-family: "Pretendard Variable", Helvetica;
  --button-button1-font-weight: 500;
  --button-button1-font-size: 16px;
  --button-button1-letter-spacing: 0px;
  --button-button1-line-height: 120.00000476837158%;
  --button-button1-font-style: normal;
  --button-button2-font-family: "Pretendard Variable", Helvetica;
  --button-button2-font-weight: 400;
  --button-button2-font-size: 14px;
  --button-button2-letter-spacing: 0px;
  --button-button2-line-height: 120.00000476837158%;
  --button-button2-font-style: normal;
  --subtitle-1-font-family: "Pretendard Variable", Helvetica;
  --subtitle-1-font-weight: 400;
  --subtitle-1-font-size: 16px;
  --subtitle-1-letter-spacing: 0px;
  --subtitle-1-line-height: 160.0000023841858%;
  --subtitle-1-font-style: normal;
  --normal-semibold-font-family: "Plus Jakarta Sans", Helvetica;
  --normal-semibold-font-weight: 600;
  --normal-semibold-font-size: 14px;
  --normal-semibold-letter-spacing: -0.14px;
  --normal-semibold-line-height: 139.9999976158142%;
  --normal-semibold-font-style: normal;
  --subtitle-2-font-family: "Pretendard Variable", Helvetica;
  --subtitle-2-font-weight: 500;
  --subtitle-2-font-size: 14px;
  --subtitle-2-letter-spacing: 0.14px;
  --subtitle-2-line-height: 160.0000023841858%;
  --subtitle-2-font-style: normal;
  --: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  --variable-collection-main-color-white: rgba(255, 255, 255, 1);
  --variable-collection-main-color-black: rgba(10, 17, 47, 1);
  --variable-collection-main-color-primary: rgba(57, 129, 247, 1);
  --variable-collection-grey500: rgba(112, 112, 122, 1);
  --variable-collection-grey200: rgba(228, 228, 231, 1);
  --variable-collection-grey100: rgba(244, 244, 245, 1);
  --variable-collection: rgba(236, 242, 255, 1);
  --variable-collection-blue-blue1: rgba(245, 249, 255, 1);
  --variable-collection-blue-blue2: rgba(235, 243, 255, 1);
  --variable-collection-blue-blue3: rgba(224, 237, 255, 1);
  --variable-collection-blue-blue4: rgba(214, 231, 255, 1);
  --variable-collection-blue-blue5: rgba(204, 225, 255, 1);
  --variable-collection-action-red1: rgba(254, 218, 218, 1);
  --variable-collection-action-red2: rgba(253, 181, 181, 1);
  --variable-collection-action-red3: rgba(252, 143, 143, 1);
  --variable-collection-action-red4: rgba(251, 106, 106, 1);
  --variable-collection-action-red5: rgba(250, 69, 69, 1);
  --variable-collection-action-purple5: rgba(105, 69, 250, 1);
  --variable-collection-action-purple4: rgba(135, 106, 251, 1);
  --variable-collection-action-purple3: rgba(165, 143, 252, 1);
  --variable-collection-action-purple2: rgba(195, 181, 253, 1);
  --variable-collection-action-purple1: rgba(225, 218, 254, 1);
  --variable-collection-action-yellow5: rgba(250, 167, 69, 1);
  --variable-collection-action-yellow3: rgba(251, 185, 106, 1);
  --variable-collection-action-yellow4: rgba(251, 185, 106, 1);
  --variable-collection-grey700: rgba(68, 68, 75, 1);
  --variable-collection-sub-purple: rgba(135, 106, 251, 1);
  --variable-collection-sub-red: rgba(251, 106, 106, 1);
  --collection-color: rgba(255, 255, 255, 1);
  --color-tokens-color-tokens-content-dark-secondary: var(--global-colors-globalcolors-neutral-80);
  --color-tokens-color-tokens-content-dark-tertiary: var(--global-colors-globalcolors-neutral-70);
  --color-tokens-color-tokens-content-dark-primary: var(--global-colors-globalcolors-neutral-100);
  --color-tokens-color-tokens-background-primary: var(--global-colors-globalcolors-neutral-0);
  --color-tokens-color-tokens-background-secondary: var(--global-colors-globalcolors-neutral-20);
  --color-tokens-color-tokens-border-primary: var(--global-colors-globalcolors-neutral-50);
  --global-colors-globalcolors-neutral-80: rgba(114, 114, 114, 1);
  --global-colors-globalcolors-neutral-70: rgba(175, 175, 175, 1);
  --global-colors-globalcolors-neutral-100: rgba(0, 0, 0, 1);
  --global-colors-globalcolors-neutral-0: rgba(255, 255, 255, 1);
  --global-colors-globalcolors-neutral-20: rgba(249, 249, 249, 1);
  --global-colors-globalcolors-neutral-50: rgba(228, 228, 228, 1);
}
body.page-report3 .div-wrapper .div {
background-color: var(--blueblue-1);
  width: 1440px;
  height: 2500px;
  position: relative;
}
body.page-report3 .div-wrapper .sub {
position: relative;
  align-self: stretch;
  font-family: var(--subtitle-1-font-family);
  font-weight: var(--subtitle-1-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-1-font-size);
  letter-spacing: var(--subtitle-1-letter-spacing);
  line-height: var(--subtitle-1-line-height);
  font-style: var(--subtitle-1-font-style);
}
body.page-report3 .div-wrapper .component {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--main-colorwhite);
  border-radius: 100px;
  border: 1px solid;
  border-color: #e4e4e6;
  box-shadow: 1px 1px 7px #00000026;
}
body.page-report3 .div-wrapper .text-wrapper-2 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--greyscalegrey-500);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-report3 .div-wrapper .component-2 {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  position: relative;
  flex: 0 0 auto;
  background-color: #3981f7;
  border-radius: 100px;
  box-shadow: 1px 1px 7px #00000026;
}
body.page-report3 .div-wrapper .text-wrapper-3 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19.2px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .frame-5 {
display: flex;
  height: 68px;
  align-items: center;
  gap: 10px;
  padding: 18px 40px 7px 45px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report3 .div-wrapper .text-wrapper-4 {
position: relative;
  width: fit-content;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  white-space: nowrap;
  font-style: var(--head-h3-font-style);
}
body.page-report3 .div-wrapper .frame-6 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-7 {
display: inline-flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .element {
display: flex;
  flex-direction: column;
  width: 545px;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 36px 24px 35px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report3 .div-wrapper .group {
position: relative;
  width: 470px;
  height: 134px;
}
body.page-report3 .div-wrapper .frame-8 {
display: flex;
  width: 115px;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-report3 .div-wrapper .text-wrapper-5 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--variable-collection-grey700);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report3 .div-wrapper .frame-9 {
display: flex;
  flex-direction: column;
  width: 470px;
  align-items: flex-start;
  gap: 5px;
  position: absolute;
  top: 57px;
  left: 0;
}
body.page-report3 .div-wrapper .frame-10 {
display: inline-flex;
  align-items: center;
  gap: 7px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .text-wrapper-6 {
margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-primary);
  font-size: 36px;
  line-height: 50.4px;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  letter-spacing: 0;
}
body.page-report3 .div-wrapper .text-wrapper-7 {
position: relative;
  width: fit-content;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 33.6px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .p {
position: relative;
  width: 475px;
  margin-right: -5.00px;
  font-family: var(--subtitle-sub3-font-family);
  font-weight: var(--subtitle-sub3-font-weight);
  color: var(--greygrey-8);
  font-size: var(--subtitle-sub3-font-size);
  letter-spacing: var(--subtitle-sub3-letter-spacing);
  line-height: var(--subtitle-sub3-line-height);
  font-style: var(--subtitle-sub3-font-style);
}
body.page-report3 .div-wrapper .text-wrapper-8 {
margin-top: -1.00px;
  color: var(--greygrey-8);
  font-size: var(--subtitle-sub2-font-size);
  line-height: var(--subtitle-sub2-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  white-space: nowrap;
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report3 .div-wrapper .frame-11 {
display: flex;
  flex-direction: column;
  width: 1110px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 32px 30px 35px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report3 .div-wrapper .frame-12 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-13 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-14 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-15 {
display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 900px;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-16 {
display: flex;
  flex-direction: column;
  width: 313px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
}
body.page-report3 .div-wrapper .text-wrapper-9 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--head-h3-font-family);
  font-weight: var(--head-h3-font-weight);
  color: #0a112f;
  font-size: var(--head-h3-font-size);
  letter-spacing: var(--head-h3-letter-spacing);
  line-height: var(--head-h3-line-height);
  font-style: var(--head-h3-font-style);
}
body.page-report3 .div-wrapper .div-2 {
display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .view {
display: flex;
  width: 300px;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 12px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border-color: #c9c9ce;
}
body.page-report3 .div-wrapper .text-wrapper-10 {
margin-top: -0.50px;
  margin-left: -4.50px;
  margin-right: -4.50px;
  color: var(--greyscale-grey-800);
  font-size: var(--button-button2-font-size);
  line-height: var(--button-button2-line-height);
  position: relative;
  width: fit-content;
  font-family: var(--button-button2-font-family);
  font-weight: var(--button-button2-font-weight);
  letter-spacing: var(--button-button2-letter-spacing);
  white-space: nowrap;
  font-style: var(--button-button2-font-style);
}
body.page-report3 .div-wrapper .chevron-left-wrapper {
display: flex;
  width: 32px;
  height: 30px;
  align-items: center;
  gap: 10px;
  padding: 3px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: #c9c9ce;
}
body.page-report3 .div-wrapper .chevron-left {
position: relative;
  width: 24px;
  height: 24px;
}
body.page-report3 .div-wrapper .frame-17 {
display: flex;
  flex-direction: column;
  width: 105px;
  height: 34px;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 9px;
  position: relative;
}
body.page-report3 .div-wrapper .rectangle-wrapper {
display: flex;
  flex-direction: column;
  width: 105px;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-report3 .div-wrapper .rectangle {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 34px;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: #c9c9ce;
}
body.page-report3 .div-wrapper .frame-18 {
display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .element-2 {
position: relative;
  width: fit-content;
  font-family: var(--button-button2-font-family);
  font-weight: var(--button-button2-font-weight);
  color: var(--greyscale-grey-800);
  font-size: var(--button-button2-font-size);
  text-align: center;
  letter-spacing: var(--button-button2-letter-spacing);
  line-height: var(--button-button2-line-height);
  white-space: nowrap;
  font-style: var(--button-button2-font-style);
}
body.page-report3 .div-wrapper .chevron-left-2 {
position: relative;
  width: 22px;
  height: 22px;
}
body.page-report3 .div-wrapper .img-wrapper {
display: flex;
  width: 32px;
  height: 30px;
  align-items: center;
  gap: 10px;
  padding: 3px 4px;
  position: relative;
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid;
  border-color: #c9c9ce;
}
body.page-report3 .div-wrapper .frame-19 {
display: flex;
  flex-direction: column;
  width: 1054px;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  flex: 0 0 auto;
  margin-right: -11.00px;
}
body.page-report3 .div-wrapper .calendar-calendar {
display: flex;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--color-tokens-color-tokens-background-secondary);
  border-radius: 3.55px;
  border: 0.89px solid;
  border-color: var(--color-tokens-color-tokens-border-primary);
}
body.page-report3 .div-wrapper .frame-20 {
display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
body.page-report3 .div-wrapper .table-base-header {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.09px;
  padding: 10.64px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
body.page-report3 .div-wrapper .text-wrapper-11 {
position: relative;
  width: fit-content;
  margin-top: -0.44px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: var(--color-tokens-color-tokens-content-dark-secondary);
  font-size: 12.4px;
  letter-spacing: 0;
  line-height: 18.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.page-report3 .div-wrapper .table-base-header-wrapper {
display: flex;
  flex-direction: column;
  width: 150.57px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
body.page-report3 .div-wrapper .table-base-header-2 {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 7.09px;
  padding: 10.64px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-21 {
display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .calendar-event-cards {
width: 145px;
  margin-left: -1.00px;
  background-color: var(--color-tokens-color-tokens-background-primary);
  border-color: var(--color-tokens-color-tokens-border-primary);
  display: flex;
  flex-direction: column;
  height: 130px;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 14px;
  border: 0.89px solid;
}
body.page-report3 .div-wrapper .element-3 {
position: relative;
  width: fit-content;
  margin-top: -0.44px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  color: var(--color-tokens-color-tokens-content-dark-tertiary);
  font-size: 12.4px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.page-report3 .div-wrapper .calendar-event-cards-2 {
display: flex;
  flex-direction: column;
  width: 130px;
  height: 130px;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  background-color: #f5f9ff;
  border-radius: 14px;
  border: 0.89px solid;
  border-color: var(--main-colorprimary);
}
body.page-report3 .div-wrapper .element-wrapper {
width: 400px;
  background-color: var(--color-tokens-color-tokens-background-primary);
  border-color: var(--greyscalegrey-300);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 14px;
}
body.page-report3 .div-wrapper .text-wrapper-12 {
color: #0a112f;
  position: relative;
  width: fit-content;
  margin-top: -0.44px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  font-size: 12.4px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.page-report3 .div-wrapper .element-4 {
color: var(--color-tokens-color-tokens-content-dark-primary);
  position: relative;
  width: fit-content;
  margin-top: -0.44px;
  font-family: "Inter-Regular", Helvetica;
  font-weight: 400;
  font-size: 12.4px;
  letter-spacing: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body.page-report3 .div-wrapper .text-wrapper-13 {
position: relative;
  width: fit-content;
  font-family: var(--body-body2-font-family);
  font-weight: var(--body-body2-font-weight);

  font-size: var(--body-body2-font-size);
  letter-spacing: var(--body-body2-letter-spacing);
  line-height: var(--body-body2-line-height);
  font-style: var(--body-body2-font-style);
}
body.page-report3 .div-wrapper .calendar-event-cards-3 {
width: 145px;
  background-color: #f5f9ff;
  border-color: var(--main-colorprimary);
  display: flex;
  flex-direction: column;
  height: 130px;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 14px;
  border: 0.89px solid;
}
body.page-report3 .div-wrapper .text-wrapper-14 {
position: relative;
  width: fit-content;
  font-family: var(--body-body2-font-family);
  font-weight: var(--body-body2-font-weight);
  color: var(--variable-collection-main-color-primary);
  font-size: var(--body-body2-font-size);
  letter-spacing: var(--body-body2-letter-spacing);
  line-height: var(--body-body2-line-height);
  font-style: var(--body-body2-font-style);
}
body.page-report3 .div-wrapper .calendar-event-cards-4 {
width: 130px;
  background-color: var(--color-tokens-color-tokens-background-primary);
  border-color: var(--greyscalegrey-200);
  display: flex;
  flex-direction: column;
  height: 130px;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 14px;
  border: 0.89px solid;
}
body.page-report3 .div-wrapper .calendar-event-cards-5 {
width: 145px;
  background-color: var(--color-tokens-color-tokens-background-primary);
  border-color: var(--greyscalegrey-200);
  display: flex;
  flex-direction: column;
  height: 130px;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 14px;
  border: 0.89px solid;
}
body.page-report3 .div-wrapper .calendar-event-cards-6 {
width: 145px;
  margin-left: -1.00px;
  background-color: #f5f9ff;
  border-color: var(--main-colorprimary);
  display: flex;
  flex-direction: column;
  height: 130px;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 14px;
  border: 0.89px solid;
}
body.page-report3 .div-wrapper .calendar-event-cards-7 {
width: 145px;
  margin-left: -1.00px;
  background-color: var(--color-tokens-color-tokens-background-primary);
  border-color: var(--greyscalegrey-200);
  display: flex;
  flex-direction: column;
  height: 130px;
  align-items: flex-start;
  gap: 10.64px;
  padding: 14.19px;
  position: relative;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  border-radius: 14px;
  border: 0.89px solid;
}
body.page-report3 .div-wrapper .group-2 {
position: relative;
  width: 451px;
  height: 27px;
}
body.page-report3 .div-wrapper .text-wrapper-15 {
position: absolute;
  width: 449px;
  top: 0;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #5D87FF;
  font-size: var(--normal-semibold-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-report3 .div-wrapper .text-wrapper-15-1 {
position: absolute;
  width: 449px;
  top: 0;
  left: 0;
  font-family: var(--subtitle-sub1-font-family);
  font-weight: var(--subtitle-sub1-font-weight);
  color: #13DEB9;
  font-size: var(--normal-semibold-font-size);
  letter-spacing: var(--subtitle-sub1-letter-spacing);
  line-height: var(--subtitle-sub1-line-height);
  font-style: var(--subtitle-sub1-font-style);
}
body.page-report3 .div-wrapper .frame-23 {
display: flex;
  flex-direction: column;
  width: 518px;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report3 .div-wrapper .frame-24 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .view-2 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color:#3981F7;
  border-radius: 4px;
}
body.page-report3 .div-wrapper .view-2-1 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ECF2FF;
  border-radius: 4px;
}
body.page-report3 .div-wrapper .text-wrapper-16 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--normal-semibold-font-family);
  font-weight: var(--normal-semibold-font-weight);

  font-size: var(--normal-semibold-font-size);
  letter-spacing: var(--normal-semibold-letter-spacing);
  line-height: var(--normal-semibold-line-height);
  white-space: nowrap;
  font-style: var(--normal-semibold-font-style);
  color:white;
}
body.page-report3 .div-wrapper .text-wrapper-17 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--normal-semibold-font-family);
  font-weight: var(--normal-semibold-font-weight);
  color: #5D87FF;
  font-size: var(--normal-semibold-font-size);
  letter-spacing: var(--normal-semibold-letter-spacing);
  line-height: var(--normal-semibold-line-height);
  white-space: nowrap;
  font-style: var(--normal-semibold-font-style);
}
body.page-report3 .div-wrapper .frame-25 {
display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .group-3 {
position: relative;
  width: 76px;
  height: 54px;
}
body.page-report3 .div-wrapper .text-wrapper-18 {
position: absolute;
  top: 0;
  left: 0;
  font-family: var(--subtitle-2-font-family);
  font-weight: var(--subtitle-2-font-weight);
  color: #57575f;
  font-size: var(--subtitle-2-font-size);
  letter-spacing: var(--subtitle-2-letter-spacing);
  line-height: var(--subtitle-2-line-height);
  white-space: nowrap;
  font-style: var(--subtitle-2-font-style);
}
body.page-report3 .div-wrapper .text-wrapper-19 {
position: absolute;
  top: 26px;
  left: 0;
  font-family: var(--body-body1-font-family);
  font-weight: var(--body-body1-font-weight);
  color: var(--main-colorblack);
  font-size: var(--body-body1-font-size);
  letter-spacing: var(--body-body1-letter-spacing);
  line-height: var(--body-body1-line-height);
  white-space: nowrap;
  font-style: var(--body-body1-font-style);
}
body.page-report3 .div-wrapper .rectangle-2 {
position: relative;
  width: 2px;
  height: 55px;
  background-color: var(--light-themegraylight-grey);
}
body.page-report3 .div-wrapper .group-4 {
position: relative;
  width: 85px;
  height: 54px;
}
body.page-report3 .div-wrapper .group-5 {
position: relative;
  width: 59px;
  height: 54px;
}
body.page-report3 .div-wrapper .group-6 {
position: relative;
  width: 57px;
  height: 54px;
}
body.page-report3 .div-wrapper .view-3 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: #13deb9;
  border-radius: 4px;
}
body.page-report3 .div-wrapper .view-4 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color :#E6FFFA; 
  border-radius: 4px;
}
body.page-report3 .div-wrapper .text-wrapper-20 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--normal-semibold-font-family);
  font-weight: var(--normal-semibold-font-weight);
  color: #13deb9;
  font-size: var(--normal-semibold-font-size);
  letter-spacing: var(--normal-semibold-letter-spacing);
  line-height: var(--normal-semibold-line-height);
  white-space: nowrap;
  font-style: var(--normal-semibold-font-style);
}
body.page-report3 .div-wrapper .button-text-wrapper {
display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #f4f4f58a;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--greygrey-4);
}
body.page-report3 .div-wrapper .button-text {
display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .text-wrapper-21 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--button-button1-font-family);
  font-weight: var(--button-button1-font-weight);
  color: var(--greygrey-7);
  font-size: var(--button-button1-font-size);
  letter-spacing: var(--button-button1-letter-spacing);
  line-height: var(--button-button1-line-height);
  white-space: nowrap;
  font-style: var(--button-button1-font-style);
}
body.page-report3 .div-wrapper .frame-26 {
display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .view-wrapper {
display: flex;
  width: 384px;
  height: 651px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 33px 94px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid;
  border-color: #e4e4e7;
}
body.page-report3 .div-wrapper .group-wrapper {
position: relative;
  width: 326px;
  height: 667px;
  margin-top: -41.00px;
  margin-bottom: -41.00px;
  margin-left: -65.00px;
  margin-right: -65.00px;
}
body.page-report3 .div-wrapper .overlap-group-wrapper {
position: relative;
  width: 330px;
  height: 620px;
  top: 25px;
}
body.page-report3 .div-wrapper .overlap-group-2 {
position: relative;
  width: 326px;
  height: 620px;
  background-image: url(/img/pc/report3/group-1000002417.png);
  background-size: 100% 100%;
}
body.page-report3 .div-wrapper .line {
position: absolute;
  width: 63px;
  height: 63px;
  top: 86px;
  left: 190px;
}
body.page-report3 .div-wrapper .overlap {
position: absolute;
  width: 115px;
  height: 104px;
  top: 446px;
  left: 13px;
}
body.page-report3 .div-wrapper .line-2 {
position: absolute;
  width: 63px;
  height: 63px;
  top: 0;
  left: 52px;
}
body.page-report3 .div-wrapper .text-wrapper-22 {
position: absolute;
  top: 59px;
  left: 0;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13deb9;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 45px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .text-wrapper-23 {
position: absolute;
  top: 47px;
  left: 255px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #5d87ff;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 45px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .frame-27 {
display: flex;
  flex-direction: column;
  width: 716px;
  align-items: flex-start;
  position: relative;
}
body.page-report3 .div-wrapper .frame-28 {
display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-29 {
display: flex;
  flex-direction: column;
  width: 350px;
  height: 265px;
  align-items: flex-start;
  gap: 16px;
  padding: 30px 35px;
  position: relative;
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid;
  border-color: #e4e4e7;
}
body.page-report3 .div-wrapper .frame-30 {
display: flex;
  width: 278px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-31 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--light-themeprimaryprimary);
  border-radius: 4px;
}
body.page-report3 .div-wrapper .text-wrapper-24 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #5d87ff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .frame-32 {
display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-33 {
display: flex;
  flex-direction: column;
  width: 60px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-report3 .div-wrapper .text-wrapper-25 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub5-font-family);
  font-weight: var(--subtitle-sub5-font-weight);
  color: var(--greygrey-7);
  font-size: var(--subtitle-sub5-font-size);
  letter-spacing: var(--subtitle-sub5-letter-spacing);
  line-height: var(--subtitle-sub5-line-height);
  font-style: var(--subtitle-sub5-font-style);
}
body.page-report3 .div-wrapper .text-wrapper-26 {
position: relative;
  align-self: stretch;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--light-themegraydark-blue-grey);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report3 .div-wrapper .rectangle-3 {
position: relative;
  width: 1px;
  height: 40px;
  background-color: var(--light-themegraylight-grey);
}
body.page-report3 .div-wrapper .frame-34 {
display: flex;
  flex-direction: column;
  width: 90px;
  align-items: flex-start;
  gap: 2px;
  position: relative;
}
body.page-report3 .div-wrapper .rectangle-4 {
position: relative;
  width: 278px;
  height: 1px;
  background-color: var(--light-themegraylighter-grey);
}
body.page-report3 .div-wrapper .frame-35 {
display: flex;
  flex-direction: column;
  width: 264px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .text-wrapper-27 {
position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--subtitle-sub2-font-family);
  font-weight: var(--subtitle-sub2-font-weight);
  color: var(--light-themegraydark-blue-grey);
  font-size: var(--subtitle-sub2-font-size);
  letter-spacing: var(--subtitle-sub2-letter-spacing);
  line-height: var(--subtitle-sub2-line-height);
  font-style: var(--subtitle-sub2-font-style);
}
body.page-report3 .div-wrapper .frame-36 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--light-themeprimarylight-primary);
  border-radius: 4px;
}
body.page-report3 .div-wrapper .text-wrapper-28 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Bold", Helvetica;
  font-weight: 700;
  color: #13deb9;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .frame-37 {
display: flex;
  height: 72px;
  align-items: center;
  gap: 10px;
  padding: 20px 40px 7px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report3 .div-wrapper .div-3 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 98px;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report3 .div-wrapper .frame-38 {
display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 18px;
  left: 20px;
}
body.page-report3 .div-wrapper .image {
position: relative;
  width: 20px;
  height: 20px;
}
body.page-report3 .div-wrapper .text-wrapper-29 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--mainblack);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28.0px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .view-5 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 20px;
  background-color: #3981F7;
  border-radius: 4px;
}
body.page-report3 .div-wrapper .view-6 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 72px;
  background-color: #ECF2FF;
  border-radius: 4px;
}
body.page-report3 .div-wrapper .frame-39 {
display: flex;
  width: 435px;
  height: 55px;
  align-items: flex-start;
  gap: 25px;
  position: absolute;
  top: 25px;
  left: 255px;
}
body.page-report3 .div-wrapper .view-7 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 20px;
  background-color: #13DEB9;
  border-radius: 4px;
}
body.page-report3 .div-wrapper .view-8 {
display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  position: absolute;
  top: 56px;
  left: 72px;
  background-color: #e6fffa;
  border-radius: 4px;
}
body.page-report3 .div-wrapper .frame-40 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 13px;
  background-color: var(--variable-collection-blue-blue1);
}
body.page-report3 .div-wrapper .sidebar {
display: flex;
  flex-direction: column;
  width: 250px;
  height: 2500px;
  align-items: center;
  gap: 31px;
  padding: 26px 0px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: var(--variable-collection-grey200);
}
body.page-report3 .div-wrapper .view-9 {
position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/report3/rectangle.png);
  background-size: 100% 100%;
}
body.page-report3 .div-wrapper .frame-41 {
display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-42 {
display: flex;
  flex-direction: column;
  height: 705px;
  align-items: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
body.page-report3 .div-wrapper .frame-43 {
display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 14px 15px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-report3 .div-wrapper .frame-44 {
display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .group-7 {
position: relative;
  width: 48px;
  height: 48px;
}
body.page-report3 .div-wrapper .frame-45 {
display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}
body.page-report3 .div-wrapper .sub-2 {
align-self: stretch;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-report3 .div-wrapper .sub-3 {
align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-report3 .div-wrapper .frame-46 {
display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .line-3 {
position: relative;
  width: 172px;
  height: 1px;
  margin-top: -1.00px;
  object-fit: cover;
}
body.page-report3 .div-wrapper .frame-47 {
display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-48 {
display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .sub-4 {
width: 81px;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  position: relative;
  color: var(--greyscale-grey-600);
  letter-spacing: 0;
}
body.page-report3 .div-wrapper .line-4 {
position: relative;
  width: 206px;
  height: 1px;
  object-fit: cover;
}
body.page-report3 .div-wrapper .frame-49 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-white);
  border-radius: 7px;
}
body.page-report3 .div-wrapper .text-wrapper-30 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--greyscalegrey-500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .text-wrapper-31 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-grey500);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .frame-50 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-main-color-primary);
  border-radius: 7px;
}
body.page-report3 .div-wrapper .text-wrapper-32 {
position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard Variable-Medium", Helvetica;
  font-weight: 500;
  color: var(--variable-collection-main-color-white);
  font-size: 15px;
  letter-spacing: -0.30px;
  line-height: 32px;
  white-space: nowrap;
}
body.page-report3 .div-wrapper .group-8 {
position: relative;
  width: 16px;
  height: 16px;
  background-image: url(./img/pc/info.svg);
  background-size: 100% 100%;
}
body.page-report3 .div-wrapper .frame-51 {
display: flex;
  flex-direction: column;
  width: 204px;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}
body.page-report3 .div-wrapper .frame-52 {
display: flex;
  flex-direction: column;
  height: 121px;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 10px 16px 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--variable-collection-blue-blue1);
  border-radius: 6px;
}
body.page-report3 .div-wrapper .frame-53 {
display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 100px;
}
body.page-report3 .div-wrapper .rectangle-5 {
position: relative;
  width: 122px;
  height: 6px;
  background-color: #3981f7;
  border-radius: 100px;
}
body.page-report3 .div-wrapper .text-wrapper-33 {
position: relative;
  align-self: stretch;
  font-family: "Pretendard Variable-Regular", Helvetica;
  font-weight: 400;
  color: #3981f7;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 16.8px;
}
body.page-report3 .div-wrapper .line-5 {
position: relative;
  align-self: stretch;
  width: 100%;
  height: 1px;
  object-fit: cover;
}
body.page-report3 .div-wrapper .frame-54 {
display: flex;
  align-items: center;
  gap: 11px;
  padding: 4px 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #d9d9d961;
  border-radius: 7px;
}


.point-container {
  display: flex;
  align-items: baseline;
  font-family: 'Pretendard', sans-serif;
  font-weight: 700;
  color: #3B82F6;

  border: 2px solid #3B82F6;
  border-radius: 20px;
  padding: 4px 12px;
  background-color: #EFF6FF;

  /* ✅ 이거 추가 */
  width: fit-content;
}

.point-value {
  font-size: 24px; /* 숫자 크기 */
  letter-spacing: -0.5px;
}

.point-unit {
  font-size: 14px; /* 'P' 크기는 약간 작게 하여 세련미 추가 */
  margin-left: 2px;
  color: #6B7280; /* 단위는 살짝 연한 색상으로 처리 */
}