/* BASIC css start */
.page_top .page_nav{float:right !important}
.page_top .page_nav a{font-weight:400 !important;}
.recmd_sec{margin-bottom:40px; padding-left:5%}
.wrapper.items-wrap{padding:0 5%}

.recmd_sec h3{font-family: 'Montserrat', sans-serif;font-size:23px; color:#333333; font-weight:600}
.recmd_sec .best_tit{display:flex; align-items:center; justify-content:space-between; margin-bottom:30px ;}
.recmd_sec .best_tit h3{}
.recmd_sec .best_tit>div{ }
.recmd_sec .swiper{padding-bottom:30px}
.recmd_sec .swiper-slide{width:45%}
.recmd_sec .swiper .swiper-pagination-progressbar{bottom: 0; top: unset;left:14%; width:72%;}
.recmd_sec .swiper-pagination-progressbar{background-color: #d9d9d9;width:95%; height:1px }
.recmd_sec .swiper-pagination-progressbar-fill{background-color: #000;}




/* 분류 카테고리 영역 */
.product_category_wrap{padding:20px 5% 45px !important}
.product_category_wrap .cate1{font-weight:500 !important; font-size: 19px !important;padding: 0px 0 28px !important;color:#111111 !important; text-align:center !important; }
.product_category_wrap .cate_child_wrap ul{display:flex; flex-wrap:wrap; gap:9px 8px ; justify-content:center;}
.product_category_wrap .cate_child_wrap ul li a{font-size: 13px !important;color:#999999 !important; font-weight:500; border-radius:30px;  padding:9px 15px !important; background-color:#f9f9f9;   }
.product_category_wrap .cate_child_wrap ul li a.sel{ color:#fff !important; background-color:var(--main-color)    }
.product_category_wrap .cate_child_wrap ul li{position:relative; padding:0 !important; margin:0 !important; }
.product_category_wrap .cate_child_wrap ul li a{display:block;   }

.product_list_wrap.list_st2 .product_item, .product_list_wrap.list_st3 .product_item{padding:0 0 15px !important}
.MS_prod_mobile_image{width:100%;}
.product_category_wrap .cate_child_wrap ul.cate3.on{padding-top:15px !important; margin-top:15px !important; }




/* 상품 리스트 영역 */
.product_list_outer{border-top:none !important;padding-top:50px }
.product_top_wrap .total_cnt{font-size:12px !important; color:#000 !important; font-weight:400;line-height:35px !important;letter-spacing: -.1px;}
.product_top_wrap .total_cnt strong{font-weight:700 !important; color:#000 !important; font-family: 'Montserrat', sans-serif;}
.product_top_wrap{border-bottom:none !important; margin: 0 0 15px !important; padding: 0 5% !important}
.product_top_wrap .select_box select{background-size:auto 7px !important; background-image:url(/design/genflower/astore/MO_img/select_arrow.png) !important; font-size:12px !important;color:#000 !important;text-align:left !important; transform:translateY(4px); border-bottom:1px solid #fff !important; padding-left:0 !important;}




.product_tit{width:100%; border-top:none !important; padding-top:0px }
.product_tit>img{width:100%;}



/* 기업 분류 상단 배너영역 */
.corp-banner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px 0px 10px;
}

.box {
  background: linear-gradient(135deg, #ed4747, #ff7c7c);
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(237, 71, 71, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.2;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease-out forwards;
  overflow: hidden;
}

.box:hover {
  transform: scale(1.03) translateY(0);
  box-shadow: 0 12px 30px rgba(237, 71, 71, 0.45);
}

.box-1, .box-2, .box-3 {
  height: auto;
}

.text h3 {
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.text p {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.box .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
}

.box .text {
  flex: 2;
  min-width: 0;
}

.box .image,
.box .image3 {
  flex: 1;
  max-width: 100px;
  margin-left: 10px;
  box-sizing: border-box;
}

.box .image img,
.box .image3 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* BASIC css end */

