@charset "utf-8";

/* our-approach *********************************************************************************/
.our-approach .kv-default-wrap {
  background: url("/renew/images/our_vision/img_our_approach_kv.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.our-approach .line-space {
  width: 0.1rem;
  height: 12rem;
  margin: 0 auto;
  background-color: var(--text-black);
}
.our-approach .info-box {
  margin-top: 4rem;
}
.our-approach .info-box__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 15rem;
  text-align: center;
}
.our-approach .info-box__inner .info-box__text1 {
  font-size: 2.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.our-approach .info-box__inner .info-box__text2 {
  margin-top: 2rem;
  font-size: 1.8rem;
}
.our-approach .section-world .info-box__inner {
  position: relative;
  width: 110rem;
  height: 28rem;
  color: var(--text-white);
  background: url("/renew/images/our_vision/bg_better_world.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.our-approach .section-world .info-box__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #0818A3;
  z-index: -1;
}
.our-approach .section-citizenship .info-box__inner {
  position: relative;
  width: 110rem;
  height: 24rem;
  color: var(--text-white);
  border-radius: 2rem;
  background: url("/renew/images/our_vision/bg_global_citizenship.png") 50% 50% no-repeat;
  background-size: cover;
}
.our-approach .section-citizenship .info-box__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #809EC6;
  z-index: -1;
}
/*  */
.g-child-img.fade-container {
  position: relative;
  width: 50rem;
  height: 44rem;
}
.g-child-img.fade-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fade 6s infinite;
}
.g-child-img.fade-container img:nth-child(1) {
  animation-delay: 0s;
}
.g-child-img.fade-container img:nth-child(2) {
  animation-delay: 3s;
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/* our history */
@media screen and (min-width: 768px) {
  .our-approach .half-teaser-list {
    max-width: 110rem;
  }
  .our-approach .half-teaser-list .half-teaser-list__content .half-teaser-list__image-wrap {
    width: 50rem;
    height: auto;
  }
  .our-approach .half-teaser-list .half-teaser-list__content .half-teaser-list__item {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 52rem;
  }
  .our-approach .half-teaser-list .half-teaser-list__title {
    padding-left: 0;
  }
  .our-approach .half-teaser-list .half-teaser-list__item--active .half-teaser-list__text .half-teaser-list__text-inner {
    padding-top: 0;
  }
  .our-approach .half-teaser-list .half-teaser-list__button, 
  .our-approach .half-teaser-list .half-teaser-list__desc {
    margin-left: -3rem;
  }
  .our-approach .half-teaser-list .half-teaser-list__text:after {
    width: 89%;
  }
}

/* section-Together */
.our-approach .section-together .csr-vision {
  margin-top: 4rem;
  text-align: center;
}
.our-approach .section-together .csr-vision .item-box-top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.our-approach .section-together .csr-vision .item-box-top__inner {
  display: inline-flex;
  justify-content: center;
  align-items:flex-start;
  gap: 2.5rem;
  margin: 0 auto;
}
.our-approach .section-together .csr-vision .item-box-top__inner .item-box-top__item {
  position: relative;
  width: 32rem;
  height: 28rem;
  padding-top: 22rem;
}
.our-approach .section-together .csr-vision .item-box-top__inner .item-box-top__item h3 {
  font-size: 2.4rem;
  text-align: center;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  white-space : nowrap;
}
.our-approach .section-together .csr-vision .item-box-top__inner .item-box-top__item:nth-child(1) {
  background: url("/renew/images/our_vision/img_together_1.png") 50% 0 no-repeat;
  background-size: 32rem auto;
}
.our-approach .section-together .csr-vision .item-box-top__inner .item-box-top__item:nth-child(2) {
  background: url("/renew/images/our_vision/img_together_2.png") 50% 0 no-repeat;
  background-size: 32rem auto;
}
.our-approach .section-together .csr-vision .item-box-top__inner .item-box-top__item:nth-child(3) {
  background: url("/renew/images/our_vision/img_together_3.png") 50% 0 no-repeat;
  background-size: 32rem auto;
}
.our-approach .section-together .csr-vision .item-box-middle {
  position: relative;
  width: 70rem;
  margin: 0 auto;
}

.our-approach .section-together .csr-vision .item-box-middle .item-box-middle__title {
  font-size: 4.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.our-approach .section-together .csr-vision .item-box-middle .item-box-middle__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7rem;
  width: 34rem;
  margin: 12rem auto;
}
.our-approach .section-together .csr-vision .item-box-middle .item-box-middle__logo::before {
  content: "";
  width: 0.1rem;
  height: 12rem;
  margin: 0 auto;
  background-color: var(--text-black);
}
.our-approach .section-together .csr-vision .item-box-middle .item-box-middle__logo::after {
  content: "";
  width: 0.1rem;
  height: 12rem;
  margin: 0 auto;
  background-color: var(--text-black);
}

.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__wrap {
  display: flex;
  justify-content: center;
  gap: 3.4rem;
  width: 104rem;
  margin: 0 auto;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__box {
  display: inline-flex;
  width: 50rem;
  height: 25rem;
  padding: 4rem 4rem 0 4rem;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  flex-shrink: 0;
  border-radius: 2rem;
  background: var(--bg-default) url("/renew/images/common/ico_arrow_bottom.png") 50% calc(100% - 3rem) no-repeat;
  background-size: 2.2rem auto;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__inner .item-box-bottom__info {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__inner.active .item-box-bottom__info {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__title {
  display: flex;
  align-items: center;
  height: 7.4rem;
  padding-left: 10.4rem;
  text-align: left;
  font-size: 2.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__title.left {
  width: 38rem;
  padding-top: 0.5rem;
  background: url("/renew/images/our_vision/ico_together_1.svg") 0 50% no-repeat;
  background-size: 7.4rem auto;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__title.right {
  background: url("/renew/images/our_vision/ico_together_2.svg") 0 50% no-repeat;
  background-size: 7.4rem auto;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__desc {
  font-size: 1.8rem;
}
.our-approach .section-together .csr-vision .item-box-bottom .thumb-category {
  position: relative;
  margin-top: 2rem;
  padding-left: 3rem;
  color: #1428A0;
  font-size: 1.8rem;
  text-align: left;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.our-approach .section-together .csr-vision .item-box-bottom .right .thumb-category {
  color: #00B1E5;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  margin: 0 3rem;
  padding: 1.6rem 4.4rem;
  text-align: left;
  border: 0.4rem solid #F7F7F7;
  border-radius: 2rem;
}
.our-approach .section-together .csr-vision .item-box-bottom a.item-box-bottom__thumb {
  background: url("/renew/images/common/ico_arrow_link_right.svg") 90% center no-repeat;
  background-size: 0.7rem auto;
}
.our-approach .section-together .csr-vision .item-box-bottom a.item-box-bottom__thumb:hover {
  border: 0.4rem solid rgba(20, 40, 160, 0.20);
}
.our-approach .section-together .csr-vision .item-box-bottom .right a.item-box-bottom__thumb:hover {
  border: 0.4rem solid rgba(47, 183, 229, 0.20);
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb.item3 {
  padding: 3rem 4.4rem;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb .thumb-title {
  font-size: 2rem;
  opacity: 0.7;
}
.our-approach .section-together .csr-vision .item-box-bottom a.item-box-bottom__thumb:hover .thumb-title {
  font-family: 'SamsungOne', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  opacity: 1;
}
.our-approach .section-together .csr-vision .item-box-bottom .right a.item-box-bottom__thumb:hover .thumb-title {
  opacity: 0.7;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb .thumb-desc {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  font-size: 1.6rem;
}
.our-approach .item-box-bottom__support,
.our-approach .item-box-bottom__program {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.our-approach .active .item-box-bottom__support,
.our-approach .active .item-box-bottom__program {
  visibility: visible;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.our-approach .section-together .csr-vision .item-box-bottom .item-desc {
  width: 98rem;
  min-height: 5.5rem;
  margin: 3.2rem auto 0;
  padding: 1.6rem 2.4rem;
  color: #4D4D4D;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: 2rem;
  background: #F5F5F5;
}

/* global-impact *********************************************************************************/
.global-impact .kv-default-wrap {
  background: url("/renew/images/our_vision/img_global_impact_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.global-impact a.country-link:hover {
  color: #1428a0;
  text-decoration: underline;
}
.global-impact .section-commitment .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.4rem;
}
.global-impact .section-commitment .items .item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex-shrink: 0;
  width: 70.8rem;
  height: 34rem;
  padding: 4.6rem 6rem;
  background-color: var(--bg-default);
}
.global-impact .section-commitment .items .item span {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 1.8rem;
}
.global-impact .section-commitment .items.type-ko .item {
  height: 30rem;
}
.global-impact .section-commitment .items .item .info-data {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 9rem;
  padding-left: 11.8rem;
  font-size: 4.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.global-impact .section-commitment .items .item:nth-child(1) .info-data {
  background: url("/renew/images/our_vision/ico_commitment_1.svg") 0 50% no-repeat;
  background-size: 9rem auto;
}
.global-impact .section-commitment .items .item:nth-child(2) .info-data {
  background: url("/renew/images/our_vision/ico_commitment_2.svg") 0 50% no-repeat;
  background-size: 9rem auto;
}
.global-impact .section-commitment .items .item:nth-child(3) .info-data {
  background: url("/renew/images/our_vision/ico_commitment_3.svg") 0 50% no-repeat;
  background-size: 9rem auto;
}
.global-impact .section-commitment .items .item:nth-child(4) .info-data {
  background: url("/renew/images/our_vision/ico_commitment_4.svg") 0 50% no-repeat;
  background-size: 9rem auto;
}
.global-impact .section-commitment .items .item .info-title {
  min-height: 7rem;
  font-size: 2.6rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.global-impact .section-commitment .items.type-ko .item .info-title {
  min-height: auto;
}
.global-impact .section-commitment .items .item .info-desc {
  font-size: 1.8rem;
}
.global-impact .section-commitment .items .item .title {
  font-size: 2.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}

.global-impact .globe-wrap {
  position: relative;
  margin-top: 4rem;
  padding: 0 14rem;
}
.global-impact .globe-wrap__inner {
  display: flex;
  justify-content: space-between;
}
.global-impact .globe-data {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.global-impact .globe-country-name {
  font-size: 3.8rem;
  font-family: 'SamsungSharpSansBd','SamsungOneKorean',arial,sans-serif;
  font-weight: 700;
}
.global-impact .globe-scroll-wrap {
  position: relative;
  height: 62rem;
  overflow-y: auto;
  border: 1px solid transparent;
}
.global-impact .globe-data-item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.global-impact .info-title {
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.global-impact .globe-bottom-info .info-title,
.global-impact .globe-top-info .info-title {
  margin: 3rem 0 2rem;
  padding-top: 3rem;
  border-top: 0.1rem solid #ddd;
}
.global-impact .info-title.kor {
  font-family: "SamsungOneKorean";
  font-weight: 700;
}
.global-impact .bottom-info-list,
.global-impact .top-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.global-impact .globe-info-list .country-link {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 1.8rem;
  font-family: inherit;
}
.global-impact .globe-info-list a.country-link .country-name {
  display: inline-block;
  padding-right: 2rem;
  background: url("/renew/images/common/ico_arrow_learnmore.png") 100% 50% no-repeat;
}
.global-impact .globe-info-list .country-flag {
  display: inline-block;
  width: 9.6rem;
  height: 6rem;
}
.global-impact .globe-info-list .id-005 {
  font-family: "SamsungOne", "SamsungOneKorean";
}
.global-impact .globe-info-list {
  margin-top: 2rem;
}
.global-impact .globe-data-item .globe-data-label {
  font-size: 1.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.global-impact .globe-data-item .globe_data_value {
  font-size: 2.6rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.global-impact .globe-wrap__inner .globe-wrap__info {
  width: 42.2rem;
}
.global-impact .globe-wrap__inner .globe-wrap__info .scroll-content {
  padding-right: 2rem;
}
.global-impact .globe-wrap__inner .globe-wrap__map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68rem;
  height: 68rem;
  border-radius: 2rem;
  background-color: #B5B9C5;
}
.global-impact .globe-wrap__inner .globe-wrap__map img {
  width: 51.6rem;
  height: 51.6rem;
}
.global-impact .globe-wrap__inner .globe-wrap__map canvas {
  width: 100%;
  max-width: 51.6rem;
  height: 100%;
  max-height: 51.6rem;
}
.global-impact .globe-wrap .globe-button {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
}
.global-impact .globe-wrap .globe-button.prev {
  left: 5rem;
  background: url("/renew/images/common/ico_swiper_prev.svg") 50% 50% no-repeat;
  background-size: 4rem auto;
}
.global-impact .globe-wrap .globe-button.next {
  right: 5rem;
  background: url("/renew/images/common/ico_swiper_next.svg") 50% 50% no-repeat;
  background-size: 4rem auto;
}
.global-impact .globe-wrap .globe-button.prev:hover,
.global-impact .globe-wrap .globe-button.next:hover {
  opacity: 0.7;
}
.global-impact .report-wrap {
  margin-top: 4rem;
}
.global-impact .report-wrap .report-wrap__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.global-impact .report-wrap .report-wrap__inner .card-primary-item {
  flex-shrink: 0;
  width: 46.4rem;
  border-radius: 2rem;
  background-color: var(--bg-default);
}
.global-impact .report-wrap .report-wrap__inner .card-secondary-item {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
}
.global-impact .report-wrap .report-wrap__inner .item__box {
  width: 46.4rem;
  height: 20rem;
  padding: 4rem 4rem 0;
  border-radius: 2rem;
  background-color: var(--bg-default);
}
.global-impact .report-wrap .report-wrap__inner .item__box .title {
  position: relative;
  width: 70%;
  margin-bottom: 4.8rem;
  padding: 1.2rem 0;
  font-size: 3.8rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  background-image: url("/renew/images/our_vision/bg_report_text.png");
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-top: 0.3rem solid #333;
}
.global-impact .report-wrap .report-wrap__inner .item__box .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: url("/renew/images/our_vision/bg_report_text.png") 0 100%;
}
.global-impact .report-wrap .report-wrap__inner .item__box .file-name {
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.global-impact .report-wrap .report-wrap__inner .item__box .file-size {
  margin-top: 1.4rem;
  font-size: 1.4rem;
}
.global-impact .report-wrap .report-wrap__inner .item__box .file-download {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
.global-impact .report-wrap .report-wrap__inner .item__box .file-download .download {
  padding-right: 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  background: url("/renew/images/common/ico_arrow_down.png") 100% 50% no-repeat;
  cursor: pointer;
}
.global-impact .report-wrap .report-wrap__inner .item__box .file-download .download:hover {
  color: #555;
}
.global-impact .section-achieve .items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.global-impact .section-achieve .items .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 4rem 4rem;
  font-size: 2rem;
  border-radius: 2rem;
}
.global-impact .section-achieve .items .item.type1 {
  border: 0.4rem solid rgba(80, 176, 222, 0.20);
}
.global-impact .section-achieve .items .item.type2 {
  border: 0.4rem solid rgba(80, 176, 222, 0.40);
}
.global-impact .section-achieve .items .item.type3 {
  border: 0.4rem solid rgba(80, 176, 222, 0.60);
}
.global-impact .section-achieve .items .item .info-1 {
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.global-impact .section-achieve .items .item .info-2 {
  display: flex;
  align-items: center;
}
.global-impact .section-achieve .items .item .info-2::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.8rem;
  margin-right: 4rem;
  background-color: #aaa;
}

/* mobile *******************************************************/
@media screen and (max-width: 767px) {
  .our-approach .kv-default-wrap {
    background: url("/renew/images/our_vision/img_approach_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .our-approach .section-world .info-box__inner {
    width: 100%;
    height: 28rem;
    padding: 0 3rem;
    background: url("/renew/images/our_vision/bg_better_world_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .our-approach .info-box__inner .info-box__text1 {
    font-size: 1.8rem;
  }
  .our-approach .info-box__inner .info-box__text2 {
    font-size: 1.4rem;
  }
  .our-approach .line-space {
    height: 8rem;
  }
  .our-approach .section-citizenship .info-box__inner {
    width: 100%;
    height: 28rem;
    padding: 0 3rem;
    background: url("/renew/images/our_vision/bg_global_citizenship_mo.png") 50% 50% no-repeat;
    background-size: cover;
    border-radius: 0;
  }
  .our-approach .section-together .csr-vision .item-box-top__inner {
    gap: 0.6rem;
  }
  .our-approach .section-together .csr-vision .item-box-top__inner .item-box-top__item {
    width: 11.8rem;
    height: auto;
    padding-top: 8rem;
    background-size: 100% auto !important;
  }
  .our-approach .section-together .csr-vision .item-box-top__inner .item-box-top__item h3 {
    font-size: 1.4rem;
    word-break: keep-all;
  }
  .our-approach .section-together .csr-vision .item-box-middle {
    width: 100%;
  }
  .our-approach .section-together .csr-vision .item-box-middle .item-box-middle__logo img {
    width: 20rem;
    margin: 0 auto;
  }
  .our-approach .section-together .csr-vision .item-box-middle .item-box-middle__logo::before,
  .our-approach .section-together .csr-vision .item-box-middle .item-box-middle__logo::after {
    height: 6rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom {
    padding: 0 1.6rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__wrap {
    width: 100%;
    gap: 0.6rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__inner {
    gap: 1.6rem;
    width: 50%;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__box {
    width: 100%;
    height: 30rem;
    padding: 3rem 1.6rem;
  }
  .our-approach .section-together.en .csr-vision .item-box-bottom .item-box-bottom__box {
    height: 37rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__title {
    justify-content: center;
    width: 100%;
    height: auto;
    padding-top: 8rem !important;
    padding-left: 0;
    font-size: 1.6rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__title.left {
    width: 100%;
    text-align: center;
    background: url(/renew/images/our_vision/ico_together_1.svg) 50% 0 no-repeat;
    background-size: 5rem auto;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__title.right {
    width: 100%;
    text-align: center;
    background: url(/renew/images/our_vision/ico_together_2.svg) 50% 0 no-repeat;
    background-size: 5rem auto;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__desc {
    font-size: 1.4rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb {
    justify-content: center;
    margin: 0;
    padding: 2rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb.item3 {
    padding: 2rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb .thumb-title {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-box-bottom__thumb .thumb-desc {
    font-size: 1.4rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .thumb-category {
    margin-top: 0;
    padding: 0 4rem;
    font-size: 1.4rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .thumb-category::before, .our-approach .section-together .csr-vision .item-box-bottom .thumb-category::after {
    width: 4rem;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .thumb-category::before {
    left: 0;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .thumb-category::after {
    right: 0;
  }
  .our-approach .section-together .csr-vision .item-box-bottom .item-desc {
    width: 100%;
    margin: 2rem auto 0;
  }

  /* global-impact */
  .global-impact .kv-default-wrap {
    background: url("/renew/images/our_vision/img_global_impact_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .global-impact .globe-wrap {
    margin-top: 3rem;
    padding: 0 1.6rem;
  }

  .global-impact .globe-wrap__inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    padding: 5rem 1.6rem;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
  }
  .global-impact .globe-wrap__inner.active {
    display: block;
  }
  .global-impact .globe-wrap__inner .g-btn-local-close {
    top: 6rem;
    right: 2.6rem;
  }
  .global-impact .globe-wrap__inner .globe-wrap__info {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 3.2rem);
    height: calc(100vh - 10rem);
    padding: 2rem 1.6rem;
    border-radius: 2rem;
    background-color: var(--text-white);
    overflow-y: scroll;
  }
  .global-impact .globe-data {
    margin-top: 2rem;
  }
  .global-impact .info-title {
    margin: 2rem 0;
    padding-top: 2rem;
    font-size: 2rem;
  }
  .global-impact .globe-country-name {
    font-size: 2.6rem;
  }
  .global-impact .globe-data-item .globe-data-label {
    font-size: 1.6rem;
  }
  .global-impact .globe-data-item .globe_data_value {
    font-size: 2.2rem;
  }
  .global-impact .globe-info-list .country-flag {
    width: 6rem;
    height: 3.8rem;
  }
  .global-impact .globe-info-list .country-link {
    font-size: 1.6rem;
  }

  /*  */
  .global-impact .globe-wrap__inner-mo {
    flex-direction: column;
    position: relative;
    padding: 0 1.6rem;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__info-mo {
    width: 100%;
    padding: 3rem 1.6rem;
    text-align: center;
    background-color: var(--bg-default);
    border-radius: 2rem;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__info-mo .info-box__title {
    font-size: 2.6rem;
    font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
    font-weight: 700;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__info-mo .info-box__value {
    display: flex;
    justify-content: space-around;
    margin-top: 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__info-mo .beneficiaries-value,
  .global-impact .globe-wrap__inner-mo .globe-wrap__info-mo .contries-value {
    font-size: 2.2rem;
    font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
    font-weight: 700;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__map {
    width: 100%;
    height: auto;
    margin-top: 3rem;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__map .map-area {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__map .map-area__item {
    width: 100%;
  }
  .global-impact .globe-wrap__inner-mo .globe-wrap__map .map-area__name {
    width: 100%;
    height: 5.6rem;
    padding: 0 2.4rem 0 2.8rem;
    text-align: left;
    font-size: 2rem;
    font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
    font-weight: 700;
    border: 1px solid var(--text-black);
    border-radius: 2.8rem;
    background: url("/renew/images/common/ico_plus_lg.svg") 92% 50% no-repeat;
    background-size: 2.6rem auto;
  }
  .global-impact .report-wrap {
    margin-top: 3rem;
    padding: 0 1.6rem;
  }
  .global-impact .report-wrap .report-wrap__inner {
    flex-direction: column;
    gap: 1rem;
  }
  .global-impact .report-wrap .report-wrap__inner .card-primary-item {
    width: 100%;
  }
  .global-impact .report-wrap .report-wrap__inner .item__box {
    width: 100%;
    height: auto;
    padding: 3rem 1.6rem;
  }
  .global-impact .report-wrap .report-wrap__inner .item__box .title {
    width: 60%;
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }
  .global-impact .report-wrap .report-wrap__inner .item__box .file-download {
    margin-top: 2.4rem;
  }
  .global-impact .report-wrap .report-wrap__inner .card-secondary-item {
    flex-direction: column;
    gap: 1rem;
  }
  .global-impact .section-commitment .items {
    gap: 1rem;
    padding: 0 1.6rem;
  }
  .global-impact .section-commitment .items .item {
    width: 100%;
    height: auto;
    padding: 3rem 2.4rem;
  }
  .global-impact .section-commitment .items .item .info-data {
    height: 6rem;
    padding-left: 8rem;
    font-size: 3.2rem;
    line-height: 1;
    background-size: 6rem 6rem !important;
  }
  .global-impact .section-commitment .items .item .info-title {
    font-size: 1.6rem;
  }
  .global-impact .section-commitment .items .item .info-desc {
    font-size: 1.4rem;
  }

  .global-impact .section-achieve .items {
    gap: 1rem;
    padding: 0 1.6rem;
  }
  .global-impact .section-achieve .items .item {
    flex-direction: column;
    justify-content: center;
    gap: 1.4rem;
    padding: 3rem 2rem;
    font-size: 1.6rem;;
  }
  .global-impact .section-achieve .items .item .info-2::before {
    display: none;
  }
  .global-impact .section-commitment .items .item span {
    margin-bottom: 1rem;
  }

}