@import url("./font.css");
@import url("./util.css");
@import url("./components.css");

:root {
  --body-max-w: 1275px;
  --acc-crl: #4e64d5;
}

body {
  font-family: "pre";
  background-color: white;
  color: black;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

.header {
  padding-left: 236px;
  padding-right: 217px;
  height: 123px;

  @media (max-width: 900px) {
    display: none;
  }
}

.header-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-logo {
  font-size: 40px;
  font-weight: 800;
  color: #110808;
}

.header-nav {
  flex-grow: 1;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item a {
  padding-inline: 35px;
  padding-block: 35px;
  color: #242424;
  font-size: 22px;
  font-weight: 600;
}

.header-util {
  border-radius: 28.5px;
  background-color: #4e64d5;
  width: 169px;
  min-width: 169px;
  height: 57px;
  color: white;
  font-weight: 700;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  gap: 11px;
  align-items: center;
}

.header-util-blink {
  position: relative;
  width: 169px;
  height: 57px;
  cursor: pointer;
}

.blink-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blink-pink {
  animation: blink 1.2s infinite;
}

.blink-blue {
  animation: blink 1.2s infinite 0.6s;
}

@keyframes blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

.hero-section {
  position: relative;
  height: auto;
  background-image: url("../assets/images/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;

  @media (max-width: 900px) {
    background-image: url("../assets/images/mo-hero.png");
    padding-top: 14.078vw;
    padding-bottom: 14.078vw;
    padding-inline: 9.709vw;
    height: auto;
  }
}

.mo-logo {
  font-size: 4.6vw;
  font-weight: 800;
  margin-bottom: 44.66vw;
  @media (min-width: 901px) {
    display: none;
  }
}

.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-category {
  font-size: 26px;
  font-weight: 700;
  line-height: 63.806px;

  @media (max-width: 900px) {
    font-size: 3.423vw;
    line-height: 8.399vw;
    letter-spacing: -0.564px;
  }
}

.hero-title {
  font-size: 65px;
  font-weight: 800;
  line-height: 84px;
  margin-top: -8px;
  margin-bottom: 12px;

  @media (max-width: 900px) {
    font-size: 8.495vw;
    line-height: 11.058vw;
    margin-bottom: 3.177vw;
  }
}

.hero-description {
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.52px;
  margin-bottom: 123px;

  @media (max-width: 900px) {
    font-size: 3.408vw;
    line-height: 4.357vw;
    margin-bottom: 7.524vw;
    letter-spacing: -0.281px;
  }
}

.hero-button {
  border-radius: 28.5px;
  background-color: #4e64d5;
  width: 327px;
  min-width: 327px;
  height: 57px;
  font-weight: 700;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  gap: 26px;
  align-items: center;

  @media (max-width: 900px) {
    width: 50vw;
    height: 8.716vw;
    font-size: 3.364vw;
    min-width: 50vw;
    gap: 3.922vw;
  }
}

.hero-button-blink {
  position: relative;
  width: 327px;
  height: 57px;
  cursor: pointer;

  @media (max-width: 900px) {
    width: 50vw;
    height: 8.716vw;
  }
}

.hero-button img {
  @media (max-width: 900px) {
    transform: scale(0.6);
  }
}

.hero-form {
  height: 565px;
  width: 343px;
  border-radius: 13px;
  border: 1.335px solid #ced4f4;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: -1px 4px 15px 0 rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(23.850000381469727px);
  padding-top: 26px;
  padding-bottom: 27px;
  padding-left: 28px;
  padding-right: 35px;

  @media (max-width: 900px) {
    display: none;
  }
}

.hero-form .form-title {
  width: 100%;
  display: inline-flex;
  gap: 8.17px;
  font-size: 17.354px;
  font-weight: 800;
  line-height: 29.369px;
  padding-bottom: 14px;
  border-bottom: 1.335px solid #ced4f4;
  margin-bottom: 18px;
}

.hero-form .form-group {
  margin-bottom: 14.33px;
  &:last-child {
    margin-bottom: 21px;
  }
}

.hero-form .form-button {
  border-radius: 7px;
  background-color: #303c7e;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-size: 13.349px;
  display: inline-flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  padding-right: 14.86px;
}

.hero-form .form-button img {
  transform: scale(0.8);
}

.hero-consult {
  position: fixed;
  right: 0;
  top: 200px;
  height: 242px;
  width: 108px;
  z-index: 999;

  @media (max-width: 900px) {
    top: 25vw;
    width: 17.961vw;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}

.consult-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  height: 50%;
  width: 100%;
  font-weight: 800;
  cursor: pointer;

  @media (max-width: 900px) {
    gap: 0;
    font-size: 2.913vw;
    line-height: 4.23vw;
  }
}

.consult-banner {
  display: none;
}

.consult-icon,
.consult-text {
  display: block;
}

@media (max-width: 900px) {
  .consult-icon,
  .consult-text {
    display: none;
  }

  .consult-banner {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .consult-wrapper {
    padding: 0;
    gap: 0;
    overflow: hidden;
  }
}

.consult-kakao {
  background-color: #f7e600;
  border-radius: 13px 0 0 0;
  color: #392020;
}

.consult-phone {
  background-color: #4e64d5;
  border-radius: 0 0 0 13px;
  color: white;
}

.features-section {
  height: auto;
  background:
    linear-gradient(
      0deg,
      rgba(231, 238, 250, 0.59) 0%,
      rgba(231, 238, 250, 0.59) 100%
    ),
    #fff;

  @media (max-width: 900px) {
    height: auto;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}

.feature-swiper {
  width: 100% !important;
  max-width: 900px !important;
  height: 31.553vw !important;
  @media (min-width: 901px) {
    display: none !important;
  }
}

.process-swiper {
  @media (min-width: 901px) {
    display: none !important;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: transparent !important;
}

.swiper-button-prev {
  background: url("../assets/images/slider-prev.svg") no-repeat center;
}

.swiper-button-next {
  background: url("../assets/images/slider-next.svg") no-repeat center;
}

.swiper-pagination {
  gap: 8px !important;
}

.swiper-pagination-bullet {
  border-radius: 50% !important;
  background: #9fa5b0 !important;
  width: 7px !important;
  height: 7px !important;
  margin-inline: 4px !important;
}

.swiper-pagination-bullet-active {
  background: #a6bce2 !important;
}

.features-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-wrapper {
  margin-inline: auto;
  max-width: 959px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 64px;
  height: 100%;

  @media (max-width: 900px) {
    display: none;
  }
}

.features-description {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;

  @media (max-width: 900px) {
    display: flex;
    flex-direction: column;
    font-size: 4.369vw;
    line-height: 5.34vw;
  }
}

.features-item {
  @media (max-width: 900px) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.883vw;
    height: 100%;
  }
}

.features-item img {
  @media (max-width: 900px) {
    width: 16vw;
    height: 14.5vw;
  }
}

.diagnosis-section {
  height: auto;
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;

  @media (max-width: 900px) {
    height: auto;
    padding-top: 14.078vw;
    padding-bottom: 14.078vw;
    padding-inline: 6.311vw;
  }
}

.diagnosis-button img {
  width: 7.661px;
  height: 14.143px;
}

.diagnosis-button {
  background: var(--acc-crl);
  width: 153px;
  height: 56px;
  border-radius: 87px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 4px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 33px;
  pointer-events: none;
  cursor: default;

  @media (max-width: 900px) {
    padding: 2.289vw 4.434vw;
    gap: 0 0.971vw;
    width: 22.619vw;
    height: 8.216vw;
    font-size: 2.913vw;
  }
}

.diagnosis-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 21px;

  @media (max-width: 900px) {
    text-align: center;
    font-size: 7.282vw;
    line-height: 8.738vw;
    max-width: 40.049vw;
    margin-bottom: 2.913vw;
  }
}

.diagnosis-description {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.52px;
  color: #353535;
  font-weight: 500;
  margin-bottom: 61px;

  @media (max-width: 900px) {
    text-align: center;
    font-size: 3.398vw;
    line-height: 4.612vw;
    letter-spacing: -0.28px;
    max-width: 53.398vw;
    margin-bottom: 14.32vw;
  }
}

.diagnosis-table {
  max-width: 660px;
  width: 100%;
  height: 392px;
  padding: 37px 30px 36.506px 30px;
  border-radius: 20px;
  border: 2px solid #ced4f4;
  box-shadow: 0 4px 11px 0 rgba(78, 100, 213, 0.22);

  @media (max-width: 900px) {
    padding: 9.223vw 6.068vw 9.223vw 6.311vw;
    height: 80.097vw;
  }
}

.step-status {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 9px;

  @media (max-width: 900px) {
    font-size: 2.913vw;
    margin-bottom: 1.699vw;
  }
}

.step-list {
  display: flex;
  gap: 4.13px;
  margin-bottom: 32px;

  @media (max-width: 900px) {
    margin-bottom: 4.126vw;
  }
}

.step-item {
  flex-grow: 1;
  height: 6px;
  background: #d9d9d9;
  border-radius: 59px;
}

.step-item.active {
  background: var(--acc-crl);
}

.step-title {
  color: #242424;
  font-size: 26px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 15px;

  @media (max-width: 900px) {
    font-size: 4.854vw;
    margin-bottom: 1.699vw;
  }
}

.step-button {
  width: 100%;
  display: block;
  height: 53.165px;
  border-radius: 10px;
  border: 2px solid #d9d9d9;
  background: #fff;
  font-size: 20px;
  font-weight: 600;

  @media (max-width: 900px) {
    height: 11.165vw;
  }
}

.step-button:active {
  background:
    linear-gradient(
      0deg,
      rgba(78, 100, 213, 0.08) 0%,
      rgba(78, 100, 213, 0.08) 100%
    ),
    #fff;
  border: 2px solid var(--acc-crl);
  color: var(--acc-crl);
}

.step-button:not(:last-child) {
  margin-bottom: 15px;

  @media (max-width: 900px) {
    margin-bottom: 2.427vw;
  }
}

.step-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step-form-input {
  color: #000;
}

.step-form-submit {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background: var(--acc-crl);
  color: white;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;

  @media (max-width: 900px) {
    height: 10vw;
    font-size: 3.5vw;
  }
}

.diagnosis-result {
  height: auto;
  width: 100%;
  max-width: 660px;
  border-radius: 20px;
  border: 2px solid #CED4F4;
  background: #FFF;
  box-shadow: 0 4px 11px 0 rgba(78, 100, 213, 0.22);
  padding-top: 50px;
  padding-bottom: 40px;
  padding-inline: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;

  @media (max-width: 900px) {
    padding-top: clamp(25px, 7.767vw, 50px);
    padding-bottom: clamp(20px, 6vw, 40px);
    padding-inline: clamp(15px, 5vw, 30px);
  }
}

.result-title {
font-size: 30px;
font-weight: 700;
line-height: 30px;
margin-bottom: 56px;

@media (max-width: 900px) {
  font-size: clamp(16px, 4.854vw, 30px);
  line-height: clamp(24px, 10.68vw, 44px);
  margin-bottom: clamp(8px, 3.641vw, 20px);
}
}

.result-description {
font-size: 20px;
font-weight: 600;
line-height: 26px; 
margin-bottom: 43px;

@media (max-width: 900px) {
  font-size: clamp(12px, 3.398vw, 20px);
  font-weight: 600;
  margin-bottom: clamp(15px, 6.068vw, 43px);
  line-height: clamp(16px, 4.126vw, 26px);
}
}

.result-button {
  width: 100%;
height: 54.616px;
  display: flex;
  gap: 11.7px;
  @media (max-width: 900px) {
height: 13.256vw;
    flex-direction: column;
height:auto; 
  }

  & > button {
  flex-grow: 1;
  width: 100%;
    border-radius: 10px;
color: #FFF;
font-size: 20px;
font-weight: 700;
height: 46px;


@media (max-width: 900px) {
font-size: 3.883vw;
font-weight: 600;
}
  }

  & > button:first-child {
    background: #4E64D5;
  }

  & > button:last-child {
    background: #FFF;
    border: 2px solid #D9D9D9;
    color: #242424;
  }
}

.diagnosis-image {
  margin-bottom: 32px;

  @media (max-width: 900px) {
    margin-bottom: 0;
  }
}

.concern-section {
  height: auto;
  background: url("../assets/images/concern-bg.png") no-repeat center;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 170px;

  @media (max-width: 900px) {
    height: auto;
    padding-inline: 11.65vw;
    padding-top: 24.029vw;
    padding-bottom: 24.029vw;
    background: url("../assets/images/mo-concern-bg.png") no-repeat center;
    background-size: cover;
  }
}

.concern-wrapper {
  display: flex;
  justify-content: space-between;

  @media (max-width: 900px) {
    flex-direction: column;
    align-items: start;
  }
}

.concern-title {
  color: #242424;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 21px;

  @media (max-width: 900px) {
    font-size: 6.311vw;
    margin-bottom: 0.971vw;
    line-height: 8.01vw;
  }
}

.concern-description {
  color: #545454;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;

  @media (max-width: 900px) {
    font-size: 4.369vw;
    font-weight: 400;
    line-height: 5.825vw;
  }
}

.concern-talks {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 609px;

  @media (max-width: 900px) {
    max-width: 90%;
    margin-top: 9.951vw;
    align-items: center;
  }
}

.talks-item {
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 549px;
  height: 73px;
  border-radius: 22px;
  border: 2px solid rgba(78, 100, 213, 0.15);
  box-shadow: 0 0 24.5px 0 rgba(78, 100, 213, 0.11);
  position: relative;

  @media (max-width: 900px) {
    border: none;
    box-shadow: none;
    background: none;
    height: auto;
    width: 90%;
    max-width: 90%;
    border-radius: 0;
    padding: 0;
    gap: 0;
    display: block;
  }
}

.talks-item:not(:last-child) {
  margin-bottom: 36px;

  @media (max-width: 900px) {
    margin-bottom: 1vw;
  }
}

.talks-item.left {
  background: #fff;
  align-self: flex-start;
}

.talks-item .talk-icon {
  @media (max-width: 900px) {
    width: 5.257vw;
    height: 5.081vw;
  }
}

.talk-tail {
  position: absolute;
  width: 18px;
  height: 18px;

  @media (max-width: 900px) {
    transform: scale(0.5);
  }
}

.talk-tail.left {
  left: 37px;
  top: 100%;

  @media (max-width: 900px) {
    left: 4.966vw;
    top: calc(100% - 5.5px);
  }
}

.talk-tail.right {
  right: 37px;
  top: calc(100% + 1px);

  @media (max-width: 900px) {
    right: 4.966vw;
    top: calc(100% - 3.5px);
  }
}

.talks-item.right {
  background-color: var(--acc-crl);
  color: white;
  align-self: flex-end;

  @media (max-width: 900px) {
    background-color: transparent;
  }
}

.talk-banner {
  display: none;
}

@media (max-width: 900px) {
  .talk-icon,
  .talk-text,
  .talk-tail {
    display: none !important;
  }

  .talk-banner {
    display: block;
    width: auto;
    height: 16vw;
    border-radius: 12px;
  }

  .talks-item.left {
    align-self: flex-start;
  }

  .talks-item.right {
    align-self: flex-end;
  }
}

.solution-section {
  padding-top: 153px;
  height: auto;
  padding-bottom: 153px;

  @media (max-width: 900px) {
    position: relative;
    padding-top: 14.078vw;
    height: auto;
    padding-bottom: 14.078vw;
    overflow: visible;
  }
}

.solution-tag {
  margin-inline: auto;
  width: 167px;
  margin-bottom: 36px;

  @media (max-width: 900px) {
    width: 24.158vw;
    height: 8.216vw;
    margin-bottom: 4.646vw;
  }
}

.solution-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 21px;
  margin-bottom: 86px;
  text-align: center;

  @media (max-width: 900px) {
    margin-inline: auto;
    max-width: 33.01vw;
    font-size: 7.282vw;
    line-height: 8.738vw;
    margin-bottom: 8.981vw;
  }
}

.card-list {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;

  @media (max-width: 900px) {
    display: none;
  }
}

.solution-swiper {
  display: none !important;

  @media (max-width: 900px) {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    padding-bottom: 5vw;
  }
}

.solution-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}


.solution-slide-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

.solution-card {
  width: 406px;
  height: 304px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 53px;

  @media (max-width: 900px) {
    width: 55.43vw;
    min-width: 55.43vw;
    height: 41.505vw;
    padding-top: 6.993vw;
  }
}

.solution-card:nth-child(1) {
  background: #ebf5f6;
}
.solution-card:nth-child(2) {
  background: #f7f5ff;
}
.solution-card:nth-child(3) {
  background: #f1f6ff;
}

.solution-image {
  margin-bottom: 11px;

  @media (max-width: 900px) {
    width: 16.766vw;
    height: 16.41vw;
    aspect-ratio: 47/46;
  }
}

.card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;

  @media (max-width: 900px) {
    font-size: 4.369vw;
    line-height: 6.007vw;
  }
}

.card-description {
  color: #545454;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;

  @media (max-width: 900px) {
    font-size: 3.398vw;
    line-height: 5.188vw;
  }
}

.case-section {
  height: auto;
  padding-top: 152px;
  padding-bottom: 152px;
  background-image: url("../assets/images/case-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  overflow: visible !important;

  @media (max-width: 900px) {
    padding-top: 14.078vw;
    height: auto;
    padding-bottom: 14.078vw;
  }
}

.case-tag {
  width: 218px;
  margin-inline: auto;
  margin-bottom: 33px;

  @media (max-width: 900px) {
    width: 31.682vw;
    margin-bottom: 4.646vw;
  }
}

.case-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 21px;
  text-align: center;

  @media (max-width: 900px) {
    font-size: 7.282vw;
    line-height: 8.738vw;
    margin-bottom: 3.155vw;
  }
}

.case-description {
  color: #d0d0d0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.52px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 91px;

  @media (max-width: 900px) {
    font-size: 3.398vw;
    line-height: 4.612vw;
    letter-spacing: -0.28px;
    margin-bottom: 8.495vw;
    max-width: 48.544vw;
  }
}

/* PC 슬라이더 */
.case-pc-slider {
  overflow: hidden;
  width: 100%;
  position: relative;

  @media (max-width: 900px) {
    display: none;
  }
}

.case-pc-track {
  display: flex;
  gap: 22px;
  width: 100%;
  margin-left: calc(-1 * (100% - 22px * 4) / 4 / 2);
}

.case-pc-card {
  flex-shrink: 0;
  width: calc((100% - 22px * 4) / 4);
  transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}

.case-pc-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

.case-pc-card.blur {
  filter: blur(5px);
}

/* 모바일 Swiper */
.case-swiper {
  display: none !important;

  @media (max-width: 900px) {
    display: block !important;
    width: 100% !important;
    margin-inline: auto;
    height: 120vw !important;
    overflow: hidden !important;
    padding-inline: 4vw;
    touch-action: pan-y !important;
    pointer-events: none;
  }
}

.case-swiper .swiper-wrapper,
.case-swiper .swiper-slide {
  touch-action: pan-y !important;
  pointer-events: none;
}

.case-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-card-img {
  width: 55%;
  height: auto;
  border-radius: 15px;
  display: block;
  margin-inline: auto;
}



.process-section {
  height: auto;
  padding-top: 169px;
  padding-bottom: 169px;
  background: #f4f6ff;

  @media (max-width: 900px) {
    height: auto;
    padding-top: 22.816vw;
    padding-bottom: 22.816vw;
  }
}

.process-wrapper {
  margin-inline: auto;

}

.process-tag {
  width: 158px;
  height: 56px;
  margin-inline: auto;
  margin-bottom: 33px;

  @media (max-width: 900px) {
    width: 22.944vw;
    height: 8.216vw;
    margin-bottom: 4.646vw;
  }
}

.process-title {
  color: #242424;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 115px;

  @media (max-width: 900px) {
    font-size: 7.282vw;
    margin-bottom: 6.311vw;
    line-height: 8.738vw;
  }
}

.process-slide {
  height: auto;
}

.process-swiper {
  width: 100% !important;
  max-width: 900px !important;
  height: auto !important;
  padding-bottom: 10vw !important;

  @media (min-width: 901px) {
    display: none !important;
  }
}

.process-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.process-swiper .swiper-pagination {
  bottom: 4vw !important;
  top: auto !important;
}

.process-swiper .swiper-button-prev,
.process-swiper .swiper-button-next {
  top: 45% !important;
  transform: translateY(-50%);
  width: 8vw !important;
  height: 8vw !important;
  background-size: 3vw !important;
}

.process-swiper .swiper-button-prev::after,
.process-swiper .swiper-button-next::after {
  font-size: 0 !important;
}

.process-card-list {
  display: flex;
  justify-content: center;
  gap: 56px;

  @media (max-width: 900px) {
    display: none;
  }
}
.process-card {
  width: 272px;
  height: 273px;
  border-radius: 30px;
  border: 1.5px solid rgba(78, 100, 213, 0.5);
  background: #fff;
  box-shadow: 5px 9px 26px 0 rgba(68, 80, 139, 0.12);
  padding-top: 38px;
  padding-left: 26px;
  padding-bottom: 28px;
  padding-right: 31px;
  position: relative;

  @media (max-width: 900px) {
    display: flex;
    width: 71.845vw;
    height: 31.311vw;
    gap: 1.942vw;
    padding-left: 6.068vw;
    padding-top: 7.282vw;
    padding-right: 9.223vw;
  }
}

.process-card:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 26px;
  background: url("../assets/images/blue-arrow-right.svg") no-repeat center;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
}

