.bonus{
  padding: 2rem 10%;
  background-color: #fff;
}
.bonus-container{
  width: 100%;
  margin-top: calc(52rem / 40);
}
.bonus-list{
  display: flex;
  flex-wrap: wrap;
}
.bonus-item{
  position: relative;
  width: calc(100% / 6);
  cursor: pointer;
  margin-top: calc(4rem / 40);
}
.bonus-item-wrap{
  position: relative;
  width: 100%;
  padding: 0.8rem 0.6rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s all;
}
.bonus-item:hover .bonus-item-wrap {
  background: #FFFFFF;
  box-shadow: 0px 0px 0.7rem 0px rgba(118,112,112,0.24);
  transform: translateY(-0.5rem);
  border-radius: 0.5rem;
}
.bonus-item:hover .bonus-item-desc {
  visibility: visible;
}
.bonus-item:hover .bonus-item-title {
  font-size: 0.6rem;
}
.bonus-item:nth-child(-n+5)::after, .bonus-item:nth-child(n+13):nth-child(-n+16):after {
  content: '';
  position: absolute;
  left: 100%;
  top: 2rem;
  transform: translateX(-50%);
  width: 48%;
  height: 0.25rem;
  background-image: url(./../img/joins/line_pic1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.bonus-item:nth-child(n+7):nth-child(-n+11)::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 2rem;
  transform: translateX(-50%) rotate(180deg);
  width: 48%;
  height: 0.25rem;
  background-image: url(./../img/joins/line_pic1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.bonus-item:nth-child(6)::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2rem;
  transform: translateY(-0.125rem);
  width: calc(52rem / 40);
  height: calc(302rem / 40);
  background-image: url(./../img/joins/line_pic3.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.bonus-item:nth-child(7)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2rem;
  transform: translateY(-0.125rem);
  width: calc(52rem / 40);
  height: calc(302rem / 40);
  background-image: url(./../img/joins/line_pic2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.bonus-item-box{
  width: calc(100rem / 40);
}
.bonus-item-image{
  width: 100%;
}
.bonus-item-title{
  margin-top: 0.4rem;
  margin-bottom: 0.25rem;
  font-size: 0.5rem;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 0.8rem;
  transition: 0.3s all;
}
.bonus-item-desc{
  width: 100%;
  font-size: 0.45rem;
  color: #4D4D4D;
  line-height: 0.7rem;
  height: 1.4rem;
  text-align: center;
  visibility: hidden;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.banner{
  padding: 2rem 0;
  background: #F6F6F6;
}
.banner-desc{
  width: calc(860rem / 40);
  max-width: 100%;
  font-size: 0.45rem;
  color: #4D4D4D;
  line-height: 1rem;
  margin: 0.8rem auto 0;
  text-align: center;
}
.banner-swiper{
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.banner-swiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s all;
}
.banner-swiper .swiper-pagination-bullet-active{
  width: 0.8rem;
  height: 0.5rem;
  border-radius: initial;
  background-image: url(./../img/about/swiper_icon.png);
  background-repeat: no-repeat;
  background-size: contain; 
  background-color: initial;
}
.swiper-slide{
  width: 44%;
  transform: scale(0.8);
  transition: 0.3s all;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.banner-item-image{
  width: 100%;
}
.more{
  padding: 2rem 10%;
}
.more-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.5rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.more-item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(120rem / 40);
  margin-top: 2rem;
  align-items: center;
}
.more-placehold{
  width: calc(120rem / 40);
}
.more-item:not(:nth-child(6n + 1)) {
  margin-left: calc((100% - (120rem / 40) * 6) / 5);
}

.more-item-box{
  width: 2.5rem;
}
.more-item-image{
  width: 100%;
}
.more-item-title{
  margin-top: 0.5rem;
  font-size: 0.45rem;
  color: #1A1A1A;
  line-height: 0.7rem;
}

@media screen and (max-width: 1000px) {
  .more-item:not(:nth-child(6n + 1)) {
    margin-left: initial;
  }
  .bonus-list {
    justify-content: flex-end;
  }
  .bonus-item{
    width: calc(100% / 3);
  }
  .bonus-item:nth-child(6n + 3)::after {
    display: none;
  }
  .bonus-item:nth-child(6)::before {
    display: none;
  }
  .bonus-item:nth-child(6n + 3)::before{
    content: '';
    position: absolute;
    right: 0;
    top: 2rem;
    transform: translateY(-0.125rem);
    width: calc(52rem / 40);
    height: calc(302rem / 40);
    background-image: url(./../img/joins/line_pic3.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bonus-item:nth-child(7)::before {
    display: none;
  }
  .bonus-item:nth-child(6n + 4)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2rem;
    transform: translateY(-0.125rem);
    width: calc(52rem / 40);
    height: calc(302rem / 40);
    background-image: url(./../img/joins/line_pic2.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .bonus-item:nth-child(16)::before {
    display: none;
  }

  .bonus-item:nth-child(6n+1)::after, .bonus-item:nth-child(6n+2)::after {
    transform: translateX(-50%) !important;
  }
  .bonus-item:nth-child(6n+4)::after, .bonus-item:nth-child(6n+5)::after {
    transform: translateX(-50%) rotate(180deg) !important;
  }

  .banner-desc{
    padding: 0 0.4rem;
    text-align: left;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 500px) {
  .bonus, .more {
    padding: 1rem 5%;
  }
  .bonus-list{
    display: none;
  }

  .bonus-container{
    height: calc(541rem / 26);
    background-image: url(./../img/joins/bonus_m.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }


}