#fvContainer {
  width: 100%;
  height: 100vh;
  position: relative;
}

#fvContainer > img {
  width: 1047px;
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
}

.fvText {
  width: 545.9px;
  position: absolute;
  bottom: 60px;
  left: 14%;
  transform: translateX(-70px);
  z-index: 1;
}

.fvText img {
  width: 100%;
  vertical-align: bottom;
}

.fvimg {
  width: 85.7%;
  height: calc(100vh - 120px);
  margin: 0 0 0 auto;
  position: relative;
  top: 120px;
  border-radius: 136px 0 0 136px;
  overflow: hidden;
}

.fvimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



#foryouContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#foryouContainer > img {
  width: 90%;
  max-width: 1347px;
  position: absolute;
  top: 0;
  right: -20%;
  z-index: -1;
}

.foryouContents {
  width: calc(50% + 500px);
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
}

.foryouImg {
  width: 45%;
  margin: 130px 5% 0 0;
  position: relative;
}

.foryouImg img:first-of-type {
  width: 100%;
  vertical-align: bottom;
}

.foryouImg img:last-of-type {
  width: 191.6px;
  position: absolute;
  left: 50%;
  transform: translateX(-100%);
  bottom: -160px;
  z-index: -1;
}

.foryouText {
  flex: 1 0 520px;
}

h2 {
  font-size: 36px;
  line-height: 1.8;
}

h2 span {
  font-size: 18px;
  display: block;
  line-height: 1;
}

h2::after {
  content: "";
  display: block;
  width: 94.66px;
  height: 7.4px;
  margin-top: 6px;
  background: var(--gradient1);
}

.foryouText p {
  margin-top: 50px;
}

.foryouText img {
  width: 360px;
  margin-top: 140px;
  vertical-align: bottom;
}







#profileBackContainer {
  width: 100%;
  padding-bottom: 180px;
  overflow: hidden;
}

.profileContainer {
  width: 90%;
  max-width: 960px;
  margin: 180px auto 0;
  position: relative;
}

.profileText p {
  margin-top: 50px;
}

.more {
  width: 260px;
  height: 60px;
  margin-top: 50px;
  background: var(--secondaryColor);
  border-radius: 30px;
  position: relative;
}

.linkArrow {
  position: relative;
}
.linkArrow::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.linkArrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

.more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profileImg {
  width: 1334px;
  position: absolute;
  top: -150px;
  left: 190px;
  z-index: -1;
}

.profileImg img {
  width: 100%;
  vertical-align: bottom;
}






#helpContainer {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 120px;
  position: relative;
}

#helpContainer > img:first-of-type {
  width: 100%;
  height: calc(100% - 170px);
  object-fit: cover;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
}

.helpContents {
  width: 90%;
  max-width: 1200px;
  padding: 80px;
  margin: 0 auto;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(100, 100, 100, 0.1);
  position: relative;
}

.helpContents > img {
  width: 322px;
  position: absolute;
  top: -100px;
  left: -150px;
  z-index: -2;
}

.helpContents h2::after {
  margin: 6px auto 0;
}

.helpContentsList {
  width: 100%;
  max-width: 840px;
  margin: 70px auto 0;
  display: flex;
}

.help {
  width: 260px;
  margin-right: 30px;
}
.help:last-of-type {
  margin-right: 0;
}

.help img {
  width: 100%;
  vertical-align: bottom;
}

.helpContents > p {
  margin-top: 60px;
}

.helpBtn {
  width: 90%;
  max-width: 600px;
  margin: 60px auto 0;
  height: 80px;
  border: 2px solid var(--secondaryColor);
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
}

.helpBtn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondaryColor);
}

.helpBtn.linkArrow::before {
  background: var(--secondaryColor);
}
.helpBtn.linkArrow::after {
  border-bottom: 2px solid var(--secondaryColor);
  border-right: 2px solid var(--secondaryColor);
}








#reviewsContainer {
  width: 100%;
  margin: 100px auto 0;
  overflow: hidden;
}

#reviewsContainer h2 {
  text-align: center;
}

#reviewsContainer h2::after {
  margin: 6px auto 0;
}

.reviewsContents {
  width: 90%;
  max-width: 960px;
  margin: 70px auto 0;
  position: relative;
}

.reviewsContents > img:first-of-type {
  width: 256px;
  position: absolute;
  top: -130px;
  right: -270px;
}

.reviewsContents > img:nth-of-type(2) {
  width: 191px;
  position: absolute;
  top: 29.5%;
  left: -250px;
}

.reviewsContents > img:nth-of-type(3) {
  width: 1010px;
  position: absolute;
  top: 42.5%;
  left: 104%;
}

.review {
  width: 100%;
  padding: 50px 0;
  border-top: 1px solid #DBDBDC;
  display: flex;
  justify-content: space-between;
}
.review:last-of-type {
  border-bottom: 1px solid #DBDBDC;
}

.reviewImg {
  flex: 0 1 380px;
}

.reviewImg img {
  width: 100%;
  vertical-align: bottom;
}

.reviewText {
  flex: 0 1 510px;
  margin-left: 7%;
}

h3 {
  display: inline-block;
  text-align: center;
  min-width: 180px;
  padding: 0px 10px 1px;
  line-height: 1.8;
  font-size: 22px;
  color: #fff;
  background: var(--gradient2);
}

.reviewsPost {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.7;
}

.reviewsDesc {
  margin-top: 13px;
}