#main_banner{
  padding-bottom: 70px;
}
#main_banner img{
    width: 100%;
}
.swiper-slide{
  position: relative;
}
.card_info{
  position: absolute;
  padding: 17px 12px;
  justify-content: space-between;
  align-items: center;
  background: #19191E;
  bottom: -42px;
  width: 89%;
  border-radius: 10px;
  cursor: pointer;
}
.card_info > div{
  width: 94%;
}
.card_info h4{
  font-size: 14px;
  display: block;
}
.card_info p{
  font-size: 13px;
  margin-top: 4px;
}
.card_info img{
  width: 24px !important;
  height: 24px;
}
.card_info .truncate{
  width: 100%;
}
.swiper-pagination-bullet-active{
  background: #fff !important;
}
.swiper-pagination-bullet{
  background: #868686;
  width: 5px;
  height: 5px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
  transform: scale(1);
}
.m_truncate{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#event .m_truncate{
  height: auto !important;
  max-height: 87%;
}
/* 상품 구역  */
#product{
  padding: 0 12px;
  max-width: 590px;
}
#product .title{
  font-size: 16px;
}
#product .title:last-of-type{
  margin: 15px 0;
  display: block;
}
#product .card_wrap{
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#product .card{
  border-radius: 15px;
  /* margin-top: 17px; */
  cursor: pointer;
  width: 233px;
  /* max-width: 48%; */
  /* flex-basis: 233px;
  flex-grow: 1; */
}
#product #poca img{
  width: 100%;
  height: 164px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
#product .card_down{
  padding: 8px 12px;
  background: #19191E;
  border-radius: 0 0 15px 15px;
}
/* 포토카드  */
#poca .card_down > p:nth-of-type(1) {
  font-size: 13px;
  margin-bottom: 11px;
  max-height: 33px;
  height: 33px;
}
#poca .card_down > b:nth-of-type(1) {
  font-size: 12px;
  margin-bottom: 5px;
}
#poca .card_down > p:nth-of-type(2) {
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 300;
}
#poca .card_down > p:nth-of-type(3) {
  font-size: 12px;
  margin-bottom: 5px;
}
#poca .card_down > p:nth-of-type(4) {
  font-size: 12px;
}

/* 앨범  */
#album{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
#album .card_up,
#event .card_up{
  width: 233px;
  height: 233px;
}
#album .card_down{
  padding: 13px 15px;
}
#album .card{
  /* width: 147px; */
  border-radius: 5px;
}
#product #album img,
#event img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
#album .card_down > b:nth-of-type(1) {
  font-size:8px;
  display: block;
  margin-bottom: 4px;
}
#album .card_down > p:nth-of-type(1) {
  font-size: 13px;
  margin-bottom: 7px;
  -webkit-line-clamp: 2;
  word-break: break-all;
  height: 31.5px;
}
#album .card_down > p:nth-of-type(2) {
  font-size: 10px;
  color: #ccc;
  font-weight: 300;
  margin-bottom: 8px;
}
#album .card_down > div{
  text-align: right;
}
#album .card_down .price > span {
  font-size: 16px;
}
#album .card_down .price {
  font-size: 16px !important;
  margin-bottom: 2px;
}
#album .card_down .sale_wrap{
  justify-content: flex-end; 
  margin-bottom: 8px;
}
#album .card_down .sale_wrap .price span{
  margin-right: 3px;
}
#album .card_down .sale{
  font-size: 16px !important;
  color: #EE5B5B;
  margin-right: 6px;
}
#album .card_down img{
  width: 13px;
  height: 13px;
  margin: 0 3px;
}
#album .title:last-of-type{
  margin-top: 15px;
  display: block;
}
#album .present{
  gap: 6px;
  align-items: baseline;
  justify-content: flex-end;
  margin-bottom: 8px;
}
#album .present p{
  font-size: 10px;
}
#album .present b{
  font-size: 14px;
}
#album .present b span{
  background: #8a2be2;
}

/* 이벤트 */
#event .event_wrap > .flex{
  justify-content: space-between;
}
#event .event_empty{
  margin: 60px 0 200px;
  font-size: 14px;
  text-align: center;
}
#event a {
  align-items: center;
  font-size: 12px;
}
#event .icon{
  width: 15px;
  height: 15px;
}
#event_noti {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#event_noti .card_down{
  height: 68px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 이용약관 */
.terms{
  margin-top: 41px;
  padding: 14px 8px 24px;
}
.terms a{
  color: #fff;
  font-size: 10px;
}
.terms .links{
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.terms .links span{
  width: 1px;
  height: 10px;
  background: #fff;
}
.terms .info{
  margin-top: 21px;
  font-size: 10px;
}
.terms .info img{
  width: 130px;
  height: 10px;
  margin-bottom: 13px;
}
.album_list_wrap{
  position: relative;
}
.sold_out{
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
}

/* 500px 이하 반응형  */
@media (max-width: 499px) {
  .card_info{
    position: initial;
    width: 100%;
    border-radius: 0 0 0 0;
  }
  #product{
    padding: 0 20px;
  }
  #product .card{
    max-width: inherit;
    width: 100%;
    margin-top: 0 !important;
  }
  #product .card_wrap{
    flex-direction: column;
    gap: 15px;
  }
  .m_truncate{
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* min-height: 28px; */
    height: inherit !important;
  }
  #album,
  #event_noti{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }
  #album .card_up,
  #event .card_up{
    width: 100%;
    height: 180px;
  }
  #album .present{
    flex-direction: column;
    align-items: end;
  }
}
/* 350px 이하 반응형  */
@media (max-width: 350px) {
  #album{
    grid-template-columns: repeat(1, 1fr);
  }
  #product .card_down b:nth-of-type(1) {
    font-size: 12px;
  }
  #product .card_down > p:nth-of-type(1) {
    font-size: 11px;
  }
  #product .card_down > p:nth-of-type(2) {
    font-size: 10px;
  }
  #product .card_down .price > span {
    font-size: 14px;
  }
  #product .card_down .price {
    font-size: 16px !important;
  }
  #product .card_down div > span p:nth-of-type(1),
  #product .card_down div > span p:nth-of-type(2) {
    font-size: 10px;
  }
  #product .card_down div > span b:nth-of-type(1) {
    font-size: 13px;
  }
}