.screen {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.screen .div {
  background-color: var(--whitewhite);
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.screen .overlap-group {
  position: absolute;
  width: 100%;
  height: 310px;
  top: 126px;
  left: 0;
  background-color: #000000;
  background-image: url(https://c.animaapp.com/mb7uz9l19fenzF/img/mask-group.png);
  background-size: 100% 100%;
}

.screen .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 5px;
  position: relative;
  top: 109px;
}

.screen .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-header-l-800-font-family);
  font-weight: var(--bold-header-l-800-font-weight);
  color: var(--white);
  font-size: var(--bold-header-l-800-font-size);
  text-align: center;
  letter-spacing: var(--bold-header-l-800-letter-spacing);
  line-height: var(--bold-header-l-800-line-height);
  font-style: var(--bold-header-l-800-font-style);
}

.screen .frame-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .house-simple {
  position: relative;
  width: 18px;
  height: 18px;
  margin-left: -15.50px;
}

.screen .path {
  position: absolute;
  width: 13px;
  height: 14px;
  top: 2px;
  left: 2px;
}

.screen .combined-shape {
  position: relative;
  width: 6.36px;
  height: 11.36px;
}

.screen .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.screen .text-wrapper-3 {
  margin-right: -15.50px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

/* 글쓰기 버튼 스타일 시작 */
.pagination-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  position: relative !important;
  margin-bottom: 50px !important;
}

.write-btn-wrapper {
  display: flex !important;
  align-items: center !important;
  position: absolute !important;
  right: 0 !important;
}

.write-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 20px !important;
  background-color: #ffffff !important;
  border-radius: 8px !important;
  border: 2px solid #24397a !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  cursor: pointer !important;
}

.write-btn:hover {
  background-color: #24397a !important;
  border-color: #24397a !important;
  box-shadow: 0 4px 8px rgba(36, 57, 122, 0.2) !important;
  transform: translateY(-1px) !important;
}

.write-btn:hover .write-text {
  color: #ffffff !important;
}

.write-btn:hover .write-icon {
  filter: brightness(0) invert(1) !important;
}

.write-icon {
  width: 16px !important;
  height: 16px !important;
  filter: brightness(0) saturate(100%) invert(19%) sepia(44%) saturate(1816%) hue-rotate(213deg) brightness(95%) contrast(89%) !important;
  transition: filter 0.2s ease !important;
}

.write-text {
  font-family: "Pretendard-Medium", Helvetica !important;
  font-weight: 600 !important;
  color: #24397a !important;
  font-size: 14px !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
}

/* 검색 영역 커스텀 스타일 시작 */

/* 검색 영역 가로 배치 및 우측 정렬 */
.screen .frame-17 {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}

.screen .pulldown {
  display: inline-flex !important;
  flex-shrink: 0 !important;
}

.screen .input-2 {
  display: inline-flex !important;
  flex-shrink: 0 !important;
  width: 285px !important;
  min-width: 285px !important;
}

/* 셀렉트박스 커스텀 스타일 */
.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  width: 100% !important;
  height: 100% !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: transparent !important;
  cursor: pointer !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 3 !important;
}

/* 셀렉트박스 옵션 스타일 */
.custom-select option {
  color: #000000 !important;
  background-color: #ffffff !important;
  padding: 8px 12px !important;
}

/* 검색창 커스텀 스타일 */
.custom-input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
  height: 100% !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* 검색창 포커스 시에도 스타일 유지 */
.custom-input:focus {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* 검색창 활성 상태에서도 스타일 유지 */
.custom-input:active {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
  box-shadow: none !important;
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
}

/* 검색창 컨테이너 고정 */
.screen .input-2 {
  display: inline-flex !important;
  flex-shrink: 0 !important;
  width: 285px !important;
  min-width: 285px !important;
  max-width: 285px !important;
  flex-grow: 0 !important;
}

.custom-input::placeholder {
  color: transparent !important;
}

/* 검색 버튼 스타일 */
.search-btn {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3 !important;
}

/* input과 select의 기본 스타일 제거 */
.input-wrapper .input {
  position: relative !important;
}

.screen .input-2 {
  position: relative !important;
}

/* placeholder 텍스트가 보이도록 */
.placeholder {
  pointer-events: none !important;
  z-index: 2 !important;
  position: relative !important;
}

.placeholder-2 {
  pointer-events: none !important;
  z-index: 1 !important;
  position: relative !important;
}

/* 검색 영역 커스텀 스타일 끝 */

.screen .frame-17 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--graygray-150);
}

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

