:root {
  --snap-section-height: 100vh;
}

@media (min-width: 64em) {
  .snap-section {
    min-height: 100vh;
    min-height: var(--snap-section-height);
  }
}
.home-fullpage {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
}

@media (max-width: 17.5em) {
  .home-fullpage {
    width: 280px;
    margin-left: -140px;
    margin-right: -140px;
  }
}
.home-slide {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slide--hero {
  overflow: hidden;
}

@media (max-width: 63.99em) {
  .home-slide--hero .home-slide__inner {
    padding-bottom: 11.875rem;
  }
}
.home-slide--hero {
  background-color: #f8f1de;
}

.home-slide--korea {
  background-color: #fafafa;
}

.home-slide--worldwide {
  background-color: var(--gray-100);
}

.home-slide__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.home-slide__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-slide__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 59.375rem;
  margin: 0 auto;
  padding-top: 5.875rem;
  padding-inline: 16px;
  text-align: center;
}

@media (max-width: 63.99em) {
  .home-slide__inner {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 64em) {
  .home-slide__inner {
    padding-top: 0;
    padding-inline: 0;
  }
}
@media (min-width: 64em) {
  .home-slide--hero .home-slide__inner {
    max-width: 102.8125rem;
  }
}
.home-slide__title {
  margin: 0;
  font-size: 1.375rem;
  color: var(--gray-900);
}

@media (max-width: 63.99em) {
  .home-slide__title {
    font-size: 2rem;
    color: #333333;
  }
}
@media (min-width: 64em) {
  .home-slide__title {
    font-size: 1.9375rem;
  }
}
@media (min-width: 64em) {
  .home-slide--korea .home-slide__title,
  .home-slide--worldwide .home-slide__title {
    font-size: 1.875rem;
  }
}
.home-slide__desc {
  max-width: 56.25rem;
  margin: 1rem auto 0;
  color: var(--gray-400);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.39px;
}

@media (max-width: 63.99em) {
  .home-slide__desc {
    margin-top: 1.875rem;
    font-size: 1.3125rem;
    line-height: 1.433;
    color: #333333;
  }
}
@media (min-width: 64em) {
  .home-slide__desc {
    max-width: 56.5rem;
    font-size: 0.75rem;
    line-height: 2.083;
    color: #333333;
  }
}
@media (max-width: 63.99em) {
  .home-slide--korea .home-slide__desc {
    max-width: 31.125rem;
    font-size: 1.25rem;
    line-height: 1.55;
  }
}
@media (max-width: 63.99em) {
  .home-slide--worldwide .home-slide__desc {
    max-width: 37.875rem;
    font-size: 1.25rem;
    line-height: 1.55;
  }
}
@media (min-width: 64em) {
  .home-slide--korea .home-slide__desc,
  .home-slide--worldwide .home-slide__desc {
    margin-bottom: 5.3125rem;
    line-height: 2.333;
  }
}
.home-slide__more {
  font-weight: 700;
  color: #005B48;
  text-decoration: underline;
}

.home-hero__intro-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8.75rem;
  height: 3.125rem;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
  background-color: #005B48;
  color: var(--white);
  font-size: 0.75rem;
  margin-bottom: 15.625rem;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .home-hero__intro-btn:hover {
    opacity: 0.9;
  }
}
@media (max-width: 63.99em) {
  .home-hero__intro-btn {
    width: 10.0625rem;
    height: 4.1875rem;
    margin-top: 1.3125rem;
    background-color: #006a58;
    font-size: 1.375rem;
    text-transform: none;
  }
}
@media (min-width: 64em) {
  .home-hero__intro-btn {
    margin-top: 5.3125rem;
  }
}
.home-hero__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

@media (max-width: 63.99em) {
  .home-hero__circles {
    position: relative;
    display: block;
    width: 35.875rem;
    height: 25rem;
    margin: 1.75rem auto 0;
  }
}
@media (min-width: 64em) {
  .home-hero__circles {
    gap: 0;
    margin-top: 3.5625rem;
  }
}
.home-hero__circle > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

@media (max-width: 63.99em) {
  .home-hero__circle {
    position: absolute;
  }
  .home-hero__circle > div {
    width: 15.125rem;
    height: 15.125rem;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.614;
  }
}
@media (min-width: 64em) {
  .home-hero__circle:not(:first-child) {
    margin-left: -1.375rem;
  }
  .home-hero__circle > div {
    width: 12.625rem;
    height: 12.625rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.39px;
  }
}
@media (max-width: 63.99em) {
  .home-hero__circle--korea {
    left: 0;
    top: 0;
  }
  .home-hero__circle--worldwide {
    left: 13.4375rem;
    top: 0;
  }
  .home-hero__circle--gpe {
    left: 7.25rem;
    top: 9.875rem;
  }
  .home-hero__circle--advocacy {
    left: 20.75rem;
    top: 9.875rem;
  }
}
.home-hero__circle--korea > div {
  background-color: rgba(190, 201, 49, 0.7);
}

.home-hero__circle--worldwide > div {
  background-color: rgba(128, 202, 99, 0.7);
}

