.contact_banner {
  height: 68.08rem;
  margin: 0px 2.37rem 12.57rem;
  border-radius: 3.46rem;
  background-color: #1d2a44;
}
.contact_banner > img {
  border-radius: inherit;
}
.contact_banner::before {
  content: '';
  position: absolute;
  inset: 0px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(4, 16, 48, 0.9) 0rem, rgba(4, 16, 48, 0.88) 7.28rem, rgba(4, 16, 48, 0.53) 53.86rem, rgba(4, 16, 48, 0) 104.44rem);
}
.contact_banner .content {
  padding-top: 19.29rem;
}
.contact_banner .tcon h1 {
  color: #fff;
  font-weight: 520;
  font-size: 6.4rem;
  line-height: 8rem;
}
.contact_banner .tcon p {
  max-width: 45rem;
  margin-top: 1.84rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 305;
  font-size: 2.2rem;
  line-height: 3.5rem;
}
.contact_banner .phone_list {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -12.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134.4rem;
  max-width: calc(100% - 4rem);
  height: 16.85rem;
  margin: 0px auto;
  padding-left: 1.6rem;
  border-radius: 2.59rem;
  background-color: #fff;
  box-shadow: 0px 1rem 2rem rgba(226, 216, 207, 0.55);
}
.contact_banner .phone_list li + li {
  margin-left: 13.87rem;
  padding-left: 13.97rem;
  border-left: 1px solid rgba(0, 0, 0, 0.14);
}
.contact_banner .phone_list a {
  display: flex;
  align-items: center;
  gap: 2.98rem;
}
.contact_banner .phone_list .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 1.6rem;
  background-color: var(--primary);
  box-shadow: 0px 0.8rem 1.6rem rgba(232, 199, 167, 0.45);
  transition: transform 0.4s;
}
.contact_banner .phone_list .icon img {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
}
.contact_banner .phone_list li + li .icon img {
  width: 4rem;
  height: 4rem;
}
.contact_banner .phone_list a:hover .icon {
  transform: translateY(-0.4rem) rotate(-6deg);
}
.contact_banner .phone_list p {
  color: rgba(2, 14, 40, 0.54);
  font-weight: 380;
  font-size: 1.69rem;
  line-height: 2.3rem;
  letter-spacing: 0.06em;
}
.contact_banner .phone_list strong {
  display: block;
  margin-top: 0.38rem;
  font-weight: 450;
  font-size: 2.37rem;
  line-height: 3.2rem;
  white-space: nowrap;
  transition: color 0.3s;
}
.contact_banner .phone_list a:hover strong {
  color: var(--primary);
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .contact_banner .phone_list li + li {
    margin-left: 8rem;
    padding-left: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .contact_banner {
    height: auto;
    margin: 0px 10px 0px;
    padding: 60px 0px 30px;
    border-radius: 16px;
  }
  .contact_banner::before {
    background-image: linear-gradient(90deg, rgba(4, 16, 48, 0.88) 0%, rgba(4, 16, 48, 0.6) 60%, rgba(4, 16, 48, 0.3) 100%);
  }
  .contact_banner .content {
    padding-top: 0px;
  }
  .contact_banner .tcon h1 {
    font-size: 30px;
    line-height: 1.35;
  }
  .contact_banner .tcon p {
    max-width: none;
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
  }
  .contact_banner .phone_list {
    position: relative;
    right: auto;
    bottom: auto;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    margin: 30px 10px 0px;
    padding: 6px 18px;
    border-radius: 14px;
  }
  .contact_banner .phone_list li {
    padding: 14px 0px;
  }
  .contact_banner .phone_list li + li {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contact_banner .phone_list a {
    gap: 14px;
  }
  .contact_banner .phone_list .icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }
  .contact_banner .phone_list .icon img,
  .contact_banner .phone_list li + li .icon img {
    width: 26px;
    height: 26px;
  }
  .contact_banner .phone_list p {
    font-size: 13px;
    line-height: 1.5;
  }
  .contact_banner .phone_list strong {
    margin-top: 2px;
    font-size: 19px;
    line-height: 1.4;
  }
}

.contact_network {
  position: relative;
  z-index: 2;
  padding: 16.3rem 0px 16.1rem;
  border-radius: 3.03rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: radial-gradient(142.1rem 172.7rem at 50% 91.2rem, rgba(243, 251, 255, 0.46) 0%, rgba(230, 243, 251, 0.43) 16%, rgba(201, 227, 244, 0.36) 47%, rgba(222, 238, 248, 0.22) 60%, rgba(240, 247, 251, 0.1) 71%, rgba(250, 252, 254, 0.03) 80%, rgba(255, 255, 255, 0) 84%), linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.81) 6%, #fff 13%, #fff 90%, rgba(255, 255, 255, 0.83) 100%);
}
.contact_network .tcon .tag + h2 {
  margin-top: 2.17rem;
}
.contact_network .network_map {
  position: relative;
  width: 139rem;
  max-width: 100%;
  margin: -5.55rem auto 0px;
  aspect-ratio: 1390 / 630.2;
  pointer-events: none;
}
.contact_network .map_base {
  display: block;
  width: 100%;
  height: auto;
}
.contact_network .map_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  transition: opacity 0.5s;
}
.contact_network .map_area.off {
  opacity: 0;
}
.contact_network .pins li {
  position: absolute;
  width: 3.6rem;
  height: 4.51rem;
  transition: opacity 0.4s, transform 0.4s;
  transform-origin: 50% 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 45'%3E%3Cpath fill='%23161616' d='M18 0C8.06 0 0 8.06 0 18c0 12.6 15.2 25.5 16.1 26.3.55.46 1.3.46 1.85 0C18.8 43.5 36 30.6 36 18 36 8.06 27.94 0 18 0Z'/%3E%3Ccircle cx='18' cy='18' r='8.4' fill='%23fff'/%3E%3C/svg%3E") no-repeat center / contain;
}
.contact_network .pins li::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  width: 2.6rem;
  height: 0.9rem;
  margin-left: -1.3rem;
  border-radius: 50%;
  opacity: 0;
  background-color: rgba(240, 131, 0, 0.45);
  animation: contact_network_pulse 2s ease-out infinite;
}
@keyframes contact_network_pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.contact_network .pins span {
  position: absolute;
  left: 4.6rem;
  top: 2.4rem;
  font-weight: 380;
  font-size: 1.8rem;
  line-height: 2.4rem;
  white-space: nowrap;
}
.contact_network .pins .left span {
  left: auto;
  right: 5rem;
  top: 3.4rem;
}
.contact_network .pins li.off {
  opacity: 0;
  transform: translateY(-1rem);
}
.contact_network .network_tabs {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 2.02rem;
  margin-top: -1.71rem;
}
.contact_network .network_tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  height: 5.6rem;
  padding: 0px 1rem;
  border-radius: 10rem;
  border: 1px solid rgba(34, 29, 21, 0.3);
  cursor: pointer;
  font-weight: 450;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  background-color: #fff;
  transition: color 0.3s, border-color 0.3s;
}
.contact_network .network_tabs li:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.contact_network .network_tabs li.active {
  color: #fff;
  border-color: transparent;
  background-image: linear-gradient(205deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 20%), linear-gradient(165deg, rgba(146, 206, 251, 0) 50%, rgba(146, 206, 251, 0.85) 100%), linear-gradient(170deg, #f99106 25%, #ffc07b 60%, #ffe0b8 85%);
  box-shadow: 0px 0.8rem 1.6rem rgba(175, 189, 198, 0.55);
}
.contact_network .address_box {
  margin-top: 5.4rem;
}
.contact_network .address_panel {
  display: none;
}
.contact_network .address_panel.active {
  display: block;
  animation: contact_network_fade 0.5s ease;
}
@keyframes contact_network_fade {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.contact_network .address_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 3.17rem 2.94rem;
}
.contact_network .address_list li {
  position: relative;
  min-height: 18.07rem;
  padding: 3.73rem 5.8rem 3rem 10.94rem;
  border-radius: 1.6rem;
  border: 1px solid #e4e8ee;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.contact_network .address_list li.hide {
  display: none;
}
.contact_network .address_list li.show {
  animation: contact_network_fade 0.5s ease;
}
.contact_network .address_list li:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0px 1.2rem 3rem rgba(24, 58, 96, 0.08);
}
.contact_network .address_list .icon {
  position: absolute;
  left: 4.37rem;
  top: 4.07rem;
  width: 3.5rem;
  height: 4.2rem;
}
.contact_network .address_list .icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: filter 0.3s;
}
.contact_network .address_list h3 {
  color: var(--dark);
  font-weight: 450;
  font-size: 2.4rem;
  line-height: 3.2rem;
  transition: color 0.3s;
}
.contact_network .address_list p {
  margin-top: 0.77rem;
  color: var(--text);
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-wrap: pretty;
  transition: color 0.3s;
}
.contact_network .address_list li.active {
  border-color: var(--primary);
  background-color: var(--primary);
  box-shadow: 0px 1.2rem 3rem rgba(240, 131, 0, 0.2);
}
.contact_network .address_list li.active h3,
.contact_network .address_list li.active p {
  color: #fff;
}
.contact_network .address_list li.active .icon img {
  filter: brightness(0) invert(1);
}
.contact_network .btn_box {
  margin-top: 4.43rem;
  text-align: center;
}
.contact_network .btn_box.hide {
  display: none;
}
.contact_network .btn_more {
  min-width: 19.99rem;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .contact_network .address_list li {
    padding: 3rem 3rem 2.6rem 9rem;
  }
  .contact_network .address_list .icon {
    left: 3rem;
    top: 3.4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_network .address_list {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .contact_network {
    padding: 50px 0px 50px;
    border-radius: 16px;
  }
  .contact_network .tcon .tag + h2 {
    margin-top: 14px;
  }
  .contact_network .network_map {
    width: auto;
    margin: 20px -10px 0px;
  }
  .contact_network .pins li {
    width: 16px;
    height: 20px;
  }
  .contact_network .pins li::before {
    display: none;
  }
  .contact_network .pins span {
    left: 18px;
    top: 8px;
    font-size: 10px;
    line-height: 14px;
  }
  .contact_network .pins .left span {
    right: 18px;
    top: 12px;
  }
  .contact_network .network_tabs {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }
  .contact_network .network_tabs li {
    width: auto;
    height: 38px;
    padding: 0px 14px;
    font-size: 13px;
  }
  .contact_network .address_box {
    margin-top: 24px;
  }
  .contact_network .address_list {
    grid-template-columns: minmax(0px, 1fr);
    gap: 10px;
  }
  .contact_network .address_list li {
    min-height: 0px;
    padding: 18px 16px 18px 58px;
    border-radius: 12px;
  }
  .contact_network .address_list .icon {
    left: 18px;
    top: 20px;
    width: 24px;
    height: 29px;
  }
  .contact_network .address_list h3 {
    font-size: 17px;
    line-height: 1.4;
  }
  .contact_network .address_list p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.6;
  }
  .contact_network .btn_box {
    margin-top: 24px;
  }
  .contact_network .btn_more {
    min-width: 0px;
  }
}

.contact_form {
  position: relative;
  z-index: 1;
  padding: 8.95rem 0px 11.37rem;
}
.contact_form::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 155.6rem;
  pointer-events: none;
  background: url(../img/form-bg.webp) no-repeat center top / 100% 100%;
}
.contact_form .tcon .tag + h2 {
  margin-top: 2.17rem;
}
.contact_form .tcon h2 + p {
  margin-top: 2.41rem;
}
.contact_form .main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 7.14rem;
  margin-top: 6.61rem;
}
.contact_form .form_box {
  flex: 1;
  min-width: 0px;
  padding: 5.79rem 4.5rem 4.31rem 4.6rem;
  border-top: 0.4rem solid #f18200;
  border-radius: 0px 0px 2.4rem 2.4rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1rem 1.2rem rgba(206, 211, 221, 0.35);
}
.contact_form .form_box .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -0.4rem;
}
.contact_form .wpcf7-form .hidden-fields-container,
.contact_form .wpcf7 .screen-reader-response {
  display: none;
}
.contact_form .wpcf7-form > span {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.7rem;
}
.contact_form .wpcf7-form > span.col2 {
  width: calc(50% - 1.26rem);
}
.contact_form .wpcf7-form > span:nth-of-type(1),
.contact_form .wpcf7-form > span:nth-of-type(2) {
  margin-top: 0px;
}
.contact_form .wpcf7-form > span.row_service {
  margin-top: 3.61rem;
}
.contact_form .wpcf7-form > span.row_select {
  margin-top: 3.76rem;
}
.contact_form .wpcf7-form > span.row_message {
  margin-top: 3.92rem;
}
.contact_form .wpcf7-form > span.row_submit {
  margin-top: 6.81rem;
}
.contact_form .wpcf7-form label {
  display: block;
}
.contact_form .wpcf7-form .label {
  margin-bottom: 0.7rem;
  color: #161616;
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.contact_form .wpcf7-form .label i {
  margin-left: 0.2rem;
  color: var(--primary);
}
.contact_form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.contact_form .wpcf7-text,
.contact_form .wpcf7-select,
.contact_form .wpcf7-textarea {
  display: block;
  width: 100%;
  height: 5.8rem;
  padding: 0px 2rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 380;
  font-size: 1.6rem;
  background-color: transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contact_form .wpcf7-text:hover,
.contact_form .wpcf7-select:hover,
.contact_form .wpcf7-textarea:hover {
  border-color: rgba(240, 131, 0, 0.6);
}
.contact_form .wpcf7-text:focus,
.contact_form .wpcf7-select:focus,
.contact_form .wpcf7-textarea:focus {
  border-color: var(--primary);
  box-shadow: 0px 0px 0px 0.3rem rgba(240, 131, 0, 0.12);
}
.contact_form .wpcf7-select {
  padding: 0px 5.5rem 0px 3.06rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.74);
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8' fill='none' stroke='%23221d15' stroke-width='1.85'%3E%3Cpath d='M1.2.9 7 6.7 12.8.9'/%3E%3C/svg%3E") no-repeat right 2.9rem center / 1.4rem 0.8rem;
}
.contact_form .wpcf7-select option {
  color: var(--title);
}
.contact_form .wpcf7-textarea {
  height: 18.03rem;
  padding: 1.6rem 2rem;
  resize: none;
  line-height: 2.6rem;
}
.contact_form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.72rem;
  padding-top: 1.1rem;
}
.contact_form .wpcf7-list-item {
  display: block;
  margin: 0px;
}
.contact_form .wpcf7-list-item label {
  position: relative;
  display: block;
  cursor: pointer;
}
.contact_form .wpcf7-list-item input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.contact_form .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  height: 4.6rem;
  padding: 0px 2.07rem;
  border-radius: 10rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  font-weight: 330;
  font-size: 1.6rem;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.contact_form .wpcf7-list-item label:hover .wpcf7-list-item-label {
  color: var(--primary);
  border-color: var(--primary);
}
.contact_form .wpcf7-list-item input:focus-visible + .wpcf7-list-item-label {
  box-shadow: 0px 0px 0px 0.3rem rgba(240, 131, 0, 0.2);
}
.contact_form .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: var(--primary);
  border-color: var(--primary);
  background-color: #fff9ee;
  box-shadow: inset 0px 0px 0px 0.5px var(--primary);
  -webkit-text-stroke: 0.4px currentColor;
}
.contact_form .wpcf7-form .send {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  height: 5.6rem;
  border-radius: 10rem;
  cursor: pointer;
  color: #fff;
  font-weight: 450;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  background-color: #f18200;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.contact_form .send::after {
  content: '';
  flex-shrink: 0;
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M0 5h11M6.8.9 10.9 5 6.8 9.1'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.5'%3E%3Cpath d='M0 5h11M6.8.9 10.9 5 6.8 9.1'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.contact_form .send:hover {
  background-color: #ff9a1f;
  box-shadow: 0px 1rem 2.4rem rgba(240, 131, 0, 0.3);
}
.contact_form .send:hover::after {
  transform: translateX(0.4rem);
}
.contact_form .send .wpcf7-submit {
  position: absolute;
  inset: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.contact_form .wpcf7 form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 2rem;
  top: 50%;
  margin: 0px;
  transform: translateY(-50%);
}
.contact_form .wpcf7-form > span.note {
  margin-top: 1.77rem;
  color: var(--text);
  font-weight: 330;
  font-size: 1.4rem;
  line-height: 1.9rem;
  text-align: center;
}
.contact_form .wpcf7 form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0px;
  top: -2.9rem;
  color: #e5484d;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.contact_form .wpcf7-not-valid.wpcf7-text {
  border-color: #e5484d;
}
.contact_form .wpcf7 form .wpcf7-response-output {
  width: 100%;
  margin: 1.6rem 0px 0px;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #e5484d;
  color: #e5484d;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}
.contact_form .wpcf7 form.init .wpcf7-response-output {
  display: none;
}
.contact_form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #2f8a39;
  background-color: rgba(70, 180, 80, 0.06);
}
.contact_form .side {
  flex: 0 0 57.24rem;
  padding: 5.71rem 4.4rem 4rem;
  border-radius: 2.4rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1rem 1.2rem rgba(206, 211, 221, 0.35);
}
.contact_form .side .block + .block {
  margin-top: 7.1rem;
  padding-top: 2.53rem;
  border-top: 1px solid rgba(34, 29, 21, 0.14);
}
.contact_form .side .title {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 450;
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.contact_form .side .title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0.44rem;
  width: 0.4rem;
  height: 2.26rem;
  background-color: #fc8216;
}
.contact_form .contact_list {
  margin-top: 2.97rem;
}
.contact_form .contact_list li + li {
  margin-top: 2.26rem;
}
.contact_form .contact_list a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.contact_form .contact_list i {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  margin-right: 1.09rem;
}
.contact_form .contact_list i img {
  display: block;
  width: 100%;
  height: auto;
}
.contact_form .contact_list span {
  color: #5b5b5b;
  font-weight: 380;
  white-space: nowrap;
}
.contact_form .contact_list strong {
  margin-left: auto;
  padding-left: 2rem;
  font-weight: 450;
  white-space: nowrap;
  transition: color 0.3s;
}
.contact_form .contact_list a:hover strong {
  color: var(--primary);
}
.contact_form .qr_list {
  display: flex;
  gap: 2.46rem;
  margin-top: 2.58rem;
}
.contact_form .qr_list li {
  width: 11rem;
}
.contact_form .qr_list .img {
  width: 11rem;
  height: 11rem;
  padding: 0.74rem;
  border-radius: 1.6rem;
  border: 1.5px solid #f18200;
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}
.contact_form .qr_list li:hover .img {
  transform: translateY(-0.4rem);
  box-shadow: 0px 1rem 2rem rgba(240, 131, 0, 0.18);
}
.contact_form .qr_list p {
  margin-top: 1.02rem;
  font-weight: 380;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
}
.contact_form .side .btns {
  display: flex;
  flex-direction: column;
  gap: 1.93rem;
  margin-top: 3rem;
}
.contact_form .side .btns .btn_line {
  width: 100%;
}
.contact_form .side .btn_track {
  border: 2px solid #f18200;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .contact_form .main {
    gap: 3rem;
  }
  .contact_form .side {
    flex-basis: 44rem;
    padding: 4.4rem 3.2rem 3.2rem;
  }
  .contact_form .contact_list a {
    font-size: 1.6rem;
  }
  .contact_form .qr_list {
    gap: 1.6rem;
  }
  .contact_form .qr_list li,
  .contact_form .qr_list .img {
    width: 10rem;
  }
  .contact_form .qr_list .img {
    height: 10rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form .main {
    flex-direction: column;
  }
  .contact_form .side {
    flex-basis: auto;
  }
}

