@charset "UTF-8";
@font-face {
  font-family: "HCRDotum";
  src: local("HCRDotum"), url("/css/font/HCRDotum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HCRDotum-Bold";
  src: local("HCRDotum-Bold"), url("/css/font/HCRDotum-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TimesNewerRoman-Bold";
  src: local("TimesNewerRoman Bold"), url("/css/font/TimesNewerRoman-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TimesNewerRoman-Regular";
  font-weight: normal;
  font-display: swap;
  src: local("TimesNewerRoman Regular"), url("/css/font/TimesNewerRoman-Regular.otf") format("woff2");
}
:root {
  --main-blue: #11B9FF;
  --main-green: #00D8D8;
  --main-gradient: linear-gradient(90deg, #11B9FF 0%, #00D8D8 100%);
  --blue-gradient: linear-gradient(180deg, #11B9FF 0%, #0092CE 100%);
  --green-gradient: linear-gradient(180deg, #00D8D8 0%, #00B7B7 100%);
  --sub-blue: #0092CE;
  --sub-green: #00B7B7;
}

html, body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  background: #000;
  color: #DDD7D3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: normal;
  overflow-x: clip;
  scroll-behavior: smooth;
  letter-spacing: -0.03rem;
  user-select: none;
  -webkit-user-select: none; /* 사파리/크롬 */
  -moz-user-select: none; /* 파이어폭스 */
  -ms-user-select: none;
}

.pre {
  font-family: "Pretendard", sans-serif;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: 0 !important;
  transform: translateY(-50%);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p, div, input, nav, textarea, select, header, section, article, aside, footer, form, button, table, thead, tbody, tr, td, th,
ul, li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

a, input, button {
  outline: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

figure {
  margin: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(/img/select_arrow.png) no-repeat center right 15px;
  background-size: 16px;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

select {
  font-family: inherit;
  font-size: inherit;
  border: 0;
  outline: 0;
  color: inherit;
  letter-spacing: inherit;
}

button {
  font-family: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  letter-spacing: inherit;
}

input:not([type=checkbox], [type=radio]),
select, textarea {
  color: inherit;
  font-size: inherit;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  resize: none;
  outline: 0;
  color: inherit;
  line-height: 1.5;
}

textarea::-webkit-scrollbar {
  width: 5px;
}

textarea::-webkit-scrollbar-track {
  background-color: rgba(129, 124, 122, 0.3);
}

textarea::-webkit-scrollbar-thumb {
  background-color: rgba(221, 215, 211, 0.5);
}

/* textarea::-webkit-scrollbar-thumb:hover {background: #ccc;} */
/* textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment {width:3px;height:0px; background:transparent;}  */
*::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #adadad;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

[popover] {
  border: none;
  padding: 0;
  margin: 0;
  left: auto;
}

:focus {
  outline: none;
}

.br_1240,
.br_1024,
.br_768,
.br_540 {
  display: none;
}

@media screen and (max-width: 1240px) {
  .br_1240 {
    display: block;
  }
  .br_1240_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br_1024 {
    display: block;
  }
  .br_1024_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 15px;
  }
  .br_768 {
    display: block;
  }
  .br_768_none {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  html, body {
    font-size: 14px;
  }
  .br_540 {
    display: block;
  }
  .br_540_none {
    display: none;
  }
}
.hei100 {
  height: 100vh;
  height: 100dvh;
  overflow: clip;
}

.wrapper {
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.wrapper_1180 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.wrapper_1640 {
  width: 100%;
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
}

.fadeAni {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.8, 1);
}
.fadeAni.active {
  transform: translateY(0);
  opacity: 1;
}

.LeftAni {
  transform: translateX(-80px);
  opacity: 0;
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s cubic-bezier(0.215, 0.61, 0.8, 1);
}
.LeftAni.active {
  transform: translateX(0);
  opacity: 1;
}

.LeftTxt {
  position: relative;
  overflow: hidden;
}
.LeftTxt span {
  clip-path: polygon(0 100%, 0 100%, 0 0, 0 0);
  transition: clip-path 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.LeftTxt.active span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.scroll_motion.active .fadeAni {
  transform: translateY(0);
  opacity: 1;
}
.scroll_motion.active .LeftAni {
  transform: translateX(0);
  opacity: 1;
}

.delay1 {
  transition-delay: 0.15s;
}

.delay2 {
  transition-delay: 0.3s;
}

.delay3 {
  transition-delay: 0.45s;
}

.delay4 {
  transition-delay: 0.6s;
}

.delay5 {
  transition-delay: 0.75s;
}

.delay6 {
  transition-delay: 0.9s;
}

html.noScroll,
body.noScroll {
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

section {
  overflow: clip;
}

#footer-section {
  display: none;
}

#pc-footer {
  padding: 0 clamp(50px, 6.94vw, 100px);
}

/*********************

        COMMON 

*********************/
html, body {
  background: #000;
  font-size: 16px;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  overflow: hidden;
  width: 100svw;
}
html main, body main {
  height: 100%;
  position: relative;
  width: 100%;
}
html header, body header {
  left: 50%;
  position: absolute;
  top: clamp(1rem, 1.6svw, 1.625rem);
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 540px) {
  html header img, body header img {
    width: 100px;
  }
}
html section, body section {
  height: 100%;
  width: 100%;
}
html .full-wrapper, body .full-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100svw;
}
html .inner-wrapper, body .inner-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 1680px;
  opacity: 0;
  padding-top: 5rem;
  width: 90%;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  html .inner-wrapper, body .inner-wrapper {
    padding-top: 10vh !important;
  }
}
html .inner-txt, body .inner-txt {
  flex-wrap: wrap;
}
html .inner-txt h2, body .inner-txt h2 {
  color: #0f0f0f;
  font-size: clamp(1.6rem, 7vw, 4.375rem);
  font-weight: 900;
  line-height: 1.34;
}
html .inner-txt p, body .inner-txt p {
  color: #333;
  font-size: clamp(1.3rem, 1.4svw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  word-break: auto-phrase;
}
html .swiper, body .swiper {
  height: 100%;
  width: 100%;
}
html .swiper-slide, body .swiper-slide {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  min-height: 700px;
  justify-content: center;
  width: 100%;
}
html #main-wrapper .swiper-pagination, body #main-wrapper .swiper-pagination {
  align-items: center;
  bottom: 1.875rem;
  display: flex;
  gap: 1.625rem;
  height: 1rem;
  right: 1.875rem;
  top: unset;
  transform: none;
}
@media screen and (max-width: 768px) {
  html #main-wrapper .swiper-pagination, body #main-wrapper .swiper-pagination {
    display: none;
  }
}
html #main-wrapper .swiper-pagination .swiper-pagination-bullet, body #main-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #666;
  height: 1rem;
  opacity: 0.5;
  transition: 0.4s;
  width: 1rem;
}
html #main-wrapper .swiper-pagination .swiper-pagination-bullet-active, body #main-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  height: 1rem;
  opacity: 1;
  width: 1rem;
}
html #main-wrapper.dark-mode .swiper-pagination-bullet, body #main-wrapper.dark-mode .swiper-pagination-bullet {
  background: #fff;
}
html footer, body footer {
  word-break: auto-phrase;
}

.mb_show {
  display: none;
}

.video-bg {
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}
.video-bg.ai-bg {
  top: 50% !important;
}
@media (max-width: 768px) and (max-aspect-ratio: 0.5) {
  .video-bg {
    height: 80vw;
  }
}
@media (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  .video-bg {
    height: 80vw;
  }
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  .video-bg {
    height: 100vw;
  }
}
.video-bg video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*********************

      SECTION 1

*********************/
#section1 {
  background: url("/img/main/sec1/sec1_bg.png") no-repeat center bottom/100%;
  background-color: rgb(7, 6, 15);
}
#section1 .matching-bg {
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1;
}
@media (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #section1 .matching-bg {
    height: 100vw;
  }
}
@media (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #section1 .matching-bg {
    height: 100vw;
  }
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section1 .matching-bg {
    height: 100vw;
  }
}
#section1 .matching-bg video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#section1 .inner-wrapper {
  padding: 5rem 0;
}
@media (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #section1 .inner-wrapper {
    padding-bottom: 15vh !important;
  }
}
@media (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #section1 .inner-wrapper {
    padding-bottom: 12vh !important;
  }
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section1 .inner-wrapper {
    padding-bottom: 15vh !important;
  }
}
#section1 .inner-wrapper #matching-objs {
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50vw);
  width: 100vw;
}
#section1 .inner-wrapper #matching-objs div {
  opacity: 1;
  position: absolute;
  transition: 2s ease-in-out;
}
#section1 .inner-wrapper #matching-objs div:nth-child(1) {
  left: -9%;
  top: 5%;
  transform-origin: top left;
  transition-delay: 1.4s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(1) img {
  animation-delay: 0s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(2) {
  right: 27%;
  top: 28%;
  transform: translateX(50%);
  transition-delay: 0.2s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(2) img {
  animation-delay: 0.3s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(3) {
  bottom: 20%;
  left: 10%;
  transition-delay: 0.5s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(3) img {
  animation-delay: 0.6s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(4) {
  left: 36%;
  top: 58%;
  transform: translate(-50%, -50%);
  transition-delay: 0.6s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(4) img {
  animation-delay: 0.9s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(5) {
  bottom: -15px;
  right: -15px;
  transform-origin: bottom right;
  transition-delay: 1.3s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(5) img {
  animation-delay: 1.2s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(6) {
  left: 22%;
  top: 15%;
  transition-delay: 1s;
}
#section1 .inner-wrapper #matching-objs div:nth-child(6) img {
  animation-delay: 1.5s;
}
#section1 .inner-wrapper #matching-objs div img {
  animation: float 3s ease-in-out infinite;
}
#section1 .inner-wrapper #matching-container {
  vertical-align: center;
}
#section1 .inner-wrapper #matching-container .matching-left {
  width: 100%;
}
#section1 .inner-wrapper #matching-container .matching-left h2 {
  color: #fff;
  font-size: clamp(1.6rem, 7vw, 5.625rem);
  font-weight: 900;
  margin-bottom: 1rem;
}
#section1 .inner-wrapper #matching-container .matching-left p {
  color: #fff;
}
#section1 .inner-wrapper #matching-container .matching-right {
  height: auto;
}
#section1 .inner-wrapper #matching-container .matching-right .matching-item {
  width: fit-content;
}
#section1:not(.swiper-slide-active) .inner-wrapper #matching-objs div {
  opacity: 0;
  transition-delay: 0;
}
#section1:not(.swiper-slide-active) .inner-wrapper #matching-objs div:nth-child(1) {
  left: 18%;
  top: -10%;
  transform-origin: top left;
}
#section1:not(.swiper-slide-active) .inner-wrapper #matching-objs div:nth-child(2) {
  right: 37%;
  top: 18%;
  transform: translateX(50%);
}
#section1:not(.swiper-slide-active) .inner-wrapper #matching-objs div:nth-child(3) {
  bottom: 10%;
  left: 0%;
}
#section1:not(.swiper-slide-active) .inner-wrapper #matching-objs div:nth-child(4) {
  left: 56%;
  top: 68%;
  transform: translate(-50%, -50%);
}
#section1:not(.swiper-slide-active) .inner-wrapper #matching-objs div:nth-child(5) {
  bottom: -10%;
  right: -10%;
  transform-origin: bottom right;
}
#section1:not(.swiper-slide-active) .inner-wrapper #matching-objs div:nth-child(6) {
  left: 22%;
  top: 15%;
}
#section1 .scroll-down {
  background-color: #333;
  bottom: 0;
  height: clamp(4rem, 3.8834951456vw + 2.5436893204rem, 10rem);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 1;
}
#section1 .scroll-down::before {
  animation: animate 2s linear infinite;
  background: linear-gradient(transparent, #fff, #fff, transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#section1 .scroll-down span {
  font-size: 1rem;
  position: absolute;
  right: 50%;
  text-align: center;
  top: -2rem;
  transform: translateX(50%);
  width: 15rem;
}

