@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Praise&display=swap");
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("/static/font/Pretendard-Black.woff2") format("woff2"), url("/static/font/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("/static/font/Pretendard-ExtraBold.woff2") format("woff2"), url("/static/font/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("/static/font/Pretendard-Bold.woff2") format("woff2"), url("/static/font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/static/font/Pretendard-SemiBold.woff2") format("woff2"), url("/static/font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/static/font/Pretendard-Medium.woff2") format("woff2"), url("/static/font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("/static/font/Pretendard-Regular.woff2") format("woff2"), url("/static/font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("/static/font/Pretendard-Light.woff2") format("woff2"), url("/static/font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("/static/font/Pretendard-ExtraLight.woff2") format("woff2"), url("/static/font/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("/static/font/Pretendard-Thin.woff2") format("woff2"), url("/static/font/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "Praise";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/static/font/Praise-Regular.woff2") format("woff2"), url("/static/font/Praise-Regular.woff") format("woff");
}
:root {
  --pri: #AB834E;
  --sec: #61422C;
  --point: #6AC5DD;
  --acc: #EA5454;
}

* {
  font-family: "Pretendard", "Lato", "Malgun Gothic";
}

body, html {
  font-family: "Pretendard", "HY Gulim", "MalgunGothic", "HY Dotum", "Helvetica Neue", "Helvetica", "Arial", "apple color emoji", "segoe ui emoji", "noto color emoji", "android emoji", "emojisymbols", "emojione mozilla", "twemoji mozilla", "segoe ui symbol", sans-serif;
}

/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 0.0625rem;
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  color: var(--body);
  font-size: 16rem;
  -ms-overflow-style: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: dsialiased; /* 글자 부드럽게 */
  background-size: cover; /* 배경 이미지 기본 크기 */
  background-repeat: no-repeat; /* 배경 이미지 반복 */
  background-position: center; /* 배경 이미지 정렬 위치 */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

fieldset, img {
  border: 0 none;
  vertical-align: middle;
}

dl, ul, ol, menu, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input, select, textarea, button {
  font-size: 100%;
  vertical-align: middle;
}

button, input[type=button] {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text], input[type=password], input[type=submit], input[type=search], input[type=number], input[type=tel], input[type=email], input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #d7d7d7;
}

input:checked[type=checkbox] {
  background-color: #B3B3B3;
  -webkit-appearance: checkbox;
  appearance: unset;
}

button, input[type=button], input[type=submit], input[type=reset], input[type=file] {
  -webkit-appearance: button;
  appearance: button;
  border-radius: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
}

b, strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

textarea {
  border: 1px solid #CCCCCC;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2px;
}

input[disabled] {
  opacity: 0.8;
  cursor: none;
}

input, progress {
  accent-color: var(--pri);
}

caption {
  display: none;
  font-size: 0;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input, select, textarea, button, pre {
  color: var(--body);
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[hidden] {
  display: none;
}

progress {
  vertical-align: baseline;
  border: 0;
  border-radius: 0;
}
progress::-webkit-progress-bar, progress::-moz-progress-bar {
  background-color: #ccc;
}
progress::-webkit-progress-value {
  background-color: #000;
}

::placeholder {
  background-color: transparent;
  color: var(--gray300);
  vertical-align: middle;
  opacity: 1;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
}
select::-ms-expand {
  display: none;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

button:focus, a:focus, input:focus {
  outline: 2px solid var(--gray200);
}

hr {
  box-sizing: border-box;
  height: 1px;
  overflow: visible;
  border: 0 none;
  color: #565656;
  background-color: #565656;
}

dfn {
  font-style: italic;
}

::-webkit-scrollbar {
  width: 4rem;
  height: 4rem;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 4rem;
  height: 4rem;
  background: black;
}

::-webkit-scrollbar-button:end:increment {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 0.78125vw;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0.78125vw;
}

a.skip {
  position: fixed;
  left: -9999px;
  top: -9999px;
  display: block;
  background-color: #AB834E;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 3em;
}
a.skip:hover, a.skip:focus {
  left: 0;
  top: 0;
  z-index: 1000;
}

.inp_checkBox {
  position: relative;
  padding-left: 1.4em;
  font-size: 20rem;
}
.inp_checkBox input[type=checkbox] {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: inherit;
  border-radius: 4rem;
  overflow: hidden;
}
.inp_checkBox label {
  cursor: pointer;
  font-size: 16rem;
}
.inp_checkBox label::before {
  content: "\e900";
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 16rem;
  position: absolute;
  top: 4rem;
  left: 2rem;
  z-index: 1;
  scale: 0.8;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.inp_checkBox input:checked + label:before {
  scale: 1;
  opacity: 1;
}

::selection {
  background: #3177FF;
  color: #fff;
}

::-moz-selection {
  background: #3177FF;
  color: #fff;
}

html {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

#contents {
  overflow: hidden;
  padding-top: 97rem;
}

body {
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  word-break: keep-all;
}

#scroll-container {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
}

.inner {
  max-width: 1580px;
  width: 95%;
  margin: 0 auto;
}

.commonAni_txt {
  display: block;
  overflow: hidden;
}
.commonAni_txt > span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translate(0, 100%);
  will-change: transform, opacity;
}

.dotList {
  color: #57638F;
  font-size: 28rem;
  font-weight: 700;
  line-height: 1.6493506494;
}
.dotList li {
  position: relative;
  padding-left: 1.5em;
}
.dotList li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 16rem;
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #57638F;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25rem 0;
  z-index: 100;
  transition: all ease 3s;
}
#header.up {
  transition-duration: 1.2s;
}
#header .inner {
  display: flex;
  align-items: center;
}
#header .btn_allBtn {
  display: none;
  width: 24rem;
  height: 24rem;
  margin-left: auto;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.8 3H2.2C2.09 3 2 3.09 2 3.2V4.8C2 4.91 2.09 5 2.2 5H21.8C21.91 5 22 4.91 22 4.8V3.2C22 3.09 21.91 3 21.8 3ZM21.8 11H2.2C2.09 11 2 11.09 2 11.2V12.8C2 12.91 2.09 13 2.2 13H21.8C21.91 13 22 12.91 22 12.8V11.2C22 11.09 21.91 11 21.8 11ZM2.2 19H21.8C21.91 19 22 19.09 22 19.2V20.8C22 20.91 21.91 21 21.8 21H2.2C2.09 21 2 20.91 2 20.8V19.2C2 19.09 2.09 19 2.2 19Z' fill='white'/%3E%3C/svg%3E%0A") center center no-repeat;
}
#header .mo_contact {
  position: fixed;
  right: -100%;
  bottom: 20rem;
  display: none;
  width: 100%;
  padding: 0 20rem;
  transition: all 0.3s;
  color: #fff;
  font-size: 17rem;
  font-weight: 900;
  line-height: 1.1764705882;
}
#header .mo_contact p + p {
  margin-top: 11rem;
}

