body {
<style>
.a {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.a .div {
  background-color: #ffffff;
  width: 390px;
  height: 568px;
  position: relative;
}

.a .element {
  position: absolute;
  top: 29px;
  left: 24px;
  font-family: "Pretendard-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 22px;
  letter-spacing: -0.66px;
  line-height: 30px;
}

.a .frame {
  display: flex;
  flex-direction: column;
  width: 320px;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  top: 134px;
  left: 35px;
}

.a .frame-2 {
  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;
}

.a .text-wrapper {
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: var(--graysystem-50);
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 16px;
}

.a .div-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--graysystem-90);
}

.a .text-wrapper-2 {
  flex: 1;
  margin-top: -1.00px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: var(--graysystem-70);
  position: relative;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 16px;
}

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

.a .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--graysystem-90);
}

.a .frame-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
}

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

.a .checkbox {
  position: relative;
  width: 24px;
  height: 24px;
}

.a .text-wrapper-3 {
  width: fit-content;
  font-family: "Pretendard-Medium", Helvetica;
  font-weight: 500;
  color: var(--graysystem-10);
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  letter-spacing: -0.32px;
  line-height: 16px;
}

.a .p {
  position: absolute;
  top: 509px;
  left: 101px;
  font-family: "Pretendard-Regular", Helvetica;
  font-weight: 400;
  color: #6b718a;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.48px;
  line-height: normal;
}

.a .image {
  position: absolute;
  width: 350px;
  height: 69px;
  top: 427px;
  left: 20px;
}
</style>
}