/* Dr. Forward brand layer — keeps ADX layout, retones for #F65009 */

:root {
  --df-orange: #f65009;
  --df-orange-deep: #d94300;
  --df-ink: #141213;
  --df-muted: #5c5c5c;
  --df-cream: #faf7f5;
}

body.is-loading {
  overflow: hidden;
}

.df-loader {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.df-loader.is-gone {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.df-loader__burst {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #f65009;
  clip-path: circle(0% at 50% 50%);
  pointer-events: none;
}
.df-loader.is-zoom .df-loader__burst {
  clip-path: circle(150% at 50% 50%);
  transition: clip-path 0.82s cubic-bezier(0.16, 1, 0.3, 1);
}
.df-loader__panel {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}
.df-loader__word {
  position: relative;
  margin: 0;
  font-family: "Montserrat", Pretendard, sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 9vw, 5.6rem);
  letter-spacing: -0.05em;
  line-height: 0.92;
  white-space: nowrap;
  font-synthesis: none;
  font-optical-sizing: none;
  font-variation-settings: normal;
  -webkit-font-smoothing: antialiased;
}
.df-loader.is-zoom .df-loader__word {
  opacity: 0;
  transition: opacity 0.22s ease;
}
.df-loader__ghost,
.df-loader__ink {
  display: block;
}
.df-loader__ghost {
  color: #eceae8;
}
.df-loader__ink {
  position: absolute;
  left: 0;
  top: 0;
  color: #f65009;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
}
.df-loader.is-filled .df-loader__ghost {
  visibility: hidden;
}
.df-loader.is-filled .df-loader__ink {
  clip-path: none;
}
.df-loader__hint {
  display: none;
}
@media (max-width: 860px) {
  .df-loader__hint {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: max(96px, calc(env(safe-area-inset-bottom) + 84px));
    z-index: 2;
    margin: 0;
    color: #f65009;
    font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
  }
  .df-loader.is-ready .df-loader__hint {
    opacity: 1;
    transform: translateY(0);
    animation: df-hint-pulse 1.7s ease-in-out infinite;
  }
  .df-loader.is-zoom .df-loader__hint {
    opacity: 0;
    animation: none;
    transition: opacity 0.18s ease;
  }
}
@keyframes df-hint-pulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Nav wordmark */
#HomeBtn {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#HomeBtn img {
  display: none !important;
}
#HomeBtn::after {
  content: "Dr. Forward";
  font-family: "Montserrat", Pretendard, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--df-orange);
  line-height: 1;
}

#GnbNav > ul > li a {
  font-weight: 600;
  letter-spacing: 0.02em;
}
#GnbNav > ul > li span,
#GnbNav > ul > li > a.df-cta {
  background: var(--df-orange) !important;
  color: #fff !important;
  border: none;
}
#GnbNav > ul > li > .sub_menu_wrap {
  border-color: var(--df-orange) !important;
}
#GnbNav > ul > li > .sub_menu_wrap > ul > li > a {
  color: var(--df-orange) !important;
}

/* Hide unfinished menus */
#GnbNav > ul > li.df-hide,
#MobileNav > ul > li.df-hide {
  display: none !important;
}

/* Hero — video stays; rhythmic typography only */
.will-hero {
  background: #050505;
  opacity: 1;
  overflow: visible !important;
}
#Section1 {
  overflow: visible !important;
}
.will-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, transparent 0%, rgba(5, 5, 5, 0.35) 55%, rgba(5, 5, 5, 0.78) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.55) 0%, transparent 28%, transparent 58%, rgba(5, 5, 5, 0.88) 100%);
}
.will-hero::after {
  display: none;
}

/* ADX press block removed — not Dr. Forward content */
.news_area {
  display: none !important;
}
.will-hero__media video {
  filter: saturate(1.05) contrast(1.04);
}
.will-hero__inner {
  mix-blend-mode: normal;
  justify-content: flex-end;
  padding-block: 0 13vh;
  z-index: 4;
  overflow: visible !important;
}
.will-hero__content {
  gap: 0.85rem;
  position: relative;
  z-index: 5;
  overflow: visible !important;
  font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
}
.will-hero__media {
  z-index: 0;
}

.will-hero__eyebrow,
.will-hero__wordmark,
.will-hero__lines {
  grid-column: 1 / -1;
  text-align: center;
  justify-self: center;
}

.will-hero__eyebrow {
  margin: 0;
  font-family: "Montserrat", Pretendard, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translate3d(0, 1.2rem, 0);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.will-hero.visible .will-hero__eyebrow {
  opacity: 1;
  transform: translateZ(0);
  transition-delay: 0.15s;
}

.will-hero__wordmark {
  margin: 0;
  font-family: "Montserrat", Pretendard, sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 9vw, 6.25rem);
  letter-spacing: -0.045em;
  line-height: 0.92;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.will-hero__wordmark .wm-char {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 1.15em, 0) rotateX(28deg);
  transform-origin: 50% 100%;
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(0.28s + var(--i) * 0.045s);
}
.will-hero.visible .will-hero__wordmark .wm-char {
  opacity: 1;
  transform: translateZ(0) rotateX(0);
}
.will-hero__wordmark .wm-space {
  display: inline-block;
  width: 0.28em;
}
.will-hero__wordmark::after {
  content: "";
  display: block;
  flex-basis: 100%;
  width: 0;
  height: 3px;
  margin: 1.15rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #f65009, #ff8a4c);
  box-shadow: 0 0 24px rgba(246, 80, 9, 0.55);
  opacity: 0;
  transition: width 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.85s,
    opacity 0.6s ease 0.85s;
}
.will-hero.visible .will-hero__wordmark::after {
  width: 3.25rem;
  opacity: 1;
}

.will-hero__lines {
  position: relative;
  width: min(44rem, 94vw);
  min-height: 5em;
  margin: 0.55rem auto 0;
  opacity: 0;
  transform: translate3d(0, 1.4rem, 0);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.95s;
  overflow: visible;
}
.will-hero.visible .will-hero__lines {
  opacity: 1;
  transform: translateZ(0);
}

