
/* created by DongDong */ 


main { 
  padding-top: 87px;
}

/* 2026 XD page refresh ---------------------------------------------------- */
:root {
  --daum-blue: #0058ff;
  --daum-yellow: #ffdc38;
  --daum-ink: #1b1d1f;
  --daum-cream: #fffae0;
  --daum-gray: #efefef;
}

.page-hero {
  min-height: 187px;
  padding: 28px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #FFDC38;
  background-image: none;
  box-sizing: border-box;
  color: var(--daum-ink);
}

.page-hero h2 {
  margin: 0;
  color: var(--daum-ink);
  font-family: "NotoSans-Bold";
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
}

.page-hero-icon {
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-hero-people .page-hero-icon {
  width: 83px;
  height: 66px;
  background-image: url("./images/2026/icon-people.svg?v=2");
}
.page-hero-business .page-hero-icon { background-image: url("./images/2023/icon_project.svg"); }
.page-hero-partnership .page-hero-icon { background-image: url("./images/2023/icon_partner.svg"); }

.section-tabs {
  min-height: 77px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  background: #fff;
  box-sizing: border-box;
}

.section-tabs a,
.section-tabs button {
  position: relative;
  padding: 0 0 8px;
  border: 0;
  background: transparent;
  color: var(--daum-ink);
  font-family: "NotoSans-Bold";
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
}

.section-tabs a:hover,
.section-tabs a:focus,
.section-tabs a.is-active,
.section-tabs button:hover,
.section-tabs button:focus,
.section-tabs button.is-active { color: var(--daum-blue); }

.section-tabs a:after,
.section-tabs button:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  border-bottom: 2px solid var(--daum-blue);
  transition: left .2s ease, right .2s ease;
}

.section-tabs a:hover:after,
.section-tabs a:focus:after,
.section-tabs a.is-active:after,
.section-tabs button:hover:after,
.section-tabs button:focus:after,
.section-tabs button.is-active:after { right: 0; left: 0; }

/* 함께하는 분들 */
.people-directory {
  max-width: 1154px;
  margin: 0 auto;
  padding: 100px 20px 125px;
}

.people-directory ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 188px));
  justify-content: center;
  gap: 78px 52px;
}

.people-directory li { text-align: center; }
.people-directory img {
  display: block;
  width: 188px;
  height: 188px;
  margin: 0 auto 25px;
  border-radius: 50%;
  object-fit: cover;
}
.people-directory p { margin: 0; color: #767676; font-size: 15px; line-height: 1.6; }
.people-directory h3 { margin: 6px 0 10px; color: var(--daum-ink); font-family: "NotoSans-Bold"; font-size: 24px; line-height: 1.25; }
.people-directory .people-company { min-height: auto; }
.people-directory .people-period { margin-top: 4px; font-size: 13px; }

/* 사업 영역 */
.business-page .business-directory {
  max-width: 844px;
  margin: 0 auto;
  padding: 11px 20px 80px;
}

.business-directory > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 415px));
  align-items: stretch;
  gap: 32px 14px;
}
.business-card {
  min-height: 418px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #747474;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
}

