@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

:root {
  --theme-color: #e2b340;
  --theme-color2: #1a2a47;
  --theme-color3: #2a3f63;
  --theme-color4: #243656;
  --text-color: #1a2a47;
  --cream-color: #f6f1e4;
  --black-color: #0e1624;
}

html {
  scroll-behavior: smooth;
  font-family: Pretendard, "Noto Sans KR", sans-serif;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, ul, ol,
button, input, select, textarea, label,
th, td, small, strong, em, b,
blockquote, figcaption, legend,
.main-btn, .header-btn, .sub-title,
.cs-brand, .cs-brand span, .cs-brand small {
  font-family: Pretendard, "Noto Sans KR", sans-serif !important;
}

.header-menu nav ul li a,
.sec-title h1,
.sec-title h2,
.hero-title h1 {
  text-transform: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 70% at 70% 58%, rgba(48, 92, 142, 0.32) 0%, rgba(21, 36, 63, 0) 62%),
    linear-gradient(180deg, #060b14 0%, #0f1b30 32%, #173456 72%, #1e4a72 100%);
  height: 900px;
}

.cs-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cs-hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cs-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 11, 20, 0.78) 0%, rgba(10, 18, 32, 0.58) 42%, rgba(10, 18, 32, 0.36) 100%),
    linear-gradient(180deg, rgba(6, 11, 20, 0.42) 0%, rgba(6, 11, 20, 0.18) 45%, rgba(6, 11, 20, 0.58) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .cs-hero-bg-video {
    display: none;
  }

  .cs-hero-media {
    background:
      center / cover no-repeat url("../video/hero-bg-poster.jpg");
  }
}

.cs-hero-video > .container {
  z-index: 1;
}

.hero > .container > .row {
  position: relative;
  top: -50px;
}

.hero .counter {
  bottom: 0;
}

@media only screen and (max-width: 1199.98px) {
  .hero {
    height: 710px;
  }
}

@media only screen and (max-width: 991.98px) {
  .hero {
    height: 730px;
  }
}

@media only screen and (max-width: 575.98px) {
  .hero {
    height: 630px;
  }
}

@media only screen and (max-width: 399.98px) {
  .hero {
    height: 700px;
  }
}

#top,
#about,
#services,
#need,
#process,
#cases,
#promise,
#reviews,
#consult {
  scroll-margin-top: 100px;
}

#consult .sub-title {
  margin-left: 0;
}

#consult .sub-title::before,
#consult .sub-title.two::after {
  display: none;
}

#consult .sec-title h2 {
  white-space: nowrap;
  word-break: keep-all;
  letter-spacing: -0.05em;
  font-size: 40px;
  line-height: 1.35;
}

.header.sticky-header {
  background-color: #1a2a47;
  box-shadow: 0 8px 24px rgba(14, 22, 36, 0.28);
}

.cs-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
}

.cs-brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
  padding: 3px;
  box-shadow: 0 0 0 1px rgba(226, 179, 64, 0.45);
}

.cs-brand span {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.cs-brand small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.78;
}

.header-logo {
  overflow: visible;
}

.header-phone {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  align-items: center;
  justify-content: center;
}

.header-button .header-btn {
  padding: 14px 34px;
}

@media only screen and (max-width: 1199.98px) {
  .header-button .header-btn {
    padding: 11px 20px;
  }

  #consult .sec-title h2 {
    font-size: 32px;
  }
}

.hero-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.hero-fields span {
  display: inline-flex;
  padding: 6px 12px;
  border: 1px solid rgba(226, 179, 64, 0.55);
  color: #e2b340;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}

.hero-thumb {
  background: transparent;
  overflow: visible;
}

.hero-thumb img.cs-hero-photo {
  width: 100%;
  height: auto;
  max-height: 740px;
  object-fit: contain;
  object-position: center bottom;
  transform: none;
}

.hero-thumb-vector {
  opacity: 0.22;
}

.hero-thumb-vector img {
  transform: scale(0.7);
  transform-origin: center center;
}

.hero-experience {
  min-width: 140px;
}

.hero-experience span {
  font-size: 18px !important;
  line-height: 1.4 !important;
}

.cs-pulse-btn {
  color: #1a2a47 !important;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cs-pulse-btn svg,
.cs-pulse-btn path {
  fill: #1a2a47 !important;
}

.cs-pulse-btn:hover {
  background-color: #1a2a47;
  border-color: #e2b340;
  color: #e2b340 !important;
}

.cs-pulse-btn:hover svg,
.cs-pulse-btn:hover path {
  fill: #e2b340 !important;
}

.hero .counter-item {
  height: auto;
  min-height: 130px;
  justify-content: center;
  padding: 18px 8px 16px;
}

.counter-item > span,
.counter-item .count {
  font-family: "Playfair Display", Georgia, serif !important;
}

.counter-item .counter-suffix {
  font-family: Pretendard, "Noto Sans KR", sans-serif !important;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-left: 2px;
}

.counter-item p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.03em;
  word-break: keep-all;
  text-align: center;
  padding: 0 8px;
}

.banner.one.cs-ticker-banner {
  padding: 80px 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 200% at 8% 50%, rgba(32, 58, 96, 0.32) 0%, rgba(5, 9, 16, 0) 72%),
    radial-gradient(ellipse 46% 200% at 96% 50%, rgba(226, 179, 64, 0.1) 0%, rgba(5, 9, 16, 0) 68%),
    linear-gradient(90deg, #050910 0%, #0e1624 48%, #1a2a47 100%);
}

.banner.one.cs-ticker-banner .slider {
  gap: 72px;
}

.banner.one.cs-ticker-banner span {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.banner.one.cs-ticker-banner .star {
  color: #e2b340;
  font-size: 14px;
}

@media only screen and (max-width: 991.98px) {
  .banner.one.cs-ticker-banner {
    padding: 56px 0;
  }

  .banner.one.cs-ticker-banner .slider {
    gap: 40px;
  }

  .banner.one.cs-ticker-banner span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner.one.cs-ticker-banner {
    padding: 40px 0;
  }

  .banner.one.cs-ticker-banner span {
    font-size: 16px;
  }
}

.cs-about-offer {
  background-color: #ffffff;
  padding-top: 160px;
}

.cs-about-offer .about-title {
  max-width: 760px;
}

.cs-about-offer .about-lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: #696969;
  font-size: 16px;
  line-height: 1.75;
}

.cs-about-offer .sec-title h2 {
  color: #1a2a47;
}

.cs-about-offer .sub-title {
  text-transform: none;
  letter-spacing: 0.04em;
  margin-left: 0;
}

.cs-about-offer .sub-title::before {
  display: none;
}

.cs-about-offer .about-thumb,
.cs-about-offer .about-thumb2 {
  border-radius: 24px;
  overflow: hidden;
}

.cs-about-offer .about-thumb {
  max-width: none;
  height: 520px;
  background: #0b1220;
}

.cs-about-offer .about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
}

.cs-about-offer .about-content {
  margin-left: 12px;
}

.cs-about-offer .about-content .cs-about-points {
  margin-top: 0;
}

.cs-about-side {
  display: flex;
  flex-direction: column;
  height: auto;
  margin-top: 60px;
}

.cs-about-offer .about-thumb2 {
  flex: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin-top: 0;
}

