@media screen and (max-width:1023px) {
  .pc {
    display: none !important
  }

  main>.wrap .basicDetail .contentType5 .bannerImg{
    max-width: 960px;
    width: 100%;
    margin: auto;
  }
  main>.wrap .basicDetail .contentType5 .bannerImg .banner {
    display: block;
  }
  main>.wrap .basicDetail .contentType5 .bannerImg .banner + .banner{
        margin-top: 20px;
  }
  main>.wrap .basicDetail .contentType5 .bannerImg .banner img{
    display: block;
    margin: auto;
    width: 100%;
  }

}

@media print, screen and (min-width:1024px) {
  .sp {
    display: none !important
  }

  main>.wrap .contentType1 .img, main>.wrap .contentType4 .img {
    width: 260px
  }

  main>.wrap .contentType5 .imgWrap {
    margin: auto
  }

  main>.wrap .basicDetail .contentType5 .bannerImg .banner {
    display: block;
  }
  main>.wrap .basicDetail .contentType5 .bannerImg .banner + .banner{
    margin-top: 20px;
  }
  main>.wrap .basicDetail .contentType5 .bannerImg .banner img{
    display: block;
    margin: auto;
    width: 100%;
  }


}
