@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css);
@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css);
:root {
  --color-background: #1c1c1c;
  --color-primary: #142755;
  --color-primary-light: #5a6d9c;
  --color-caution: #ec1717;

  --color-black: #1c1c1c;
  --color-white: #fff;

  --color-gray-800: #333333;
  --color-gray-700: #4d4d4d;
  --color-gray-600: #666;
  --color-gray-500: #808080;
  --color-gray-400: #999;
  --color-gray-300: #b3b3b3;
  --color-gray-200: #ccc;
  --color-gray-100: #e6e6e6;

  --color-bluegrey: #1a1c1f;
  --color-bluegrey-800: #333437;
  --color-bluegrey-700: #48494c;
  --color-bluegrey-600: #5f6163;
  --color-bluegrey-500: #767779;
  --color-bluegrey-400: #a3a4a5;
  --color-bluegrey-300: #d1d2d2;
  --color-bluegrey-200: #e9e9e9;
  --color-bluegrey-100: #fff;
}

/* Lenis Setting start */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none; /* Chrome, Safari, iOS */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  user-select: none; /* 표준 */

  overscroll-behavior-y: none !important;
}

html.lenis {
  scroll-behavior: auto;
}

body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

body {
  height: auto;
  overflow: auto;
}

/* Lenis Setting end */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;

  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */

  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

.__cursor {
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  z-index: 9999;
  transition: transform 0.1s ease-out;
  pointer-events: none;
}

.ripple-button {
  overflow: hidden;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-primary);
  pointer-events: none;
  z-index: 0;
  transform: scale(0) translate(-50%, -50%);
  transition: transform 0.5s ease-in-out;
}

.floating {
  display: none;
  position: fixed;
  z-index: 99999;
  bottom: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
}
.floating img {
  width: 46px;
  height: 46px;
  object-fit: cover;
}

html.is-kakao-webview::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: transparent; /* 또는 배경색 */
  pointer-events: none;
  z-index: 9999;
}

html.is-kakao-webview body,
html.is-kakao-webview [data-lenis-wrapper] {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE/Edge */
}

html.is-kakao-webview body::-webkit-scrollbar,
html.is-kakao-webview [data-lenis-wrapper]::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
  background: transparent !important;
}

@media (max-width: 1279px) {
  .__cursor {
    display: none;
  }
}

@media (max-width: 768px) {
  .floating {
    bottom: calc(16px + (16 - 16) * ((100vw - 360px) / (767 - 360)));
    right: calc(24px + (16 - 24) * ((100vw - 360px) / (767 - 360)));
  }
  .__cursor {
    display: none;
  }
  .nav__text:last-child {
    display: none;
  }
  .floating {
    display: block;
  }
}

.section {
  position: relative;
  height: 100vh;
}

.section__header__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section__header__hero__top {
  background-color: #101010;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo img {
  object-fit: cover;
  width: calc(150px + (180 - 150) * ((100vw - 1280px) / (1920 - 1280)));
}

.hero__section__header {
  width: 100%;
  height: calc(var(--vh) * 100);
  position: relative;
}

.hero__header__overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 5rem;
  z-index: 999;
}

.hero__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  padding: 0px 40px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__header__overlay__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #121212 100%);
}

.hero__header .nav {
  display: flex;
  align-items: center;
  gap: 2.44rem;
}

/*
  ripple-button
*/
.nav .nav__text {
  font-size: 1rem;
  cursor: pointer;
  color: white;
  font-weight: 400;
}

.nav .nav__text:last-child {
  position: relative;
  overflow: hidden;
  margin-right: 0rem;
  border-radius: 1.875rem;
  border: 1px solid var(--color-white, #fff);
  padding: 0.5625rem 1.125rem;
  transition: 0.5s;
}

.nav .nav__text .text {
  position: relative;
  z-index: 2;
}

.hero__section__header video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero__header__text {
  z-index: 999;
  position: absolute;

  right: 60px;
  bottom: 40px;
  color: white;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  gap: 80px;
}

.hero__header__text_ko h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 18px;
  letter-spacing: -1.2px;
  color: var(--color-white);
}

