@charset "utf-8";

:root {
  --msp-3d-printer-navy: #071b2d;
  --msp-3d-printer-navy-raised: #0b2940;
  --msp-3d-printer-blue: #1687ff;
  --msp-3d-printer-blue-deep: #0871df;
  --msp-3d-printer-cyan: #2fd4d0;
  --msp-3d-printer-ink: #0a1b29;
  --msp-3d-printer-copy: #52636f;
  --msp-3d-printer-line: #cfdee5;
  --msp-3d-printer-mist: #edf5f7;
  --msp-3d-printer-paper: #f8f6f0;
  --msp-3d-printer-white: #fff;
  --msp-3d-printer-gutter: clamp(24px, 4.17vw, 80px);
  --msp-3d-printer-width: 1560px;
  --msp-3d-printer-motion: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Page-specific shell corrections. */
#subWrap:has(.msp-3d-printer-page) #sv .bg,
#subWrap:has([data-msp-3d-printer-page]) #sv .bg.sv02,
#subWrap:has([data-msp-3d-printer-page]) #sv .bg.sv03 {
  background-image:
    linear-gradient(90deg, rgb(7 27 45 / 91%) 0%, rgb(7 27 45 / 66%) 43%, rgb(7 27 45 / 9%) 78%),
    url("/assets/generated/3d-printer/3d-printing-applications-hero.webp") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#subWrap:has(.msp-3d-printer-page) #sv .sv-tit :where(h2, p),
#subWrap:has(.msp-3d-printer-page) #sv .sv-navi li {
  text-shadow: 0 2px 24px rgb(0 0 0 / 36%);
}

body:has(.msp-3d-printer-page) #header:not(.all) .all-menu {
  transition: none !important;
}

body:has(.msp-3d-printer-page) #header:not(.all) .all-menu::before,
body:has(.msp-3d-printer-page) #header:not(.all) .all-menu::after {
  content: none !important;
  transition: none !important;
}

#subWrap:has(.msp-3d-printer-page) #sv [data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

#subWrap:has(.msp-3d-printer-page) #sv .sv-tit {
  animation: msp-3d-printer-hero-enter 900ms var(--msp-3d-printer-motion) both;
}

@keyframes msp-3d-printer-hero-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#subWrap:has(.msp-3d-printer-page) #lnb span.tit:focus-visible {
  outline: 3px solid var(--msp-3d-printer-blue);
  outline-offset: -4px;
}

#subContents:has(.msp-3d-printer-page) {
  padding-bottom: 0;
  padding-top: 0;
}

#subContents:has(.msp-3d-printer-page) > .sub-tit,
.product-content:has(.msp-3d-printer-page) > .sub-tit {
  margin-bottom: 0;
}

.product-content:has(.msp-3d-printer-page),
.product-content:has(.msp-3d-printer-page) > div,
.product-content:has(.msp-3d-printer-page) > div:not(:last-child) {
  margin-bottom: 0;
  margin-top: 0;
  max-width: none;
  padding-bottom: 0;
  padding-top: 0;
}

.product-content:has(.msp-3d-printer-page) {
  min-width: 0;
  overflow: visible;
}

.msp-3d-printer-page,
[data-msp-3d-printer-page] {
  background: var(--msp-3d-printer-white);
  color: var(--msp-3d-printer-ink);
  font-family: "Poppins", "Pretendard", "Noto Sans KR", sans-serif;
  min-width: 0;
  overflow-x: clip;
  word-break: keep-all;
}

.msp-3d-printer-page,
.msp-3d-printer-page *,
.msp-3d-printer-page *::before,
.msp-3d-printer-page *::after {
  box-sizing: border-box;
}

.msp-3d-printer-page :where(figure, h2, h3, h4, p, ul, ol, dl, dd) {
  margin: 0;
  padding: 0;
}

.msp-3d-printer-page :where(ul, ol) {
  list-style: none;
}

.msp-3d-printer-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

.msp-3d-printer-page button {
  font: inherit;
}

.msp-3d-printer-page :where(a, button):focus-visible {
  outline: 3px solid var(--msp-3d-printer-blue);
  outline-offset: 4px;
}

.msp-3d-printer-page [data-msp-3d-printer-panel]:focus-visible {
  outline: 3px solid var(--msp-3d-printer-blue);
  outline-offset: -5px;
}

html[lang="en"] .msp-3d-printer-page {
  overflow-wrap: anywhere;
  word-break: normal;
}

html[lang="en"] .msp-3d-printer-page :where(h2, h3, h4, strong) {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

@media (min-width: 1201px) {
  body:has(.msp-3d-printer-page) #lnb .lnb-menu > ul {
    justify-content: stretch;
    width: 100%;
  }

  body:has(.msp-3d-printer-page) #lnb .lnb-menu > ul > li {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 0 !important;
  }

  body:has(.msp-3d-printer-page) #lnb .lnb-menu > ul > li > a {
    justify-content: center;
    min-width: 0;
    padding-inline: clamp(10px, 1.35vw, 26px);
    text-align: center;
  }
}

/* The retained shell treats every semantic header as the site header. */
.msp-3d-printer-overview__header,
.msp-3d-printer-technology-groups__header,
.msp-3d-printer-process__header,
.msp-3d-printer-review__header,
.msp-3d-printer-related__header,
.msp-3d-printer-cta__header,
.msp-3d-printer-section__header {
  height: auto;
  left: auto;
  position: relative;
  top: auto;
  width: auto;
  z-index: auto;
}

