@charset "UTF-8";
/* @font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url("../../assets/fonts/Pretendard-Thin.woff") format("woff");
} */
/* @font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url("../../assets/fonts/Pretendard-ExtraLight.woff") format("woff");
} */
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url("../../assets/fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url("../../assets/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url("../../assets/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url("../../assets/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url("../../assets/fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url("../../assets/fonts/Pretendard-ExtraBold.woff") format("woff");
}
/* @font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url("../../assets/fonts/Pretendard-Black.woff") format("woff");
} */
* {
  font-family: "Pretendard";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: keep-all;
  word-wrap: break-word;
  margin: 0px;
}

body,
html {
  padding: 0px;
  margin: 0px;
  background-color: black;
  overflow-x: hidden;
  overscroll-behavior: auto; /* ✅ 기본값으로 복원 */
  -webkit-overflow-scrolling: touch;
  touch-action: auto; /* ✅ 너무 제한하지 않도록 */
}

span {
  font-weight: 500;
}

p {
  margin: 0px;
  font-size: 14px;
}

button {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

#contents {
  display: flex;
  justify-content: center;
  --parent-padding: 20px;
  padding: 0px var(--parent-padding);
  box-sizing: border-box;
}
#contents .media_pc {
  width: calc(100% - 2 * var(--parent-padding));
  /* padding-bottom: 100px; */
}
.media_pc2 {
  width: calc(100% - 2 * var(--parent-padding));
  /* padding-bottom: 100px; */
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

.h3_big {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

#test {
  font-size: calc(0.5rem + 0.8vw) !important;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.h6_small {
  font-size: 14px;
  font-weight: 600;
}

.h6_toosmall {
  font-size: 13px;
}

sub {
  font-size: 10px;
  vertical-align: unset;
}

.modal_h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 28px;
}
.modal_h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.modal_h2_blue {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #4191fa;
}

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

.text_white {
  color: white;
}

.text_blue_bold {
  color: #4173fa;
}
.text_blue {
  color: #7aa0ff;
}
.text_blue_header {
  color: #4191fa;
  font-weight: 700;
}
.text_blue_light {
  color: #4191fa;
  font-weight: 400;
}
.text_gray {
  color: #767676;
}
.text_dark_white {
  color: #c7c7c7;
}

.wrap {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.wrap_custome {
  width: --customWidth;
}
.wrap_row {
  flex-direction: column;
}
.wrap_col {
  flex-direction: row;
}
.wrap_between {
  justify-content: space-between;
}
.wrap_center {
  justify-content: center;
}

.width_full {
  width: 100%;
}
.width_half {
  width: 50%;
}
.width_triple {
  width: 33%;
}

.gap_10 {
  gap: 10px;
}
.gap_20 {
  gap: 20px;
}
.gap_30 {
  gap: 30px;
}
.gap_40 {
  gap: 40px;
}
.gap_50 {
  gap: 50px;
}
.gap_60 {
  gap: 60px;
}
.gap_70 {
  gap: 70px;
}
.gap_80 {
  gap: 80px;
}
.gap_90 {
  gap: 90px;
}
.gap_100 {
  gap: 100px;
}
.gap_110 {
  gap: 110px;
}

.bubbles_style {
  border-radius: 30px;
  border: 1px solid #767676;
  background: linear-gradient(
    148deg,
    rgba(255, 255, 255, 0.1) 19.23%,
    rgba(255, 255, 255, 0.1) 80.77%
  );
  backdrop-filter: blur(22.5px);
}
.bubbles_style_noborder {
  border: none !important;
}
.bubbles_style_gradient {
  border: 1px solid transparent;
  border-radius: 30px;
  background: linear-gradient(
      107deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(63, 109, 255, 0.3) 5.38%,
      rgba(16, 63, 213, 0.25) 8.6%,
      rgba(16, 63, 213, 0.2) 11.81%,
      rgba(28, 73, 215, 0.1) 18.04%,
      rgba(135, 159, 234, 0.1) 79.06%,
      rgba(255, 255, 255, 0) 100.07%
    ),
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.5) 85%,
      rgba(63, 109, 255, 0.3) 100%,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0) 0%
    );
  background-image: linear-gradient(
      107deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(63, 109, 255, 0.3) 5.38%,
      rgba(16, 63, 213, 0.25) 8.6%,
      rgba(16, 63, 213, 0.2) 11.81%,
      rgba(28, 73, 215, 0.1) 18.04%,
      rgba(135, 159, 234, 0.1) 79.06%,
      rgba(255, 255, 255, 0) 100.07%
    ),
    linear-gradient(
      160deg,
      rgba(255, 255, 255, 0.5) 85%,
      rgba(63, 109, 255, 0.3) 100%,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0) 0%
    );
  backdrop-filter: blur(22.5px);
}