.screen .input-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.screen .input {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 10px 12px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid;
  border-color: #e1e1e1;
}

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

.screen .core-icon-arrow {
  position: relative;
  width: 18px;
  height: 18px;
}

.screen .input-2 {
  display: flex;
  width: 285px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid;
  border-color: #e1e1e1;
}

.screen .placeholder-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--graygray-600);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  white-space: nowrap;
}

.screen .core-icon-search {
  position: relative;
  width: 20px;
  height: 20px;
}

.screen .footer {
  display: flex;
  flex-direction: column;
  width: 1942px;
  align-items: flex-start;
  gap: 20px;
  padding: 48px 360px;
  position: absolute;
  top: 1150px;
  left: 0;
  background-color: #efefef;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #e1e1e1;
}

.screen .frame-3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .mask-group {
  position: relative;
  width: 138px;
  height: 46px;
}

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

.screen .content {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--bold-body-m-800-font-family);
  font-weight: var(--bold-body-m-800-font-weight);
  color: var(--graygray-700d);
  font-size: var(--bold-body-m-800-font-size);
  letter-spacing: var(--bold-body-m-800-letter-spacing);
  line-height: var(--bold-body-m-800-line-height);
  white-space: nowrap;
  font-style: var(--bold-body-m-800-font-style);
}

.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;
}

.screen .div-wrapper {
  display: flex;
  flex-direction: column;
  width: 580px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

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

.screen .element {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  margin-right: -261.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #909090;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}

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

.screen .frame-6 {
  display: flex;
  flex-direction: column;
  width: 280px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 474px;
  left: 360px;
}

.screen .CGV-wrapper {
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background: linear-gradient(
      0deg,
      rgba(38, 47, 75, 0.53) 0%,
      rgba(38, 47, 75, 0.53) 100%
    ), url(https://c.animaapp.com/mb7uz9l19fenzF/img/frame-1707482424.png) 50%
    50% / cover;
}

.screen .CGV {
  position: relative;
  width: fit-content;
  font-family: var(--bold-title-XL-800-font-family);
  font-weight: var(--bold-title-XL-800-font-weight);
  color: #ffffff;
  font-size: var(--bold-title-XL-800-font-size);
  letter-spacing: var(--bold-title-XL-800-letter-spacing);
  line-height: var(--bold-title-XL-800-line-height);
  white-space: nowrap;
  font-style: var(--bold-title-XL-800-font-style);
}

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

.screen .frame-8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
}

.screen .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: var(--primarylightprimary);
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.screen .img {
  position: relative;
  width: 24px;
  height: 24px;
}

.screen .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.screen .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}

.screen .header-2 {
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 360px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
}

.screen .logo-eng {
  position: relative;
  width: 127px;
  height: 52px;
  margin-top: -7.00px;
  margin-bottom: -7.00px;
}

.screen .frame-9 {
  display: flex;
  width: 138px;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  position: relative;
}

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

.screen .content-2 {
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--blackblack-60);
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.screen .content-3 {
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--blackblack-20);
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.screen .frame-11 {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.screen .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #24397a;
}

.screen .content-4 {
  opacity: 0;
  font-family: var(--bold-body-l-800-font-family);
  font-weight: var(--bold-body-l-800-font-weight);
  color: #ffffff;
  font-size: var(--bold-body-l-800-font-size);
  line-height: var(--bold-body-l-800-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: var(--bold-body-l-800-letter-spacing);
  white-space: nowrap;
  font-style: var(--bold-body-l-800-font-style);
}

.screen .frame-12 {
  display: flex;
  width: 163px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: #24397a;
}

.screen .content-5 {
  font-family: var(--bold-body-l-800-font-family);
  font-weight: var(--bold-body-l-800-font-weight);
  color: #ffffff;
  font-size: var(--bold-body-l-800-font-size);
  line-height: var(--bold-body-l-800-line-height);
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  text-align: center;
  letter-spacing: var(--bold-body-l-800-letter-spacing);
  white-space: nowrap;
  font-style: var(--bold-body-l-800-font-style);
}

.screen .frame-13 {
  display: flex;
  flex-direction: column;
  width: 820px;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 474px;
  left: calc(50% - 570.5px + 396px);
}

.screen .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

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

.screen .frame-16 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0px 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
}

.screen .CGV-2 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--bold-title-m-800-font-family);
  font-weight: var(--bold-title-m-800-font-weight);
  color: var(--black);
  font-size: var(--bold-title-m-800-font-size);
  letter-spacing: var(--bold-title-m-800-letter-spacing);
  line-height: var(--bold-title-m-800-line-height);
  font-style: var(--bold-title-m-800-font-style);
}