@keyframes animate {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  51% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@media (min-width: 1023px) {
  #main-wrapper .video-bg {
    top: 60% !important;
  }
}
@media (min-width: 1023px) and (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #main-wrapper .video-bg {
    top: 70% !important;
  }
}
@media (min-width: 1023px) and (min-aspect-ratio: 1.3) and (max-aspect-ratio: 1.45) {
  #main-wrapper .video-bg {
    top: 70% !important;
  }
}
@media (min-width: 1023px) {
  #section1 .inner-wrapper #matching-container .matching-right {
    transform: translateX(-16%);
  }
}
@media screen and (max-width: 1024px) {
  #section1 .inner-wrapper #matching-objs div {
    transform: scale(0.5);
  }
  #section1 .inner-wrapper #matching-objs div:nth-child(2) {
    transform: translateX(-50%) scale(0.5);
  }
  #section1 .inner-wrapper #matching-objs div:nth-child(4) {
    transform: translate(-50%, -50%) scale(0.5);
  }
  #section1 .inner-wrapper #matching-container {
    justify-content: space-between;
  }
  #section1 .inner-wrapper #matching-container .matching-left {
    vertical-align: center;
  }
  #section1 .inner-wrapper #matching-container .matching-left p {
    vertical-align: center;
  }
  #section1 .inner-wrapper #matching-container .matching-right {
    max-width: 90%;
  }
  #section1 .inner-wrapper #matching-container .matching-right .matching-item:nth-child(3) {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 768px) {
  #section1 .inner-wrapper #matching-container {
    padding: 0;
    width: 100%;
  }
  #section1 .inner-wrapper #matching-container .matching-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #section1 .inner-wrapper #matching-container .matching-right {
    gap: 1rem;
    transform: translateY(-30px);
  }
}
@media screen and (max-width: 768px) {
  #section1 .inner-wrapper #matching-container .matching-right .matching-item {
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center;
  }
  #section1 .inner-wrapper #matching-container .matching-right .matching-item .matching-dl {
    font-size: clamp(1rem, 3vw, 1.4rem);
    width: 100%;
  }
  #section1 .inner-wrapper #matching-container .matching-right .matching-item img {
    height: 1.2rem;
    margin: 0;
    width: 1.2rem;
  }
  #section1 .inner-wrapper #matching-container .matching-right .matching-item .matching-dt {
    font-size: clamp(1.2rem, 3.2vw, 1.7rem);
  }
  #footer-section {
    display: flex;
  }
  #section6 footer {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  #section1 .inner-wrapper #matching-container .matching-right .matching-item {
    padding: 0.2rem 0;
  }
}
/*********************

      SECTION 2 

*********************/
#section2 {
  position: relative;
}
#section2::before {
  background: url("/img/main/sec2/sec2_bg.png") no-repeat 104% 10%;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 1.6s ease-in-out 2.5s;
  width: 100%;
}
#section2.swiper-slide-active::before {
  background-position: right 20%;
  background-image: url("/img/main/sec2/sec2_bg.png");
  opacity: 1;
}
#section2 .full-wrapper {
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #e6e6e6 100%);
  margin-bottom: 14vh;
}
#section2 .inner-wrapper {
  gap: 5svw;
  justify-content: flex-end;
}
#section2 .inner-txt {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding-top: 5rem;
}
#section2 .inner-txt h2 {
  margin-bottom: clamp(1.25rem, 2svw, 3.125rem);
}
#section2 .graph-wrapper {
  align-items: flex-end;
  display: flex;
  flex: 1.6;
  gap: clamp(20px, 6svw, 90px);
  height: 100%;
  justify-content: space-around;
  width: 100%;
}
#section2 .graph-wrapper .graph-item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
#section2 .graph-wrapper .graph-item:nth-child(1) .bar-container .count-wrapper .count {
  color: var(--main-green);
  font-size: clamp(2rem, 3.6svw, 3.125rem);
}
#section2 .graph-wrapper .graph-item .bar-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  perspective: 11svw;
  position: relative;
  width: 100%;
}
#section2 .graph-wrapper .graph-item .bar-container .count-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
  word-break: keep-all;
}
#section2 .graph-wrapper .graph-item .bar-container .count-wrapper span {
  color: #333;
  font-size: clamp(1rem, 3vw, 1.5rem);
  white-space: nowrap;
}
#section2 .graph-wrapper .graph-item .bar-container .count-wrapper .count {
  color: var(--main-blue);
  font-size: clamp(1.6rem, 3.2svw, 2.5rem);
  font-weight: 900;
}
#section2 .graph-wrapper .graph-item .bar {
  background: var(--blue-gradient);
  border-radius: 1.25rem 1.25rem 0 0;
  height: 0;
  position: relative;
  width: 100%;
}
#section2 .graph-wrapper .graph-item .bar::before {
  background: var(--main-blue);
  border: 0.3125rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  content: "";
  height: 0.9375rem;
  left: 50%;
  position: absolute;
  top: -0.78125rem;
  transform: translateX(-50%);
  transform-origin: top;
  width: 0.9375rem;
}
#section2 .graph-wrapper .graph-item .shadow {
  background: var(--blue-gradient);
  backface-visibility: hidden;
  height: 0;
  left: 0;
  position: absolute;
  shape-rendering: geometricprecision;
  top: 100%;
  transform: scale(1) skewX(30deg) scaleY(0.6);
  transform-origin: top center;
  width: 100%;
  will-change: transform;
}
#section2 .graph-wrapper .graph-item:nth-child(1) .bar {
  background: var(--green-gradient);
}
#section2 .graph-wrapper .graph-item:nth-child(1) .bar::before {
  background: var(--main-green);
}
#section2 .graph-wrapper .graph-item:nth-child(1) .shadow {
  background: var(--green-gradient);
  transform: rotateX(60deg) scale(1) translateZ(0);
}
#section2 .graph-wrapper .graph-item:nth-child(2) .shadow {
  transform: rotateX(20deg) skewX(30deg) scaleY(0.6);
}
#section2 .graph-wrapper .graph-item:nth-child(3) .shadow {
  transform: rotateX(50deg) skewX(66deg) scaleY(0.6);
}
#section2 .graph-wrapper .graph-item:nth-child(4) .shadow {
  transform: rotateX(60deg) skewX(77deg) scaleY(0.6);
}
#section2 .graph-wrapper .graph-item .count-wrapper span {
  color: navy;
}
#section2 .graph-wrapper .graph-item .count-wrapper .count {
  font-size: 1rem;
  margin-top: 0.5rem;
}

