.visual {
  height: 100vh;
  background: url("../image/visual_bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual .title {
  margin-top: 4%;
  text-align: center;
  /* transform: rotate(-5deg); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.visual .title img {
  display: block;
}
.visual .title img.visual_txt01 {
  width: 760px;
}
.visual .title img.visual_txt02 {
  width: 640px;
  margin: 6px 0 20px;
}
.visual .title img.visual_txt03 {
  width: 400px;
}

.visual .scroll_down {
  position: absolute;
  left: 70px;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual .scroll_down span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.visual .scroll_down .fa {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
  margin-left: 5px;
}

/* floors */
.floors {
  padding: 240px 0;
  background: url("../image/floor_bg.png") no-repeat center bottom;
  background-size: cover;
}
.floors::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #4f299a;
}
.floors .inner {
  width: 78%;
  margin: 0 auto;
}

.floors .title {
  text-align: center;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  /* background: pink; */
}
.floors .title h2 {
  font-size: 110px;
  font-weight: 600;
  line-height: 140px;
  color: #1d1d1d;
}
.floors .title .txt_point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  height: 100%;
  /* border: 1px solid black; */
}
.floors .title .txt_point .point {
  border-radius: 50px;
  position: absolute;
}
.floors .title .txt_point .point.point01 {
  background: #e7dc2f;
  left: -5%;
  top: -1%;
}
.floors .title .txt_point .point.point02 {
  background: #e76711;
  top: 48%;
  left: 33%;
}
.floors .title .txt_point .point.point03 {
  background: #2dae3b;
  top: 5%;
  right: -7%;
}
.floors .title .txt_point .point.point04 {
  background: #614599;
  bottom: 0;
  right: 0;
}
.floors .title .txt_point .point span {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
  padding: 11px 25px;
  display: block;
}

.floors .desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin-top: 82px;
}
.floors .desc .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.floors .desc .items .item {
  flex: 1;
  height: 360px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.floors .desc .items .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000000a4;
}
.floors .desc .items .item.item01 {
  background: url("../image/floors_item01.png") no-repeat center center;
  background-size: cover;
}
.floors .desc .items .item.item02 {
  background: url("../image/floors_item02.png") no-repeat center center;
  background-size: cover;
}
.floors .desc .items .item.item03 {
  background: url("../image/floors_item03.png") no-repeat center center;
  background-size: cover;
}
.floors .desc .items .item.item04 {
  background: url("../image/floors_item04.png") no-repeat center center;
  background-size: cover;
}
.floors .desc .items .item .txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 555;
}
.floors .desc .items .item .txt h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.floors .desc .items .item .txt p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 12px;
}

/* value */
.value {
  background: #4f299a;
  padding: 200px 0;
}
.value .title {
  text-align: center;
}
.value .title .value_txt {
  height: 62px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.value .title .value_txt:last-child {
  margin-bottom: 0;
}
.value .title .value_txt h2 {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  display: block;
}
.value .title .value_txt h2 strong {
  /* height: 68px; */
  padding: 8px 20px;
  margin: 0 10px;
  border-radius: 50px;
  display: inline-block;
}
.value .title .value_txt.value_txt02 h2 strong {
  background: #2dae3b;
}
.value .title .value_txt.value_txt03 h2 strong {
  background: #e7dc2f;
  color: #1d1d1d;
}
.value .title .value_txt.value_txt06 h2 strong {
  background: #e76711;
}

.value img {
  display: block;
  object-fit: cover;
  position: absolute;
}
.value img.value_point01 {
  width: 9%;
  width: 9%;
  left: 13%;
  top: 14%;
}
.value img.value_point02 {
  width: 48%;
  top: 6%;
  right: -16%;
}
.value img.value_point03 {
  width: 27%;
  left: -4%;
  bottom: -6%;
}
.value img.value_point04 {
  width: 7%;
  right: 16%;
  bottom: 6%;
}

/* skinny */
.skinny {
  background: #aedbb3;
  padding: 200px 0;
}
.skinny .inner {
  width: 78%;
  margin: 0 auto;
}
.skinny .title {
}
.skinny .title h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 72px;
  color: #2dae3b;
}
.skinny .title p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #1d1d1d;
  margin-top: 12px;
}

.skinny .items .dummy {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 62px;
}
.skinny .items .dummy .item {
  flex: 1;
  height: 360px;
  background: #fff;
  border-radius: 30px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.skinny .items .dummy .item img {
  /* box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.425); */
}
.skinny .items .dummy .item.item01 img {
  width: 18.57%;
}
.skinny .items .dummy .item.item02 img {
  width: 19.59%;
}
.skinny .items .dummy .item.item03 img {
  width: 14.08%;
}
.skinny .items .dummy .item h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
  color: #1d1d1d;
  margin: 32px 0 12px;
}
.skinny .items .dummy .item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #1d1d1d;
  /* margin-top: 12px; */
}

.skinny .items .item.item04 {
  width: 100%;
  height: 360px;
  border-radius: 30px;
  background: url("../image/skinny_item04.png") no-repeat center center;
  background-size: cover;
  margin-top: 15px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.skinny .items .item.item04 .txt {
  /* margin-left: 62px; */
}
.skinny .items .item.item04 .txt h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
  color: #fff;
}
.skinny .items .item.item04 .txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  margin-top: 12px;
}

.skinny .items .item.item04 .skinny_btn {
  width: 170px;
  height: 52px;
  background: #2dae3b;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 62px;
}
.skinny .items .item.item04 .skinny_btn span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-left: 20px;
}
.skinny .items .item.item04 .skinny_btn .fa {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
}