.screen .frame-18 {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
}

.screen .mask-group-2 {
  position: relative;
  width: 170px;
  height: 170px;
}

.screen .frame-19 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.screen .frame-20 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.screen .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--bold-title-XS-800-font-family);
  font-weight: var(--bold-title-XS-800-font-weight);
  color: var(--blackblack);
  font-size: var(--bold-title-XS-800-font-size);
  letter-spacing: var(--bold-title-XS-800-letter-spacing);
  line-height: var(--bold-title-XS-800-line-height);
  font-style: var(--bold-title-XS-800-font-style);
}

.screen .p {
  position: relative;
  align-self: stretch;
  font-family: var(--regular-body-m-400-font-family);
  font-weight: var(--regular-body-m-400-font-weight);
  color: var(--blackblack);
  font-size: var(--regular-body-m-400-font-size);
  letter-spacing: var(--regular-body-m-400-letter-spacing);
  line-height: var(--regular-body-m-400-line-height);
  font-style: var(--regular-body-m-400-font-style);
}

.screen .frame-21 {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  width: 126px;
  height: 36px;
}

.screen .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--regular-caption-m-400-font-family);
  font-weight: var(--regular-caption-m-400-font-weight);
  color: var(--graygray-700);
  font-size: var(--regular-caption-m-400-font-size);
  letter-spacing: var(--regular-caption-m-400-letter-spacing);
  line-height: var(--regular-caption-m-400-line-height);
  white-space: nowrap;
  font-style: var(--regular-caption-m-400-font-style);
}

.screen .text-wrapper-8 {
  width: fit-content;
  margin-top: -1.00px;
  color: #bdbdbd;
  font-size: var(--regular-caption-m-400-font-size);
  line-height: var(--regular-caption-m-400-line-height);
  white-space: nowrap;
  position: relative;
  font-family: var(--regular-caption-m-400-font-family);
  font-weight: var(--regular-caption-m-400-font-weight);
  letter-spacing: var(--regular-caption-m-400-letter-spacing);
  font-style: var(--regular-caption-m-400-font-style);
}

.screen .frame-22 {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 24px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #e1e1e1;
}

/* 세미나 제목 30글자 제한 */
.screen .text-wrapper-6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px; /* 약 30글자 정도 */
}

/* 세미나 내용 30글자 제한 */
.screen .p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px; /* 약 30글자 정도 */
}

.screen .text-wrapper-9 {
  align-self: stretch;
  height: 48px;
  color: var(--blackblack);
  font-size: var(--regular-body-m-400-font-size);
  line-height: var(--regular-body-m-400-line-height);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  font-family: var(--regular-body-m-400-font-family);
  font-weight: var(--regular-body-m-400-font-weight);
  letter-spacing: var(--regular-body-m-400-letter-spacing);
  font-style: var(--regular-body-m-400-font-style);
}

.screen .pagination {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

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

.screen .number {
  font-family: var(--bold-body-s-800-font-family);
  font-weight: var(--bold-body-s-800-font-weight);
  color: #ffffff;
  font-size: var(--bold-body-s-800-font-size);
  text-align: center;
  line-height: 1;
  position: relative;
  letter-spacing: var(--bold-body-s-800-letter-spacing);
  font-style: var(--bold-body-s-800-font-style);
  margin: 0;
  padding: 0;
}

.screen .frame-23 {
  display: flex;
  flex-direction: column;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  position: relative;
  border-radius: 8px;
  background-color: var(--whitewhite-00);
  box-sizing: border-box;
}

.screen .number-2 {
  position: relative;
  font-family: var(--bold-body-s-800-font-family);
  font-weight: var(--bold-body-s-800-font-weight);
  color: var(--blueblue-500d);
  font-size: var(--bold-body-s-800-font-size);
  text-align: center;
  letter-spacing: var(--bold-body-s-800-letter-spacing);
  line-height: 1;
  font-style: var(--bold-body-s-800-font-style);
  margin: 0;
  padding: 0;
}
