@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 736px) {
._products {
    padding: 15px;
    line-height: 2.3rem;
    margin-top: 190px;
}
._productss a {
    text-decoration: none;
    color: #333;
}
.products_wrap {
    max-width: 1500px;
    padding-bottom: 25px;
    margin: 0 auto;
}
.products_wrap #concept h3 {
  margin: 30px 0 -60px 0;
  font-weight: 400;
  line-height: 1.8em;
}
.product_box {
    margin: 16px 0;
    width: 493px;
}
._products .product {
    width: 100%;
    position: relative;
}
.product_l .product_c {
   left: 560px;
   position: absolute;
   z-index: 10;
   width: 91px;
   top: -18px;
}
.product_r .product_c {
    left: -175px;
    position: absolute;
    z-index: 10;
    width: 91px;
    top: -19px;
}
.product_img {
    width: 488px;
}
rt {
    width: 90% !important;
    padding-left: 2rem !important;
}
.product_name {
    font-size: 14px;
    margin: 18px 0 13px 0;
    font-weight: 500;
}
.product_name li{
    font-size: 14px;

}
.product_txt {
    line-height: 2.5rem;
    margin-bottom: -7px;
    font-size: 13px;
}
.product_price {
    font-size: 14px;
    margin-top: -12px;
}
.product_floor {
    font-size: 13px;
    margin-top: 8px;
}
._left {
    margin-left: 15%;
    margin-bottom: 125px;
}
._right {
    margin-left: 40%;
    margin-bottom: 125px;
}
}
@media screen and (max-width: 736px) {
._products {
    /* padding-bottom: 69px; */
    line-height: 2.3rem;
    margin-top: 36px;
}
._productss a {
    text-decoration: none;
    color: #333;
}
.products_wrap {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.products_wrap #concept h3 {
  margin: 28px 0 90px 0;
  font-weight: 400;
  line-height: 1.8em;
}
.product_box {
    margin: 15px 0;
    width: 100%;
    padding: 8px;
}
._products .product {
    width: 100%;
    position: relative;
}
.product_l .product_c {
    right: -107px;
    position: absolute;
    z-index: 10;
    width: 76px;
    top: -27px;
}
.product_r .product_c {
    left: -110px;
    position: absolute;
    z-index: 10;
    width: 71px;
    top: -12px;
}
.product_img {
    width: 100%;
}
rt {
    width: 90% !important;
    padding-left: 2rem !important;
}
.product_name {
    font-size: 13px;
    margin: 18px 0 13px 0;
    font-weight: 500;
}

.product_txt {
    line-height: 2.5rem;
    margin-bottom: -7px;
    font-size: 13px;
}
.product_price {
    font-size: 13px;
    margin-top: -15px;
}
.product_floor {
    font-size: 13px;
    margin-top: 8px;
}
._left {
    margin-right: 35%;
    margin-bottom: 120px;
}
._left .product_box {
  padding-left: 15px;
}
._right {
    margin-left: 40%;
    margin-bottom: 120px;
}
._right .product_box {
    padding-right: 15px;
}
}



