@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: url("../font/Pretendard-Black.woff2") format("woff2"), url("../font/Pretendard-Black.woff") format("woff"), url("../font/Pretendard-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: url("../font/Pretendard-ExtraBold.woff2") format("woff2"), url("../font/Pretendard-ExtraBold.woff") format("woff"), url("../font/Pretendard-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: url("../font/Pretendard-Bold.woff2") format("woff2"), url("../font/Pretendard-Bold.woff") format("woff"), url("../font/Pretendard-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: url("../font/Pretendard-SemiBold.woff2") format("woff2"), url("../font/Pretendard-SemiBold.woff") format("woff"), url("../font/Pretendard-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url("../font/Pretendard-Medium.woff2") format("woff2"), url("../font/Pretendard-Medium.woff") format("woff"), url("../font/Pretendard-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url("../font/Pretendard-Regular.woff2") format("woff2"), url("../font/Pretendard-Regular.woff") format("woff"), url("../font/Pretendard-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: url("../font/Pretendard-Light.woff2") format("woff2"), url("../font/Pretendard-Light.woff") format("woff"), url("../font/Pretendard-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: url("../font/Pretendard-ExtraLight.woff2") format("woff2"), url("../font/Pretendard-ExtraLight.woff") format("woff"), url("../font/Pretendard-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: url("../font/Pretendard-Thin.woff2") format("woff2"), url("../font/Pretendard-Thin.woff") format("woff"), url("../font/Pretendard-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "SUIT";
  font-weight: 700;
  font-display: swap;
  src: url("../font/SUIT-Bold.woff2") format("woff2"), url("../font/SUIT-Bold.woff") format("woff"), url("../font/SUIT-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "BitgoeulGwangju";
  font-weight: 300;
  font-display: swap;
  src: url("../font/빛고을광주_Light.ttf") format("truetype");
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif;
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #242424;
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

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

ul, ol {
  list-style: none;
}

button, input {
  font-family: inherit;
  border: none;
  outline: none;
  background: none;
  appearance: none;
}

address {
  font-style: normal;
}

.page--mobile {
  display: none;
}

.page--pc {
  display: block;
  min-width: 1200px;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page--pc .header__inner {
  height: 60px;
}
.page--pc .header__logo img {
  width: 197px;
}
.page--pc .header__nav {
  gap: 32px;
}
.page--pc .header__nav-link {
  font-size: 16px;
}
.page--pc .floating-cta {
  top: 150px;
  right: 50px;
  width: 165px;
}
.page--pc .floating-cta__title {
  font-size: 18px;
}
.page--pc .floating-cta__btn {
  padding: 8px 16px;
  font-size: 14px;
}
.page--pc .hero {
  padding-top: 80px;
  padding-bottom: 150px;
}
.page--pc .hero__content {
  gap: 40px;
}
.page--pc .hero {
  padding-bottom: 10px;
}
.page--pc .hero__heading--large {
  font-size: 80px;
}
.page--pc .hero__heading--small {
  font-size: 55px;
  line-height: 80px;
}
.page--pc .hero__desc {
  font-size: 21px;
}
.page--pc .hero__proof-list {
  gap: 30px;
}
.page--pc .hero__proof-item {
  gap: 8px;
}
.page--pc .hero__proof-icon {
  width: 29px;
}
.page--pc .hero__proof-text {
  font-size: 20px;
}
.page--pc .hero__stat {
  font-size: 15px;
}
.page--pc .cta-banner {
  height: 0px;
}
.page--pc .cta-banner__top {
  top: -150px;
}
.page--pc .cta-banner__top-text {
  padding: 25px 20px;
  min-height: 120px;
  font-size: 22px;
}
.page--pc .cta-banner__top-text strong {
  font-size: 28px;
}
.page--pc .cta-banner__bottom {
  gap: 16px;
}
.page--pc .cta-banner__label {
  padding: 30px 25px;
}
.page--pc .cta-banner__icon {
  width: 45px;
}
.page--pc .cta-banner__label-text {
  font-size: 20px;
}
.page--pc .cta-banner__fields {
  gap: 12px;
}
.page--pc .cta-banner__input {
  width: 180px;
  height: 44px;
  padding: 0 16px;
  font-size: 14px;
}
.page--pc .cta-banner__submit {
  width: 180px;
  height: 44px;
  font-size: 14px;
}
.page--pc .cta-banner__agree-text {
  font-size: 14px;
}
.page--pc .situation {
  padding-top: 300px;
}
.page--pc .situation__title-highlight {
  font-size: 65px;
}
.page--pc .situation__subtitle {
  font-size: 38px;
  line-height: 60px;
}
.page--pc .situation__list {
  gap: 20px;
}
.page--pc .situation__item {
  padding: 30px 20px;
  gap: 15px;
}
.page--pc .situation__number {
  font-size: 18px;
}
.page--pc .situation__text {
  font-size: 18px;
}
.page--pc .situation__cta-text {
  font-size: 22px;
}

@media (max-width: 1000px) {
  .inner {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page--pc {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.2vw;
  min-height: 60px;
  max-height: 100px;
}
.header__logo img {
  width: 10.26vw;
  min-width: 120px;
  max-width: 197px;
  height: auto;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: max(20px, 2.65vw);
}
.header__nav-link {
  color: #6C6C6C;
  font-size: max(13px, 1.1vw);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.2s;
}
.header__nav-link:hover, .header__nav-link.active {
  color: #0F347B;
  font-weight: 800;
}

.floating-cta {
  position: fixed;
  top: 9.6vw;
  right: 3vw;
  z-index: 90;
  width: 8.59vw;
  min-width: 100px;
  max-width: 165px;
  aspect-ratio: 1;
  background: #F5F3EF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: max(6px, 0.57vw);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.06);
}
.floating-cta__title {
  text-align: center;
  color: #10357B;
  font-size: max(13px, 1.14vw);
  font-weight: 700;
  line-height: 1.2;
}
.floating-cta__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: max(6px, 0.52vw) max(12px, 1.04vw);
  background: #0F347B;
  border-radius: 99px;
  color: #FAFBFF;
  font-size: max(12px, 0.93vw);
  font-weight: 500;
  line-height: 1;
  transition: background 0.2s;
}
.floating-cta__btn:hover {
  background: #0a2456;
}

.hero {
  width: 100%;
  background-image: url("../img/pc/hero_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__inner {
  padding-top: max(50px, 6.25vw);
  padding-bottom: max(100px, 10.41vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: max(35px, 3.75vw);
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: max(18px, 1.82vw);
}
.hero__heading {
  color: #fff;
  line-height: 1.2;
}
.hero__heading--large {
  font-size: max(40px, 5.43vw);
  font-weight: 700;
  display: block;
}
.hero__heading--small {
  font-size: max(28px, 3.82vw);
  font-weight: 700;
  line-height: max(40px, 5.43vw);
}
.hero__desc {
  color: #fff;
  font-size: max(15px, 1.46vw);
  font-weight: 400;
  line-height: 1.43;
}
.hero__proof {
  display: flex;
  flex-direction: column;
  gap: max(25px, 2.6vw);
}
.hero__proof-list {
  display: flex;
  align-items: center;
  gap: max(6px, 0.52vw);
}
.hero__proof-item {
  width: 11.97vw;
  min-width: 140px;
  max-width: 230px;
  aspect-ratio: 1;
  border: 0.4px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: max(12px, 1.56vw);
}
.hero__proof-icon {
  width: max(18px, 1.51vw);
  height: auto;
}
.hero__proof-text {
  text-align: center;
  color: #FAFBFF;
  font-size: max(14px, 1.36vw);
  font-weight: 700;
  line-height: 1.46;
}
.hero__stat {
  color: #fff;
  font-size: max(12px, 1.04vw);
  font-weight: 400;
  line-height: 1;
}

.cta-banner {
  position: relative;
  z-index: 10;
  background: #F4F4F4;
  height: max(160px, 18.75vw);
}
.cta-banner__inner {
  position: absolute;
  top: max(-140px, -13.5vw);
  left: 50%;
  transform: translateX(-50%);
}
.cta-banner__top {
  background: linear-gradient(270deg, #ACA297 0%, #BCB4AB 50%, #B2A99E 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(20px, 2.08vw) max(16px, 1.56vw);
  min-height: max(100px, 9.89vw);
}
.cta-banner__top-text {
  text-align: center;
  color: #fff;
  font-size: max(18px, 1.9vw);
  font-weight: 400;
  line-height: 1.5;
}
.cta-banner__top-text strong {
  font-size: max(20px, 2.35vw);
  font-weight: 700;
}
.cta-banner__bottom {
  background: #fff;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.53);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: max(12px, 1.3vw);
  padding: max(25px, 2.6vw) max(20px, 2.08vw);
}
.cta-banner__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(8px, 0.62vw);
  flex-shrink: 0;
}
.cta-banner__icon {
  width: max(35px, 2.96vw);
  max-width: 57px;
  height: auto;
}
.cta-banner__label-text {
  color: #1F3741;
  font-size: max(16px, 1.57vw);
  font-weight: 700;
  white-space: nowrap;
}
.cta-banner__form {
  display: flex;
  flex-direction: column;
  gap: max(10px, 0.88vw);
}
.cta-banner__fields {
  display: flex;
  align-items: center;
  gap: max(6px, 0.52vw);
  flex-wrap: wrap;
}
.cta-banner__input {
  width: 14.06vw;
  min-width: 160px;
  max-width: 270px;
  height: 3.38vw;
  min-height: 40px;
  max-height: 65px;
  padding: 0 max(12px, 1.04vw);
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  color: #242424;
  font-size: max(14px, 1.14vw);
}
.cta-banner__input::placeholder {
  color: #6C6C6C;
}
.cta-banner__submit {
  width: 14.06vw;
  min-width: 160px;
  max-width: 270px;
  height: 3.38vw;
  min-height: 40px;
  max-height: 65px;
  background: #0F347B;
  border-radius: 5px;
  color: #fff;
  font-size: max(14px, 1.14vw);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.cta-banner__submit:hover {
  background: #0a2456;
}
.cta-banner__agree {
  display: flex;
  align-items: center;
  gap: max(6px, 0.52vw);
  cursor: pointer;
}
.cta-banner__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.cta-banner__checkbox:checked {
  background-color: #0F347B;
  border-color: #0F347B;
}
.cta-banner__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cta-banner__agree-text {
  color: #6C6C6C;
  font-size: max(12px, 0.93vw);
  font-weight: 400;
}
.cta-banner__agree-link {
  font-weight: 600;
}
.cta-banner__agree-link:hover {
  text-decoration: underline;
}

.situation {
  background: #F4F4F4;
}
.situation__inner {
  padding-top: 30px;
  padding-bottom: max(80px, 9.11vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(30px, 3.22vw);
}
.situation__header {
  text-align: center;
}
.situation__title {
  position: relative;
  display: inline-block;
}
.situation__title-highlight {
  display: block;
  color: #443F38;
  font-size: max(36px, 4.53vw);
  font-weight: 700;
  line-height: 1.09;
  position: relative;
}
.situation__title-highlight .txt {
  position: relative;
  z-index: 2;
  font-style: normal;
}
.situation__title-highlight::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: 27px;
  background: #AB9C88;
  opacity: 0.7;
  z-index: 1;
}
.situation__subtitle {
  color: #443F38;
  font-size: max(24px, 3.18vw);
  font-weight: 400;
  line-height: max(40px, 4.93vw);
}
.situation__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(12px, 1.56vw);
  width: 100%;
  max-width: 1200px;
}
.situation__item {
  padding: max(20px, 2.34vw) max(16px, 1.56vw);
  background: #fff;
  border: 1px solid #ABAEB4;
  display: flex;
  flex-direction: column;
  gap: max(10px, 1.19vw);
  height: 100%;
}
.situation__number {
  color: #C09357;
  font-size: max(14px, 1.15vw);
  font-weight: 800;
  font-style: italic;
  text-decoration: underline;
  line-height: 1;
}
.situation__text {
  color: #242424;
  font-size: max(14px, 1.15vw);
  font-weight: 500;
  line-height: 1.55;
}
.situation__item--cta {
  background: #AD9E8B;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-color: #AD9E8B;
}
.situation__cta-text {
  color: #fff;
  font-size: max(16px, 1.55vw);
  font-weight: 700;
  line-height: 1.55;
}

.approach {
  position: relative;
  background: #fff;
}
.approach__bg {
  padding: max(60px, 6.77vw) 0 max(70px, 7.81vw);
  background-image: url("../img/pc/check_bg.png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.approach__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(24px, 2.39vw);
}
.approach__title {
  text-align: center;
  color: #443F38;
  font-size: max(24px, 3.04vw);
  font-weight: 400;
  line-height: 1.55;
}
.approach__title strong {
  font-size: max(28px, 3.56vw);
  font-weight: 700;
}
.approach__card {
  background: #fff;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.38);
  padding: max(30px, 3.12vw) max(35px, 4.16vw);
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: max(20px, 2.03vw);
}
.approach__list {
  display: flex;
  flex-direction: column;
  gap: max(20px, 2.03vw);
}
.approach__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(14px, 1.56vw);
  padding-bottom: max(20px, 2.03vw);
  border-bottom: 1px solid #C9C9C9;
}
.approach__icon {
  width: max(30px, 2.76vw);
  max-width: 53px;
  height: auto;
  flex-shrink: 0;
}
.approach__list-text {
  font-size: max(18px, 1.88vw);
  font-weight: 500;
  color: #29413D;
  line-height: 1;
}
.approach__accent {
  color: #AB9C88;
  font-weight: 700;
}
.approach__conclusion {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.approach__highlight {
  background: #0F347B;
  color: #fff;
  font-size: max(22px, 2.62vw);
  font-weight: 700;
  line-height: 1;
  padding: 5px 2px;
}
.approach__conclusion-text {
  color: #555;
  font-size: max(22px, 2.62vw);
  font-weight: 700;
  line-height: 1;
}
.approach__divider {
  width: 7.55vw;
  height: 1.5vw;
  background: #EDECEA;
  margin: -0.05vw auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.testimonials__inner {
  padding-top: max(50px, 5.2vw);
  padding-bottom: max(50px, 5.2vw);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: max(16px, 1.56vw);
}
.testimonials__divider {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: max(8px, 1vw);
  margin: max(20px, 2.6vw) auto;
}
.testimonials__divider::before, .testimonials__divider::after {
  content: "";
  width: max(6px, 0.6vw);
  height: max(6px, 0.6vw);
  background: #FBF6F0;
  border-radius: 50%;
}

.testimonial {
  display: flex;
  flex-direction: column;
}
.testimonial__question {
  display: flex;
  align-items: flex-start;
  gap: max(16px, 2.5vw);
}
.testimonial__answer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: max(16px, 2.5vw);
}
.testimonial__avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(10px, 1.3vw);
  flex-shrink: 0;
  width: 106px;
}
.testimonial__avatar {
  width: max(60px, 5.2vw);
  height: max(60px, 5.2vw);
  border-radius: 50%;
  object-fit: cover;
}
.testimonial__name {
  text-align: center;
  color: #27334A;
  font-size: max(16px, 1.57vw);
  font-weight: 700;
  white-space: nowrap;
}
.testimonial__bubble {
  margin-top: 10px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 3vw;
}
.testimonial__bubble--user {
  background: #FBF6F0;
}
.testimonial__bubble--user .testimonial__bubble-text {
  position: relative;
  z-index: 2;
  color: #1C1C1C;
  font-size: max(14px, 1.25vw);
  font-weight: 500;
  padding: max(12px, 1.5vw) max(20px, 2.5vw);
}
.testimonial__bubble--user::before {
  content: "";
  position: absolute;
  left: -2.4vw;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 0.6vw 2.5vw 0.6vw 0;
  border-color: transparent #FBF6F0 transparent transparent;
}
.testimonial__bubble--nosa {
  background: #AB9C88;
}
.testimonial__bubble--nosa .testimonial__bubble-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: max(15px, 1.46vw);
  font-weight: 700;
  padding: max(10px, 1.3vw) max(20px, 2.6vw);
}
.testimonial__bubble--nosa::after {
  content: "";
  position: absolute;
  right: -2.4vw;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 0.6vw 0 0.6vw 2.5vw;
  border-color: transparent transparent transparent #AB9C88;
}
.testimonial__responder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.testimonial__responder-icon {
  width: max(40px, 3.12vw);
  height: max(40px, 3.12vw);
}
.testimonial__responder-name {
  text-align: center;
  color: #443F38;
  font-size: max(15px, 1.46vw);
  font-weight: 700;
  line-height: 1.32;
}

.results {
  background-image: url("../img/pc/result_bg.png");
  background-size: cover;
  background-position: center;
}
.results__inner {
  padding-top: max(70px, 7.81vw);
  padding-bottom: max(70px, 7.81vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(25px, 2.6vw);
}
.results__title {
  color: #fff;
  font-size: max(30px, 3.67vw);
  font-weight: 700;
  text-align: center;
}
.results__highlights {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: max(8px, 0.78vw);
}
.results__highlight-item {
  display: flex;
  align-items: center;
  gap: max(10px, 1.04vw);
  background: #FBF6F0;
  padding: max(12px, 1.04vw) max(18px, 1.82vw);
}
.results__highlight-num {
  width: max(36px, 2.96vw);
  max-width: 57px;
  aspect-ratio: 1;
  background: #AB9C88;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: max(16px, 1.55vw);
  font-weight: 700;
  flex-shrink: 0;
}
.results__highlight-text {
  color: #443F38;
  font-size: max(15px, 1.57vw);
  font-weight: 500;
}
.results__highlight-text--accent {
  color: #897D6D;
  font-weight: 800;
}
.results__case-label {
  width: 100%;
  padding: max(12px, 1.04vw) 0;
  background: #AB9C88;
  text-align: center;
  color: #fff;
  font-size: max(18px, 1.88vw);
  font-weight: 700;
}
.results__cases {
  display: flex;
  align-items: stretch;
  gap: max(14px, 1.56vw);
  width: 100%;
}

.case-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.case-card__img {
  width: 100%;
  aspect-ratio: 380/424;
  object-fit: cover;
}
.case-card__info {
  flex: 1;
  background: #152F60;
  padding: max(12px, 1.04vw) max(14px, 1.3vw);
  min-height: max(80px, 7.03vw);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.case-card__row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
.case-card__label {
  color: rgba(255, 255, 255, 0.5);
  font-size: max(12px, 0.94vw);
  font-weight: 700;
  line-height: 1.9;
  white-space: nowrap;
  flex-shrink: 0;
}
.case-card__value {
  color: #fff;
  font-size: max(12px, 0.94vw);
  font-weight: 700;
  line-height: 1.9;
}

.process {
  background: #fff;
}
.process__inner {
  padding-top: max(60px, 6.25vw);
  padding-bottom: max(70px, 7.81vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(35px, 3.64vw);
}
.process__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: max(14px, 1.45vw);
}
.process__suptitle {
  color: #0F347B;
  font-size: max(30px, 3.67vw);
  font-weight: 800;
}
.process__title {
  color: #242424;
  font-size: max(22px, 2.83vw);
  font-weight: 700;
}
.process__steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: max(16px, 1vw);
}
.process__step {
  width: max(120px, 9.06vw);
  max-width: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(16px, 2.08vw);
}
.process__step-label {
  display: inline-block;
  padding: 5px 0;
  border-bottom: 2px solid #0F347B;
  color: #0F347B;
  font-size: max(14px, 1.15vw);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.process__step-icon-wrap {
  width: max(100px, 9.06vw);
  max-width: 174px;
  aspect-ratio: 1;
  background: #F7F7F7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.process__step-icon {
  width: 54%;
  height: auto;
}
.process__step-title {
  color: #242424;
  font-size: max(16px, 1.57vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
.process__step-desc {
  color: #4E4E4E;
  font-size: max(14px, 1.15vw);
  font-weight: 400;
  text-align: center;
}

.free-consult {
  background: #183160;
}
.free-consult__bridge {
  width: 7.55vw;
  height: 1.5vw;
  background: #fff;
  margin: -0.05vw auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.free-consult__inner {
  padding-top: max(35px, 3.64vw);
  padding-bottom: max(80px, 8.59vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(24px, 2.5vw);
}
.free-consult__text {
  text-align: center;
}
.free-consult__desc {
  color: #fff;
  font-size: max(20px, 2.51vw);
  font-weight: 400;
  line-height: 1.67;
}
.free-consult__desc--bold {
  font-weight: 700;
}
.free-consult__tags {
  display: flex;
  gap: max(10px, 1.04vw);
  flex-wrap: wrap;
  justify-content: center;
}
.free-consult__tag {
  height: max(45px, 3.64vw);
  max-height: 70px;
  padding: 0 max(16px, 1.56vw);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: max(15px, 1.57vw);
  font-weight: 700;
  white-space: nowrap;
}

.contact {
  background-image: url("../img/pc/form_bg.png");
  background-size: cover;
  background-position: center;
}
.contact__inner {
  padding-top: max(70px, 8.17vw);
  padding-bottom: max(80px, 10vw);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: max(35px, 4.68vw);
  flex-wrap: wrap;
}
.contact__text {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: max(24px, 2.86vw);
}
.contact__top {
  display: flex;
  flex-direction: column;
  gap: max(12px, 1.3vw);
}
.contact__pre {
  color: #DBDAD8;
  font-size: max(16px, 1.67vw);
  font-family: "BitgoeulGwangju", "Pretendard", sans-serif;
  font-weight: 300;
}
.contact__heading {
  display: block;
}
.contact__heading--gold {
  color: #CDAA7B;
  font-size: max(22px, 2.72vw);
  font-weight: 700;
  line-height: 1.42;
}
.contact__heading--white {
  color: #fff;
  font-size: max(22px, 2.72vw);
  font-weight: 700;
  line-height: 1.42;
}
.contact__sub {
  color: #fff;
  font-size: max(15px, 1.46vw);
  font-weight: 400;
}
.contact__form-wrap {
  background: #fff;
  padding: max(30px, 3.12vw) max(25px, 2.6vw);
  display: flex;
  flex-direction: column;
  gap: max(18px, 1.92vw);
}
.contact__form-title {
  color: #183160;
  font-size: max(16px, 1.67vw);
  font-weight: 800;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: max(18px, 1.92vw);
}
.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact__input {
  width: 100%;
  padding: max(14px, 1.3vw);
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  font-size: max(14px, 1.15vw);
  color: #242424;
}
.contact__input::placeholder {
  color: #3D3D3D;
}
.contact__agree {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contact__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}
.contact__checkbox:checked {
  background-color: #0F347B;
  border-color: #0F347B;
}
.contact__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact__agree-text {
  color: #6C6C6C;
  font-size: max(12px, 0.93vw);
  font-weight: 400;
}
.contact__agree-link {
  font-weight: 600;
  text-decoration: underline;
}
.contact__submit {
  width: 100%;
  padding: max(14px, 1.3vw) 0;
  background: #AB9C88;
  border-radius: 5px;
  color: #fff;
  font-size: max(15px, 1.46vw);
  font-family: "SUIT", "Pretendard", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.contact__submit:hover {
  background: #9a8c79;
}

.footer {
  background: #DAE0E6;
}
.footer__inner {
  padding-top: max(35px, 3.64vw);
  padding-bottom: max(100px, 11.45vw);
}
.footer__info {
  display: flex;
  align-items: flex-start;
  gap: max(40px, 6.25vw);
  flex-wrap: wrap;
}
.footer__logo {
  width: 10.26vw;
  min-width: 130px;
  max-width: 197px;
  height: auto;
}
.footer__address {
  color: #28282F;
  font-size: max(13px, 0.95vw);
  font-weight: 400;
  line-height: 2.22;
}

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #0A162B;
  padding: max(12px, 1.3vw) 0;
}
.sticky-bar__inner {
  display: flex;
  align-items: center;
  gap: max(16px, 2.08vw);
  justify-content: space-between;
}
.sticky-bar__title {
  color: #FEFEFE;
  font-size: max(14px, 1.4vw);
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.sticky-bar__form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sticky-bar__input {
  display: flex;
  gap: max(5px, 0.46vw);
}
.sticky-bar__input input {
  max-width: 230px;
  height: max(36px, 2.6vw);
  max-height: 50px;
  padding: 0 20px;
  background: #fff;
  font-size: max(12px, 0.78vw);
  color: #242424;
}
.sticky-bar__input input::placeholder {
  color: #555;
}
.sticky-bar__input input--name {
  width: 11.19vw;
  min-width: 120px;
  max-width: 215px;
}
.sticky-bar__input input--phone {
  width: 11.9vw;
  min-width: 160px;
  max-width: 229px;
}
.sticky-bar__agree {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.sticky-bar__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.sticky-bar__checkbox:checked {
  background-color: #0F347B;
  border-color: #0F347B;
}
.sticky-bar__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 1300px) {
  .sticky-bar__checkbox {
    width: 22px;
    height: 22px;
  }
  .sticky-bar__checkbox:checked::after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
  }
}
.sticky-bar__agree-text {
  color: #fff;
  font-size: max(12px, 0.72vw);
  font-weight: 400;
  line-height: 1.29;
}
.sticky-bar__agree-text strong {
  font-weight: 600;
}
.sticky-bar__submit {
  padding: 15px 75px;
  background: #AB9C88;
  border-radius: 5px;
  color: #fff;
  font-size: max(13px, 1.04vw);
  font-family: "SUIT", "Pretendard", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.sticky-bar__submit:hover {
  background: #9a8c79;
}

.popup-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.popup-dim.is-active {
  opacity: 1;
  visibility: visible;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  z-index: 9999;
  width: 420px;
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px 40px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  background: #F5F5F5;
  transition: all 0.2s;
}
.popup__close:hover {
  background: #EAEAEA;
  color: #333;
}
.popup__title {
  font-size: 28px;
  font-weight: 800;
  color: #1A1A1A;
  line-height: 1.35;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
}
.popup__desc {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1.6;
  margin-bottom: 28px;
  letter-spacing: -0.3px;
}
.popup__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup__input {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1.5px solid #E0E0E0;
  background: #FAFAFA;
  font-size: 15px;
  color: #242424;
  transition: border-color 0.2s;
}
.popup__input::placeholder {
  color: #ABABAB;
}
.popup__input:focus {
  border-color: #0F347B;
  background: #fff;
}
.popup__agree {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 0;
  margin-top: 4px;
}
.popup__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #CCC;
  border-radius: 4px;
  background: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
}
.popup__checkbox:checked {
  background: #0F347B;
  border-color: #0F347B;
}
.popup__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.popup__agree-text {
  font-size: 12px;
  color: #999;
  text-align: left;
}
.popup__agree-link {
  font-weight: 600;
  color: #777;
  text-decoration: underline;
}
.popup__submit {
  width: 100%;
  height: 54px;
  background: #0F347B;
  border-radius: 12px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
  letter-spacing: -0.3px;
}
.popup__submit:hover {
  background: #0a2456;
}
.popup__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 18px;
  font-size: 12px;
  color: #AB9C88;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.popup__notice svg {
  flex-shrink: 0;
}

@media (min-width: 1921px) {
  .header__nav-link {
    font-size: 18px;
  }
  .floating-cta__title {
    font-size: 22px;
  }
  .floating-cta__btn {
    font-size: 18px;
    padding: 10px 20px;
  }
  .hero__heading--large {
    font-size: 104.44px;
  }
  .hero__heading--small {
    font-size: 73.39px;
    line-height: 104.44px;
  }
  .hero__desc {
    font-size: 28.2px;
  }
  .hero__proof-text {
    font-size: 26.19px;
  }
  .hero__stat {
    font-size: 20.14px;
  }
  .cta-banner__top-text {
    font-size: 36.54px;
  }
  .cta-banner__top-text strong {
    font-size: 45.13px;
  }
  .cta-banner__label-text {
    font-size: 30.22px;
  }
  .cta-banner__input {
    font-size: 22px;
  }
  .cta-banner__bottom {
    flex-wrap: nowrap;
  }
  .cta-banner__submit {
    font-size: 22px;
  }
  .cta-banner__agree-text {
    font-size: 18px;
  }
  .situation__title-highlight {
    font-size: 87.04px;
  }
  .situation__subtitle {
    font-size: 61.16px;
    line-height: 94.68px;
  }
  .situation__number {
    font-size: 22.16px;
  }
  .situation__text {
    font-size: 22.16px;
  }
  .situation__cta-text {
    font-size: 29.85px;
  }
  .approach__title {
    font-size: 58.42px;
  }
  .approach__title strong {
    font-size: 68.49px;
  }
  .approach__list-text {
    font-size: 36.26px;
  }
  .approach__highlight {
    font-size: 50.36px;
  }
  .approach__conclusion-text {
    font-size: 50.36px;
  }
  .testimonial__name {
    font-size: 30.22px;
  }
  .testimonial__bubble--user .testimonial__bubble-text {
    font-size: 24.17px;
  }
  .testimonial__bubble--nosa .testimonial__bubble-text {
    font-size: 28.2px;
  }
  .testimonial__responder-name {
    font-size: 28.2px;
  }
  .results__title {
    font-size: 70.51px;
  }
  .results__highlight-num {
    font-size: 29.85px;
  }
  .results__highlight-text {
    font-size: 30.22px;
  }
  .results__case-label {
    font-size: 36.26px;
  }
  .case-card__label, .case-card__value {
    font-size: 18.13px;
  }
  .process__suptitle {
    font-size: 70.51px;
  }
  .process__title {
    font-size: 54.39px;
  }
  .process__step-label {
    font-size: 22.16px;
  }
  .process__step-title {
    font-size: 30.22px;
  }
  .process__step-desc {
    font-size: 22.16px;
  }
  .free-consult__desc {
    font-size: 48.35px;
  }
  .free-consult__tag {
    font-size: 30.22px;
  }
  .contact__pre {
    font-size: 32.23px;
  }
  .contact__heading--gold, .contact__heading--white {
    font-size: 52.38px;
  }
  .contact__sub {
    font-size: 28.2px;
  }
  .contact__form-title {
    font-size: 32.23px;
  }
  .contact__input {
    font-size: 22.16px;
  }
  .contact__agree-text {
    font-size: 18px;
  }
  .contact__submit {
    font-size: 28.2px;
  }
  .footer__address {
    font-size: 18.27px;
  }
  .sticky-bar__title {
    font-size: 27px;
  }
  .sticky-bar__input {
    font-size: 15px;
  }
  .sticky-bar__agree-text {
    font-size: 14px;
  }
  .sticky-bar__submit {
    font-size: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 769px) {
  .process__steps {
    justify-content: center;
    gap: 24px;
  }
  .process__step {
    width: calc(33.333% - 24px);
  }
  .sticky-bar__title {
    font-size: 14px;
  }
  .sticky-bar__form {
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
  }
  .sticky-bar__input {
    gap: 6px;
  }
  .sticky-bar__input input {
    min-width: 130px;
    width: 130vw;
    max-width: 160px;
    padding: 0 10px;
    font-size: 13px;
  }
  .sticky-bar__agree {
    gap: 6px;
  }
  .sticky-bar__agree-text {
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  .sticky-bar__submit {
    flex: 1;
    padding: 12px 24px;
    font-size: 14px;
  }
}
@media (max-width: 900px) and (min-width: 769px) {
  .situation__inner {
    padding-top: 120px;
  }
  .cta-banner__bottom {
    flex-direction: column;
    align-items: center;
  }
  input.sticky-bar__input--name {
    min-width: 80px;
    width: 80vw;
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .page--pc {
    display: none;
  }
  .page--mobile {
    display: block;
  }
  .m-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .m-header__inner {
    padding-top: 4.16vw;
    padding-bottom: 4.16vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-header__logo img {
    width: 39.58vw;
    min-width: 140px;
    max-width: 285px;
    height: auto;
  }
  .m-header__hamburger {
    display: flex;
    flex-direction: column;
    gap: 1.52vw;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
  }
  .m-header__hamburger-line {
    display: block;
    width: 4.58vw;
    min-width: 22px;
    height: 4px;
    background: #000;
  }
  .m-nav-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .m-nav-dim.is-active {
    opacity: 1;
    visibility: visible;
  }
  .m-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 55%;
    height: 100%;
    background: #fff;
    z-index: 1001;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .m-nav.is-active {
    right: 0;
  }
  .m-nav__header {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
  }
  .m-nav__close {
    padding: 10px;
    margin-left: -10px;
    cursor: pointer;
  }
  .m-nav__list {
    display: flex;
    flex-direction: column;
    gap: clamp(24px, 5vw, 35px);
  }
  .m-nav__link {
    font-size: clamp(18px, 3.75vw, 27px);
    font-weight: 700;
    color: #333;
    display: block;
    transition: color 0.2s;
  }
  .m-nav__link.active {
    color: #0F347B;
    font-weight: 800;
  }
  .m-hero {
    background-image: url("../img/mo/hero_bg01.png");
    background-size: cover;
    background-position: center;
  }
  .m-hero__inner {
    padding-top: 13.88vw;
    padding-bottom: 13.88vw;
    display: flex;
    flex-direction: column;
    gap: 60vw;
  }
  .m-hero__content {
    display: flex;
    flex-direction: column;
    gap: 3.33vw;
  }
  .m-hero__heading {
    color: #fff;
    font-size: inherit;
  }
  .m-hero__heading--large {
    font-size: 12.59vw;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    letter-spacing: -3.63px;
  }
  .m-hero__heading--small {
    font-size: 8.39vw;
    font-weight: 700;
    line-height: 12.03vw;
    letter-spacing: -2.42px;
  }
  .m-hero__desc {
    color: #fff;
    font-size: 4.19vw;
    line-height: 1.57;
    letter-spacing: -0.6px;
  }
  .m-hero__desc strong {
    font-weight: 600;
  }
  .m-hero__proof-list {
    display: flex;
    gap: 1.3vw;
  }
  .m-hero__proof-item {
    flex: 1;
    min-width: 0;
    aspect-ratio: 213/227;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.47vw;
    padding: 4.56vw 1.95vw;
  }
  .m-hero__proof-icon {
    width: 7.36vw;
    min-width: 24px;
    height: auto;
  }
  .m-hero__proof-text {
    text-align: center;
    color: #fff;
    font-size: 4.19vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.6px;
  }
  .m-stats {
    position: relative;
    height: 94.44vw;
  }
  .m-stats__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 6.94vw;
  }
  .m-stats__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    z-index: 0;
  }
  .m-stats__bg img {
    width: 50%;
    height: 100%;
    object-fit: cover;
  }
  .m-stats__title {
    color: #fff;
    font-size: 5.31vw;
    font-weight: 700;
    line-height: 1.53;
    text-align: left;
  }
  .m-stats__source {
    color: #fff;
    font-size: 3.63vw;
    font-weight: 200;
  }
  .m-stats__cta {
    width: 100%;
    padding: 6.51vw 3.9vw;
    background: #A89E92;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25vw;
    margin-top: auto;
    transform: translateY(50%);
    position: relative;
    z-index: 2;
  }
  .m-stats__cta-sub {
    color: #fff;
    font-size: 3.63vw;
    font-weight: 600;
    text-align: center;
    letter-spacing: -1.3px;
  }
  .m-stats__cta-main {
    color: #fff;
    font-size: 6.26vw;
    font-weight: 700;
    line-height: 1.38;
    text-align: center;
  }
  .m-form-inline__inner {
    padding-top: 25vw;
    padding-bottom: 13.88vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.55vw;
  }
  .m-form-inline__icon {
    margin: 0 auto;
    width: 7.91vw;
    min-width: 35px;
    height: auto;
  }
  .m-form-inline__label-text {
    color: #1F3741;
    font-size: 6.99vw;
    font-weight: 700;
  }
  .m-form-inline__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.55vw;
  }
  .m-form-inline__fields {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.22vw;
  }
  .m-form-inline__input {
    width: 100%;
    height: 12.77vw;
    min-height: 48px;
    max-height: 92px;
    padding: 0 4.16vw;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    font-size: 4.44vw;
    color: #242424;
  }
  .m-form-inline__input::placeholder {
    color: #6C6C6C;
  }
  .m-form-inline__agree {
    display: flex;
    align-items: center;
    gap: 2.08vw;
    cursor: pointer;
  }
  .m-form-inline__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
  }
  .m-form-inline__checkbox:checked {
    background-color: #0F347B;
    border-color: #0F347B;
  }
  .m-form-inline__checkbox:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .m-form-inline__agree-text {
    color: #6C6C6C;
    font-size: 3.5vw;
  }
  .m-form-inline__agree-link {
    font-weight: 600;
  }
  .m-form-inline__submit {
    width: 100%;
    padding: 5.55vw 0;
    background: #0F347B;
    border-radius: 5px;
    color: #fff;
    font-size: 5vw;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
  }
  .m-form-inline__submit:hover {
    background: #0a2456;
  }
  .m-situation {
    background: #F4F4F4;
  }
  .m-situation__inner {
    padding-top: 13.88vw;
    padding-bottom: 16.66vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.77vw;
  }
  .m-situation__header {
    text-align: center;
  }
  .m-situation__title {
    position: relative;
    display: inline-block;
  }
  .m-situation__title-highlight {
    color: #242424;
    font-size: 10.07vw;
    font-weight: 700;
    line-height: 1.41;
    position: relative;
    display: block;
  }
  .m-situation__title-highlight .txt {
    position: relative;
    z-index: 2;
    font-style: normal;
  }
  .m-situation__title-highlight::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2.5%;
    width: 105%;
    height: 27px;
    background: #AB9C88;
    opacity: 0.7;
    z-index: 1;
  }
  .m-situation__subtitle {
    color: #242424;
    font-size: 8.39vw;
    font-weight: 700;
    line-height: 14.2vw;
  }
  .m-situation__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4.86vw;
  }
  .m-situation__item {
    padding: 4.16vw 5.55vw;
    border: 1px solid #ABAEB4;
    display: flex;
    align-items: flex-start;
    gap: 5vw;
  }
  .m-situation__number {
    color: #C1B6A8;
    font-size: 4.3vw;
    font-weight: 700;
    text-decoration: underline;
    line-height: 6.7vw;
    white-space: nowrap;
    flex-shrink: 0;
    font-style: italic;
    width: 10vw;
    min-width: 40px;
  }
  .m-situation__text {
    color: #242424;
    font-size: 4.75vw;
    font-weight: 700;
    line-height: 1.41;
  }
  .m-situation__item--cta {
    background: #AD9E8B;
    border-color: #AD9E8B;
    justify-content: center;
    padding: 6.94vw 5.55vw;
  }
  .m-situation__cta-text {
    text-align: center;
    color: #fff;
    font-size: 5.87vw;
    font-weight: 700;
    line-height: 1.43;
    display: block;
  }
  .m-approach {
    padding: 16.66vw 0;
    background-image: url("../img/mo/check_bg.png");
    background-size: auto;
    background-position: center;
  }
  .m-approach__inner {
    display: flex;
    flex-direction: column;
    gap: 10vw;
  }
  .m-approach__title {
    color: #443F38;
    font-size: 5.59vw;
    font-weight: 500;
    line-height: 2;
    text-align: center;
    letter-spacing: -1px;
  }
  .m-approach__title strong {
    font-size: 7.69vw;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -2px;
  }
  .m-approach__card {
    background: #fff;
    box-shadow: 0 9px 24px rgba(0, 0, 0, 0.38);
    border-radius: 20px;
    padding: 9.58vw 6.94vw 8.75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.5vw;
  }
  .m-approach__list {
    display: flex;
    flex-direction: column;
    gap: 4.86vw;
    width: 100%;
  }
  .m-approach__list-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.22vw;
    padding-bottom: 4.86vw;
    border-bottom: 1px solid #C9C9C9;
  }
  .m-approach__icon {
    width: 7.36vw;
    min-width: 28px;
    max-width: 53px;
    height: auto;
    flex-shrink: 0;
  }
  .m-approach__list-text {
    font-size: 5.03vw;
    font-weight: 500;
    color: #29413D;
    line-height: 1.39;
  }
  .m-approach__accent {
    color: #AD9E8B;
    font-weight: 700;
  }
  .m-approach__conclusion {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m-approach__highlight {
    background: #0F347B;
    color: #fff;
    font-size: 6.04vw;
    font-weight: 700;
    line-height: 1.37;
    display: inline;
  }
  .m-approach__conclusion-text {
    color: #171C1B;
    font-size: 6.04vw;
    font-weight: 700;
    line-height: 1.78;
  }
  .m-testimonials {
    position: relative;
  }
  .m-testimonials__bridge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26.38vw;
    height: 70px;
    background: #EDECEA;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .m-testimonials__inner {
    padding-top: 18.05vw;
    padding-bottom: 20.83vw;
    display: flex;
    flex-direction: column;
    gap: 6.51vw;
  }
  .m-testimonials__divider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    margin: 4vw auto;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
  }
  .m-testimonials__divider::before, .m-testimonials__divider::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    min-width: 6px;
    min-height: 6px;
    background: #BFC4C4;
    border-radius: 50%;
  }
  .m-testimonial {
    display: flex;
    flex-direction: column;
    gap: 6.94vw;
  }
  .m-testimonial__question {
    display: flex;
    align-items: flex-start;
    gap: 3vw;
  }
  .m-testimonial__avatar-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.77vw;
    flex-shrink: 0;
  }
  .m-testimonial__avatar {
    width: 14.72vw;
    min-width: 56px;
    height: auto;
    border-radius: 50%;
  }
  .m-testimonial__name {
    color: #0F0F0F;
    font-size: 4.19vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .m-testimonial__bubble {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 99px;
  }
  .m-testimonial__bubble--user {
    background: #FBF6F0;
    padding: 3.61vw 6.38vw;
  }
  .m-testimonial__bubble--user::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -1px;
    border-style: solid;
    border-width: 1.5vw 3vw 1.5vw 0;
    border-color: transparent #FBF6F0 transparent transparent;
  }
  .m-testimonial__bubble--user .m-testimonial__bubble-text {
    color: #1C1C1C;
    font-size: 3.91vw;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: -0.56px;
  }
  .m-testimonial__bubble--nosa {
    background: #AB9C88;
    padding: 3.47vw 6.11vw;
  }
  .m-testimonial__bubble--nosa::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -1px;
    border-style: solid;
    border-width: 1.5vw 0 1.5vw 3vw;
    border-color: transparent transparent transparent #AB9C88;
  }
  .m-testimonial__bubble--nosa .m-testimonial__bubble-text {
    color: #fff;
    font-size: 4.47vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.64px;
  }
  .m-testimonial__answer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3vw;
  }
  .m-testimonial__responder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
  }
  .m-testimonial__responder-icon {
    width: 8.61vw;
    min-width: 34px;
    height: auto;
  }
  .m-testimonial__responder-name {
    text-align: center;
    color: #443F38;
    font-size: 3.91vw;
    font-weight: 700;
    line-height: 1.32;
  }
  .m-results {
    background-color: #1F2239;
    background-image: url("../img/mo/result_bg.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
  }
  .m-results__inner {
    padding-top: 13.88vw;
    padding-bottom: 16.66vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10.42vw;
  }
  .m-results__title {
    color: #fff;
    font-size: 7.83vw;
    font-weight: 700;
    text-align: center;
  }
  .m-results__highlights {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.77vw;
  }
  .m-results__highlight-item {
    background: #FBF6F0;
    padding: 3.47vw 2.77vw;
    display: flex;
    align-items: flex-start;
    gap: 5.41vw;
  }
  .m-results__highlight-num {
    width: 7.91vw;
    min-width: 32px;
    aspect-ratio: 1;
    background: #AB9C88;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4.14vw;
    font-weight: 700;
    flex-shrink: 0;
  }
  .m-results__highlight-text {
    color: #1B2120;
    font-size: 4.47vw;
    font-weight: 500;
    line-height: 1.43;
  }
  .m-results__highlight-text--accent {
    color: #807463;
    font-weight: 700;
  }
  .m-results__case-label {
    width: 100%;
    padding: 4.16vw 0;
    background: #AB9C88;
    text-align: center;
    color: #fff;
    font-size: 7.83vw;
    font-weight: 700;
  }
  .m-results__cases {
    display: flex;
    flex-direction: column;
    gap: 4.16vw;
    width: 100%;
  }
  .m-case-card {
    display: flex;
    flex-direction: column;
  }
  .m-case-card__img {
    width: 100%;
    aspect-ratio: 660/736;
    object-fit: cover;
  }
  .m-case-card__info {
    background: #152F60;
    padding: 4.16vw 5.55vw;
  }
  .m-case-card__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .m-case-card__label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 4.47vw;
    font-weight: 700;
    line-height: 9.55vw;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .m-case-card__value {
    color: #fff;
    font-size: 4.47vw;
    font-weight: 700;
    line-height: 9.55vw;
  }
  .m-process__inner {
    padding-top: 13.88vw;
    padding-bottom: 16.66vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16.52vw;
  }
  .m-process__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3.75vw;
  }
  .m-process__suptitle {
    color: #0F347B;
    font-size: 9.79vw;
    font-weight: 800;
  }
  .m-process__title {
    color: #242424;
    font-size: 5.87vw;
    font-weight: 700;
    line-height: 1.52;
  }
  .m-process__steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6.94vw;
    width: 100%;
  }
  .m-process__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.47vw;
  }
  .m-process__step:last-child {
    grid-column: span 2;
  }
  .m-process__step-label {
    padding: 10px 0;
    border-bottom: 3px solid #0F347B;
    color: #0F347B;
    font-size: 4.3vw;
    font-weight: 700;
    text-transform: uppercase;
  }
  .m-process__step-icon-wrap {
    width: 33.33vw;
    min-width: 120px;
    max-width: 240px;
    aspect-ratio: 1;
    background: #F7F7F7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-process__step-icon {
    width: 55%;
    height: auto;
  }
  .m-process__step-title {
    color: #242424;
    font-size: 5.87vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.33;
  }
  .m-process__step-desc {
    color: #4E4E4E;
    font-size: 4.3vw;
    font-weight: 400;
    text-align: center;
  }
  .m-free-consult {
    position: relative;
    background: #183160;
  }
  .m-free-consult__bridge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 26.38vw;
    height: 70px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .m-free-consult__inner {
    padding-top: 20.83vw;
    padding-bottom: 20.83vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12.22vw;
  }
  .m-free-consult__text {
    text-align: center;
  }
  .m-free-consult__desc {
    color: #fff;
    font-size: 6.71vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4.72vw;
    letter-spacing: -1.5px;
  }
  .m-free-consult__desc--bold {
    font-weight: 700;
    font-size: 7.83vw;
    line-height: 1.43;
  }
  .m-free-consult__tags {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.16vw;
  }
  .m-free-consult__tag {
    padding: 3.47vw 4.86vw;
    border: 2px solid #fff;
    color: #fff;
    font-size: 5.03vw;
    font-weight: 700;
  }
  .m-contact {
    background-image: url("../img/mo/form_bg.png");
    background-size: cover;
    background-position: center;
  }
  .m-contact__inner {
    padding-top: 18.05vw;
    padding-bottom: 18.05vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13.88vw;
  }
  .m-contact__text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3.75vw;
  }
  .m-contact__pre {
    color: #DBDAD8;
    font-size: 4.47vw;
    font-family: "Inter", "Pretendard", sans-serif;
    font-weight: 300;
  }
  .m-contact__heading {
    font-size: inherit;
  }
  .m-contact__heading--gold {
    color: #CDAA7B;
    font-size: 7.83vw;
    font-weight: 700;
  }
  .m-contact__heading--white {
    color: #fff;
    font-size: 7.83vw;
    font-weight: 700;
  }
  .m-contact__sub {
    color: #fff;
    font-size: 3.91vw;
    font-weight: 400;
  }
  .m-contact__form-wrap {
    width: 90%;
    background: #fff;
    padding: 9.72vw 6.94vw;
    display: flex;
    flex-direction: column;
    gap: 6.52vw;
  }
  .m-contact__form-title {
    color: #183160;
    font-size: 5.81vw;
    font-weight: 800;
  }
  .m-contact__form {
    display: flex;
    flex-direction: column;
    gap: 6.52vw;
  }
  .m-contact__fields {
    display: flex;
    flex-direction: column;
    gap: 2.22vw;
  }
  .m-contact__input {
    width: 100%;
    height: 12.77vw;
    min-height: 48px;
    padding: 0 4.16vw;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    font-size: 4.44vw;
  }
  .m-contact__input::placeholder {
    color: #6C6C6C;
  }
  .m-contact__agree {
    display: flex;
    align-items: center;
    gap: 2.08vw;
    cursor: pointer;
  }
  .m-contact__checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.2s;
  }
  .m-contact__checkbox:checked {
    background-color: #AB9C88;
    border-color: #AB9C88;
  }
  .m-contact__checkbox:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .m-contact__agree-text {
    color: #6C6C6C;
    font-size: 3.5vw;
  }
  .m-contact__agree-link {
    font-weight: 600;
  }
  .m-contact__submit {
    width: 100%;
    padding: 6.25vw 0;
    background: #AB9C88;
    border-radius: 5px;
    color: #fff;
    font-size: 5.09vw;
    font-family: "SUIT", "Pretendard", sans-serif;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
  }
  .m-contact__submit:hover {
    background: #9a8c79;
  }
  .m-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #0A162B;
    padding: 6.94vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-sticky-bar__title {
    color: #FEFEFE;
    font-size: 4.72vw;
    font-family: "SUIT", "Pretendard", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
  }
  .m-footer {
    padding-top: 11.11vw;
    padding-bottom: 40vw;
    background: #DAE0E6;
  }
  .m-footer__info {
    display: flex;
    flex-direction: column;
    gap: 8.33vw;
  }
  .m-footer__logo {
    width: 37.77vw;
    min-width: 140px;
    max-width: 272px;
    height: auto;
  }
  .m-footer__address {
    color: #28282F;
    font-size: 3.38vw;
    font-weight: 400;
    line-height: 2;
  }
  .popup {
    width: calc(100% - 40px);
    max-width: 380px;
    padding: 40px 28px 32px;
    border-radius: 16px;
  }
  .popup__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .popup__desc {
    font-size: 13px;
    margin-bottom: 22px;
  }
  .popup__input {
    height: 48px;
    font-size: 14px;
    padding: 0 16px;
    border-radius: 8px;
  }
  .popup__submit {
    height: 50px;
    font-size: 16px;
    border-radius: 10px;
  }
  .popup__notice {
    font-size: 11px;
    margin-top: 14px;
  }
}
@media (max-width: 480px) {
  .m-header__hamburger {
    padding: 0;
  }
  .m-header__hamburger-line {
    height: 2px;
  }
  .m-nav {
    width: 75%;
    padding: 16px 24px;
    gap: 30px;
  }
  .m-nav__list {
    gap: 24px;
  }
  .m-nav__link {
    font-size: 18px;
    padding: 10px 0;
  }
  .m-hero__inner {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: clamp(60px, 30vw, 140px);
  }
  .m-hero__content {
    padding-left: 6px;
    gap: 12px;
  }
  .m-hero__heading--large {
    font-size: clamp(32px, 10vw, 42px);
    letter-spacing: -1.5px;
  }
  .m-hero__heading--small {
    font-size: clamp(24px, 7vw, 30px);
    letter-spacing: -1px;
  }
  .m-hero__desc {
    font-size: clamp(14px, 4vw, 16px);
    line-height: 1.6;
  }
  .m-stats {
    height: 85vw;
  }
  .m-stats__title {
    font-size: clamp(14px, 4.2vw, 18px);
    line-height: 1.55;
  }
  .m-stats__source {
    font-size: clamp(11px, 2.9vw, 13px);
  }
  .m-stats__cta {
    padding: 24px 20px;
    border-radius: 10px;
  }
  .m-stats__cta-sub {
    font-size: clamp(11px, 3.2vw, 13px);
    letter-spacing: normal;
  }
  .m-stats__cta-main {
    font-size: clamp(16px, 4.8vw, 20px);
  }
  .m-form-inline__inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .m-form-inline__label-text {
    font-size: clamp(18px, 5.3vw, 22px);
  }
  .m-form-inline__form {
    padding: 0 6px;
    gap: 20px;
  }
  .m-form-inline__input {
    height: 50px;
    font-size: 14px;
    padding: 0 14px;
  }
  .m-form-inline__agree-text {
    font-size: clamp(11px, 2.9vw, 13px);
  }
  .m-form-inline__submit {
    padding: 15px 0;
    font-size: 15px;
  }
  .m-situation__inner {
    padding-top: 50px;
    padding-bottom: 60px;
    gap: 28px;
  }
  .m-situation__title-highlight {
    font-size: clamp(24px, 7.4vw, 32px);
  }
  .m-situation__title-highlight::after {
    width: 100%;
    height: 14px;
  }
  .m-situation__subtitle {
    font-size: clamp(20px, 5.8vw, 26px);
    line-height: 1.5;
  }
  .m-situation__list {
    padding: 0;
    gap: 12px;
  }
  .m-situation__item {
    padding: 16px 18px;
    gap: 20px;
  }
  .m-situation__number {
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 22px;
    min-width: 36px;
  }
  .m-situation__text {
    font-size: clamp(13px, 3.7vw, 15px);
    line-height: 1.5;
  }
  .m-situation__item--cta {
    padding: 24px 18px;
  }
  .m-situation__cta-text {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.45;
  }
  .m-approach {
    padding: 50px 0;
  }
  .m-approach__inner {
    gap: 30px;
  }
  .m-approach__title {
    font-size: clamp(14px, 4.2vw, 17px);
    line-height: 1.8;
    letter-spacing: -0.5px;
  }
  .m-approach__title strong {
    font-size: clamp(18px, 5.3vw, 22px);
    letter-spacing: -1px;
  }
  .m-approach__card {
    padding: 32px 20px 28px;
    gap: 24px;
    border-radius: 15px;
  }
  .m-approach__list {
    gap: 15px;
  }
  .m-approach__list-item {
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
  }
  .m-approach__icon {
    width: clamp(24px, 6.6vw, 30px);
  }
  .m-approach__list-text {
    font-size: clamp(13px, 3.7vw, 15px);
  }
  .m-approach__highlight {
    font-size: clamp(16px, 4.5vw, 19px);
  }
  .m-approach__conclusion-text {
    font-size: clamp(16px, 4.5vw, 19px);
  }
  .m-testimonials__bridge {
    width: 80px;
    height: 36px;
  }
  .m-testimonials__inner {
    padding-top: 64px;
    padding-bottom: 72px;
    gap: 12px;
  }
  .m-testimonials__divider {
    margin: 12px auto;
    gap: 8px;
  }
  .m-testimonials__divider::before, .m-testimonials__divider::after {
    width: 5px;
    height: 5px;
    min-width: 5px;
    min-height: 5px;
  }
  .m-testimonial {
    gap: 10px;
  }
  .m-testimonial__question {
    gap: 10px;
  }
  .m-testimonial__answer {
    gap: 10px;
  }
  .m-testimonial__avatar {
    width: clamp(44px, 12vw, 56px);
    min-width: 44px;
  }
  .m-testimonial__avatar-wrap {
    gap: 8px;
  }
  .m-testimonial__name {
    font-size: clamp(12px, 3.4vw, 14px);
  }
  .m-testimonial__bubble--user {
    padding: 14px 16px;
    border-radius: 60px;
  }
  .m-testimonial__bubble--user::before {
    border-width: 5px 10px 5px 0;
  }
  .m-testimonial__bubble--user .m-testimonial__bubble-text {
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 1.5;
  }
  .m-testimonial__bubble--nosa {
    padding: 14px 16px;
    border-radius: 60px;
  }
  .m-testimonial__bubble--nosa::after {
    border-width: 5px 0 5px 10px;
  }
  .m-testimonial__bubble--nosa .m-testimonial__bubble-text {
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.45;
  }
  .m-testimonial__responder {
    gap: 6px;
  }
  .m-testimonial__responder-icon {
    width: clamp(28px, 8vw, 36px);
  }
  .m-testimonial__responder-name {
    font-size: clamp(11px, 2.9vw, 13px);
  }
  .m-results__inner {
    padding-top: 50px;
    padding-bottom: 60px;
    gap: 36px;
  }
  .m-results__title {
    font-size: clamp(18px, 5.3vw, 22px);
  }
  .m-results__highlights {
    gap: 10px;
  }
  .m-results__highlight-item {
    align-items: center;
    padding: 12px 10px;
    gap: 12px;
  }
  .m-results__highlight-num {
    width: clamp(28px, 7.4vw, 34px);
    min-width: 28px;
    font-size: clamp(12px, 3.4vw, 14px);
  }
  .m-results__highlight-text {
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.5;
  }
  .m-results__case-label {
    font-size: clamp(18px, 5.3vw, 22px);
    padding: 14px 0;
  }
  .m-results__cases {
    gap: 16px;
  }
  .m-case-card__info {
    padding: 14px 16px;
  }
  .m-case-card__label {
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 2;
  }
  .m-case-card__value {
    font-size: clamp(11px, 3.2vw, 13px);
    line-height: 2;
  }
  .m-process__inner {
    padding-top: 50px;
    padding-bottom: 60px;
    gap: 50px;
  }
  .m-process__header {
    gap: 12px;
  }
  .m-process__suptitle {
    font-size: clamp(22px, 6.6vw, 28px);
  }
  .m-process__title {
    font-size: clamp(14px, 4.2vw, 17px);
  }
  .m-process__steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .m-process__step {
    gap: 10px;
  }
  .m-process__step-label {
    font-size: clamp(12px, 3.4vw, 14px);
    padding: 6px 0;
    border-bottom-width: 2px;
  }
  .m-process__step-icon-wrap {
    width: clamp(96px, 28vw, 130px);
    min-width: 90px;
  }
  .m-process__step-title {
    font-size: clamp(15px, 4.2vw, 18px);
  }
  .m-process__step-desc {
    font-size: clamp(12px, 3.4vw, 14px);
  }
  .m-free-consult__bridge {
    width: 80px;
    height: 36px;
  }
  .m-free-consult__inner {
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 20px;
  }
  .m-free-consult__desc {
    font-size: clamp(14px, 4.2vw, 17px);
    margin-bottom: 12px;
    letter-spacing: -0.8px;
  }
  .m-free-consult__desc--bold {
    font-size: clamp(16px, 4.8vw, 20px);
  }
  .m-free-consult__tags {
    gap: 12px;
  }
  .m-free-consult__tag {
    padding: 12px 18px;
    font-size: clamp(13px, 3.7vw, 15px);
    border: 1px solid #fff;
  }
  .m-contact__inner {
    padding: 50px 16px;
    gap: 40px;
  }
  .m-contact__text {
    gap: 12px;
  }
  .m-contact__pre {
    font-family: "BitgoeulGwangju";
    font-size: clamp(12px, 3.4vw, 14px);
  }
  .m-contact__heading--gold,
  .m-contact__heading--white {
    font-size: clamp(18px, 5.3vw, 22px);
  }
  .m-contact__sub {
    font-size: clamp(12px, 3.4vw, 14px);
  }
  .m-contact__form-wrap {
    padding: 32px 20px;
    gap: 24px;
    width: 100%;
  }
  .m-contact__form-title {
    font-size: clamp(15px, 4.5vw, 18px);
  }
  .m-contact__form {
    gap: 24px;
  }
  .m-contact__fields {
    gap: 8px;
  }
  .m-contact__input {
    height: 50px;
    font-size: 14px;
    padding: 0 14px;
  }
  .m-contact__agree-text {
    font-size: clamp(11px, 2.9vw, 13px);
  }
  .m-contact__submit {
    padding: 16px 0;
    font-size: 15px;
  }
  .m-sticky-bar {
    height: 55px;
    padding: 15px 0;
  }
  .m-sticky-bar__title {
    font-size: clamp(14px, 4vw, 16px);
  }
  .m-footer {
    padding-bottom: 28vw;
  }
  .m-footer__info {
    gap: 20px;
  }
  .m-footer__logo {
    width: clamp(120px, 36vw, 150px);
  }
  .m-footer__address {
    font-size: clamp(11px, 2.9vw, 13px);
    line-height: 2;
  }
  .popup {
    width: calc(100% - 32px);
    padding: 36px 22px 28px;
    border-radius: 14px;
  }
  .popup__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .popup__close svg {
    width: 22px;
    height: 22px;
  }
  .popup__title {
    font-size: 22px;
  }
  .popup__desc {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .popup__input {
    height: 46px;
    font-size: 14px;
  }
  .popup__submit {
    height: 48px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .m-nav {
    width: 80%;
    padding: 15px 20px;
  }
  .m-nav__link {
    font-size: 17px;
  }
  .m-hero__heading--large {
    font-size: 26px;
  }
  .m-hero__heading--small {
    font-size: 18px;
    line-height: 1.45;
  }
  .m-hero__desc {
    font-size: 13px;
  }
  .m-hero__proof-text {
    font-size: 12px;
  }
  .m-hero__proof-item {
    padding: 10px 4px;
    gap: 8px;
    border-radius: 5px;
  }
  .m-stats {
    height: 95vw;
  }
  .m-stats__title {
    font-size: 13.5px;
  }
  .m-stats__cta {
    padding: 20px 15px;
  }
  .m-stats__cta-main {
    font-size: 15px;
  }
  .m-stats__cta-sub {
    font-size: 12px;
  }
  .m-situation__title-highlight {
    font-size: 22px;
  }
  .m-situation__title-highlight::after {
    width: 100%;
    height: 12px;
  }
  .m-situation__subtitle {
    font-size: 18px;
    line-height: 1.5;
  }
  .m-situation__number {
    font-size: 12px;
    min-width: 32px;
  }
  .m-situation__text {
    font-size: 13px;
  }
  .m-situation__cta-text {
    font-size: 14px;
  }
  .m-situation__item {
    gap: 16px;
    padding: 15px;
  }
  .m-approach__title {
    font-size: 13px;
  }
  .m-approach__title strong {
    font-size: 17px;
  }
  .m-approach__card {
    padding: 28px 16px 24px;
    gap: 20px;
  }
  .m-approach__list-text {
    font-size: 13px;
  }
  .m-approach__highlight {
    font-size: 14.5px;
  }
  .m-approach__conclusion-text {
    font-size: 14.5px;
  }
  .m-testimonial__bubble--user .m-testimonial__bubble-text {
    font-size: 12px;
  }
  .m-testimonial__bubble--nosa .m-testimonial__bubble-text {
    font-size: 13px;
  }
  .m-testimonial__responder-name {
    font-size: 11px;
  }
  .m-results__title {
    font-size: 17px;
  }
  .m-results__highlight-text {
    font-size: 12px;
  }
  .m-results__case-label {
    font-size: 17px;
  }
  .m-case-card__label {
    font-size: 12px;
  }
  .m-case-card__value {
    font-size: 12px;
  }
  .m-process__suptitle {
    font-size: 20px;
  }
  .m-process__title {
    font-size: 13px;
  }
  .m-free-consult__desc {
    font-size: 13px;
  }
  .m-free-consult__desc--bold {
    font-size: 15px;
  }
  .m-free-consult__tag {
    font-size: 13px;
    padding: 10px 15px;
  }
  .m-contact__inner {
    padding: 40px 15px;
  }
  .m-contact__heading--gold,
  .m-contact__heading--white {
    font-size: 17px;
  }
  .m-contact__form-wrap {
    padding: 25px 15px;
  }
}/*# sourceMappingURL=style.css.map */

@media (min-width: 1001px) {
  .hero__heading--large {
    font-size: 87px;
  }
  .hero__heading--small {
    font-size: 50px;
  }
  .hero__desc {
    font-size: 24px;
  }
  .hero__stat {
    font-size: 14px;
  }
  .cta-banner__top-text {
    font-size: 26px;
  }
  .cta-banner__label-text {
    font-size: 20px;
  }
  .cta-banner__submit {
    font-size: 22px;
    height: 65px;
    width: 270px;
  }
  .cta-banner__input {
    font-size: 18px;
    height: 65px;
  }
  .situation__title-highlight {
    font-size: 87px;
  }
  .situation__subtitle {
    font-size: 61px;
    line-height: 94px;
  }
  .process__title {
    font-size: 87px;
  }
  .process__subtitle {
    font-size: 61px;
  }
  .header__inner {
    height: 100px;
  }
  .header__logo img {
    width: 197px;
  }
  .header__nav-link {
    font-size: 21px;
  }
  .sticky-bar__title {
    font-size: 32px;
  }
  .sticky-bar__submit {
    font-size: 20px;
  }
}