.will-hero__line {
  position: absolute;
  inset: auto 0 0 0;
  top: 0;
  margin: 0;
  z-index: 1;
  font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(1.35rem, 3.1vw, 2rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: visible;
}
.will-hero__line.is-active,
.will-hero__line.is-leaving,
.will-hero__line.is-entering {
  opacity: 1;
  visibility: visible;
}
.will-hero__line.is-active {
  z-index: 2;
  pointer-events: auto;
}
.will-hero__line.is-leaving {
  z-index: 6;
  pointer-events: none;
}
.will-hero__line.is-entering {
  z-index: 4;
  pointer-events: none;
}

.will-hero__line .fog-char,
.will-hero__line .fog-space {
  display: inline-block;
}
.will-hero__line .fog-char {
  position: relative;
  transform-origin: 50% 50%;
  will-change: transform, opacity, filter;
}
.will-hero__content,
.will-hero__inner,
.will-hero__lines {
  overflow: visible !important;
}

.will-hero__actions {
  display: none !important;
}

.will-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease 1.4s;
}
.will-hero.visible .will-hero__scroll {
  opacity: 1;
}
.will-hero__scroll-line {
  width: 1px;
  height: 2.4rem;
  background: linear-gradient(180deg, #f65009, transparent);
  animation: df-hero-scroll 1.8s ease-in-out infinite;
}
@keyframes df-hero-scroll {
  0% { transform: scaleY(0.35); opacity: 0.35; transform-origin: top; }
  50% { transform: scaleY(1); opacity: 1; transform-origin: top; }
  100% { transform: scaleY(0.35); opacity: 0.35; transform-origin: top; }
}

@media (min-width: 769px) {
  .will-hero__eyebrow,
  .will-hero__wordmark,
  .will-hero__lines {
    grid-column: 4 / -4;
  }
}
@media (min-width: 1280px) {
  .will-hero__eyebrow,
  .will-hero__wordmark,
  .will-hero__lines {
    grid-column: 5 / -5;
  }
}
@media (max-width: 768px) {
  .will-hero__inner {
    /* 스크롤 인디케이터를 숨기므로 하단 여백을 줄여 수직 중앙을 맞춘다 */
    padding-block: 0 5vh;
  }
  .will-hero__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }
  .will-hero__wordmark {
    /* 워드마크가 화면 폭을 84%까지 먹어 답답했던 부분 — 좌우 여백 확보 */
    font-size: clamp(2.5rem, 11.5vw, 3.1rem);
    letter-spacing: -0.04em;
  }
  .will-hero__wordmark::after {
    height: 2px;
    margin-top: 0.9rem;
  }
  .will-hero.visible .will-hero__wordmark::after {
    width: 2.6rem;
  }
  .will-hero__lines {
    width: min(21rem, 90vw);
    min-height: 4.8em;
    margin-top: 0.9rem;
  }
  .will-hero__line {
    /* 워드마크와의 크기 격차를 좁혀 본문이 묻히지 않게 */
    font-size: 1.44rem;
    line-height: 1.52;
  }
  .will-hero__scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Wordmark / chrome only — do NOT freeze .fog-char (JS owns that motion) */
  .will-hero__eyebrow,
  .will-hero__wordmark .wm-char,
  .will-hero__lines,
  .will-hero__wordmark::after,
  .will-hero__scroll {
    transition: none !important;
    animation: none !important;
  }
  .will-hero__eyebrow,
  .will-hero__wordmark .wm-char,
  .will-hero__lines {
    opacity: 1 !important;
    transform: none !important;
  }
  .will-hero__wordmark::after {
    width: 3.25rem !important;
  }
}

/* Brand color retone */
.point_t2 {
  color: var(--df-orange) !important;
}
.defult_btn,
.download_content > a,
#Section4 > .data_area > .over_hiden_contain > #MainSectionFull > .flex_row_space > a,
#SubSectionFull > .impact > .success_story > a,
.line_contents > .radius_box {
  background: var(--df-orange) !important;
  background-color: var(--df-orange) !important;
}
.line_contents > .line {
  background: var(--df-orange) !important;
}
#Section6 > .data_area > .flx_row_wrap > .data_rwap.bg_blue {
  background: linear-gradient(145deg, #ff8a4c 0%, #f65009 48%, #d94300 100%) !important;
}
.content {
  color: var(--df-orange);
}

/* Hide unfinished / ADX-only content blocks */
#Section8,
#Section_cv1,
#Section_cv2,
#Section13,
#Section14 {
  display: none !important;
}

/* Footer */
footer .flex_row_space > img {
  display: none;
}
footer .flex_row_space {
  align-items: flex-start;
}
footer .flex_row_space::before {
  content: "Dr. Forward";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--df-orange);
  flex: 0 0 auto;
}
footer a.df-footer-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Contact emphasis */
.df-kakao-bar {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding: 0 5.5556% 2rem;
  margin-top: -1rem;
}
.df-kakao-bar a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
}
.df-kakao-bar a.kakao {
  background: #fee500;
  color: #191600;
}
.df-kakao-bar a.consult {
  background: var(--df-orange);
  color: #fff;
}

#MobileNav > ul > li span {
  color: var(--df-orange) !important;
  border-bottom-color: var(--df-orange) !important;
}
#MobileNav > ul > li > ul > li > a {
  color: var(--df-orange) !important;
}

