.screen {
  background-color: #f5f8fe;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.screen .div {
  background-color: var(--blueblue-1);
  width: 1440px;
  height: 1019px;
  position: relative;
}

.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);
}

.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);
}

.screen .frame {
  position: relative;
  flex: 1;
  flex-grow: 1;
  height: 71px;
}

.screen .frame-2 {
  display: inline-flex;
  flex-direction: column;
  height: 71px;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.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);
}

.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;
}

.screen .bell {
  position: absolute;
  width: 35px;
  height: 32px;
  top: 0;
  left: 1077px;
}

.screen .overlap-group {
  position: relative;
  width: 40px;
  height: 32px;
  left: -5px;
}

.screen .img {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 8px;
}

.screen .ellipse {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 13px;
  left: 0;
  background-color: #3981f7;
  border-radius: 9px;
}

.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;
}

.screen .frame-3 {
  display: flex;
  flex-direction: column;
  width: 1190px;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 122px;
  left: 250px;
}

.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);
}

.screen .frame-4 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.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;
}

.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);
}

.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;
}

.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;
}

.screen .frame-5 {
  display: flex;
  flex-direction: column;
  width: 1190px;
  height: 712px;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 35px;
  position: relative;
}

.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);
}

.screen .group {
  position: relative;
  width: 100px;
  height: 30px;
}

.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;
}

.screen .frame-7 {
  display: flex;
  flex-wrap: wrap;
  width: 1040px;
  align-items: flex-start;
  gap: 11px 10px;
  position: relative;
  flex: 0 0 auto;
}

.screen .frame-8 {
  position: relative;
  width: 1039px;
  height: 49px;
}

.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);
}

.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);
}

.screen .icon {
  position: relative;
  margin-top: -1.50px;
  margin-bottom: -1.50px;
  margin-left: -51.50px;
  margin-right: -117.50px;
  width: 24px;
  height: 24px;
}

.screen .frame-10 {
  display: flex;
  width: 894px;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 145px;
}

.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);
}

.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);
}

.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);
}

.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);
}

.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;
}

.screen .button-text {
  display: inline-flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.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);
}

.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);
}

.screen .group-2 {
  position: relative;
  width: 77px;
  height: 30px;
}

.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);
}

.screen .group-3 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 26px;
}

.screen .icon-2 {
  position: absolute;
  top: 1px;
  left: 980px;
  width: 24px;
  height: 24px;
}

.screen .group-4 {
  position: absolute;
  width: 268px;
  height: 26px;
  top: 0;
  left: 0;
}

.screen .frame-14 {
  display: flex;
  width: 268px;
  align-items: center;
  gap: 23px;
  position: relative;
}

.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);
}

.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;
}

.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);
}

.screen .view-2 {
  position: relative;
  width: 174px;
  height: 31px;
  background-image: url(/img/pc/customer2/rectangle.png);
  background-size: 100% 100%;
}

.screen .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-16 {
  display: flex;
  flex-direction: column;
  height: 705px;
  align-items: center;
  gap: 17px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.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;
}

.screen .frame-18 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.screen .overlap-group-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}

.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);
}

.screen .mask-group {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}

.screen .frame-19 {
  display: flex;
  flex-direction: column;
  width: 110px;
  align-items: flex-start;
  position: relative;
}

.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;
}

.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;
}

.screen .frame-20 {
  display: flex;
  flex-direction: column;
  width: 172px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.screen .line {
  width: 172px;
  margin-top: -1.00px;
  position: relative;
  height: 1px;
  object-fit: cover;
}

.screen .frame-21 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .frame-22 {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  position: relative;
  flex: 0 0 auto;
}

.screen .calendar {
  position: relative;
  width: 12px;
  height: 12px;
}

.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;
}

.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;
}

.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;
}

.screen .line-2 {
  width: 206px;
  position: relative;
  height: 1px;
  object-fit: cover;
}

.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%;
}

.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;
}

.screen .img-2 {
  position: relative;
  width: 16px;
  height: 16px;
}

.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;
}

.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;
}

.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;
}

.screen .group-5 {
  position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/img/pc/customer2/info.svg);
  background-size: 100% 100%;
}

.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;
}

.screen .frame-25 {
  display: flex;
  flex-direction: column;
  width: 204px;
  align-items: flex-start;
  gap: 19px;
  position: relative;
  flex: 0 0 auto;
}

.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;
}

.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;
}

.screen .trending-up {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: -0.50px;
  margin-bottom: -0.50px;
  margin-right: -1.00px;
}

.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;
}

.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;
}

.screen .rectangle {
  position: relative;
  width: 122px;
  height: 6px;
  background-color: #3981f7;
  border-radius: 100px;
}

.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;
}

.screen .line-3 {
  align-self: stretch;
  width: 100%;
  position: relative;
  height: 1px;
  object-fit: cover;
}

.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;
}
