@charset "utf-8";

/* story-innovators *********************************************************************************/
.story-innovators .kv-default-wrap {
  background: url("/renew/images/story/img_story_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.story-innovators .section-story-list {
  margin-top: 5rem;
}
.story-innovators .section-solution .solution-img-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 4rem;
}
.story-innovators .section-solution .solution-img-wrap .solution-img-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: 24rem;
}
.story-innovators .section-solution .title-slide {
  position: relative;
  padding: 5rem 0 0 6rem;
  text-align: left;
}
.story-innovators .section-solution .title-slide .accordion {
  margin: 4rem 0;
}
.story-innovators .section-solution .title-slide .item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.story-innovators .section-solution .title-slide .item .title {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 2.6rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid var(--text-black);
  cursor: pointer;
}
.story-innovators .section-solution .title-slide .item .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  transform: translateY(-50%) rotate(0);
  transform-origin: center;
  background: url("/renew/images/common/ico_arrow_bottom.png") 0 50% no-repeat;
  background-size: 2.2rem auto;
  transition: all 0.3s ease-in-out;
}
.story-innovators .section-solution .title-slide .item.active .title::after {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}
.story-innovators .section-solution .title-slide .item .desc {
  height: 0;
  padding: 0 3rem;
  opacity: 0;
  font-size: 1.8rem;
  transition: all 0.3s ease-in-out;
  background-color: var(--bg-slide-desc);
  line-height: 1.5;
  overflow: hidden;
}
.story-innovators .section-solution .title-slide .item.active .desc {
  height: auto;
  padding: 3rem;
  opacity: 1;
}
.story-innovators .g-search-wrap {
  margin-top: 3.4rem;
}
.story-innovators .g-tag-wrap {
  max-width: 85rem;
  margin: 3.4rem auto 0;
}
.story-innovators .filter-list {
  margin-top: 2.4rem;
}

