
/* 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:nth-child(5) { order: 6; }
.business-card:nth-child(6) { order: 5; }
.business-card:nth-child(7) { order: 8; }
.business-card:nth-child(8) { order: 7; }

.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 a { align-self: flex-start; margin-top: 32px; 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; }

/* 재단소개 */
.foundation-page .foundation-mission {
  min-height: 550px;
  padding: 74px 20px 50px;
  background: var(--daum-yellow);
  box-sizing: border-box;
}

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

.foundation-page .mission-data-wrap { max-width: 600px; margin-top: 52px; }
.foundation-page .mission-data { color: var(--daum-ink); }
.foundation-page .mission-data .title1,
.foundation-page .mission-data .title3 { margin: 0; font-size: 25px; line-height: 1.3; }
.foundation-page .mission-data .title1 { padding-bottom: 34px; }
.foundation-page .mission-data .title2 { margin: 0; }
.foundation-page .mission-data .title3 { padding-top: 34px; }
.foundation-page .mission-data-wrap .slick-dots { width: 100%; margin-top: 50px; }

.foundation-vision-copy {
  padding: 78px 20px 92px;
  background: #fff;
}

.foundation-copy { max-width: 1112px; margin: 58px auto 0; }
.foundation-copy p { margin: 0 0 32px; color: var(--daum-ink); font-size: 16px; line-height: 2; }

.foundation-vision-grid {
  padding: 88px 20px 118px;
  background: var(--daum-yellow);
}

.vision-groups {
  max-width: 1030px;
  margin: 88px auto 0;
  display: grid;
  grid-template-columns: 150px repeat(2, minmax(0, 340px));
  gap: 36px 20px;
  justify-content: center;
  align-items: start;
}

