.od-oxe-process {
  --od-oxe-process-bg: #f3f3f3;
  --od-oxe-process-ink: #272727;
  --od-oxe-process-line: rgba(0, 0, 0, 0.095);
  --od-oxe-process-button: #616161;
  --od-oxe-process-button-text: #ededed;
  --od-oxe-process-button-active-text: #fff;
  --od-oxe-process-shape: #000;
  --od-oxe-process-pin: #ff4148;
  --od-oxe-process-max-width: 960px;
  width: 100%;
  max-width: var(--od-oxe-process-max-width);
  container-type: inline-size;
  margin-inline: auto;
  font-family: Inter, "Inter", Arial, sans-serif;
  color: var(--od-oxe-process-ink);
}

.od-oxe-process *,
.od-oxe-process *::before,
.od-oxe-process *::after {
  box-sizing: border-box;
}

.od-oxe-process__shell {
  position: relative;
  width: 100%;
  padding-block: 6px;
}

.od-oxe-process__board {
  position: relative;
  width: 100%;
  aspect-ratio: 1143 / 891;
  overflow: visible;
  background: var(--od-oxe-process-bg);
}
.od-oxe-process__board::before,
.od-oxe-process__board::after {
  content: "";
  position: absolute;
  width: 1px;
  background: var(--od-oxe-process-line);
  pointer-events: none;
  z-index: 1;
}

.od-oxe-process__board::before {
  left: 60%;
  top: 0;
  height: 32.77%;
}

.od-oxe-process__board::after {
  left: 39.98%;
  top: 32.77%;
  height: 35.8%;
}

.od-oxe-process__pin-line {
  position: absolute;
  width: 1px;
  background: var(--od-oxe-process-line);
  pointer-events: none;
  z-index: 1;
}

.od-oxe-process__pin-line--right-bottom {
  left: 60%;
  top: 68.57%;
  height: 31.43%;
}

.od-oxe-process__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 4.99% 12.60% 22.40% 12.55% 7.48% 34.94% 5.04%;
  grid-template-rows: 12.68% 20.09% 13.47% 22.33% 12.79% 18.64%;
  pointer-events: none;
}

.od-oxe-process__cell {
  border: 0 solid var(--od-oxe-process-line);
}

.od-oxe-process__cell--c-01-num { grid-column: 2 / 3; grid-row: 1 / 2; border-width: 0 1px 1px 1px; }
.od-oxe-process__cell--c-01-title { grid-column: 3 / 6; grid-row: 1 / 2; border-width: 0 1px 1px 0; }
.od-oxe-process__cell--c-01-body { grid-column: 2 / 6; grid-row: 2 / 3; border-width: 0 1px 1px 1px; }
.od-oxe-process__cell--c-01-shape { grid-column: 6 / 7; grid-row: 1 / 3; border-width: 0 1px 1px 1px; }
.od-oxe-process__cell--c-02-shape { grid-column: 2 / 4; grid-row: 3 / 5; border-width: 0 1px 1px 1px; }
.od-oxe-process__cell--c-02-num { grid-column: 4 / 5; grid-row: 3 / 4; border-width: 0 1px 1px 1px; }
.od-oxe-process__cell--c-02-title { grid-column: 5 / 7; grid-row: 3 / 4; border-width: 0 1px 1px 0; }
.od-oxe-process__cell--c-02-body { grid-column: 4 / 7; grid-row: 4 / 5; border-width: 0 1px 1px 1px; }
.od-oxe-process__cell--c-03-num { grid-column: 2 / 3; grid-row: 5 / 6; border-width: 0 1px 1px 1px; }
.od-oxe-process__cell--c-03-title { grid-column: 3 / 6; grid-row: 5 / 6; border-width: 0 1px 1px 0; }
.od-oxe-process__cell--c-03-body { grid-column: 2 / 6; grid-row: 6 / 7; border-width: 0 1px 0 1px; }
.od-oxe-process__cell--c-03-shape { grid-column: 6 / 7; grid-row: 5 / 7; border-width: 0 1px 0 1px; }
.od-oxe-process__cell--g-left-01-head { grid-column: 1 / 2; grid-row: 1 / 2; border-bottom-width: 1px; }
.od-oxe-process__cell--g-left-01-body { grid-column: 1 / 2; grid-row: 2 / 3; border-bottom-width: 1px; }
.od-oxe-process__cell--g-left-02-block { grid-column: 1 / 2; grid-row: 3 / 5; border-bottom-width: 1px; }
.od-oxe-process__cell--g-left-03-head { grid-column: 1 / 2; grid-row: 5 / 6; border-bottom-width: 1px; }
.od-oxe-process__cell--g-right-01-block { grid-column: 7 / 8; grid-row: 1 / 3; border-bottom-width: 1px; }
.od-oxe-process__cell--g-right-02-head { grid-column: 7 / 8; grid-row: 3 / 4; border-bottom-width: 1px; }
.od-oxe-process__cell--g-right-02-body { grid-column: 7 / 8; grid-row: 4 / 5; border-bottom-width: 1px; }
.od-oxe-process__cell--c-01-title,
.od-oxe-process__cell--c-01-body,
.od-oxe-process__cell--c-03-title,
.od-oxe-process__cell--c-03-body {
  border-right-width: 0;
}

