﻿.page_contact_us {
  --size1: 55px;
  --size2: 30px;
  --lh2: 40px;
  --desc-pd: 21%;
  --ul-pd: 12.5%;
}

.page_contact_us .get_in_touch_with_us {
  padding-top: 3.33%;
  padding-bottom: 5%;
}

.page_contact_us .get_in_touch_with_us>.title {
  font-family: "Bold";
  color: var(--color-main);
  font-size: var(--size1);
  padding: 0 var(--desc-pd);
}

.page_contact_us .get_in_touch_with_us>.desc {
  font-weight: 400;
  color: #000000;
  line-height: var(--lh2);
  margin: 2.44% 0 4.58%;
  font-size: var(--size2);
  padding: 0 var(--desc-pd);
}

.page_contact_us .get_in_touch_with_us>ul {
  --item-size: 23px;
  --item-lh: 40px;
  --item-lh2: 1.3;
  padding: 0 var(--ul-pd);
}

.page_contact_us .get_in_touch_with_us>ul li {
  width: 33%;
}

.page_contact_us .get_in_touch_with_us>ul li.office .info .desc {
  font-weight: 400;
  font-size: var(--item-size);
  color: #000000;
  line-height: var(--item-lh);
}

.page_contact_us .get_in_touch_with_us>ul li.call_us .info .desc div a {
  font-weight: 400;
  font-size: var(--item-size);
  line-height: var(--item-lh2);
}

.page_contact_us .get_in_touch_with_us>ul li.send_us .info .desc div a {
  font-weight: 400;
  font-size: var(--item-size);
  line-height: var(--item-lh2);
  word-break: break-all;
}

.page_contact_us .get_in_touch_with_us>ul li .img {
  width: 27.88%;
  padding-bottom: 27.88%;
  margin-right: 6.52%;
  flex-shrink: 0;
}

.page_contact_us .get_in_touch_with_us>ul li .info .title {
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-bottom: 10%;
  font-size: var(--size2);
}

.page_contact_us .sub_main {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  margin-bottom: 6.25%;
}

.page_contact_us .sub_main .detail {
  width: 50%;
  padding: 0 8.4%;
  text-align: center;
}

.page_contact_us .sub_main .detail .title {
  font-family: "Bold";
  font-size: var(--size1);
  color: var(--color-main);
}

.page_contact_us .sub_main .detail .desc {
  font-weight: 400;
  color: #000000;
  margin: 7.5% 0 19.65%;
  font-size: var(--size2);
  /* max-height: 147px;
  overflow: auto; */
}

.page_contact_us .sub_main .detail form .message {
  border-radius: 14px;
  width: 100%;
  height: 209px;
  background: #ffffff;
  box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 5.21% 3.47%;
  resize: none;
}

.page_contact_us .sub_main .detail form .ipt {
  margin: 30px 0 40px;
}

.page_contact_us .sub_main .detail form .name,
.page_contact_us .sub_main .detail form .email {
  border-radius: 100px;
  width: calc((100% - 36px) / 2);
  background: #ffffff;
  box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 5.21% 4.7%;
}

.page_contact_us .sub_main .detail form input[type="submit"] {
  padding: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100px;
  width: 100%;
  background: var(--color-main);
  height: unset;
  margin: unset;
}

.page_contact_us .sub_main .map {
  width: 50%;
  padding-bottom: 60%;
}

@media screen and (max-width: 1366px) {
  .page_contact_us {
    --size1: 35px;
    --size2: 20px;
    --lh2: 1.5;
    --desc-pd: 6%;
    --ul-pd: 6%;
  }

  .page_contact_us .get_in_touch_with_us>ul {
    --item-size: 16px;
    --item-lh: 1.5;
    --item-lh2: 1.5;
  }

  .page_contact_us .get_in_touch_with_us>ul li .info .title {
    margin-bottom: 2%;
  }

  .page_contact_us .get_in_touch_with_us>.desc {
    margin: 1% 0 2%;
  }

  .page_contact_us .sub_main .detail .desc {
    margin: 3% 0 10%;
    line-height: 1.5;
  }

  .page_contact_us .sub_main .detail form .ipt {
    margin: 15px 0 30px;
  }

  .page_contact_us .sub_main .detail form input[type="submit"] {
    padding: 8px;
  }

  .page_contact_us .sub_main .detail form .name,
  .page_contact_us .sub_main .detail form .email {
    width: calc((100% - 6px) / 2);
    padding: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .page_contact_us .sub_main .detail form .message {
    height: 200px;
  }
}

@media screen and (max-width: 950px) {
  .page_contact_us {
    --size1: 26px;
    --size2: 18px;
  }

  .page_contact_us .get_in_touch_with_us {
    padding-top: 8%;
  }

  .page_contact_us .get_in_touch_with_us>.title {
    padding: 0 var(--all-pd);
  }

  .page_contact_us .get_in_touch_with_us>.desc {
    line-height: 1.8;
    padding: 0 var(--all-pd);
  }

  .page_contact_us .get_in_touch_with_us>ul {
    flex-direction: column;
    padding: 0 var(--all-pd);
  }

  .page_contact_us .get_in_touch_with_us>ul li {
    width: 100%;
    justify-content: unset;
    margin-top: 7%;
  }

  .page_contact_us .get_in_touch_with_us>ul li .img {
    margin-right: 3%;
    width: 105px;
    height: 105px;
    padding: 0;
  }

  .page_contact_us .get_in_touch_with_us>ul li .info .title {
    margin-bottom: 5%;
  }

  .page_contact_us .sub_main {
    flex-direction: column;
  }

  .page_contact_us .sub_main .detail,
  .page_contact_us .sub_main .map {
    width: 100%;
  }

  .page_contact_us .sub_main .detail {
    margin: 10% 0;
  }

  .page_contact_us .sub_main .detail form .name,
  .page_contact_us .sub_main .detail form .email {
    width: calc((100% - 10px) / 2);
  }

  .page_contact_us .sub_main .detail form input[type="submit"] {
    padding: 15px;
  }

  .page_contact_us .sub_main .detail .desc {
    max-height: unset;
    overflow: unset;
  }
}