.business-card[hidden] { display: none; }
.business-card > img { width: 100%; height: 160px; object-fit: cover; }
.business-card-body { flex: 1; padding: 28px 32px 30px; display: flex; flex-direction: column; }
.business-card .business-category { margin: 0; color: #3c33f8; font-family: "NotoSans-Medium"; font-size: 13px; }
.business-card h3 { margin: 14px 0 12px; color: var(--daum-ink); font-family: "NotoSans-Bold"; font-size: 28px; line-height: 1.25; }
.business-card .business-description { margin: 0; color: var(--daum-ink); font-size: 14px; line-height: 1.55; }
.business-card-link { margin-top: auto; padding-top: 32px; display: flex; }
.business-card a { align-self: flex-start; margin-top: 0; padding: 11px 14px; border-radius: 3px; background: #0d0d0d; color: #fff; font-family: "NotoSans-Medium"; font-size: 13px; }
.business-card a:hover,
.business-card a:focus { background: var(--daum-blue); color: #fff; }

/* 재단소개: Figma node 15:51 */
.foundation-page-redesign {
  /* The fixed header is 70px tall; begin the mission section directly below it. */
  padding: 70px 0 0;
  background: #fff;
}

.foundation-page-redesign .foundation-mission {
  min-height: 540px;
  padding: 55px 20px 70px;
  background: var(--daum-yellow);
  color: var(--daum-ink);
  box-sizing: border-box;
}
.foundation-page-redesign .foundation-mission > h2 {
  margin: 0;
  color: var(--daum-blue);
  font-family: "Futura-Bold";
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
.foundation-page-redesign .foundation-mission .mission-data-wrap { margin-top: 70px; }

.foundation-vision-map {
  position: relative;
  width: calc(100% - 136px);
  max-width: 1230px;
  height: auto;
  margin: 40px auto 0;
  padding: 0;
  box-sizing: border-box;
}
.foundation-vision-map:before {
  content: "";
  position: absolute;
  inset: 24px 0 0;
  border: 0.5px solid #707070;
  border-radius: 40px;
  pointer-events: none;
}

.foundation-vision-map > h2,
.foundation-values > h2 {
  margin: 0;
  color: var(--daum-blue);
  font-family: "Futura-Bold";
  font-size: 28px;
  line-height: 37px;
  text-align: center;
}

.foundation-vision-map > h2 {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 202px;
  padding: 6px 0;
  background: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.vision-map-canvas {
  position: relative;
  padding-top: 712px;
  padding-bottom: 74px;
  color: var(--daum-ink);
  box-sizing: border-box;
}

.vision-map-connectors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.vision-map-connectors path {
  fill: none;
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
.vision-map-connectors .connector-youth { stroke: #ffe35f; }
.vision-map-connectors .connector-startup,
.vision-map-connectors .connector-region { stroke: #00a8b8; }
.vision-map-connectors .connector-system { stroke: #983f96; }

.vision-map-core,
.vision-map-node {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
}

.vision-map-core {
  top: 325px;
  left: 461px;
  width: 308px;
  height: 308px;
  flex-direction: column;
  border: 1px solid #adadad;
  background: #fff;
}
.vision-map-core span { font-family: "NotoSans-Medium"; font-size: 18px; line-height: 26px; }
.vision-map-core strong { font-family: "NotoSans-Bold"; font-size: 22px; line-height: 32px; }

.vision-map-node {
  width: 100px;
  height: 100px;
  font-family: "NotoSans-Bold";
  font-size: 18px;
  line-height: 26px;
}
.vision-map-node-person { top: 275px; left: 565px; background: #ffe35f; }
.vision-map-node-organization { top: 513px; left: 438px; background: #00a8b8; color: #fff; }
.vision-map-node-environment { top: 513px; left: 692px; background: #983f96; color: #fff; }

.vision-map-card {
  position: absolute;
  z-index: 2;
  width: 380px;
  color: var(--daum-ink);
}
.vision-map-card-label {
  display: inline-flex;
  min-height: 37px;
  padding: 5px 14px;
  align-items: center;
  border-radius: 20px;
  background: #ffe35f;
  font-family: "NotoSans-Bold";
  font-size: 16px;
  line-height: 23px;
  box-sizing: border-box;
}
.vision-map-card-group { display: none; }
.vision-map-card-startup .vision-map-card-label,
.vision-map-card-region .vision-map-card-label { background: #00a8b8; color: #fff; }
.vision-map-card-system .vision-map-card-label { background: #983f96; color: #fff; }
.vision-map-card h3 {
  margin: 11px 0 7px;
  font-family: "NotoSans-Bold";
  font-size: 20px;
  line-height: 29px;
}
.vision-map-card li {
  position: relative;
  margin: 2px 0 0;
  padding-left: 14px;
  font-family: "NotoSans-Medium";
  font-size: 18px;
  line-height: 26px;
}
.vision-map-card li:before { content: "-"; position: absolute; left: 0; }

.vision-map-card-youth { top: 126px; left: 805px; }
.vision-map-card-activist { top: 304px; left: 805px; }
.vision-map-card-startup { top: 319px; left: 65px; width: 380px; }
.vision-map-card-region { top: 546px; left: 65px; width: 366px; }
.vision-map-card-system {
  position: relative;
  top: auto;
  left: 652px;
  width: 425px;
}

.foundation-page-redesign .foundation-vision-copy {
  margin-top: 70px;
  padding: 134px 20px 70px;
  background: #fcfcfc;
}
.foundation-page-redesign .foundation-copy {
  max-width: 1100px;
  margin: 0 auto;
}
.foundation-page-redesign .foundation-copy p {
  margin: 0 0 38px;
  color: var(--daum-ink);
  font-size: 19px;
  line-height: 33px;
}
.foundation-page-redesign .foundation-copy p:last-child { margin-bottom: 0; }

.foundation-page-redesign .foundation-values {
  padding: 146px 20px 200px;
  background: #fff;
}
.foundation-page-redesign .foundation-values ul {
  max-width: 1032px;
  margin: 58px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 325px);
  justify-content: space-between;
  gap: 32px;
}
.foundation-page-redesign .foundation-values li {
  width: 325px;
  height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--daum-blue);
  border-radius: 50%;
  color: var(--daum-blue);
  box-sizing: border-box;
}
.foundation-page-redesign .foundation-values li:nth-child(odd) { background: var(--daum-blue); color: #fff; }
.foundation-page-redesign .foundation-values span { font-family: "NotoSans-Medium"; font-size: 18px; line-height: 26px; }
.foundation-page-redesign .foundation-values strong { margin-top: 3px; font-family: "NotoSans-Bold"; font-size: 36px; line-height: 52px; }

@media (max-width: 1300px) {
  .foundation-vision-map {
    width: calc(100% - 40px);
    height: auto;
    padding: 72px 34px 42px;
  }
  .vision-map-canvas {
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }
  .vision-map-connectors { display: none; }
  .vision-map-core {
    position: relative;
    top: auto;
    left: auto;
    width: 280px;
    height: 280px;
    margin: 36px auto 54px;
    grid-column: 1 / -1;
  }
  .vision-map-node { width: 90px; height: 90px; }
  .vision-map-node-person { top: 0; left: calc(50% - 45px); }
  .vision-map-node-organization { top: 232px; left: calc(50% - 173px); }
  .vision-map-node-environment { top: 232px; left: calc(50% + 83px); }
  .vision-map-card {
    position: static;
    width: auto;
    min-height: 0;
    padding: 25px;
    border-radius: 20px;
    background: #f7f8fa;
  }
  .vision-map-card-system { grid-column: 1 / -1; }
}

/* 파트너십 */
.partnership-features { max-width: 930px; margin: 0 auto; padding: 64px 20px 110px; box-sizing: border-box; }
.partnership-features h2,
.partnership-process-new > h2 { margin: 0; color: #767676; font-family: "NotoSans-Light"; font-size: 28px; line-height: 1.3; text-align: center; }
.partnership-features h2 span,
.partnership-process-new > h2 span { display: block; margin-bottom: 10px; color: var(--daum-blue); font-family: "Futura-Bold"; font-size: 14px; }
.partnership-features ul { margin-top: 54px; }
.partnership-features li { position: relative; min-height: 105px; margin-top: 34px; padding-left: 235px; }
.partnership-features li:before { content: ""; position: absolute; top: 0; left: 36px; width: 128px; height: 105px; background: url("./images/partnership_common.png") no-repeat 0 0; background-image: -webkit-image-set(url("./images/partnership_common.webp") 1x, url("./images/partnership_common.png") 1x); background-image: image-set(url("./images/partnership_common.webp") type("image/webp") 1x, url("./images/partnership_common.png") type("image/png") 1x); }
.partnership-features .feature-impact:before { top: -20px; height: 120px; background-position: 0 -118px; }
.partnership-features .feature-interesting:before { height: 120px; background-position: 0 -278px; }
.partnership-features h3 { margin: 0 0 7px; font-size: 18px; }
.partnership-features h3 strong { font-family: "NotoSans-Bold"; }
.partnership-features p { margin: 0; font-size: 14px; line-height: 1.65; }

.partnership-process-new { padding: 54px 20px 66px; background: var(--daum-gray); }
.process-steps { max-width: 840px; margin: 38px auto 0; display: grid; grid-template-columns: repeat(6, 1fr); }
.process-steps li { position: relative; height: 150px; margin-left: 5px; display: flex; align-items: center; justify-content: center; background: url("./images/2023/img_process.png") no-repeat 0 0 / auto 100%; color: #fff; font-family: "NotoSans-Bold"; font-size: 16px; line-height: 1.35; text-align: center; }
.process-steps li.is-highlight { background-position: 100% 0; color: var(--daum-blue); }
.process-detail { max-width: 895px; margin: 35px auto 0; display: grid; grid-template-columns: 212px 1fr; }
.process-detail h3 { margin: 0; padding-top: 55px; background: var(--daum-blue); color: #fff; font-family: "NotoSans-Light"; font-size: 40px; line-height: 1.15; text-align: center; }
.process-detail dl > div { min-height: 50px; display: grid; grid-template-columns: 155px 1fr; align-items: center; padding: 9px 18px; background: #fff; color: var(--daum-blue); box-sizing: border-box; }
.process-detail dl > div:nth-child(even) { background: var(--daum-blue); color: #fff; }
.process-detail dt { font-family: "NotoSans-Bold"; }
.process-detail dd { margin: 0; }

.partnership-contact-new {
  position: relative;
  padding: 82px 20px 0;
  background: #020118 url("./images/contactus_bg.jpg") no-repeat center -150px / 100% auto;
  /* Keep the JPEG fallback while serving the substantially smaller WebP in modern browsers. */
  background-image: -webkit-image-set(url("./images/contactus_bg.webp") 1x, url("./images/contactus_bg.jpg") 1x);
  background-image: image-set(url("./images/contactus_bg.webp") type("image/webp") 1x, url("./images/contactus_bg.jpg") type("image/jpeg") 1x);
  background-position: center -150px;
}
.partnership-contact-new:before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 20, .22); }
.partnership-contact-new > * { position: relative; z-index: 1; }
.partnership-inquiry { text-align: center; color: #fff; }
.partnership-inquiry h2 { margin: 0; color: #fff; font-family: "NotoSans-Bold"; font-size: 28px; line-height: 1.5; }
.partnership-inquiry > p { margin-top: 24px; color: #fff; font-size: 15px; }
.partnership-inquiry > ul { width: 440px; margin: 42px auto 0; padding: 25px 40px; border-radius: 5px; background: #fff; box-sizing: border-box; text-align: left; }
.partnership-inquiry li { margin: 7px 0; display: flex; align-items: center; color: var(--daum-blue); font-family: "Futura-Bold"; }
.partnership-inquiry li strong { display: inline-block; overflow: hidden; width: 20px; height: 18px; margin-right: 35px; background: url("./images/partnership_common.png") no-repeat 0 -526px; background-image: -webkit-image-set(url("./images/partnership_common.webp") 1x, url("./images/partnership_common.png") 1x); background-image: image-set(url("./images/partnership_common.webp") type("image/webp") 1x, url("./images/partnership_common.png") type("image/png") 1x); color: transparent; font-size: 0; line-height: 0; text-indent: -9999px; vertical-align: middle; }
.partnership-inquiry li:nth-child(2) strong { background-position: 0 -558px; }
.partnership-inquiry li a { min-width: 0; color: var(--daum-blue); }
.partnership-logo-grid { max-width: 900px; margin: 72px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px 90px; }
.partnership-logo-grid li { display: flex; align-items: center; justify-content: center; }
.partnership-logo-grid img { width: 200px; height: 50px; object-fit: contain; filter: brightness(0) invert(1); }
.partnership-logo-composite { max-width: 1040px; margin: 55px auto 0; }
.partnership-logo-composite img { display: block; width: 100%; height: auto; }
.partnership-logo-grid-new { max-width: 1040px; margin: 55px auto 0; padding: 55px 48px 90px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 64px; background: transparent; box-sizing: border-box; }
.partnership-logo-grid-new li,
.partnership-logo-grid-new a,
.partnership-logo-grid-new span { min-width: 0; display: flex; align-items: center; justify-content: center; }
.partnership-logo-grid-new a,
.partnership-logo-grid-new span { width: 100%; }
.partnership-logo-grid-new img { display: block; width: var(--partner-logo-width, auto); max-width: 100%; height: auto; object-fit: contain; filter: none; }
.partnership-logo-grid-new img.partner-logo-filter-fallback { filter: brightness(0) invert(1); }

/* 히스토리: SVG는 기존 연도별 콘텐츠는 유지하고 상단 구조만 변경한다. */
.page-template-history_template .history-tab-wrap,
body[class*="page-template-daum_fn_history"] .history-tab-wrap { margin-top: -40px; border: 0; background: #fff; }
.history-tab-wrap:after { display: none; }
.history-tab-wrap.tab-wrap .tab-inner { width: 760px; height: 72px; padding: 0; overflow: hidden; }
.history-tab-wrap.tab-wrap .tab-inner ul.tab { width: max-content; height: 72px; padding: 0; display: flex; align-items: center; gap: 40px; left: 0; top: 0; }
.history-tab-wrap .tab li { float: none; padding: 0; }
.history-tab-wrap .tab li a { position: relative; height: auto; padding: 0 0 8px; color: var(--daum-ink); font-family: "NotoSans-Bold"; line-height: 1; }
.history-tab-wrap .tab li a:after { content: ""; position: absolute; right: 50%; bottom: 0; left: 50%; height: auto; border-bottom: 2px solid var(--daum-blue); background: none; }
.history-tab-wrap .tab li:hover a,
.history-tab-wrap .tab li.selected a { color: var(--daum-blue); }
.history-tab-wrap .tab li:hover a:after,
.history-tab-wrap .tab li.selected a:after { right: 0; left: 0; }
.history-tab-wrap .tab-controller { display: none; }
.history-wrap { padding-top: 52px; }
.history-wrap h4 { color: #767676; font-size: 25px; }
.history-wrap .tab-cnt ul li.history-item-no-image > div { float: none; width: 100%; }

@media (max-width: 1024px) {
  .people-directory ul { grid-template-columns: repeat(3, 188px); }
  .partnership-logo-grid { column-gap: 40px; }
}

@media (max-width: 768px) {
  .page-hero { min-height: 168px; }
  .page-hero h2 { font-size: 26px; }
  .section-tabs { min-height: 60px; padding: 12px 18px; justify-content: flex-start; gap: 28px; overflow-x: auto; white-space: nowrap; }
  .partnership-tabs { justify-content: center; }
  .section-tabs a,
  .section-tabs button { flex: 0 0 auto; font-size: 14px; }

  .people-directory { padding: 80px 0 103px; }
  .people-directory ul {
    grid-template-columns: repeat(2, minmax(0, 196px));
    justify-content: center;
    gap: 25px 0;
  }
  .people-directory li:nth-child(-n+2) { margin-bottom: 15px; }
  .people-directory img {
    width: 124px;
    height: 124px;
    margin-bottom: 14px;
  }
  .people-directory p { color: #707070; font-size: 14px; line-height: 20px; }
  .people-directory h3 {
    margin: 5px 0 8px;
    color: #707070;
    font-size: 20px;
    line-height: 28px;
  }
  .people-directory .people-company {
    width: 100%;
    min-height: 20px;
    font-size: 14px;
    text-align: center;
    white-space: normal;
  }
  .people-directory .people-period { margin-top: 5px; font-size: 14px; }

  .business-page .business-directory { padding: 18px 18px 60px; }
  .business-directory > ul { grid-template-columns: 1fr; gap: 22px; }
  .business-card { min-height: 0; }
  .business-card-body { padding: 24px 22px 26px; }
  .business-card h3 { font-size: 24px; }
  .business-card-link { padding-top: 32px; }

  .foundation-page-redesign { padding-top: 59px; }
  .foundation-page-redesign .foundation-mission {
    min-height: 0;
    padding: 24px 0 84px;
  }
  .foundation-page-redesign .foundation-mission > h2 { font-size: 20px; line-height: 27px; }
  .foundation-page-redesign .foundation-mission .mission-data-wrap { margin-top: 75px; }
  .foundation-page-redesign .foundation-mission .slick-list { height: 230px !important; }
  .foundation-page-redesign .foundation-mission .mission-data .title1,
  .foundation-page-redesign .foundation-mission .mission-data .title3 {
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .foundation-page-redesign .foundation-mission .mission-data .title1 { padding-bottom: 24px; }
  .foundation-page-redesign .foundation-mission .mission-data .title2 {
    width: 70%;
    height: 82px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 82px;
    background-size: contain;
  }
  .foundation-page-redesign .foundation-mission .mission-data .title3 { padding-top: 24px; }
  .foundation-page-redesign .foundation-mission .slick-dots { margin-top: 22px; }
  .foundation-vision-map {
    width: calc(100% - 26px);
    padding: 0;
    border-radius: 6px;
  }
  .foundation-vision-map:before {
    inset: 13px 0 auto;
    height: 463px;
    border-radius: 6px;
    box-sizing: border-box;
  }
  .foundation-vision-map > h2,
  .foundation-values > h2 { font-size: 22px; line-height: 30px; }
  .foundation-vision-map > h2 { top: 0; width: 148px; padding: 0; font-size: 20px; line-height: 26px; }
  .vision-map-canvas { padding-top: 516px; grid-template-columns: 1fr; gap: 24px; }
  .vision-map-core {
    position: absolute;
    top: 116px;
    left: calc(50% - 154px);
    width: 308px;
    height: 308px;
    margin: 0;
  }
  .vision-map-core span { font-size: 18px; line-height: 26px; }
  .vision-map-core strong { font-size: 22px; line-height: 32px; }
  .vision-map-node { width: 100px; height: 100px; font-size: 18px; }
  .vision-map-node-person { top: 66px; left: calc(50% - 50px); }
  .vision-map-node-organization { top: 304px; left: calc(50% - 177px); }
  .vision-map-node-environment { top: 304px; left: calc(50% + 77px); }
  .vision-map-card,
  .vision-map-card-system { grid-column: auto; }
  .vision-map-card {
    min-height: 203px;
    padding: 28px 24px;
    border: .5px solid #797979;
    border-radius: 6px;
    background: #fff;
  }
  .vision-map-card-activist { min-height: 253px; }
  .vision-map-card-system { min-height: 290px; }
  .vision-map-card-group,
  .vision-map-card-label {
    min-height: 33px;
    padding: 5px 14px;
    font-size: 12px;
    line-height: 23px;
  }
  .vision-map-card-group {
    display: inline-flex;
    margin-right: 8px;
    align-items: center;
    border-radius: 17px;
    background: #ffe35f;
    font-family: "NotoSans-Bold";
    box-sizing: border-box;
  }
  .vision-map-card-startup .vision-map-card-group,
  .vision-map-card-region .vision-map-card-group { background: #00a8b8; color: #fff; }
  .vision-map-card-system .vision-map-card-group { background: #983f96; color: #fff; }
  .vision-map-card h3 { margin: 18px 0 8px; font-size: 17px; line-height: 25px; }
  .vision-map-card li { margin-top: 0; font-size: 15px; line-height: 25px; }
  .foundation-page-redesign .foundation-vision-copy { padding: 72px 14px 70px; }
  .foundation-page-redesign .foundation-copy p { margin-bottom: 26px; font-size: 13px; line-height: 1.75; }
  .foundation-page-redesign .foundation-values { padding: 88px 20px 100px; }
  .foundation-page-redesign .foundation-values ul { margin-top: 42px; grid-template-columns: 1fr; justify-items: center; gap: 22px; }
  .foundation-page-redesign .foundation-values li { width: 250px; height: 250px; }
  .foundation-page-redesign .foundation-values span { font-size: 15px; }
  .foundation-page-redesign .foundation-values strong { font-size: 29px; line-height: 42px; }

  /* 모바일에서는 OUR IMPACT 숫자·라벨 묶음 사이를 분리해 읽기 쉽게 표시합니다. */
  .our-impact .member-num .wpsm_col-md-4 { margin-bottom: 24px; }
  .our-impact .member-num .wpsm_col-md-4:last-child { margin-bottom: 0; }

  .partnership-features { padding: 50px 22px 65px; }
  .partnership-features li { min-height: 0; padding: 0; }
  .partnership-features li:before { display: none; }
  .partnership-process-new { padding: 50px 18px; }
  .process-steps { grid-template-columns: repeat(2, 131px); justify-content: center; gap: 10px; }
  .process-steps li { margin: 0; }
  .process-detail { grid-template-columns: 1fr; }
  .process-detail h3 { padding: 24px; font-size: 30px; }
  .process-detail h3 br { display: none; }
  .process-detail dl > div { grid-template-columns: 1fr; gap: 5px; padding: 14px 18px; }
  .partnership-contact-new { padding: 60px 0 0; background-position: center -70px; background-size: auto 470px; }
  .partnership-inquiry { padding: 0 18px; }
  .partnership-inquiry h2 { font-size: 22px; }
  .partnership-inquiry h2 br { display: none; }
  .partnership-inquiry > ul { width: 100%; padding: 22px; }
  .partnership-inquiry li strong { width: 20px; margin-right: 24px; }
  .partnership-inquiry li a { font-size: 11px; }
  .partnership-logo-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .partnership-logo-grid img { width: 145px; height: 42px; }
  .partnership-logo-composite { margin-top: 38px; }
  .partnership-logo-grid-new {
    margin-top: 38px;
    padding: 36px 18px 58px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .partnership-logo-grid-new li { min-height: 22px; }
  .partnership-logo-grid-new img {
    width: auto;
    max-width: 100%;
    max-height: 22px;
  }

  .history-tab-wrap.tab-wrap { display: block; margin-top: -20px; }
  .history-tab-wrap.tab-wrap .tab-inner { width: 100%; height: 58px; padding: 0 18px; overflow-x: auto; }
  .history-tab-wrap.tab-wrap .tab-inner ul.tab { height: 58px; gap: 28px; }
  .history-tab-wrap .tab li a { border: 0; border-radius: 0; background: none; font-size: 14px; line-height: 1; }
  .history-wrap { padding-top: 38px; }
}
.home main#snContent {
 padding-top: 0px;
}
li, p, dt, dd, div, span {
  word-break: keep-all;
}
body a:hover {
  color: var(--daum-blue);
}
.fusion-read-more:after, .more a:after { display: none !important; }

.daumfn-header.pc-header {
  display: block;
}
.daumfn-header.m-header {
  display: none;
}

#toTop:hover {
  background-color: #55d3c0 !important;
}
.our-story {
  position: relative;
  background: none;
}
.our-story .home-story-search {
  position: absolute;
  top: 55px;
  right: calc((100% - 930px) / 2);
  float: none;
  box-sizing: border-box;
}
.our-story .home-story-search input {
  box-sizing: border-box;
}
.our-story .home-story-search input:focus,
.our-story .home-story-search input:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.home-partners {
  width: 100%;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
}
.home-partner-grid { max-width: 914px; margin: 0 auto; padding: 60px 0 200px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 70px; box-sizing: border-box; }
.home-partner-grid li,
.home-partner-grid a,
.home-partner-grid span { min-width: 0; display: flex; align-items: center; justify-content: center; }
.home-partner-grid a,
.home-partner-grid span { width: 100%; }
.home-partner-grid img { display: block; width: var(--partner-logo-width, auto); max-width: 100%; height: auto; object-fit: contain; transition: opacity .2s ease; }
.home-partner-grid a:hover img,
.home-partner-grid a:focus img { opacity: .72; }

@media (max-width: 768px) {
  .home-partners { padding: 0 18px; }
  .home-partner-grid {
    padding: 36px 0 58px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .home-partner-grid li { min-height: 22px; }
  .home-partner-grid img {
    width: auto;
    max-width: 100%;
    max-height: 22px;
  }
}
.faq-wrap ul li .question:hover {
  color: #333;
  cursor: pointer;
}
.header h3 { 
   margin-bottom: 0px !important;
   margin-top: 0px !important;
}

.finance-wrap h4{
  margin-bottom: 0px !important;
  margin-top: 0px !important; 
}
.finance-wrap .btn-wrap {
  float: right;
}
header.lay-hd {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}
header.lay-hd.main {
  box-shadow: none;
}
 /*{
  color: #FFF !important;
  text-decoration: none;
}*/

/* 푸터 */
footer .inner fieldset ul li input { 
  border-color: #303133 !important;
} 
footer .download-ci {
  display: block;
}
input[type='checkbox']:checked + label:after {
    display: block;
    content: '';
    width: 13px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 1px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.story-wrap section {
  padding-bottom: 0px;
}

.story-wrap section.pts-story {
    padding-bottom: 80px;
    background-color: #EFEFEF;
}


/* 메인 슬라이더 */
/*.top-intro {
  background: none !important;
}*/
.top-intro .home-img-container   {
    height: 100%;
    background:#FFDC38;
    /* background-image: url(./images/2021/bg_intro.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 140%; */
}
.img-container-1 {
  /* Quick on the way out */

  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
.img-container-1 .inner p {
  opacity: 1;
}
.img-container-1 .inner .buttons {
  opacity: 0;
}
.img-container-1 .inner .d-introduce {
    opacity: 0;
    display: inline-block;
    position: absolute;
    bottom: 208px;
}
.top-intro .slick-list {
  height: 722px !important;
} 
.top-intro .img-container-2 {
  background-image: url(./images/main_visual-2.png); 
}
.top-intro .img-container-3 {
  background-image: url(./images/main_visual-3.png);
}
.top-intro .inner p em, .top-intro .d-introduce {
  font-weight: bold;
}
.top-intro .button span {
  padding-bottom: 0;
  line-height: 1.4;
  vertical-align: middle;
}
.top-intro .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.top-intro .button span:after {
  display: none;
}
.top-intro .button:hover span,
.top-intro .button:focus-visible span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.slick-dots {
  position: relative;
  bottom: 17%;
  width: 899px;
  margin: 0 auto;
}
.slick-dots li {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  overflow: hidden;
}
.slick-dots li button {
  text-indent: -999px;
  width: 12px;
  height: 12px;
  border-radius: 7px;
  background: #1B1D1F;
  opacity: 0.5;
  vertical-align: middle;
}
.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
}

@media only screen and (max-width : 1190px) and (min-width : 769px) { 
  .top-intro .home-img-container   {
    height: 722px;
  }
  .top-intro .partner {
    right: 117%;
  }
  header.lay-hd.main nav > ul > li > a {
    color: #fff;
  }
  header.lay-hd.main nav > ul > li.button-wrap > a {
    color:#000;
  }
  .top-intro .inner {
    padding-left: 40px;
  }
  .slick-dots {
    /* padding-left: 40px; */
  }
  #mobile-btn {
    display: none;
  }

}

/* 재단 소식 */
.b-search {
  height: unset;
  z-index: 8;
}
.b-search input {
  border-bottom: 0px;
}

.fusion-page-title-bar {
  visibility: hidden;
  display: none;
}

.partnership-process ol {
  width: 840px;
}

.how-proceed h4 {
  margin: 0px;
}

.business-list h3 {
  margin: 0px;  
}

#content {
  float: none !important;
}
.newsletter .header {
  text-align: center;
}

/*.notice-list ul li:nth-child(5n) {
  margin-left: 0px !important;
}*/
.notice-list ul li:nth-child(4n+1) {
  margin-left: 18px;
}
.home-notice-list.notice-list ul li:nth-child(1), .home-notice-list.notice-list ul li:nth-child(5) { 
  margin-left: 18px !important;
}
.notice-list {
  position: relative;
}
.notice-list .query-notice {
    position: absolute;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
}
.notice-list ul li > a > .image {

}

/* 카운터 플러그인의 Bootstrap 그리드 중 홈에서 필요한 규칙만 유지합니다. */
.our-impact .member-num .wpsm_counter_b_row .wpsm_col-md-4 {
  position: relative;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.our-impact .member-num .wpsm_counterbox .wpsm_count-icon {
  display: none;
}
.our-impact .member-num .wpsm_counterbox .wpsm_number  {
    display: block;
    margin-left: -5px;
    font-size: 60px !important;
    font-family: 'Futura-Bold' !important;
    margin-top: 0px !important;
    letter-spacing: 0px !important;
    line-height: unset !important;
    /*position: relative;*/
}
#wpsm_counter_b_row_11859 .wpsm_counterbox {
  margin-top: 0px !important;
}

.our-impact .member-num .wpsm_col-md-4:nth-child(1) .wpsm_counterbox .wpsm_number:after  {
    content: '+';
    position: absolute;
    font-size: 60px;
    bottom: 0px;
    right: 88px;
}
.our-impact .member-num .wpsm_col-md-4:nth-child(1) span.counter {
  left: -20px;  
}

.our-impact .member-num  .wpsm_col-md-4 {
    display: inline-block;
    position: relative;
    width: 290px;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
    padding-left: 0px !important;
}

.our-impact .member-num .wpsm_counterbox .wpsm_count-title {
  min-height: unset !important;
  display: block;
  position: absolute;
  bottom: -10px !important;
  width: 100%;
  font-weight:bolder !important;
  font-size: 15px !important;
  margin-top: 0px !important;
  letter-spacing: 0px !important;
  line-height: unset !important;
}

/*스토리 개요 */

.pts-story.slick-slider .stroy-cnt {
  margin-top: 2px;
}
.pts-story .stroy-cnt {
  min-height: 563px;
}
.pts-story .slick-dots {
  bottom: -40px;
  text-align: center;
}

.pts-story .slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    background: #b0b5bb;
    border-radius: 7px;
    vertical-align: middle;
    opacity: 1;
}
.pts-story .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  background: #0058FF;
}
.partnership-stories > a:hover {
  color: #FFF !important;
}
.what-wedo > a:hover {
  background-color: #0077fa;
  color: #FFF;
}

.how-proceed.how-proceed-eng ul li i {
  width: 120px;
  margin: 0;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3;
  white-space: normal;
}
.how-proceed.how-proceed-eng ul li {
  height:auto;
  min-height:70px;
  padding-top:15px;
  padding-bottom:15px;
  line-height:22px;
  position:relative;
  overflow: hidden;
  padding-left: 160px;
  position: relative;
  display: flex;
  align-items: center;
}
.how-proceed.how-proceed-eng ul li:last-child {
  min-height:100px;
}
.how-proceed.how-proceed-eng h4 {
  font-size: 30px !important;
  top: 0;
  bottom: 0;
  height: auto;
}

.withus h3 {
  margin: 0px;
  line-height: 1.2;
}
.withus {
  display: block;
}

.pts-story .stroy-cnt > div h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 26px;
}
.pts-story .stroy-cnt img {
  object-fit: cover;
  height: 100%;
}
.pts-story .stroy-cnt > div p {
  padding-top: 28px;
}
/* 사업영역 */ 
.business-list {
  padding: 0 11px !important;
}
.business-list li {
  transition: all 0.2s;
  opacity: 1;
  display: block;
  margin-left: 5.5px !important;
  margin-right: 5.5px !important;
}
.business-list .hide {
  width: 0%;
  opacity: 0;
  transition: all 0.1s;
  margin: 0px !important;
  height: 0px;
  display:none;
}
.notice-view .header h3 {
  padding: 20px 25px;
}
.our-work > a:hover {
  background-color: #0060ff;
  color: #FFF;
}
.financial-report {
  padding-top: 65px;
  padding-bottom: 37px;
}
.financial-report ul li:before {
  height: 135px;
}
.financial-report ul li:nth-child(1):before {
  background-image:url('./images/financial/icon_2018_01.png') !important;
}
.financial-report ul li:nth-child(2):before {
  background-image:url('./images/financial/icon_2018_02.png') !important;
}
.financial-report ul li:nth-child(3):before {
  background-image:url('./images/financial/icon_2018_04.png') !important;
}
.newsletter .header select {
  width: 150px;
  border-color: #767676;
  color: #767676;
}
.tab-wrap {
  position: relative;
  border: none;
}
.tab-wrap:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 3px solid #f7f7f7;
  bottom: 9px;
  overflow: visible;
  z-index: 5;
  color: #f7f7f7;
}
.tab li:hover a:after, .tab li.selected a:after {
  background: #0058FF;
  z-index: 333;
}
.tab-wrap .tab-inner ul.tab {
  width: 625px;
  max-width: 100%;
  overflow: hidden;
  height: 65px;
}
.tab-wrap .tab-inner {
    position: relative;
    width: 715px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 45px;
    box-sizing: border-box;
    overflow: hidden;
    height: 65px;
}

.tab-wrap .tab-inner ul.tab  {
    width: 1040px;
    overflow: hidden;
    height: 65px;
    position: relative;
    left: -115px;
    top: 40px;
}
.history-tab-wrap.tab-wrap .tab-inner ul.tab {
  width: 1450px;
  max-width:none;
  left: -25px;
} 

.tab-wrap .tab-controller button.prev {
  left: -8px;
}
.financial-report ul li.more a:before {
  left: 10px;
}
.financial-report > a:hover  {
  color: #1c1d1e;
}

.story-wrap .top-visual h2 {
  vertical-align: top;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 1;
}

main .top-visual.introduce p {
  vertical-align: top;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 0;
  padding-top: 45px;
}

.main-value strong {
  vertical-align: top;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  opacity: 0;
  padding-top: 50px;
}

.notice-list li{
  display: none;
}
.notice-button {
  display: block;
  width: 220px;
  height: 59px;
  margin: 25px auto 0;
  border-radius: 35px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 59px;
  background: #0058FF;
  font-weight:bold;
}
.notice-button:hover {
  background:#FFDC38;
  color:#1B1D1F;
}
.notice-button span {
  position:relative;
  padding-bottom:2px;
}
.notice-button span:after {
  content:'';
  position: absolute;
  left:0; right:0;
  bottom:0;
  border-bottom:2px solid #1B1D1F;
  opacity:0;
  transition:0.3s;
}
.notice-button:hover span:after {
  opacity: 1;
}
footer .inner fieldset {
  max-width: 240px;
}
#wpsm_counter_b_row_12394 .wpsm_counterbox .wpsm_count-icon {
  opacity: 0 !important;
}

.wpml-list {
  position: absolute;
  right: 0px;
  top: -11px;
}

.wpml-list ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.wpml-list ul li:nth-child(1) {
  margin-right: 11px;
}

header.lay-hd .wpml-list ul li a { 
  color: #838383;
}
header.lay-hd .wpml-list ul li a:hover { 
  color: #324df1;
}
header.lay-hd .wpml-list ul li a.active { 
  color: #324df1;
}

header.lay-hd.main .wpml-list ul li a { 
  color: #1B1D1F;
}
header.lay-hd.main .wpml-list ul li a:hover { 
  color: #0058FF;
}
header.lay-hd.main .wpml-list ul li a.active { 
  color: #0058FF;
  position:relative;
  padding-bottom:2px;
}
header.lay-hd.main .wpml-list ul li a.active:after {
  content:'';
  position:absolute;
  left:0; bottom:0; right:0;
  border-bottom:2px solid #0058FF;
}

.wpml-list.pc-wpml-list {
  display: block;
}
.wpml-list.m-wpml-list {
  display: none;
}

@media only screen and (max-width : 640px) {    
  .wpml-list.pc-wpml-list {
    display: none;
  }
  .wpml-list.m-wpml-list {
    display: block;
    position: relative;
    width: 100%;
    right: auto;
    top: 0px;
  }
  .wpml-list.m-wpml-list ul {
    display: flex;
    width: auto;
    margin: 0 auto;
    justify-content: center;
    gap: 16px;
    text-align:center;
  }
  .wpml-list.m-wpml-list ul li { 
    width: auto;
    height: auto;
    margin: 0;
    border-bottom: 0;
  }
  .wpml-list.m-wpml-list ul li a {
    height: auto;
    padding-bottom: 0;
    line-height: 40px;
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none;
  }
  header.lay-hd .wpml-list.m-wpml-list ul li a.active:after {
    content: none;
    display: none !important;
    border-bottom: 0;
  }
  header.lay-hd .wpml-list ul li a.active { 
    color: #324df1;
  } 
  header.lay-hd .wpml-list ul li a { 
    color: #838383;
  }
}

/* 영문 페이지 작업 */
.page-template-ENG .ko-header {
  display: none;
}

.home-notice-list li {
  display: block !important;
}

.business-list.eng ul li {
  height: 480px;
}

@media only screen and (max-width : 768px) {
  .daumfn-header.pc-header {
    display: none;
  }
  .daumfn-header.m-header {
    /*display: block;*/
  }
  main#snContent {
    /*padding-top: 0px;*/
  }
  main { 
    padding-top: 59px;
  }
  header.lay-hd h1 {
    top: 4px;   
  } 
  footer .download-ci {
    display: none;
  }
  .slick-dots {
    width: 100%;
  }
  .top-intro .slick-dots { 
    width: 100%;
    bottom: 10%;
    text-align: center;
  }
  .notice-list ul li {
    float: left;
  }
  .our-impact .member-num .wpsm_counter_b_row .wpsm_col-md-4 {
    float: none;
  }
  .our-impact .member-num > div span {
    font-size: inherit !important;
    bottom: -30px;
  }  
  .our-impact .member-num.english > div span {
    bottom:-10px;
  }

  .our-impact .member-num .wpsm_col-md-4:nth-child(1) .wpsm_counterbox .wpsm_number:after {
    bottom: -30px;
  }
 
  .our-impact .member-num.english .wpsm_col-md-4:nth-child(1) .wpsm_counterbox .wpsm_number:after {
    bottom:-10px;
  }
 
  .partnership-process > ol {
    width: auto;
  }
  .contactus .info ul li {
    font-size: 13px;
  }
  .contactus .info ul li i {
    margin-right: 15px;
  }
  .contactus .info {
    padding-left: 20px;
    padding-right: 10px;
  }
  .notice-list ul li > a img {
    object-fit: cover;
  }
  header.lay-hd button span {
    height: 20px;
  }
  .top-intro {
    background
    background-size: cover !important;
  }
  .top-intro .home-img-container {
    height: 396px;
    background-size: 250%;
  }
  .slick-list {
    height: 396px !important;
  }
  .pts-story .slick-list {
    height: auto !important;
  }
  header.lay-hd nav > ul {
    border-top:1px solid #1B1D1F;
  }
  header.lay-hd nav ul li {
    height: auto;
    border-bottom:1px solid #1B1D1F
  }
  header.lay-hd nav ul li.on > a {
    background:#000;
    color:#fff;
  }
  header.lay-hd nav ul li ul li:last-child {
    border-bottom: 0;
  }
  header.lay-hd nav > ul > li.button-wrap > a {
    text-align: center;
    line-height: 28px;
    background:#000 !important;
    color:#fff !important;
  }
  header.lay-hd nav > ul > li ul li a:hover {
    background:#FFDC38;
  }
  header.lay-hd nav > ul > li.button-wrap {
    margin-top: 10px;
    padding-bottom:10px;
  }
  header.lay-hd nav > ul > li.button-wrap + li.button-wrap {
    margin-left: 0;
    margin-top: 0;
    padding-top:10px;
  }
  .home-notice-list.notice-list ul li:nth-child(1), .home-notice-list.notice-list ul li:nth-child(5) {
    margin-left: 0px !important;
  }
  .our-story .home-story-search {
    position: relative;
    top: auto;
    right: auto;
    width: 210px;
    margin: 20px auto 0;
  }
  .our-story .home-story-search + .home-notice-list {
    padding-top: 24px;
  }
  .tab-wrap .tab-inner ul.tab {
    width: 100%;
    overflow: visible;
    height: inherit;
  }
  .tab {
    display: none;
  }
  .work-withus {
    padding-top: 0px;
  }
  .work-withus ul li {
    margin-top: 60px;
    height: auto;
  }
  .work-withus ul li:nth-child(1) {
    margin-top: 0px;
  }
  .withus {
    display: none; 
  }
  .notice-view .header h3 {
    padding: 0px;
  }
  .notice-button {
    display:none;
  }
  .map-wrap .contact {
    padding: 20px 25px !important;
  }
  #contact-section h3 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .img-container-1 .inner .d-introduce {
    display: none !important;
  } 

  .tab-wrap {
    display:block;
    margin-top:-20px;
  }
  .tab-wrap:after {
    display:none;
  }
  .tab-wrap .tab-inner {
    padding:0 10px;
    height:50px;
    overflow-x:auto;
    border-bottom:1px solid #ddd;
  }

  .tab-wrap .tab-inner ul.tab {
    display:block;
  }

  .history-tab-wrap.tab-wrap .tab-inner ul.tab {
    top: 0;
    padding: 0;
    height:50px;
    left:0;
  }
}

/* Keep the history navigation refresh after the legacy mobile overrides. */
.history-tab-wrap.tab-wrap {
  display: block;
  margin-top: -40px;
  border: 0;
  background: #fff;
}
.history-tab-wrap:after { display: none; }
.history-tab-wrap .history-tab-shell {
  position: relative;
  width: 710px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.history-tab-wrap.tab-wrap .tab-inner {
  width: 100%;
  max-width: none;
  height: 72px;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.history-tab-wrap.tab-wrap .tab-inner::-webkit-scrollbar { display: none; }
.history-tab-wrap.tab-wrap .tab-inner ul.tab {
  width: max-content;
  max-width: none;
  height: 72px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  left: 0 !important;
  top: 0;
}
.history-tab-wrap .tab li { float: none; padding: 0; }
.history-tab-wrap .tab li a {
  position: relative;
  height: auto;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--daum-ink);
  font-family: "NotoSans-Bold";
  font-size: 14px;
  line-height: 1;
}
.history-tab-wrap .tab li:hover a,
.history-tab-wrap .tab li.selected a { color: var(--daum-blue); background: none; }
.history-tab-wrap .tab-controller { display: block; }
.history-tab-wrap .tab-controller button {
  position: absolute;
  top: calc(50% - 4px);
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.history-tab-wrap .tab-controller button.prev { left: -15px; }
.history-tab-wrap .tab-controller button.next { right: -15px; }
.history-tab-wrap .tab-controller button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: 0;
  border-color: var(--daum-ink);
  transform: translate(-35%, -50%) rotate(135deg);
}
.history-tab-wrap .tab-controller button.next:before {
  margin: 0;
  border-width: 0 2px 2px 0;
  transform: translate(-65%, -50%) rotate(-45deg);
}
.history-tab-wrap .tab-controller button.disb,
.history-tab-wrap .tab-controller button:disabled {
  cursor: default;
  opacity: 0.28;
}

/* 2026-09-04 content revisions */
@media (min-width: 769px) {
  header.lay-hd .pc-header > ul > li > ul > li > a {
    font-size: 14px;
  }
}

.foundation-page-redesign .foundation-copy p {
  text-align: justify;
  text-justify: inter-word;
}
.foundation-page-redesign .foundation-copy strong {
  font-family: "NotoSans-Bold";
  font-weight: normal;
}

/* Lazy-loaded content images reveal only after they are loaded and visible. */
.js img[loading="lazy"] {
  opacity: 0;
  transition: opacity 0.55s ease;
}
.js img[loading="lazy"].is-loaded.is-in-view {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .js img[loading="lazy"] {
    opacity: 1;
    transition: none;
  }
}

@media (max-width: 768px) {
  .page-template-history_template main .top-visual { height: 160px; }
  .history-tab-wrap.tab-wrap { margin-top: -20px; }
  .history-tab-wrap .history-tab-shell { width: 100%; max-width: none; padding: 0 20px; }
  .history-tab-wrap.tab-wrap .tab-inner { width: 100%; height: 58px; padding: 0; overflow-x: auto; }
  .history-tab-wrap.tab-wrap .tab-inner ul.tab { height: 58px; gap: 28px; }
  .history-tab-wrap .tab li a { font-size: 14px; }
  .history-tab-wrap .tab-controller { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .history-tab-wrap.tab-wrap .tab-inner { scroll-behavior: auto; }
}

/* English refresh --------------------------------------------------------- */
.people-page-english .people-directory p,
.people-page-english .people-directory h3 {
  color: #707070;
}
.people-page-english .people-directory .people-role {
  font-size: 20px;
  line-height: 29px;
}
.people-page-english .people-directory h3 {
  width: 240px;
  margin-left: -26px;
  font-size: 24px;
  line-height: 30px;
  white-space: nowrap;
}
.people-page-english .people-directory .people-company {
  width: 240px;
  margin-left: -26px;
  font-size: 16px;
  line-height: 24px;
}
.people-page-english .people-directory .people-period {
  margin-top: 7px;
  font-size: 16px;
  line-height: 24px;
}
.foundation-page-redesign.is-english .foundation-copy p {
  font-family: "NotoSans-Regular", "Noto Sans", sans-serif;
  letter-spacing: -0.01em;
}
.foundation-page-redesign.is-english .foundation-mission .mission-data .title4 {
  font-family: "GmarketSansMedium", "NotoSans-Regular", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.foundation-page-redesign.is-english .vision-map-card h3 {
  letter-spacing: -0.02em;
}
.foundation-page-redesign.is-english .vision-map-card li {
  letter-spacing: -0.015em;
}
.foundation-page-redesign.is-english .vision-map-node {
  font-size: 14px;
  line-height: 20px;
}
.foundation-page-redesign.is-english .foundation-values span {
  font-family: "NotoSans-Regular", "Noto Sans", sans-serif;
}
.foundation-page-redesign.is-english .foundation-values strong {
  font-family: "NotoSans-Bold", "Noto Sans", sans-serif;
}

@media (min-width: 1301px) {
  .foundation-page-redesign.is-english .vision-map-canvas {
    height: 1286px;
    padding: 0;
  }
  .foundation-page-redesign.is-english .vision-map-card {
    width: 380px;
  }
  .foundation-page-redesign.is-english .vision-map-card-label {
    min-height: 45px;
    border-radius: 23px;
  }
  .foundation-page-redesign.is-english .vision-map-card h3 {
    line-height: 33px;
  }
  .foundation-page-redesign.is-english .vision-map-card li {
    line-height: 28px;
  }
  .foundation-page-redesign.is-english .vision-map-card-youth {
    top: 80px;
    left: 827px;
  }
  .foundation-page-redesign.is-english .vision-map-card-activist {
    top: 375px;
    left: 827px;
  }
  .foundation-page-redesign.is-english .vision-map-card-startup {
    top: 397px;
    left: 28px;
  }
  .foundation-page-redesign.is-english .vision-map-card-region {
    top: 724px;
    left: 28px;
    width: 600px;
  }
  .foundation-page-redesign.is-english .vision-map-card-system {
    position: absolute;
    top: 765px;
    left: 707px;
    width: 455px;
  }
}
.business-page-english .business-card h3,
.business-page-english .business-card .business-description {
  letter-spacing: -0.015em;
}
.business-page-english .business-card .business-description {
  font-family: "NotoSans-Regular", "Noto Sans", sans-serif;
}
.partnership-page-english .page-hero h2 {
  max-width: 760px;
}
.partnership-page-english .work-withus h3,
.partnership-page-english .partnership-process h3 {
  letter-spacing: -0.015em;
}
.partnership-page-english .work-withus ul li p,
.partnership-page-english .how-proceed li {
  letter-spacing: -0.01em;
}

@media (max-width: 1300px) {
  .foundation-page-redesign.is-english .vision-map-card h3 {
    font-size: 19px;
  }
  .foundation-page-redesign.is-english .vision-map-card li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .people-page-english .people-directory .people-role {
    font-size: 14px;
    line-height: 20px;
  }
  .people-page-english .people-directory h3 {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    line-height: 28px;
    white-space: normal;
  }
  .people-page-english .people-directory .people-company {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
    line-height: 20px;
  }
  .people-page-english .people-directory .people-period {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
  }
  .foundation-page-redesign.is-english .foundation-mission .mission-data .title1,
  .foundation-page-redesign.is-english .foundation-mission .mission-data .title3 {
    font-size: 15px;
    line-height: 22px;
  }
  .foundation-page-redesign.is-english .foundation-mission .mission-data .title2 {
    width: 82%;
    font-size: 34px;
  }
  .foundation-page-redesign.is-english .foundation-mission .mission-data .title2.long {
    font-size: 28px;
  }
  .foundation-page-redesign.is-english .foundation-mission .mission-data .title4 {
    font-size: 13px;
    line-height: 20px;
  }
  .foundation-page-redesign.is-english .vision-map-card h3 {
    font-size: 16px;
    line-height: 23px;
  }
  .foundation-page-redesign.is-english .vision-map-card li {
    font-size: 13px;
    line-height: 21px;
  }
  .foundation-page-redesign.is-english .vision-map-card-label {
    max-width: 100%;
    white-space: normal;
  }
  .foundation-page-redesign.is-english .foundation-copy p {
    font-size: 14px;
    line-height: 1.75;
  }
  .foundation-page-redesign.is-english .foundation-values span {
    font-size: 13px;
  }
  .foundation-page-redesign.is-english .foundation-values strong {
    font-size: 23px;
    line-height: 34px;
  }
  .business-page-english .business-card h3 {
    font-size: 22px;
  }
  .business-page-english .business-card .business-description {
    font-size: 13px;
    line-height: 1.65;
  }
  .partnership-page-english .page-hero h2 {
    max-width: 340px;
    font-size: 24px;
  }
  .partnership-page-english .partnership-process h3 {
    padding: 0 18px;
    font-size: 22px;
    line-height: 1.35;
  }
  .partnership-page-english .partnership-process > ol {
    display: grid;
    grid-template-columns: repeat(2, 131px);
    justify-content: center;
    gap: 10px;
  }
  .partnership-page-english .partnership-process > ol li {
    margin: 0;
    font-size: 14px;
  }
  .partnership-page-english .partnership-process > ol li span,
  .partnership-page-english .partnership-process > ol li em {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .partnership-page-english .how-proceed.how-proceed-eng ul li,
  .partnership-page-english .how-proceed.how-proceed-eng ul li:last-child {
    display: block;
    min-height: 0;
    padding: 14px 20px;
    overflow: visible;
  }
  .partnership-page-english .how-proceed.how-proceed-eng ul li i {
    position: static;
    display: block;
    width: auto;
    margin: 0;
    padding-bottom: 5px;
    line-height: 1.4;
  }
  .partnership-page-english .work-withus ul li p,
  .partnership-page-english .how-proceed li {
    font-size: 13px;
    line-height: 1.65;
  }
}
