.linkBox {
  background-color: #eee;
}

.linkBox .wrap {
  padding: 0;
}

.linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.linkList li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.linkList a {
  display: block;
  padding: 20px 10px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.linkList a:hover, .linkList a.current {
  color: #fff;
  background-color: #6eb92b;
}

.productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.productList li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .box {
  border: 1px solid #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productList .box:hover {
  border-color: #6eb92b;
}

.productList .box:hover .text {
  border-top-color: #6eb92b;
}

.productList .box:hover .text a {
  color: #6eb92b;
}

.productList .pic {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList .pic img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList .text {
  border-top: 1px solid #e7e7e7;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productList .text a {
  display: block;
  padding: 20px 5px;
  font-weight: 100;
  text-align: center;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.insTitle {
  display: none;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 32px;
  color: #2b2b2b;
  text-align: center;
  letter-spacing: .08em;
}

.productInsList li {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}

.productInsList .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productInsList .picList {
  position: relative;
  width: 35%;
}

.productInsList .picList img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productInsList .nextArrow, .productInsList .prevArrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 26px;
  height: 40px;
  background-color: #6eb92b;
  cursor: pointer;
}

.productInsList .nextArrow {
  right: 0;
}

.productInsList .prevArrow {
  left: 0;
}

.productInsList .text {
  width: 65%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productInsList h2 {
  font-weight: 400;
  font-size: 23px;
  margin-bottom: 12px;
}

.productInsList h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-weight: 400;
  color: #2b2b2b;
  font-size: 18px;
}

.productInsList h3:before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 20px;
  height: 1px;
  background-color: #2b2b2b;
}

.productInsList .detail, .productInsList .other {
  font-size: 16px;
  line-height: 1.6;
  color: #484848;
}

.productInsList .detail {
  margin-bottom: 12px;
}

.productList2 {
  display: none;
}

.productList2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.productList2 h3 {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 23px;
  padding: 22px 0 30px;
  color: #2b2b2b;
  letter-spacing: .05em;
}

.productList2 h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 3px;
  background-color: #6eb92b;
}

.productList2 .box {
  width: 23.5%;
}

.productList2 .pic {
  margin-bottom: 12px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.productList2 .pic img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList2 .text {
  color: #484848;
  letter-spacing: .05em;
}

.productList2 dt {
  padding-bottom: 12px;
  font-size: 18px;
  text-align: center;
}

.productList2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
}

.productList2 dd:nth-child(even) {
  background-color: #eee;
}

.productList2 dd:nth-child(odd) {
  background-color: #f9f9f9;
}

.productList2 .no {
  position: relative;
  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;
  width: 20px;
}

.productList2 .nt, .productList2 .nb {
  position: absolute;
  font-size: 12px;
}

.productList2 .nt {
  left: 0;
  top: 0;
}

.productList2 .nb {
  right: 0;
  bottom: 0;
}

@media (max-width: 1023px) {
  .productList li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .productList li {
    width: 50%;
  }
  .productList2 .box {
    width: 48%;
    margin-bottom: 15px;
  }
  .productInsList .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productInsList .picList {
    width: 100%;
    max-width: 480px;
  }
  .productInsList .text {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .productInsList .detail {
    margin-bottom: 20px;
  }
  .productInsList h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .productInsList h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .productList li {
    width: 100%;
  }
  .productList2 .box {
    width: 100%;
  }
}