.logo {
  display: block;
  width: 56rem;
}
.logo a {
  display: block;
}
.logo * {
  fill: #fff;
}

.nav {
  margin-left: auto;
  color: #fff;
}
.nav ul {
  display: flex;
  gap: 69rem;
  font-size: 18rem;
  font-weight: 600;
}
.nav a:hover {
  color: #3859cf;
  transition: color 0.3s;
}
.nav a {
  color: inherit;
  font-size: inherit;
}
@media all and (min-width: 1025px) and (min-width: 64.0625rem) {
  .nav li.on {
    border-bottom: 2px solid currentColor;
  }
}

#header.down {
  top: -101%;
}
#header.menuOpen {
  top: 0;
}
#header.menuOpen .nav, #header.menuOpen::after, #header.menuOpen .mo_contact {
  right: 0;
}
#header.menuOpen.up .nav ul {
  color: #fff;
}
#header.menuOpen.up .logo * {
  fill: #fff;
}
#header.menuOpen .btn_allBtn {
  background-image: url(/static/images/icon/ic_close.svg);
}

#footer {
  position: relative;
  z-index: 2;
  padding: 4.5em 0;
  background: url("/static/images/ft_bg.png") top center, #000;
  background-size: cover;
  font-size: 20rem;
}
#footer .ft-sqnt {
  position: relative;
  top: 53rem;
  display: block;
  text-align: center;
}
#footer .ft-logo {
  margin-bottom: 28rem;
}
#footer .ft-contents {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 91rem;
}
#footer .ft-contents .inner {
  display: flex;
  justify-content: space-between;
}
#footer .ft-contents--left {
  width: 50%;
}
#footer .ft-contents--left dl {
  display: flex;
  gap: 14rem;
  margin-top: 8rem;
  line-height: 1.35;
}
#footer .ft-contents--left dt {
  font-weight: 700;
  color: #fff;
}
#footer .ft-contents--left dd, #footer .ft-contents--left .copyright {
  color: rgba(255, 255, 255, 0.6);
}
#footer .ft-contents--left .copyright {
  margin-top: 28rem;
}
#footer .ft-contents--right {
  display: flex;
  gap: 0 41rem;
  font-weight: 700;
}
#footer .ft-contents--right a {
  font-size: inherit;
  color: #fff;
}
#footer .dlBox {
  display: flex;
  gap: 14rem;
}