/* Soften overly busy gradients to brand */
.gradient-text1 {
  background: linear-gradient(90deg, #f65009, #ff8a4c) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* Global blue → orange retone for leftover ADX accents */
.point_t {
  color: var(--df-orange) !important;
}
.status-modal-btn,
.open_btn {
  background: var(--df-orange) !important;
  border-color: var(--df-orange) !important;
}
.submit-button button {
  background: var(--df-orange) !important;
}

/* Floating contact tab — compact sheet, no inner scroll */
.popup_contect .open_btn {
  background: var(--df-orange) !important;
  font-size: 16px !important;
  padding: 8px 22px !important;
  border-radius: 12px 12px 0 0 !important;
}
.popup_contect .open_btn span {
  color: #fff !important;
}
.popup_contect {
  width: min(720px, 100vw);
}
.popup_contect.is-open {
  max-height: none;
}
.popup_contect > .form-grid.po_c {
  gap: 10px 14px !important;
  padding: 14px 18px 16px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  overflow: visible !important;
  max-height: none !important;
  border-radius: 18px 18px 0 0 !important;
  grid-template-columns: 1fr 1fr !important;
}
.popup_contect > .form-grid.po_c > .form-group {
  grid-column: auto !important;
}
.popup_contect > .form-grid.po_c > .form-group.full-width,
.popup_contect > .form-grid.po_c > .submit-button,
.popup_contect > .form-grid.po_c > .df-consent {
  grid-column: 1 / -1 !important;
}
.popup_contect > .form-grid.po_c label {
  margin-bottom: 4px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 600;
}
.popup_contect > .form-grid.po_c input,
.popup_contect > .form-grid.po_c select {
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  min-height: 42px;
  box-sizing: border-box;
}
.popup_contect .custom-select::after {
  width: 14px;
  height: 8px;
  right: 14px;
}
.popup_contect .df-consent {
  margin-top: 0 !important;
}
.popup_contect .df-consent__card {
  gap: 6px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.popup_contect .df-consent__heading {
  font-size: 12px !important;
  margin: 0 !important;
}
.popup_contect .df-consent__row {
  gap: 10px !important;
  padding: 6px 8px !important;
  border-radius: 8px !important;
  align-items: center;
}
.popup_contect .df-consent__box {
  width: 20px !important;
  height: 20px !important;
  margin-top: 0 !important;
  border-radius: 6px !important;
}
.popup_contect .df-consent__text strong {
  font-size: 13px !important;
}
.popup_contect .df-consent__heading .df-consent__link {
  display: inline !important;
  font-size: inherit;
}
.popup_contect .df-consent__error {
  padding: 6px 8px !important;
  font-size: 12px !important;
}
.popup_contect .submit-button {
  margin: 0 !important;
}
.popup_contect .submit-button > button {
  margin: 4px 0 0 !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  border-radius: 12px !important;
  min-height: 46px;
}

@media (max-width: 640px) {
  .popup_contect > .form-grid.po_c {
    gap: 8px 10px !important;
    padding: 12px 12px 14px !important;
  }
  .popup_contect > .form-grid.po_c input,
  .popup_contect > .form-grid.po_c select {
    padding: 8px 10px !important;
    font-size: 13px !important;
    min-height: 38px;
  }
  .popup_contect > .form-grid.po_c label {
    font-size: 12px !important;
  }
  .popup_contect .submit-button > button {
    padding: 11px 16px !important;
    font-size: 15px !important;
    min-height: 42px;
  }
}

@media (max-height: 720px) {
  .popup_contect > .form-grid.po_c {
    gap: 6px 10px !important;
    padding: 10px 12px 12px !important;
  }
  .popup_contect > .form-grid.po_c input,
  .popup_contect > .form-grid.po_c select {
    min-height: 36px;
    padding: 7px 10px !important;
  }
  .popup_contect .df-consent__card {
    padding: 8px 10px !important;
  }
  .popup_contect .submit-button > button {
    min-height: 40px;
    padding: 10px 14px !important;
  }
}

/* Soft page atmosphere under hero — same surface as rest of light chapter */
#Section2 {
  background: #f6f4f2;
}

/* Parent panels stay transparent; cards themselves carry the box */
#Section2 .data_area,
#Section5 .data_area,
#Section6 .data_area {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

/* Section2 title — warm card box */
#Section2 .data_area > .title > h3 {
  background: #fff !important;
  border: 1.5px solid rgba(246, 80, 9, 0.18) !important;
  border-radius: 22px !important;
  color: #1c1917 !important;
  box-shadow: 0 10px 28px rgba(28, 25, 23, 0.05) !important;
}
#Section2 .contents_two > .column_box > p,
#Section2 .column_box > p {
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid rgba(28, 25, 23, 0.06);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(28, 25, 23, 0.04);
  color: #78716c !important;
  padding: 0.7rem 1.25rem !important;
  width: fit-content;
  max-width: 100%;
}
#Section2 .gradient-text1,
#Section2 .gradient-text-purple {
  -webkit-text-fill-color: var(--df-orange) !important;
  color: var(--df-orange) !important;
  background: none !important;
}

/* Section6 stats — proper boxes on cream ground */
#Section6 > .data_area > .flx_row_wrap {
  gap: 16px;
}
#Section6 > .data_area > .flx_row_wrap > .data_rwap {
  background: #fff !important;
  border: 1px solid rgba(28, 25, 23, 0.06);
  border-radius: 28px !important;
  box-shadow: 0 12px 32px rgba(28, 25, 23, 0.06) !important;
}
#Section6 > .data_area > .flx_row_wrap > .data_rwap.bg_blue {
  background: linear-gradient(145deg, #ff8a4c 0%, #f65009 48%, #d94300 100%) !important;
  border-color: transparent;
  box-shadow: 0 14px 36px rgba(246, 80, 9, 0.28) !important;
}
#Section6 > .data_area > .flx_row_wrap > .data_rwap:not(.bg_blue) > h3 {
  color: #1c1917 !important;
}
#Section6 > .data_area > .flx_row_wrap > .data_rwap:not(.bg_blue) > p {
  color: #78716c !important;
}

#Section6 .demo_title h3 {
  letter-spacing: -0.03em;
}
#Section9 .title h3 span {
  color: var(--df-orange);
}

/* Nav CTA pill */
#GnbNav > ul > li > a.df-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem !important;
  border-radius: 999px;
  background: var(--df-orange) !important;
  color: #fff !important;
}

footer .footer_infor a {
  color: inherit;
}

.df-inline-mark {
  display: inline-block;
  font-family: "Montserrat", Pretendard, sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
}

.gradient-text-purple {
  background: linear-gradient(90deg, #f65009, #ffb347) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* Section2 banners: 고정 678px가 중간 모니터에서 찌그러지지 않게 */
#Section2 .contents_two {
  display: flex;
  align-items: stretch;
}
#Section2 .column_box {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}
#Section2 .column_box > .bann_btn {
  width: 100%;
}
#Section2 .column_box > .bann_btn > img {
  width: 100%;
  height: auto;
  display: block;
}

