/* Mobile containment fixes for locally mirrored Framer pages. */
.framer-mobile-faq-item {
  cursor: pointer;
}

.framer-mobile-faq-answer {
  width: 100%;
  box-sizing: border-box;
  display: none;
  padding: 0 48px 28px 0;
  color: #1e2b33;
  font-family: "Pretendard Medium", "Pretendard Medium Placeholder", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 160%;
  white-space: normal;
}

.framer-mobile-faq-item.is-open + .framer-mobile-faq-answer {
  display: block;
}

.framer-mobile-faq-item .framer-8pva30,
.framer-mobile-faq-item [data-framer-name*="Select_Arr"] {
  transition: transform .22s ease;
}

.framer-mobile-faq-item.is-open .framer-8pva30,
.framer-mobile-faq-item.is-open [data-framer-name*="Select_Arr"] {
  transform: rotate(0deg) !important;
}

.framer-local-family-wrap {
  position: relative !important;
  width: 100%;
  max-width: 360px;
  z-index: 20;
}

.framer-local-family-trigger {
  cursor: pointer !important;
  user-select: none;
}

.framer-local-family-trigger.is-open [data-framer-name*="Icon/Select"],
.framer-local-family-trigger.is-open [data-framer-name*="Vector"] {
  transform: rotate(0deg) !important;
}

