.home .section1 {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
  padding: 8.3333333333vw 12.5vw;
  display: flex;
  justify-content: space-between; }
  .home .section1 .l {
    width: 33.3333333333vw; }
    .home .section1 .l .t {
      color: rgba(0, 0, 0, 0.9);
      font-size: 1.0416666667vw;
      width: 13.4375vw;
      border-bottom: 0.1041666667vw solid rgba(5, 18, 40, 0.6);
      padding-bottom: 0.2083333333vw; }
    .home .section1 .l .t2 {
      margin: 2.0833333333vw 0 2.9166666667vw 0;
      color: rgba(0, 0, 0, 0.9);
      line-height: 1.5;
      font-size: 2.6041666667vw;
      letter-spacing: 0.1px;
      font-family: "Montserrat";
      font-weight: 300; }
    .home .section1 .l .des {
      color: rgba(0, 0, 0, 0.6);
      width: 100%;
      font-size: 0.9375vw;
      text-align: justify;
      line-height: 1.5;
      letter-spacing: 0.1px; }
  .home .section1 .r {
    overflow: hidden; }
    .home .section1 .r img {
      width: 38.4375vw;
      height: 23.75vw;
      object-fit: cover;
      border-radius: 1.0416666667vw;
      transition: all 600ms ease-in-out; }
    .home .section1 .r:hover img {
      transform: scale(1.05); }
.home .section2 {
  margin: 6.25vw 12.5vw 4.1666666667vw 12.5vw;
  display: flex;
  border-radius: 1.0416666667vw;
  background: #F5F5F5;
  position: relative;
  overflow: hidden; }
  .home .section2 .line {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none; }
    .home .section2 .line svg {
      max-width: 100%; }
  .home .section2 .map img {
    width: 46.0416666667vw;
    height: 14.5833333333vw; }
  .home .section2 .r {
    padding: 1.5104166667vw 0 0 4.1666666667vw; }
    .home .section2 .r .p1 {
      color: rgba(0, 0, 0, 0.9);
      font-size: 2.6041666667vw;
      line-height: 1.5;
      letter-spacing: 0.1px;
      margin-bottom: 1.875vw;
      font-family: "Montserrat";
      font-weight: 300; }
    .home .section2 .r .info .item {
      display: flex;
      align-items: center; }
      .home .section2 .r .info .item:not(:last-child) {
        margin-bottom: 1.0416666667vw; }
      .home .section2 .r .info .item .icon svg {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        display: block; }
      .home .section2 .r .info .item p {
        color: rgba(0, 0, 0, 0.9);
        font-size: 0.7291666667vw;
        line-height: 1.3;
        margin-left: 0.2083333333vw; }