/* Section2 service cards — replace ADX-baked banner PNGs */
.column_box > .bann_btn.df-service-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
  min-height: 280px;
  padding: 1.75rem 1.6rem;
  border-radius: 28px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.column_box > .bann_btn.df-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(20, 18, 19, 0.16);
}
.df-service-card--place {
  background:
    radial-gradient(520px 240px at 88% 18%, rgba(255, 255, 255, 0.22), transparent 55%),
    linear-gradient(145deg, #ff7a3d 0%, #f65009 48%, #d94300 100%);
}
.df-service-card--sns {
  background:
    radial-gradient(520px 240px at 88% 18%, rgba(255, 255, 255, 0.2), transparent 55%),
    linear-gradient(145deg, #ff8a4c 0%, #f65009 42%, #b83600 100%);
}
.df-service-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.df-service-card__title {
  display: block;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.df-service-card__desc {
  display: block;
  margin-top: 0.7rem;
  font-size: clamp(0.92rem, 1.3vw, 1.05rem);
  line-height: 1.45;
  opacity: 0.94;
}
.df-service-card__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.df-service-card__stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
}
.df-service-card__stat:last-of-type {
  border-bottom: 0;
}
.df-service-card__stat b {
  font-family: "Montserrat", Pretendard, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.df-service-card__stat.accent b {
  color: #fff;
  font-size: 1.05rem;
}
.df-service-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.25rem;
}
.df-service-card__chips span {
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.75rem;
  font-weight: 600;
}
.df-service-card__note {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  opacity: 0.88;
}

@media (max-width: 860px) {
  .column_box > .bann_btn.df-service-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1.35rem 1.2rem;
    border-radius: 20px;
  }
}

/* Section5: few services → static grid (no clone / no repeat) */
.service-slider.df-service-grid {
  width: min(1380px, 92vw);
  overflow: visible;
}
.service-slider.df-service-grid .nav-btn {
  display: none !important;
}
.service-slider.df-service-grid .slider-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  transform: none !important;
  transition: none !important;
  will-change: auto;
}
.service-slider.df-service-grid .slide {
  width: auto !important;
  margin-right: 0 !important;
  min-height: 280px;
  border-radius: 22px;
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}
.service-slider.df-service-grid .slide.is-active {
  width: auto !important;
  background: #111;
  box-shadow: 0 10px 28px rgba(246, 80, 9, 0.28);
  transform: translateY(-4px);
}
.service-slider.df-service-grid .slide.is-active h4,
.service-slider.df-service-grid .slide.is-active p {
  color: #fff;
}
.service-slider.df-service-grid .card {
  width: 100%;
  height: 100%;
}
.service-slider.df-service-grid .card_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 28px 22px 32px;
  display: flex;
  flex-direction: column;
}
.service-slider.df-service-grid .card_inner > .icon_img {
  max-height: 56px;
  width: auto;
  align-self: flex-start;
}
.service-slider.df-service-grid .card_inner > h4 {
  font-size: clamp(1.15rem, 1.6vw, 1.65rem);
  margin: 1.1rem 0 0.85rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.service-slider.df-service-grid .card_inner > p {
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  margin: 0;
  margin-top: auto;
  line-height: 1.45;
}
.service-slider.df-service-grid .card_inner > .quick_btn {
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
}
.service-slider.df-service-grid .slide.is-active .quick_btn {
  filter: brightness(0) invert(1);
}

@media (max-width: 980px) {
  .service-slider.df-service-grid .slider-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .service-slider.df-service-grid .slide {
    min-height: 220px;
  }
}

@media (max-width: 560px) {
  .service-slider.df-service-grid {
    width: 88vw;
  }
  .service-slider.df-service-grid .slider-track {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .service-slider.df-service-grid .slide {
    min-height: 0;
  }
  .service-slider.df-service-grid .card_inner {
    padding: 22px 20px 24px;
  }
  .service-slider.df-service-grid .card_inner > h4 {
    margin: 0.85rem 0 0.55rem;
  }
}

/* Section12: 화면 고정(fixed) + 스크롤로 카드만 전환 + 점 3개 */
#Section12.deck12,
#Section12 {
  background: #000 !important;
  position: relative;
}
#Section12 .deck12-pin {
  position: relative;
  height: calc(100vh - var(--df-nav-h, 72px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 18px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
  z-index: 2;
}
#Section12 .deck12-pin.is-fixed {
  position: fixed !important;
  top: var(--df-nav-h, 72px) !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  width: 100% !important;
  height: calc(100vh - var(--df-nav-h, 72px)) !important;
  overflow: hidden !important;
  background: #000 !important;
  z-index: 8 !important;
}
#Section12 .deck12-pin.is-end {
  position: absolute !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: calc(100vh - var(--df-nav-h, 72px)) !important;
  overflow: hidden !important;
  background: #000 !important;
  z-index: 2 !important;
}
#Section12 .deck12-pin > .demo_title {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: min(1380px, 92vw);
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  flex: 0 0 auto;
}
#Section12 .deck12-pin > .demo_title > h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3.1vw, 2.55rem);
  line-height: 1.28;
}
.deck12-stage {
  width: min(1380px, 92vw) !important;
  max-width: 92vw !important;
  flex: 0 1 auto;
  min-height: 0;
  height: auto;
  max-height: calc(100% - 78px);
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
}
.deck12-sizer {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: min(500px, calc(100vh - var(--df-nav-h, 72px) - 150px));
  aspect-ratio: 1380 / 540;
  visibility: hidden !important;
  pointer-events: none;
}
.deck12-card {
  border-radius: 28px !important;
  overflow: hidden !important;
  background: transparent;
  transform: none !important;
  will-change: opacity;
}
.deck12-card img {
  display: none !important;
}
.deck12-card.is-back {
  pointer-events: none;
}
.deck12-dots {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  min-height: 14px;
}
.deck12-dot {
  appearance: none;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: background 0.25s ease, width 0.25s ease;
}
.deck12-dot.is-active {
  width: 22px;
  background: #f65009;
}
.deck12-dot:focus-visible {
  outline: 2px solid #f65009;
  outline-offset: 3px;
}