.vision-groups > h3 { margin: 0; padding-top: 8px; color: var(--daum-ink); font-family: "NotoSans-Bold"; font-size: 32px; }
.vision-groups > :nth-child(7) { grid-column: 2; }
.vision-card { min-height: 344px; padding: 30px 30px 34px; border-radius: 18px; background: #fff; box-sizing: border-box; }
.vision-card > span { display: inline-block; padding: 7px 14px; border-radius: 16px; background: var(--daum-yellow); color: var(--daum-ink); font-family: "NotoSans-Bold"; font-size: 13px; }
.vision-card h4 { margin: 26px 0 18px; color: var(--daum-ink); font-family: "NotoSans-Bold"; font-size: 23px; line-height: 1.45; }
.vision-card li { position: relative; margin-top: 7px; padding-left: 12px; color: var(--daum-ink); font-size: 14px; line-height: 1.55; }
.vision-card li:before { content: "-"; position: absolute; left: 0; }

.foundation-values { padding: 100px 20px 145px; background: #fff; }
.foundation-values ul { max-width: 780px; margin: 70px auto 0; display: flex; justify-content: space-between; gap: 30px; }
.foundation-values li { width: 205px; height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid var(--daum-blue); border-radius: 50%; color: var(--daum-blue); box-sizing: border-box; }
.foundation-values li:nth-child(odd) { background: var(--daum-blue); color: #fff; }
.foundation-values span { font-size: 15px; }
.foundation-values strong { margin-top: 5px; font-family: "NotoSans-Bold"; font-size: 25px; }

.foundation-contact { padding: 0; background: #fff; }
.foundation-contact .map { height: 420px; overflow: hidden; }
.foundation-contact .map img { width: 100%; height: 100%; object-fit: cover; }
.foundation-contact-copy { position: relative; max-width: 930px; margin: 0 auto; padding: 48px 20px 72px; box-sizing: border-box; }
.foundation-contact-copy h2 { margin: 0 0 18px; font-family: "NotoSans-Light"; font-size: 35px; }
.foundation-contact-copy h2 span { color: var(--daum-blue); font-family: "Futura-Bold"; font-size: 15px; }
.foundation-contact-copy address { color: var(--daum-ink); font-family: "NotoSans-Medium"; font-size: 18px; }
.foundation-contact-copy p { margin-top: 12px; font-size: 16px; }
.foundation-contact-copy ul { position: absolute; top: 77px; right: 20px; }
.foundation-contact-copy li { margin-bottom: 6px; font-size: 15px; }
.foundation-contact-copy li strong { display: inline-block; width: 52px; color: var(--daum-blue); }

/* 파트너십 */
.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 top / 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);
}
.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: 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; }

@media (max-width: 1024px) {
  .people-directory ul { grid-template-columns: repeat(3, 188px); }
  .vision-groups { grid-template-columns: 120px repeat(2, minmax(0, 1fr)); }
  .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; }
  .section-tabs a,
  .section-tabs button { flex: 0 0 auto; font-size: 14px; }

  .people-directory { padding: 55px 18px 75px; }
  .people-directory ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 20px; }
  .people-directory img { width: min(42vw, 188px); height: min(42vw, 188px); }
  .people-directory h3 { font-size: 21px; }
  .people-directory .people-company { min-height: auto; font-size: 13px; }

  .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 a { margin-top: 32px; }

  .foundation-page .foundation-mission { min-height: 440px; padding-top: 52px; }
  .foundation-page .mission-data-wrap { margin-top: 34px; }
  .foundation-page .mission-data-wrap .slick-list { height: 210px !important; }
  .foundation-page .mission-data .title1,
  .foundation-page .mission-data .title3 { height: auto; padding-top: 0; font-size: 18px; }
  .foundation-page .mission-data .title1 { padding-bottom: 22px; }
  .foundation-page .mission-data .title2 { width: 82%; font-size: 38px; }
  .foundation-page .mission-data .title3 { padding-top: 22px; }
  .foundation-page .mission-data-wrap .slick-dots { margin-top: 28px; }
  .foundation-vision-copy { padding: 58px 20px 65px; }
  .foundation-copy { margin-top: 38px; }
  .foundation-copy p { margin-bottom: 24px; font-size: 15px; line-height: 1.85; }
  .foundation-vision-grid { padding: 65px 18px 75px; }
  .vision-groups { margin-top: 50px; display: block; }
  .vision-groups > h3 { margin: 48px 0 18px; font-size: 28px; }
  .vision-card { min-height: 0; margin-bottom: 18px; padding: 26px 24px 28px; }
  .vision-card h4 { font-size: 21px; }
  .foundation-values { padding: 70px 18px 85px; }
  .foundation-values ul { margin-top: 46px; flex-direction: column; align-items: center; }
  .foundation-values li { width: 190px; height: 190px; }
  .foundation-contact .map { height: 320px; }
  .foundation-contact-copy { padding: 36px 24px 52px; }
  .foundation-contact-copy h2 { font-size: 29px; }
  .foundation-contact-copy address { font-size: 15px; }
  .foundation-contact-copy p { font-size: 14px; }
  .foundation-contact-copy ul { position: static; margin-top: 22px; }

  .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-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: 38px 18px 60px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 16px; }

  .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; gap: 30px 14px; }
}
.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.117647) 0px 1px 3px;
}
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: 722px;
    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: 0;
}
.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: auto;
  margin-right: 20px;
  position: absolute;
  left: 28px;
}
.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 {
  /* display: none; */
  font-size: 30px !important;
  height:410px;
}

.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 {
    width: 18%;
    margin: 0 auto;
    text-align:center;
  }
  .wpml-list.m-wpml-list ul li { 
    width: 50%;
    display: inline;
    margin-right: 10px;
    
  }
  header.lay-hd .wpml-list ul li a.active { 
    color: #324df1;
  } 
  header.lay-hd .wpml-list ul li a { 
    color: #838383;
  }
}

.eng-header.lay-hd.main h1 a {
  background-image: url('./images/2023/header_logo_bk_en.png');
  height: 44px;
  background-size:contain;
}

.eng-header.lay-hd h1 a {
  background-image: url('/wp-content/uploads/2019/03/header_logo_en-2.png');
  height: 44px;
  background-size:contain;
}
/* 영문 페이지 작업 */
.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.tab-wrap .tab-inner {
  width: 620px;
  height: 72px;
  padding: 0;
  overflow: hidden;
}
.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;
  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: 18px;
  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: none; }

/* 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) {
  .history-tab-wrap.tab-wrap { 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 { font-size: 14px; }
}