.cs-about-offer .about-thumb2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cs-about-offer .about-btn-area {
  flex-shrink: 0;
  margin-top: 14px;
}

.cs-about-offer .about-btn-area .main-btn {
  width: 100%;
  text-align: center;
}

.cs-about-points {
  margin-top: 8px;
}

.cs-about-point {
  padding: 18px 0 16px;
  border-top: 1px solid #e6e8e8;
}

.cs-about-point:first-child {
  border-top: none;
  padding-top: 0;
}

.cs-about-point:last-child {
  border-bottom: none;
}

.cs-about-point .num {
  display: block;
  color: #e2b340;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.cs-about-point h3 {
  color: #1a2a47;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
}

.cs-about-point p {
  color: #696969;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

@media only screen and (max-width: 991.98px) {
  .cs-about-offer {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .cs-about-offer .about-content {
    margin-left: 0;
  }

  .cs-about-side {
    height: auto;
    margin-top: 40px;
  }

  .cs-about-offer .about-thumb2 {
    flex: none;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media only screen and (max-width: 575.98px) {
  .cs-about-offer {
    padding-top: 110px;
  }

  .cs-about-offer .about-thumb {
    height: 380px;
  }
}

#services {
  background-color: var(--cream-color);
  background-image: none;
}

#services .sub-title {
  text-transform: none;
  letter-spacing: 0.04em;
  margin-left: 0;
}

#services .sub-title::before {
  display: none;
}

#cases {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 150px;
}

#cases .sec-title {
  text-align: left;
}

#cases .sub-title {
  text-transform: none;
  letter-spacing: 0.04em;
  margin-left: 0;
}

#cases .sub-title::before,
#cases .sub-title.two::after {
  display: none;
}

.cs-cases-lead {
  color: #696969;
  max-width: 760px;
  margin: 0 0 40px;
  text-align: left;
  word-break: keep-all;
}

#cases .blog-thumb {
  height: 240px;
}

#cases .blog-thumb img {
  object-position: center 28%;
}

#cases .blog-content-text.four {
  background-color: #1a2a47;
}

#cases .blog-content-text.four .date-admin a {
  color: rgba(255, 255, 255, 0.82);
  border-right-color: rgba(255, 255, 255, 0.28);
}

#cases .blog-content-title.four {
  border-bottom-color: rgba(255, 255, 255, 0.28);
  word-break: keep-all;
}

#cases .blog-content-text.four p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  min-height: 5.1em;
  margin: 0 0 4px;
  word-break: keep-all;
}

#cases .blog-btn.four {
  text-transform: none;
}

#cases .blog-content:hover .blog-btn .angels {
  background-color: var(--theme-color);
}

#process .sub-title {
  text-transform: none;
  letter-spacing: 0.04em;
  margin-left: 0;
}

#process .sub-title::before {
  display: none;
}

#process .process-title-wrapper .sec-title {
  max-width: none;
}

#process .sec-title h2 {
  white-space: nowrap;
  word-break: keep-all;
}

#process .cs-process-track {
  position: relative;
  overflow: visible;
}

#process .cs-process-media {
  margin-left: 0;
  max-width: 100%;
  height: 360px;
  overflow: hidden;
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

#process .cs-process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.28s ease;
}

#process .process-content-item.two {
  position: relative;
  align-items: flex-start;
  cursor: pointer;
}

#process .process-content-item.two.is-active .icon {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

#process .process-content-item.two.is-active .icon img {
  filter: brightness(0) invert(1);
}

#process .process-content-item.two .icon {
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
  height: 70px;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

#process .process-content-item.two .icon::after {
  display: none;
}

#process .process-content-item.two:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 78px;
  bottom: 8px;
  width: 0;
  border-left: 1px dashed var(--text-color);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

#process .process-content-item.two .icon img {
  transition: filter 0.3s ease;
}

#process .process-content-item.two:hover .icon {
  background-color: var(--theme-color);
}

#process .process-content-item.two:hover .icon img {
  filter: brightness(0) invert(1);
}

#services .cs-services-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

#services .cs-services-head .sec-title {
  padding-bottom: 0;
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}

#services .cs-services-lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: #696969;
  font-size: 16px;
  line-height: 1.75;
}

#services .cs-services-head .service-btn {
  margin-top: 0;
  margin-bottom: 2px;
  flex-shrink: 0;
  text-align: right;
}

#services .service-1 .col-lg-6 .service-text {
  padding-right: 24px;
  padding-left: 84px;
}

#services .service-1 {
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
}

#services .service-1 .service-content {
  margin-top: 0;
}

#services .service-1 .service-text,
#services .service-1 .service-thumb {
  border-radius: 0;
}

#services .service-1 .col-lg-6:nth-child(1) .service-text {
  border-top-left-radius: 40px;
}

#services .service-1 .col-lg-6:nth-child(2) .service-thumb {
  border-top-right-radius: 40px;
}

#services .service-1 .col-lg-6:nth-child(3) .service-thumb {
  border-bottom-left-radius: 40px;
}

#services .service-1 .col-lg-6:nth-child(4) .service-text {
  border-bottom-right-radius: 40px;
}

#services .service-text ul {
  margin-left: 30px;
}

.service-text ul li {
  color: #ffffff;
  line-height: 1.7;
}

.service-text ul li::marker {
  color: #ffffff;
}

#services .service-content-title {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  word-break: keep-all;
  overflow-wrap: normal;
  white-space: normal;
}

#need {
  background-color: var(--cream-color);
}

#need .sub-title {
  text-transform: none;
  letter-spacing: 0.04em;
  margin-left: 0;
}

#need .sub-title::before,
#need .sub-title.two::after {
  display: none;
}

#need .sec-title .sub-title,
#need .sec-title h2,
#need .cs-need-card,
#need .cs-need-note {
  opacity: 0;
  transform: translateY(40px);
}

#need.is-inview .sec-title .sub-title {
  animation: csNeedEnter 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#need.is-inview .sec-title h2 {
  animation: csNeedEnter 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

#need.is-inview .cs-need-card {
  animation: csNeedCardEnter 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#need.is-inview .cs-need-card:nth-child(1) { animation-delay: 0.22s; }
#need.is-inview .cs-need-card:nth-child(2) { animation-delay: 0.34s; }
#need.is-inview .cs-need-card:nth-child(3) { animation-delay: 0.46s; }
#need.is-inview .cs-need-card:nth-child(4) { animation-delay: 0.58s; }

#need.is-inview .cs-need-note {
  animation: csNeedEnter 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.72s both;
}

#need .cs-need-card.is-entered {
  animation: none;
  opacity: 1;
  transform: none;
}

