.home {
  padding-top: 6.1979166667vw;
  overflow-x: hidden;
}
.home .section1 {
  padding: 5.2083333333vw 10.4166666667vw;
}
.home .section1 .content {
  display: flex;
  justify-content: space-between;
  background: #EAEAEE;
}
.home .section1 .content .lbox {
  padding: 4.1666666667vw;
}
.home .section1 .content .lbox .t {
  color: #2E2E5A;
  font-weight: 600;
}
.home .section1 .content .lbox .info .item {
  margin-top: 1.5625vw;
}
.home .section1 .content .lbox .info .item .p1 {
  color: #2E2E5A;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
}
.home .section1 .content .lbox .info .item .des {
  color: #666;
}
.home .section1 .content .lbox .icons {
  margin-top: 2.6041666667vw;
  display: flex;
}
.home .section1 .content .lbox .icons a:not(:last-child) {
  margin-right: 1.6666666667vw;
}
.home .section1 .content .lbox .icons a img {
  width: 1.25vw;
  transition: all 600ms;
}
.home .section1 .content .lbox .icons a:hover img {
  transform: rotateY(360deg);
}
.home .section1 .content .rbox {
  width: 44.0104166667vw;
}
.home .section1 .content .rbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .section2 {
  background: #FAF8F7;
  padding: 5.2083333333vw 10.4166666667vw;
}
.home .section2 .form {
  display: flex;
  justify-content: space-between;
}
.home .section2 .form .lbox {
  width: 38.3333333333vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .section2 .form .lbox .t_item {
  width: 17.0833333333vw;
  margin-bottom: 4.1666666667vw;
  position: relative;
}
.home .section2 .form .lbox .t_item .tag {
  color: #000;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0.5208333333vw;
  text-transform: capitalize;
}
.home .section2 .form .lbox .t_item .tag span {
  color: #F00;
}
.home .section2 .form .lbox .t_item input {
  height: 2.0833333333vw;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 1.0416666667vw;
}
.home .section2 .form .lbox .t_item .calendar {
  position: absolute;
  left: 13.125vw;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 600ms;
  z-index: 10;
}
.home .section2 .form .lbox .t_item .calendar.show_box {
  opacity: 1;
  pointer-events: auto;
}
.home .section2 .form .lbox .t_item.w_100 {
  width: 100%;
  cursor: pointer;
}
.home .section2 .form .lbox .t_item.w_100 input {
  cursor: pointer;
}
.home .section2 .form .rbox {
  width: 35.625vw;
}
.home .section2 .form .rbox .nr {
  position: relative;
  margin-bottom: 2.0833333333vw;
}
.home .section2 .form .rbox .nr textarea {
  width: 100%;
  height: 22.3958333333vw;
  outline: none;
  border: 1px solid #000;
  background: #F6F0EE;
  padding: 1.5625vw;
  font-size: 0.8333333333vw;
  resize: none;
}
.home .section2 .form .rbox .nr .icon {
  position: absolute;
  right: 2.0833333333vw;
  bottom: 2.0833333333vw;
}
.home .section2 .form .rbox .nr .icon img {
  width: 7.2916666667vw;
}
.home .section2 .form .rbox .submit {
  padding: 0.5208333333vw 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 600ms;
  border-radius: 4px;
  background: #2E2E5A;
  width: fit-content;
  cursor: pointer;
}
.home .section2 .form .rbox .submit:hover {
  background: #6666C4;
}
.home .section2 .form .rbox .submit p {
  color: #FFF;
  line-height: 1.5;
}
.home .section2 .form .rbox .submit svg {
  width: 0.9375vw;
  display: block;
  margin-left: 0.5208333333vw;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .home {
    padding-top: 60px;
  }
  .home .section1 {
    padding: 50px 5%;
  }
  .home .section1 .content {
    flex-direction: column;
  }
  .home .section1 .content .lbox {
    padding: 20px;
  }
  .home .section1 .content .lbox .info .item {
    margin-top: 15px;
  }
  .home .section1 .content .lbox .icons {
    margin-top: 25px;
  }
  .home .section1 .content .lbox .icons a:not(:last-child) {
    margin-right: 16px;
  }
  .home .section1 .content .lbox .icons a img {
    width: 20px;
  }
  .home .section1 .content .rbox {
    width: 100%;
    margin-top: 20px;
  }
  .home .section2 {
    padding: 50px 5%;
  }
  .home .section2 .form {
    flex-direction: column;
  }
  .home .section2 .form .lbox {
    width: 100%;
  }
  .home .section2 .form .lbox .t_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .home .section2 .form .lbox .t_item .tag {
    margin-bottom: 5px;
  }
  .home .section2 .form .lbox .t_item input {
    height: 30px;
    font-size: 18px;
  }
  .home .section2 .form .lbox .t_item .calendar {
    left: 5%;
    transform: scale(0.65);
    transform-origin: top;
  }
  .home .section2 .form .rbox {
    width: 100%;
  }
  .home .section2 .form .rbox .nr {
    margin-bottom: 20px;
  }
  .home .section2 .form .rbox .nr textarea {
    height: 230px;
    padding: 15px;
    font-size: 16px;
  }
  .home .section2 .form .rbox .nr .icon {
    right: 20px;
    bottom: 20px;
  }
  .home .section2 .form .rbox .nr .icon img {
    width: 100px;
  }
  .home .section2 .form .rbox .submit {
    padding: 10px 30px;
  }
  .home .section2 .form .rbox .submit svg {
    width: 18px;
    margin-left: 10px;
  }
}