.hero__header__text_ko p {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: -0.84px;
}

.hero__header__text_en h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 18px;
  letter-spacing: -1.2px;
}

.hero__header__text_en p {
  font-weight: 300;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.56px;
}

/* 장면 #1, #2 */
.hero__section__top {
  overflow: hidden;
  width: 100%;
  height: calc(var(--vh) * 100);
  position: relative;

  background-color: #101010;
}

.hero__section__top #hero__section__top__canvas {
  width: 100%;
  height: 100%;
  background-color: #101010;
}

.hero__section01__text_wrapper {
  position: absolute;
  top: 10%;
  left: 15%;

  display: flex;
  flex-direction: column;
  gap: 34px;
}

.hero__section02__text_wrapper {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 71px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.hero__section01__text__korean,
.hero__section02__text__korean {
  letter-spacing: -0.8px;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  opacity: 0;
  color: var(--color-white);
}

.hero__section01__text__english,
.hero__section02__text__english {
  opacity: 0;
  line-height: 42px;
  font-weight: 300;
  font-size: 28px;
  color: var(--color-bluegrey-200);
  letter-spacing: -0.56px;
}

/* 장면 #3, #4 */

.hero__section__bottom {
  overflow: hidden;
  width: 100%;
  height: calc(var(--vh) * 100);
  position: relative;
}

.hero__section__bottom #hero__section__bottom__canvas {
  width: 100%;
  height: 100%;
}

.hero__section03__text,
.hero__section04__text {
  display: flex;
  flex-direction: column;
  gap: 94px;
  position: absolute;
  top: 80%;
  left: 55%;
}

.hero__section03__text p,
.hero__section04__text p {
  display: inline-block;
}

.hero__section03__text__ko,
.hero__section04__text__ko {
  display: inline-flex;
  flex-direction: column;
}
.hero__section03__text__ko .title_ko,
.hero__section04__text__ko .title_ko {
  margin-bottom: 20px;
}

.hero__section03__text__en .title_en,
.hero__section04__text__en .title_en {
  margin-bottom: 20px;
}

.hero__section03__text__ko .title_ko p span,
.hero__section04__text__ko .title_ko p span {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: -0.8px;
}

.hero__section03__text__en .title_en p span,
.hero__section04__text__en .title_en p span {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}

.hero__section03__text__ko .text_ko,
.hero__section04__text__ko .text_ko {
  font-weight: 300;
  font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280)));
  line-height: calc(30px + (42 - 30) * ((100vw - 1280px) / (1920 - 1280)));
  color: var(--color-bluegrey-200);
  letter-spacing: calc(
    -0.4px + (-0.56 - -0.4) * ((100vw - 1280px) / (1920 - 1280))
  );
}

.hero__section03__text__en .text_en,
.hero__section04__text__en .text_en {
  font-weight: 300;
  font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280)));
  line-height: calc(30px + (42 - 30) * ((100vw - 1280px) / (1920 - 1280)));
  color: var(--color-bluegrey-200);
  letter-spacing: calc(
    -0.4px + (-0.56 - -0.4) * ((100vw - 1280px) / (1920 - 1280))
  );
}

/* 문의하기 */
.hero__section_inquiry {
  position: relative;
  width: 100%;
  background: url(f244e3ae787aad55cf6d.webp) lightgray 50% /
    cover no-repeat;
}

.inquiry__area {
  width: 100%;
  position: relative;
}

.inquiry__overlay {
  position: absolute;
  transform-origin: center center;
  display: flex;
  justify-content: space-around;
  align-items: center;

  transform: scaleX(1);

  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  z-index: 0;
}