.od-oxe-process__cell--c-01-shape,
.od-oxe-process__cell--c-03-shape {
  border-left-width: 0;
}

.od-oxe-process__cell--c-02-shape {
  border-right-width: 0;
}

.od-oxe-process__cell--c-02-num {
  border-left-width: 0;
  border-right-width: 1px;
}

.od-oxe-process__cell--c-02-body {
  border-left-width: 0;
}

.od-oxe-process__num,
.od-oxe-process__label,
.od-oxe-process__button,
.od-oxe-process__shape,
.od-oxe-process__pin,
.od-oxe-process__detail,
.od-oxe-process__org-hotspot {
  position: absolute;
  z-index: 2;
}

.od-oxe-process__num {
  font-size: clamp(58px, 8.25vw, 91px);
  font-size: clamp(58px, 8.25cqw, 91px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0;
}

.od-oxe-process__label {
  font-size: clamp(17px, 2.18vw, 27px);
  font-size: clamp(17px, 2.18cqw, 27px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: translateY(-2px);
}

.od-oxe-process__button {
  display: grid;
  place-items: center;
  width: 13.15%;
  height: 5.05%;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--od-oxe-process-button);
  color: var(--od-oxe-process-button-text);
  font: 400 clamp(13px, 1.55vw, 18px)/1 Inter, "Inter", Arial, sans-serif;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.od-oxe-process__button:hover {
  transform: translateY(-3px);
}

.od-oxe-process__button:active {
  transform: translateY(-1px);
}

.od-oxe-process__button.is-active {
  background: var(--od-oxe-process-pin);
  color: var(--od-oxe-process-button-active-text);
}

.od-oxe-process__pin {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--od-oxe-process-pin);
  transform: translate(-50%, -50%);
}

.od-oxe-process__pin--top { left: 60%; top: 0; }
.od-oxe-process__pin--02-left { left: 39.98%; top: 32.77%; }
.od-oxe-process__pin--02-right { left: 60%; top: 32.77%; }
.od-oxe-process__pin--03-left { left: 39.98%; top: 68.57%; }
.od-oxe-process__pin--03-right { left: 60%; top: 68.57%; }
.od-oxe-process__pin--bottom { left: 60%; top: 100%; }

.od-oxe-process__shape {
  background: var(--od-oxe-process-shape);
  overflow: hidden;
}

.od-oxe-process__num--01 { left: 7.35%; top: 2.95%; }
.od-oxe-process__label--organization { left: 18.35%; top: 9.55%; }
.od-oxe-process__button--org { left: 41.65%; top: 20.18%; }
.od-oxe-process__shape--pill { left: 66.10%; top: 7.15%; width: 22.70%; height: 19.0%; border-radius: 999px; }

.od-oxe-process__shape--square { left: 12.25%; top: 39.80%; width: 20.70%; height: 22.35%; }
.od-oxe-process__num--02 { left: 41.25%; top: 35.88%; }
.od-oxe-process__label--standardization { left: 53.22%; top: 43.30%; }
.od-oxe-process__button--std { left: 76.50%; top: 55.75%; }

.od-oxe-process__num--03 { left: 6.50%; top: 70.70%; }
.od-oxe-process__label--execution { left: 18.36%; top: 78.55%; }
.od-oxe-process__button--exe { left: 42.60%; top: 88.75%; }
.od-oxe-process__shape--poly { left: 66.60%; top: 73.12%; width: 20.60%; height: 22.65%; clip-path: polygon(48.21% 0, 84.09% 6.08%, 100% 37.89%, 86.62% 76.79%, 51.79% 100%, 15.91% 93.92%, 0 62.11%, 13.38% 23.21%); }

.od-oxe-process__detail {
  z-index: 2;
  margin: 0;
  color: #a9a9a9;
  font-size: clamp(14px, 1.55vw, 19px);
  font-size: clamp(14px, 1.55cqw, 19px);
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.od-oxe-process__detail.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.od-oxe-process__detail--org { left: 7.35%; top: 18.10%; width: 34%; }
.od-oxe-process__detail--std { left: 42.65%; top: 52.05%; width: 33%; }
.od-oxe-process__detail--exe { left: 7.35%; top: 86.20%; width: 34%; }

.od-oxe-process__org-hotspot {
  z-index: 1;
  left: 5.0%;
  top: 0;
  width: 89.9%;
  height: 32.77%;
  pointer-events: none;
}

.od-oxe-process__org-art,
.od-oxe-process__std-art,
.od-oxe-process__exe-art {
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.od-oxe-process__exe-art {
  clip-path: none;
}

.od-oxe-process__org-poster,
.od-oxe-process__std-poster,
.od-oxe-process__exe-poster {
  position: absolute;
  inset: 0;
  background: var(--od-oxe-process-shape);
}

.od-oxe-process__org-poster {
  border-radius: 999px;
}

.od-oxe-process__exe-poster {
  clip-path: polygon(48.21% 0, 84.09% 6.08%, 100% 37.89%, 86.62% 76.79%, 51.79% 100%, 15.91% 93.92%, 0 62.11%, 13.38% 23.21%);
}

.od-oxe-process__org-svg,
.od-oxe-process__std-svg,
.od-oxe-process__exe-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  opacity: 0;
  transition: opacity 120ms ease;
}

.od-oxe-process__std-svg {
  left: -0.23%;
  top: -25.24%;
  width: 100.46%;
  height: 142.25%;
  object-fit: fill;
  object-position: center;
}

.od-oxe-process__org-art.is-playing .od-oxe-process__org-svg,
.od-oxe-process__std-art.is-playing .od-oxe-process__std-svg,
.od-oxe-process__exe-art.is-playing .od-oxe-process__exe-svg {
  opacity: 1;
}

.od-oxe-process__exe-art.is-playing .od-oxe-process__exe-poster {
  opacity: 0;
}
@media (max-width: 720px) {
  .od-oxe-process__std-art.is-playing .od-oxe-process__std-poster {
    opacity: 0;
  }

  .od-oxe-process__board {
    aspect-ratio: 438 / 1837;
  }
  .od-oxe-process__board::before,
  .od-oxe-process__board::after,
  .od-oxe-process__pin-line--right-bottom {
    display: none;
  }

  .od-oxe-process__grid {
    display: block;
  }

  .od-oxe-process__cell {
    display: none;
    position: absolute;
  }

  .od-oxe-process__cell--c-01-num,
  .od-oxe-process__cell--c-01-title,
  .od-oxe-process__cell--c-01-body,
  .od-oxe-process__cell--c-02-num,
  .od-oxe-process__cell--c-02-title,
  .od-oxe-process__cell--c-02-body,
  .od-oxe-process__cell--c-03-num,
  .od-oxe-process__cell--c-03-title {
    display: block;
  }

  .od-oxe-process__cell--c-01-num { left: 0; top: 0; width: 31%; height: 7.1%; border-width: 0 1px 1px 0; }
  .od-oxe-process__cell--c-01-title { left: 31%; top: 0; width: 69%; height: 7.1%; border-width: 0 0 1px 0; }
  .od-oxe-process__cell--c-01-body { left: 0; top: 7.1%; width: 100%; height: 27.4%; border-width: 0 0 1px 0; }
  .od-oxe-process__cell--c-02-title { left: 0; top: 34.5%; width: 70%; height: 7.3%; border-width: 0 0 1px 0; }
  .od-oxe-process__cell--c-02-num { left: 70%; top: 34.5%; width: 30%; height: 7.3%; border-width: 0 0 1px 1px; }
  .od-oxe-process__cell--c-02-body { left: 0; top: 41.8%; width: 100%; height: 28.4%; border-width: 0 0 1px 0; }
  .od-oxe-process__cell--c-03-num { left: 0; top: 70.2%; width: 31%; height: 7.2%; border-width: 0 1px 1px 0; }
  .od-oxe-process__cell--c-03-title { left: 31%; top: 70.2%; width: 69%; height: 7.2%; border-width: 0 0 1px 0; }

  .od-oxe-process__num { font-size: clamp(54px, 15.5vw, 70px);
  font-size: clamp(54px, 15.5cqw, 70px); }
  .od-oxe-process__label { font-size: clamp(20px, 5.3vw, 24px);
  font-size: clamp(20px, 5.3cqw, 24px); }
  .od-oxe-process__button { display: none; }
  .od-oxe-process__pin { width: 7px; height: 7px; }

  .od-oxe-process__pin--top { left: 31%; top: 0; }
  .od-oxe-process__pin--02-left { left: 31%; top: 7.1%; }
  .od-oxe-process__pin--02-right { left: 70%; top: 34.5%; }
  .od-oxe-process__pin--03-left { left: 70%; top: 41.8%; }
  .od-oxe-process__pin--03-right { left: 31%; top: 70.2%; }
  .od-oxe-process__pin--bottom { left: 31%; top: 77.4%; }

  .od-oxe-process__num--01 { left: 7.7%; top: 2.45%; }
  .od-oxe-process__label--organization { left: 37%; top: 3.35%; }
  .od-oxe-process__detail { opacity: 1; visibility: visible; transform: none; font-size: clamp(18px, 4.55vw, 21px);
  font-size: clamp(18px, 4.55cqw, 21px); line-height: 1.62; }
  .od-oxe-process__detail--org { left: 7%; top: 10.7%; width: 86%; }
  .od-oxe-process__shape--pill { left: 22%; top: 20.7%; width: 58%; height: 8.85%; }

  .od-oxe-process__num--02 { left: 76%; top: 36.8%; }
  .od-oxe-process__label--standardization { left: 13.5%; top: 38.4%; }
  .od-oxe-process__detail--std { left: 7%; top: 45.2%; width: 86%; }
  .od-oxe-process__shape--square { left: 24%; top: 56%; width: 52%; height: 10.9%; }

  .od-oxe-process__num--03 { left: 7.2%; top: 72.65%; }
  .od-oxe-process__label--execution { left: 37%; top: 73.85%; }
  .od-oxe-process__detail--exe { left: 7%; top: 80.25%; width: 86%; }
  .od-oxe-process__shape--poly { left: 24%; top: 88.45%; width: 52%; height: 10.35%; }
  .od-oxe-process__org-hotspot { left: 0; top: 0; width: 100%; height: 34.5%; }
}