@keyframes csNeedEnter {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes csNeedCardEnter {
  from {
    opacity: 0;
    transform: translateY(48px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cs-need-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.cs-need-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #e6e0d4;
  border-radius: 6px;
  padding: 0 22px 32px;
  text-align: center;
  min-height: 280px;
  cursor: default;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

.cs-need-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--theme-color);
  border-radius: 6px;
  opacity: 0;
  transform: scale(0.94);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.cs-need-card:hover {
  background-color: #f4ead0;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(26, 42, 71, 0.1);
}

.cs-need-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.cs-need-card .icon-area {
  display: flex;
  justify-content: center;
  margin-top: -1px;
}

.cs-need-card .icon {
  width: 70px;
  height: 70px;
  background-color: var(--theme-color);
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-need-card .icon img {
  width: 36px;
  height: 36px;
}

.cs-need-card h3 {
  color: #1a2a47;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 28px 0 16px;
  word-break: keep-all;
}

.cs-need-card p {
  color: #696969;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  word-break: keep-all;
}

.cs-need-note {
  max-width: 820px;
  margin: 40px auto 0;
  text-align: center;
  color: #696969;
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

@media only screen and (max-width: 1199.98px) {
  .cs-need-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-item h3 {
  font-size: 20px;
}

.appoiment-form .cs-form-success {
  display: none;
  background: #f6f1e4;
  color: #1a2a47;
  padding: 12px 14px;
  margin-bottom: 16px;
  border-left: 3px solid #e2b340;
}

.appoiment-form .cs-form-success.show {
  display: block;
}

.appoiment-form .cs-form-label {
  display: block;
  margin: 6px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1a2a47;
}

.appoiment-form-item.cs-form-message {
  height: auto;
  min-height: 148px;
  align-items: flex-start;
  padding: 18px 22px 16px;
}

.appoiment-form-item.cs-form-message textarea {
  width: 100%;
  min-height: 112px;
  height: 112px;
  resize: vertical;
  border: none;
  outline: none;
  background: transparent;
  line-height: 1.65;
  padding-right: 28px;
}

.appoiment-form-item.cs-form-message textarea::placeholder {
  white-space: normal;
  line-height: 1.65;
}

.appoiment-form-item.cs-form-message i {
  top: 20px;
}

.appoiment-form .warn {
  font-size: 13px;
  line-height: 1.65;
  color: #8a5a1d;
  margin: 18px 0 0;
  word-break: keep-all;
}

.appoiment-form .cs-checkline {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #5b6b6a;
  font-size: 14px;
  height: auto;
  margin: 16px 0 24px;
}

.appoiment-form .cs-checkline input {
  width: auto;
  margin-top: 4px;
}

.cs-contact-cta {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1a2a47;
}

#promise.cs-contact-cta {
  position: relative;
  overflow: visible;
  background-color: #1a2a47;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#promise.cs-contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(26, 42, 71, 0.62);
  z-index: 0;
  pointer-events: none;
}

#promise.cs-contact-cta > * {
  position: relative;
  z-index: 1;
}

.cs-contact-cta .container {
  width: 100%;
}

.cs-contact-cta .contact-title,
#promise .sec-title {
  margin: 0 auto;
  max-width: 860px;
}

.cs-contact-cta .sub-title {
  text-transform: none;
  letter-spacing: 0.06em;
  margin-left: 0;
  padding: 0;
}

#promise .sub-title::before,
#promise .sub-title.two::after {
  display: none;
}

.cs-contact-cta h2 {
  word-break: keep-all;
}

.cs-contact-cta .sec-title p {
  color: #ffffff;
  word-break: keep-all;
  padding: 0 12px;
}

.cs-promise-grid {
  max-width: 1080px;
  margin: 58px auto 0;
  text-align: left;
  overflow: visible;
}

#promise .sec-title .sub-title,
#promise .sec-title h2,
#promise .sec-title p,
#promise .cs-promise-card {
  opacity: 0;
  transform: translateY(36px);
}

#promise.is-inview .sec-title .sub-title {
  animation: csNeedEnter 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#promise.is-inview .sec-title h2 {
  animation: csNeedEnter 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

#promise.is-inview .sec-title p {
  animation: csNeedEnter 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.22s both;
}

#promise.is-inview .cs-promise-card {
  animation: csNeedCardEnter 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#promise.is-inview .cs-promise-grid > .col-lg-6:nth-child(1) .cs-promise-card { animation-delay: 0.34s; }
#promise.is-inview .cs-promise-grid > .col-lg-6:nth-child(2) .cs-promise-card { animation-delay: 0.46s; }
#promise.is-inview .cs-promise-grid > .col-lg-6:nth-child(3) .cs-promise-card { animation-delay: 0.58s; }
#promise.is-inview .cs-promise-grid > .col-lg-6:nth-child(4) .cs-promise-card { animation-delay: 0.7s; }

#promise .cs-promise-card.is-entered {
  animation: none;
  opacity: 1;
  transform: none;
}

#promise .about-item {
  max-width: none;
  margin-top: 16px;
  align-items: flex-start;
}

#promise .cs-promise-card {
  padding: 20px 18px;
  border-radius: 18px;
  overflow: visible;
}

#promise .cs-promise-card.is-entered {
  transition:
    transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.28s ease,
    box-shadow 0.28s ease;
}

#promise .cs-promise-card.is-entered:hover {
  transform: translateY(-14px) scale(1.04);
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 40px rgba(8, 14, 26, 0.32);
}

#promise .cs-promise-card.is-entered:hover .icon {
  transform: scale(1.08);
}

#promise .about-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#promise .about-item .icon img {
  width: 32px;
  height: 32px;
}

#reviews {
  background-color: #ffffff;
}

#reviews .sec-title {
  text-align: left;
}

#reviews .sub-title {
  text-transform: none;
  letter-spacing: 0.04em;
  margin-left: 0;
}

#reviews .sub-title::before,
#reviews .sub-title.two::after {
  display: none;
}

.cs-reviews-lead {
  color: #696969;
  max-width: 760px;
  margin: 0 0 48px;
  text-align: left;
  word-break: keep-all;
}

#reviews .cases-item {
  max-width: none;
}

#reviews .cases-thumb {
  height: 406px;
  background-color: #ececec;
}

#reviews .cases-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#reviews .cases-item::before {
  height: 100%;
  opacity: 0.3;
  background-color: #000000;
}

#reviews .cases-item:hover::before {
  height: 100%;
  opacity: 0.7;
  background-color: var(--text-color);
}

#reviews .cases-item-text {
  right: 88px;
  left: 32px;
}

#reviews .cases-item-text span {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color);
  text-transform: none;
}

#reviews .cases-item-text p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

#reviews .cases-item .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

#promise .about-item .text h3 {
  color: #ffffff;
}

#promise .about-item .text p {
  color: rgba(255, 255, 255, 0.78);
}

.cs-contact-cta .main-btn {
  text-transform: none;
}

.cs-mobile-cta {
  display: none;
}

.cs-float-dock {
  position: fixed;
  top: auto;
  right: 24px;
  bottom: max(96px, calc(100vh - 860px));
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: none;
}

.cs-float-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  border: 1px solid rgba(226, 179, 64, 0.55);
  box-shadow: 0 12px 28px rgba(6, 11, 20, 0.28);
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cs-float-btn:hover,
.cs-float-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(6, 11, 20, 0.34);
}

.cs-float-btn svg {
  width: 20px;
  height: 20px;
  display: block;
}

.cs-float-btn span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.cs-float-kakao,
.cs-float-kakao:focus {
  background-color: #e2b340;
  border-color: #e2b340;
  color: #1a2a47;
}

.cs-float-kakao:hover {
  background-color: #1a2a47;
  border-color: #e2b340;
  color: #e2b340;
}

