.story-wrap {
  /*padding-top : 100px;*/
}

.story-wrap .story {


}

.story .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-left: 10px;
}

.story .title > span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.story .desc {
  align-items: center;
  border-radius: 12px;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 600px;
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
}

/*.story .desc:before{*/
/*    background-color: rgba(0,0,0,0.14);*/
/*    content : '';*/
/*    display : block;*/
/*    width: 100%;*/
/*    height : 100%;*/
/*    position : absolute;*/
/*    top : 0;*/
/*    left : 0;*/
/*}*/

.story .desc:after {
  border-bottom: 1px solid #efefef;
  bottom: -45px;
  content: '';
  /*max-width: 764px;*/
  display: block;
  left: 50%;
  margin: auto;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.story .desc p {
  background: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  left: 20px;
  line-height: 34px;
  padding: 20px 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}


/*병점 리베리스토리 css 수정*/
.story-wrap.reb-bj .story-banner {
  aspect-ratio: 10/5.5;
  background-color: #3a4c40;
  border-radius: 20px;
  margin-bottom: 100px;
  overflow: hidden;

  /*background: url(/images/story/bj/banner.png) no-repeat center / cover;*/
  width: 100%;
}

.story-banner img {
  width: 100%;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content {
  display: flex;
  margin-bottom: 80px;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content .text {
  width: 260px;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content .text .number {
  color: #323E4A;
  font-family: 'Teko', sans-serif;
  font-size: 200px;
  line-height: 160px;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content .text .desc {
  color: #323E4A;
  font-size: 20px;
  font-weight: 700;
  padding-right: 20px;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content .image {
  aspect-ratio: 1.6;
  background-color: #3a4c40;
  border-radius: 20px;
  width: calc(100% - 260px);
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2n) {
  flex-direction: row-reverse;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2n) .text .number {
  text-align: right;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2n) .text .desc {
  padding-left: 20px;
  padding-right: 0;
  text-align: right;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(1) .image {
  background: url(/images/story/bj/story1.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj.cj-ver .story-content-wrap ul li.story-content:nth-child(1) .image {
  background: url(/images/story/cj/story1.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj.cj-ver.gn .story-content-wrap ul li.story-content:nth-child(1) .image {
  background: url(/images/story/gn/story1.jpg?v=11) no-repeat center / cover;
}

.story-wrap.reb-bj.yj-ver .story-content-wrap ul li.story-content:nth-child(1) .image {
  background: url(/images/story/yj/story-r-f2.png) no-repeat center / cover;
}

.story-wrap.reb-bj.yj-ver.md .story-content-wrap ul li.story-content:nth-child(1) .image {
  background: url(/images/story/md-1.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2) .image {
  background: url(/images/story/bj/story2.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(3) .image {
  background: url(/images/story/bj/story3.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(4) .image {
  background: url(/images/story/bj/story4.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(5) .image {
  background: url(/images/story/bj/story5.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(6) .image {
  background: url(/images/story/bj/story6.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj.md .story-content-wrap ul li.story-content:nth-child(6) .image {
  background: url(/images/story/md-6.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(7) .image {
  background: url(/images/story/bj/story7.jpg) no-repeat center / cover;
}

.story-wrap.reb-bj.md .story-content-wrap ul li.story-content:nth-child(7) .image {
  background: url(/images/story/md-7.jpg) no-repeat center / cover;
}

/*2024년 9월 11일 병점 스토리변경*/
.story-wrap.reb-bj.renew-ver-3 .story-banner {
  background: url(/images/story/ver3/banner.png) no-repeat center / contain;
}

.story-wrap.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(1) .image {
  background: url(/images/story/ver3/story-1.png) no-repeat center / cover;
}

/*.story-wrap.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(2) .image {*/
/*    background: url(/images/story/ver3/story-2.png) no-repeat center / cover;*/
/*}*/

/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(3) .image {*/
/*    background: url(/images/story/ver3/story-3.png) no-repeat center / cover;*/
/*}*/

/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(4) .image {*/
/*    background: url(/images/story/ver3/story-4.png) no-repeat center / cover;*/
/*}*/

/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(5) .image {*/
/*    background: url(/images/story/ver3/story-5.png) no-repeat center / cover;*/
/*}*/

/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(6) .image {*/
/*    background: url(/images/story/ver3/story-6.png) no-repeat center / cover;*/
/*}*/

.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(7) .image {
  background: url(/images/story/ver3/story-7.png) no-repeat center / cover;
}

.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content .text {
}

.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content .text .number {
  height: 140px;
  margin-bottom: 16px;
}

/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(1) .number{*/
/*    background: url(/images/story/ver3/story-1-1.png) no-repeat left / contain;*/
/*}*/
/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(2) .number{*/
/*    background: url(/images/story/ver3/story-2-1.png) no-repeat left / contain;*/
/*}*/
/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(3) .number{*/
/*    background: url(/images/story/ver3/story-3-1.png) no-repeat left / contain;*/
/*}*/
/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(4) .number{*/
/*    background: url(/images/story/ver3/story-4-1.png) no-repeat left / contain;*/
/*}*/
/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(5) .number{*/
/*    background: url(/images/story/ver3/story-5-1.png) no-repeat left / contain;*/
/*}*/
/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(6) .number{*/
/*    background: url(/images/story/ver3/story-6-1.png) no-repeat left / contain;*/
/*}*/
/*.story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content:nth-child(7) .number{*/
/*    background: url(/images/story/ver3/story-7-1.png) no-repeat left / contain;*/
/*}*/
.story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2n) .text .number {
  background-position: right;
}

/*2025년 02월 13일 명동점 사진변경*/
.story-wrap.reb-bj.renew-ver-3.reb-md .story-content-wrap ul li.story-content:nth-child(1) .image {
  background: url(/images/story/md-1.jpg) no-repeat center / cover;
}

/*.story-wrap.reb-bj.renew-ver-3.reb-md .story-content-wrap ul li.story-content:nth-child(2) .image {*/
/*    background: url(/images/story/ver3/story-2.png) no-repeat center / cover;*/
/*}*/

/*.story-wrap.reb-bj.renew-ver-3.reb-md .story-content-wrap ul li.story-content:nth-child(3) .image {*/
/*    background: url(/images/story/ver3/story-3.png) no-repeat center / cover;*/
/*}*/

/*.story-wrap.reb-bj.renew-ver-3.reb-md .story-content-wrap ul li.story-content:nth-child(4) .image {*/
/*    background: url(/images/story/ver3/story-4.png) no-repeat center / cover;*/
/*}*/

/*.story-wrap.reb-bj.renew-ver-3.reb-md .story-content-wrap ul li.story-content:nth-child(5) .image {*/
/*    background: url(/images/story/ver3/story-5.png) no-repeat center / cover;*/
/*}*/

.story-wrap.reb-bj.renew-ver-3.reb-md .story-content-wrap ul li.story-content:nth-child(7) .image {
  background: url(/images/story/md-6.jpg) no-repeat center / cover;
}

/*.story-wrap.reb-bj.renew-ver-3.reb-md .story-content-wrap ul li.story-content:nth-child(7) .image {*/
/*    background: url(/images/story/md-7.jpg) no-repeat center / cover;*/
/*}*/
@media screen and (max-width: 1016px) {
  .story {
    padding: 0 10px;
  }

  .story-wrap.reb-bj .story-banner {
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .story-wrap.reb-bj.renew-ver-3 {
    padding: 0 20px;
  }

  .story-wrap.reb-bj .story-content-wrap ul {
    padding: 0 20px;
  }

  .story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul {
    padding: 0;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content {
    margin-bottom: 60px;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .text .number {
    font-size: 160px;
    line-height: 140px;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .text {
    width: 200px;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .image {
    border-radius: 16px;
    width: calc(100% - 200px);
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .text .desc {
    font-size: 16px;
    padding-right: 16px;
  }

  .story-wrap.reb-bj.renew-ver-3 .story-content-wrap ul li.story-content .text .number {
    height: 90px;
  }
}

@media screen and (max-width: 480px) {
  .story .title {
    font-size: 16px;
  }

  .story .title > span {
    font-size: 14px;
  }

  .story .desc {
    font-size: 14px;
    height: 170px;
  }

  .story .desc p {
    line-height: 16px;
  }

  .story-wrap.reb-bj .story-banner {
    margin-bottom: 20px;
  }

  .story-wrap.reb-bj .story-content-wrap ul {
    padding: 0 10px;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content {
    flex-direction: column-reverse;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2n) {
    flex-direction: column-reverse;
    flex-direction: column;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2n) .text .number {
    text-align: left;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content:nth-child(2n) .text .desc {
    padding-left: 0;
    text-align: left;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .text .number {
    font-size: 80px;
    line-height: 80px;
    transform: translate(0, 10px);
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .text {
    align-items: center;

    align-items: flex-start;
    display: grid;
    display: flex;
    flex-direction: column;
    gap: 16px;

    gap: 0;
    grid-template-columns: auto 1fr;
    margin-bottom: 16px;
    margin-top: 24px;
    margin-top: 0;
    width: 100%;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .image {
    border-radius: 10px;
    width: 100%;
  }

  .story-wrap.reb-bj .story-content-wrap ul li.story-content .text .desc {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
    padding-right: 0px;
    text-wrap: balance;
  }
}