@media screen and (max-width: 768px) {
  .contact_form {
    padding: 50px 0px 60px;
  }
  .contact_form::before {
    height: 100%;
    background-size: 200% 100%;
  }
  .contact_form .tcon .tag + h2 {
    margin-top: 14px;
  }
  .contact_form .tcon h2 + p {
    margin-top: 10px;
  }
  .contact_form .main {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
  .contact_form .form_box {
    padding: 26px 16px 22px;
    border-top-width: 3px;
    border-radius: 0px 0px 14px 14px;
  }
  .contact_form .form_box .wpcf7-form {
    margin-top: 0px;
  }
  .contact_form .wpcf7-form > span,
  .contact_form .wpcf7-form > span.row_service,
  .contact_form .wpcf7-form > span.row_select,
  .contact_form .wpcf7-form > span.row_message {
    margin-top: 16px;
  }
  .contact_form .wpcf7-form > span.col2 {
    width: 100%;
  }
  .contact_form .wpcf7-form > span:nth-of-type(2) {
    margin-top: 16px;
  }
  .contact_form .wpcf7-form > span.row_submit {
    margin-top: 26px;
  }
  .contact_form .wpcf7-form .label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  .contact_form .wpcf7-text,
  .contact_form .wpcf7-select,
  .contact_form .wpcf7-textarea {
    height: 46px;
    padding: 0px 14px;
    border-radius: 8px;
    font-size: 14px;
  }
  .contact_form .wpcf7-select {
    padding: 0px 40px 0px 14px;
    background-position: right 16px center;
    background-size: 12px 7px;
  }
  .contact_form .wpcf7-textarea {
    height: 130px;
    padding: 12px 14px;
    line-height: 1.6;
  }
  .contact_form .wpcf7-checkbox {
    gap: 8px;
    padding-top: 4px;
  }
  .contact_form .wpcf7-list-item-label {
    height: 36px;
    padding: 0px 14px;
    font-size: 13px;
  }
  .contact_form .send {
    gap: 10px;
    height: 46px;
    font-size: 15px;
  }
  .contact_form .wpcf7-form > span.note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.6;
  }
  .contact_form .wpcf7 form .wpcf7-not-valid-tip {
    top: -26px;
    font-size: 12px;
    line-height: 20px;
  }
  .contact_form .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
  .contact_form .side {
    flex-basis: auto;
    padding: 26px 18px 22px;
    border-radius: 14px;
  }
  .contact_form .side .block + .block {
    margin-top: 24px;
    padding-top: 20px;
  }
  .contact_form .side .title {
    padding-left: 12px;
    font-size: 18px;
    line-height: 26px;
  }
  .contact_form .side .title::before {
    top: 5px;
    width: 3px;
    height: 16px;
  }
  .contact_form .contact_list {
    margin-top: 16px;
  }
  .contact_form .contact_list li + li {
    margin-top: 14px;
  }
  .contact_form .contact_list a {
    font-size: 14px;
    line-height: 20px;
  }
  .contact_form .contact_list i {
    width: 17px;
    margin-right: 8px;
  }
  .contact_form .contact_list strong {
    padding-left: 10px;
  }
  .contact_form .qr_list {
    justify-content: space-between;
    gap: 10px;
    margin-top: 16px;
  }
  .contact_form .qr_list li {
    flex: 1;
    width: auto;
    max-width: 100px;
  }
  .contact_form .qr_list .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 6px;
    border-radius: 12px;
  }
  .contact_form .qr_list p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
  }
  .contact_form .side .btns {
    gap: 10px;
    margin-top: 18px;
  }
}
