div.banner-wrapper
{
  width: 100%;
  overflow: hidden;
  position: relative;
}

div.banner-wrapper div.list .item
{
  position: relative;
}

div.banner-wrapper div.list .item img
{
  width: 100%;
  position: relative;
  z-index: 1;
}

div.banner-wrapper div.list .item a.pc
{
  display: block;
}

div.banner-wrapper div.list .item a.mobile
{
  display: none;
}

div.banner-wrapper div.list button.slick-arrow
{
  width: 32px;
  height: 56px;
  background: no-repeat left center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border: 0;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 10;
}

div.banner-wrapper div.list button.slick-arrow.slick-prev
{
  background-image: url("../images/btn_left.png");
  left: 35px;
}

div.banner-wrapper div.list button.slick-arrow.slick-next
{
  background-image: url("../images/btn_right.png");
  right: 35px;
}

div.banner-wrapper .carousel:hover .carousel-control.left,div.banner-wrapper  .carousel:hover .carousel-control.right{ background: no-repeat center center; }
div.banner-wrapper .carousel:hover .carousel-control.left{ background-image: url("../images/btn_left.png"); }
div.banner-wrapper .carousel:hover .carousel-control.right{ background-image: url("../images/btn_right.png"); }

div.banner-wrapper div.list ul.slick-dots
{
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

div.banner-wrapper div.list ul.slick-dots li
{
  display: inline-block;
  padding: 0 3px;
  vertical-align: middle;
}

div.banner-wrapper div.list ul.slick-dots li button
{
  text-indent: 20px;
  width: 17px;
  height: 17px;
  background: #CCC;
  margin: 0 2px;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

div.banner-wrapper div.list ul.slick-dots li.slick-active button
{
  background-color: #072fa8;
}

div.banner-wrapper .item a.pc{}
div.banner-wrapper .item a.mobile{ display: none; }

@media (max-width: 1600px)
{
  div.banner-wrapper div.list .item .text-info h2
  {
    font-size: 36px;
  }

  div.banner-wrapper div.list .item .text-info p
  {
    font-size: 24px;
  }

  div.banner-wrapper div.list .item .text-info a.more
  {
    font-size: 14px;
    padding: 8px 18px;
  }
}

@media (max-width: 980px)
{
  div.banner-wrapper div.list .item a.pc
  {
    display: none;
  }

  div.banner-wrapper div.list .item a.mobile
  {
    display: block;
  }

  div.banner-wrapper div.list button.slick-arrow
  {
    width: 20px;
  }

  div.banner-wrapper div.list button.slick-arrow.slick-prev
  {
    left: 15px;
  }

  div.banner-wrapper div.list button.slick-arrow.slick-next
  {
    right: 15px;
  }

  div.banner-wrapper div.list ul.slick-dots
  {
    padding: 0 0 15px;
  }

  div.banner-wrapper div.list ul.slick-dots li button
  {
    width: 12px;
    height: 12px;
  }

    div.banner-wrapper .item a.pc{ display: none; }
    div.banner-wrapper .item a.mobile{ display: block; }
}

@media (max-width: 768px)
{
  div.banner-wrapper div.list .item .text-info
  {
    padding: 0 50px;
    display: none;
  }

  div.banner-wrapper div.list .item .text-info h2
  {
    font-size: 22px;
  }

  div.banner-wrapper div.list .item .text-info p
  {
    font-size: 14px;
  }

  div.banner-wrapper div.list .item .text-info a.more
  {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img
{
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-indicators
{
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li
{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.carousel-indicators .active
{
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption
{
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption .btn,.text-hide
{
  text-shadow: none;
}

@media screen and (min-width:768px)
{
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev
  {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
  {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
  {
    margin-right: -15px;
  }

  .carousel-caption
  {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators
  {
    bottom: 20px;
  }
}
