/* Decorative imagery for the Korean company history only. */
@media screen and (min-width:1200px) {
  .speco-kr-entry .history .history_cont { position:relative; }
  .speco-kr-entry .history .history-visuals {
    position:absolute;
    inset:65px calc(50% + 65px) 65px 0;
    pointer-events:none;
  }
  .speco-kr-entry .history .history-visuals__images {
    position:sticky;
    top:110px;
    width:min(100%, calc((100vh - 180px) * .63));
    margin-inline:auto;
    display:grid;
    gap:32px;
  }
  .speco-kr-entry .history .history-visuals__images > div {
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    border-radius:6px;
    opacity:.82;
    -webkit-mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 88%,transparent),linear-gradient(to right,transparent,#000 7%,#000 90%,transparent);
    -webkit-mask-composite:source-in;
    mask-image:linear-gradient(to bottom,transparent,#000 7%,#000 88%,transparent),linear-gradient(to right,transparent,#000 7%,#000 90%,transparent);
    mask-composite:intersect;
  }
  .speco-kr-entry .history .history-visuals__factory {
    aspect-ratio:2654 / 1568;
    background-image:image-set(url("/home-20260916-r1/assets/summer-20260917-17a500b3c49d42cd.webp") 1x);
  }
  .speco-kr-entry .history .history-visuals__plant {
    aspect-ratio:778 / 725;
    background-image:image-set(url("/home-20260916-r1/assets/summer-20260917-c01cd98f92e0187f.webp") 3.084832905x);
  }
}
/* Keep the original first year's position after adding the decorative sibling. */
.speco-kr-entry .history .history_cont > .history-visuals + .year { margin-top:0; }
@media screen and (max-width:1199px) {
  .history .history-visuals { display:none; }
}