.btn-top {
  position: fixed;
  bottom: 40rem;
  right: 40rem;
  z-index: 10;
  width: 60rem;
  height: 60rem;
  border: 1px solid #203DA4;
  opacity: 0;
  transition: all 0.3s;
  color: #203DA4;
  font-size: 18rem;
  font-weight: 700;
}
.btn-top:hover {
  color: #000;
  border-color: #203DA4;
  background-color: #203DA4;
}

body.up .btn-top {
  opacity: 1;
}

@media all and (max-width: 1680px) and (max-width: 105rem) {
  #footer {
    padding: 45rem 0;
  }
  .dotList {
    font-size: 20rem;
  }
}
@media all and (max-width: 1440px) and (max-width: 90rem) {
  #footer {
    font-size: 18rem;
  }
  #footer .ft-sqnt {
    width: 80%;
    margin: 0 auto;
  }
  #footer .ft-contents--right {
    gap: 12rem;
  }
}
@media all and (max-width: 1280px) and (max-width: 80rem) {
  #header {
    padding: 12rem 0;
  }
  #header::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    display: block;
    z-index: -1;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(0, 0, 0, 0.71);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  #header .btn_allBtn {
    display: block;
  }
  #header .mo_contact {
    display: block;
  }
  .nav {
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s;
    width: 100%;
    padding: 0 20rem;
  }
  .nav ul {
    display: block;
    font-size: 8.5333333333vw;
    font-weight: 900;
    line-height: 1.1875;
  }
  .nav li {
    margin-bottom: 3.2vw;
  }
  .nav li.on {
    padding-left: 20rem;
    font-size: 11.7333333333vw;
    line-height: 1.1818181818;
  }
  .nav li.on a {
    font-family: "Praise";
    color: #203DA4 !important;
  }
  .nav a:hover {
    color: #fff;
  }
  #footer .ft-contents {
    padding-top: 62rem;
  }
  #footer .ft-contents .inner {
    display: flex;
    gap: 24rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #footer .ft-contents .inner + .inner > * {
    width: 100%;
  }
  #footer .ft-content.ft-logo {
    margin-right: auto;
    padding: 0 20rem;
  }
  .btn-top {
    bottom: 20rem;
    right: 20rem;
    width: 50rem;
    height: 50rem;
    font-size: 14rem;
  }
  .btn-top:hover {
    background-color: transparent;
    color: #203DA4;
  }
}
@media all and (max-width: 750px) and (max-width: 46.875rem) {
  #footer .dlBox {
    display: block;
  }
  #footer .ft-contents {
    border: 0;
  }
  #footer .ft-sqnt {
    width: 50%;
    top: 0;
  }
  #footer .ft-contents--right {
    gap: 0 24rem;
  }
  .dotList {
    font-size: 16rem;
  }
}
@media all and (max-width: 540px) and (max-width: 33.75rem) {
  #footer {
    font-size: 12rem;
    padding: 61rem 0 40rem;
  }
  #footer .ft-sqnt {
    display: none;
  }
  #footer .ft-logo img {
    display: block;
    margin: 0 auto;
    opacity: 0.5;
  }
  #footer .ft-contents {
    padding-top: 0;
  }
  #footer .ft-contents .inner {
    gap: 18rem;
  }
  #footer .ft-contents--right {
    font-weight: 400;
    font-size: 14rem;
    gap: 8rem;
  }
  .dotList {
    font-size: 12rem;
  }
}
@media all and (max-width: 375px) and (max-width: 23.4375rem) {
  #footer .ft-contents--right {
    font-size: 12rem;
  }
}
.moShow-540 {
  display: none;
}
@media all and (max-width: 540px) and (max-width: 33.75rem) {
  .moShow-540 {
    display: block;
  }
}