.home .section3 {
  margin: 0 12.5vw 5.2083333333vw 12.5vw;
  background: #F5F5F5;
  padding: 4.4791666667vw 5.2083333333vw 3.125vw 5.2083333333vw;
  border-radius: 1.0416666667vw; }
  .home .section3 .t {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.0416666667vw;
    width: 13.4375vw;
    border-bottom: 0.1041666667vw solid rgba(5, 18, 40, 0.6);
    padding-bottom: 0.2083333333vw; }
  .home .section3 .t2 {
    color: rgba(0, 0, 0, 0.9);
    font-size: 2.6041666667vw;
    line-height: 1.5;
    margin: 2.0833333333vw 0 3.3854166667vw 0;
    letter-spacing: 0.1px;
    font-family: "Montserrat";
    font-weight: 300; }
  .home .section3 .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .home .section3 .form .item {
      width: 47%;
      margin-bottom: 2.0833333333vw; }
      .home .section3 .form .item .tag {
        color: #000;
        font-size: 0.9375vw;
        margin-bottom: 0.8333333333vw; }
      .home .section3 .form .item input {
        border-radius: 1.3541666667vw;
        background: #FFF;
        width: 100%;
        border: none;
        outline: none;
        height: 2.7083333333vw;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1;
        font-size: 0.8333333333vw;
        padding: 0.9375vw 1.3541666667vw;
        font-weight: 200; }
        .home .section3 .form .item input::placeholder {
          color: rgba(0, 0, 0, 0.6);
          font-weight: 200; }
      .home .section3 .form .item textarea {
        border-radius: 1.3541666667vw;
        background: #FFF;
        width: 100%;
        border: none;
        outline: none;
        height: 9.8958333333vw;
        resize: none;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1;
        font-size: 0.8333333333vw;
        padding: 0.9375vw 1.3541666667vw;
        font-weight: 200; }
        .home .section3 .form .item textarea::placeholder {
          color: rgba(0, 0, 0, 0.6);
          font-weight: 200; }
    .home .section3 .form .msg {
      width: 100%;
      margin-bottom: 1.25vw; }
    .home .section3 .form .notice {
      display: flex;
      align-items: center;
      margin-bottom: 1.25vw; }
      .home .section3 .form .notice .c {
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .home .section3 .form .notice .c svg {
          width: 100%;
          height: 100%;
          display: block;
          opacity: 0;
          transition: all 600ms; }
      .home .section3 .form .notice .checked {
        border-color: transparent; }
        .home .section3 .form .notice .checked svg {
          opacity: 1; }
      .home .section3 .form .notice .st {
        color: rgba(0, 0, 0, 0.6);
        font-size: 0.7291666667vw;
        text-transform: capitalize;
        margin-left: 0.4166666667vw; }
        .home .section3 .form .notice .st a {
          text-decoration: underline; }
    .home .section3 .form .btn {
      width: 100%; }
      .home .section3 .form .btn .submit {
        border-radius: 1.5625vw;
        background: rgba(0, 0, 0, 0.9);
        width: 11.1458333333vw;
        height: 3.125vw;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.0416666667vw;
        line-height: 1.3;
        transition: all 600ms;
        cursor: pointer;
        margin: 0 auto;
        outline: none;
        border: none; }
        .home .section3 .form .btn .submit svg {
          width: 1.40625vw;
          margin-left: 0.5208333333vw;
          display: block; }
        .home .section3 .form .btn .submit:hover {
          background: #3FAEEE;
          color: white; }
@media screen and (max-width: 1024px) {
  .home {
    padding-top: 60px; }
    .home .section1 {
      padding: 20px 5%;
      flex-direction: column; }
      .home .section1 .l {
        width: 100%; }
        .home .section1 .l .t {
          font-size: 20px;
          width: 80%;
          border-bottom: 2px solid rgba(5, 18, 40, 0.6);
          padding-bottom: 4px; }
        .home .section1 .l .t2 {
          margin: 20px 0;
          font-size: 24px;
          line-height: 1.3; }
        .home .section1 .l .des {
          font-size: 16px;
          line-height: 1.3; }
      .home .section1 .r {
        width: 100%;
        margin-top: 20px; }
        .home .section1 .r img {
          width: 100%;
          height: auto;
          border-radius: 20px; }
    .home .section2 {
      margin: 20px 5%;
      flex-direction: column;
      border-radius: 20px; }
      .home .section2 .line svg {
        height: 120px; }
      .home .section2 .map img {
        width: 100%;
        height: auto; }
      .home .section2 .r {
        padding: 15px 5%; }
        .home .section2 .r .p1 {
          font-size: 24px;
          margin-bottom: 10px; }
        .home .section2 .r .info .item .icon svg {
          width: 16px;
          height: 16px; }
        .home .section2 .r .info .item p {
          font-size: 14px;
          margin-left: 5px; }
        .home .section2 .r .info .item:not(:last-child) {
          margin-bottom: 15px; }
    .home .section3 {
      margin: 0 5% 60px 5%;
      border-radius: 20px;
      padding: 30px 15px; }
      .home .section3 .t {
        font-size: 20px;
        width: 80%;
        border-bottom: 2px solid rgba(5, 18, 40, 0.6);
        padding-bottom: 4px; }
      .home .section3 .t2 {
        font-size: 24px;
        margin: 20px 0 30px 0; }
      .home .section3 .form .item {
        width: 100%;
        margin-bottom: 20px; }
        .home .section3 .form .item .tag {
          font-size: 16px;
          margin-bottom: 10px; }
        .home .section3 .form .item input {
          height: 42px;
          border-radius: 30px;
          font-size: 14px;
          padding: 10px 15px; }
        .home .section3 .form .item textarea {
          height: 160px;
          border-radius: 20px;
          font-size: 14px;
          padding: 10px 15px; }
      .home .section3 .form .notice {
        margin-bottom: 20px; }
        .home .section3 .form .notice .c {
          width: 16px;
          height: 16px; }
        .home .section3 .form .notice .st {
          font-size: 14px;
          margin-left: 8px;
          width: calc(100% - 24px); }
      .home .section3 .form .btn .submit {
        width: 150px;
        height: 35px;
        border-radius: 30px; }
        .home .section3 .form .btn .submit p {
          font-size: 16px; }
        .home .section3 .form .btn .submit svg {
          width: 15px;
          margin-left: 5px; } }

/*# sourceMappingURL=contact.css.map */