@media (max-width: 1280px) {
  html, body {
    font-size: 12px;
  }
  #section2 .full-wrapper .innrt-wrapper {
    gap: 3svw;
  }
  #section2 .full-wrapper .graph-wrapper {
    gap: 4svw;
  }
}
@media (max-width: 1024px) {
  #section2 .inner-wrapper .graph-wrapper .graph-item .bar-container .count-wrapper span {
    font-size: clamp(1rem, 2svw, 1.5rem);
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item .bar-container .count-wrapper .count {
    font-size: clamp(1.3rem, 3.7svw, 2.5rem);
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item:nth-child(1) .bar-container .count-wrapper .count {
    font-size: clamp(1.4rem, 4svw, 3.125rem);
  }
}
@media (max-width: 768px) {
  #section2 .full-wrapper {
    margin-bottom: 20svw;
  }
  #section2 .inner-txt {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    text-align: center;
  }
  #section2 .inner-wrapper {
    flex-direction: column;
  }
  #section2 .inner-wrapper .graph-wrapper {
    flex: 2;
    gap: clamp(20px, 8svw, 70px);
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item:nth-child(1) {
    height: 100%;
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item:nth-child(1) .shadow {
    transform: rotateX(20deg);
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item:nth-child(1) .count {
    font-size: 2rem;
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item:nth-child(2) .shadow {
    transform: rotateX(20deg) skewX(30deg) scaleY(0.6);
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item:nth-child(3) .shadow {
    transform: rotateX(20deg) skewX(50deg) scaleY(0.6);
  }
  #section2 .inner-wrapper .graph-wrapper .graph-item:nth-child(4) .shadow {
    transform: rotateX(20deg) skewX(62deg) scaleY(0.6);
  }
}
@media (max-width: 768px) {
  #section2::before {
    background-position: right 25vh;
    background-size: 70%;
  }
  #section2.swiper-slide-active::before {
    background-position: right 30vh;
  }
  #section2 .graph-wrapper .graph-item .bar-container .bar {
    border-radius: 1rem 1rem 0 0;
  }
}
/*********************

      SECTION 3

*********************/
#section3 .inner-wrapper {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
#section3 .inner-wrapper .inner-txt {
  align-items: center;
  display: flex;
  gap: clamp(20px, 6svw, 60px) clamp(20px, 6svw, 70px);
  justify-content: space-between;
  width: 100%;
}
#section3 .inner-wrapper .inner-txt h2 {
  position: relative;
}
#section3 .inner-wrapper .inner-txt h2::before {
  background: #333;
  content: "";
  height: 90%;
  position: absolute;
  right: clamp(-35px, -3svw, -10px);
  top: 50%;
  transform: translateY(-45%);
  width: 1px;
}
#section3 .inner-wrapper .inner-txt p {
  flex-grow: 1;
  position: relative;
}
#section3 .inner-wrapper .ellipse-obj {
  background: var(--main-green);
  border-radius: 100px;
  box-shadow: 4px 6px 6px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: clamp(1rem, 2.1vw, 2.5rem);
  font-weight: 600;
  margin: 0 auto;
  padding: clamp(1rem, 1.8svw, 2.125rem) clamp(1rem, 2.7svw, 3.125rem);
}
#section3 .inner-wrapper .graph-container {
  height: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 100svw;
  z-index: -1;
}
#section3 .inner-wrapper .graph-container .graph-svg {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#section3 .inner-wrapper .graph-container .countup {
  color: var(--main-green);
  font-size: clamp(1.5rem, 3.6svw, 3.125rem);
  font-weight: 900;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
}
#section3 .inner-wrapper .graph-container #main-line,
#section3 .inner-wrapper .graph-container #tail-line {
  opacity: 0;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: none;
}

