.body {
  width: 100%;
  position: relative;
  background-color: #f4f4f5;
  height: 4515px;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  color: #292a2d;
  font-family: Roboto;
}

  .div {
    background-color: transparent;
    overflow: hidden;
    width: 1920px;
    height: 4515px;
    position: relative;
  }
   
  .top-background {
    width: 100%;
    position: relative;
    background: linear-gradient(180deg, #f4f4f5, #c2c4c8);
    height: 1200px;
    display: none;
  }
  
  .info-card-description-text {
    margin: 0;
  }
  /* hero section ============================================================= */
  .hero-section-title {
  	position: absolute;
  	width: 100%;
  	height: 174.4px;
  	top: 175px;
  	left: 0px;
  	font-size: 56px;
  	line-height: 64px;
  	font-weight: 600;
    text-align: center;
  	align-items: center;
  }

  .hero-section-title-text {
    width: 100%;
    margin: 0;
    color: #17191A;
  }
  
  .hero-section-subtitle {

  	position: absolute;
    width: 100%;
  	top: 367px;
  	left: 0px;
  	font-size: 22px;
  	line-height: 28px;
  	font-weight: 300;
  	color: #5a5c63;
  	text-align: center;

  }

  .hero-section-subtitle-text {
    margin: 0;
    color: #5a5c63;
  }
  
  /* URL input form ============================================================= */
  .url-input-container {
    position: absolute;
    top: 597px;
    left: 537px;
    width: 846px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(24, 24, 24, 0.6);
    box-sizing: border-box;
  }

  .url-input-form {
    width: 100%;
  }

  .url-input-form-group {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }

  .url-input-container .url-input {
    width: 100%;
    height: 100%;
    padding-left: 45px; /* 아이콘 너비 + 여백 */
    border: none;
    background-color: transparent;
    font-size: 18px;
    color: #181818;
    outline: none;
    box-sizing: border-box; /* 패딩을 포함하여 너비 계산 */
  }

  .url-input-container .url-input::placeholder {
    color: #878a93;
  }

  .measure-btn {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .url-input-icon {
    width: 20px;
    height: 20px;
  }

/* clip-path-group ============================================================= */  
.clip-path-group {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 516px;
    left: 935px;
    position: absolute;
  }

/* recent searches ============================================================= */
  .recent-searches__header {
    position: absolute;
    width: 100%;
    height: 24px;
    top: 701px;
    left: 537px;
    font-size: 16px;
    line-height: 24px;
    font-family: Roboto;
    color: #70737c;
    text-align: left;
    display: inline-block;
  }
  
  .recent-searches__list {
    width: 703px;
    height: 60px;
    top: 683px;
    left: 680px;
    position: absolute;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: left;
    font-size: 16px;
    color: #37383c;
    font-family: Roboto;
    scrollbar-width: none;
  }
  
  .recent-searches__item {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #c2c4c8;
    box-sizing: border-box;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 12px;
  }
  
  .recent-searches__item:hover {
    background-color: var(--gray-50);
    border-color: var(--gray-300);
  }
  
/* eco website ============================================= */
.eco-website-title {
  position: absolute;
  top: 1660px;
  left: 320px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #37383c;
}

.eco-website-description {
  position: absolute;
  width: 411px;
  height: 100px;
  top: 200px;
  left: 0;
  background-color: #434343cc;
  border-radius: 0px 0px 24px 24px;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
}

.eco-website-description-text-01 {
  position: absolute;
  height: 28px;
  top: 13px;
  left: 21px;
  font-weight: var(--title-large-font-weight);
  color: #ffffff;
  font-size: var(--title-large-font-size);
  line-height: var(--title-large-line-height);
  white-space: nowrap;
  font-family: var(--title-large-font-family);
  letter-spacing: var(--title-large-letter-spacing);
  font-style: var(--title-large-font-style);
}

.eco-website-description-text-02 {
  position: absolute;
  height: 24px;
  top: 49px;
  left: 21px;
  font-family: var(--body-large-font-family);
  font-weight: var(--body-large-font-weight);
  color: #ffffff;
  font-size: var(--body-large-font-size);
  letter-spacing: var(--body-large-letter-spacing);
  line-height: var(--body-large-line-height);
  white-space: nowrap;
  font-style: var(--body-large-font-style);
}

.eco-website-01 {
  position: absolute;
  width: 411px;
  height: 300px;
  top: 1760px;
  left: 320px;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.eco-website-02 {
  position: absolute;
  width: 411px;
  height: 300px;
  top: 1760px;
  left: 755px;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.eco-website-03 {
  position: absolute;
  width: 411px;
  height: 300px;
  top: 1760px;
  left: 1190px;
  border-radius: 24px;
}

.eco-website-arrow-container {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 20px;
  left: 328px;
  background-color: #434343cc;
  border-radius: 30px;
  backdrop-filter: blur(2px) brightness(100%);
  -webkit-backdrop-filter: blur(2px) brightness(100%);
}

.eco-website-arrow {
  position: relative;
  width: 36px;
  height: 36px;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
}

.eco-website-arrow-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
  left: 8px;
  transform: rotate(45deg);
}

.eco-website-04 {
  position: absolute;
  width: 411px;
  height: 300px;
  top: 2084px;
  left: 320px;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.eco-website-05 {
  position: absolute;
  width: 411px;
  height: 300px;
  top: 2084px;
  left: 755px;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.eco-website-06 {
  position: absolute;
  width: 411px;
  height: 300px;
  top: 2084px;
  left: 1190px;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.eco-website-button {
  position: absolute;
  top: 2437px;
  left: calc(50% - 102.5px);
  border-radius: 999px;
  background-color: rgba(219, 220, 223, 0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 49px;
}

.eco-website-button-text {
  position: relative;
  line-height: 24px;
}

/* saving-site ============================================================= */

.saving-site-title {
  position: absolute;
  width: 480px;
  height: 40px;
  top: 2743px;
  left: 320px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #37383c;
  text-align: left;
  display: inline-block;
}

.saving-site-list {
  position: absolute;
  width: 1281px;
  height: 300px;
  top: 2843px;
  left: 320px;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  text-align: left;
  font-size: 20px;
  color: #292a2d;
  font-family: Roboto;
}

.saving-site-card-01 {
  width: 628px;
  height: 300px;
  top: 0px;
  left: 0px;
  border-radius: 24px;
  background-color: #dbdcdf;
  flex-shrink: 0;
  font-size: 32px;

  /* width: 628px;
  position: relative;
  height: 300px;
  flex-shrink: 0;
  font-size: 32px; */
}

.saving-site-profile-01 {
  position: absolute;
  top: 40px;
  left: 45px;
  border-radius: 50%;
  background-color: #70737c;
  width: 220px;
  height: 220px;
}

.saving-site-name-01 {
  position: absolute;
  top: 60px;
  left: 296px;
  line-height: 40px;
  font-weight: 600;
  display: inline-block;
  width: 270px;
}

.saving-site-percentage-01 {
  position: absolute;
  top: 204px;
  left: 296px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.saving-site-co2-01 {
  position: absolute;
  top: 172px;
  left: 296px;
  font-size: 18px;
  line-height: 24px;
  color: #46474c;
}

.saving-site-card-02 {
  position: absolute;
  width: 411px;
  height: 300px;
  left: 652px;
  border-radius: 24px;
  background-color: #dbdcdf;

  /* width: 411px;
  position: relative;
  height: 300px;
  flex-shrink: 0;
  font-size: 28px; */
}

.saving-site-profile-02 {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 40px;
  left: 29px;
  border-radius: 50%;
  background-color: #70737c;
}

.saving-site-name-02 {
  position: absolute;
  top: 60px;
  left: 213px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  font-family: Roboto;
  color: #292a2d;
  text-align: left;
  display: inline-block;
}

.saving-site-percentage-02 {
  position: absolute;
  top: 212px;
  left: 213px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

.saving-site-co2-02 {
  position: absolute;
  top: 180px;
  left: 213px;
  font-size: 16px;
  line-height: 24px;
  color: #46474c;
}

.saving-site-card-03 {
  width: 193px;
  height: 300px;
  left: 1087px;
  border-radius: 24px;
  background-color: #dbdcdf;
  flex-shrink: 0;
}

.saving-site-profile-03 {
  position: absolute;
  top: 40px;
  left: 1130px;
  border-radius: 50%;
  background-color: #70737c;
  width: 108px;
  height: 108px;
}

.saving-site-name-03 {
  position: absolute;
  width: 130px;
  height: 28px;
  top: 184px;
  left: 1116px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #292a2d;
  text-align: center;
  display: inline-block;
}

.saving-site-percentage-03 {
  position: absolute;
  top: 216px;
  left: 1126px;
  font-size: 16px;
  line-height: 24px;
  color: #46474c;
}

.saving-site-button {
  position: absolute;
  width: 191px;
  height: 56px;
  top: 3203px;
  left: 864.5px;
  border-radius: 999px;
  background-color: rgba(219, 220, 223, 0.6);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.saving-site-button-text {
  font-size: 16px;
  line-height: 24px;
  color: #292a2d;
}

/*=========================================*/  
.frame-2 {
    display: flex;
    width: 703px;
    height: 60px;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 683px;
    left: 680px;
    overflow: hidden;
  }
  
  .view {
    display: inline-flex;
    height: 40px;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--gray-200);
  }
  
 
  
  .ellipse {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 948px;
    left: 361px;
    background-color: #d9d9d9;
    border-radius: 19px;
  }
  
  .text-wrapper-7 {
    position: absolute;
    width: 325px;
    top: 1077px;
    left: 796px;
    font-weight: 400;
    color: #7e7e7e;
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", Helvetica;
    letter-spacing: 0;
  }
  
  .text-wrapper-8 {
    position: absolute;
    width: 325px;
    top: 1077px;
    left: 1231px;
    font-weight: 400;
    color: #7e7e7e;
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", Helvetica;
    letter-spacing: 0;
  }
  
  .screen .ellipse-2 {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 948px;
    left: 796px;
    background-color: #d9d9d9;
    border-radius: 19px;
  }
  
  .screen .ellipse-3 {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 948px;
    left: 1231px;
    background-color: #d9d9d9;
    border-radius: 19px;
  }
  
  .screen .material-symbols {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 951px;
    left: 364px;
  }
  
  .screen .img {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 7px;
    left: 6px;
  }
  
  .screen .tdesign-code {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 953px;
    left: 801px;
  }
  
  .screen .vector-2 {
    position: absolute;
    width: 27px;
    height: 21px;
    top: 3px;
    left: 1px;
  }
  
  .screen .bx-recycle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 952px;
    left: 1235px;
  }
  
  .screen .vector-3 {
    position: absolute;
    width: 23px;
    height: 25px;
    top: 3px;
    left: 4px;
  }
  

  
  .heading-3 {
    position: absolute;
    height: 40px;
    top: 2742px;
    left: 320px;
    font-family: var(--headline-large-font-family);
    font-weight: var(--headline-large-font-weight);
    color: #17191a;
    font-size: var(--headline-large-font-size);
    letter-spacing: var(--headline-large-letter-spacing);
    line-height: var(--headline-large-line-height);
    white-space: nowrap;
    font-style: var(--headline-large-font-style);
  }
  
  .link {
  border-bottom: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 49px;
    position: absolute;
    top: 2437px;
    left: 858px;
    background-color: #eeeeee;
    border-radius: 999px;
  }
  
  .text-wrapper-9 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: var(--paragraph-medium-font-weight);
    color: #000000;
    font-size: var(--paragraph-medium-font-size);
    line-height: var(--paragraph-medium-line-height);
    white-space: nowrap;
    font-family: var(--paragraph-medium-font-family);
    letter-spacing: var(--paragraph-medium-letter-spacing);
    font-style: var(--paragraph-medium-font-style);
  }
  

  
  .text-wrapper-11 {
    position: absolute;
    height: 24px;
    top: 13px;
    left: 29px;
    color: #ffffff;
    font-size: var(--paragraph-large-font-size);
    text-align: center;
    font-family: var(--paragraph-large-font-family);
    font-weight: var(--paragraph-large-font-weight);
    letter-spacing: var(--paragraph-large-letter-spacing);
    line-height: var(--paragraph-large-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-large-font-style);
  }
  
  .link-2 {
  border-bottom: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 49px;
    position: absolute;
    top: 3203px;
    left: 864px;
    background-color: #eeeeee;
    border-radius: 999px;
  }
  
  .overlay-border {
    position: absolute;
    width: 1856px;
    height: 400px;
    top: 4003px;
    left: 32px;
    background-color: #ffffff99;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid;
    border-color: #0000001a;
    backdrop-filter: blur(60px) brightness(100%);
    -webkit-backdrop-filter: blur(60px) brightness(100%);
  }
  
  .link-3 {
    position: absolute;
    width: 590px;
    height: 80px;
    top: 263px;
    left: 21px;
    background-color: #ffffffb2;
    border-radius: 12px;
    border: 1px solid;
    border-color: #0000001a;
  }
  
  .heading-6 {
    height: 32px;
    top: 13px;
    left: 13px;
    font-weight: var(--headline-small-font-weight);
    color: #17191a;
    font-size: var(--headline-small-font-size);
    line-height: var(--headline-small-line-height);
    white-space: nowrap;
    position: absolute;
    font-family: var(--headline-small-font-family);
    letter-spacing: var(--headline-small-letter-spacing);
    font-style: var(--headline-small-font-style);
  }
  
  .text-wrapper-12 {
    position: absolute;
    height: 20px;
    top: 46px;
    left: 13px;
    font-weight: var(--paragraph-small-font-weight);
    color: #464a4d;
    font-size: var(--paragraph-small-font-size);
    line-height: var(--paragraph-small-line-height);
    white-space: nowrap;
    font-family: var(--paragraph-small-font-family);
    letter-spacing: var(--paragraph-small-letter-spacing);
    font-style: var(--paragraph-small-font-style);
  }
  
  .image {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 28px;
    left: 554px;
  }
  
  .element {
    height: 24px;
  }
  
  .element-ebbabacccb {
    position: relative;
    width: 24px;
    height: 24px;
  }
  
  .vector-4 {
    position: absolute;
    width: 8px;
    height: 14px;
    top: 5px;
    left: 8px;
  }
  
  .link-4 {
    position: absolute;
    width: 590px;
    height: 80px;
    top: 263px;
    left: 632px;
    background-color: #ffffffb2;
    border-radius: 12px;
    border: 1px solid;
    border-color: #0000001a;
  }
  
  .link-5 {
    position: absolute;
    width: 590px;
    height: 80px;
    top: 263px;
    left: 1244px;
    background-color: #ffffffb2;
    border-radius: 12px;
    border: 1px solid;
    border-color: #0000001a;
  }
  
  .heading-7 {
    width: 268px;
    height: 24px;
    top: 118px;
    left: 21px;
    font-weight: var(--paragraph-large-font-weight);
    color: #17191a;
    font-size: var(--paragraph-large-font-size);
    line-height: var(--paragraph-large-line-height);
    position: absolute;
    font-family: var(--paragraph-large-font-family);
    letter-spacing: var(--paragraph-large-letter-spacing);
    font-style: var(--paragraph-large-font-style);
  }
  
  .heading-8 {
    position: absolute;
    height: 64px;
    top: 38px;
    left: 21px;
    font-family: var(--display-large-font-family);
    font-weight: var(--display-large-font-weight);
    color: var(--gray-500);
    font-size: var(--display-large-font-size);
    letter-spacing: var(--display-large-letter-spacing);
    line-height: var(--display-large-line-height);
    white-space: nowrap;
    font-style: var(--display-large-font-style);
  }
  
  .group {
    position: absolute;
    width: 304px;
    height: 104px;
    top: 39px;
    left: 831px;
  }
  
  .heading-courses {
    width: 59px;
    height: 21px;
    top: 0;
    left: 0;
    color: var(--gray-600);
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    font-family: "Roboto", Helvetica;
    font-weight: 600;
    letter-spacing: 0;
    white-space: nowrap;
  }
  
  .link-6 {
    position: absolute;
    width: 302px;
    height: 25px;
    top: 29px;
    left: 0;
  }
  
  .text-wrapper-13 {
    position: absolute;
    height: 20px;
    top: 1px;
    left: 0;
    font-family: var(--body-small-font-family);
    font-weight: var(--body-small-font-weight);
    color: var(--gray-500);
    font-size: var(--body-small-font-size);
    letter-spacing: var(--body-small-letter-spacing);
    line-height: var(--body-small-line-height);
    white-space: nowrap;
    font-style: var(--body-small-font-style);
  }
  
  .overlap-group {
    position: absolute;
    width: 302px;
    height: 50px;
    top: 54px;
    left: 0;
  }
  
  .link-7 {
    position: absolute;
    width: 302px;
    height: 25px;
    top: 0;
    left: 0;
  }
  
  .link-8 {
    position: absolute;
    width: 302px;
    height: 25px;
    top: 25px;
    left: 0;
  }
  
  .screen .group-2 {
    position: absolute;
    width: 304px;
    height: 104px;
    top: 39px;
    left: 505px;
  }
  
  .screen .group-3 {
    position: absolute;
    width: 304px;
    height: 104px;
    top: 39px;
    left: 1157px;
  }
  
  .screen .group-4 {
    position: absolute;
    width: 304px;
    height: 104px;
    top: 39px;
    left: 1483px;
  }
  
  .button-previous {
    left: 1488px;
    opacity: 0.55;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 1434px;
    background-color: #e4e4e4;
    border-radius: 24px;
  }
  
  .screen .ico-svg-fill-wrapper {
    position: relative;
    width: 10px;
    height: 17px;
    top: 16px;
    left: 19px;
  }
  
  .screen .ico-svg-fill {
    height: 17px;
    overflow: hidden;
  }
  
  .screen .ico-svg {
    position: relative;
    width: 10px;
    height: 18px;
  }
  
  .screen .vector-5 {
    position: absolute;
    width: 10px;
    height: 17px;
    top: 0;
    left: 0;
  }
  
  .button-next {
    left: 1552px;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 1434px;
    background-color: #e4e4e4;
    border-radius: 24px;
  }
  
  .ico-arrow-svg-fill-wrapper {
    position: relative;
    width: 10px;
    height: 17px;
    top: 16px;
    left: 19px;
    transform: rotate(180deg);
  }
  
  .vector-6 {
    position: absolute;
    width: 10px;
    height: 17px;
    top: 0;
    left: 0;
    transform: rotate(-180deg);
  }
  
  .overlap-2 {
    position: absolute;
    width: 628px;
    height: 300px;
    top: 2843px;
    left: 320px;
    background-color: #d9d9d9;
    border-radius: 24px;
  }
  
  .ellipse-4 {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 40px;
    left: 45px;
    background-color: #767676;
    border-radius: 110px;
  }
  
  .screen .text-wrapper-14 {
    position: absolute;
    width: 270px;
    top: 59px;
    left: 296px;
    font-weight: var(--display-small-font-weight);
    color: #000000;
    font-size: var(--display-small-font-size);
    line-height: var(--display-small-line-height);
    font-family: var(--display-small-font-family);
    letter-spacing: var(--display-small-letter-spacing);
    font-style: var(--display-small-font-style);
  }
  
  .screen .text-wrapper-15 {
    position: absolute;
    top: 203px;
    left: 296px;
    font-weight: var(--headline-medium-font-weight);
    color: #000000;
    font-size: var(--headline-medium-font-size);
    line-height: var(--headline-medium-line-height);
    white-space: nowrap;
    font-family: var(--headline-medium-font-family);
    letter-spacing: var(--headline-medium-letter-spacing);
    font-style: var(--headline-medium-font-style);
  }
  
  .screen .text-wrapper-16 {
    position: absolute;
    top: 171px;
    left: 296px;
    font-family: var(--body-large-font-family);
    font-weight: var(--body-large-font-weight);
    color: #000000;
    font-size: var(--body-large-font-size);
    letter-spacing: var(--body-large-letter-spacing);
    line-height: var(--body-large-line-height);
    white-space: nowrap;
    font-style: var(--body-large-font-style);
  }
  
  .screen .overlap-3 {
    position: absolute;
    width: 411px;
    height: 300px;
    top: 2843px;
    left: 972px;
    background-color: #d9d9d9;
    border-radius: 24px;
  }
  
  .screen .ellipse-5 {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 40px;
    left: 29px;
    background-color: #767676;
    border-radius: 80px;
  }
  
  .screen .text-wrapper-17 {
    position: absolute;
    width: 169px;
    top: 59px;
    left: 213px;
    font-weight: var(--headline-medium-font-weight);
    color: #000000;
    font-size: var(--headline-medium-font-size);
    line-height: var(--headline-medium-line-height);
    font-family: var(--headline-medium-font-family);
    letter-spacing: var(--headline-medium-letter-spacing);
    font-style: var(--headline-medium-font-style);
  }
  
  .screen .text-wrapper-18 {
    position: absolute;
    top: 211px;
    left: 213px;
    font-weight: var(--title-large-font-weight);
    color: #000000;
    font-size: var(--title-large-font-size);
    line-height: var(--title-large-line-height);
    white-space: nowrap;
    font-family: var(--title-large-font-family);
    letter-spacing: var(--title-large-letter-spacing);
    font-style: var(--title-large-font-style);
  }
  
  .screen .text-wrapper-19 {
    position: absolute;
    top: 179px;
    left: 213px;
    font-family: var(--body-medium-font-family);
    font-weight: var(--body-medium-font-weight);
    color: #000000;
    font-size: var(--body-medium-font-size);
    letter-spacing: var(--body-medium-letter-spacing);
    line-height: var(--body-medium-line-height);
    white-space: nowrap;
    font-style: var(--body-medium-font-style);
  }
  
  .screen .overlap-4 {
    position: absolute;
    width: 193px;
    height: 300px;
    top: 2843px;
    left: 1407px;
    background-color: #d9d9d9;
    border-radius: 24px;
  }
  
  .screen .ellipse-6 {
    position: absolute;
    width: 108px;
    height: 108px;
    top: 40px;
    left: 43px;
    background-color: #767676;
    border-radius: 54px;
  }
  
  .screen .text-wrapper-20 {
    position: absolute;
    top: 183px;
    left: 39px;
    font-weight: var(--title-medium-font-weight);
    color: #000000;
    font-size: var(--title-medium-font-size);
    line-height: var(--title-medium-line-height);
    white-space: nowrap;
    font-family: var(--title-medium-font-family);
    letter-spacing: var(--title-medium-letter-spacing);
    font-style: var(--title-medium-font-style);
  }
  
  .screen .text-wrapper-21 {
    position: absolute;
    top: 215px;
    left: 44px;
    font-weight: var(--paragraph-medium-font-weight);
    color: #000000;
    font-size: var(--paragraph-medium-font-size);
    line-height: var(--paragraph-medium-line-height);
    white-space: nowrap;
    font-family: var(--paragraph-medium-font-family);
    letter-spacing: var(--paragraph-medium-letter-spacing);
    font-style: var(--paragraph-medium-font-style);
  }
  
  .screen .overlap-5 {
    position: absolute;
    width: 193px;
    height: 300px;
    top: 2843px;
    left: 1624px;
    background-color: #d9d9d9;
    border-radius: 24px;
  }
  
  .screen .overlap-6 {
    position: absolute;
    width: 193px;
    height: 300px;
    top: 2843px;
    left: 1841px;
    background-color: #d9d9d9;
    border-radius: 24px;
  }
  
  .screen .horizontal-border {
    position: absolute;
    width: 1814px;
    height: 43px;
    top: 4429px;
    left: 53px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: var(--gray-100);
  }
  
  .screen .text-wrapper-22 {
    position: absolute;
    width: 178px;
    height: 12px;
    top: 24px;
    left: 0;
    font-family: var(--other-caption-font-family);
    font-weight: var(--other-caption-font-weight);
    color: #17191a;
    font-size: var(--other-caption-font-size);
    letter-spacing: var(--other-caption-letter-spacing);
    line-height: var(--other-caption-line-height);
    white-space: nowrap;
    font-style: var(--other-caption-font-style);
  }
  
  .screen .navigation-list {
    position: absolute;
    width: 219px;
    height: 22px;
    top: 21px;
    left: 1595px;
  }
  
  .screen .item-link {
    position: absolute;
    width: 99px;
    height: 12px;
    top: 4px;
    left: 0;
  }
  
  .screen .text-wrapper-23 {
    position: absolute;
    width: 100px;
    height: 12px;
    top: -1px;
    left: 0;
    font-weight: var(--other-caption-font-weight);
    color: #17191a;
    font-size: var(--other-caption-font-size);
    line-height: var(--other-caption-line-height);
    white-space: nowrap;
    font-family: var(--other-caption-font-family);
    letter-spacing: var(--other-caption-letter-spacing);
    font-style: var(--other-caption-font-style);
  }
  
  .screen .item-link-2 {
    left: 111px;
    position: absolute;
    width: 48px;
    height: 12px;
    top: 4px;
  }
  
  .screen .text-wrapper-24 {
    width: 48px;
    height: 12px;
    top: -1px;
    left: 0;
    color: #17191a;
    font-size: var(--other-caption-font-size);
    line-height: var(--other-caption-line-height);
    white-space: nowrap;
    position: absolute;
    font-family: var(--other-caption-font-family);
    font-weight: var(--other-caption-font-weight);
    letter-spacing: var(--other-caption-letter-spacing);
    font-style: var(--other-caption-font-style);
  }
  
  .screen .item-link-3 {
    left: 171px;
    position: absolute;
    width: 48px;
    height: 12px;
    top: 4px;
  }
  

  
  .frame-3 {
    position: fixed;
    width: 1920px;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
  }
  
  .text-wrapper-27 {
    position: absolute;
    height: 28px;
    top: 25px;
    left: 27px;
    font-family: var(--title-large-font-family);
    font-weight: var(--title-large-font-weight);
    color: #000000;
    font-size: var(--title-large-font-size);
    letter-spacing: var(--title-large-letter-spacing);
    line-height: var(--title-large-line-height);
    white-space: nowrap;
    font-style: var(--title-large-font-style);
  }
  
  .frame-4 {
    display: flex;
    width: 491px;
    height: 44px;
    align-items: center;
    padding: 4px 5px;
    position: absolute;
    top: 18px;
    left: 714px;
    background-color: #e9e9e9;
    border-radius: 40px;
  }
  
  .view-8 {
  border-bottom: none !important;
    display: flex;
    width: 160px;
    height: 36px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0px;
    position: relative;
    border-radius: 8px;
  }
  
  .text-wrapper-28 {
    position: relative;
    width: fit-content;
    margin-top: -7.00px;
    margin-bottom: -5.00px;
    color: var(--gray-600);
    font-size: var(--paragraph-medium-font-size);
    font-family: var(--paragraph-medium-font-family);
    font-weight: var(--paragraph-medium-font-weight);
    letter-spacing: var(--paragraph-medium-letter-spacing);
    line-height: var(--paragraph-medium-line-height);
    white-space: nowrap;
    font-style: var(--paragraph-medium-font-style);
  }
  
  /* .login {
  display: flex;
  justify-content: center;
  align-items: center;
    position: absolute;
    width: 110px;
    height: 36px;
    top: 14px;
    left: 1782px;
    background-color: #505050;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid;
    border-color: #dddddd;
    backdrop-filter: blur(10px) brightness(100%);
    -webkit-backdrop-filter: blur(10px) brightness(100%);
  } */
  
  .screen .text-wrapper-29 {
    position: absolute;
    height: 24px;
    top: 6px;
    left: 16px;
    font-family: var(--body-medium-font-family);
    font-weight: var(--body-medium-font-weight);
    color: #ffffff;
    font-size: var(--body-medium-font-size);
    text-align: center;
    letter-spacing: var(--body-medium-letter-spacing);
    line-height: var(--body-medium-line-height);
    white-space: nowrap;
    font-style: var(--body-medium-font-style);
  }
  
  .screen .mode {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 20px;
    left: 1682px;
  }
  
  .screen .fluent-person-wrapper {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 14px;
    left: 1726px;
    background-color: #e9e9e9;
    border-radius: 18px;
    border: 1px solid;
    border-color: #dddddd;
  }
  
  .screen .fluent-person {
    position: relative;
    width: 24px;
    height: 24px;
    top: 5px;
    left: 5px;
  }
  
  .vector-8 {
    position: absolute;
    width: 18px;
    height: 21px;
    top: 2px;
    left: 3px;
  }

  .screen .background {
    position: absolute;
    width: 1856px;
    height: 400px;
    top: 3549px;
    left: 32px;
    border-radius: 16px;
    background-image: url('../../new-ui-img/main/membership-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

/* legal-info ============================================================= */
.legal-info {
  width: 1814px;
  height: 42.59px;
  top: 3650;
  left: 53px;
  position: absolute;
  border-top: 1px solid #dbdcdf;
  box-sizing: border-box;
  height: 42.6px;
  text-align: left;
  font-size: 12px;
  color: #70737c;
  font-family: Roboto;
}

.legal-info-copyright {
  position: absolute;
  top: 25px;
  left: 0px;
  line-height: 16px;
  display: flex;
  align-items: center;
  width: 178px;
  height: 12px;
}

.legal-info-links {
  position: absolute;
  top: 21px;
  left: 1595px;
  width: 219.3px;
  height: 21.6px;
}

.legal-info-link-01 {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 99.3px;
  height: 12px;
}

.legal-info-link-02 {
  position: absolute;
  top: 4px;
  left: 111.34px;
  width: 48px;
  height: 12px;
}

.legal-info-link-03 {
  position: absolute;
  top: 4px;
  left: 171.34px;
  width: 48px;
  height: 12px;
}

.legal-info-link-text-01 {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 16px;
  display: flex;
  align-items: center;
  width: 99.5px;
  height: 12px;
}

.legal-info-link-text-02 {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 16px;
  display: flex;
  align-items: center;
  width: 48.2px;
  height: 12px;
}