/* Employee Volunteering and Giving ***************************************/
.story-employee .kv-default-wrap {
  background: url("/renew/images/story/img_employee_kv.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.story-employee .box-column-wrap {
  margin-top: 4rem;
}
.story-employee .box-column-wrap .box-col2__img {
  height: 45.5rem;
}
.story-employee .box-column-wrap .box-column__text{
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 4rem 3rem;
  background-color: var(--text-white);
}
.story-employee .box-column-wrap .box-column__text-title {
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.story-employee .box-column-wrap .box-column__text-desc {
  font-size: 1.6rem;
}
.story-employee .box-column-wrap .box-col2-wrap + .box-col3-wrap {
  margin-top: 3.4rem;
}
.story-employee .box-column-wrap .box-col3-wrap .box-column .box-column__text {
  height: 30rem;
}
.story-employee .box-column-wrap .box-col3__img {
  height: 30rem;
}
.story-employee .box-column-wrap .box-column__text-country {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 1.8rem;
}
.story-employee .matching-fund-giving {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  width: 100%;
  margin-top: 4rem;
}
.story-employee .matching-fund-giving>div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 12rem;
  padding: 0 3rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 2rem;
}
.story-employee .matching-fund-giving .type1,
.story-employee .matching-fund-giving .type2 {
  background-color: var(--bg-blue-1);
}
.story-employee .matching-fund-giving .type2::before,
.story-employee .matching-fund-giving .type3::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.story-employee .matching-fund-giving .type2::before {
  left: -4rem;
  width: 3rem;
  height: 3rem;
  background: url("/renew/images/story/ico_plus.png") 50% 50% no-repeat;
  background-size: 3rem auto;
}
.story-employee .matching-fund-giving .type3::before {
  left: -4rem;
  width: 3rem;
  height: 1.9rem;
  background: url("/renew/images/story/ico_equal.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
.story-employee .matching-fund-giving .type3 {
  padding: 1rem;
  background: linear-gradient(to right, #0E4194, #99DEF2);
}
.story-employee .matching-fund-giving .type3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--text-white);
  border-radius: 1rem;
}

/* Relief Efforts ***********************************************/
.story-relief-efforts .kv-default-wrap {
  background: url("/renew/images/story/img_relief_efforts_kv.png") 50% 50% no-repeat;
  background-size: cover;
}
.story-relief-efforts .box-column-wrap {
  margin-top: 4rem;
}
.story-relief-efforts .box-column-wrap .box-col2-wrap {
  margin-top: 4rem;
}
.story-relief-efforts .box-column-wrap .box-col2__img {
  height: 45rem;
}
.story-relief-efforts .box-column-wrap .box-column__text {
  margin-top: 3rem;
  text-align: center;
}
.story-relief-efforts .box-col2__text-box {
  display: flex;
  flex-direction: column; 
  gap: 1.6rem;
  height: 22.4rem;
  padding: 4rem 3rem;
  background-color: var(--bg-default);
}
.story-relief-efforts .box-col2__text-box .title-default__title {
  font-size: 2.4rem;
  font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
  font-weight: 700;
}
.story-relief-efforts .box-col2__text-box .title-default__desc {
  font-size: 1.6rem;
}


/* mobile *******************************************************/
@media screen and (max-width: 767px) {
  .story-innovators .kv-default-wrap {
    background: url("/renew/images/story/img_story_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .story-innovators .kv-default-wrap .kv-text {
    color: var(--text-black);
  }
  .story-innovators .section-story-list {
    margin-top: 2.5rem;
  }
  .story-innovators .section-solution .solution-img-wrap {
    gap: 0.8rem;
    margin-top: 3rem;
  }
  .story-innovators .section-solution .solution-img-wrap .solution-img-bottom {
    gap: 0.8rem;
    height: auto;
  }
  .story-innovators .g-tag-wrap {
    margin: 2.4rem auto 0;
  }
  .story-innovators .section-solution .title-slide {
    padding: 0;
  }
  .story-innovators .section-solution .title-slide .item .title {
    font-size: 2rem;
  }
  .story-innovators .section-solution .title-slide .item .desc {
    font-size: 1.6rem;
  }
  
  /* story employee */
  .story-employee .kv-default-wrap {
    background: url(/renew/images/story/img_employee_kv_mo.png) 50% 50% no-repeat;
    background-size: cover;
  }
  .story-employee .box-column-wrap .box-col2__img {
    height: auto;
  }
  .story-employee .box-column-wrap .box-column__text {
    padding: 3rem 1.6rem;
  }
  .story-employee .box-column-wrap .box-column__text-title {
    font-size: 2.2rem;
  }
  .story-employee .box-column-wrap .box-column__text-desc {
    font-size: 1.4rem;
  }
  .story-employee .box-column-wrap .box-col2-wrap + .box-col3-wrap {
    margin-top: 3rem;
  }
  .story-employee .box-column-wrap .box-col3-wrap .box-column .box-column__text {
    height: auto;
  }
  .story-employee .box-column-wrap .box-col3__img {
    height: auto;
  }
  .story-employee .matching-fund-giving {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .story-employee .matching-fund-giving>div {
    width: 42%;
    font-size: 1.4rem;
  }
  .story-employee .matching-fund-giving .type2::before {
    left: -1.7rem;
    width: 1.4rem;
    height: 1.4rem;
    background-size: 1.4rem auto;
  }
  .story-employee .matching-fund-giving .type3 {
    width: 90%;
    height: 7rem;
    padding: 0.6rem;
    font-size: 1.8rem;
    font-family: 'SamsungSharpSansBd', "SamsungOneKorean", arial, sans-serif;
    font-weight: 700;
    border-radius: 1rem;
  }
  .story-employee .matching-fund-giving .type3::before {
    top: -25%;
    left: 48.2%;
    width: 1.4rem;
    height: 0.8rem;
    transform: rotate(90deg);
  }
  .story-employee .matching-fund-giving .type3 span {
    border-radius: 0.8rem;
  }

  /* story relief efforts */
  .story-relief-efforts .kv-default-wrap {
    background: url("/renew/images/story/img_relief_efforts_kv_mo.png") 50% 50% no-repeat;
    background-size: cover;
  }
  .story-relief-efforts .box-column-wrap .box-col2__img {
    height: auto;
  }
  .story-relief-efforts .box-column-wrap .box-column__text {
    margin: 1.6rem 0;
  }

}