.Frame-3 {
  width: 25rem;
  max-width: 25rem;
  position: relative;
  overflow: hidden;
  /* flex-grow: 0;
  background-color: #fff; */
}

.MainTitle {
  position: relative;
  height: 30rem;
  background-position: center;
  flex-shrink: 0;
  background: url(VenzMale.jpg) lightgray 50% / cover no-repeat;
}

.Rectangle-13 {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 25rem;
  height: 11.5rem;
  flex-shrink: 0;
  background: linear-gradient(0deg, #000 0%, #000 55.9%, rgba(0, 0, 0, 0.00) 100%);
}

.titleText {
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 2%;
  /* Adjusted to avoid overflow */
  transform: translateX(-50%);
  /* Center horizontally */
  width: 16.26431rem;
  max-width: 25rem;
  height: 7.58225rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #FFF;
  font-family: NanumMyeongjo;
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05813rem;
}

.titleText .subText {
  color: #FFF;
  text-align: center;
  font-family: NanumMyeongjo;
  font-size: 1.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0725rem;
}

.uploadSection {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}

.uploadtext {
  margin-top: 5vh;
  margin-bottom: 2vh;
  color: #000;
  text-align: center;
  font-family: NanumMyeongjo;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.055rem;
}

body {
  align-items: center;
  margin: 0 auto;
  font-family: sans-serif;
  background-color: #eeeeee;
  width: 100%;
  max-width: 25rem;
}

.file-upload {
  background-color: #ffffff;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.uploadIcon {
  display: block;
  position: center;
  margin-top: 20%;

}

.file-upload-btn {
  display: block;
  width: 12.5rem;
  padding: 0.7rem 1.6rem 0.7rem 1.6rem;
  margin: 1.5vh auto 5px auto;
  /* Centers the button horizontally */
  border-radius: 11.09375rem;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: NanumMyeongjo;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.0525rem;
}

.uploadTips {
  margin: 0.5vh auto 1vh auto;
  display: block;
  position: center;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: NanumMyeongjo;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.0425rem;

}

.file-upload-btn:hover {
  background: #ffffff;
  color: #000000;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 25rem;
  outline: none;
  opacity: 0;
  cursor: pointer;
  align-items: center;
}

.image-upload-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  min-height: 20vh;
  border-radius: 0.4375rem;
  border: 1px solid #ECECEC;
  background: #F8F8F8;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
  margin-bottom: 5vh;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #0000004e;
  border: 4px #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.icon {
  margin-top: 2vh;
}


.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  max-width: 25rem;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-image {
  z-index: 1000;
}

#label-container {
  margin-bottom: 2vh;
}

.image-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* 간격 추가 */
}

.socialShare {
  display: flex;
  align-items: center;
  gap: 10px;
  /* 아이콘 간의 간격 */
}


.scanresult {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  border-radius: 0.4375rem;
  border: 1px solid #ECECEC;
  background: #F8F8F8;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
  margin-bottom: 2vh;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #020202;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-bottom: 10px;
  /* Space from the bottom */
  display: none;
  /* Initially hidden */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}