.cs-float-phone,
.cs-float-phone:focus,
.cs-float-blog,
.cs-float-blog:focus {
  background-color: rgba(14, 22, 36, 0.92);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.cs-float-blog,
.cs-float-blog:focus {
  border-color: rgba(226, 179, 64, 0.7);
  color: #e2b340;
}

.cs-float-phone:hover,
.cs-float-blog:hover {
  background-color: #e2b340;
  border-color: #e2b340;
  color: #1a2a47;
}

.cs-float-blog-mark {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cs-example-label {
  color: #c9a227;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer .cs-brand span {
  color: #fff;
}

.footer-logo-area .call {
  background-color: transparent;
  padding-left: 0;
}

.cs-footer-numbers {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cs-footer-numbers .number {
  display: block;
  line-height: 1.35;
  font-size: 16px;
}

.footer-logo-area .call {
  height: auto;
  min-height: 50px;
  max-width: 260px;
  align-items: center;
  padding: 8px 12px 8px 5px;
}

.footer-contact .item {
  align-items: flex-start;
}

.footer-contact .item .icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact .cs-dual-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  color: #fff;
  line-height: 1.45;
}

.footer-contact .cs-dual-contact a {
  color: inherit;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.footer-contact .item .text p {
  margin: 0;
  line-height: 1.45;
}

.cs-way-card-phones {
  cursor: default;
}

.cs-way-card-phones .cs-way-main {
  margin-bottom: 4px;
}

.cs-way-card-phones .cs-way-main a {
  color: inherit;
  text-decoration: none;
}

.cs-way-card-phones .cs-way-main a:hover {
  text-decoration: underline;
}

.footer-vector-1,
.footer-vector-2 {
  display: none;
}

.footer-top {
  background-color: #1a2a47;
}

.footer-top .footer-logo {
  width: auto;
  height: auto;
}

.footer-top .cs-brand span {
  color: #fff;
}

.cs-footer-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cs-footer-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cs-footer-cta a:hover {
  transform: translateY(-1px);
}

.cs-footer-cta-phone {
  background-color: #fff;
  color: #1a2a47;
}

.cs-footer-cta-kakao {
  background-color: #fee500;
  color: #191919;
}

.footer,
.footer-middle {
  background-color: #0e1624;
  background-image: none;
}

.footer-pages h3::before,
.footer-contact h3::before,
.footer-gallery h3::before,
.footer-item h3::before {
  width: 72px;
  background: linear-gradient(to right, #e2b340 0%, rgba(226, 179, 64, 0.12) 100%);
}

.footer-pages ul li a i,
.footer-item ul li a i {
  color: #e2b340;
}

.footer-gallery .gallery-content .img {
  height: 72px;
  overflow: hidden;
}

.footer-gallery .gallery-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-bottom {
  background-color: #060b14;
}

@media (max-width: 991px) {
  .cs-float-dock {
    display: none;
  }

  .header-phone {
    display: inline-flex;
  }

  #consult .sec-title h2 {
    font-size: 36px;
  }

  #promise.cs-contact-cta {
    background-attachment: scroll;
  }

  .cs-need-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  #cases {
    padding-top: 20px;
    padding-bottom: 110px;
  }

  #process .sec-title h2 {
    white-space: normal;
  }

  #process .cs-process-media {
    height: 300px;
    margin-bottom: 28px;
    transform: none !important;
  }

  #services .cs-services-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #services .cs-services-head .service-btn {
    text-align: left;
  }

  #services .service-1 .col-lg-6 .service-text {
    padding-left: 24px;
  }

  #services .service-1 {
    border-radius: 0;
    overflow: visible;
  }

  #services .service-1 .service-content {
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
  }

  .cs-mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(26, 42, 71, 0.12);
  }

  .cs-mobile-cta a {
    text-align: center;
    padding: 12px 8px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #1a2a47;
  }

  .cs-mobile-cta a i {
    display: block;
    margin-bottom: 4px;
  }

  .cs-mobile-cta a.kakao {
    background: #fee500;
  }

  .cs-mobile-cta a.consult {
    background: #1a2a47;
    color: #fff;
  }

  body {
    padding-bottom: 64px;
  }
}

@media (max-width: 575.98px) {
  #consult .sec-title h2 {
    font-size: clamp(16px, 4.8vw, 28px);
  }

  .cs-footer-cta {
    width: 100%;
    max-width: 500px;
  }

  .cs-footer-cta a {
    flex: 1;
    min-width: 0;
  }

  #cases {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .appoiment-form-item.cs-form-message {
    height: auto;
    min-height: 132px;
  }

  .cs-need-grid {
    grid-template-columns: 1fr;
  }

  .cs-need-card {
    min-height: 0;
  }

  #process .process-content-item.two .icon {
    flex-basis: 60px;
    width: 60px;
    max-width: 60px;
    height: 60px;
  }

  #process .process-content-item.two:not(:last-child)::after {
    left: 30px;
    top: 68px;
  }
}

.header-menu nav ul li a.is-current {
  color: #e2b340;
}

.cs-about-page .sub-title {
  margin-left: 0;
  text-transform: none;
  letter-spacing: 0.08em;
}

.cs-about-page .sub-title::before,
.cs-about-page .sub-title::after {
  display: none;
}

.cs-about-page .header:not(.sticky-header) .header-menu-area {
  background: linear-gradient(180deg, rgba(7, 20, 40, 0.55) 0%, rgba(7, 20, 40, 0.08) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#cheongsol,
#representative,
#principles,
#credentials {
  scroll-margin-top: 100px;
}

.cs-page-hero {
  position: relative;
  isolation: isolate;
  background-color: #0f1b30;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 38%;
  padding: 265px 0 160px;
  text-align: center;
}

.cs-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(8, 16, 32, 0.48) 0%, rgba(12, 22, 42, 0.52) 48%, rgba(8, 16, 32, 0.66) 100%);
}

.cs-page-hero .container {
  position: relative;
  z-index: 1;
}

.cs-page-hero-copy {
  max-width: 820px;
  margin: 0 auto;
}

.cs-page-hero-copy h1 {
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.cs-page-hero-lead {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.cs-intro-section {
  padding: 110px 0;
  background: #fff;
}

.cs-intro-section .container {
  max-width: 1480px;
}

.cs-intro-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) max-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  align-items: center;
}

.cs-intro-side {
  border-right: 1px solid #ececec;
  padding: 8px 48px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-intro-side article {
  padding: 34px 8px;
  border-bottom: 1px solid #ececec;
}

.cs-intro-side article:first-child {
  padding-top: 8px;
}

.cs-intro-side article:last-child {
  border-bottom: none;
  padding-bottom: 8px;
}

.cs-intro-icon {
  color: #1a2a47;
  line-height: 0;
}

.cs-intro-side h3 {
  margin: 18px 0 10px;
  color: #1a2a47;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.cs-intro-side p {
  margin: 0;
  color: #8b93a7;
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-intro-main {
  padding: 16px 0 16px 72px;
}

.cs-intro-kicker {
  position: relative;
  display: inline-block;
  color: #e2b340;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #e2b340;
  padding-bottom: 6px;
  margin-bottom: 18px;
}

.cs-intro-main h2 {
  margin: 0 0 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.cs-intro-copy p {
  color: #7d8698;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: -0.03em;
  word-break: keep-all;
  margin-bottom: 16px;
}

@media (min-width: 1400px) {
  .cs-intro-layout {
    grid-template-columns: 280px max-content;
  }

  .cs-intro-side {
    padding-right: 32px;
  }

  .cs-intro-main {
    padding-left: 40px;
  }

  .cs-intro-copy p {
    white-space: nowrap;
  }
}

.cs-intro-copy p:last-child {
  margin-bottom: 0;
}

.cs-intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding: 16px 26px;
  background: #1a2a47;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 2px;
  transition: background 0.3s ease, color 0.3s ease;
}

.cs-intro-cta:hover {
  background: #243656;
  color: #fff;
}

.cs-intro-cta svg {
  display: block;
}

.cs-rep-section {
  padding: 110px 0;
  background: #fff;
}

.cs-rep-head {
  margin-top: 10px;
  margin-bottom: 58px;
  text-align: left;
}

.cs-rep-head h2 {
  margin: 0;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.05em;
}

.cs-rep-photo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 50% 30%, rgba(226, 179, 64, 0.16) 0%, rgba(26, 42, 71, 0) 62%),
    linear-gradient(180deg, #243656 0%, #1a2a47 100%);
  height: 620px;
  padding: 72px 16px 0;
}

.cs-rep-photo img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}