/*
  Palette: warm stone shell + charcoal data + signature orange accents.
  Orange only on pills / deltas / hero series — not a full orange wash.
*/
.df-tech-card {
  background:
    radial-gradient(ellipse 70% 80% at 8% 20%, rgba(246, 80, 9, 0.08), transparent 55%),
    linear-gradient(145deg, #f8f4f0 0%, #efe8e1 52%, #f5f0eb 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.df-tech-card__inner {
  box-sizing: border-box;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(14px, 1.8vw, 26px);
  padding: clamp(18px, 2vw, 32px);
  align-items: stretch;
}
.df-tech-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  min-width: 0;
}
.df-tech-card__ver {
  margin: 0;
  color: #78716c;
  font-size: clamp(0.72rem, 1.05vw, 0.95rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}
.df-tech-card__pill {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.38rem 0.9rem;
  border-radius: 999px;
  background: #f65009;
  color: #fff;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(246, 80, 9, 0.28);
}
.df-tech-card__title {
  margin: 0.2rem 0 0;
  color: #1c1917;
  font-size: clamp(1.2rem, 2.15vw, 1.95rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.03em;
  word-break: keep-all;
}
.df-tech-card__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(10px, 1.15vw, 14px);
  min-height: 0;
}
.df-tech-panel {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f6 100%);
  border: 1px solid rgba(28, 25, 23, 0.07);
  border-radius: 18px;
  padding: clamp(11px, 1.15vw, 15px) clamp(12px, 1.25vw, 16px) clamp(14px, 1.4vw, 18px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 22px rgba(28, 25, 23, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 0;
  overflow: hidden;
}
.df-tech-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  flex: 0 0 auto;
}
.df-tech-panel__label {
  margin: 0;
  color: #1c1917;
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  font-weight: 700;
}
.df-tech-panel__sub {
  margin: 0.25rem 0 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  background: #f3ece7;
  color: #78716c;
  font-size: clamp(0.62rem, 0.85vw, 0.75rem);
  font-weight: 600;
}
.df-tech-panel__delta,
.df-tech-panel__metric {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  font-size: clamp(0.68rem, 0.9vw, 0.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.df-tech-panel__delta {
  background: rgba(246, 80, 9, 0.12);
  color: #d94300;
}
.df-tech-panel__metric {
  background: #f65009;
  color: #fff;
  box-shadow: 0 6px 14px rgba(246, 80, 9, 0.28);
}
.df-tech-panel__body {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
}
.df-tech-panel__body--row {
  gap: 0.55rem;
}
.df-tech-panel__body--center {
  justify-content: center;
}
.df-tech-panel__chart {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  padding: 6px 2px 8px;
}
.df-tech-donut,
.df-tech-pie,
.df-tech-radar,
.df-tech-line,
.df-tech-bars {
  width: 100%;
  height: auto;
  max-height: 100%;
  flex: 0 0 auto;
}
.df-tech-donut {
  width: clamp(58px, 6.8vw, 82px);
}
.df-tech-donut--sm {
  width: clamp(48px, 5.5vw, 64px);
}
.df-tech-pie {
  width: clamp(52px, 6vw, 74px);
}
.df-tech-radar {
  width: min(100%, 160px);
}
.df-tech-line,
.df-tech-bars {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 0;
  margin: 0;
}
.df-tech-bars__t {
  font-size: 9px;
  font-weight: 600;
  fill: #a8a29e;
}
.df-tech-donut__num {
  font-size: 13px;
  font-weight: 800;
  fill: #f65009;
}
.df-tech-donut__num--sm {
  font-size: 10px;
}
.df-tech-donut__tiny {
  font-size: 7px;
  fill: #a8a29e;
}
.df-tech-radar__t {
  font-size: 7px;
  fill: #78716c;
}
.df-tech-legend,
.df-tech-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  min-width: 0;
}
.df-tech-legend li,
.df-tech-stats li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #44403c;
  font-size: clamp(0.62rem, 0.85vw, 0.76rem);
  font-weight: 600;
  white-space: nowrap;
}
.df-tech-legend i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  flex: 0 0 auto;
}
.df-tech-stats li {
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}
.df-tech-stats span {
  color: #a8a29e;
  font-weight: 500;
}
.df-tech-stats b {
  color: #1c1917;
  font-weight: 800;
}

@media (max-width: 860px) {
  /* Mobile: no fixed pin — horizontal swipe through cards */
  #Section12.deck12,
  #Section12 {
    height: auto !important;
    padding: 48px 0 56px !important;
  }
  #Section12 .deck12-pin,
  #Section12 .deck12-pin.is-fixed,
  #Section12 .deck12-pin.is-end {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 0 !important;
    overflow: visible !important;
    background: #000 !important;
    z-index: 2 !important;
  }
  #Section12 .deck12-pin > .demo_title {
    width: 88.8888%;
    max-width: 88.8888%;
    margin: 0 auto 18px;
    padding: 0;
    transform: none !important;
    text-align: left;
  }
  .deck12-stage {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 5.5556vw !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 5.5556vw;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    box-sizing: border-box !important;
  }
  .deck12-stage::-webkit-scrollbar {
    display: none;
  }
  .deck12-sizer {
    display: none !important;
  }
  .deck12-card {
    position: relative !important;
    inset: auto !important;
    flex: 0 0 calc(100vw - 11.1112vw) !important;
    width: calc(100vw - 11.1112vw) !important;
    max-width: calc(100vw - 11.1112vw) !important;
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 22px !important;
    will-change: auto !important;
  }
  .deck12-card.is-back {
    pointer-events: auto !important;
  }
  .deck12-dots {
    margin-top: 16px;
    gap: 8px;
  }
  .deck12-dot {
    width: 7px;
    height: 7px;
  }
  .deck12-dot.is-active {
    width: 18px;
  }
  .df-tech-card__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
    padding: 16px;
    height: auto;
    min-height: 0;
  }
  .df-tech-card__copy {
    justify-content: flex-start;
    gap: 0.4rem;
  }
  .df-tech-card__title {
    font-size: clamp(1.05rem, 3.6vw, 1.4rem);
  }
  .df-tech-card__title br {
    display: none;
  }
  .df-tech-card__grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .df-tech-panel {
    border-radius: 14px;
    padding: 10px 11px 12px;
  }
  .df-tech-radar__t {
    font-size: 6px;
  }
}