.home-hero__circle--gpe > div {
  background-color: rgba(64, 202, 148, 0.7);
}

.home-hero__circle--advocacy > div {
  background-color: rgba(0, 202, 198, 0.7);
}

.home-fullpage__dots {
  position: fixed;
  top: 50%;
  right: 1.25rem;
  z-index: 20;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 64em) {
  .home-fullpage__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home-fullpage__dots li.is-active button {
  background: #005B48;
  border-color: #005B48;
}

.home-fullpage__dots button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.875rem;
  height: 0.875rem;
  padding: 0;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  background: var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-fullpage__dots button:hover {
    border-color: #005B48;
  }
}
.home-slide__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

@media (max-width: 63.99em) {
  .home-slide__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.4375rem 3.25rem;
    margin-top: 1.9375rem;
  }
  .home-slide__grid::before, .home-slide__grid::after {
    content: "";
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
  }
  .home-slide__grid::before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .home-slide__grid::after {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 64em) {
  .home-slide__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.25rem 5.4375rem;
  }
}
@media (max-width: 63.99em) {
  .home-slide__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.75rem;
    flex: 0 0 10.75rem;
    height: 16.375rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .home-slide__item:nth-child(n+3) {
    margin-top: -1.4375rem;
  }
  .home-slide__item:nth-child(n+3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .home-slide__item:nth-child(n+6) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 64em) {
  .home-slide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.75rem;
    flex: 0 0 10.75rem;
  }
}
.home-slide__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10.75rem;
  height: 10.75rem;
  margin: 0 auto 0.75rem;
  border-radius: 50%;
  background-color: var(--white);
}

.home-slide__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 63.99em) {
  .home-slide__icon {
    width: 10.75rem;
    height: 10.75rem;
  }
}
@media (min-width: 64em) {
  .home-slide__icon {
    width: 10.75rem;
    height: 10.75rem;
  }
}
.home-slide__label {
  display: block;
  white-space: nowrap;
  color: var(--gray-900);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

@media (max-width: 63.99em) {
  .home-slide__label {
    width: var(--home-label-width-mobile);
    margin-top: 1.375rem;
    margin-inline: calc((10.75rem - var(--home-label-width-mobile)) / 2);
    font-size: 1.3125rem;
    line-height: 1.49;
    text-align: center;
    color: #333333;
  }
}
@media (min-width: 64em) {
  .home-slide__label {
    margin-top: 1.5625rem;
    width: var(--home-label-width);
    font-size: 1rem;
    line-height: var(--home-label-line-height);
    text-align: center;
    color: #333;
  }
}
.home-slide__item--out-of-home {
  --home-label-width: 9.5rem;
  --home-label-line-height: 1.8125rem;
  --home-label-width-mobile: 12.1875rem;
}

.home-slide__item--youth-independence {
  --home-label-width: 11.75rem;
  --home-label-line-height: 1.8125rem;
  --home-label-width-mobile: 14.375rem;
}

.home-slide__item--i-leader {
  --home-label-width: 4.5rem;
  --home-label-line-height: 1.5rem;
  --home-label-width-mobile: 5.625rem;
}

.home-slide__item--young-carer {
  --home-label-width: 6.4375rem;
  --home-label-line-height: 1.75rem;
  --home-label-width-mobile: 7.875rem;
}

.home-slide__item--migrant {
  --home-label-width: 8.3125rem;
  --home-label-line-height: 1.8125rem;
  --home-label-width-mobile: 10.75rem;
}

.home-slide__item--health {
  --home-label-width: 7.875rem;
  --home-label-line-height: 1.5rem;
  --home-label-width-mobile: 9.625rem;
}

.home-slide__item--infants {
  --home-label-width: 9.5625rem;
  --home-label-line-height: 1.8125rem;
  --home-label-width-mobile: 11.625rem;
}

.home-slide__item--early-childhood {
  --home-label-width: 7.875rem;
  --home-label-line-height: 1.8125rem;
  --home-label-width-mobile: 9.75rem;
}

.home-slide__item--digital-ed {
  --home-label-width: 8.625rem;
  --home-label-line-height: 1.5rem;
  --home-label-width-mobile: 10.5rem;
}

.home-slide__item--higher-ed {
  --home-label-width: 8.8125rem;
  --home-label-line-height: 1.5rem;
  --home-label-width-mobile: 10.75rem;
}

.home-slide__item--capacity-dev {
  --home-label-width: 6.875rem;
  --home-label-line-height: 1.75rem;
  --home-label-width-mobile: 8.4375rem;
}

.home-slide__item--child-protection {
  --home-label-width: 12.25rem;
  --home-label-line-height: 1.5625rem;
  --home-label-width-mobile: 14.875rem;
}

@media (max-width: 63.99em) {
  .home-slide__item--child-protection .home-slide__label {
    white-space: nowrap;
  }
}
.home-slide__item--online-safety {
  --home-label-width: 7rem;
  --home-label-line-height: 1.5rem;
  --home-label-width-mobile: 8.625rem;
}

.home-slide__item--humanitarian {
  --home-label-width: 6.875rem;
  --home-label-line-height: 1.5rem;
  --home-label-width-mobile: 8.5rem;
}