/* Local-only fixes for en/pipeline.html. */
@font-face {
  font-family: "General Sans";
  src: url("./fonts/general-sans-500.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "General Sans";
  src: url("./fonts/general-sans-600.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Pretendard";
  src: url("./fonts/pretendard-500.woff2") format("woff2");
  font-weight: 500;
}

:root {
  --font-general-sans: "General Sans", Arial, sans-serif;
  --font-pretendard: "Pretendard", "Segoe UI", sans-serif;
  --pipeline-ink: #001422;
  --pipeline-muted: #4e5e68;
  --pipeline-line: #dee7ed;
  --pipeline-blue: #0080ff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--pipeline-ink);
  font-family: var(--font-general-sans), var(--font-pretendard), sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

body > div[hidden] {
  display: none !important;
}

.cPVybL {
  min-height: 100vh;
  background: #fff;
}

.cPVybL > .hidden,
.cPVybL > .hidden.md\:block {
  display: none !important;
}

.iRnrFp {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  color: var(--pipeline-ink);
  background:
    radial-gradient(circle at 86% 21%, rgba(199, 239, 255, .78), rgba(199, 239, 255, 0) 34%),
    linear-gradient(180deg, #edf9ff 0%, #f8fdff 58%, #fff 100%);
}

.iRnrFp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../images/pipeline/hero.avif") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.iRnrFp::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(247, 253, 255, .92) 0%, rgba(247, 253, 255, .72) 42%, rgba(247, 253, 255, .18) 100%);
}

.iRnrFp > div {
  position: relative;
  z-index: 1;
  min-height: 760px;
  align-items: center;
  justify-content: space-between;
  gap: clamp(36px, 6vw, 110px);
  box-sizing: border-box;
}

.iRnrFp .pezuA.kdFIjO {
  flex: 0 1 760px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.iRnrFp h1 {
  margin: 0;
  color: var(--pipeline-ink);
  font-size: clamp(84px, 7vw, 132px) !important;
  line-height: .96 !important;
  letter-spacing: 0;
}

.iRnrFp p {
  margin: 0;
  color: #1e2b33 !important;
  font-size: clamp(27px, 2.5vw, 40px) !important;
  line-height: 1.34 !important;
  letter-spacing: 0;
}

.iRnrFp .fzoqjw {
  margin-top: 10px;
}

.iRnrFp a[href*="contact"] {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 24px 10px 12px;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 18px 40px rgba(16, 53, 78, .18);
}

.iRnrFp a[href*="contact"] > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.iRnrFp .arrow-new,
.iRnrFp .bottom-text {
  display: none !important;
}

.iRnrFp .arrow-old {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: rgb(16, 53, 78);
}

.iRnrFp .fzoSPO {
  flex: 1 1 620px;
  min-width: 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.iRnrFp .fzoSPO img {
  width: min(50vw, 780px) !important;
  max-width: 100%;
  height: auto !important;
  filter: drop-shadow(0 32px 48px rgba(0, 82, 130, .12));
}

.gqqUBG {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  padding: 118px 20px 160px;
  box-sizing: border-box;
}

.BEBLL {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bbLCCf {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid var(--pipeline-ink);
  background: #fff;
  color: var(--pipeline-muted);
  font-family: var(--font-general-sans), var(--font-pretendard), sans-serif;
}

.bbLCCf th,
.bbLCCf td {
  box-sizing: border-box;
  border-bottom: 1px solid var(--pipeline-line);
  padding: 22px 18px;
  text-align: center;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.bbLCCf th {
  height: 72px;
  background: #f4f8fb;
  color: var(--pipeline-ink);
  font-size: 16px;
  font-weight: 600;
}

.bbLCCf td[rowspan] {
  width: 178px;
  background: #f7fafc;
  color: var(--pipeline-ink);
  font-size: 18px;
  font-weight: 600;
}

.bbLCCf th:nth-child(2),
.bbLCCf td:nth-child(2) {
  width: 170px;
}

.bbLCCf th:nth-child(5),
.bbLCCf th:nth-child(6),
.bbLCCf th:nth-child(7) {
  width: 150px;
}

.bbLCCf td[colspan] {
  padding-right: 28px;
  padding-left: 28px;
}

.bbLCCf .gsjAMe {
  color: var(--pipeline-blue);
  font-weight: 600;
}

.bbLCCf img {
  max-width: 110px;
  max-height: 36px;
  margin: 0 auto;
  object-fit: contain;
}

.MbbMm {
  width: 100%;
  min-width: 330px;
}

.ATFyY {
  position: relative;
  width: 100%;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #dbe6ed;
}

.ATFyY > .jNkNPP {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #0080ff 0%, #00a1ff 100%);
}

.ATFyY > .ATIhi {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px rgba(0, 20, 34, .05);
}

.cPVybL > div:last-child {
  width: 100%;
}

.pipeline-site-header,
.pipeline-site-header *,
.pipeline-mobile-panel,
.pipeline-mobile-panel *,
.pipeline-local-footer,
.pipeline-local-footer * {
  box-sizing: border-box;
}

.pipeline-site-header a,
.pipeline-mobile-panel a,
.pipeline-local-footer a {
  color: inherit;
  text-decoration: none;
}

.pipeline-site-header button,
.pipeline-mobile-panel button,
.pipeline-local-footer button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.pipeline-site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 240px 1fr 114px;
  align-items: center;
  padding: 0 20px;
  color: #001422;
  font-family: "General Sans", "Pretendard", sans-serif;
  background: linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  transition: background .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, opacity .35s ease, transform .55s cubic-bezier(.22, 1, .36, 1);
}

body > header.hdAwi:not([data-pipeline-header]) {
  display: none !important;
}

.pipeline-site-header.scrolled,
.pipeline-site-header:hover,
.pipeline-site-header:focus-within {
  background: #fff;
  box-shadow: 0 10px 32px rgba(0, 20, 34, .04);
}

.pipeline-site-header.past-hero {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.pipeline-logo img {
  display: block;
  width: 191px;
  height: 42px;
  object-fit: contain;
}

.pipeline-desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: -29px;
  font-size: 17px;
  font-weight: 500;
}

.pipeline-nav-item {
  position: relative;
  min-width: 124px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pipeline-nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 4px;
}

.pipeline-nav-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  background: #111827;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.pipeline-nav-item:hover .pipeline-nav-trigger::after,
.pipeline-nav-item:focus-within .pipeline-nav-trigger::after,
.pipeline-nav-item.is-open .pipeline-nav-trigger::after {
  transform: scaleX(1);
}

.pipeline-nav-panel {
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: 2300;
  width: 282px;
  padding: 18px 0;
  border: 1px solid #dee3e6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(0, 20, 34, .08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .2s ease, transform .2s cubic-bezier(.22, 1, .36, 1);
}

.pipeline-nav-item:hover .pipeline-nav-panel,
.pipeline-nav-item:focus-within .pipeline-nav-panel,
.pipeline-nav-item.is-open .pipeline-nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.pipeline-nav-panel a {
  display: block;
  padding: 14px 32px;
  color: #111827;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 500;
  transition: color .2s ease, background .2s ease, transform .2s cubic-bezier(.22, 1, .36, 1);
}

.pipeline-nav-panel a:hover,
.pipeline-nav-panel a:focus-visible {
  color: #0080ff;
  background: rgba(0, 128, 255, .05);
  outline: 0;
  transform: translateX(2px);
}

.pipeline-nav-panel.mega {
  width: 654px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 20px;
}

.pipeline-nav-panel.science,
.pipeline-nav-panel.business {
  width: 382px;
  padding: 20px;
}

.pipeline-nav-thumb {
  width: 100%;
  height: 120px;
  margin-bottom: 18px;
  border-radius: 6px;
  overflow: hidden;
  background: #eaf8ff;
}

.pipeline-nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pipeline-nav-group-label {
  margin: 0 0 18px;
  color: #1687ff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.pipeline-nav-card-link {
  padding: 0 !important;
  margin-bottom: 26px;
}

.pipeline-nav-card-link:last-child {
  margin-bottom: 0;
}

.pipeline-nav-card-link strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}

.pipeline-nav-card-link > span {
  display: block;
  color: #5d6b79;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
}

.pipeline-nav-card-link:hover strong,
.pipeline-nav-card-link:focus-visible strong {
  color: #0080ff;
}

.pipeline-language {
  position: relative;
  justify-self: end;
  z-index: 2500;
}

.pipeline-language-btn {
  min-width: 94px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px !important;
  border: 1px solid rgba(0, 20, 34, .08) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .28) !important;
  font-size: 14px;
}

.pipeline-language.open .pipeline-language-btn {
  border-color: #e1b051 !important;
  box-shadow: 0 0 0 1px #e1b051 inset;
  background: rgba(255, 255, 255, .56) !important;
}

.pipeline-chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .25s cubic-bezier(.22, 1, .36, 1);
}

.pipeline-language.open .pipeline-chevron {
  transform: rotate(225deg) translateY(-2px);
}

.pipeline-language-menu {
  position: absolute;
  top: 48px;
  right: 0;
  width: 94px;
  display: grid;
  padding: 8px 0;
  border: 1px solid rgba(0, 20, 34, .05);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 20, 34, .08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s cubic-bezier(.22, 1, .36, 1);
}

.pipeline-language.open .pipeline-language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.pipeline-language-menu button {
  width: 100%;
  height: 34px;
  font-size: 14px;
}

.pipeline-language-menu button:hover {
  background: #f4f8fb;
}

.pipeline-menu-toggle {
  display: none;
  justify-self: end;
  width: 34px;
  height: 34px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.pipeline-menu-toggle span,
.pipeline-menu-toggle::before,
.pipeline-menu-toggle::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #001422;
  position: absolute;
}

.pipeline-menu-toggle::before {
  transform: translateY(-6px);
}

.pipeline-menu-toggle::after {
  transform: translateY(6px);
}

.pipeline-mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: none;
  background: #fff;
  padding: 20px 16px;
  overflow-y: auto;
  color: #001422;
  font-family: "General Sans", "Pretendard", sans-serif;
}

.pipeline-mobile-panel.open {
  display: block;
  animation: pipelinePanelIn .28s cubic-bezier(.22, 1, .36, 1);
}

@keyframes pipelinePanelIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.pipeline-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  font-size: 16px;
}

.pipeline-mobile-lang {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pipeline-mobile-lang .inactive {
  color: #abb4bc;
}

.pipeline-mobile-close {
  width: 34px;
  height: 34px;
  position: relative;
}

.pipeline-mobile-close::before,
.pipeline-mobile-close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 7px;
  width: 20px;
  height: 1.6px;
  background: #001422;
}

.pipeline-mobile-close::before {
  transform: rotate(45deg);
}

.pipeline-mobile-close::after {
  transform: rotate(-45deg);
}

.pipeline-mobile-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 20, 34, .12);
  font-size: 20px;
  font-weight: 600;
}

