.contact_main {
  padding: 15.8rem 0 15.8rem;
}
.contact_main .main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 7.3rem;
}
/* form */
.contact_main .form {
  width: 68.6rem;
  flex-shrink: 0;
  padding: 2.7rem 4.5rem 5.4rem 4.4rem;
  border-radius: 2rem;
  border: 1px solid #e3e8f2;
  background-color: #fff;
  box-shadow: 0 2rem 4rem rgba(208, 211, 221, 0.45);
}
.contact_main form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_main form > span {
  display: block;
  width: 100%;
}
.contact_main form > .col2 {
  width: calc(50% - 1.25rem);
}
.contact_main form .title {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 4rem;
  padding-left: 0.5rem;
  margin-bottom: 4.9rem;
}
.contact_main form label {
  display: block;
}
.contact_main form .label {
  color: var(--title);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.55rem;
}
.contact_main form .label i {
  color: var(--title);
}
.contact_main form .wpcf7-form-control-wrap {
  display: block;
}
.contact_main form input[type="text"],
.contact_main form input[type="email"],
.contact_main form input[type="tel"],
.contact_main form .wpcf7-quiz,
.contact_main form select,
.contact_main form textarea {
  display: block;
  width: 100%;
  height: 5.2rem;
  padding: 0 1.8rem;
  color: var(--title);
  font-size: 1.6rem;
  border-radius: 0.6rem;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: all 0.3s;
  margin-bottom: 2.25rem;
}
.contact_main form select {
  padding-right: 4.4rem;
  background: #fff url(../img/icon-select.svg) no-repeat right 1.8rem center / 1.2rem;
}
.contact_main form select:invalid,
.contact_main form select.empty {
  color: #9aa0b0;
}
.contact_main form textarea {
  height: 14.4rem;
  padding: 1.4rem 1.8rem;
  line-height: 2.4rem;
}
.contact_main form input:focus,
.contact_main form select:focus,
.contact_main form textarea:focus {
  border-color: var(--primary);
}
.contact_main form .quiz {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.8rem;
}
.contact_main form .quiz > .label {
  width: auto;
}
.contact_main form .quiz .wpcf7-form-control-wrap,
.contact_main form .quiz .wpcf7-form-control-wrap > label {
  display: contents;
}
.contact_main form .wpcf7-quiz-label {
  color: var(--title);
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.55rem;
}
.contact_main form .quiz .wpcf7-quiz,
.contact_main form .quiz .wpcf7-not-valid-tip {
  flex-basis: 100%;
}
.contact_main form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contact_main form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  cursor: pointer;
}
.contact_main form .wpcf7-acceptance input {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.1rem;
  border: 1.5px solid var(--secondary);
  background: #fff no-repeat center / 70%;
  transition: all 0.3s;
}
.contact_main form .wpcf7-acceptance input:checked {
  background-color: var(--secondary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m1.5 6.2 4.2 4.1L14.5 1.7'/%3E%3C/svg%3E");
}
.contact_main form .wpcf7-list-item-label {
  color: #5a6778;
  font-size: 1.476rem;
  line-height: 2.2rem;
}
.contact_main form .wpcf7-list-item-label a {
  color: var(--primary);
  text-decoration: underline;
}
.contact_main form .send {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  margin-top: 5.9rem;
  border-radius: 10rem;
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 5.6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--primary);
}
.contact_main form .send::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  background: url(../img/arrow-tr-w.svg) no-repeat center / contain;
}
.contact_main form .send:hover {
  background-color: var(--blue);
}
.contact_main form .send:hover::after {
  transform: rotate(45deg);
}
.contact_main form .send input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.contact_main form .wpcf7-spinner {
  position: absolute;
  right: 2rem;
  margin: 0;
}
.contact_main form .wpcf7-response-output {
  width: 100%;
  margin: 2rem 0 0;
  font-size: 1.4rem;
}
/* side */
.contact_main .side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  max-width: 62.1rem;
}
.contact_main .lines {
  padding: 3.6rem 3.2rem 5.2rem 3.2rem;
  border-radius: 1.6rem;
  background-color: var(--primary);
}
.contact_main .lines .subtitle {
  color: var(--green);
}
.contact_main .lines h2 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 0.6rem;
}
.contact_main .lines ul {
  margin-top: 4.5rem;
}
.contact_main .lines li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5.53rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.contact_main .lines li strong {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
}
.contact_main .lines li a,
.contact_main .lines li span {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: right;
  word-break: break-all;
  transition: all 0.3s;
}
.contact_main .lines li a:hover {
  color: var(--green);
}
.contact_main .lines .note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 1.8rem;
}
.contact_main .sample {
  padding: 2.9rem 3.2rem 3.5rem;
  border-radius: 1.6rem;
  border: 1px solid #e4e9f2;
  background-color: #fff;
}
.contact_main .sample h3 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.contact_main .sample p {
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-top: 1.4rem;
}
.contact_main .sample .btn_i {
  margin-top: 2.6rem;
}
.contact_main .hurry {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 2.4rem 3rem 2.4rem 3.1rem;
  border-left: 3px solid var(--secondary);
  border-radius: 0 1.2rem 1.2rem 0;
  background-color: #f2f5fa;
  color: var(--text);
  font-size: 1.725rem;
  line-height: 3rem;
}
.contact_main .hurry strong {
  color: #0a0c1b;
  font-weight: 600;
  margin-right: 0.2rem;
}
.contact_main .hurry a {
  white-space: nowrap;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin-left: 0.4rem;
  transition: all 0.3s;
}
.contact_main .hurry a:hover {
  color: var(--secondary);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .contact_main .main {
    gap: 4rem;
  }
  .contact_main .form {
    width: 55%;
    padding: 3rem 3rem 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact_main .lines li {
    flex-wrap: wrap;
    gap: 0 2rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_main {
    padding: 40px 0 60px;
  }
  .contact_main .main {
    flex-direction: column;
    gap: 20px;
  }
  .contact_main .form {
    width: 100%;
    padding: 24px 20px 28px;
    border-radius: 12px;
  }
  .contact_main form > .col2 {
    width: 100%;
  }
  .contact_main form .title {
    font-size: 22px;
    line-height: 1.3;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .contact_main form .label,
  .contact_main form .wpcf7-quiz-label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact_main form input[type="text"],
  .contact_main form input[type="email"],
  .contact_main form input[type="tel"],
  .contact_main form .wpcf7-quiz,
  .contact_main form select,
  .contact_main form textarea {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
    margin-bottom: 16px;
  }
  .contact_main form select {
    padding-right: 36px;
    background-position: right 14px center;
  }
  .contact_main form textarea {
    height: 120px;
    padding: 10px 14px;
  }
  .contact_main form .wpcf7-acceptance label {
    gap: 10px;
  }
  .contact_main form .wpcf7-acceptance input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
  .contact_main form .wpcf7-list-item-label {
    font-size: 13px;
    line-height: 1.6;
  }
  .contact_main form .send {
    font-size: 14px;
    line-height: 46px;
    margin-top: 24px;
  }
  .contact_main .side {
    max-width: none;
    gap: 16px;
  }
  .contact_main .lines,
  .contact_main .sample {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .contact_main .lines h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .contact_main .lines ul {
    margin-top: 10px;
  }
  .contact_main .lines li {
    min-height: 0;
    padding: 12px 0;
  }
  .contact_main .lines li strong {
    font-size: 14px;
  }
  .contact_main .lines li a,
  .contact_main .lines li span {
    font-size: 14px;
  }
  .contact_main .lines .note {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
  }
  .contact_main .sample h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .contact_main .sample p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .contact_main .sample .btn_i {
    font-size: 15px;
    margin-top: 14px;
  }
  .contact_main .hurry {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.7;
  }
  .contact_main .hurry a {
    font-size: 14px;
  }
}
.contact_banner {
  overflow: hidden;
  background-color: var(--dark);
}
.contact_banner > img {
  left: auto;
  right: 0px;
  width: 78%;
  object-position: center 27%;
}
.contact_banner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 66.5625%;
  background-image: linear-gradient(90deg, #041222 38%, rgba(4, 18, 34, 0.88) 59%, rgba(4, 18, 34, 0.53) 80%, rgba(4, 18, 34, 0) 100%);
}
.contact_banner::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(4, 18, 34, 0.3);
}
.contact_banner .content {
  min-height: 91.9rem;
  padding: 28rem 0px 14rem;
}
.contact_banner .tcon {
  max-width: 76rem;
}
.contact_banner .tcon .subtitle {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  gap: 1.3rem;
}
.contact_banner .tcon p {
  color: #fff;
  max-width: 51rem;
  margin-top: 3.4rem;
}
.contact_banner .btns {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
.contact_banner .btns .btn {
  padding: 0px 3rem 0px 4rem;
}
.contact_banner .marquee {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.contact_banner .marquee ul {
  display: flex;
  width: max-content;
  animation: contact_banner_marquee 40s linear infinite;
}
.contact_banner .marquee:hover ul {
  animation-play-state: paused;
}
.contact_banner .marquee li {
  display: flex;
  align-items: center;
  gap: 5.8rem;
  padding-right: 5.8rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 5.6rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.contact_banner .marquee li::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--green);
}
@keyframes contact_banner_marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 14px;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 8px;
  }
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
  }
  .contact_banner > img {
    width: 100%;
  }
  .contact_banner::before {
    width: 100%;
    background-image: linear-gradient(90deg, #041222 10%, rgba(4, 18, 34, 0.55) 100%);
  }
  .contact_banner .content {
    min-height: 0px;
    padding: 130px 20px 100px;
  }
  .contact_banner .tcon p {
    margin-top: 16px;
  }
  .contact_banner .btns {
    gap: 12px;
    margin-top: 24px;
  }
  .contact_banner .btns .btn {
    padding: 0px 20px;
  }
  .contact_banner .marquee li {
    font-size: 12px;
    line-height: 44px;
    gap: 24px;
    padding-right: 24px;
  }
  .contact_banner .marquee li::after {
    width: 5px;
    height: 5px;
  }
}
.contact_cards {
  padding: 9.8rem 0px 0px;
  background-color: #fff;
}
.contact_cards .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.contact_cards .card {
  height: 100%;
  padding: 4rem 3.6rem 4.8rem;
  border-radius: 1.8rem;
  border: 1px solid var(--border);
  background-color: #fff;
  transition: 0.3s;
}
.contact_cards .card:hover {
  border-color: #fff;
  box-shadow: 0px 2rem 4rem rgba(23, 42, 133, 0.08);
  transform: translateY(-0.4rem);
}
.contact_cards .icon {
  display: block;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 1.2rem;
  background-color: var(--primary);
}
.contact_cards .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_cards li:first-child .icon {
  background-color: var(--secondary);
}
.contact_cards .title {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 5.1rem;
}
.contact_cards .title h3 {
  font-size: inherit;
  font-weight: inherit;
}
.contact_cards .email {
  display: inline-block;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 0.9rem;
  transition: 0.3s;
}
.contact_cards .email:hover {
  color: var(--secondary);
}
.contact_cards .desc {
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
  .contact_cards .card {
    padding: 3rem 2.6rem 3.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h2 {
    font-size: 4.2rem;
  }
  .contact_cards .title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .contact_cards {
    padding: 40px 0px 0px;
  }
  .contact_cards .cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .contact_cards .card {
    padding: 20px;
    border-radius: 12px;
  }
  .contact_cards .icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .contact_cards .title {
    font-size: 18px;
    margin-top: 20px;
  }
  .contact_cards .email {
    font-size: 14px;
  }
  .contact_cards .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
}
.contact_address {
  padding: 15.4rem 0px 15.8rem;
  background-color: var(--bg);
}
.contact_address .head {
  max-width: 76rem;
  margin: 0px auto;
  text-align: center;
}
.contact_address .tcon .subtitle {
  justify-content: center;
}
.contact_address .tcon p {
  max-width: 72rem;
  margin: 1.6rem auto 0px;
}
.contact_address .map {
  display: block;
  height: 43.1rem;
  margin-top: 6.2rem;
  border-radius: 2rem;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
.contact_address .map img {
  object-position: center center;
}
.contact_address .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0px;
}
.contact_address .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.9rem;
  margin-top: 4.4rem;
}
.contact_address .card {
  display: grid;
  grid-template-columns: 5.7rem 1fr;
  align-items: start;
  gap: 6.5rem;
  height: 100%;
  padding: 3.5rem 3.4rem 3.8rem;
  border-radius: 1.2rem;
  border: 1px solid #ebeef3;
  background-color: #fff;
  transition: 0.3s;
}
.contact_address .card:hover {
  border-color: #fff;
  box-shadow: 0px 2rem 4rem rgba(23, 42, 133, 0.08);
}
.contact_address .icon {
  display: block;
  width: 5.7rem;
  height: 5.7rem;
  border-radius: 1.2rem;
  background-color: var(--primary);
}
.contact_address .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.contact_address .label {
  color: var(--blue);
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact_address .title {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-top: 0.8rem;
}
.contact_address .title h3 {
  font-size: inherit;
  font-weight: inherit;
}
.contact_address .addr {
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-top: 1.2rem;
  max-width: 50rem;
}
.contact_address .links {
  margin-top: 2.4rem;
}
.contact_address .links a {
  display: table;
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4rem;
  transition: 0.3s;
}
.contact_address .links a:hover {
  color: var(--secondary);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
  .contact_address .card {
    gap: 2.4rem;
    padding: 3rem 2.6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h2 {
    font-size: 4.2rem;
  }
  .contact_address .map {
    height: 36rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .contact_address {
    padding: 50px 0px 60px;
  }
  .contact_address .tcon p {
    margin-top: 10px;
  }
  .contact_address .map {
    height: 220px;
    margin-top: 30px;
    border-radius: 12px;
  }
  .contact_address .cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px;
  }
  .contact_address .card {
    grid-template-columns: 44px 1fr;
    gap: 16px;
    padding: 20px;
  }
  .contact_address .icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .contact_address .label {
    font-size: 12px;
    line-height: 1.4;
  }
  .contact_address .title {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 4px;
  }
  .contact_address .addr {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .contact_address .links {
    margin-top: 10px;
  }
  .contact_address .links a {
    font-size: 16px;
    line-height: 30px;
  }
  .contact_address .addr br {
    display: none;
  }
}