@media (max-width: 560px) {
  .deck12-card {
    border-radius: 20px !important;
  }
  .df-tech-card__inner {
    padding: 14px;
    gap: 10px;
  }
  .df-tech-card__grid {
    gap: 8px;
  }
  .df-tech-panel__label {
    font-size: 0.7rem;
  }
  .df-tech-legend li,
  .df-tech-stats li {
    font-size: 0.62rem;
  }
  .df-tech-donut {
    width: 52px;
  }
  .df-tech-pie {
    width: 48px;
  }
}

/* Ensure light chapter after paint-to-light */
#Section2,
#Section5,
#Section6 {
  background: #f6f4f2;
}

/* Partners — ADX dark marquee under 실행기술 */
#Section9 {
  scroll-margin-top: 0;
}
#contact-heading {
  scroll-margin-top: calc(var(--df-nav-h, 72px) + 8px);
}
#Section9 > .consult-form.n_l {
  padding: 48px 0 120px !important;
}

/* Consult form — privacy / marketing consent */
.df-consent {
  margin-top: 8px;
}
.df-consent__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 24px 20px;
  border-radius: 18px;
  border: 1.5px solid rgba(246, 80, 9, 0.55);
  background:
    linear-gradient(145deg, rgba(246, 80, 9, 0.22), rgba(246, 80, 9, 0.06) 45%, rgba(255, 255, 255, 0.04)),
    rgba(20, 12, 8, 0.55);
  box-shadow: 0 0 0 1px rgba(246, 80, 9, 0.12), 0 12px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.df-consent__card.is-invalid {
  border-color: #ff5a3d;
  box-shadow: 0 0 0 3px rgba(255, 90, 61, 0.28);
  animation: df-consent-shake 0.35s ease;
}
@keyframes df-consent-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
.df-consent__heading {
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffb088;
}
.df-consent__row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: flex-start;
  cursor: pointer;
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: inherit;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.df-consent__row:hover {
  background: rgba(246, 80, 9, 0.12);
  border-color: rgba(246, 80, 9, 0.35);
}
.df-consent__row input[type="checkbox"],
#Section9 .df-consent__row input[type="checkbox"],
.popup_contect .df-consent__row input[type="checkbox"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none;
  appearance: none !important;
}
.df-consent__box {
  width: 28px;
  height: 28px;
  margin-top: 1px;
  border-radius: 8px;
  border: 2px solid rgba(255, 176, 136, 0.75);
  background: rgba(0, 0, 0, 0.35);
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.df-consent__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: translate(-50%, -55%) rotate(45deg) scale(0.4);
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.2s ease;
}
.df-consent__row input:checked + .df-consent__box {
  border-color: #f65009;
  background: #f65009;
  box-shadow: 0 0 0 4px rgba(246, 80, 9, 0.28);
}
.df-consent__row input:checked + .df-consent__box::after {
  opacity: 1;
  transform: translate(-50%, -55%) rotate(45deg) scale(1);
}
.df-consent__row:has(input:checked) {
  border-color: rgba(246, 80, 9, 0.45);
  background: rgba(246, 80, 9, 0.14);
}
.df-consent__row input:focus-visible + .df-consent__box {
  outline: 2px solid #f65009;
  outline-offset: 3px;
}
.df-consent__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.df-consent__text strong {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.df-consent__text em {
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
}
.df-consent__optional {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}
.df-consent__note {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
}
.df-consent__error {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 90, 61, 0.18);
  border: 1px solid rgba(255, 90, 61, 0.45);
  color: #ffc4b8;
  font-size: 13px;
  font-weight: 600;
}
.df-consent__error[hidden] {
  display: none !important;
}
.df-consent__link {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: #ff8a4c;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.df-consent__link:hover {
  color: #ffb088;
}

/* Popup form is light — invert consent surface */
.popup_contect .df-consent__card {
  border-color: rgba(246, 80, 9, 0.4);
  background:
    linear-gradient(145deg, rgba(246, 80, 9, 0.1), rgba(246, 80, 9, 0.03)),
    #fff8f4;
  box-shadow: 0 8px 24px rgba(246, 80, 9, 0.08);
}
.popup_contect .df-consent__heading {
  color: #c2410c;
}
.popup_contect .df-consent__row {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}
.popup_contect .df-consent__row:hover,
.popup_contect .df-consent__row:has(input:checked) {
  background: rgba(246, 80, 9, 0.06);
  border-color: rgba(246, 80, 9, 0.35);
}
.popup_contect .df-consent__box {
  border-color: rgba(246, 80, 9, 0.55);
  background: #fff;
}
.popup_contect .df-consent__text strong {
  color: #1a1a1a;
}
.popup_contect .df-consent__text em,
.popup_contect .df-consent__note {
  color: rgba(0, 0, 0, 0.52);
}
.popup_contect .df-consent__optional {
  color: rgba(0, 0, 0, 0.4);
}
.popup_contect .df-consent__link {
  color: #f65009;
}
.popup_contect .df-consent__error {
  background: #fff1ee;
  border-color: #ffb4a6;
  color: #b42318;
}

@media (max-width: 768px) {
  .df-consent__card {
    padding: 16px;
    gap: 12px;
    border-radius: 14px;
  }
  .df-consent__heading {
    font-size: 14px;
  }
  .df-consent__row {
    gap: 12px;
    padding: 10px 12px;
  }
  .df-consent__box {
    width: 24px;
    height: 24px;
  }
  .df-consent__text strong {
    font-size: 14px;
  }
  .df-consent__text em {
    font-size: 12px;
  }
  .df-consent__note {
    font-size: 11px;
  }
}

#Section10.df-partners,
#Section10 {
  background: #000 !important;
  padding: 100px 0 48px !important;
}
#Section10 > .demo_title {
  background: transparent !important;
  margin: 0 auto 56px;
  width: min(1380px, 92vw);
  text-align: left;
}
#Section10 > .demo_title > h3 {
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1 !important;
  font-weight: 400 !important;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem) !important;
  margin: 0 0 0.55rem !important;
  letter-spacing: -0.01em;
}
#Section10 > .demo_title > h1 {
  color: #fff !important;
  font-size: clamp(1.85rem, 3.6vw, 3rem) !important;
  letter-spacing: -0.035em;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.25;
}
#Section10 > .demo_title > h1 b {
  font-weight: 800;
  color: #fff;
}
.df-partners__eyebrow {
  display: none;
}

#Section10 > .card.df-client-card,
#Section10 > .card {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 8px 0 4px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  gap: 0 !important;
  overflow: hidden !important;
}