.process-card-image {
  margin-bottom: 29px;

  @media (max-width: 900px) {
    width: 17.233vw;
    height: 16.99vw;
    aspect-ratio: 71/70;
  }
}

.process-card-text {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.process-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;

  @media (max-width: 900px) {
    margin-bottom: 0px;
    font-size: 4.612vw;
  }
}

.process-card-description {
  color: #545454;
  font-weight: 500;
  line-height: 21px;

  @media (max-width: 900px) {
    font-size: 2.913vw;
    line-height: 3.641vw;
  }
}

.process-slide-img {
  display: none;
  width: 90%;
  height: auto;
  border-radius: 15px;
  margin-inline: auto;

  @media (max-width: 900px) {
    display: block;
  }
}

.process-swiper .process-card {
  @media (max-width: 900px) {
    display: none !important;
  }
}

.expert-section {
  height: auto;
  padding-top: 224px;
  padding-bottom: 224px;
  background: url("../assets/images/expert-bg.png") no-repeat center;
  background-size: cover;
  background-position: 190px -180px;

  @media (max-width: 900px) {
    padding-top: 22.816vw;
    padding-bottom: 22.816vw;
    height: auto;
    background-position: 190px -180px;
    background: url("../assets/images/mo-expert-bg.png") no-repeat center;
  }
}