.msp-3d-printer-overview__inner,
.msp-3d-printer-technology-groups__inner,
.msp-3d-printer-process__inner,
.msp-3d-printer-review__inner,
.msp-3d-printer-related__inner,
.msp-3d-printer-cta__inner,
.msp-3d-printer-page .msp-3d-printer__inner {
  margin-inline: auto;
  max-width: var(--msp-3d-printer-width);
  min-width: 0;
  position: relative;
  width: 100%;
}

[data-msp-3d-printer-reveal] {
  opacity: 0.001;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 700ms var(--msp-3d-printer-motion),
    transform 800ms var(--msp-3d-printer-motion);
  will-change: opacity, transform;
}

[data-msp-3d-printer-reveal].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

.msp-3d-printer-eyebrow,
.msp-3d-printer-overview__eyebrow,
.msp-3d-printer-technology-groups__eyebrow,
.msp-3d-printer-process__eyebrow,
.msp-3d-printer-review__eyebrow,
.msp-3d-printer-related__eyebrow,
.msp-3d-printer-cta__eyebrow {
  align-items: center;
  color: var(--msp-3d-printer-blue-deep);
  display: inline-flex;
  font-size: clamp(14px, 0.94vw, 18px);
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.msp-3d-printer-eyebrow::before,
.msp-3d-printer-overview__eyebrow::before,
.msp-3d-printer-technology-groups__eyebrow::before,
.msp-3d-printer-process__eyebrow::before,
.msp-3d-printer-review__eyebrow::before,
.msp-3d-printer-related__eyebrow::before,
.msp-3d-printer-cta__eyebrow::before {
  background: currentColor;
  content: "";
  flex: 0 0 auto;
  height: 2px;
  width: 32px;
}

.msp-3d-printer-section-title,
.msp-3d-printer-technology-groups__title,
.msp-3d-printer-process__title,
.msp-3d-printer-review__title,
.msp-3d-printer-related__title,
.msp-3d-printer-cta__title {
  color: var(--msp-3d-printer-ink);
  font-size: clamp(46px, 4.69vw, 90px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-top: clamp(22px, 2.1vw, 40px);
}

.msp-3d-printer-section-description,
.msp-3d-printer-technology-groups__description,
.msp-3d-printer-process__description,
.msp-3d-printer-review__description,
.msp-3d-printer-related__description,
.msp-3d-printer-cta__description {
  color: var(--msp-3d-printer-copy);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.8;
}

/* Overview: independent layers visually converge on one alignment axis. */
.msp-3d-printer-overview,
[data-msp-3d-printer-overview] {
  background:
    linear-gradient(90deg, rgb(22 135 255 / 7%) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(rgb(22 135 255 / 7%) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(180deg, var(--msp-3d-printer-white), #f0f7f8);
  overflow: hidden;
  padding: clamp(112px, 9.9vw, 190px) var(--msp-3d-printer-gutter);
  position: relative;
}

.msp-3d-printer-overview::before,
[data-msp-3d-printer-overview]::before {
  background:
    linear-gradient(var(--msp-3d-printer-cyan), var(--msp-3d-printer-cyan)) center / 2px 100% no-repeat,
    repeating-linear-gradient(0deg, rgb(22 135 255 / 20%) 0 1px, transparent 1px 54px);
  content: "";
  height: 78%;
  left: max(-5vw, -60px);
  opacity: 0.54;
  pointer-events: none;
  position: absolute;
  top: 11%;
  transform: rotate(8deg);
  width: min(22vw, 350px);
}

.msp-3d-printer-overview__inner,
[data-msp-3d-printer-overview] > .inner1560 {
  align-items: center;
  display: grid;
  gap: clamp(54px, 6.25vw, 120px);
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
}

.msp-3d-printer-overview__copy,
[data-msp-3d-printer-overview-copy] {
  max-width: 650px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.msp-3d-printer-overview__title {
  color: var(--msp-3d-printer-ink);
  font-size: clamp(56px, 5.2vw, 100px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-top: clamp(28px, 2.5vw, 48px);
}

.msp-3d-printer-overview__title > span {
  display: block;
}

.msp-3d-printer-overview__title > span:last-child,
.msp-3d-printer-overview__title :where(strong, em) {
  color: var(--msp-3d-printer-blue);
  font-style: normal;
}

.msp-3d-printer-overview__description {
  color: var(--msp-3d-printer-copy);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(17px, 1.04vw, 20px);
  line-height: 1.82;
  margin-top: clamp(30px, 2.6vw, 50px);
  max-width: 610px;
}

.msp-3d-printer-overview__facts {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(36px, 3.13vw, 60px);
  min-width: 0;
}

.msp-3d-printer-overview__fact {
  background: rgb(255 255 255 / 90%);
  border: 1px solid var(--msp-3d-printer-line);
  min-height: 110px;
  min-width: 0;
  padding: 22px 24px;
  position: relative;
}

.msp-3d-printer-overview__fact::before {
  background: var(--msp-3d-printer-cyan);
  border-radius: 50%;
  content: "";
  height: 7px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 7px;
}

.msp-3d-printer-overview__fact :where(strong, b) {
  color: var(--msp-3d-printer-ink);
  display: block;
  font-size: clamp(17px, 1.04vw, 20px);
  font-weight: 700;
  line-height: 1.3;
}

.msp-3d-printer-overview__fact :where(span, p) {
  color: var(--msp-3d-printer-copy);
  display: block;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
}

.msp-3d-printer-overview__media,
[data-msp-3d-printer-overview-media] {
  aspect-ratio: 8 / 5;
  background: var(--msp-3d-printer-paper);
  box-shadow:
    16px 16px 0 rgb(22 135 255 / 9%),
    32px 32px 0 rgb(47 212 208 / 7%);
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.msp-3d-printer-overview__media::before,
[data-msp-3d-printer-overview-media]::before {
  background:
    linear-gradient(90deg, transparent 0 22%, rgb(47 212 208 / 55%) 22% calc(22% + 2px), transparent calc(22% + 2px)),
    linear-gradient(90deg, transparent 0 50%, rgb(22 135 255 / 55%) 50% calc(50% + 2px), transparent calc(50% + 2px)),
    linear-gradient(90deg, transparent 0 78%, rgb(47 212 208 / 55%) 78% calc(78% + 2px), transparent calc(78% + 2px));
  content: "";
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.msp-3d-printer-overview__media::after,
[data-msp-3d-printer-overview-media]::after {
  background:
    linear-gradient(135deg, transparent 54%, rgb(7 27 45 / 22%)),
    repeating-linear-gradient(0deg, transparent 0 41px, rgb(255 255 255 / 7%) 41px 42px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.msp-3d-printer-page .msp-3d-printer-overview__image,
[data-msp-3d-printer-overview-media] > img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 1000ms var(--msp-3d-printer-motion);
  width: 100%;
}

.msp-3d-printer-overview__media-caption {
  align-items: center;
  background: var(--msp-3d-printer-navy);
  bottom: 0;
  color: var(--msp-3d-printer-white);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.12em;
  min-height: 50px;
  padding: 12px 20px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

/* Five-technology explorer. */
.msp-3d-printer-technology-groups,
[data-msp-3d-printer-technology-groups] {
  background:
    linear-gradient(135deg, rgb(47 212 208 / 11%), transparent 31%),
    var(--msp-3d-printer-navy);
  color: var(--msp-3d-printer-white);
  overflow: hidden;
  padding: clamp(112px, 9.38vw, 180px) var(--msp-3d-printer-gutter) clamp(128px, 10.42vw, 200px);
  position: relative;
}

.msp-3d-printer-technology-groups::before,
[data-msp-3d-printer-technology-groups]::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 74px, rgb(47 212 208 / 7%) 74px 75px),
    repeating-linear-gradient(90deg, transparent 0 159px, rgb(22 135 255 / 6%) 159px 160px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.msp-3d-printer-technology-groups::after,
[data-msp-3d-printer-technology-groups]::after {
  border: 1px solid rgb(47 212 208 / 26%);
  box-shadow:
    -24px 24px 0 rgb(22 135 255 / 7%),
    -48px 48px 0 rgb(47 212 208 / 5%);
  content: "";
  height: 520px;
  pointer-events: none;
  position: absolute;
  right: -230px;
  top: -190px;
  transform: rotate(17deg);
  width: 520px;
}

.msp-3d-printer-technology-groups__inner {
  position: relative;
  z-index: 1;
}

.msp-3d-printer-technology-groups__header {
  display: grid;
  gap: clamp(32px, 7vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  margin-bottom: clamp(58px, 5.2vw, 100px);
}

.msp-3d-printer-technology-groups__heading {
  min-width: 0;
}

.msp-3d-printer-technology-groups__header > :where(.msp-3d-printer-technology-groups__eyebrow, .msp-3d-printer-technology-groups__title) {
  grid-column: 1;
}

.msp-3d-printer-technology-groups__header > .msp-3d-printer-technology-groups__description {
  align-self: end;
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 610px;
}

.msp-3d-printer-technology-groups__eyebrow {
  color: #78c0ff;
}

.msp-3d-printer-technology-groups__title {
  color: var(--msp-3d-printer-white);
  max-width: 930px;
}

.msp-3d-printer-technology-groups__description {
  color: rgb(255 255 255 / 72%);
}

.msp-3d-printer-tabs,
[data-msp-3d-printer-tabs] {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.msp-3d-printer-tabs__scroll,
[data-msp-3d-printer-tabs-scroll] {
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgb(120 192 255 / 66%) rgb(255 255 255 / 12%);
  scrollbar-width: thin;
  scroll-padding-inline: 2px;
  -webkit-overflow-scrolling: touch;
}

.msp-3d-printer-tabs__scroll::-webkit-scrollbar,
[data-msp-3d-printer-tabs-scroll]::-webkit-scrollbar {
  height: 6px;
}

.msp-3d-printer-tabs__scroll::-webkit-scrollbar-track,
[data-msp-3d-printer-tabs-scroll]::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 12%);
}

.msp-3d-printer-tabs__scroll::-webkit-scrollbar-thumb,
[data-msp-3d-printer-tabs-scroll]::-webkit-scrollbar-thumb {
  background: #78c0ff;
  border-radius: 6px;
}

.msp-3d-printer-tabs__list,
[data-msp-3d-printer-tablist] {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-width: 1120px;
}

.msp-3d-printer-tab,
[data-msp-3d-printer-tab] {
  align-items: flex-start;
  background: rgb(255 255 255 / 3%);
  border: 1px solid rgb(255 255 255 / 22%);
  color: rgb(255 255 255 / 70%);
  display: inline-flex;
  flex-direction: column;
  font-family: "Poppins", "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(15px, 0.94vw, 18px);
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  min-height: 94px;
  min-width: 0;
  padding: 16px 24px;
  position: relative;
  transition:
    background-color 250ms ease,
    border-color 250ms ease,
    color 250ms ease;
}

.msp-3d-printer-tab + .msp-3d-printer-tab,
[data-msp-3d-printer-tab] + [data-msp-3d-printer-tab] {
  border-left: 0;
}

.msp-3d-printer-tab::after,
[data-msp-3d-printer-tab]::after {
  background: var(--msp-3d-printer-cyan);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 300ms var(--msp-3d-printer-motion);
  width: calc(100% - 40px);
}

.msp-3d-printer-tab[aria-selected="true"],
[data-msp-3d-printer-tab][aria-selected="true"] {
  background: var(--msp-3d-printer-white);
  border-color: var(--msp-3d-printer-white);
  color: var(--msp-3d-printer-navy);
}

.msp-3d-printer-tab[aria-selected="true"]::after,
[data-msp-3d-printer-tab][aria-selected="true"]::after {
  transform: translateX(-50%) scaleX(1);
}

.msp-3d-printer-tab__number {
  color: #78c0ff;
  font-size: 11px;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}

[data-msp-3d-printer-tab][aria-selected="true"] .msp-3d-printer-tab__number {
  color: var(--msp-3d-printer-blue-deep);
}

.msp-3d-printer-tabs__panels,
.msp-3d-printer-tab-panels {
  background: var(--msp-3d-printer-white);
  min-width: 0;
}

.msp-3d-printer-panel,
[data-msp-3d-printer-panel] {
  background: var(--msp-3d-printer-white);
  color: var(--msp-3d-printer-ink);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  min-height: clamp(590px, 37.5vw, 720px);
  min-width: 0;
}

.msp-3d-printer-panel[hidden],
[data-msp-3d-printer-panel][hidden] {
  display: none !important;
}

.msp-3d-printer-panel__media {
  background: #dcebed;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.msp-3d-printer-panel__media::before {
  background:
    linear-gradient(90deg, transparent 0 32%, rgb(47 212 208 / 58%) 32% calc(32% + 2px), transparent calc(32% + 2px)),
    linear-gradient(90deg, transparent 0 68%, rgb(22 135 255 / 54%) 68% calc(68% + 2px), transparent calc(68% + 2px));
  content: "";
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.msp-3d-printer-panel__media::after {
  background:
    linear-gradient(135deg, transparent 56%, rgb(7 27 45 / 26%)),
    repeating-linear-gradient(0deg, transparent 0 51px, rgb(255 255 255 / 8%) 51px 52px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.msp-3d-printer-page .msp-3d-printer-panel__image,
.msp-3d-printer-panel__media > img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms var(--msp-3d-printer-motion);
  width: 100%;
}

.msp-3d-printer-panel__content {
  align-content: center;
  background:
    linear-gradient(90deg, var(--msp-3d-printer-cyan) 0 4px, transparent 4px),
    linear-gradient(180deg, rgb(47 212 208 / 5%), transparent 46%);
  display: grid;
  min-width: 0;
  padding: clamp(54px, 5.2vw, 100px);
}

.msp-3d-printer-panel__index,
.msp-3d-printer-panel__number {
  align-items: center;
  border: 1px solid rgb(22 135 255 / 45%);
  border-radius: 50%;
  color: var(--msp-3d-printer-blue-deep);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 62px;
  justify-content: center;
  letter-spacing: 0.06em;
  width: 62px;
}

.msp-3d-printer-panel__eyebrow,
.msp-3d-printer-panel__label {
  color: var(--msp-3d-printer-blue-deep);
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: clamp(28px, 2.5vw, 48px);
  text-transform: uppercase;
}

.msp-3d-printer-panel__title {
  color: var(--msp-3d-printer-ink);
  font-size: clamp(40px, 3.13vw, 60px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin-top: 14px;
}

.msp-3d-printer-panel__summary,
.msp-3d-printer-panel__description {
  color: var(--msp-3d-printer-copy);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(16px, 0.99vw, 19px);
  line-height: 1.75;
  margin-top: clamp(22px, 1.88vw, 36px);
  max-width: 630px;
}

.msp-3d-printer-panel__specification {
  display: grid;
  gap: 1px;
  grid-template-columns: minmax(0, 1.2fr) minmax(190px, 0.8fr);
  margin-top: clamp(28px, 2.08vw, 40px);
  min-width: 0;
}

.msp-3d-printer-panel__processes,
.msp-3d-printer-panel__primary-use {
  background: var(--msp-3d-printer-paper);
  border: 1px solid var(--msp-3d-printer-line);
  min-width: 0;
  padding: 20px;
}

.msp-3d-printer-panel__processes > span,
.msp-3d-printer-panel__primary-use > span {
  color: var(--msp-3d-printer-blue-deep);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
}

.msp-3d-printer-panel__processes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.msp-3d-printer-panel__processes [data-msp-3d-printer-option] {
  background: var(--msp-3d-printer-white);
  border-color: #c5d9e1;
  min-height: 34px;
  padding: 7px 12px;
}

.msp-3d-printer-panel__primary-use p,
[data-msp-3d-printer-primary-use] {
  color: var(--msp-3d-printer-ink);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 14px;
}

.msp-3d-printer-panel__tags,
.msp-3d-printer-panel__options,
.msp-3d-printer-panel__groups,
.msp-3d-printer-panel__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(28px, 2.08vw, 40px);
}

.msp-3d-printer-panel__tag,
.msp-3d-printer-panel__option,
.msp-3d-printer-panel__groups li,
.msp-3d-printer-panel__items li,
[data-msp-3d-printer-option] {
  align-items: center;
  background: var(--msp-3d-printer-mist);
  border: 1px solid #cadde4;
  color: var(--msp-3d-printer-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  min-height: 38px;
  padding: 9px 15px;
}

/* Six-stage project flow. */
.msp-3d-printer-process,
[data-msp-3d-printer-process] {
  background: var(--msp-3d-printer-paper);
  overflow: hidden;
  padding: clamp(112px, 9.38vw, 180px) var(--msp-3d-printer-gutter);
  position: relative;
}

.msp-3d-printer-process::before {
  background:
    radial-gradient(circle, rgb(22 135 255 / 19%) 0 2px, transparent 2px) 0 0 / 42px 42px;
  content: "";
  height: 42%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: min(42vw, 720px);
}

.msp-3d-printer-process__header {
  display: grid;
  gap: clamp(30px, 7vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  margin-bottom: clamp(64px, 6.25vw, 120px);
}

.msp-3d-printer-process__header > .msp-3d-printer-process__description {
  align-self: end;
}

.msp-3d-printer-process__steps,
[data-msp-3d-printer-process-steps] {
  counter-reset: printer-step;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-width: 0;
  position: relative;
}

.msp-3d-printer-process__steps::before,
[data-msp-3d-printer-process-steps]::before {
  background: var(--msp-3d-printer-line);
  content: "";
  height: 1px;
  left: 8.333%;
  position: absolute;
  right: 8.333%;
  top: 38px;
}

.msp-3d-printer-process__step,
[data-msp-3d-printer-process-step] {
  counter-increment: printer-step;
  min-width: 0;
  opacity: 0.32;
  padding: 0 clamp(16px, 1.56vw, 30px);
  position: relative;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 500ms ease,
    transform 650ms var(--msp-3d-printer-motion);
}

.msp-3d-printer-process__step:first-child,
[data-msp-3d-printer-process-step]:first-child {
  padding-left: 0;
}

.msp-3d-printer-process__step:last-child,
[data-msp-3d-printer-process-step]:last-child {
  padding-right: 0;
}

.msp-3d-printer-process__step.is-active,
[data-msp-3d-printer-process-step].is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.msp-3d-printer-process__number,
.msp-3d-printer-process__step::before {
  align-items: center;
  background: var(--msp-3d-printer-white);
  border: 1px solid var(--msp-3d-printer-line);
  border-radius: 50%;
  color: var(--msp-3d-printer-blue-deep);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  height: 76px;
  justify-content: center;
  letter-spacing: 0.08em;
  position: relative;
  transition:
    background-color 450ms ease,
    border-color 450ms ease,
    color 450ms ease;
  width: 76px;
  z-index: 1;
}

.msp-3d-printer-process__step::before {
  content: counter(printer-step, decimal-leading-zero);
}

.msp-3d-printer-process__step:has(.msp-3d-printer-process__number)::before {
  content: none;
}

.msp-3d-printer-process__step.is-active :where(.msp-3d-printer-process__number),
.msp-3d-printer-process__step.is-active::before {
  background: var(--msp-3d-printer-blue);
  border-color: var(--msp-3d-printer-blue);
  color: var(--msp-3d-printer-white);
}

.msp-3d-printer-process__step-title,
.msp-3d-printer-process__step :where(h3, h4, strong) {
  color: var(--msp-3d-printer-ink);
  display: block;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  margin-top: 30px;
}

.msp-3d-printer-process__step-description,
.msp-3d-printer-process__step p {
  color: var(--msp-3d-printer-copy);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 14px;
}

/* Review points continue the connection-line language. */
.msp-3d-printer-review,
[data-msp-3d-printer-review] {
  background: var(--msp-3d-printer-white);
  overflow: hidden;
  padding: clamp(112px, 9.38vw, 180px) var(--msp-3d-printer-gutter);
  position: relative;
}

.msp-3d-printer-review::after {
  background: linear-gradient(var(--msp-3d-printer-blue), var(--msp-3d-printer-cyan));
  content: "";
  height: 2px;
  left: 0;
  opacity: 0.55;
  position: absolute;
  top: 0;
  width: 34%;
}

.msp-3d-printer-review__header {
  display: grid;
  gap: clamp(30px, 7vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  margin-bottom: clamp(64px, 6.25vw, 120px);
}

.msp-3d-printer-review__header > .msp-3d-printer-review__description {
  align-self: end;
}

.msp-3d-printer-review__points,
.msp-3d-printer-review__list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.msp-3d-printer-review__point {
  background:
    linear-gradient(135deg, rgb(22 135 255 / 6%), transparent 48%),
    var(--msp-3d-printer-mist);
  border: 1px solid var(--msp-3d-printer-line);
  min-height: 280px;
  min-width: 0;
  padding: clamp(34px, 3.13vw, 60px);
  position: relative;
}

.msp-3d-printer-review__point::after {
  background: var(--msp-3d-printer-cyan);
  content: "";
  height: 2px;
  left: clamp(34px, 3.13vw, 60px);
  position: absolute;
  right: clamp(34px, 3.13vw, 60px);
  top: 0;
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 650ms var(--msp-3d-printer-motion);
}

.msp-3d-printer-review__point.is-revealed::after {
  transform: scaleX(1);
}

.msp-3d-printer-review__number,
.msp-3d-printer-review__index {
  color: var(--msp-3d-printer-blue-deep);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.msp-3d-printer-review__point :where(h3, h4, strong),
.msp-3d-printer-review__point-title {
  color: var(--msp-3d-printer-ink);
  display: block;
  font-size: clamp(24px, 1.88vw, 36px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-top: 24px;
}

.msp-3d-printer-review__point p,
.msp-3d-printer-review__point-description {
  color: var(--msp-3d-printer-copy);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.75;
  margin-top: 20px;
  max-width: 650px;
}

/* Related solution routes. */
.msp-3d-printer-related,
[data-msp-3d-printer-related] {
  background: var(--msp-3d-printer-navy);
  color: var(--msp-3d-printer-white);
  overflow: hidden;
  padding: clamp(112px, 9.38vw, 180px) var(--msp-3d-printer-gutter);
  position: relative;
}

.msp-3d-printer-related::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 139px, rgb(47 212 208 / 6%) 139px 140px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.msp-3d-printer-related__header {
  display: grid;
  gap: clamp(30px, 7vw, 120px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  margin-bottom: clamp(64px, 6.25vw, 120px);
}

.msp-3d-printer-related__eyebrow {
  color: #78c0ff;
}

.msp-3d-printer-related__title {
  color: var(--msp-3d-printer-white);
}

.msp-3d-printer-related__description {
  align-self: end;
  color: rgb(255 255 255 / 70%);
}

.msp-3d-printer-related__list,
.msp-3d-printer-related__links {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.msp-3d-printer-related__item {
  min-width: 0;
}

.msp-3d-printer-related__link,
[data-msp-3d-printer-related-link] {
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 18%);
  color: var(--msp-3d-printer-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
  padding: clamp(34px, 3.13vw, 60px);
  position: relative;
  text-decoration: none;
  transition:
    background-color 300ms ease,
    border-color 300ms ease,
    transform 400ms var(--msp-3d-printer-motion);
}

.msp-3d-printer-related__link::before,
[data-msp-3d-printer-related-link]::before {
  background: linear-gradient(90deg, var(--msp-3d-printer-blue), var(--msp-3d-printer-cyan));
  content: "";
  height: 3px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transform: scaleX(0.16);
  transform-origin: left;
  transition: transform 450ms var(--msp-3d-printer-motion);
}

.msp-3d-printer-related__number,
.msp-3d-printer-related__index {
  color: #78c0ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.msp-3d-printer-related__link :where(h3, h4, strong),
.msp-3d-printer-related__title-text {
  color: var(--msp-3d-printer-white);
  display: block;
  font-size: clamp(25px, 1.98vw, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin-top: 44px;
}

.msp-3d-printer-related__link p {
  color: rgb(255 255 255 / 67%);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.72;
  margin-top: 20px;
}

.msp-3d-printer-related__copy > span {
  color: rgb(255 255 255 / 67%);
  display: block;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 1.72;
  margin-top: 20px;
}

.msp-3d-printer-related__arrow {
  align-items: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  margin-top: auto;
  width: 48px;
}

.msp-3d-printer-page a[data-msp-3d-printer-related-link]:link,
.msp-3d-printer-page a[data-msp-3d-printer-related-link]:visited {
  color: var(--msp-3d-printer-white);
}

/* Call to action. */
.msp-3d-printer-cta,
[data-msp-3d-printer-cta] {
  background:
    linear-gradient(120deg, rgb(22 135 255 / 15%), transparent 38%),
    var(--msp-3d-printer-paper);
  overflow: hidden;
  padding: clamp(100px, 8.33vw, 160px) var(--msp-3d-printer-gutter);
  position: relative;
}

.msp-3d-printer-cta::before,
[data-msp-3d-printer-cta]::before {
  background:
    linear-gradient(90deg, transparent 0 22%, rgb(22 135 255 / 32%) 22% calc(22% + 2px), transparent calc(22% + 2px)),
    linear-gradient(90deg, transparent 0 50%, rgb(47 212 208 / 34%) 50% calc(50% + 2px), transparent calc(50% + 2px)),
    linear-gradient(90deg, transparent 0 78%, rgb(22 135 255 / 32%) 78% calc(78% + 2px), transparent calc(78% + 2px));
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: min(34vw, 620px);
}

.msp-3d-printer-cta__content {
  max-width: 1120px;
  position: relative;
}

.msp-3d-printer-cta__title {
  max-width: 1050px;
}

.msp-3d-printer-cta__title > span {
  display: block;
}

.msp-3d-printer-cta__title > span + span {
  margin-top: 0.06em;
}

.msp-3d-printer-cta__description {
  margin-top: clamp(26px, 2.08vw, 40px);
  max-width: 760px;
}

.msp-3d-printer-cta__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: clamp(38px, 3.13vw, 60px);
}

.msp-3d-printer-cta__link,
.msp-3d-printer-cta__button {
  align-items: center;
  background: var(--msp-3d-printer-blue);
  border: 1px solid var(--msp-3d-printer-blue);
  color: var(--msp-3d-printer-white);
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  min-height: 62px;
  min-width: 230px;
  padding: 16px 24px;
  text-decoration: none;
  transition:
    background-color 250ms ease,
    border-color 250ms ease,
    color 250ms ease,
    transform 350ms var(--msp-3d-printer-motion);
}

.msp-3d-printer-cta__link:not(:has(> span))::after,
.msp-3d-printer-cta__button:not(:has(> span))::after {
  content: "→";
  font-size: 21px;
  margin-left: 24px;
}

.msp-3d-printer-cta__link > span,
.msp-3d-printer-cta__button > span {
  font-size: 21px;
  margin-left: 24px;
}

.msp-3d-printer-cta__notice {
  color: #71818b;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 20px;
  max-width: 760px;
}

@media (hover: hover) and (pointer: fine) {
  .msp-3d-printer-overview__media:hover > img,
  [data-msp-3d-printer-overview-media]:hover > img,
  .msp-3d-printer-panel__media:hover > img {
    transform: scale(1.025);
  }

  [data-msp-3d-printer-tab]:hover:not([aria-selected="true"]) {
    background: rgb(255 255 255 / 9%);
    color: var(--msp-3d-printer-white);
  }

  [data-msp-3d-printer-related-link]:hover {
    background: rgb(255 255 255 / 10%);
    border-color: rgb(47 212 208 / 55%);
    transform: translate3d(0, -6px, 0);
  }

  [data-msp-3d-printer-related-link]:hover::before {
    transform: scaleX(1);
  }

  .msp-3d-printer-cta__link:hover,
  .msp-3d-printer-cta__button:hover {
    background: var(--msp-3d-printer-navy);
    border-color: var(--msp-3d-printer-navy);
    color: var(--msp-3d-printer-white);
    transform: translate3d(0, -3px, 0);
  }
}

@media (max-width: 1280px) {
  .msp-3d-printer-overview__inner,
  [data-msp-3d-printer-overview] > .inner1560 {
    gap: 58px;
    grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  }

  .msp-3d-printer-panel,
  [data-msp-3d-printer-panel] {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.92fr);
  }

  .msp-3d-printer-panel__specification {
    grid-template-columns: 1fr;
  }

  .msp-3d-printer-review__points,
  .msp-3d-printer-review__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .msp-3d-printer-overview__inner,
  [data-msp-3d-printer-overview] > .inner1560 {
    grid-template-columns: 1fr;
  }

  .msp-3d-printer-overview__copy {
    max-width: 760px;
  }

  .msp-3d-printer-overview__media,
  [data-msp-3d-printer-overview-media] {
    margin-left: clamp(0px, 4vw, 34px);
  }

  .msp-3d-printer-panel,
  [data-msp-3d-printer-panel] {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .msp-3d-printer-panel__media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .msp-3d-printer-panel__content {
    min-height: 480px;
  }

  .msp-3d-printer-process__steps,
  [data-msp-3d-printer-process-steps] {
    gap: 1px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .msp-3d-printer-process__steps::before,
  [data-msp-3d-printer-process-steps]::before {
    content: none;
  }

  .msp-3d-printer-process__step,
  [data-msp-3d-printer-process-step] {
    background: var(--msp-3d-printer-white);
    border: 1px solid var(--msp-3d-printer-line);
    min-height: 280px;
    padding: 28px;
  }

  .msp-3d-printer-process__step:first-child,
  [data-msp-3d-printer-process-step]:first-child,
  .msp-3d-printer-process__step:last-child,
  [data-msp-3d-printer-process-step]:last-child {
    padding: 28px;
  }

  .msp-3d-printer-related__list,
  .msp-3d-printer-related__links {
    grid-template-columns: 1fr;
  }

  .msp-3d-printer-related__link,
  [data-msp-3d-printer-related-link] {
    min-height: 250px;
  }
}

@media (max-width: 900px) {
  .msp-3d-printer-technology-groups__header,
  .msp-3d-printer-process__header,
  .msp-3d-printer-review__header,
  .msp-3d-printer-related__header {
    grid-template-columns: 1fr;
  }

  .msp-3d-printer-technology-groups__header > .msp-3d-printer-technology-groups__description {
    grid-column: 1;
    grid-row: auto;
  }

  .msp-3d-printer-technology-groups__description,
  .msp-3d-printer-process__description,
  .msp-3d-printer-review__description,
  .msp-3d-printer-related__description {
    max-width: 720px;
  }

  .msp-3d-printer-review__points,
  .msp-3d-printer-review__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --msp-3d-printer-gutter: 20px;
  }

  #subWrap:has(.msp-3d-printer-page) #sv .bg,
  #subWrap:has([data-msp-3d-printer-page]) #sv .bg.sv02,
  #subWrap:has([data-msp-3d-printer-page]) #sv .bg.sv03 {
    background-image:
      linear-gradient(90deg, rgb(7 27 45 / 90%), rgb(7 27 45 / 49%)),
      url("/assets/generated/3d-printer/3d-printing-applications-hero.webp") !important;
    background-position: 64% center;
  }

  .msp-3d-printer-section-title,
  .msp-3d-printer-technology-groups__title,
  .msp-3d-printer-process__title,
  .msp-3d-printer-review__title,
  .msp-3d-printer-related__title,
  .msp-3d-printer-cta__title {
    font-size: clamp(36px, 10.77vw, 48px);
    letter-spacing: -0.04em;
    line-height: 1.06;
  }

  .msp-3d-printer-overview,
  [data-msp-3d-printer-overview] {
    padding-bottom: 104px;
    padding-top: 96px;
  }

  .msp-3d-printer-overview::before,
  [data-msp-3d-printer-overview]::before {
    display: none;
  }

  .msp-3d-printer-overview__title {
    font-size: clamp(42px, 13.33vw, 58px);
    line-height: 1;
  }

  .msp-3d-printer-overview__description {
    font-size: 16px;
    line-height: 1.75;
  }

  .msp-3d-printer-overview__facts {
    grid-template-columns: 1fr;
  }

  .msp-3d-printer-overview__fact {
    min-height: 92px;
  }

  .msp-3d-printer-overview__media,
  [data-msp-3d-printer-overview-media] {
    aspect-ratio: 4 / 3;
    box-shadow:
      8px 8px 0 rgb(22 135 255 / 9%),
      16px 16px 0 rgb(47 212 208 / 7%);
    margin-left: 0;
  }

  .msp-3d-printer-technology-groups,
  [data-msp-3d-printer-technology-groups] {
    padding-bottom: 112px;
    padding-top: 100px;
  }

  .msp-3d-printer-technology-groups__header {
    margin-bottom: 54px;
  }

  .msp-3d-printer-tabs__scroll,
  [data-msp-3d-printer-tabs-scroll] {
    margin-inline: -20px;
    padding-inline: 20px;
    scroll-padding-inline: 20px;
    width: calc(100% + 40px);
  }

  .msp-3d-printer-tabs__list,
  [data-msp-3d-printer-tablist] {
    min-width: 940px;
    padding-right: 20px;
  }

  .msp-3d-printer-tab,
  [data-msp-3d-printer-tab] {
    min-height: 88px;
    padding: 14px 18px;
  }

  .msp-3d-printer-panel__media {
    aspect-ratio: 4 / 3;
  }

  .msp-3d-printer-panel__content {
    min-height: 0;
    padding: 44px 24px 52px 28px;
  }

  .msp-3d-printer-panel__index,
  .msp-3d-printer-panel__number {
    font-size: 13px;
    height: 50px;
    width: 50px;
  }

  .msp-3d-printer-panel__title {
    font-size: clamp(34px, 10.26vw, 44px);
  }

  .msp-3d-printer-panel__summary,
  .msp-3d-printer-panel__description {
    font-size: 16px;
  }

  .msp-3d-printer-panel__specification {
    margin-top: 28px;
  }

  .msp-3d-printer-panel__processes,
  .msp-3d-printer-panel__primary-use {
    padding: 18px;
  }

  .msp-3d-printer-process,
  [data-msp-3d-printer-process],
  .msp-3d-printer-review,
  [data-msp-3d-printer-review],
  .msp-3d-printer-related,
  [data-msp-3d-printer-related],
  .msp-3d-printer-cta,
  [data-msp-3d-printer-cta] {
    padding-bottom: 104px;
    padding-top: 100px;
  }

  .msp-3d-printer-process__header,
  .msp-3d-printer-review__header,
  .msp-3d-printer-related__header {
    margin-bottom: 54px;
  }

  .msp-3d-printer-process__steps,
  [data-msp-3d-printer-process-steps] {
    grid-template-columns: 1fr;
  }

  .msp-3d-printer-process__step,
  [data-msp-3d-printer-process-step] {
    min-height: 0;
    padding: 28px;
  }

  .msp-3d-printer-review__point {
    min-height: 240px;
    padding: 34px 28px;
  }

  .msp-3d-printer-review__point::after {
    left: 28px;
    right: 28px;
  }

  .msp-3d-printer-related__link,
  [data-msp-3d-printer-related-link] {
    min-height: 248px;
    padding: 34px 28px;
  }

  .msp-3d-printer-cta::before,
  [data-msp-3d-printer-cta]::before {
    opacity: 0.6;
    width: 46%;
  }

  .msp-3d-printer-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .msp-3d-printer-cta__title > span + span {
    margin-top: 0.1em;
  }

  .msp-3d-printer-cta__link,
  .msp-3d-printer-cta__button {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .msp-3d-printer-overview__title {
    font-size: 42px;
  }

  .msp-3d-printer-tab,
  [data-msp-3d-printer-tab] {
    font-size: 14px;
  }

  html[lang="en"] .msp-3d-printer-technology-groups__title,
  html[lang="en"] .msp-3d-printer-related__title {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #subWrap:has(.msp-3d-printer-page) #sv .sv-tit,
  .msp-3d-printer-page,
  .msp-3d-printer-page *,
  .msp-3d-printer-page *::before,
  .msp-3d-printer-page *::after {
    animation: none !important;
    animation-delay: 0s !important;
    animation-duration: 0s !important;
    scroll-behavior: auto !important;
    transition: none !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }

  [data-msp-3d-printer-reveal],
  [data-msp-3d-printer-reveal].is-revealed {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }

  .msp-3d-printer-process__step,
  .msp-3d-printer-process__step.is-active,
  [data-msp-3d-printer-process-step],
  [data-msp-3d-printer-process-step].is-active {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }

  .msp-3d-printer-overview__media > img,
  .msp-3d-printer-panel__media > img,
  [data-msp-3d-printer-related-link],
  .msp-3d-printer-cta__link,
  .msp-3d-printer-cta__button,
  .msp-3d-printer-review__point::after {
    transform: none !important;
  }

  [data-msp-3d-printer-tab]::after {
    display: none;
    transform: none !important;
  }

  [data-msp-3d-printer-tab][aria-selected="true"]::after {
    display: block;
    left: 20px;
    right: 20px;
    width: auto;
  }
}
