.banner {

  position: relative;

}



.indSwiper .swiper-pagination-bullet {

  background: #fff;

  opacity: 1;

}



.indSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #AD1E26;

}



.itemize {

  padding: 40px 0;

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 40px 0;

}


.itemize li{
  box-sizing: border-box;
  padding: 0 2%;
}

.itemize a{
  display: block;
}


.itemg {

  margin: 0 auto 15px;

  width: 100px;

  height: 100px;

  border-radius: 10px;

  overflow: hidden;

  max-width: 100%;

}



.itemg img {

  display: block;

  width: 100%;

  min-height: 100%;

}



.itemize h5 {

  text-align: center;

  font-size: 20px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

  white-space: nowrap;

}



.showpiece {

  background: #F0F0F0;

  padding: 30px 0;

}



.showBox {

  background: #fff;

  border-radius: 10px;

  overflow: hidden;

  width: 100%;

  box-sizing: border-box;

  padding: 0 25px;

  margin: 0 0 30px;

}



.ticket {

  padding: 35px 5px;

  box-sizing: border-box;

  border-bottom: 1px solid #e5e5e5;

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.ticket h4,

.ticket a {

  display: flex;

  align-items: center;

  gap: 10px;

}



.ticket h4 {

  font-size: 30px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

}



.ticket a {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #878787;

}



.ticket a:hover {

  color: #AD1E26;

}



.showList li {

  padding: 40px 0;

  border-bottom: 1px solid #e5e5e5;

  display: flex;

  justify-content: space-between;

  gap: 30px;

  align-items: flex-end;

}



.showList li:last-child {

  border: none;

}



.showMg {

  width: 210px;

  border-radius: 10px;

  overflow: hidden;

}



.showMg img {

  display: block;

  width: 100%;

  transition: .4s;

}



.showMg:hover img {

  transform: scale(1.1);

}



.showTxt {

  width: calc(100% - 330px);

}



.showTxt h5 {

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  margin: 0 0 20px;

  letter-spacing: 0px;

  color: #000000;

}



.showTxt h6 {

  display: flex;

  align-items: center;

  gap: 30px;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #878787;

}



.showTxt h6 b {

  font-weight: normal;

  color: #AD1E26;

}



.showTxt h6 del {

  text-decoration: line-through;

}



.quantity {

  width: 210px;

  height: 60px;

  background-color: #F0F0F0;

  border-radius: 5px;

  border: solid 1px #e5e5e4;

  box-sizing: border-box;

  display: flex;

  overflow: hidden;

  margin: 25px 0 0;

}



.quantity div {

  width: 33.33%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 30px;

  color: #878787;

  cursor: pointer;

}



.quantity input {

  width: 33.33%;

  display: block;

  border: none;

  background: #fff;

  text-align: center;

  font-size: 30px;

}



.adCart {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  overflow: hidden;

  display: block;

}



.adCart img {

  display: block;

  width: 100%;

}





@media screen and (max-width:640px) {



  .itemize {

    padding: 20px 0;

    grid-template-columns: repeat(5, 1fr);

    gap: 10px 0;

  }



  .itemg {

    width: 46px;

    margin: 0 auto 10px;

  }



  .itemize h5 {

    font-size: 12px;

  }



  .showBox {

    padding: 0 15px;

    margin: 0 0 30px;

  }



  .ticket {

    padding: 15px 5px;

  }



  .ticket h4 {

    font-size: 18px;

  }



  .ticket h4 img {

    display: block;

    width: 20px;

  }



  .ticket a {

    font-size: 15px;

  }



  .ticket a img {

    display: block;

    height: 16px;

  }



  .showList li {

    padding: 10px 0;

    gap: 10px;

  }



  .showMg {

    width: 100px;

  }



  .adCart {

    width: 34px;

    height: 34px;

  }



  .showTxt {

    width: calc(100% - 135px);

  }



  .showTxt h5 {

    font-size: 16px;

    margin: 0 0 5px;

  }



  .showTxt h6 {

    gap: 10px;

    font-size: 14px;

    line-height: 22px;

  }



  .quantity {

    width: 90px;

    height: 35px;

    margin: 7px 0 0;

  }



  .quantity input {

    font-size: 18px;

  }



}