.cs-rep-role {
  color: #e2b340;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.cs-rep-body h3 {
  font-size: 48px;
  font-weight: 800;
  color: #1a2a47;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}

.cs-rep-field {
  color: #5b6780;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 36px;
}

.cs-rep-body blockquote {
  margin: 0 0 36px;
  padding: 0 0 0 18px;
  border-left: 3px solid #e2b340;
  color: #1a2a47;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  letter-spacing: -0.03em;
}

.cs-rep-body > p {
  color: #3a4660;
  font-size: 16px;
  line-height: 1.85;
  word-break: keep-all;
}

.cs-rep-oneline {
  display: block;
  white-space: nowrap;
  letter-spacing: -0.045em;
  font-size: 15px;
}

.cs-rep-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 28px 0 18px;
  padding: 28px 32px 18px;
  border: 1px solid #d8deea;
  border-radius: 8px;
  background: #fff;
}

.cs-rep-lists h4 {
  display: inline-block;
  font-size: 15px;
  font-weight: 800;
  color: #1a2a47;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 3px solid #e2b340;
  letter-spacing: -0.03em;
}

.cs-rep-lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs-rep-lists li {
  position: relative;
  padding: 0 0 10px 14px;
  color: #3a4660;
  font-size: 15px;
  line-height: 1.55;
}

.cs-rep-lists li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e2b340;
}

.cs-rep-note {
  font-size: 14px;
  color: #6b7388;
  line-height: 1.7;
  word-break: keep-all;
  margin-bottom: 28px;
}

.cs-rep-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cs-rep-actions .main-btn.two {
  background: transparent;
  border: 1px solid #1a2a47;
  color: #1a2a47;
}

.cs-rep-actions .main-btn.two:hover {
  background: #1a2a47;
  color: #fff;
}

.cs-rep-person {
  margin-top: 88px;
  padding-top: 88px;
  border-top: 1px solid #e6eaf2;
}

.cs-principle-section {
  padding: 110px 0 150px;
  background: #f7f4ec;
}

.cs-principle-section .cs-rep-head {
  margin-bottom: 56px;
}

.cs-principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #e4e0d6;
}

.cs-principle-item {
  text-align: center;
  border-right: 1px solid #e4e0d6;
}

.cs-principle-face {
  height: 100%;
  padding: 36px 28px 68px;
  background: #fff;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.cs-principle-item:hover .cs-principle-face {
  background: #f6efe4;
  animation: cs-principle-bounce 0.55s ease;
}

@keyframes cs-principle-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  62% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

.cs-principle-item:last-child {
  border-right: none;
}

.cs-principle-item h3 {
  margin: 0 0 28px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cs-principle-icon {
  color: #1a2a47;
  line-height: 0;
  margin-bottom: 22px;
}

.cs-principle-item p {
  max-width: 240px;
  margin: 0 auto;
  color: #8b93a7;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.cs-cred-section {
  position: relative;
  overflow: hidden;
  background: #0e1624;
}

.cs-cred-photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #d8cfc4;
}

.cs-cred-photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
}

.cs-cred-photo img.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.cs-cred-photo img[data-cred-photo="park"] {
  object-position: center 30%;
}

.cs-cred-groups {
  position: relative;
  width: 100%;
  min-height: 220px;
}

.cs-cred-groups .cs-cred-panes {
  width: 100%;
}

.cs-cred-groups .cs-cred-panes.is-active {
  animation: cs-cred-slide-in 0.55s ease both;
}

.cs-cred-panes[hidden] {
  display: none !important;
}

@keyframes cs-cred-slide-in {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.cs-cred-layout {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: stretch;
  min-height: 620px;
}

.cs-cred-panel {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 620px;
  padding: 96px 8% 96px 72px;
  color: #fff;
}

.cs-cred-panel .cs-intro-kicker {
  align-self: flex-start;
  color: #e2b340;
  border-bottom: 2px solid #e2b340;
  padding-bottom: 6px;
  margin-bottom: 18px;
}

.cs-cred-panel .cs-intro-kicker::after {
  content: none;
}

.cs-cred-panel h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 48px;
  line-height: 1.28;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.cs-cred-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.cs-cred-tabs button {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 4px;
  cursor: pointer;
}

.cs-cred-tabs button.is-active {
  background: #e2b340;
  color: #1a2a47;
}

.cs-cred-panes {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cs-cred-panes .cs-cred-pane[data-cred-pane="qualify"]:not(.is-active) {
  visibility: hidden;
  opacity: 0;
}

.cs-cred-panes .cs-cred-pane:not([data-cred-pane="qualify"]) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background: #0e1624;
}

.cs-cred-panes .cs-cred-pane:not([data-cred-pane="qualify"]).is-active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.cs-cred-pane p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.85;
  word-break: keep-all;
}

.cs-cred-pane ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.cs-cred-pane li {
  position: relative;
  padding: 0 0 12px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

.cs-cred-pane li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e2b340;
}

.cs-about-cta {
  padding: 90px 0 110px;
  background: #f7f4ec;
}

.cs-about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #0e1624;
  border-radius: 24px;
  padding: 48px 44px;
}

.cs-about-cta-copy h2 {
  color: #fff;
  font-size: 32px;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}

.cs-about-cta-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
  word-break: keep-all;
}