@media (max-width: 1280px) {
  #section3 html, #section3 body {
    font-size: 12px;
  }
  #section3 .inner-wrapper .ellipse-obj {
    font-size: 1.4rem;
    padding: 1.525rem 2.525rem;
  }
}
@media (max-width: 1024px) {
  #section3 .inner-wrapper .inner-txt {
    align-items: center;
    flex-direction: column;
    gap: clamp(20px, 4svw, 70px);
    justify-content: center;
  }
  #section3 .inner-wrapper .inner-txt h2::before {
    background: #333;
    bottom: clamp(-35px, -2svw, -10px);
    height: 1px;
    left: 50%;
    right: unset;
    top: unset;
    transform: translateX(-50%);
    width: 30px;
  }
  #section3 .inner-wrapper .inner-txt p {
    flex-grow: unset;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #section3 .inner-wrapper .ellipse-obj {
    font-size: 1.6rem;
    padding: 1.925rem 2.925rem;
  }
}
@media (max-width: 500px) {
  #section3 .inner-wrapper .ellipse-obj {
    font-size: 1.6rem;
    padding: 1.925rem 2.925rem;
  }
}
/*********************

      SECTION 4

*********************/
#section4 .inner-wrapper {
  left: 50%;
  max-width: unset;
  padding: 5rem 0;
  position: relative;
  transform: translateX(-50vw) !important;
  width: 100vw;
  /* Section 4 .left */
  /* Section 4 .right */
}
#section4 .inner-wrapper .left, #section4 .inner-wrapper .right {
  display: flex;
  flex: 1;
  height: 100%;
  position: relative;
}
#section4 .inner-wrapper .case-swiper {
  flex: 1.5;
  flex-direction: column;
  gap: 3.75rem;
}
@media (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #section4 .inner-wrapper .case-swiper {
    flex: 1.5 !important;
  }
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper {
  flex-grow: 1;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  min-height: unset;
  padding-right: clamp(5rem, 11vw, 16rem);
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph {
  height: 100%;
  width: 100%;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: space-between;
  list-style: none;
  width: 100%;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li {
  flex: 1;
  position: relative;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li .bar-bg {
  background: #eee;
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li .bar-bg .bar-fill {
  background: var(--main-blue);
  height: 100%;
  position: relative;
  transition: width 1s ease;
  width: 0%;
  z-index: 2;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li .percent {
  align-items: flex-start;
  border-radius: 50px;
  color: #333;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: space-between;
  opacity: 0;
  padding: 4px 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease-in-out 0.2s;
  white-space: nowrap;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li .percent .label {
  color: #666;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 0.4rem;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li .percent .label + div {
  font-size: clamp(1.2rem, 1.6vw, 2.5rem);
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .bar-fill {
  background: var(--main-green);
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent {
  align-items: center;
  color: #fff;
  transform: translate(20px, -50%);
}
@media (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent {
    transform: translate(-110%, -50%);
  }
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent {
    transform: translate(-110%, -50%);
  }
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label {
  color: #111;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div {
  background: var(--main-green);
  border-radius: 100px;
  font-size: clamp(1.5rem, 1.8vw, 3.125rem);
  padding: 0.1rem 1.2rem;
  position: relative;
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div::before {
  border: 1px dashed #aaa;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-100%);
  transform-origin: left;
  width: calc(24vw + 40px);
}
#section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div::after {
  background: var(--main-green);
  border: 5px solid #fff;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -12.5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
#section4 .inner-wrapper .case-swiper .case-pagination {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-left: 11%;
  width: fit-content;
}
#section4 .inner-wrapper .case-swiper .case-pagination .swiper-pagination-bullet {
  align-items: center;
  background: none;
  border-bottom: 2px solid #0f0f0f;
  border-radius: 0;
  color: #0f0f0f;
  display: flex;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  height: 61px;
  justify-content: center;
  opacity: 0.1;
  transition: 0.3s ease-in-out;
  width: 150px;
}
#section4 .inner-wrapper .case-swiper .case-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#section4 .inner-wrapper .right {
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
}
#section4 .inner-wrapper .right .orbit_wrap {
  height: min(565px, 25.43vw);
  margin: 0 auto;
  position: relative;
  width: 80%;
  z-index: 10;
  opacity: 0;
  transform: translateY(30px);
}
@media (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #section4 .inner-wrapper .right .orbit_wrap {
    width: 40%;
  }
}
#section4 .inner-wrapper .right .orbit_wrap .object {
  display: block;
  height: 100%;
  width: 100%;
}
#section4 .inner-wrapper .right .txt {
  opacity: 0;
  text-align: center;
  transform: translate(50px, -30px);
  transition: none;
}
#section4 .inner-wrapper .right .txt strong {
  color: #0f0f0f;
  display: inline-block;
  font-size: clamp(1.6rem, 7vw, 4.375rem);
  font-weight: 900;
  margin-bottom: clamp(1rem, 1.2vw, 2.5rem);
}
#section4 .inner-wrapper .right .txt p {
  color: #333;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  word-break: auto-phrase;
}
@keyframes up-down {
  0% {
    transform: translate(-6px, -15px) scale(0.7);
  }
  50% {
    transform: translate(6px, 15px) scale(0.7);
  }
  100% {
    transform: translate(-6px, -15px) scale(0.7);
  }
}
#section4 .inner-wrapper.reveal .right .orbit_wrap {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1.2s ease-in-out 0.3s;
}
#section4 .inner-wrapper.reveal .right .txt {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1.2s ease-in-out 0.4s;
}