.inquiry__overlay__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 1.25rem;

  padding: 117px 204px;
}

.inquiry__content {
  width: calc(587px + (680 - 587) * ((100vw - 1280px) / (1920 - 1280)));
}

.inquiry__text {
  width: calc(408px + (622 - 408) * ((100vw - 1280px) / (1920 - 1280)));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 1;
  gap: 12px;
}

.inquiry__text .inquiry__text__ko {
  letter-spacing: -0.9px;
  color: var(--color-bluegrey-800, #333437);
  font-style: normal;
  line-height: 68px;
  font-weight: 300;
  letter-spacing: -0.9px;
  font-size: calc(32px + (45 - 32) * ((100vw - 1280px) / (1920 - 1280)));
}
.inquiry__text em {
  color: var(--color-bluegrey-800, #333437);
  font-style: normal;
  font-weight: 700;
}

.inquiry__text .inquiry__text__en {
  letter-spacing: -0.64px;
  width: 100%;
  color: var(--color-bluegrey-700);
  font-weight: 400;
  line-height: 48px;
  font-style: normal;
  font-size: calc(26px + (32 - 26) * ((100vw - 1280px) / (1920 - 1280)));
}

.inquiry__form {
  width: 100%;
}

.inquiry__form table {
  width: 100%;
}
.inquiry__form td:first-child {
  padding-right: 51px;
}

.inquiry__form tr td {
  padding-bottom: 70px;
}

.inquiry__form td:last-child {
  padding-right: 0;
}

.inquiry__form tr:last-child td {
  padding-bottom: 0;
}

.inquiry__form__item {
  width: calc(268px + (314.5 - 268) * ((100vw - 1280px) / (1920 - 1280)));
  height: 72px;
  gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.inquiry__form__item.textarea {
  width: 100% !important;
  height: 100%;
}

.inquiry__form__item input {
  border: none;
  width: 100%;
  height: 36px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-bluegrey);
  background-color: transparent;
  outline: none;
}

.inquiry__form__item input:focus {
  border: none;
  outline: none;
}

.invalid {
  background-color: var(--color-caution) !important;
}

.inquiry__form__item__underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-bluegrey-400);
}

.inquiry__form__item textarea {
  border: none;
  resize: none;
  padding-top: 6px;
  height: 36px;
  width: 100%;
  font-family: "Pretendard Variable", sans-serif;
  background-color: transparent;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-bluegrey);
  transition: 0.5s;
}

.inquiry__form__item textarea:focus {
  outline: none;
  height: 72px;
}

.inquiry__form__item label {
  font-weight: 400;
  font-size: 20px;
  transition: 0.2s;
  line-height: 100%;
  color: var(--color-bluegrey-400);
  pointer-events: none;
}

.inquiry__form__item label.required::after {
  content: "*";
  color: var(--color-primary);
  font-size: 1.25rem;
}

.inquiry__form__item input[type="text"]:focus {
  outline: none;
}

.recaptcha-container {
  transform: scale(1);
  transform-origin: 0 0;
}

