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

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

.page_contact_us .get_in_touch_with_us>.title {
  font-family: DIN;
  font-weight: bold;
  color: #333333;
  font-size: 50px;
  padding: 0 var(--desc-pd);
  line-height: 1;
}

.page_contact_us .get_in_touch_with_us>.desc {
  font-weight: 400;
  line-height: var(--lh2);
  margin: 30px 0 20px;
  padding: 0 var(--desc-pd);
  color: #666666;
}

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

.page_contact_us .get_in_touch_with_us>ul li {
  width: 25%;
  justify-content: unset;
  margin-top: 40px;
}

.page_contact_us .get_in_touch_with_us>ul li .img {
  width: 16.43%;
  padding-bottom: 16.43%;
  width: 58.4px;
  height: 58.4px;
  background: var(--color-main);
  border-radius: 50%;
  flex-shrink: 0;
  padding: 0;
}

.page_contact_us .get_in_touch_with_us>ul li .img img {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  left: 15px;
  top: 15px;
  object-fit: contain;
}

.page_contact_us .get_in_touch_with_us>ul li .info {
  margin-left: 20px;
}

.page_contact_us .get_in_touch_with_us>ul li .info .title {
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  color: #666666;
}

.page_contact_us .get_in_touch_with_us>ul li .info .desc {
  margin-top: 10px;
  word-break: break-word;
}

.page_contact_us .get_in_touch_with_us>ul li .info .desc a {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 1.3;
}

.page_contact_us .sub_main {
  margin-bottom: 5.3%;
  align-items: unset;
}

.page_contact_us .sub_main .detail {
  width: calc(50% - 35px);
}

.page_contact_us .sub_main .detail>.title {
  font-family: DIN;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}

.page_contact_us .sub_main .detail>.desc {
  margin-top: 30px;
  font-weight: 400;
  color: #666666;
}

.page_contact_us .sub_main.com_contact_us_common form {
  width: 100%;
}

.page_contact_us .sub_main.com_contact_us_common form .names,
.page_contact_us .sub_main.com_contact_us_common form .phone {
  width: calc((100% - 25px) / 2);
}

.page_contact_us .sub_main.com_contact_us_common form input:not([type="submit"]) {
  padding: 0 15px;
}

.page_contact_us .sub_main.com_contact_us_common form input:not([type="submit"]),
.page_contact_us .sub_main.com_contact_us_common form textarea {
  resize: none;
  color: unset;
}

.page_contact_us .sub_main.com_contact_us_common form input:not([type="submit"])::placeholder,
.page_contact_us .sub_main.com_contact_us_common form textarea::placeholder {
  color: #333333;
}

.page_contact_us .sub_main.com_contact_us_common form textarea {
  padding: 25px 15px;
  height: 142px;
}

.page_contact_us .sub_main.com_contact_us_common form ul li {
  border-bottom: 1px solid #333333;
  margin-top: 6.57%;
}

.page_contact_us .sub_main.com_contact_us_common form ul li::before {
  left: 0;
}

.page_contact_us .sub_main.com_contact_us_common form input[type="submit"] {
  background: #333333;
  border-radius: 0;
}

.page_contact_us .sub_main .map {
  width: calc(50% - 35px);
  display: flex;
  flex-direction: column;
}

.page_contact_us .sub_main .map .address {
  display: flex;
  align-items: center;
}

.page_contact_us .sub_main .map .address .img {
  width: 21px;
  height: 25px;
  padding: 0;
  margin-right: 10px;
}

.page_contact_us .sub_main .map .address ul li {
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

.page_contact_us .sub_main .map .map_iframe {
  margin-top: 10px;
  flex: 1;
}

.page_contact_us .sub_main .map .map_iframe iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1660px) {
  .page_contact_us .get_in_touch_with_us>.title {
    font-size: 40px;
  }

  .page_contact_us .sub_main .detail>.title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1500px) {
  .page_contact_us .get_in_touch_with_us>.desc {
    margin-bottom: 0;
  }

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

  .page_contact_us .get_in_touch_with_us>ul li {
    width: 30%;
    justify-content: unset;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .page_contact_us {
    --size2: 20px;
    --lh2: 1.5;
    --desc-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: 2% 0;
  }

  .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 .get_in_touch_with_us>.title {
    font-size: 30px;
  }

  .page_contact_us .sub_main .detail>.title {
    font-size: 20px;
  }
}

@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 {
    --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;
  }

  .page_contact_us .get_in_touch_with_us>ul li:not(:first-child) {
    margin-top: 7%;
  }

  .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 ul li {
    width: 100% !important;
    margin-top: 20px;
  }

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

  .page_contact_us .sub_main .map {
    padding-bottom: 70%;
  }
}