/*********************

      SECTION 5

*********************/
#section5 {
  background: #000;
}
#section5 .ai-swiper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#section5 .swiper-slide {
  background: transparent;
  justify-content: flex-start;
  min-height: unset;
}
#section5 .swiper-slide:nth-child(2) {
  display: none;
}
#section5 .inner-wrapper .ai-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  height: 100%;
  width: 90%;
}
#section5 .inner-wrapper .ai-container .inner-txt {
  flex: unset;
  text-align: center;
  word-break: auto-phrase;
}
#section5 .inner-wrapper .ai-container .inner-txt h2 {
  color: #fff;
}
#section5 .inner-wrapper .ai-container .inner-txt p {
  color: #fff;
}
#section5 .inner-wrapper .ai-container .ai-content {
  align-items: center;
  display: flex;
  flex: unset;
  justify-content: space-between;
  width: 100%;
}
#section5 .inner-wrapper .ai-container .ai-content.pc {
  height: fit-content;
}
@media screen and (max-width: 540px) {
  #section5 .inner-wrapper .ai-container .ai-content.pc {
    display: none;
  }
}
#section5 .inner-wrapper .ai-container .ai-content.mo {
  display: none;
  height: max-content;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  #section5 .inner-wrapper .ai-container .ai-content.mo {
    display: flex;
  }
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left {
  max-width: 500px;
  width: 40%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 3vw, 7.3rem);
  justify-content: space-between;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li span {
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.7rem);
  width: 40%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li strong {
  color: #fff;
  font-size: clamp(1rem, 2vw, 1.7rem);
  font-weight: 700;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li .line {
  border: 1px dotted rgba(255, 255, 255, 0.3);
  position: relative;
  width: clamp(50px, 13vw, 160px);
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li .line::before, #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li .line::after {
  content: "";
  position: absolute;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li .line::before {
  background: #fff;
  border-radius: 50%;
  height: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li .line::after {
  left: calc(100% + 1px);
  top: 0;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li:nth-child(1) .line::after {
  border: 1px dotted rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) rotate(25deg);
  transform-origin: left;
  width: 60%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li:nth-child(2) .line::after {
  border: 1px dotted rgba(255, 255, 255, 0.3);
  width: 30%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li:nth-child(3) .line::after {
  border: 1px dotted rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) rotate(-25deg);
  transform-origin: left;
  width: 60%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: clamp(0.7rem, 1vw, 1.25rem);
  justify-content: space-between;
  max-width: 600px;
  width: 40%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  width: 100%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li {
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li span {
  color: #fff;
  font-size: clamp(1rem, 1vw, 1.5rem);
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li strong {
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 2.2rem);
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-recommend {
  align-items: center;
  background: var(--main-gradient);
  border-radius: 1.25rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  justify-content: center;
  padding: clamp(0.5rem, 1vw, 1.4rem) 0;
  width: 100%;
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-recommend span {
  font-size: clamp(1rem, 2vw, 1.5rem);
}
#section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-recommend strong {
  font-size: clamp(1.4rem, 2.8vw, 2.5rem);
}
#section5 .inner-wrapper .ai-container .ai-txt {
  align-items: center;
  bottom: 7vh;
  color: #fff;
  display: flex;
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 30px);
  gap: 1rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  vertical-align: center;
  width: 100%;
}
#section5 .inner-wrapper .ai-container .ai-txt .ai-arr .arrows {
  height: clamp(1.2rem, 2vw, 30px);
  width: clamp(1.2rem, 2vw, 30px);
}
#section5 .inner-wrapper .ai-container .ai-txt .ai-arr .arrows path {
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#section5 .inner-wrapper .ai-container .ai-txt .ai-arr .arrows path.a1 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}
#section5 .inner-wrapper .ai-container .ai-txt .ai-arr .arrows path.a2 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

@media screen and (max-width: 1240px) {
  #section5 .svg-wrapper {
    opacity: 0.4 !important;
  }
  #section5 .inner-wrapper .ai-container .inner-txt h2 {
    margin-bottom: 1rem;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1240px) and (min-aspect-ratio: 1.3) and (max-aspect-ratio: 1.45) {
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list {
    flex-direction: row;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li span {
    font-size: clamp(0.8rem, 1vw, 1.5rem);
  }
}
@media screen and (max-width: 1240px) and (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list {
    flex-direction: row;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li span {
    font-size: clamp(0.8rem, 1vw, 1.5rem);
  }
}
@media screen and (max-width: 1240px) {
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #section5 .svg-wrapper {
    opacity: 0.4 !important;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list {
    flex-direction: column;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li {
    width: 100%;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .arrow-icon {
    height: 1.4rem;
    width: 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  #section5 .ai-bg {
    transition: 0.5s;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #section5.active-ai-step2 .ai-bg {
    top: 57dvh !important;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #section5.active-ai-step2 .ai-bg {
    top: 52dvh !important;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #section5 .ai-bg {
    top: 62dvh !important;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #section5 .ai-bg {
    top: 55dvh !important;
  }
}
@media screen and (max-width: 540px) {
  #section5 .swiper-slide {
    background: transparent;
  }
  #section5 .swiper-slide:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }
  #section5 .inner-wrapper {
    width: calc(100% - 30px);
  }
  #section5 .inner-wrapper .ai-container {
    gap: 4dvh;
    justify-content: space-between;
  }
  #section5 .inner-wrapper .ai-container .ai-content {
    flex-direction: column;
    flex-grow: 0.5;
    gap: 14dvh;
    justify-content: space-between;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left {
    width: 100%;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list {
    flex-direction: row;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li {
    flex-direction: column;
    gap: 0.4rem;
    justify-content: center;
    position: relative;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li span {
    width: fit-content;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li .line {
    bottom: -0.5rem;
    position: absolute;
    width: 0;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li .line::after {
    height: 6dvh;
    width: 1px;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li:first-child .line {
    left: 68%;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li:first-child .line::after {
    transform: rotate(-30deg);
    transform-origin: top;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li:last-child .line {
    right: 68%;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-left .ai-info-list li:last-child .line::after {
    transform: rotate(30deg);
    transform-origin: top;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right {
    width: 97%;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list {
    flex-direction: row;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list .mb_show {
    display: block;
  }
  #section5 .inner-wrapper .ai-container .ai-content .ai-right .ai-status-list li span {
    word-break: keep-all;
  }
  #section5 .inner-wrapper .ai-container .ai-txt {
    position: unset;
    transform: unset;
  }
}
/*********************

      SECTION 6

*********************/
#section6 {
  background: #000;
}
#section6 .svg-wrapper {
  height: 226vh;
  top: -163vh;
}
#section6 .section6-swiper #slide-default,
#section6 .section6-swiper #slide-expanded {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  justify-content: center;
}
#section6 .section6-swiper .swiper-slide {
  background: transparent;
  transition: opacity 0.4s ease;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper {
  padding: 3rem 0;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper.reveal .active .inner-txt ul li {
  opacity: 1 !important;
  transform: scale(1) !important;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper.reveal .active .inner-txt ul::before {
  width: 98% !important;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper ul {
  align-items: center;
  display: flex;
  gap: 3.375rem;
  justify-content: space-between;
  position: relative;
  transform: translateX(3px);
  width: fit-content;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper ul::before {
  border: 1px dashed #ccc;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s 1s;
  width: 98%;
  z-index: -1;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper ul li {
  align-items: center;
  background: var(--main-blue);
  border: 0.3125rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
  width: 2.5rem;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper ul li.dot {
  background: #aaa;
  border: none;
  box-shadow: none;
  height: 0.625rem;
  width: 0.625rem;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container {
  background: #fff;
  border-radius: 30px;
  color: #0f0f0f;
  height: 100%;
  overflow: hidden;
  padding: clamp(18px, 2.08vw, 30px) clamp(2rem, 3.6vw, 100px);
  position: relative;
  width: 100%;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .scroll-guard {
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS momentum scroll */
  overscroll-behavior-y: auto;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form {
  align-items: flex-start;
  display: none;
  height: 100%;
  justify-content: flex-start;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: relative;
  top: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form {
    flex-direction: column;
  }
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form#form1 {
  clip-path: inset(0 0 100% 0);
  transform: translateX(-100%);
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form#form2 {
  clip-path: inset(0 100% 0 0);
  transform: translateX(100%);
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form#form1.active, #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form#form2.active {
  clip-path: inset(0);
  display: flex;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .inner-txt {
  flex: 1;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .inner-txt {
    align-items: center;
    display: flex;
    flex: unset;
    flex-direction: column;
    justify-content: stretch;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .inner-txt h2 {
  color: #0f0f0f;
  font-size: clamp(1.5rem, 4svw, 4.375rem);
  font-weight: 900;
  line-height: 1.34;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .inner-txt h2 {
    margin-bottom: 0.8rem;
  }
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .inner-txt h2 .mb_br {
    display: none;
  }
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container {
  align-items: stretch;
  display: flex;
  flex: 1.5;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container {
    justify-content: flex-start;
    width: 100%;
  }
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: 1fr;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields.column2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields.column2 .input-wrapper {
    margin-bottom: 1rem;
  }
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper {
    margin-bottom: 0;
  }
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper label {
    font-size: 1.2rem;
  }
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select-boxes {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding-left: 0.8rem;
  width: 100%;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select-boxes .input-box {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 1rem;
  width: 100%;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select-boxes .input-box .select {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
  #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select-boxes .input-box span {
    font-size: 1.2rem;
  }
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select-boxes .input-box span {
  color: #333;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 500;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper.full-column {
  grid-column: 1/span 2;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .input-box {
  position: relative;
  width: 100%;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .input-box:not(.select-boxes)::after {
  background: url("/img/common/icons/select_arr.png") no-repeat center/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s ease-in-out;
  width: 12px;
  pointer-events: none;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .input-box.open::after {
  transform: translateY(-50%) rotate(180deg);
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper label {
  display: inline-block;
  font-size: clamp(1.2rem, 2.4vw, 1.625rem);
  font-weight: 700;
  margin-bottom: clamp(10px, 0.69vw, 10px);
  position: relative;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper:has([data-required]) label::before {
  color: var(--main-green);
  content: "*";
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  right: -1.1rem;
  top: 50%;
  transform: translateY(-35%);
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select {
  appearance: none;
  background: #f6f6f6;
  border: none;
  border-radius: 10px;
  color: #aaa;
  font-size: clamp(1rem, 3vw, 1.5rem);
  padding: clamp(0.5rem, 1vh, 1rem) 1rem;
  position: relative;
  width: 100%;
  position: relative;
  cursor: pointer;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select .options {
  display: none;
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  right: 0;
  max-height: 12rem;
  width: 100%;
  appearance: none;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  color: #aaa;
  font-size: 1rem;
  overflow-y: auto;
  z-index: 100;
  overscroll-behavior: contain; /* 바운스 시 상위로 안 튀게 */
  -webkit-overflow-scrolling: touch;
  touch-action: auto; /* 내부 스크롤 허용 */
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select .options .option {
  transition: 0.3s;
  cursor: pointer;
  padding: 0.3rem 1rem;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select .options .option:hover {
  color: #111;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select.open .options {
  display: block;
}
#section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form#form1 {
  position: relative;
}
@media (min-width: 768px) {
  #section6 .section6-swiper .swiper-slide .fields {
    grid-template-columns: 1fr 1fr;
  }
}
#section6 .buttons {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 8px;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 .buttons {
    justify-content: center;
  }
}
#section6 .buttons button {
  border: none;
  border-radius: 100px;
  padding: clamp(0.5rem, 1vh, 0.8rem) 5.5rem clamp(0.5rem, 1vh, 0.8rem) 3.125rem;
  font-size: clamp(1.4rem, 2.4svw, 1.875rem);
  font-weight: 700;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  width: 240px;
  height: 64px;
}
#section6 .buttons button::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.8rem;
  position: absolute;
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.8rem;
}
#section6 .buttons button::after {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
}
#section6 .buttons .reserveBtn {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding-left: 1.725rem;
}
#section6 .buttons .reserveBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: clamp(20.76px, 2.41vw, 34.6px);
  height: clamp(20.76px, 2.41vw, 34.6px);
  background: url("/img/main/sec6/cal_ico.png") no-repeat center/cover;
}
#section6 .buttons .reserveBtn::before {
  content: "※ 정확한 수치를 모른다면, 온라인 예약 후 확인해보세요!";
  font-size: 12px;
  font-weight: 600;
  color: rgb(255, 0, 0);
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  padding: unset;
  height: unset;
  transform: translateX(-50%);
  right: unset;
  white-space: pre-wrap;
  word-break: auto-phrase;
  text-align: left;
  width: 100%;
  letter-spacing: -1px;
  text-align: center;
}
#section6 .buttons .pointBtn {
  background: var(--main-gradient);
  color: white;
}
#section6 .buttons .btmArrBtn::before {
  right: 3.2rem;
  transform: translateY(-39%) rotate(45deg);
}
#section6 .buttons .btmArrBtn::after {
  transform: translateY(-58%) rotate(90deg);
}
#section6 .buttons #returnBtn, #section6 .buttons #applyBtn {
  width: auto !important;
}
#section6 .buttons .primaryBtn {
  background: rgba(15, 15, 15, 0.2);
  color: #fff;
  padding: 0rem 4.312rem;
}
#section6 .buttons .primaryBtn::before, #section6 .buttons .primaryBtn::after {
  display: none;
}
#section6 #pc-footer {
  height: 190px;
  width: 100%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section6 #pc-footer footer {
  padding: 0;
  height: fit-content;
}
#section6 #pc-footer footer p {
  font-size: clamp(12px, 2vw, 18px);
}
#section6 #slide-expanded {
  background: url("/img/main/sec6/sec6_bg.png") no-repeat center bottom/110%;
  display: flex;
  opacity: 0;
  overflow: hidden;
  transform: translateY(100%);
  transition: background 1s ease-in-out;
}
#section6 #slide-expanded.swiper-slide-active {
  opacity: 1;
  transform: translateY(0);
}
#section6 #slide-expanded .inner-wrapper .result-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container {
    gap: clamp(2rem, 7swv, 4rem);
    justify-content: flex-start;
  }
  #section6 #slide-expanded .inner-wrapper .result-container .inner-txt h2 {
    margin: 1rem 0 0.4rem;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container > div {
  flex: unset;
}
#section6 #slide-expanded .inner-wrapper .result-container .inner-txt {
  opacity: 0;
  transform: translateY(30px);
}
#section6 #slide-expanded .inner-wrapper .result-container .inner-txt ul::before {
  display: none;
}
#section6 #slide-expanded .inner-wrapper .result-container .inner-txt h2 {
  color: #fff;
  margin: 1.5rem 0 0.4rem;
}
#section6 #slide-expanded .inner-wrapper .result-container .inner-txt p {
  color: #fff;
  opacity: 0.8;
  text-align: center;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper {
  align-items: stretch;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box,
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box {
    flex-direction: row;
    max-width: unset;
    width: 100%;
  }
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-tit,
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-tit {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con,
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex: 1.8;
    flex-direction: row;
  }
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con .info-l,
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con .infp-r,
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .info-l,
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .infp-r {
    padding: 1rem 0;
    width: 50%;
  }
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left {
    flex-direction: column;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box {
  align-items: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: stretch;
  max-width: 200px;
  width: 14vw;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box {
    flex-direction: row;
    max-width: unset;
    width: 100%;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-tit {
  flex: 0.7;
  font-size: clamp(1rem, 2.1svw, 1.55rem);
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  flex: 3;
  font-size: clamp(1rem, 2.1svw, 1.55rem);
  font-weight: 400;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con {
    display: flex;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con .info-l, #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con .info-r {
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 0;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con .info-l, #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con .info-r {
    width: 50%;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con .info-l {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .info-box .info-con .info-l {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left,
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right,
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .arrow {
  opacity: 0;
  transform: translateY(30px);
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left,
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left {
  flex-direction: row;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left {
    flex-direction: column;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box {
  flex: 1;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box:nth-child(1) {
  flex: unset;
  width: fit-content;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box:nth-child(1) {
    flex-direction: row;
    max-width: unset;
    width: 100%;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box:nth-child(1) .info-con {
  background: none;
  border: none;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box:nth-child(1) .info-con .info-l,
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box:nth-child(1) .info-con .info-r {
  font-weight: 700;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box:nth-child(1) .info-con .info-l {
  border: none !important;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con {
  background: #fff;
  border: 4px solid;
  border-bottom-color: var(--main-blue);
  border-left-color: var(--main-blue);
  border-right-color: var(--main-green);
  border-top-color: var(--main-green);
  color: #111;
  position: relative;
  z-index: 0;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .info-l,
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .info-r {
  font-weight: 700;
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .info-l {
  border-bottom: 1px solid #e6e6e6;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .info-l {
    border-bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .arrow {
  align-self: center;
  flex-shrink: 0.3;
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .arrow {
    margin-left: 35%;
    position: relative;
    transition: 0.4s;
    width: 20px;
  }
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) and (min-width: 1023px) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .arrow {
    margin-left: 28%;
  }
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .arrow img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .buttons {
  align-items: center;
  justify-content: center;
  margin-top: 0;
  opacity: 0;
  transform: translateY(30px);
}
@media (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #section6 #slide-expanded .inner-wrapper .result-container .buttons {
    margin-top: 60px;
  }
}
#section6 #slide-expanded .inner-wrapper .result-container .buttons #returnBtn {
  background: #333333;
}
#section6 #slide-expanded .inner-wrapper .result-container .buttons #applyBtn {
  background-size: 200% 200%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
#section6 #slide-expanded .inner-wrapper .result-container .buttons #applyBtn:hover {
  animation: hoverShine 2s linear infinite, borderPulse 2s linear infinite;
}

@keyframes hoverShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px rgb(255, 255, 255);
  }
  50% {
    box-shadow: inset 0px 0px 0px 1px rgba(200, 200, 255, 0.3), 0px 0px 10px 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: inset 0px 0px 0px 1px rgba(117, 117, 255, 0.2), 0px 0px 20px 10px rgba(255, 255, 255, 0);
  }
}
.endslide {
  background: #111 !important;
  height: fit-content !important;
}

/* RESPONSIVE */
@media screen and (max-width: 1240px) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container {
    gap: 7vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  #main-wrapper section .inner-wrapper {
    flex-direction: column;
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) and (min-aspect-ratio: 1.3) and (max-aspect-ratio: 1.45) {
  #main-wrapper section .inner-wrapper {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #main-wrapper section .inner-wrapper {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main-wrapper section .inner-wrapper .inner-txt {
    align-items: center;
    flex: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    padding-top: 0;
  }
  #main-wrapper section .inner-wrapper .inner-txt + div {
    flex: 2;
  }
  #main-wrapper section .inner-wrapper .ellipse-obj {
    font-size: 1.2rem;
    padding: 1rem;
  }
  #main-wrapper #section1 .inner-wrapper #matching-container .matching-right .matching-item {
    align-items: center;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center;
  }
  #main-wrapper #section1 .inner-wrapper #matching-container .matching-right .matching-item .matching-dl {
    font-size: clamp(1rem, 3vw, 1.4rem);
    width: 100%;
  }
  #main-wrapper #section1 .inner-wrapper #matching-container .matching-right .matching-item img {
    height: 1.2rem;
    margin: 0;
    width: 1.2rem;
  }
  #main-wrapper #section1 .inner-wrapper #matching-container .matching-right .matching-item .matching-dt {
    font-size: clamp(1rem, 3.2vw, 1.7rem);
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper {
    flex: 1.6;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide {
    padding-right: 0;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .bar-fill {
    z-index: 0;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div::before {
    left: unset;
    right: 0;
    transform: translateX(100%);
    transform-origin: right;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div::after {
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    height: 8px;
    left: unset;
    right: -6px;
    width: 8px;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .case-pagination {
    margin: 0 auto;
    width: 100%;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .case-pagination .swiper-pagination-bullet {
    font-size: 1.4rem;
    height: auto;
    padding: 1.2rem;
    width: auto;
  }
  #main-wrapper #section4 .inner-wrapper .right {
    align-items: center;
    flex-direction: row;
    gap: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-aspect-ratio: 1.3) and (max-aspect-ratio: 1.45) {
  #main-wrapper #section4 .inner-wrapper .right {
    flex-direction: column;
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #main-wrapper #section4 .inner-wrapper .right {
    flex-direction: column;
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #main-wrapper #section4 .inner-wrapper .right .orbit_wrap {
    width: 60%;
  }
  #main-wrapper #section4 .inner-wrapper .right .txt {
    flex: 1;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .inner-txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #main-wrapper section .inner-wrapper .buttons button {
    font-size: 1.2rem;
  }
  #main-wrapper footer {
    padding: 4rem;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper {
    gap: 2.75rem;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent {
    transform: translate(-20px, -50%);
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div {
    font-size: 1.2rem;
  }
  #main-wrapper #section6 .inner-wrapper ul li {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
  #main-wrapper #section6 .inner-wrapper ul li.dot {
    height: 0.625rem;
    width: 0.625rem;
  }
  #main-wrapper #section6 .inner-wrapper .buttons {
    justify-content: center;
    margin-top: 60px;
  }
  #main-wrapper #section6 .inner-wrapper .buttons button {
    height: auto;
  }
  #main-wrapper #section6 .inner-wrapper .buttons .reserveBtn::after {
    right: 2.8rem;
  }
  #main-wrapper #section6 .inner-wrapper .buttons .primaryBtn {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 650px) {
  #main-wrapper #section6 .inner-wrapper .buttons {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #main-wrapper #section6 .inner-wrapper .form-container .form {
    flex-direction: column;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .inner-txt {
    align-items: center;
    display: flex;
    flex: unset;
    flex-direction: column;
    justify-content: stretch;
    margin-bottom: 2rem;
    text-align: center;
    width: 100%;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .inner-txt h2 {
    margin-bottom: 0.8rem;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .inner-txt h2 .mb_br {
    display: none;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .select-container {
    justify-content: flex-start;
    width: 100%;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .select-container .fields .input-wrapper {
    margin-bottom: 0;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .select-container .fields .input-wrapper label {
    font-size: 1.2rem;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .select-container .fields .input-wrapper .input-box .select {
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
  #main-wrapper #section6 .inner-wrapper .form-container .form .select-container .fields .input-wrapper .input-box span {
    font-size: 1.2rem;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container {
    gap: clamp(0.8rem, 2vw, 4rem);
    justify-content: flex-start;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .inner-txt h2 {
    margin: 1rem 0 0.4rem;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-left .info-box,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-right .info-box {
    flex-direction: row;
    max-width: unset;
    width: 100%;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-left .info-box .info-tit,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-right .info-box .info-tit {
    align-items: center;
    display: flex;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-left .info-box .info-con,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-right .info-box .info-con {
    display: flex;
    flex: 1.8;
    flex-direction: row;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-left .info-box .info-con .info-l,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-left .info-box .info-con .info-r,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-right .info-box .info-con .info-l,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-right .info-box .info-con .info-r {
    width: 50%;
    padding: 0.5rem 0;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-left .info-box .info-con .info-l,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-right .info-box .info-con .info-l {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-left {
    flex-direction: column;
    gap: 0.8rem;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .arrow {
    margin: 2vw 0;
    margin-left: 28%;
    position: relative;
    width: 20px;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .arrow img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-wrapper .group-right .info-box .info-con .info-l {
    border-bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
  #main-wrapper #section6 #pc-footer {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper .mb_hide {
    display: none;
  }
  #main-wrapper section .inner-wrapper {
    padding-top: 10vh !important;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #main-wrapper section .inner-wrapper {
    padding-top: 10vh !important;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper section .inner-wrapper {
    padding-top: 8vh !important;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper section .inner-wrapper .inner-txt p {
    font-size: 16px;
  }
  #main-wrapper section:not(#section2) .inner-wrapper {
    width: calc(100% - 40px);
  }
  #main-wrapper #section1 .inner-wrapper {
    padding-bottom: 14vh;
  }
  #main-wrapper #section4 .inner-wrapper {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper {
    left: 50%;
    position: relative;
    transform: translateX(-50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section4 .inner-wrapper .case-swiper {
    flex: 1.5;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper #section4 .inner-wrapper .case-swiper .case-pagination {
    max-width: 80%;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .case-pagination .swiper-pagination-bullet {
    font-size: 1rem;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper {
    max-height: 60%;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent {
    transform: translate(-18vw, -50%);
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label {
    color: #fff;
    margin-bottom: 0;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div {
    background: #fff;
    color: var(--main-green);
    font-size: 1.4rem;
  }
  #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div::after, #main-wrapper #section4 .inner-wrapper .case-swiper .swiper-wrapper .swiper-slide .case-graph ul li.highlight .percent .label + div::before {
    display: none;
  }
  #main-wrapper #section4 .inner-wrapper .right {
    align-items: center;
    flex: unset;
    flex-direction: column;
    gap: 2rem;
    height: fit-content;
    justify-content: flex-start;
  }
  #main-wrapper #section4 .inner-wrapper .right .orbit_wrap {
    display: none;
    width: 30%;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #main-wrapper #section4 .inner-wrapper .right .orbit_wrap {
    width: 60%;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section4 .inner-wrapper .right .orbit_wrap {
    width: 25%;
  }
}
@media screen and (max-width: 540px) and (min-width: 769px) and (max-width: 1024px) and (min-aspect-ratio: 16/10) and (max-aspect-ratio: 1.75) {
  #main-wrapper #section4 .inner-wrapper .right .orbit_wrap {
    width: 40%;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper #section4 .inner-wrapper .right .txt strong {
    font-size: clamp(1.6rem, 7vw, 4.375rem);
  }
  #main-wrapper #section4 .inner-wrapper .right .txt p {
    font-size: 16px;
  }
  #main-wrapper #section5 .inner-wrapper {
    padding-bottom: 6vh !important;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #main-wrapper #section5 .inner-wrapper {
    padding-bottom: 6vh !important;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section5 .inner-wrapper {
    padding-bottom: 11vh !important;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper #section5 .svg-wrapper {
    display: none;
  }
}
@media screen and (max-width: 540px) and (min-aspect-ratio: 0.66) and (max-aspect-ratio: 0.76) {
  #main-wrapper #section5 .video-bg.ai-bg {
    top: 55% !important;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper #section5-2 {
    display: block;
  }
  #main-wrapper #section6 .buttons button {
    padding: clamp(1rem, 1vh, 0.8rem) 5.5rem clamp(1rem, 1vh, 0.8rem);
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section6 .buttons {
    margin-top: 10px;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container {
    gap: clamp(3rem, 2vw, 4rem);
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper {
    gap: 0.8rem;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .arrow {
    margin-left: 35%;
    width: 10px;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper #section6 .section6-swiper #slide-default {
    background: #fff;
  }
  #main-wrapper #section6 .section6-swiper .swiper-slide .inner-wrapper ul {
    transform: translateX(0);
  }
  #main-wrapper #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container {
    padding: 3rem 0;
  }
  #main-wrapper #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  #main-wrapper #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper .select-boxes {
    flex-direction: column;
  }
  #main-wrapper #section6 .section6-swiper .swiper-slide .inner-wrapper .form-container .form .select-container .fields .input-wrapper label {
    margin-bottom: 0.35rem;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container {
    gap: 6dvh;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container {
    gap: clamp(3rem, 2vw, 4rem);
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .arrow {
    width: 10px;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (min-aspect-ratio: 0.5) and (max-aspect-ratio: 0.6) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con,
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con {
    border-width: 2px;
    flex: 1.3;
  }
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con .info-l, #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con .info-r {
    padding: 0.2rem 0;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) and (max-aspect-ratio: 0.5) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con .info-l, #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-left .info-box .info-con .info-r {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 540px) {
  #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .info-l, #main-wrapper #section6 #slide-expanded .inner-wrapper .result-container .result-wrapper .group-right .info-box .info-con .info-r {
    padding: 0.2rem 0;
  }
  #main-wrapper #section6 .buttons {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #main-wrapper #section6 .buttons button {
    width: 100%;
  }
  #main-wrapper footer {
    font-size: 1rem;
  }
}
/*********************

        COMMON

*********************/
.svg-wrapper {
  height: calc(var(--vh, 1vh) * 100);
  height: 100dvh;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}

.circle-bg {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#floating-banner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}
#floating-banner .item {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
#floating-banner .item .icon {
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  height: clamp(4.125rem, 4vw, 4.7rem);
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  width: clamp(4.125rem, 4vw, 4.7rem);
}
#floating-banner .item .icon .front, #floating-banner .item .icon .back {
  align-items: center;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  font-size: clamp(1rem, 0.8vw, 1.5rem);
  font-weight: bold;
  inset: 0;
  justify-content: center;
  position: absolute;
}
#floating-banner .item .icon .front {
  background: white;
  color: #222;
  padding: clamp(1rem, 1.7vw, 1.5rem);
  z-index: 2;
}
#floating-banner .item .icon .front img {
  width: 100%;
}
#floating-banner .item .icon .back {
  background: linear-gradient(135deg, #00f0ff, #00b5ff);
  color: white;
  text-align: center;
  transform: rotateY(180deg);
  z-index: 1;
}
#floating-banner .item:hover .icon {
  transform: rotateY(180deg);
}
#floating-banner .item .label {
  display: none;
}
#floating-banner .toggle-btn {
  align-items: center;
  color: white;
  cursor: pointer;
  background: #00b5ff;
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  display: none;
  font-weight: bold;
  height: clamp(4.125rem, 4vw, 4.7rem);
  justify-content: center;
  left: 0;
  position: fixed;
  width: clamp(4.125rem, 4vw, 4.7rem);
  z-index: 10000;
}
@media (max-width: 768px) {
  #floating-banner {
    bottom: 2rem;
    padding-bottom: calc(clamp(4.125rem, 4vw, 4.7rem) + 1rem);
    right: 0.9rem;
    top: unset;
    transform: scale(1);
    width: clamp(4.125rem, 4vw, 4.7rem);
  }
  #floating-banner .item {
    display: none;
    opacity: 0;
    transform: translateY(20px);
  }
  #floating-banner.expanded .item {
    animation: fadeSlideIn 0.4s ease-out forwards;
    display: flex;
  }
  #floating-banner.expanded .item:nth-child(2) {
    animation-delay: 0.4s;
  }
  #floating-banner.expanded .item:nth-child(3) {
    animation-delay: 0.3s;
  }
  #floating-banner.expanded .item:nth-child(4) {
    animation-delay: 0.2s;
  }
  #floating-banner.expanded .item:nth-child(5) {
    animation-delay: 0.1s;
  }
  #floating-banner .toggle-btn {
    display: flex;
  }
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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