.expert-wrapper {
  display: flex;
  justify-content: space-between;

  @media (max-width: 900px) {
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }
}

.expert-content {
  @media (max-width: 900px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.expert-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: 126px;
  height: 40.196px;
  padding: 12.368px 23.963px;
  border-radius: 67.252px;
  border: 1.546px solid #263273;
  backdrop-filter: blur(13.875460624694824px);
  margin-bottom: 25.8px;
  color: #263273;
  font-size: 15.46px;
  font-weight: 700;

  @media (max-width: 900px) {
    padding: 2.289vw 4.434vw;
    margin-bottom: 4.648vw;
    width: 23.915vw;
    height: 8.216vw;
    gap: 0 0.971vw;
  }
}

.expert-title {
  color: #242424;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 20px;

  @media (max-width: 900px) {
    font-size: 7.282vw;
    margin-bottom: 5.097vw;
    line-height: 8.738vw;
  }
}

.expert-description {
  color: #434343;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.44px;
  margin-bottom: 124px;

  @media (max-width: 900px) {
    max-width: 49.515vw;
    font-size: 3.398vw;
    line-height: 4.612vw;
    margin-bottom: 11.408vw;
    letter-spacing: -0.28px;
  }
}

.expert-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 276px;
  height: 57px;
  border-radius: 28.5px;
  background: #4e64d5;
  color: #fff;
  font-size: 22px;
  font-weight: 700;

  @media (max-width: 900px) {
    display: none;
  }
}