.media_pc {
  max-width: 1440px;
  gap: 120px;
}
.media_pc2 {
  /* max-width: 1440px; */
  gap: 120px;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 4px;
  position: absolute;
  bottom: 50px;
}
.pagination_block {
  width: 30px;
  height: 4px;
  background-color: #dbdbdb;
}
.pagination_block_choice {
  background-color: var(--Primary, #4191fa) !important;
  width: 60px;
}

.moai_background {
  display: flex;
  max-width: 1920px;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 1920/1008;
  position: absolute;
  top: -160px;
  top: 0;
  z-index: 0;
}
.moai_background_gradation {
  display: flex;
  max-width: 1920px;
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 2394/2394;
  position: absolute;
  top: -160px;
  top: 0;
  margin-top: 6%;
  z-index: 0;
}
.moai_background_Asterisk {
  display: block; /* inline-flex 대신 block 사용 */
  position: relative;
  width: 100%;
  max-width: 1008px;
  height: 0; /* 높이를 0으로 설정하고 padding-bottom으로 비율 유지 */
  padding-top: 39%; /* 1:1 비율 유지 (정사각형) */
  top: 0;
  left: 5%;
  z-index: 0;
  overflow: hidden;
  background: transparent
    url("../../assets/image/common/label/img_Asterisk.webp") center / contain
    no-repeat;
  opacity: 0.5;
}
/* Dome 배경 이미지 */
.moai_background_Dome {
  display: block; /* inline-flex → block */
  position: relative;
  width: 100%;
  max-width: 326px;
  height: 0;
  padding-top: 100%; /* 1:1 비율 유지 */
  background: transparent url("../../assets/image/common/label/img_Dome.webp")
    center / contain no-repeat;
  background-size: 100%;
  position: relative;
  right: 24%;
  z-index: 1;
  overflow: hidden;
  opacity: 0.5;
}

/* Mobius Strip 배경 이미지 */
.moai_background_Mobius_Strip {
  display: block; /* inline-flex → block */
  position: relative;
  width: 100%;
  max-width: 463px;
  height: 0;
  padding-top: 100%; /* 1:1 비율 유지 */
  background: transparent
    url("../../assets/image/common/label/img_Mobius_Strip.webp") center /
    contain no-repeat;
  background-size: 100%;
  position: relative;
  right: -5%;
  z-index: 1;
  overflow: hidden;
  opacity: 0.4;
}

.moai_background_Ellipse {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1578px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100%; /* 1:1 비율 유지 → 1578 / 1578 = 100% */
  background: transparent
    url("../../assets/image/common/label/img_Ellipse.webp") center/contain
    no-repeat;
  z-index: 0;
  top: 100px;
  left: -23%;
}

/* Ellipse_big 배경 이미지 */
.moai_background_Ellipse_big {
  display: block; /* inline-flex → block */
  position: relative;
  width: 100%;
  max-width: 2394px;
  height: 0;
  padding-top: 100%; /* 1:1 비율 유지 (2394/2394) */
  background: transparent
    url("../../assets/image/common/label/img_Ellipse_big.webp") center / contain
    no-repeat;
  top: 500px;
  z-index: 0;
  right: -23%;
  overflow: hidden;
}
.moai_background_Ellipse_top {
  display: inline-flex;
  width: 100%;
  height: initial;
  background: transparent
    url("../../assets/image/common/label/img_Ellipse_top.png") padding-box
    no-repeat;
  background-size: 100%;
  aspect-ratio: 1920/1008;
  min-height: -webkit-fill-available;
  max-height: 100vh;
  background-position: 0% 50%;
  position: absolute;
  top: -100%;
  z-index: 0;
}

/* 1) 1920px 이하: Large Desktop 범위 */
/* @media screen and (max-width: 1919px) { */
@media screen and (max-width: 1439.89px) {
  h1 {
    font-size: 56px;
  }
  .h3_big {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .moai_background_Asterisk {
    max-width: 52.5vw;
    max-height: 52.5vw;
  }
  .moai_background_Dome {
    max-width: 16.9791666667vw;
    max-height: 16.9791666667vw;
  }
  .moai_background_Mobius_Strip {
    max-width: 24.1145833333vw;
    max-height: 24.1145833333vw;
  }
}
/* @media screen and (max-width: 1024px) { */
@media screen and (max-width: 1079.89px) {
  /* h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 16px !important;
  }
  h6 {
    font-size: 14px !important;
  } */

  h1 {
    font-size: 44px;
  }
  .h3_big {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }

  .main_banner,
  .bubbles_style {
    padding: 44px 32px !important;
  }
}
/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 599.89px) {
  h1 {
    font-size: 36px;
  }
  .h3_big {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .main_banner > div {
    flex-direction: column-reverse;
  }
  .header {
    height: 60px !important;
    padding: 9px 0px !important;
  }
  .header_block {
    height: 60px !important;
    padding-bottom: 40px !important;
  }
  .modal_main {
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0px !important;
  }
  #header_menu_pc {
    display: none;
  }
  #header_menu_mobile {
    display: flex !important;
  }
  .header_sub_menu_mobile {
    width: 166px;
  }
  .moai_background_Dome {
    top: 74.4047619048vw;
  }
  .moai_background_Mobius_Strip {
    top: 68.4523809524vw;
  }
  .main_banner,
  .bubbles_style {
    padding: 36px 24px !important;
  }
  .slide > button {
    display: none;
  }
  .slide_box .slide {
    padding-bottom: 100px;
    box-sizing: content-box;
  }
  .pagination {
    bottom: 80px;
  }
  .service_inquiry_button {
    min-width: 111px !important;
    height: 40px !important;
  }
  .service_inquiry_button > span {
    font-size: 14px !important;
  }
  .detail_view_button > span {
    font-size: 16px !important;
  }

  .span_small_blue {
    font-size: 30px !important;
  }

  .span_big_blue {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 480px) {
  /* h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h5 {
    font-size: 14px !important;
  }
  h6 {
    font-size: 14px !important;
  } */
  sub {
    font-size: 10px !important;
    vertical-align: unset;
  }
  .header {
    padding: 3px 0px !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .header_block {
    height: 48px !important;
    padding-bottom: 24px !important;
  }
  .modal_main {
    width: 100% !important;
    margin: 0px !important;
    border-radius: 0px !important;
  }
  .header_sub_menu_mobile {
    width: 150px;
  }
  .main_banner {
    padding: 38px 24px !important;
    gap: 20px !important;
  }
  .main_banner > div {
    flex-direction: column-reverse;
  }
  .main_banner > div .img_main_banner {
    width: 140%;
    margin-bottom: 60px;
  }
  .media_pc {
    gap: 80px;
  }
  .media_pc2 {
    gap: 80px;
  }
  .button_arrow_right {
    width: 24px !important;
    height: 24px !important;
    background-size: 24px !important;
  }
  .button_arrow_left {
    width: 24px !important;
    height: 24px !important;
    background-size: 24px !important;
  }
  .pagination {
    bottom: 10px !important;
  }
  .slide > button {
    display: none;
  }
  .slide_box {
    gap: 24px !important;
  }
  .slide_box .slide {
    padding-bottom: 100px;
    box-sizing: content-box;
  }
  .pagination {
    bottom: 80px !important;
  }
  .detail_view_button > span {
    font-size: 14px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 전체 화면 채움 보장 */
html,
body {
  height: 100%;
}
body {
  min-height: 100dvh;
}

/* 기존 배경 레이어 숨김(혹시 남아 있다면) */
.moai_background,
.moai_background_gradation {
  display: none !important;
}

/* 고정 풀스크린 SVG 배경 */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0; /* 본문 아래로 */

  /* 필요시 보정용 그라디언트 밑색 (SVG 로딩 전 FOUC 방지) */
  background-color: #0a1733;
  background: url("/assets/image/page/main/img_background.svg") center/cover
    no-repeat;
  /* 스크롤해도 고정 */
  background-attachment: fixed;
  will-change: transform; /* 스크롤 성능 힌트 */
}

.span_small_blue {
  color: #017dd8;
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 56px */
  letter-spacing: -1px;
}

.span_big_blue {
  color: #017dd8;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.2px;
}