.framer-local-family-menu {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  z-index: 50;
  display: grid;
  gap: 2px;
  padding: 10px;
  border: 1px solid #1e2a33;
  border-radius: 8px;
  background: #071f32;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

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

.framer-local-family-menu a {
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 6px;
  color: #c7cdd1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.framer-local-family-menu a:hover,
.framer-local-family-menu a:focus-visible {
  background: rgba(255, 255, 255, .06);
  color: #fff;
  outline: 0;
}

@media (max-width: 1199.98px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .about-site-header,
  .history-site-header,
  .framer-nav-override-header,
  .ko-product-site-header {
    width: 100% !important;
    max-width: 100vw !important;
  }

  .about-mobile-panel,
  .history-mobile-panel,
  .framer-nav-override-mobile,
  .ko-product-mobile-panel,
  .mobile-panel {
    width: 100vw !important;
    max-width: 100vw !important;
    z-index: 9999 !important;
    overflow-x: hidden !important;
  }

  #main,
  #main [data-framer-root],
  #main > div[class*="framer-"] {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* Hide the original Framer navigation that can keep its desktop width. */
  #main .framer-1xesoxu-container,
  #main .framer-CkcDL[data-framer-name="mobile"] {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  /* Decorative Framer backgrounds should not determine the document width. */
  #main [data-framer-name="bg"],
  #main [data-framer-name="Ellipse 7377"],
  #main [data-framer-name^="Ellipse"],
  #main [data-framer-name^="Line"] {
    max-width: 100vw !important;
  }

  #main .svgContainer,
  #main svg {
    max-width: 100vw !important;
  }

  /* Wide board/table components become local horizontal scrollers. */
  #main [data-framer-name*="Table"],
  #main [data-framer-name*="table"],
  #main [data-framer-name*="Board_"],
  #main [data-framer-name*="TAB Wrap"],
  #main .framer-1taz1pg-container {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }

  #main [data-framer-component-type="Text"],
  #main .framer-text {
    overflow-wrap: anywhere;
    word-break: normal;
    letter-spacing: 0 !important;
    text-wrap: pretty;
  }

  #main img {
    max-width: 100%;
    height: auto;
  }

  .dMMuNs[style*="margin-right: -70px"],
  .jeDqXE[style*="margin-right: -70px"] {
    margin-right: 0 !important;
  }

  .framer-pavd4r {
    display: none !important;
  }

  .framer-mobile-footer-social-block {
    display: none !important;
  }

  .framer-mobile-broken-image {
    display: none !important;
  }

  html[data-mobile-fix-page="about-us"] #main .framer-1mjcpai,
  html[data-mobile-fix-page="about-us"] #main .framer-lf8mgg,
  html[data-mobile-fix-page="about-us"] #main .framer-mobile-download-link {
    width: min(100%, 260px) !important;
    max-width: calc(100vw - 48px) !important;
    min-width: 0 !important;
    height: 52px !important;
    display: flex !important;
    position: relative !important;
    overflow: visible !important;
    transform: none !important;
  }

  html[data-mobile-fix-page="about-us"] #main .framer-1mjcpai,
  html[data-mobile-fix-page="about-us"] #main .framer-mobile-download-link:first-of-type {
    margin-bottom: 12px !important;
  }

  html[data-mobile-fix-page="about-us"] #main .framer-mobile-download-shell {
    width: min(100%, 260px) !important;
    max-width: calc(100vw - 48px) !important;
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    position: relative !important;
    overflow: visible !important;
    transform: none !important;
  }

  html[data-mobile-fix-page="about-us"] #main .framer-c98wgh-container,
  html[data-mobile-fix-page="about-us"] #main .framer-puhsoq-container {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }

  html[data-mobile-fix-page="about-us"] #main .framer-vqoj29,
  html[data-mobile-fix-page="about-us"] #main .framer-1wxqiyl {
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100vw - 88px) !important;
    height: auto !important;
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* About: center the mobile Corporate Identity download area. */
  html[data-mobile-fix-page="about-us"] #main #sec5.framer-mobile-download-shell,
  html[data-mobile-fix-page="about-us"] #sec5 {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    align-items: center !important;
    overflow-x: hidden !important;
  }

  html[data-mobile-fix-page="about-us"] #sec5 > .framer-mobile-download-shell {
    width: calc(100vw - 40px) !important;
    max-width: 350px !important;
    min-width: 0 !important;
    align-items: center !important;
    text-align: center !important;
  }

  html[data-mobile-fix-page="about-us"] #main #sec5 .framer-mobile-download-shell {
    max-width: calc(100vw - 40px) !important;
  }

  html[data-mobile-fix-page="about-us"] #main #sec5 .framer-pjjjpn.framer-mobile-download-shell {
    width: min(350px, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    align-items: center !important;
  }

  html[data-mobile-fix-page="about-us"] #sec5 .framer-mobile-download-shell,
  html[data-mobile-fix-page="about-us"] #sec5 .framer-mobile-download-link {
    margin-left: auto !important;
    margin-right: auto !important;
    align-self: center !important;
  }

  html[data-mobile-fix-page="about-us"] #sec5 [data-framer-name="Logo_img"] {
    width: min(335px, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-self: center !important;
  }

  html[data-mobile-fix-page="about-us"] #sec5 [data-framer-name="Syntekabio History"] {
    justify-content: center !important;
    text-align: center !important;
  }

  /* Publications: undo the mirrored page's negative mobile offset and fill the usable width. */
  html[data-mobile-fix-page="publications"] .cPVybL {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  html[data-mobile-fix-page="publications"] .dMMuNs.iSinvF.coifUy.fCdqms.jswtrj.gIiKXX.hOWwVK {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  html[data-mobile-fix-page="publications"] .jeDqXE.fzpodM.fGEPeC.hkIdtl.pBppJ.bQDehP.pbbNq.kFZrNf,
  html[data-mobile-fix-page="publications"] .hYZFkb:has(ul[aria-label="Publications list"]),
  html[data-mobile-fix-page="publications"] .hYZFkb:has(ul[aria-label="연구성과 list"]),
  html[data-mobile-fix-page="publications"] .fPSBzf.jaeBJZ.eluWrS.qbege.duckBf.fzodGx.hUgPri,
  html[data-mobile-fix-page="publications"] .fPSBzf.kdFIjO,
  html[data-mobile-fix-page="publications"] .fPSBzf.iRgpoQ.oWCHh.kdFIjO,
  html[data-mobile-fix-page="publications"] ul[aria-label="Publications list"],
  html[data-mobile-fix-page="publications"] ul[aria-label="연구성과 list"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  html[data-mobile-fix-page="publications"] .jeDqXE.fzpodM.fGEPeC.hkIdtl.pBppJ.bQDehP.pbbNq.kFZrNf,
  html[data-mobile-fix-page="publications"] .fPSBzf.jaeBJZ.eluWrS.qbege.duckBf.fzodGx.hUgPri {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mobile-nav-accordion > a > span:last-child,
  .framer-nav-override-mobile-group > a > span:last-child,
  .ko-product-mobile-group > a > span:last-child,
  .history-mobile-group > a > span:last-child,
  .about-mobile-group > a > span:last-child,
  .mobile-group > a > span:last-child {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    user-select: none;
    transition: transform .22s ease, color .22s ease;
  }

  .mobile-nav-accordion.is-open > a > span:last-child {
    transform: rotate(90deg);
    color: rgba(0, 20, 34, .58) !important;
  }

  .framer-nav-override-mobile-sub[hidden],
  .ko-product-mobile-sub[hidden],
  .history-mobile-sub[hidden],
  .about-mobile-sub[hidden],
  .mobile-sub[hidden] {
    display: none !important;
  }

  .framer-mobile-button-link {
    width: auto !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .framer-mobile-button-shell {
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 40px) !important;
    height: auto !important;
    overflow: visible !important;
    flex: 0 1 auto !important;
  }

  .framer-mobile-button-surface {
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 40px) !important;
    min-height: 44px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .framer-mobile-button-surface [data-framer-name*="text"],
  .framer-mobile-button-surface [data-framer-component-type="RichTextContainer"],
  .framer-mobile-button-surface [data-framer-component-type="Text"] {
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 80px) !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    position: relative !important;
  }

  .framer-mobile-button-surface .framer-text {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    text-align: center;
  }

  #main .framer-mobile-text-slide-deduped {
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100vw - 96px) !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #main .framer-mobile-text-slide-deduped .framer-mobile-duplicate-button-text {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  #main .framer-mobile-text-slide-deduped .framer-mobile-primary-button-text {
    position: relative !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100vw - 112px) !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  #main .framer-mobile-text-slide-deduped .framer-mobile-primary-button-text .framer-text {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }

  #main .framer-LKy8Q.framer-mobile-button-surface {
    width: max-content !important;
    min-width: max-content !important;
    max-width: calc(100vw - 40px) !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #main .framer-LKy8Q.framer-mobile-button-surface > [data-framer-name],
  #main .framer-LKy8Q.framer-mobile-button-surface [data-framer-name="text slide"] {
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100vw - 96px) !important;
  }

  #main .framer-LKy8Q.framer-mobile-button-surface [data-framer-name^="Contact Us"],
  #main .framer-LKy8Q.framer-mobile-button-surface [data-framer-component-type="RichTextContainer"],
  #main .framer-LKy8Q.framer-mobile-button-surface p.framer-text {
    width: auto !important;
    min-width: max-content !important;
    max-width: calc(100vw - 112px) !important;
  }

  .framer-mobile-nowrap,
  .framer-mobile-nowrap .framer-text {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  /* About: keep Mission/Vision from overlaying each other on the mobile breakpoint. */
  html[data-mobile-fix-page="about-us"] #sec3 .hidden-1nftsfi .framer-grtml8,
  html[data-mobile-fix-page="about-us"] #sec3 .hidden-1nftsfi .framer-y32eie,
  html[data-mobile-fix-page="about-us"] #sec3 .hidden-1nftsfi .framer-1b3b4b7,
  html[data-mobile-fix-page="about-us"] #sec3 .hidden-1nftsfi .framer-1034yry {
    width: 100% !important;
    max-width: calc(100vw - 40px) !important;
    overflow: visible !important;
  }

  html[data-mobile-fix-page="about-us"] #sec3 .hidden-1nftsfi .framer-9ivxke,
  html[data-mobile-fix-page="about-us"] #sec3 .hidden-1nftsfi .framer-1f5378l {
    left: 0 !important;
    top: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  html[data-mobile-fix-page="about-us"] #sec3:not(.mission-vision-state-vision) .hidden-1nftsfi .framer-1f5378l,
  html[data-mobile-fix-page="about-us"] #sec3.mission-vision-state-vision .hidden-1nftsfi .framer-9ivxke {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html[data-mobile-fix-page="about-us"] #sec3:not(.mission-vision-state-vision) .hidden-1nftsfi .framer-9ivxke,
  html[data-mobile-fix-page="about-us"] #sec3.mission-vision-state-vision .hidden-1nftsfi .framer-1f5378l {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* About: let the mobile Core Values cards fill the viewport instead of the 350px Framer canvas. */
  html[data-mobile-fix-page="about-us"] #sec4,
  html[data-mobile-fix-page="about-us"] #sec4 .framer-17xb0wa,
  html[data-mobile-fix-page="about-us"] #sec4 .framer-f5snsf-container,
  html[data-mobile-fix-page="about-us"] #sec4 .framer-rf7xyp-container,
  html[data-mobile-fix-page="about-us"] #sec4 .framer-1kl7q7m-container,
  html[data-mobile-fix-page="about-us"] #sec4 .framer-1yn9fxa-container,
  html[data-mobile-fix-page="about-us"] #sec4 .framer-bWDQy[data-framer-name="small"] {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  /* Asset: make the category tab read as a left-aligned title and reduce the first column. */
  html[data-mobile-fix-page="asset"] #main [data-framer-name="TAB Wrap"] {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    margin-left: 0 !important;
    border-left: 0 !important;
    overflow: hidden !important;
  }

  html[data-mobile-fix-page="asset"] #main [data-framer-name="Board_Category_Tab"],
  html[data-mobile-fix-page="asset"] #main [data-framer-name="Board_Category_Tab_Item"] {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  html[data-mobile-fix-page="asset"] #main [data-framer-name="Board_Category_Tab_Item"] {
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 40px) !important;
    transform: none !important;
  }

  html[data-mobile-fix-page="asset"] #main [data-framer-name="Board_Category_Tab_Item"]:not(:first-child) {
    display: none !important;
  }

  html[data-mobile-fix-page="asset"] #main [data-framer-name="Board_Category_Tab"]::before,
  html[data-mobile-fix-page="asset"] #main [data-framer-name="Board_Category_Tab_Item"]::before {
    display: none !important;
    content: none !important;
  }

  html[data-mobile-fix-page="asset"] #main [data-framer-name="asset table"] {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    overflow-x: auto !important;
  }

  html[data-mobile-fix-page="asset"] #main [data-framer-name="asset table"] > div {
    min-width: 720px !important;
  }

  html[data-mobile-fix-page="asset"] #main [data-framer-name="asset table"] [data-framer-name="table item"]:first-child,
  html[data-mobile-fix-page="asset"] #main [data-framer-name="asset table"] [class*="framer-q6kn86"],
  html[data-mobile-fix-page="asset"] #main [data-framer-name="asset table"] [class*="framer-y8marm-container"] {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    flex-basis: 56px !important;
  }

  html[data-mobile-fix-page="deepmatcher"] .framer-mobile-deepmatcher-title,
  html[data-mobile-fix-page="deepmatcher"] .framer-mobile-deepmatcher-title .framer-text {
    width: auto !important;
    max-width: calc(100vw - 56px) !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  html[data-mobile-fix-page="ab-ars"] #main .framer-1vf6d77,
  html[data-mobile-fix-page="ab-ars"] #main .framer-1vf6d77 [data-framer-component-type="RichTextContainer"],
  html[data-mobile-fix-page="ab-ars"] #main .framer-1vf6d77 .framer-text {
    width: min(100%, calc(100vw - 40px)) !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-align: center !important;
  }

  html[data-mobile-fix-page="ab-ars"] #main .framer-1vf6d77 br {
    display: block !important;
  }

  html[data-mobile-fix-page="ab-ars"] #main .framer-1vf6d77 {
    align-items: center !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  #main [data-framer-name="img wrap"],
  #main [data-framer-name^="image"] {
    max-width: calc(100vw - 40px) !important;
  }

  #main [data-framer-name="TITLE"] h1,
  #main [data-framer-name="TITLE"] h2,
  #main h1.framer-text,
  #main h2.framer-text {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: normal;
  }

  html[data-mobile-fix-page="deepmatcher"] .framer-mobile-deepmatcher-title,
  html[data-mobile-fix-page="deepmatcher"] .framer-mobile-deepmatcher-title .framer-text {
    font-size: clamp(28px, 9.2vw, 44px) !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  html[data-mobile-fix-page="sm-ars"] #main [data-framer-name*="card"],
  html[data-mobile-fix-page="sm-ars"] #main [data-framer-name*="list"],
  html[data-mobile-fix-page="sm-ars"] #main [data-framer-name*="check list"] {
    max-width: calc(100vw - 40px) !important;
  }

  .framer-mobile-faq-answer {
    padding: 0 18px 22px 0;
    font-size: 20px;
    line-height: 160%;
  }
}
