@charset "utf-8";

/***** PROGRAM *******************************************************/
.program-overview {
  position: relative;
}
.program-overview .kv-default-wrap {
  background: url("/renew/images/program/img_program_kv.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.program-overview .kv-default-wrap .kv-text__title {
  width: 42.9rem;
}
.section-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.4rem;
  margin-top: 6rem;
  padding: 10rem 0;
  border-radius: 2rem;
  background-color: var(--bg-default);
}
.section-progress span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 13.2rem;
  height: 13.2rem;
  border-radius: 100%;
  background-color: var(--text-white);
  z-index: 2;
}
.section-progress span + span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -4.4rem;
  width: 4.4rem;
  box-sizing: border-box;
  border: 0.11rem solid #C4CCDC;
  z-index: 0;
  /* height: 0.22rem; */
  /* background-color: #C4CCDC; */
}
.section-progress span:nth-child(7)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -4.4rem;
  width: 4.4rem;
  box-sizing: border-box;
  border: 0.11rem dotted #5DA8EE;
  z-index: 0;
  /* height: 0.22rem; */
  /* background-color: #C4CCDC; */
}
.section-progress span:nth-child(1)::before {
  content: '';
  width: 3.8rem;
  height: 4.2rem;
  background: url("/renew/images/program/m3_progress_1.svg") 50% 50% no-repeat;
  background-size: cover;
}
.section-progress span:nth-child(2)::before {
  content: '';
  width: 4.6rem;
  height: 2.8rem;
  background: url("/renew/images/program/m3_progress_2.svg") 50% 50% no-repeat;
  background-size: cover;
}
.section-progress span:nth-child(3)::before {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  background: url("/renew/images/program/m3_progress_3.svg") 50% 50% no-repeat;
  background-size: cover;
}
.section-progress span:nth-child(4)::before {
  content: '';
  width: 5rem;
  height: 2rem;
  background: url("/renew/images/program/m3_progress_4.svg") 50% 50% no-repeat;
  background-size: cover;
}
.section-progress span:nth-child(5)::before {
  content: '';
  width: 2.8rem;
  height: 3.8rem;
  background: url("/renew/images/program/m3_progress_5.svg") 50% 50% no-repeat;
  background-size: cover;
}
.section-progress span:nth-child(6)::before {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  background: url("/renew/images/program/m3_progress_6.svg") 50% 50% no-repeat;
  background-size: cover;
}
.section-progress span:nth-child(7) {
  background-color: #5DA8EE;
}
.section-progress span:nth-child(7)::before {
  content: '';
  width: 4.2rem;
  height: 4.2rem;
  background: url("/renew/images/program/m3_progress_7.svg") 50% 50% no-repeat;
  background-size: cover;
}
.program-overview .overview-cube-wrap {
  display: flex;
  flex-wrap: wrap;
  border-radius: 2rem;
  background-color: var(--bg-default);
  overflow: hidden;
}
.program-overview .overview-cube-wrap .item {
  position: relative;
  width: 50%;
  height: 27rem;
}
.program-overview .overview-cube-wrap .item:nth-child(1) .cube__img {
  width: 100%;
  height: 100%;
  background: url("/renew/images/program/img_overview_cube_1.png") 50% 50% no-repeat;
  background-size: cover;
}
.program-overview .overview-cube-wrap .item:nth-child(4) .cube__img {
  width: 100%;
  height: 100%;
  background: url("/renew/images/program/img_overview_cube_2.png") 50% 50% no-repeat;
  background-size: cover;
}
.program-overview .overview-cube-wrap .item.info {
  display: flex;
  flex-direction: column-reverse;
  padding: 3.6rem 4rem;
}
.program-overview .overview-cube-wrap .item.info h3 {
  font-size: 4.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  line-height: 1;
}
.program-overview .overview-cube-wrap .item.info h3 span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.8rem;
}
.program-overview .overview-cube-wrap .item.info .desc {
  font-size: 2.4rem;
  font-weight: 700;
}
.program-overview .overview-cube-wrap .item.info .since {
  font-size: 2.4rem;
}
.program-overview .section-winner {
  padding: 12rem 0;
  background-color: var(--bg-default);
}
.program-overview .section-winner .section-winner__inner {
  margin-top: 3rem;
}
.program-overview .section-winner .section-winner__inner .item {
  width: calc(27rem + 5rem);
  padding: 0 2.8rem;
}
.program-overview .section-winner .section-winner__inner .item__inner {
  display: block;
  position: relative;
}
.program-overview .section-winner .section-winner__inner .item__inner .item__img {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.program-overview .section-winner .section-winner__inner .item__inner .item__text {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  color: var(--text-black);
}
.program-overview .section-winner .section-winner__inner .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 0 1rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.program-overview .section-winner .section-winner__inner .slide-overlay__title {
  font-size: 2rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.program-overview .section-winner .section-winner__inner .slide-overlay__text {
  font-size: 1.6rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.program-overview .section-winner .section-winner__inner .item:hover .slide-overlay,
.program-overview .section-winner .section-winner__inner .item:focus-within .slide-overlay {
  opacity: 1;
  /* pointer-events: auto; */
}
.program-overview .swiper-container {
  padding-bottom: 6rem;
}
.program-overview .slide-container-wrap .swiper-scrollbar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40rem;
  height: 0.3rem;
  margin: 0 auto;
  transform: translateX(-50%);
}
.program-overview .slide-container-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  height: 0.3rem;
  border-radius: 0.2rem;
  background: #313131;
}

.program-overview .journey-img {
  width: 100%;
  height: 100%;
  background: url("/renew/images/program/img_program_Journey.png") 50% 50% no-repeat;
  background-size: cover;
}
.program-overview .section-people .lay-wrap {
  margin-top: 3rem;
}

/* program-global-community */
.program-global-community .kv-default-wrap {
  background: url("/renew/images/program/img_global_community_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.program-global-community .box-column-wrap {
  margin-top: 12rem;
}
/* .program-global-community .g-bg-section {
  margin-top: 0.1rem;
} */
.program-global-community .section-img-wrap {
  width: 100%;
  max-width: 100rem;
  margin: 4rem auto 0;
}
.program-global-community .global-solution-content__inner {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.program-global-community .global-solution-content__inner .section-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 1rem;
  width: 40rem;
}
.program-global-community .global-solution-content__inner .section-text-wrap .title {
  font-size: 3.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.program-global-community .global-solution-content__inner .section-text-wrap .desc {
  font-size: 1.8rem;
}
.program-global-community .global-solution-content__inner .section-img-wrap {
  height: 45rem;
}
.program-global-community .global-solution-content__inner .section-img-wrap .item {
  width: 45rem;
  height: 40rem;
}
.program-global-community .global-solution-content__inner .section-img-wrap .swiper-pagination {
  bottom: 0;
}

/* program-solve-ambassadors */
.program-solve-ambassadors .kv-default-wrap {
  background: url("/renew/images/program/img_solve_ambassadors_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.program-solve-ambassadors .box-column-wrap,
.program-solve-ambassadors .box-items-wrap {
  margin-top: 12rem;
}
.program-solve-ambassadors .box-items-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4rem;
}
.program-solve-ambassadors .box-items-wrap .item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 33.4rem;
  height: 52rem;
  padding: 4rem 3rem;
  text-align: center;
  background-color: var(--text-white);
  border-radius: 2rem;
}
.program-solve-ambassadors .box-items-wrap .item .g-scale-img {
  flex-shrink: 0;
  width: 20rem;
  height: 20rem;
  margin: 0 auto;
  border-radius: 50%;
}
.program-solve-ambassadors .box-items-wrap .item .country {
  font-size: 1.6rem;
  font-weight: 700;
}
.program-solve-ambassadors .box-items-wrap .item .text {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.program-solve-ambassadors .box-items-wrap .item .text__title {
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.program-solve-ambassadors .box-items-wrap .item .text__desc {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.program-solve-ambassadors .box-ambassador-wrap {
  margin-top: 4rem;
}
.program-solve-ambassadors .box-ambassador-wrap .box-col-wrap {
  display: flex;
  gap: 2.4rem;
}
.program-solve-ambassadors .box-ambassador-wrap .box-col-wrap .item {
  width: 46.4rem;
}
.program-solve-ambassadors .box-ambassador-wrap .box-col-wrap .text {
  margin-top: 3rem;
  text-align: center;
}
.program-solve-ambassadors .box-ambassador-wrap .box-col-wrap .text h3 {
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}

/* program-education */
.program-education .kv-default-wrap {
  background: url("/renew/images/program/img_education_program_kv.png") 50% 50% no-repeat;
  background-size: cover;
}

/* program-innovation-campus */
.program-innovation-campus .kv-default-wrap {
  background: url("/renew/images/program/img_program_innovation_campus_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.program-innovation-campus .kv-default-wrap .kv-text .kv-text__title {
  width: 31.1rem;
}
.program-innovation-campus .flow-info {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
.program-innovation-campus .flow-info .flow-info__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.4rem;
  padding: 4rem 3rem;
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  text-align: center;
  border: 0.2rem solid var(--text-black);
  border-radius: 2rem;
}
.program-innovation-campus .flow-info .flow-info__item + .flow-info__item::before {
  content: '';
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8rem;
  height: 1.4rem;
  background: url("/renew/images/common/ico_arrow_bottom2.svg") 50% 50% no-repeat;
  background-size: 100%
}
/* .kor .giving-forward .box-default__img,
.giving-forward .box-default__img {
  height: 62.5rem;
} */
.slide-container-wrap.slide-half-type {
  height: 62.5rem;
}

/* program-sw-academy */
.program-sw-academy .kv-default-wrap {
  background: url("/renew/images/program/img_program_sw_academy_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.box-default__img .sw-info {
  display: flex;
  gap: 1rem;
}
.box-default__img .sw-info__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 35.5rem;
  height: 30rem;
  background-color: var(--bg-default);
  border-radius: 2rem;
}
.box-default__img .sw-info__box .sw-info__title {
  font-size: 6.2rem;
  font-family: 'SamsungSharpSansBd';
}
.box-default__img .sw-info__box .sw-info__title span {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 3.4rem;
  font-family: 'SamsungSharpSansBd';
}
.box-default__img .sw-info__box .sw-info__desc {
  min-height: 6.4rem;
  padding: 0 4rem;
  text-align: center;
}
.program-sw-academy .title-default__desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.program-sw-academy .title-default__desc dt {
  font-size: 2.2rem;
  font-weight: 700;
}
.program-sw-academy .title-default__desc dd {
  display: flex;
  align-items: center;
}
.program-sw-academy .title-default__desc dd::before {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 1rem;
  background-color: var(--text-black);
  border-radius: 50%;
}
.program-heemang .box-default__img,
.program-sw-academy .box-default__img {
  height: 45.8rem;
}

/* program-dreamclass */
.program-dreamclass .kv-default-wrap {
  background: url("/renew/images/program/img_program_dreamclass_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.program-dreamclass .giving-forward .box-default__img {
  height: 62.5rem;
}

/* program-heemang */
.program-heemang .kv-default-wrap {
  background: url("/renew/images/program/img_program_heemang_kv.png") 50% 50% no-repeat;
  background-size: cover;
}

/* program-blue-elephant */
.program-blue-elephant .kv-default-wrap {
  background: url("/renew/images/program/img_program_blue_elephant_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.elephant-s3-items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.elephant-s3-items .item {
  position: relative;
  width: calc(50% - 1rem);
  height: auto;
  padding: 4.6rem 1.6rem;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid rgba(80, 176, 222, 0.40);
  border-radius: 2rem;
  background-color: #F5F7FE;
}
.elephant-s3-items .item .title {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}

/* mobile *******************************************************/
@media screen and (max-width: 767px) {
  .program-overview .kv-default-wrap {
    background: url("/renew/images/program/img_program_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .program-overview .kv-default-wrap .kv-text__title {
    width: 23.2rem;
  }
  .program-overview .overview-cube-wrap {
    margin-top: 3rem;
    border-radius: 0;
  }
  .program-overview .overview-cube-wrap .item {
    height: 15rem;
  }
  .program-overview .overview-cube-wrap .item.info {
    padding: 1.4rem 1.6rem;
  }
  .program-overview .overview-cube-wrap .item.info h3 {
    font-size: 2.8rem;
  }
  .program-overview .overview-cube-wrap .item.info .desc {
    font-size: 1.4rem;
  }
  .program-overview .overview-cube-wrap .item.info .since {
    font-size: 1.2rem;
  }
  .program-overview .journey-img {
    height: 24.6rem;
  }
  .program-overview .section-winner .swiper {
    padding: 0vw 2.22222222vw 6rem 6.66666667vw;
  }
  .program-overview .section-winner .section-winner__inner .item {
    padding: 0 4.44444444vw 0 0;
  }
  .program-overview .slide-container-wrap .swiper-scrollbar {
    width: 32rem;
  }
  .program-overview .section-winner .section-winner__inner .item__inner .item__text {
    font-size: 1.8rem;
  }
  .program-global-community .kv-default-wrap {
    background: url("/renew/images/program/img_global_community_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .program-global-community .global-solution-content__inner .section-img-wrap {
    height: auto;
  }
  .program-global-community .global-solution-content__inner .section-img-wrap .swiper {
    padding: 0 2.22222222vw 6rem 6.66666667vw;
  }
  .program-global-community .global-solution-content__inner .section-img-wrap .item {
    width: 100%;
    height: auto;
    padding-right: 1.6rem;
    text-align: center;
  }
  .program-global-community .global-solution-content__inner .section-img-wrap .item .title {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
    font-weight: 700;
  }
  .program-global-community .global-solution-content__inner .section-img-wrap .item .desc {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .program-solve-ambassadors .kv-default-wrap {
    background: url("/renew/images/program/img_solve_ambassadors_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .program-solve-ambassadors .box-items-wrap {
    gap: 2rem;
    padding: 0 1.6rem;
  }
  .program-solve-ambassadors .box-items-wrap .item {
    width: 100%;
    height: auto;
    padding: 4rem 3rem;
  }
  .program-solve-ambassadors .box-items-wrap .item .text__title {
    font-size: 2.2rem;
  }
  .program-solve-ambassadors .box-ambassador-wrap {
    margin-top: 3rem;
    padding: 0 1.6rem;
  }
  .program-solve-ambassadors .box-ambassador-wrap .box-col-wrap {
    flex-direction: column;
  }
  .program-solve-ambassadors .box-ambassador-wrap .box-col-wrap .item {
    width: 100%;
  }
  .program-solve-ambassadors .box-ambassador-wrap .box-col-wrap .text {
    margin-top: 1.4rem;
  }
  .program-education .kv-default-wrap {
    background: url("/renew/images/program/img_education_program_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .program-innovation-campus .kv-default-wrap .kv-text .kv-text__title {
    width: 17rem;
  }
  .program-innovation-campus .kv-default-wrap {
    background: url("/renew/images/program/img_program_innovation_campus_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .program-sw-academy .kv-default-wrap {
    background: url("/renew/images/program/img_program_sw_academy_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .box-default__img .sw-info {
    flex-direction: column;
    align-items: center;
  }
  .box-default__img .sw-info__box {
    width: 100%;
    height: auto;
    padding: 3rem 2rem;
  }
  .box-default__img .sw-info__box .sw-info__title {
    font-size: 3.6rem;
  }
  .box-default__img .sw-info__box .sw-info__title span {
    font-size: 2.4rem;
  }
  .box-default__img .sw-info__box .sw-info__desc {
    padding: 0;
    min-height: auto;
  }
  .program-sw-academy .title-default__desc dt {
    font-size: 1.8rem;
  }
  .program-sw-academy .title-default__desc dd {
    display: block;
  }
  .program-sw-academy .title-default__desc dd::before {
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 0.7rem;
  }
  .kor .box-default__img {
    height: auto;
  }
  .program-dreamclass .kv-default-wrap {
    background: url("/renew/images/program/img_program_dreamclass_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .program-heemang .kv-default-wrap {
    background: url("/renew/images/program/img_program_heemang_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .program-blue-elephant .kv-default-wrap {
    background: url("/renew/images/program/img_program_blue_elephant_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }

  .slide-container-wrap.slide-half-type {
    height: auto;
  }
  .slide-container-wrap.slide-half-type .swiper {
    padding: 0 2.22222222vw 6rem 6.66666667vw;
  }
  .slide-container-wrap.slide-half-type .swiper .swiper-slide {
    padding-right: 1.6rem;
    text-align: center;
  }
  .slide-container-wrap.slide-half-type .swiper .swiper-slide .title {
    margin-top: 3.5rem;
    font-size: 1.6rem;
    font-family: 'SamsungSharpSansBd';
    font-weight: 700;
  }
  .slide-container-wrap.slide-half-type .swiper .swiper-slide .desc {
    margin-top: 2rem;
    padding: 0 0.7rem;
  }

  .program-heemang .box-default__img, .program-sw-academy .box-default__img {
    height: auto;
  }
  .elephant-s3-items {
    flex-direction: column;
    gap: 1rem;
  }
  .elephant-s3-items .item {
    width: 100%;
    padding: 3rem 2.4rem;
    font-size: 1.4rem;
  }
  .elephant-s3-items .item .title {
    font-size: 2rem;
  }
}