@media all and (max-width: 540px) and (max-width: 33.75rem) {
  .moHide-540 {
    display: none;
  }
}

.domeDivider {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
}
.domeDivider svg {
  position: relative;
  transform-origin: 50% 0%;
  scale: 1 0;
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  fill: #000;
  mask-image: -webkit-radial-gradient(center, white, black);
  will-change: transform;
}
.domeDivider::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin-top: 0.5px;
  background-color: #fff;
}
.domeDivider.contact-domeDivider svg {
  fill: #fff;
  mask-image: -webkit-radial-gradient(center, #000, #fff);
}
.domeDivider.contact-domeDivider::before {
  background-color: #000;
}

.whyworkSection {
  position: relative;
  text-align: center;
}
.whyworkSection-tit {
  color: #fff;
  font-size: 126rem;
  font-weight: 900;
  line-height: 1.1933333333;
}
.whyworkSection-tit span {
  display: block;
}
.whyworkSection-tit + .whyworkSection-txt {
  margin-top: 80rem;
}
.whyworkSection-txt {
  color: #ACACAC;
  font-size: 46rem;
  font-weight: 400;
  line-height: 1.4347826087;
}
.whyworkSection-logoList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 138rem 128rem;
  padding: 0 40rem;
  margin-top: 200rem;
  text-align: center;
}
.whyworkSection-logoList li {
  height: 120rem;
}
.whyworkSection-logoList img {
  width: 300rem;
}