.expert-button-text {
  margin-right: 22px;
  margin-left: 10px;
}

.expert-card-list {
  display: grid;
  grid-template-columns: 225px 225px;
  row-gap: 26px;
  column-gap: 33px;

  @media (max-width: 900px) {
    grid-template-columns: 30.14vw 30.14vw;
    gap: 4.42vw;
  }
}

.expert-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 224px;
  border-radius: 34px;
  background: rgba(36, 48, 136, 0.99);
  box-shadow: 0 10px 27.9px 0 rgba(7, 21, 76, 0.28);

  @media (max-width: 900px) {
    width: 30.14vw;
    height: 30.006vw;
    border-radius: 4.554vw;
  }
}

.expert-card-image {
  margin-bottom: 12px;

  @media (max-width: 900px) {
    width: 7.966vw;
    height: 8.305vw;
    aspect-ratio: 47/49;
  }
}

.expert-card-title {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.52px;

  @media (max-width: 900px) {
    font-size: 3.483vw;
    line-height: 4.822vw;
    letter-spacing: -0.287px;
    margin-top: -1.214vw;
    margin-bottom: 1.456vw;
  }
}

.expert-card-description {
  color: #cdd5fd;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.28px;
  margin-top: -6px;

  @media (max-width: 900px) {
    font-size: 1.875vw;
    line-height: 4.822vw;
    letter-spacing: -0.155px;
  }
}

