@charset "utf-8";

.l-content .m-container {
 max-width: 1440px;
}

.l-content .block_wrapper {
 background: #000000;
 background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(26, 26, 26, 1) 100%);
 padding: 0 20px 40px;
}

.l-content .product_container {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 align-items: stretch;
 column-gap: 50px;
 row-gap: 70px;
}

.l-content .product_container .product_item {
 width: 20%;
}

.l-content .product_container .product_soon {
 position: relative;
}

.l-content .product_soon .item_block {
 cursor: auto !important;
 padding-top: 30px;
}

.l-content .product_soon .item_block:hover .img_product {
 opacity: 1;
}

.l-content .product_soon .item_block .img_product {
 margin-top: 0;
}

.l-content .product_container .item_block {
 background-color: #ffffff;
 border: 2px solid #000000;
 border-radius: 20px;
 text-align: center;
 overflow: hidden;
 cursor: pointer;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.l-content .product_container .ic_soon {
 position: absolute;
 top: -38px;
 left: -33px;
 z-index: 999;
 width: 70%
}

.l-content .item_block .product_item-name {
 font-weight: bold;
 font-size: 16px;
 color: #333333;
 text-decoration: none;
 background-color: #f0f0f0;
 padding: 0 20px;
 min-height: 80px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.l-content .item_block:hover .product_item-name {
 color: #000000;
 background-color: #ffcc00;
}

.l-content .item_block:hover .img_product {
 opacity: 0.9;
}

.responsive .l-content .m-btn--edit {
 margin: 20px 20px 0 0;
 width: 30% !important;
}

.responsive .l-content .m-btn--edit:last-child {
 margin-right: 0;
}

@media screen and (max-width: 1600px) {
 .l-content .product_container .product_item {
  width: 24%;
 }

 .l-content .product_container {
  row-gap: 70px;
  column-gap: 65px;
 }

 .l-content .product_container .ic_soon {
  left: -47px;
 }
}

@media screen and (max-width: 1200px) {
 .l-content .product_container .product_item {
  width: 28%;
 }
}

@media screen and (max-width: 1038px) {
 .responsive .l-content .m-btn--edit {
  width: 40% !important;
 }
}

@media screen and (max-width: 991px) {
 .l-content .product_container .product_item {
  width: 29%;
 }

 .l-content .item_block .product_item-name {
  font-size: 12px;
  min-height: 80px;
 }

 .l-content .item_block .img_product {
  margin-top: 0;
 }

 .l-content .product_soon .item_block {
  padding-top: 30px;
 }

 .responsive .l-content .m-btn--edit {
  width: 44% !important;
 }

 .l-content .product_container {
  row-gap: 30px;
  column-gap: 30px;
 }
}

@media screen and (max-width: 767px) {
 .responsive .l-content .m-btn--edit {
  width: 100% !important;
 }

 .l-content .product_container .product_item {
  width: 46%;
 }
}

@media screen and (max-width: 480px) {
 .l-content .product_container .product_item {
  width: 100%;
 }

 .l-content .item_block .product_item-name {
  min-height: 60px;
 }
}