.g-recaptcha {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 36px 0;
  user-select: none;
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

.inquiry__personal_agree {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.88rem;
  z-index: 1;
}

.inquiry__personal_agree input[type="checkbox"] {
  display: none;
}

.inquiry__personal_agree_label {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  cursor: pointer;
}

.inquiry__personal_agree_label::before {
  content: "";
  display: inline-block;
  cursor: pointer;

  width: 26px;
  height: 26px;
  background: url(d084b010ca910dafabae.webp)
    center center no-repeat;
}

.inquiry__personal_agree
  input[type="checkbox"]:checked
  + .inquiry__personal_agree_label::before {
  background: url(79cf71ac52949e7bacce.webp)
    center center no-repeat;
}

.inquiry__personal_agree__notice__btn {
  cursor: pointer;
  font-style: normal;
  margin-left: 1px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.inquiry__personal_agree__notice_ko {
  color: var(--color-bluegrey-800);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  font-style: normal;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.inquiry__personal_agree__notice_ko em {
  font-style: normal;
}

.inquiry__personal_agree__notice_en {
  color: var(--color-bluegrey-800);
  margin-top: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  font-style: normal;
}

.inquiry__personal_agree__notice_en br {
  display: none;
}

.inquiry__personal_agree__notice {
  border: 1px solid var(--color-bluegrey-300);
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  overflow-y: auto;
  width: 37.5em;
  height: 37.5em;
  border-radius: 1em;
  background-color: var(--color-white);

  padding: 2.62em 1.88em;

  display: none;
}

.text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.inquiry__personal_agree__notice.show {
  display: block;
}

body.modal-open {
  overflow: hidden;
  touch-action: none; /* 모바일 터치도 막기 */
}

.inquiry__personal_agree__notice .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 9999;
  background: url(784ec4fc8c7a24dd2221.webp) center center
    no-repeat;
}

.inquiry__personal_agree__notice .text {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.inquiry__personal_agree__notice .text h1 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.04rem;
  color: var(--color-black);
}

.inquiry__personal_agree__notice .text h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--color-gray-800);
}

.inquiry__personal_agree__notice .text p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--color-gray-800);
  list-style: circle;
}

.inquiry__personal_agree__notice .text ul {
  padding: 0 0 0 calc(1.5rem);
}

.inquiry__form__submit {
  font-family: Pretendard;
  position: relative;
  margin-top: 69px;
  width: 100%;
  background-color: transparent;
  border: none;
  border: 1px solid var(--color-primary);
  border-radius: 0.375rem;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
  padding: 0.63rem;
  height: 66px;
  cursor: pointer;
  color: var(--color-primary);
  transition: 0.5s;
  overflow: hidden;
  z-index: 0;
}

.inquiry__form__submit:disabled {
  background-color: var(--color-gray-200);
  border: none;
}

.inquiry__form__submit:disabled .text {
  color: var(--color-white);
}

.inquiry__form__submit .text {
  position: relative;
  z-index: 2;
  color: var(--color-primary);
  transition: 0.5s;
}

.inquiry__form__submit:hover .text {
  color: var(--color-white);
}

footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 325px;
}

.footer__company h1 {
  font-weight: 500;
  color: var(--color-gray-700);
}

.footer__contact {
  font-weight: 300;
  color: var(--color-gray-700);
}

.footer__address {
  font-weight: 300;
  color: var(--color-gray-700);
}

.text__pc {
  display: block !important;
}

.text__tablet {
  display: none !important;
}

.text__mobile {
  display: none !important;
}