.policy-section {
  height: auto;
  background: #0d1231;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  position: relative;

  @media (max-width: 900px) {
    height: auto;
    padding-top: 18.689vw;
    padding-bottom: 18.689vw;
  }
}

.policy-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 8px;

  @media (max-width: 900px) {
    font-size: 7.282vw;
    line-height: 8.738vw;
    margin-bottom: 1.699vw;
    text-align: center;
  }
}

.policy-description {
  color: #d2d2d2;
  font-size: 20px;
  margin-bottom: 20px;

  @media (max-width: 900px) {
    margin-bottom: 5.097vw;
    font-size: 3.398vw;
    line-height: 4.612vw;
    letter-spacing: -0.28px;
  }
}

.policy-image {
  margin-bottom: 35px;
}

.policy-form {
  width: 660px;
  height: 470px;
  border-radius: 13px;
  border: 1.335px solid #ced4f4;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: -1px 4px 15px 0 rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18.299999237060547px);
  padding: 41px 41px 56px 42px;
  z-index: 10;

  @media (max-width: 900px) {
    width: 100%;
    max-width: 79.369vw;
    height: auto;
    padding: 5.886vw 6.114vw 6.112vw 6.34vw;
  }
}

.policy-form-title {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 36.948px;
  padding-bottom: 18px;
  border-bottom: 1px solid #ced4f4;
  margin-bottom: 18px;

  @media (max-width: 900px) {
    font-size: clamp(14px, 3.929vw, 24px);
    padding-bottom: 3.165vw;
    line-height: clamp(22px, 6.649vw, 37px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4.075vw;
    gap: 1.85vw;
  }
}

.policy-two-column {
  display: flex;
  gap: 16.63px;
  margin-bottom: 13.24px;

  @media (max-width: 900px) {
    flex-direction: column;
    gap: 3.245vw;
  }
}

.policy-two-column > * {
  width: 50%;

  @media (max-width: 900px) {
    width: 100%;
  }
}

.policy-form-group {
  display: flex;
  flex-direction: column;
  gap: 6.76px;

  @media (max-width: 900px) {
    gap: 1.044vw;
  }
}

.policy-form-button {
  margin-top: 6px;
  width: 100%;
  height: 42px;
  border-radius: 64px;
  background: var(--acc-crl);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: 700;

  @media (max-width: 900px) {
    border-radius: 1.585vw;
    background: #4e64d5;
    font-size: clamp(12px, 3.022vw, 18px);
    justify-content: space-between;
    padding-right: 3.364vw;
    height: 9.056vw;
  }
}

.policy-form-image {
  display: none;
  @media (max-width: 900px) {
    width: 5.167vw;
    height: 4.597vw;
  display: block;

  }
}

.policy-form-button img {
  transform: scale(0.8);
}

.policy-bg-images {
  position: absolute;
  inset: 0;
}

.policy-bg-image {
  position: absolute;
}

.policy-bg-images img:nth-child(1) {
  top: -50px;
  left: calc(50% - 330px);
  transform: translateX(-50%);
}
.policy-bg-images img:nth-child(2) {
  top: 124px;
  left: calc(50% + 200px);
  transform: translateX(-50%);
}
.policy-bg-images img:nth-child(3) {
  top: 388px;
  left: calc(50% - 320px);
  transform: translateX(-50%);
}
.policy-bg-images img:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  height: auto;
  background: #01001e;
  color: white;
  padding-top: 66px;
  padding-bottom: 66px;

  @media (max-width: 900px) {
    height: auto;
    padding-top: 8.981vw;
    padding-bottom: 8.981vw;
    padding-left: 0;
  }
}

