.m_cate {
  background-color: #F2F2F2;
  padding: 80px 0;
}

.prod_detail .m_cate {
  margin-bottom: 60px;
}

.m_cate .tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 1.2;
}

.m_cate ul {
  margin-top: 35px;
}

.m_cate li {
  float: left;
  width: 12.5%;
  position: relative;
  height: 114px;
}

.m_cate li a {
  display: block;
  border: 1px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 15px;
  background-color: #fff;
  z-index: 1;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
}

.pc.m_cate li a:hover {
  border: 0;
  background-color: #dd5119;
  color: #fff;
  bottom: -7px;
  right: -10px;
  left: -10px;
  top: -7px;
  z-index: 99999;
}

.m_cate span {
  display: block;
}

.m_cate .img {
  margin: 20px auto 10px;
  text-align: center;
}

.m_cate .img img {
  vertical-align: top;
}

.m_cate .img .hover {
  display: none;
}

.pc.m_cate a:hover .default {
  display: none;
}

.pc.m_cate a:hover .hover {
  display: block;
  margin: 0 auto;
}

.m_cate .txt {
  text-align: center;
}

.m_cate .li01 a {
  border-left: 1px solid #ddd;
}

.pc.m_cate a:hover .img {
  /* width: 36px;height: 40px; */
  margin: 28px auto 10px;
}

.pc.m_cate a:hover .txt {
  font-size: 18px;
}

@media (max-width: 680px) {
  .m_cate li {
    width: 25%;
  }

  .m_cate .li05 a {
    border-left: 1px solid #ddd;
  }

  .m_cate .li01 a,
  .m_cate .li02 a,
  .m_cate .li03 a,
  .m_cate .li04 a {
    border-bottom: 0;
  }

  .m_cate li a {
    font-size: 20px;
  }

  .m_cate li a:hover {
    color: #2a2a2a;
  }
}

@media (max-width: 500px) {
  .m_cate {
    padding: 35px 0;
  }

  .m_cate .tit {
    font-size: 18px;
  }

  .m_cate li {
    height: 80px;
  }

  .m_cate li a {
    font-size: 13px;
  }

  .m_cate .img {
    margin: 14px auto 5px;
  }

  .m_cate .img img {
    height: 25px;
  }

  .m_cate ul {
    margin-top: 15px;
  }
}

.fee2 {
  padding: 0 0 15px;
  display: block;
  transition: all ease .3s;
}

.fee2:after {
  content: '';
  display: block;
  clear: both;
}

.fee2 .label {
  font-size: 12px;
  float: left;
  color: #dd5119;
}

.fee2 .price {
  float: right;
  color: #dd5119;
}

.fee2 .price strong {
  font-size: 18px;
  font-weight: bold;
}

.prod_list .go {
  height: 83px;
  line-height: 83px;
}

.new_sli {
  padding: 0 40px 30px;
  margin-top: 60px;
}

.new_sli .item {
  text-align: center;
  font-size: 14px;
}

.new_sli a {
  display: block;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 65px;
  margin: 0 auto 10px;
}

.new_sli a img {
  width: 100%;
  height: 100%;
}

/* Dots */
.new_sli .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: block;
  padding: 0;
}

.new_sli .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.new_sli .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 0;
  cursor: pointer;
  border: 0;
  color: transparent;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ccc;
}

.new_sli .slick-dots li button:hover,
.new_sli .slick-dots li button:focus {
  outline: none;
}

.new_sli .slick-dots li.slick-active button {
  background: #ED2025;
}

/* controls */
.new_sli .slick-prev,
.new_sli .slick-next {
  position: absolute;
  top: 30%;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -9999px;
  background: transparent;
  z-index: 99999;
  width: 11px;
  height: 20px;
}

.new_sli .slick-prev {
  left: 0;
  background: url("../image/main/MAIN_03.png") no-repeat 0 0;
}

.new_sli .slick-next {
  right: 0;
  background: url("../image/main/MAIN_03.03.png") no-repeat 0 0;
}

@media (max-width: 640px) {
  .prod_list .fee {
    border-top: 1px solid #ddd;
    height: auto;

  }

  .prod_list .fee .label {
    border-top: 0;
  }

  .prod_list .fee .price {
    padding-top: 0px;
  }

  .prod_list .txt {
    padding: 10px 7px;
  }

  .fee2 {
    padding: 0 7px 15px;
  }

  .fee2 .label {
    font-size: 14px;
	color: #dd5119;
  }

  .fee2 .price {
    font-size: 14px;
	color: #dd5119;
  }
  .prod_list .fee .price strong,
  .fee2 .price strong {
	font-size: 14px;
  }
  .m_block {
    display: block;
  }

  .prod_list .fee .label,
  .fee2 .label {
    font-size: 11px;
  }

  .prod_list .fee .price,
  .fee2 .price {
    font-size: 11px;
  }
  .prod_list .fee .price strong, .fee2 .price strong {
	font-size: 13px;
  }

}

@media (max-width: 385px) {

  
}

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