/* 데스크탑 */
@media (min-width: 1280px) {
  .text__pc {
    display: block !important;
  }

  .text__tablet {
    display: none !important;
  }

  .text__mobile {
    display: none !important;
  }

  html {
    font-size: 16px;
  }

  .hero__header__text_ko h1 {
    font-size: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));
  }

  .hero__header__text_ko p {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1920 - 1280)));
  }

  .hero__header__text_en h1 {
    font-size: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));
  }

  .hero__header__text_en p {
    font-size: calc(24px + (28 - 24) * ((100vw - 1280px) / (1920 - 1280)));
  }

  .inquiry__text .inquiry__text__ko {
    line-height: calc(48px + (68 - 48) * ((100vw - 1280px) / (1920 - 1280)));
  }

  .inquiry__text .inquiry__text__en {
    line-height: calc(39px + (48 - 39) * ((100vw - 1280px) / (1920 - 1280)));
  }

  .hero__section01__text__korean,
  .hero__section02__text__korean {
    font-size: calc(36px + (40 - 36) * ((100vw - 1280px) / (1920 - 1280)));
    line-height: calc(54px + (60 - 54) * ((100vw - 1280px) / (1920 - 1280)));
    letter-spacing: calc(
      -0.6px + (-0.8 - -0.6) * ((100vw - 1280px) / (1920 - 1280))
    );
  }

  .hero__section01__text__english,
  .hero__section02__text__english {
    font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280)));
    line-height: calc(30px + (42 - 30) * ((100vw - 1280px) / (1920 - 1280)));
    letter-spacing: calc(
      -0.6px + (-0.56 - -0.6) * ((100vw - 1280px) / (1920 - 1280))
    );
  }

  .inquiry__overlay__wrapper {
    padding-left: calc(98px + (205 - 98) * ((100vw - 1280px) / (1920 - 1280)));
    padding-right: calc(98px + (205 - 98) * ((100vw - 1280px) / (1920 - 1280)));
    padding-bottom: calc(
      73px + (118 - 73) * ((100vw - 1280px) / (1920 - 1280))
    );
    padding-top: calc(68px + (118 - 68) * ((100vw - 1280px) / (1920 - 1280)));
  }

  footer {
    margin-top: calc(240px + (325 - 240) * ((100vw - 1280px) / (1920 - 1280)));
    margin-left: calc(16px + (40 - 16) * ((100vw - 1280px) / (1920 - 1280)));
  }

  .footer__company h1 {
    font-size: 16px;
  }

  .footer__contact,
  .footer__address {
    font-size: 16px;
  }

  .label__100 {
    font-size: 20px;
    font-family: Pretendard;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .label__1000 {
    font-size: 20px;
    font-family: Pretendard;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    transform: rotate(45deg);
  }

  .hero__section03__text,
  .hero__section04__text {
    display: flex;
    flex-direction: column;
    gap: 94px;
    position: absolute;
    top: 100%;
    left: calc(55% + (75 - 55) * ((100vw - 1280px) / (1920 - 1280)));
  }
}