.mo-footer-content-wrapper {
  display: none;

  @media (max-width: 900px) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.mo-footer-title {
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 5.5vw;
}

.mo-footer-description {
  font-size: 2.6vw;
  line-height: 4.5vw;
  margin-bottom: 1vw;
}

.mo-footer-list {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-bottom: 3vw;

  @media (max-width: 500px) {
    flex-direction: column;
    gap: 2vw;
  }
}

.mo-footer-item {
  display: flex;
  align-items: center;
  gap: 1vw;
  font-size: 2.2vw;
  line-height: 4.5vw;
  padding-right: 1vw;
  border-right: 1px solid #ffffff60;
  opacity: 0.9;

  &:last-child {
    padding-right: 0;
    border-right: none;
  }

  @media (max-width: 500px) {
    padding-right: 0;
    border-right: none;
    font-size: 2.6vw;
  }
}

.mo-footer-info {
  font-size: 2.6vw;
  opacity: 0.6;
  line-height: 5vw;
  text-align: center;
}

.footer-logo {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 17px;

  @media (max-width: 900px) {
    width: 100%;
    text-align: center;
    margin-bottom: 1.456vw;
    font-size: 4.854vw;
  }
}

.footer-content-wrapper {
  display: flex;
  gap: 89px;
  padding-bottom: 32px;
  border-bottom: solid 1px #ffffff60;
  margin-bottom: 33px;

  @media (max-width: 900px) {
    display: none;
  }
}

.footer-content-title {
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 7px;
}

.footer-content-description {
  line-height: 23px;
}

.footer-content-item {
  display: flex;
  gap: 10px;
}

.footer-info-list {
  display: flex;

  @media (max-width: 900px) {
    display: none;
  }
}

.footer-info-item:nth-child(1) {
  margin-right: 73px;
}
.footer-info-item:nth-child(2) {
  margin-right: 32px;
}
.footer-info-item:nth-child(3) {
  margin-left: 32px;
}

.footer-info-item {
  line-height: 25px;
  opacity: 0.6;
}