.pipeline-mobile-links span {
  color: rgba(0, 20, 34, .18);
  font-size: 30px;
  font-weight: 500;
}

.pipeline-mobile-group {
  border-bottom: 1px solid rgba(0, 20, 34, .12);
}

.pipeline-mobile-group > a {
  border-bottom: 0;
}

.pipeline-mobile-sub {
  display: grid;
  padding: 0 0 14px 18px;
}

.pipeline-mobile-sub a {
  min-height: 36px;
  border-bottom: 0;
  color: #4e5e68;
  font-size: 15px;
  font-weight: 500;
}

body > .ddgODW.gpYJYT,
body > .cGFOJB.diIDZo.gpYJYT,
body > .cPVybL > .ddgODW.gpYJYT,
body > .cPVybL > .cGFOJB.diIDZo.gpYJYT,
body.pipeline-local-footer-installed .ddgODW.gpYJYT,
body.pipeline-local-footer-installed .cGFOJB.diIDZo.gpYJYT {
  display: none !important;
}

.pipeline-local-footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 80px 20px 32px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: #001422;
  color: #fff;
  font-family: "General Sans", "Pretendard", sans-serif;
}

.pipeline-footer-inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, .9fr);
  gap: 80px;
}

.pipeline-footer-logo {
  width: 180px;
  height: auto;
  margin-bottom: 36px;
}