/* 태블릿 */
@media (max-width: 1279px) {
  .text__pc {
    display: none !important;
  }

  .text__tablet {
    display: block !important;
  }

  .text__mobile {
    display: none !important;
  }
  .__cursor {
    display: none;
  }
  html {
    font-size: 16px;
  }

  .hero__header__text_ko h1 {
    font-size: calc(42px + (60 - 42) * ((100vw - 900px) / (1920 - 900)));
  }

  .hero__header__text_ko p {
    font-size: calc(24px + (28 - 24) * ((100vw - 900px) / (1920 - 900)));
  }

  .hero__header__text_en h1 {
    font-size: calc(42px + (60 - 42) * ((100vw - 900px) / (1920 - 900)));
  }

  .hero__header__text_en p {
    font-size: calc(24px + (28 - 24) * ((100vw - 900px) / (1920 - 900)));
  }

  .hero__header__text {
    gap: calc(56px + (80 - 56) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section01__text_wrapper,
  .hero__section02__text_wrapper {
    gap: 20px;
  }

  .hero__section02__text_wrapper {
    top: 54px;
  }

  .hero__section03__text,
  .hero__section04__text {
    top: 100%;
    gap: 30px;
    left: calc(40% + (55 - 40) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section01__text__korean,
  .hero__section02__text__korean {
    letter-spacing: -0.6px;
    font-size: calc(30px + (30 - 30) * ((100vw - 768px) / (1279 - 768)));
    line-height: calc(45px + (45 - 45) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section01__text__english,
  .hero__section02__text__english {
    letter-spacing: -0.4px;
    font-size: calc(20px + (20 - 20) * ((100vw - 768px) / (1279 - 768)));
    line-height: calc(30px + (30 - 30) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section03__text__ko .title_ko p span,
  .hero__section04__text__ko .title_ko p span {
    font-size: calc(30px + (30 - 30) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section03__text__en .title_en p span,
  .hero__section04__text__en .title_en p span {
    font-size: calc(30px + (30 - 30) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section03__text__ko .text_ko,
  .hero__section04__text__ko .text_ko {
    letter-spacing: -0.4px;
    font-size: calc(20px + (20 - 20) * ((100vw - 768px) / (1279 - 768)));
    line-height: calc(30px + (30 - 30) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section03__text__en .text_en,
  .hero__section04__text__en .text_en {
    letter-spacing: -0.4px;
    font-size: calc(20px + (20 - 20) * ((100vw - 768px) / (1279 - 768)));
    line-height: 30px;
  }

  .inquiry__form__item label,
  .inquiry__form__item input,
  .inquiry__form__item textarea {
    font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__overlay__wrapper {
    gap: 36px;

    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 1.25rem;

    padding-left: calc(40px + (98 - 40) * ((100vw - 900px) / (1279 - 900)));
    padding-right: calc(40px + (98 - 40) * ((100vw - 900px) / (1279 - 900)));
    padding-bottom: calc(88px + (73 - 88) * ((100vw - 900px) / (1279 - 900)));
    padding-top: calc(68px + (68 - 68) * ((100vw - 900px) / (1279 - 900)));
  }

  .inquiry__text .inquiry__text__ko {
    line-height: 48px;
    font-size: calc(24px + (32 - 24) * ((100vw - 900px) / (1279 - 900)));
  }

  .inquiry__text__en {
    letter-spacing: -0.52px;
  }

  .inquiry__text .inquiry__text__en {
    letter-spacing: -0.52px;
    line-height: 39px;
    font-size: calc(18px + (26 - 18) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__form__item {
    width: calc(180px + (268 - 187.5) * ((100vw - 768px) / (1279 - 768)));
    height: calc(58px + (72 - 58) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__content {
    width: calc(426px + (587 - 426) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__text {
    width: calc(306px + (408 - 306) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__form__submit .text {
    color: var(--color-primary);
  }

  .inquiry__form__submit:hover .text {
    color: var(--color-primary);
  }

  .inquiry__form__submit:disabled .text {
    color: var(--color-primary);
  }

  .logo img {
    width: 151.2px;
  }

  footer {
    margin-top: calc(150px + (240 - 150) * ((100vw - 768px) / (1279 - 768)));
    margin-left: calc(16px + (40 - 16) * ((100vw - 768px) / (1279 - 768)));
  }
  .footer__company h1 {
    font-size: calc(16px + (16 - 12) * ((100vw - 768px) / (1279 - 768)));
  }

  .footer__contact,
  .footer__address {
    font-size: calc(16px + (16 - 12) * ((100vw - 768px) / (1279 - 768)));
  }

  .label__100 {
    font-size: 18px;
    font-family: Pretendard;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .label__1000 {
    font-size: 18px;
    font-family: Pretendard;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    transform: rotate(45deg);
  }
}
/* 태블릿 중간 분기*/

@media (max-width: 899px) {
  .hero__header__text {
    bottom: 24px;
    left: 24px;
  }

  .hero__header__text_ko h1,
  .hero__header__text_en h1 {
    margin-bottom: 12px;
    font-size: calc(38px + (42 - 38) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__header__text_ko p,
  .hero__header__text_en p {
    font-size: calc(20px + (24 - 20) * ((100vw - 768px) / (1279 - 768)));
  }

  .hero__section01__text_wrapper,
  .hero__section02__text_wrapper {
    text-align: left;
    transform: translateX(0);
    position: absolute;
    top: auto;
    bottom: 24px;
    left: 24px;
  }

  .hero__section03__text,
  .hero__section04__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: auto;
    left: 24px;
    bottom: 24px;
  }

  .recaptcha-container {
    transform: scale(0.8);
    transform-origin: 0 0;
  }

  .g-recaptcha {
    margin-top: calc(8px + (36 - 8) * ((100vw - 768px) / (1279 - 768)));
    margin-bottom: calc(8px + (36 - 8) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__form__item label,
  .inquiry__form__item input,
  .inquiry__form__item textarea {
    font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1279 - 768)));
  }
  .inquiry__form__submit {
    font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__personal_agree__notice_ko em {
    font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1279 - 768)));
  }

  .inquiry__text .inquiry__text__ko {
    line-height: 36px;
  }

  .inquiry__text .inquiry__text__en {
    line-height: 27px;
  }

  .inquiry__form table {
    width: 100%;
    table-layout: fixed;
  }

  .inquiry__form table tr {
    display: block;
    width: 100%;
  }

  .inquiry__form table td {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .inquiry__form td:first-child {
    padding-right: 0;
  }

  .inquiry__form__item {
    width: 100%;
  }

  .inquiry__overlay__wrapper {
    display: flex;

    flex-direction: column;

    gap: 36px;

    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 1.25rem;
  }

  .inquiry__form table colgroup col {
    width: 100% !important;
  }

  .inquiry__text {
    gap: 4px;
    width: 100%;
  }

  .inquiry__content {
    width: 100%;
  }

  .inquiry__form table colgroup col:last-child {
    display: none;
  }

  .inquiry__form__submit {
    margin-top: 36px;
    margin-bottom: 36px;
    height: 50px;
  }
}

/* 모바일 */
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }

  .hero__section__top #hero__section__top__canvas {
    transform: translateY(-20%);
  }

  .hero__section__bottom {
    background-color: #101010;
  }

  .hero__section__bottom #hero__section__bottom__canvas {
    transform: translateY(-20%);
  }

  .inquiry__personal_agree__notice {
    width: 94.44%;
  }

  .hero__header {
    padding-right: calc(16px + (24 - 16) * ((100vw - 360px) / (767 - 360)));
    padding-left: calc(16px + (24 - 16) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__header .nav__text:last-child {
    display: none;
  }

  .nav__text {
    font-size: 14px;
  }

  .hero__header__text {
    gap: calc(30px + (48 - 30) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__header__text_ko h1,
  .hero__header__text_en h1 {
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 24px;
    font-size: calc(22px + (36 - 22) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__header__text_ko p,
  .hero__header__text_en p {
    font-weight: 300;
    line-height: 24px;
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (767 - 360)));
  }

  .logo img {
    width: calc(70px + (98 - 70) * ((100vw - 360px) / (767 - 360)));
    height: calc(23px + (32 - 23) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section01__text_wrapper {
    position: absolute;
    top: auto;
    left: calc(16px + (24 - 16) * ((100vw - 360px) / (767 - 360)));
    bottom: calc(34px + (42 - 34) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section02__text_wrapper {
    position: absolute;
    top: auto;
    left: calc(16px + (24 - 16) * ((100vw - 360px) / (767 - 360)));
    bottom: calc(34px + (216 - 34) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section01__text__korean p,
  .hero__section02__text__korean p {
    font-size: calc(22px + (30 - 22) * ((100vw - 360px) / (767 - 360)));
    line-height: calc(33px + (45 - 33) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section01__text__english p,
  .hero__section02__text__english p {
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (767 - 360)));
    line-height: calc(24px + (30 - 24) * ((100vw - 360px) / (767 - 360)));
  }

  /*세션 03, 04*/
  .hero__section03__text,
  .hero__section04__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 100%;
    left: calc(16px + (24 - 16) * ((100vw - 360px) / (767 - 360)));
    bottom: calc(24px + (24 - 24) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section03__text__ko .title_ko,
  .hero__section04__text__ko .title_ko {
    margin-bottom: 12px;
  }

  .hero__section03__text__en .title_en,
  .hero__section04__text__en .title_en {
    margin-bottom: 12px;
  }

  .hero__section03__text__ko .title_ko p span,
  .hero__section04__text__ko .title_ko p span {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: calc(22px + (30 - 22) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section03__text__en .title_en p span,
  .hero__section04__text__en .title_en p span {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: calc(22px + (30 - 22) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section03__text__ko .text_ko,
  .hero__section04__text__ko .text_ko {
    letter-spacing: calc(
      -0.32px + (-0.4 - -0.32) * ((100vw - 360px) / (767 - 360))
    );
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (767 - 360)));
    line-height: calc(24px + (30 - 24) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__section03__text__en .text_en,
  .hero__section04__text__en .text_en {
    font-weight: 300;
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (767 - 360)));
    line-height: calc(24px + (30 - 24) * ((100vw - 360px) / (767 - 360)));
  }

  .recaptcha-container {
    transform: scale(0.6);
    transform-origin: 0 0;
  }

  .g-recaptcha {
    margin-top: calc(12px + (20 - 12) * ((100vw - 360px) / (767 - 360)));
    margin-bottom: calc(12px + (20 - 12) * ((100vw - 360px) / (767 - 360)));
  }

  .inquiry__personal_agree__notice .text h1 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04rem;
    color: var(--color-black);
  }

  .inquiry__personal_agree__notice .text h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--color-gray-800);
  }

  .inquiry__personal_agree__notice .text p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--color-gray-800);
    list-style: circle;
  }

  .inquiry__form table {
    width: 100%;
    table-layout: fixed;
  }

  .inquiry__form table tr {
    display: block;
    width: 100%;
  }

  .inquiry__form table td {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .inquiry__form td:first-child {
    padding-right: 0;
  }

  .inquiry__form__item {
    height: calc(58px + (58 - 58) * ((100vw - 768px) / (767 - 360)));
  }

  .inquiry__form__item.textarea {
    width: 100%;
  }

  .inquiry__overlay__wrapper {
    display: flex;

    flex-direction: column;

    gap: 36px;

    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 1.25rem;
    padding-top: calc(18px + (20 - 18) * ((100vw - 360px) / (767 - 360)));
    padding-left: calc(16px + (40 - 16) * ((100vw - 360px) / (767 - 360)));
    padding-right: calc(16px + (40 - 16) * ((100vw - 360px) / (767 - 360)));
  }

  .inquiry__form table colgroup col {
    width: 100% !important;
  }

  .inquiry__form table colgroup col:last-child {
    display: none;
  }

  .inquiry__text .inquiry__text__ko,
  .inquiry__text .inquiry__text__en {
    letter-spacing: -0.32px;
    line-height: 24px;
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (767 - 360)));
  }

  .inquiry__personal_agree__notice_ko,
  .inquiry__personal_agree__notice_en {
    font-size: 14px;
  }

  .inquiry__text {
    width: 100%;
  }

  .inquiry__content {
    width: 100%;
  }

  footer {
    gap: 8px;
    margin-top: calc(97px + (116 - 97) * ((100vw - 360px) / (767 - 360)));
    margin-left: calc(16px + (40 - 16) * ((100vw - 360px) / (767 - 360)));
  }

  .footer__company h1 {
    font-weight: 500;
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (767 - 360)));
  }

  .footer__contact .divider {
    display: none;
  }

  .footer__contact p {
    display: flex;
    flex-direction: column;
  }

  .footer__contact,
  .footer__address {
    font-weight: 300;
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (767 - 360)));
  }

  .hero__header__text {
    width: calc(100% - 24px);
  }

  .inquiry__form__submit {
    height: 44px;
    font-size: 14px;
  }

  .label__100 {
    font-size: 14px;
    font-family: Pretendard;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
  }

  .label__1000 {
    font-size: 14px;
    font-family: Pretendard;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    transform: rotate(45deg);
  }

  .text__pc {
    display: none !important;
  }

  .text__tablet {
    display: none !important;
  }

  .text__mobile {
    display: block !important;
  }

  .label__100 {
    font-size: 14px;
  }

  .label__1000 {
    font-size: 14px;
  }
}