.cs-about-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.cs-about-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.cs-about-cta-form {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.cs-about-cta-form:hover {
  border-color: #e2b340;
  color: #e2b340;
}

.cs-footer-disclaimer {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

@media (max-width: 1199.98px) {
  .cs-page-hero-copy h1 {
    font-size: 48px;
  }

  .cs-intro-main {
    padding-left: 48px;
  }

  .cs-intro-main h2 {
    font-size: 40px;
  }

  .cs-cred-panel {
    padding: 80px 40px;
  }

  .cs-cred-panel h2 {
    font-size: 40px;
  }
}

@media (max-width: 991.98px) {
  .cs-page-hero {
    padding: 180px 0 100px;
  }

  .cs-page-hero-copy h1 {
    font-size: 38px;
  }

  .cs-intro-section,
  .cs-rep-section,
  .cs-principle-section {
    padding: 80px 0;
  }

  .cs-cred-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .cs-cred-photo {
    position: relative;
    width: 100%;
    height: 520px;
  }

  .cs-cred-photo img {
    max-width: none;
    max-height: none;
    object-position: center 36%;
  }

  .cs-cred-panel {
    grid-column: 1;
    min-height: 0;
    padding: 56px 24px 64px;
  }

  .cs-cred-panel h2 {
    font-size: 34px;
  }

  .cs-intro-layout {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 36px;
  }

  .cs-intro-side {
    border-right: none;
    padding: 0;
  }

  .cs-intro-main {
    order: -1;
    padding: 0;
  }

  .cs-intro-main h2 {
    font-size: 34px;
  }

  .cs-principle-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cs-principle-item:nth-child(2) {
    border-right: none;
  }

  .cs-principle-item {
    border-bottom: 1px solid #e4e0d6;
  }

  .cs-rep-lists {
    grid-template-columns: 1fr;
  }

  .cs-rep-lists {
    padding: 22px 20px 12px;
  }

  .cs-about-cta-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 36px 28px;
  }

  .cs-about-cta-copy h2 {
    font-size: 26px;
  }

  .cs-rep-head h2 {
    font-size: 34px;
  }

  .cs-rep-body h3 {
    font-size: 30px;
  }

  .cs-rep-oneline {
    white-space: normal;
    font-size: 16px;
    letter-spacing: -0.03em;
  }

  .cs-rep-photo {
    height: 480px;
    padding-top: 56px;
  }

  .cs-rep-photo img {
    height: 100%;
    max-height: none;
  }
}

@media (max-width: 575.98px) {
  .cs-page-hero {
    padding: 160px 0 90px;
  }

  .cs-page-hero-copy h1 {
    font-size: 34px;
  }

  .cs-principle-grid {
    grid-template-columns: 1fr;
  }

  .cs-principle-item,
  .cs-principle-item:nth-child(2) {
    border-right: none;
  }
}

.cs-svc-hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #e2b340;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cs-services-page .cs-page-hero-copy h1,
.cs-consult-page .cs-page-hero-copy h1 {
  font-weight: 700;
}

.cs-consult-page .cs-page-hero {
  background-image: url("../img/cheongsol/consult-hero.png");
  background-position: center 45%;
}

.cs-svc-intro {
  padding: 88px 0 40px;
  background: #fff;
}

.cs-svc-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px 64px;
  align-items: center;
}