@media all and (max-width: 1680px) and (max-width: 105rem) {
  .whyworkSection-txt {
    font-size: 48rem;
  }
  .whyworkSection-tit {
    font-size: 100rem;
  }
}
@media all and (max-width: 1280px) and (max-width: 80rem) {
  .whyworkSection-txt {
    font-size: 32rem;
  }
  .whyworkSection-tit {
    font-size: 80rem;
  }
  .whyworkSection-logoList {
    gap: 40rem;
  }
}
@media all and (max-width: 1024px) and (max-width: 64rem) {
  .whyworkSection-txt {
    font-size: 26rem;
  }
  .whyworkSection-tit {
    font-size: 60rem;
  }
  .whyworkSection-tit + .whyworkSection-txt {
    margin-top: 40rem;
  }
}
@media all and (max-width: 1024px) and (max-width: 64rem) {
  .whyworkSection-txt {
    font-size: 26rem;
  }
  .whyworkSection-tit {
    font-size: 60rem;
  }
  .whyworkSection-tit + .whyworkSection-txt {
    margin-top: 40rem;
  }
  .whyworkSection-logoList {
    margin-top: 100rem;
  }
  .whyworkSection-logoList li {
    height: auto;
  }
}
@media all and (max-width: 750px) and (max-width: 46.875rem) {
  .whyworkSection-txt {
    font-size: 20rem;
  }
}
@media all and (max-width: 540px) and (max-width: 33.75rem) {
  .whyworkSection-tit {
    font-size: 30rem;
  }
  .whyworkSection-txt {
    margin-top: 16rem;
    font-size: 12rem;
  }
  .whyworkSection-logoList {
    margin-top: 40rem;
  }
  .whyworkSection-logoList {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20rem;
  }
}
.contactSection {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 80rem;
  padding-bottom: 182rem;
  background-color: #fff;
}
.contactSection-titleBox {
  text-transform: uppercase;
  margin-bottom: 40rem;
  color: #000;
  font-size: 106rem;
  font-weight: 900;
  line-height: 1.1933962264;
}
.contactSection-texteBox {
  margin-bottom: 130rem;
  color: #ACACAC;
  font-size: 46rem;
  font-weight: 400;
  line-height: 1.4347826087;
}
.contactSection-contact {
  color: #203DA4;
  font-size: 40rem;
  font-weight: 900;
  line-height: 1.1934285714;
}
.contactSection-contact + .contactSection-contact {
  margin-top: 32rem;
}
.contactSection-emailBox {
  display: flex;
  align-items: center;
}
.contactSection-emailBox .commonAni_txt {
  display: flex;
}
.contactSection-emailBox .btn_copy {
  margin-left: 47rem;
  transition: all 0.3s;
}
.contactSection-emailBox .btn_copy.act {
  background: url(/static/images/icon/ic_check.png) center center no-repeat;
  background-size: contain;
}
.contactSection-emailBox .btn_copy.act span {
  opacity: 0;
}
.contactSection > span {
  display: flex;
}
.contactSection #contactAnimation {
  position: absolute;
  top: 20rem;
  right: -176rem;
  width: 887rem;
  z-index: 1;
}

@media all and (max-width: 1280px) and (max-width: 80rem) {
  .contactSection-titleBox {
    font-size: 80rem;
  }
  .contactSection-texteBox {
    font-size: 32rem;
  }
}
@media all and (max-width: 1024px) and (max-width: 64rem) {
  .contactSection {
    padding: 40rem 0 100rem;
    min-height: 0;
  }
  .contactSection-titleBox {
    font-size: 60rem;
    margin-bottom: 24rem;
  }
  .contactSection-texteBox {
    font-size: 26rem;
    margin-bottom: 80rem;
  }
  .contactSection #contactAnimation {
    width: 443rem;
  }
  .contactSection-contact {
    font-size: 30rem;
  }
  .contactSection-contact + .contactSection-contact {
    margin-top: 24rem;
  }
  .contactSection-emailBox .btn_copy {
    width: 37rem;
    margin-left: 20rem;
  }
}
@media all and (max-width: 750px) and (max-width: 46.875rem) {
  .contactSection #contactAnimation {
    position: relative;
    right: auto;
    width: 400rem;
    margin: 0 auto 16rem;
  }
  .contactSection-titleBox {
    font-size: 40rem;
  }
  .contactSection-contact {
    font-size: 24rem;
    margin-top: 12rem;
  }
  .contactSection-texteBox {
    font-size: 22rem;
    margin-bottom: 40rem;
  }
  .contactSection-tel {
    margin-top: 8rem;
  }
  .contactSection-emailBox .btn_copy {
    width: 24rem;
    margin-left: 14rem;
  }
}
@media all and (max-width: 540px) and (max-width: 33.75rem) {
  .contactSection {
    padding: 20rem 0 53rem;
    text-align: center;
  }
  .contactSection #contactAnimation {
    width: 184rem;
    top: 0;
  }
  .contactSection-titleBox {
    font-size: 26rem;
    margin-bottom: 16rem;
  }
  .contactSection-texteBox {
    font-size: 12rem;
    margin-bottom: 24rem;
  }
  .contactSection-contact {
    font-size: 16rem;
    justify-content: center;
  }
  .contactSection-contact + .contactSection-contact {
    margin-top: 8rem;
  }
  .contactSection-emailBox .btn_copy {
    width: 18rem;
    margin-left: 8rem;
  }
}

/*# sourceMappingURL=common.css.map */
