main {
  overflow: hidden;
}

#fvContainer {
  padding: 150px 0 0;
  text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
}

.fvContents {
  position: relative;
  color: var(--primaryColor);
}

.fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: var(--primaryColor);
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
}

.fvContents > p {
  margin-top: 100px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}







#contactContainer {
  margin-top: 80px;
  padding: 150px 0 150px;
  position: relative;
  z-index: 1;
}

#contactContainer > img {
  width: 100%;
  min-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.contactformContents {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.contactform {
  padding: 80px 80px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50px;
}

.formGroup, .detailsContainer {
  margin-bottom: 30px;
}

.formGroup label, .detailsContainer p {
  display: flex;
  align-items: center;
}

.detailsContainer p {
  align-items: flex-start;
}

.itemName {
  flex: 0 0 216px;
  font-weight: 500;
}

.must {
  color: var(--primaryColor);
}

.formGroup span:last-of-type, .detailsContents {
  flex: 1 1 auto;
}

.details > span {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}

.detailsContainer .detailsContents textarea {
  height: 220px;
  margin-top: 15px;
  padding: 20px 20px;
  vertical-align: bottom;
}

.formGroup input[type=text], .formGroup input[type=email], .formGroup input[type=tel], .detailsContainer textarea, .formGroup select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #EEEEEE;
  border-radius: 30px;
  border: none;
}

.formGroup span[data-name="sex"] > span {
  display: flex;
  gap: 0 20px;
}
.formGroup span[data-name="sex"] > span > span {
  margin-left: 0;
}


.formGroup input[name="sex"] {
  margin-right: 6px;
}

.formGroup span:last-of-type[data-name="age"] {
  max-width: 160px;
  margin-right: 10px;
  text-align: center;
}

.privacyText {
  margin: 60px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.privacyText a {
  color: var(--primaryColor);
  text-decoration: underline;
}

.privacyCheck {
  margin: 60px auto 0;
  font-size: 14px;
  text-align: center;
}

.privacyCheck > p:last-of-type {
  margin-top: 40px;
}

.privacyCheck a {
  color: var(--primaryColor);
}

#btnContainer input {
  display: block;
  width: 350px;
  height: 70px;
  margin: 50px auto 0;
  border: none;
  border-radius: 35px;
  background: #000;
  font-size: 18px;
  letter-spacing: 2px;
  text-indent: 2px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}





footer {
  margin: 0;
}








@media (max-width: 1024px) {
#fvContainer {
  padding: 120px 0 0;
  /* text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center; */
}

/* .fvContents {
  position: relative;
  color: var(--primaryColor);
}

.fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: var(--primaryColor);
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
} */

.fvContents > p {
  margin-top: 60px;
  font-size: 20px;
  /* font-weight: 500;
  color: #000; */
}








#contactContainer {
  margin-top: 60px;
  padding: 100px 0 100px;
  /* position: relative;
  z-index: 1; */
}

/* #contactContainer > img {
  width: 100%;
  min-width: 1920px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.contactformContents {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
} */
}










@media (max-width: 560px) {
#fvContainer {
  padding: 90px 0 0;
  /* text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center; */
}

/* .fvContents {
  position: relative;
  color: var(--primaryColor);
} */

.fvTitle span:first-of-type {
  /* display: block; */
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
  /* position: relative; */
}

.fvTitle span:first-of-type::after {
  /* content: "";
  display: block; */
  width: 116px;
  height: 4px;
  /* background: #fff;
  position: absolute;
  left: 50%; */
  bottom: -23px;
  /* transform: translateX(-50%); */
}

.fvTitle span:last-of-type {
  margin-top: 39px;
  /* display: block; */
  font-size: 18px;
  letter-spacing: 0.5px;
  /* line-height: 1.4;
  font-weight: bold; */
}

.fvContents > p {
  margin-top: 50px;
  font-size: 16px;
  /* font-weight: 500;
  color: #000; */
}








#contactContainer {
  margin-top: 60px;
  padding: 70px 0 70px;
  /* position: relative;
  z-index: 1; */
}

#contactContainer > img {
  width: 100%;
  min-width: 375px;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* .contactformContents {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
} */
}