.cs-svc-intro-kicker {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e2b340;
  color: #e2b340;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cs-svc-intro-copy h2 {
  margin: 0 0 24px;
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.cs-svc-intro-copy p {
  margin: 0 0 16px;
  color: #4d5668;
  font-size: 16px;
  line-height: 1.85;
  word-break: keep-all;
}

.cs-svc-intro-visual {
  position: relative;
  min-height: 430px;
  margin: 0 36px 18px 0;
}

.cs-svc-intro-mainimg {
  height: 390px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(26, 42, 71, 0.14);
}

.cs-svc-intro-mainimg img,
.cs-svc-intro-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-svc-intro-stat {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 168px;
  height: 168px;
  border-radius: 6px;
  background: #e2b340;
  color: #fff;
  text-align: center;
  box-shadow: 0 12px 28px rgba(184, 140, 40, 0.28);
}

.cs-svc-intro-stat strong {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.cs-svc-intro-stat strong span {
  font-size: 22px;
}

.cs-svc-intro-stat > span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cs-svc-intro-mini {
  position: absolute;
  right: -28px;
  bottom: 0;
  z-index: 3;
  width: 210px;
  height: 148px;
  border: 5px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(26, 42, 71, 0.16);
}

.cs-svc-intro-copy,
.cs-svc-intro-mainimg,
.cs-svc-intro-stat,
.cs-svc-intro-mini {
  opacity: 0;
}

#services-intro.is-inview .cs-svc-intro-copy {
  animation: csSvcIntroCopy 1.15s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

#services-intro.is-inview .cs-svc-intro-mainimg {
  animation: csSvcIntroVisual 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

#services-intro.is-inview .cs-svc-intro-stat {
  animation: csSvcIntroStat 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

#services-intro.is-inview .cs-svc-intro-mini {
  animation: csSvcIntroMini 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.58s both;
}

@keyframes csSvcIntroCopy {
  from {
    opacity: 0;
    transform: translateX(-48px);
    clip-path: inset(0 100% 0 0);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes csSvcIntroVisual {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes csSvcIntroStat {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes csSvcIntroMini {
  from {
    opacity: 0;
    transform: translate(16px, 18px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-svc-intro-copy,
  .cs-svc-intro-mainimg,
  .cs-svc-intro-stat,
  .cs-svc-intro-mini {
    opacity: 1;
    animation: none;
  }
}

.cs-svc-note {
  color: #8b93a7 !important;
  font-size: 15px !important;
}

.cs-svc-finder {
  margin-top: 56px;
  background: #f7f4ec;
  border-radius: 18px;
  padding: 28px 26px 24px;
}

.cs-svc-finder h2 {
  margin: 0 0 18px;
  color: #1a2a47;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.cs-svc-finder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.cs-svc-finder-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  color: #1a2a47;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  text-decoration: none;
  word-break: keep-all;
}

.cs-svc-finder-grid a:hover {
  background: #1a2a47;
  color: #fff;
}

.cs-svc-block {
  padding: 72px 0;
  background: #fff;
}

.cs-svc-block:nth-of-type(even) {
  background: #f7f4ec;
}

.cs-svc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.cs-svc-block.is-reverse .cs-svc-grid {
  direction: rtl;
}

.cs-svc-block.is-reverse .cs-svc-copy,
.cs-svc-block.is-reverse .cs-svc-visual {
  direction: ltr;
}

.cs-svc-copy h2 {
  margin: 0 0 16px;
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.cs-svc-lead {
  margin: 0 0 28px;
  color: #5c6576;
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.cs-svc-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.cs-svc-copy .main-btn {
  align-self: flex-end;
  margin-top: 4px;
}

.cs-svc-copy .cs-intro-kicker {
  align-self: flex-start;
  width: fit-content;
}

.cs-svc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
  margin-bottom: 28px;
  padding: 26px 26px 16px;
  border: 1px solid #e6e1d6;
  border-radius: 16px;
  background: #fff;
}

.cs-svc-cols h3,
.cs-svc-docs h3 {
  margin: 0 0 12px;
  color: #1a2a47;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cs-svc-cols ul,
.cs-svc-docs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-svc-cols li {
  position: relative;
  padding: 0 0 10px 14px;
  color: #5c6576;
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
}

.cs-svc-cols li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e2b340;
}

.cs-svc-docs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.cs-svc-docs li {
  padding: 8px 12px;
  border-radius: 999px;
  background: #f6efe4;
  color: #1a2a47;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.cs-svc-block:nth-of-type(even) .cs-svc-docs li {
  background: #fff;
}

.cs-svc-visual {
  overflow: hidden;
  border-radius: 20px;
  min-height: 420px;
  background: #eef1f4;
}

.cs-svc-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.cs-svc-caution {
  padding: 88px 0;
  background: #111111;
}

.cs-svc-caution-grid {
  display: grid;
  grid-template-columns: auto max-content minmax(320px, 520px);
  gap: 28px 56px;
  align-items: center;
  justify-content: center;
}

.cs-svc-caution-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  text-align: center;
}

.cs-svc-caution-stat strong {
  color: #fff;
  font-size: 80px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.cs-svc-caution-stat strong small {
  margin-left: 6px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.cs-svc-caution-stat span {
  margin-top: 10px;
  color: #e2b340;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.cs-svc-caution-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #e2b340;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.cs-svc-caution-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.cs-svc-caution-text p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.85;
  word-break: keep-all;
}

.cs-svc-caution-text p:last-child {
  margin-bottom: 0;
}

#auto,
#health,
#liability,
#workers {
  scroll-margin-top: 110px;
}

@media (max-width: 991.98px) {
  .cs-svc-intro-grid,
  .cs-svc-grid,
  .cs-svc-cols {
    grid-template-columns: 1fr;
  }

  .cs-svc-intro-copy h2 {
    font-size: 32px;
  }

  .cs-svc-intro-visual {
    margin: 8px 0 0;
    min-height: 0;
  }

  .cs-svc-intro-mainimg {
    height: 300px;
  }

  .cs-svc-intro-stat {
    left: 16px;
    bottom: 16px;
    width: 132px;
    height: 132px;
  }

  .cs-svc-intro-stat strong {
    font-size: 32px;
  }

  .cs-svc-intro-mini {
    right: 12px;
    width: 150px;
    height: 110px;
  }

  .cs-svc-finder-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cs-svc-block.is-reverse .cs-svc-grid {
    direction: ltr;
  }

  .cs-svc-copy h2 {
    font-size: 32px;
  }

  .cs-svc-visual,
  .cs-svc-visual img {
    min-height: 260px;
  }

  .cs-svc-caution-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cs-svc-caution-stat {
    width: min(100%, 280px);
    height: 180px;
  }

  .cs-svc-caution-stat strong {
    font-size: 64px;
  }

  .cs-svc-caution-stat strong small {
    font-size: 22px;
  }

  .cs-svc-caution-copy h2 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #need .sec-title .sub-title,
  #need .sec-title h2,
  #need .cs-need-card,
  #need .cs-need-note,
  #promise .sec-title .sub-title,
  #promise .sec-title h2,
  #promise .sec-title p,
  #promise .cs-promise-card {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .cs-principle-item:hover .cs-principle-face {
    animation: none;
    transform: none;
  }

  .cs-need-card,
  .cs-need-card::after,
  #promise .cs-promise-card,
  #promise .cs-promise-card .icon {
    transition: none;
  }
}

.cs-cases-page .cs-page-hero-copy h1 {
  font-weight: 700;
}

.cs-case-hero-note {
  margin: 18px auto 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-case-board {
  padding: 102px 0 130px;
  background: #f7f4ec;
}

.cs-case-crumb {
  margin: 0 0 28px;
  color: #8b93a7;
  font-size: 14px;
}

.cs-case-crumb a {
  color: inherit;
  text-decoration: none;
}

.cs-case-board-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.cs-case-board-head h2 {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.cs-case-board-head p {
  margin: 0;
  color: #5c6576;
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.cs-case-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.cs-case-filter {
  position: sticky;
  top: 110px;
  padding: 22px 18px 18px;
  border-radius: 18px;
  background: #fff;
}

.cs-case-filter h2 {
  margin: 0 0 14px;
  color: #1a2a47;
  font-size: 18px;
  font-weight: 700;
}

.cs-case-filter-list {
  display: grid;
  gap: 8px;
}

.cs-case-filter-list button {
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: #f4f1ea;
  color: #1a2a47;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.cs-case-filter-list button.is-active {
  background: #1a2a47;
  color: #fff;
}

.cs-case-filter p {
  margin: 16px 0 0;
  color: #8b93a7;
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-case-list-label {
  margin: 0 0 12px;
  color: #8b93a7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.cs-case-list {
  display: grid;
  gap: 12px;
}

.cs-case-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 22px 20px;
  border-radius: 16px;
  background: #fff;
}

.cs-case-card.is-entering {
  animation: csCaseCardIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.cs-case-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f6efe4;
  color: #1a2a47;
  font-size: 12px;
  font-weight: 700;
}

.cs-case-card h3 {
  margin: 0 0 8px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.cs-case-card p,
.cs-case-points {
  margin: 0;
  color: #5c6576;
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-case-points {
  margin-top: 8px !important;
  color: #8b93a7 !important;
  font-size: 13px !important;
}

.cs-case-more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #e6e1d6;
  border-radius: 999px;
  color: #1a2a47;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cs-case-more:hover {
  background: #1a2a47;
  color: #fff;
}

.cs-case-empty {
  margin: 16px 0 0;
  color: #5c6576;
}

.cs-case-reviews {
  position: relative;
  isolation: isolate;
  padding: 96px 0 88px;
  background-color: #1a2433;
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  overflow: hidden;
}

.cs-case-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 24, 0.62);
}

.cs-case-reviews .container {
  position: relative;
  z-index: 1;
}

.cs-case-reviews-head {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.cs-case-reviews-head span {
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e2b340;
  color: #e2b340;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cs-case-reviews-head h2 {
  display: block;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.05em;
}

.cs-case-reviews-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

.cs-case-reviews-swiper {
  overflow: hidden;
  padding-bottom: 36px;
}

.cs-case-reviews-swiper .swiper-slide {
  height: auto;
}

.cs-case-reviews-swiper article,
.cs-case-reviews-grid article {
  min-height: 280px;
  height: 100%;
  padding: 28px 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 20, 28, 0.62);
  backdrop-filter: blur(6px);
}

.cs-case-reviews-dots {
  position: static;
  margin-top: 22px;
}

.cs-case-reviews-dots .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.cs-case-reviews-dots .swiper-pagination-bullet-active {
  background: #e2b340;
}

.cs-case-quote {
  display: block;
  margin-bottom: 8px;
  color: #e2b340;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.cs-case-reviews-swiper article p,
.cs-case-reviews-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.cs-case-review-by {
  margin-top: 22px !important;
  color: #e2b340 !important;
  font-size: 14px !important;
  font-weight: 700;
}

.cs-case-guide {
  padding: 88px 0;
  background: #f7f4ec;
  color: #1a1a1a;
}

.cs-case-guide-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e2b340;
  color: #e2b340;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cs-case-guide h2 {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.cs-case-guide-lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: #5c6576;
  line-height: 1.8;
  word-break: keep-all;
}

.cs-case-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-case-guide-grid article {
  min-height: 160px;
  padding: 24px 22px;
  border-radius: 16px;
  background: #fff;
  color: #1a2a47;
  opacity: 0;
  transition: background-color 0.35s ease;
}

.cs-case-guide-grid article:hover {
  background: #efe6d2;
}

.cs-case-guide .container > .cs-case-guide-kicker,
.cs-case-guide .container > h2,
.cs-case-guide .container > .cs-case-guide-lead {
  opacity: 0;
}

#case-guide.is-inview .cs-case-guide-grid {
  opacity: 1;
}

#case-guide.is-inview .cs-case-guide-kicker,
#case-guide.is-inview h2,
#case-guide.is-inview .cs-case-guide-lead {
  animation: csCaseGuideEnter 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#case-guide.is-inview h2 {
  animation-delay: 0.08s;
}

#case-guide.is-inview .cs-case-guide-lead {
  animation-delay: 0.16s;
}

#case-guide.is-inview .cs-case-guide-grid article {
  animation: csCaseGuideEnter 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

#case-guide.is-inview .cs-case-guide-grid article:nth-child(1) { animation-delay: 0.24s; }
#case-guide.is-inview .cs-case-guide-grid article:nth-child(2) { animation-delay: 0.34s; }
#case-guide.is-inview .cs-case-guide-grid article:nth-child(3) { animation-delay: 0.44s; }

@keyframes csCaseGuideEnter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-case-guide .container > *,
  #case-guide.is-inview .cs-case-guide-grid article {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

.cs-case-guide-grid h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.cs-case-guide-grid p {
  margin: 0;
  color: #5c6576;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-case-detail {
  padding: 180px 0 90px;
  background: #fff;
}

.cs-case-article h1 {
  margin: 12px 0 16px;
  max-width: 760px;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.cs-case-article-lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: #5c6576;
  line-height: 1.8;
  word-break: keep-all;
}

.cs-case-steps {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.cs-case-steps li {
  padding: 22px 0;
  border-top: 1px solid #eee8dc;
}

.cs-case-steps h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: #1a2a47;
  font-size: 20px;
  font-weight: 700;
}

.cs-case-steps h2 span {
  color: #e2b340;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.cs-case-steps p,
.cs-case-steps li {
  color: #5c6576;
  line-height: 1.8;
  word-break: keep-all;
}

.cs-case-steps ul {
  margin: 0;
  padding-left: 18px;
}

.cs-case-back {
  margin: 28px 0 0;
}

.cs-case-back a {
  color: #1a2a47;
  font-weight: 700;
  text-decoration: none;
}

@keyframes csCaseCardIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .cs-case-layout,
  .cs-case-guide-grid {
    grid-template-columns: 1fr;
  }

  .cs-case-reviews {
    background-attachment: scroll;
  }

  .cs-case-filter {
    position: static;
  }

  .cs-case-filter-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .cs-case-filter-list button {
    flex: 0 0 auto;
  }

  .cs-case-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .cs-case-board-head h2,
  .cs-case-article h1,
  .cs-case-guide h2 {
    font-size: 30px;
  }
}

.cs-consult-page #consult-form,
.cs-consult-page #ways,
.cs-consult-page #faq {
  scroll-margin-top: 110px;
}

.cs-consult-hero-note {
  margin: 14px auto 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-consult-ways {
  padding: 102px 0 80px;
  background: #f7f4ec;
}

.cs-consult-ways-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cs-way-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px 24px;
  border-radius: 18px;
  background: #fff;
  color: #1a2a47;
  text-decoration: none;
  animation: cs-consult-rise 0.7s ease both;
  transition: transform 0.3s ease, box-shadow 0.35s ease;
}

.cs-way-card:nth-child(2) {
  animation-delay: 0.1s;
}

.cs-way-card:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes cs-consult-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.cs-way-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(26, 42, 71, 0.08);
  color: #1a2a47;
}

.cs-way-card.is-kakao {
  background: #fee500;
}

.cs-way-card.is-online {
  background: #e7efe8;
}

.cs-way-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
}

.cs-way-main {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.cs-way-sub,
.cs-way-card p,
.cs-way-note {
  margin: 0 0 10px;
  color: #4d5668;
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-way-note {
  color: #8b93a7;
  font-size: 13px;
}

.cs-way-go {
  margin-top: auto;
  font-weight: 700;
}

.cs-consult-form-section {
  padding: 72px 0 40px;
  background: #fff;
}

.cs-consult-form-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.cs-consult-form-head h2,
.cs-consult-faq h2,
.cs-consult-done h2 {
  margin: 0 0 12px;
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.cs-consult-form-head p {
  margin: 0;
  color: #5c6576;
  line-height: 1.8;
  word-break: keep-all;
}

.cs-consult-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
}

.cs-consult-form,
.cs-prep-box,
.cs-sensitive-box,
.cs-consult-done {
  padding: 28px 24px;
  border: 1px solid #e6e1d6;
  border-radius: 18px;
  background: #fff;
}

.cs-consult-form h3 {
  margin: 8px 0 14px;
  color: #1a2a47;
  font-size: 18px;
  font-weight: 700;
}

.cs-consult-form label {
  display: block;
  margin: 14px 0 8px;
  color: #1a2a47;
  font-size: 14px;
  font-weight: 700;
}

.cs-consult-form input,
.cs-consult-form select,
.cs-consult-form textarea {
  width: 100%;
  padding: 14px 14px;
  border: 1px solid #e6e1d6;
  border-radius: 10px;
  background: #fff;
  color: #1a1a1a;
}

.cs-consult-form textarea {
  min-height: 160px;
  resize: vertical;
}

.cs-field-error {
  min-height: 1.2em;
  margin: 6px 0 0;
  color: #b42318;
  font-size: 13px;
}

.cs-field-hint,
.cs-char-count,
.cs-form-footnote,
.cs-consent-detail {
  margin: 8px 0 0;
  color: #8b93a7;
  font-size: 13px;
  line-height: 1.6;
  word-break: keep-all;
}

.cs-consult-form .cs-checkline {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 18px;
  font-weight: 700;
}

.cs-consult-form .cs-checkline input {
  width: auto;
  margin-top: 4px;
}

.cs-consult-form .cs-checkline a {
  color: #1a2a47;
  text-decoration: underline;
}

.cs-consult-form .main-btn {
  margin-top: 18px;
  border: 0;
}

.cs-consult-form[hidden],
.cs-consult-form-head[hidden],
.cs-consult-layout[hidden],
.cs-consult-done[hidden],
.cs-prep-extra[hidden],
#consult-time-custom[hidden] {
  display: none !important;
}

.cs-consult-side {
  display: grid;
  gap: 16px;
}

.cs-prep-box {
  background: #eef3ee;
}

.cs-sensitive-box {
  background: #f7f4ec;
}

.cs-prep-box h3,
.cs-sensitive-box h3,
.cs-prep-box h4 {
  margin: 0 0 12px;
  color: #1a2a47;
  font-size: 18px;
  font-weight: 700;
}

.cs-prep-box ul,
.cs-sensitive-box p {
  margin: 0 0 10px;
  padding-left: 18px;
  color: #4d5668;
  line-height: 1.7;
  word-break: keep-all;
}

.cs-sensitive-box p {
  padding-left: 0;
}

.cs-consult-done {
  margin-top: 28px;
}

.cs-consult-done ul {
  margin: 16px 0;
  padding-left: 18px;
  color: #4d5668;
}

.cs-consult-done-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cs-consult-done-actions a {
  color: #1a2a47;
  font-weight: 700;
  text-decoration: none;
}

.cs-consult-faq {
  padding: 72px 0 100px;
  background: #f7f4ec;
}

.cs-consult-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.cs-faq-item {
  border-radius: 12px;
  background: #fff;
}

.cs-faq-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 18px;
  border: 0;
  background: transparent;
  color: #1a2a47;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.cs-faq-item button::after {
  content: "+";
  color: #e2b340;
  font-size: 22px;
  font-weight: 500;
}

.cs-faq-item.active button::after {
  content: "–";
}

.cs-faq-item div {
  display: none;
  padding: 0 18px 18px;
}

.cs-faq-item.active div {
  display: block;
}

.cs-faq-item p {
  margin: 0;
  color: #5c6576;
  line-height: 1.8;
  word-break: keep-all;
}

@media (max-width: 991.98px) {
  .cs-consult-ways-grid,
  .cs-consult-layout {
    grid-template-columns: 1fr;
  }
}
