@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
section.renewal-visual {
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-animation: background-color 0.3s linear;
  position: relative;
}
section.renewal-visual .swiper-group-box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
section.renewal-visual .swiper-group-box .swiper-pagination {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  height: 28px;
  padding: 4px 12px;
  border-radius: 500px;
  font-size: 14px;
  gap: 4px;
  color: #fff;
}
@media (max-width: 767px) {
  section.renewal-visual .swiper-group-box .swiper-pagination {
    height: 24px;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
}
section.renewal-visual .swiper .item-wrap {
  height: 300px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.renewal-visual .swiper .item-wrap {
    aspect-ratio: 622/426;
    height: auto;
  }
}
section.renewal-visual .swiper .item-wrap img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

section.renewal-nav {
  padding: 40px 0 40px;
}
@media (max-width: 767px) {
  section.renewal-nav {
    padding: 20px 0;
  }
}
section.renewal-nav .nav-list {
  display: flex;
  gap: 18px;
}
@media (max-width: 767px) {
  section.renewal-nav .nav-list {
    display: grid;
    gap: 24px 6px;
    grid-template-columns: repeat(4, 1fr);
  }
}
section.renewal-nav .nav-list .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 12.5%;
}
@media (max-width: 767px) {
  section.renewal-nav .nav-list .nav-item {
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  section.renewal-nav .nav-list .nav-item .img-box {
    margin: 0 auto;
    width: 48px;
  }
}
section.renewal-nav .nav-list .nav-item .img-box img {
  max-width: 100%;
}
section.renewal-nav .nav-list .nav-item .txt-box {
  font-size: 16px;
  font-weight: 500;
  padding-top: 8px;
}
@media (max-width: 767px) {
  section.renewal-nav .nav-list .nav-item .txt-box {
    padding-top: 4px;
    font-size: 14px;
  }
}

section.renewal-list {
  padding: 40px 0 40px;
}
@media (max-width: 767px) {
  section.renewal-list {
    padding: 40px 0 0;
  }
}

section.renewal-social {
  background-color: #f2f3f7;
}
section.renewal-social .social-group-box {
  padding: 40px;
}
@media (max-width: 767px) {
  section.renewal-social .social-group-box {
    padding: 40px 0;
  }
}
section.renewal-social .social-header {
  display: flex;
  position: relative;
}
section.renewal-social .social-header .social-info-box {
  flex: 1;
  min-width: 0;
  padding-top: 20px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  section.renewal-social .social-header .social-info-box {
    padding: 0;
  }
}
section.renewal-social .social-header .social-info-box .label-box {
  padding-bottom: 20px;
  color: #00d44b;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.renewal-social .social-header .social-info-box .label-box {
    font-size: 16px;
    padding-bottom: 12px;
  }
}
section.renewal-social .social-header .social-info-box .subject-box {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  section.renewal-social .social-header .social-info-box .subject-box {
    font-size: 22px;
  }
}
section.renewal-social .social-header .social-info-box .con-box {
  padding-top: 20px;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 767px) {
  section.renewal-social .social-header .social-info-box .con-box {
    font-size: 14px;
    padding-top: 12px;
    letter-spacing: -0.02em;
  }
}
section.renewal-social .social-header .social-info-box .more-box {
  padding-top: 32px;
}
@media (max-width: 767px) {
  section.renewal-social .social-header .social-info-box .more-box {
    padding-top: 24px;
  }
}
section.renewal-social .social-header .social-info-box .more-box .more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section.renewal-social .social-header .social-info-box .more-box .more-btn .btn-txt {
  font-size: 14px;
  color: #666;
}
section.renewal-social .social-header .social-info-box .more-box .more-btn .ic.ic-more {
  background: url("../img/renewal/more_arrow.png") no-repeat center/cover;
  width: 18px;
  height: 18px;
}
section.renewal-social .social-header .social-img-box {
  display: inline-flex;
  position: absolute;
  right: 40px;
  top: 0;
  width: 420px;
}
@media (max-width: 767px) {
  section.renewal-social .social-header .social-img-box {
    right: 0;
    bottom: -20px;
    width: 120px;
  }
}
section.renewal-social .social-header .social-img-box img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  section.renewal-social .social-header .social-img-box img {
    object-fit: contain;
    object-position: bottom center;
  }
}
section.renewal-social .social-list-box {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  section.renewal-social .social-list-box {
    padding-bottom: 160px;
  }
}
section.renewal-social .social-list-box .swiper-group-box {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}
section.renewal-social .social-list-box .swiper-group-box .swiper {
  overflow: visible;
}
section.renewal-social .social-list-box .swiper-group-box .swiper-wrapper {
  transition-timing-function: linear;
}
section.renewal-social .social-list-box .swiper-group-box .swiper-wrapper .swiper-slide {
  width: 253px;
  height: auto;
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap {
  height: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.renewal-social .social-list-box .swiper-group-box .item-wrap {
    padding: 16px;
  }
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap:hover .hover-box {
  opacity: 1;
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap .hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear all;
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  section.renewal-social .social-list-box .swiper-group-box .item-wrap .hover-box {
    display: none;
  }
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap .hover-box .btn-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  background-color: #00d44b;
  border-radius: 100px;
  padding: 8px 20px;
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap .head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap .head-box .label-box {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.renewal-social .social-list-box .swiper-group-box .item-wrap .head-box .label-box {
    font-size: 16px;
  }
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap .head-box .num-box {
  font-size: 28px;
  color: #00d44b;
  font-weight: 700;
}
@media (max-width: 767px) {
  section.renewal-social .social-list-box .swiper-group-box .item-wrap .head-box .num-box {
    font-size: 22px;
  }
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap .body-box {
  padding-top: 12px;
}
@media (max-width: 767px) {
  section.renewal-social .social-list-box .swiper-group-box .item-wrap .body-box {
    padding-top: 8px;
  }
}
section.renewal-social .social-list-box .swiper-group-box .item-wrap .body-box .txt-box {
  font-size: 14px;
  line-height: 160%;
  color: #666;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  section.renewal-social .social-list-box .swiper-group-box .item-wrap .body-box .txt-box {
    font-size: 12px;
  }
}

section.renewal-with {
  padding: 30px 0 30px;
}
section.renewal-with .swiper-group-box .swiper {
  overflow: visible;
}
section.renewal-with .swiper-group-box .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
}
section.renewal-with .swiper-group-box .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}

/*# sourceMappingURL=renewal.css.map */