.pipeline-footer-claim {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.24;
}

.pipeline-footer-claim span {
  color: #9dabb4;
}

.pipeline-contact-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px 10px 10px;
  border-radius: 999px;
  background: #fff;
  color: #001422 !important;
  font-size: 16px;
  font-weight: 500;
}

.pipeline-circle-arrow {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #001422;
  color: #fff;
  line-height: 1;
}

.pipeline-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
  color: #9dabb4;
  font-size: 14px;
  line-height: 1.7;
}

.pipeline-footer-links a:hover {
  color: #fff;
}

.pipeline-copyright {
  margin-top: 14px;
  color: #4e5e68;
  font-size: 14px;
  line-height: 1.48;
}

.pipeline-support-list {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.pipeline-support-list p {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(210px, .9fr) 1fr;
  gap: 18px;
  align-items: baseline;
}

.pipeline-support-list strong {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.pipeline-support-list a {
  color: #9dabb4;
  font-size: 15px;
  line-height: 1.5;
}

.pipeline-support-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.pipeline-family {
  position: relative;
  margin-bottom: 28px;
}

.pipeline-family-btn {
  width: min(100%, 360px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px !important;
  border: 1px solid #1e2a33 !important;
  border-radius: 8px;
  background: #001422 !important;
  color: #c7cdd1 !important;
  font-size: 15px;
  font-weight: 500;
}

.pipeline-family-menu {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: min(100%, 360px);
  display: grid;
  padding: 10px;
  border: 1px solid #1e2a33;
  border-radius: 8px;
  background: #071f32;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.pipeline-family.open .pipeline-family-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.pipeline-family-menu a {
  padding: 10px 12px;
  border-radius: 6px;
  color: #c7cdd1;
  font-size: 14px;
}

.pipeline-family-menu a:hover {
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.pipeline-sns {
  display: flex;
  gap: 16px;
}

.pipeline-sns a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #9dabb4;
  font-size: 13px;
  font-weight: 600;
}

.pipeline-sns img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.pipeline-top-link {
  position: absolute;
  right: 32px;
  top: -76px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #001422;
  box-shadow: 0 16px 32px rgba(0, 20, 34, .16);
}

.pipeline-top-link::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) translate(2px, 2px);
}

@media (max-width: 1199.98px) {
  .pipeline-site-header {
    height: 56px;
    grid-template-columns: 1fr auto;
    padding: 0 16px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .pipeline-site-header.scrolled,
  .pipeline-site-header:hover,
  .pipeline-site-header:focus-within {
    background: rgba(255, 255, 255, .92);
  }

  .pipeline-logo img {
    width: 131px;
    height: 34px;
    object-fit: cover;
  }

  .pipeline-desktop-nav,
  .pipeline-language {
    display: none;
  }

  .pipeline-menu-toggle {
    display: inline-flex;
  }

  .pipeline-footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pipeline-support-list p {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (max-width: 720px) {
  .iRnrFp {
    min-height: 620px;
  }

  .iRnrFp > div {
    min-height: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 64px 20px 20px !important;
  }

  .iRnrFp .pezuA.kdFIjO {
    flex: none !important;
    width: 100%;
    max-width: calc(100vw - 40px);
    min-height: 0;
    gap: 18px;
  }

  .iRnrFp h1 {
    max-width: calc(100vw - 40px);
    font-size: clamp(58px, 18vw, 72px) !important;
    line-height: .95 !important;
  }

  .iRnrFp p {
    max-width: calc(100vw - 40px) !important;
    font-size: 21px !important;
  }

  .iRnrFp .fzoSPO {
    min-width: 0;
    width: 100%;
    justify-content: center;
    margin-top: -4px;
  }

  .iRnrFp .fzoSPO img {
    width: min(78vw, 340px) !important;
  }

  .gqqUBG {
    padding-top: 54px;
    padding-bottom: 96px;
  }

  .pipeline-local-footer {
    padding: 52px 16px 28px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .pipeline-footer-logo {
    width: 175px;
    margin-bottom: 24px;
  }

  .pipeline-footer-claim {
    display: none;
  }

  .pipeline-contact-btn {
    display: none;
  }

  .pipeline-footer-links {
    display: grid;
    gap: 10px;
  }

  .pipeline-footer-links span {
    display: none;
  }

  .pipeline-top-link {
    right: 16px;
    top: -62px;
    width: 44px;
    height: 44px;
  }
}