#Section10 .df-logo-marquee {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 7%,
    #000 93%,
    transparent 100%
  );
}
#Section10 .df-logo-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  will-change: transform;
}
#Section10 .df-logo-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  min-width: 160px;
  padding: 0 8px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#Section10 .df-logo-pill img {
  display: block;
  height: clamp(48px, 5.2vw, 72px);
  width: auto;
  max-width: 260px;
  object-fit: contain;
  filter: none;
  opacity: 0.95;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

@media (max-width: 860px) {
  #Section10 {
    padding: 64px 0 32px !important;
  }
  #Section10 > .demo_title {
    width: 88vw;
    margin-bottom: 22px;
  }
  #Section10 > .demo_title > h3 {
    font-size: 1rem !important;
  }
  #Section10 > .demo_title > h1 {
    font-size: 1.55rem !important;
  }
  #Section10 .df-logo-marquee {
    gap: 16px;
  }
  #Section10 .df-logo-track {
    gap: 24px;
  }
  #Section10 .df-logo-pill {
    height: 48px;
    min-width: 100px;
  }
  #Section10 .df-logo-pill img {
    height: 28px;
    max-width: 130px;
  }
}

/* Section11: 영상은 그대로, 배경만 시그니처 */
#Section11 {
  background: #f65009 !important;
  padding: 80px 0 28px !important;
}
#Section11 > .demo_title > h3 {
  color: #fff !important;
}
#Section11 > .demo_title > p {
  color: rgba(255, 255, 255, 0.78) !important;
}
#Section11 > .demo_sec_title > h3 {
  color: #fff !important;
}
#Section11 > .demo_title > h3 > b,
#Section11 > .demo_sec_title > h3 > b {
  color: #001e56;
  font-weight: 800;
}

.will-hero__media video,
.bg-video2 {
  object-fit: cover;
}

#HeroVideoWrap video,
.will-hero__media video {
  pointer-events: none;
}
.will-hero__media video::-webkit-media-controls,
.will-hero__media video::-webkit-media-controls-enclosure,
.will-hero__media video::-webkit-media-controls-start-playback-button,
.will-hero__media video::-webkit-media-controls-overlay-play-button,
.bg-video2::-webkit-media-controls,
.bg-video2::-webkit-media-controls-enclosure,
.bg-video2::-webkit-media-controls-start-playback-button,
.bg-video2::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls,
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0 !important;
  pointer-events: none;
}

/* ===== 실적 사례 슬라이더 (SectionCases) ===== */
.df-cases {
  /* Section6과 동일한 배경 — 두 섹션이 한 덩어리로 이어지게 */
  background: #f6f4f2;
  padding: 40px 0 108px;
}
.df-cases > .demo_title {
  width: min(1380px, 92vw);
  /* 전역 .demo_title의 padding-bottom:80px 상쇄 */
  padding-bottom: 0;
  margin: 0 auto 26px;
  background: transparent;
  text-align: left;
}
.df-cases__head > h3 {
  margin: 0 0 0.85rem;
  color: #001e56;
  font-size: clamp(1.75rem, 3.8vw, 3.44rem);
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.035em;
}
.df-cases__head > h3 b {
  font-weight: 800;
}
.df-cases__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.5rem;
  flex-wrap: wrap;
}
.df-cases__meta > p {
  margin: 0;
  color: var(--df-muted);
  font-size: clamp(0.92rem, 1.3vw, 1.06rem);
  letter-spacing: -0.01em;
}
.df-cases__more {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem 0.55rem 1.05rem;
  border-radius: 999px;
  border: 1.5px solid rgba(246, 80, 9, 0.35);
  background: #fff;
  color: #F65009 !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(28, 25, 23, 0.04);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    transform 0.2s ease, box-shadow 0.2s ease;
}
.df-cases__more svg {
  width: 14px;
  height: 14px;
  display: block;
}
.df-cases__more:hover {
  background: #F65009;
  border-color: #F65009;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(246, 80, 9, 0.22);
}

/* 업종 탭 */
.df-cases__tabs {
  width: min(1380px, 92vw);
  margin: 0 auto 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.df-cases__tab {
  appearance: none;
  border: 1px solid rgba(28, 25, 23, 0.12);
  background: #fff;
  color: #57534e;
  border-radius: 999px;
  padding: 0.62rem 1.2rem;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.df-cases__tab:hover {
  border-color: rgba(246, 80, 9, 0.45);
  color: var(--df-orange);
}
.df-cases__tab.is-active {
  background: var(--df-orange);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 10px 24px rgba(246, 80, 9, 0.26);
}

/* 슬라이더 — 데스크톱은 무한 루프로 흐르고, 모바일은 스와이프 */
.df-cases__viewport {
  width: min(1380px, 92vw);
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  /* 루프가 매 프레임 scrollLeft를 옮기므로 스냅은 끈다 (스냅이 되돌려 버림) */
  scroll-snap-type: none;
  scroll-padding-left: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  /* 카드 그림자가 잘리지 않도록 위아래 여유 */
  padding: 10px 0 22px;
  /* 양 끝이 흐려져 계속 이어진다는 느낌을 준다 */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 40px,
    #000 calc(100% - 40px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 40px,
    #000 calc(100% - 40px),
    transparent 100%
  );
}
.df-cases__viewport::-webkit-scrollbar {
  display: none;
}
.df-cases__track {
  display: flex;
  column-gap: 24px;
  align-items: stretch;
}
.df-case {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: none;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease;
}
.df-case:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(28, 25, 23, 0.06);
}
.df-case[hidden] {
  display: none;
}

