/* compiled by scssphp 1.6.0 on Wed, 08 Jun 2022 17:56:07 +0000 (0.0433s) */

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/*@mixin breakpoint($point) {
  @if $point == desktop {
    @media (max-width: 75em) { @content; }
  }
  @else if $point == laptop {
    @media (min-width: 75em) { @content; }
  }
  @else if $point == small-laptop {
    @media (max-width: 62em) { @content; }
  }
  @else if $point == large-tablet {
    @media (max-width: 62em)  { @content; }
  }
  @else if $point == tablet {
    @media (max-width: 48em)  { @content; }
  }
  @else if $point == small-tablet {
    @media (max-width: 34em)  { @content; }
  }
  @else if $point == phone {
    @media (max-width: 25em)  { @content; }
  }
  @else if $point == small-phone {
    @media (max-width: 21.875em)  { @content; }
  }
}*/
html body#root .section.contact_image {
  position: relative;
  margin-top: 0 !important;
  z-index: 0;
  padding: 50px 0;
}
html body#root .section.contact_image .container {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.contact_image .container {
    flex-direction: column-reverse;
  }
}
html body#root .section.contact_image .content {
  max-width: 500px;
}
html body#root .section.contact_image .image-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.contact_image .image-container {
    margin-bottom: 40px;
    height: 300px;
  }
}
html body#root .section.contact_image .image-container img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 100%;
  height: auto;
}
html body#root .section.contact_image input, html body#root .section.contact_image textarea {
  border-radius: 3px;
  border: 1px solid #1764c791;
  padding: 5px 10px;
  max-height: 50px;
}
html body#root .section.contact_image .wpcf7-submit {
  background: #216cca;
  color: #fff;
  padding: 8px 18px;
}
