/* Product page
-------------------------------------------------*/
.product-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0;
}

.product-intro-sliders {
  width: 47%;
  max-width: 660px;
}

.product-intro-slider p {
  height: 408px;
  background-size: cover;
  background-position: center;
}

.product-intro-slider .slick-dots {
  bottom: 10px;
}

.product-intro-slider .slick-dots li {
  margin: 0;
}

.product-intro-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 26px;
  line-height: 20px;
  opacity: 0.6;
  color: #fff;
}

.product-intro-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.product-intro .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.product-intro-main {
  width: 53%;
  padding-left: 60px;
}

.product-intro-ttl-1 {
  font-size: 30px;
  color: #212121;
}

.product-intro-ttl-2 {
  font-size: 12px;
  color: #1F6DA3;
  padding-top: 10px;
}

.product-intro-txt {
  font-size: 14px;
  color: #1F1F1F;
  line-height: 200%;
  padding: 15px 0 25px;
  letter-spacing: -1px;
}

.product-intro-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-intro-list div + div {
  padding-top: 15px;
}

.product-intro-list .lb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  line-height: 32px;
  text-align: center;
  background-color: #1F6FA3;
  font-size: 14px;
  color: #FFF;
}

.product-intro-list .txt {
  font-size: 14px;
  color: #1F1F1F;
  padding-left: 20px;
}

.product-list {
  padding: 110px 0 70px;
}

.product-list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-list-btn .button + .button {
  margin-left: 20px;
}

.product-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0 20px;
}

.product-item {
  width: 24%;
  max-width: 332px;
  margin-bottom: 50px;
}
.c-shorttt{
  font-size: 16px;
  font-weight: bold;
}
.c-shorttt h3{
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.c-shorttt p{
  font-size: 13px;
  line-height: 200%;
}
.c-shorttt h3::before{
  content: '';
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  height: 13px;
  width: 13px;
  margin-right: 5px;
}

.product-item {
  margin-right: 2.6%;
}
.product-item:nth-of-type(4n) {
  margin-right: 0;
}
.product-item-img {
  overflow: hidden;
}

.product-item-img p {
  height: 210px;
  background-size: cover;
  background-position: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-item-ttl p {
  text-align: center;
  font-size: 18px;
  color: #1F1F1F;
  padding: 10px 10px;
  border-bottom: 0;
  line-height: 200%;
}

.product-item-txt p {
  padding: 15px 10px;
  font-size: 13px;
  color: #1F1F1F;
  line-height: 200%;
  letter-spacing: -1px;
}
.product-item-cat {
  font-size: 14px;
  line-height: 120%;
  padding: 10px;
  background-color: #E5E5E5;
  text-align: center;
}
.product-item-txt {
  margin-top: 10px;
}
.product-item-txt .c-table table tr td:first-child, .product-item-txt .c-table table tr td:nth-child(2){
  width: 74px;
}
.product-item-txt .c-table table tr{
  border-bottom: 1px dotted #CCC;
}
.product-item-txt .c-table table tr:nth-of-type(2n), .product-item-txt .c-table table tr.c-border{
  background-color: #F7F7F7;
}
.product-item-txt .c-table table tr.no-border{
  border-bottom: 0;
}
.product-item-txt .c-table table tr td{
  font-size: 13px;
  line-height: 120%;
  padding: 11px 0;
}
.product-item-txt .c-table table tr td p{
  padding: 0;
}
.product-item:hover .product-item-img p {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.w1k450{
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.c-shorttt-box {
  width: 100%;
  max-width: 660px;
}
@media (min-width: 1025px) and (max-width: 1449px){
  .product-item, .product-item:nth-of-type(4n) {
      margin-right: 3%;
  }
 
  .product-item:nth-of-type(3n) {
      margin-right: 0%;
  }
 
  .product-item {
      width: 32%;
      max-width: 319px;
      margin-bottom: 50px;
  }
  .w1k450 {
      width: 100%;
      max-width: 1020px;
      margin: 0 auto;
  }
}
@media (max-width: 1449px){
  .c-shorttt-box {
    max-width: 600px;
    margin: auto;
  }
  .c-shorttt h3, .c-shorttt p  {
    text-align: center;
  }
  .c-shorttt{
    margin-top: 10px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1024px){
  .w1k450 {
      max-width: 900px;
  }
  .product-intro-slider{
    width: 100% !important;
    max-width: 100% !important;
  }
  .product-intro-sliders {
      width: 47%;
      max-width: 660px;
  }
}
@media (max-width: 768px){
  .product-intro-sliders {
    width: 100%;
  }
  .c-shorttt h3, .c-shorttt p {
      text-align: left;
  }
  .c-shorttt-box {
      max-width: 440px;
      padding: 0 10px;
  }

}
@media (max-width: 500px){

}
