/* ============================================================
   PR — 4 feature columns. Figma: pr (top:1013 height:480)
   ============================================================ */
.pr {
  position: relative;
  width: 1728px;
  height: 480px;
  background: var(--color-bg);
}
.pr__line { position: absolute; left: 269px; top: 0; width: 1190px; height: 480px; }
.pr__item { position: absolute; width: 402px; }
.pr__num {
  font-family: var(--font-watermark);
  font-size: 118px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}
.pr__title {
  font-family: var(--font-text);
  font-weight: 500;
  font-size: 34px;
  line-height: 28px;
  color: var(--color-white);
  margin-top: -7px;
  white-space: nowrap;
  margin-left: 52px;
}
.pr__text {
  font-size: 18px;
  line-height: 28px;
  color: #9c9c9c;
  margin-top: 28px;
  width: 400px;
  margin-left: 53px;
}
.pr__item--01 { left: 342px; top: 52px; }
.pr__item--02 { left: 342px; top: 308px; }
.pr__item--03 { left: 952px; top: 52px; }
.pr__item--03 .pr__text { width: 338px; }
.pr__item--04 { left: 952px; top: 308px; }
.pr__item--04 .pr__text { width: 383px; }