.df-case__media {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ece7e2;
}
.df-case__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.df-case:hover .df-case__media img {
  transform: scale(1.05);
}
.df-case__cat {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(20, 18, 19, 0.62);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.df-case__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 22px 22px;
}
.df-case__region {
  margin: 0 0 0.2rem;
  color: #a8a29e;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.df-case__name {
  margin: 0 0 16px;
  color: var(--df-ink);
  font-size: clamp(1.12rem, 1.5vw, 1.32rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}
.df-case__result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    radial-gradient(ellipse 80% 100% at 0% 50%, rgba(246, 80, 9, 0.1), transparent 60%),
    #fdf6f2;
  border: 1px solid rgba(246, 80, 9, 0.14);
}
.df-case__rank {
  color: var(--df-orange);
  font-family: Pretendard, "Apple SD Gothic Neo", sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.df-case__label {
  color: #57534e;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.015em;
}

.df-case__meta {
  list-style: none;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.df-case__meta li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.df-case__meta span {
  color: #a8a29e;
  font-size: 0.8rem;
  font-weight: 600;
}
.df-case__meta b {
  color: #1c1917;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  text-align: right;
}

/* 하단 컨트롤 — 데스크톱은 자동 루프라 숨기고 모바일에서만 노출 */
.df-cases__ctrl {
  width: min(1380px, 92vw);
  margin: 8px auto 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.df-cases__hint {
  margin: 0;
  color: #a8a29e;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.df-cases__arrows {
  display: flex;
  gap: 10px;
}
.df-cases__arrow {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(28, 25, 23, 0.14);
  background: #fff;
  color: #44403c;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    opacity 0.25s ease;
}
.df-cases__arrow svg {
  width: 20px;
  height: 20px;
}
.df-cases__arrow:hover:not(:disabled) {
  background: var(--df-orange);
  border-color: transparent;
  color: #fff;
}
.df-cases__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

@media (max-width: 1024px) {
  .df-cases {
    padding: 76px 0 84px;
  }
  .df-case {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 768px) {
  .df-cases {
    padding: 60px 0 68px;
  }
  /* 기존 모바일 대주제(.demo_title)와 색상·크기·행간을 동일하게 */
  .df-cases__head > h3 {
    color: #003caa;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: normal;
    margin-bottom: 0.65rem;
  }
  .df-cases__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .df-cases__meta > p {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: normal;
  }
  .df-cases__more {
    padding: 0.58rem 0.95rem 0.58rem 1rem;
    font-size: 0.84rem;
  }
  .df-cases > .demo_title,
  .df-cases__tabs,
  .df-cases__viewport,
  .df-cases__ctrl {
    width: 100%;
    padding-inline: 5.5556%;
  }
  .df-cases__viewport {
    /* 다음 카드가 살짝 보이게 — 넘길 수 있다는 신호 */
    padding-block: 8px 18px;
    scroll-padding-left: 5.5556%;
    /* 모바일은 루프를 돌리지 않으므로 스와이프 스냅을 살린다 */
    scroll-snap-type: x mandatory;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .df-cases__ctrl {
    display: flex;
  }
  .df-cases__track {
    column-gap: 14px;
  }
  .df-case {
    flex: 0 0 78%;
    border-radius: 22px;
  }
  .df-case__body {
    padding: 18px 18px 20px;
  }
  .df-cases__hint {
    font-size: 0.78rem;
  }
  .df-cases__arrow {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 480px) {
  .df-case {
    flex: 0 0 86%;
  }
}

/* ===== Mobile / tablet cleanup ===== */
@media (max-width: 1024px) {
  /*
    #Section1은 히어로만 담는 래퍼인데 흰 배경 + padding-bottom:40px 때문에
    검은 히어로와 다음 섹션 사이에 흰 띠가 생겼다. 히어로가 전면을 덮으므로
    래퍼 배경도 히어로와 같은 톤으로 맞춰 이음선을 없앤다.
  */
  #Section1 {
    padding-bottom: 0 !important;
    background: #050505;
  }

  /* 파트너 섹션 타이틀이 width:1380px 고정이라 모바일에서 잘려 나갔다 */
  #Section10 > .demo_title > h1,
  #Section10 > .demo_title > h3 {
    width: auto !important;
    max-width: 100%;
  }

  /* 히어로와 맞붙은 타이틀에 숨 쉴 여백을, 과했던 하단 여백은 정리 */
  #Section2 {
    padding-top: 34px;
    padding-bottom: 110px;
  }
}

@media (max-width: 860px) {
  #Section12 .deck12-pin > .demo_title {
    width: 100%;
    padding: 0;
    transform: none;
  }
  #Section12 .deck12-pin > .demo_title > h3 {
    font-size: 1.3rem !important;
    line-height: 1.34;
  }
}

@media (max-width: 600px) {
  /* 3개 버튼이 2줄로 깨져 2+1로 앉던 것 — 한 줄에 들어가게 폭을 줄인다 */
  .df-kakao-bar {
    gap: 0.5rem;
  }
  .df-kakao-bar a {
    padding: 0.8rem 1.05rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 640px) {
  /*
    모바일 대주제의 왼쪽 시작선을 SectionCases와 같은 5.5556%로 통일한다.
    기존 82% 축소가 섹션 패딩과 중복되어 Section5/6/11만 안쪽으로 밀려 있었다.
  */
  #Section5 > .demo_title,
  #Section6 > .demo_title {
    width: 100%;
  }
  #Section11 {
    padding: 28px 0 !important;
  }
  #Section11 > .demo_title {
    width: 88.8888%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 18px !important;
  }
  #Section11 > .demo_sec_title > h3 {
    width: 88.8888% !important;
    padding: 18px 0 0 !important;
    margin: 0 auto !important;
    font-size: clamp(15px, 4.2vw, 20px) !important;
    line-height: 1.45;
    text-align: left;
  }
  #Section11 .content_contain2,
  #Section11 .video_content2 {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  /*
    성과 카드가 1열로 길게 늘어졌던 원인: demo_responsive.css의
    width:calc(50% - 7px)는 gap 14px 기준인데 여기서 gap을 16px로 덮어써서
    한 줄 합계가 컨테이너보다 2px 넘쳐 매번 줄바꿈됐다. 폭과 gap을 함께
    맞춰 2 x 2로 고정한다.
  */
  #Section6 > .data_area > .flx_row_wrap {
    /* 82%로 묶여 좌우가 남던 것 — 섹션 좌우 여백에 맞춰 꽉 채운다 */
    width: 100%;
    gap: 12px;
  }
  #Section6 > .data_area > .flx_row_wrap > .data_rwap {
    width: calc(50% - 6px) !important;
    flex: 0 0 calc(50% - 6px);
    /* 오른쪽 패딩이 0이라 'Place · SNS'가 카드 끝에 붙었다 */
    padding: 14px 12px;
  }
}
