.page_content {
  background-image: url("../images/bg.jpg");
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #8a5f3f;
  margin-bottom: 15px;
}

.boxset {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 30px;
}

.boxset > * {
  opacity: 0;
}

.boxset .title {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
}

.boxset .page_title {
  color: #000;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.productlist {
  width: 100%;
  max-width: 1023px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 50px;
  perspective: 1000px;
  perspective-origin: center top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.productlist .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #e1dad5;
  margin: 0 7px 18px;
  width: 327px;
  height: 570px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
}

.productlist .item.active {
  opacity: 1;
}

.productlist .item_info {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
  flex-grow: 2;
  width: 100%;
  padding: 40px 30px;
}

.productlist .item_img {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

.productlist .cm_logo {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.productlist .item_date {
  width: 100%;
  color: #e68915;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.productlist .item_title {
  width: 100%;
  color: #343434;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.productlist .item_from {
  min-width: 110px;
  max-width: 150px;
  position: relative;
}

.productlist .item_from > * {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.productlist .item_from > *:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.productlist .item_conpany {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_head {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
}

.product_head .select {
  position: relative;
  width: 200px;
}

.product_head .select select {
  width: 100%;
  color: #242424;
  font-size: 14px;
  letter-spacing: 0.08em;
  border: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 2px solid #eaa51a;
  border-bottom: 1px solid #c0c0c0;
  background-color: initial;
  outline: 0;
  background-image: url("../images/select.png");
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
}

.product_head p {
  width: 285px;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (min-width: 1025px) {
  .item::after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '';
    background-color: rgba(255, 150, 0, 0.81);
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #fff;
    background-image: url("../images/product/hover_bear.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .item:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.17);
    z-index: 1;
    transform: translateZ(20px);
  }
  .item:hover:after {
    opacity: 1;
  }
  .item:hover .item_conpany,
  .item:hover .item_date,
  .item:hover .item_title {
    color: #fff;
  }
  .item:hover .item_from > * {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .item:hover .cm_logo {
    opacity: 1;
    z-index: 2;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
  .boxset,
  .product_head {
    padding-left: 50px;
    padding-right: 50px;
  }
  .productlist {
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }
  .productlist .item {
    width: 320px;
  }
  .boxset .page_title {
    font-size: 24px;
  }
  .boxset .title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 750px) {
  h1 {
    font-size: 36px;
  }
  .boxset,
  .product_head {
    padding-left: 33px;
    padding-right: 33px;
  }
  .boxset {
    margin-top: 50px;
    margin-bottom: 22px;
  }
  .product_head {
    flex-wrap: wrap;
  }
  .product_head p {
    width: 100%;
    margin-bottom: 50px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .product_head .select {
    width: 100%;
  }
  .productlist {
    padding-left: 33px;
    padding-right: 33px;
  }
  .productlist .item {
    width: 254px;
    height: 450px;
    margin: 0 auto 18px;
  }
  .productlist .item:last-child {
    margin-bottom: 0;
  }
  .productlist .item_from {
    min-width: 85px;
    width: auto;
    max-width: 150px;
  }
  .productlist .item_img {
    height: 312px;
  }
  .productlist .item_title {
    font-size: 16px;
  }
  .productlist .item_conpany {
    font-size: 12px;
  }
  .productlist .item_date {
    font-size: 12px;
  }
  .productlist .item_info {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}

/*# sourceMappingURL=web_product.css.map */