/* -------- 메인 -------- */
/* .wrap.hotdeal {padding: 55px 0 150px;} */
.wrap.hotdeal .main_banner { border-radius: 0;}
.wrap.estpshop .main_banner {height: auto;}
.wrap.estpboard .main_banner {height: auto;}


/* .hot_last {width: calc(100% + 2.4em); margin-left: -1.2em; padding-left: 1.2em; overflow: hidden;} */
.lastSwiper .prd_list {display: flex; flex-direction: column; gap: 35px;}
.prd_con.type2 {flex-direction: column; width: 100%;}
.prd_con.type2 .prd_thumb {width: 100%; height: initial; aspect-ratio: 1;}
.prd_con.type2 .prd_info {width: 100%;}
.prd_con.type2 .prd_info .time {display: flex; align-items: center; padding: 6px 10px; width: 100%; justify-content: center; gap: 4px; background-color: #FFA539; border-radius: 5px; color: #fff; font-weight: 600;}
.prd_con.type2 .prd_info .time i {display: block; width: 16px; height: 16px; background: url(../img/group_time.png) no-repeat center/contain;}

.lastSwiper .swiper-pagination {position: static; display: flex; margin-top: 30px; justify-content: center; width: 100% !important; transform: initial !important;}
.lastSwiper .swiper-pagination-bullet {width: 8px; height: 8px; border-radius: 50%; background-color: #eee; transform: initial !important; opacity: 1;}
.lastSwiper .swiper-pagination-bullet-active {width: 30px; background-color: #5834E8; border-radius: 4px;}

.wrap.hotdeal .sub_tab {padding: 0;}
.wrap.hotdeal .sub_tab span {width: calc(100% / 4);}




/* 상품검색필터 */
.detail_filter {display: flex; align-items: center; gap: 10px; padding: 15px 0; flex-wrap: wrap; row-gap: 6px;}
.detail_filter .btn_filter {width: 36px; height: 36px; border-radius: 5px; background: url(../img/detail_filter.png) no-repeat center/contain; overflow: hidden;}
.detail_filter .ft_con {display: flex; align-items: center; gap: 5px; border-radius: 50px; background-color: #5834E8; padding: 8px 12px;}
.detail_filter .ft_con span {color: #fff; font-size: 14px; font-weight: 500;}
.detail_filter .ft_con i {display: block; width: 12px; height: 12px; background: url(../img/filter_delete.png) no-repeat center/contain;}
.detail_filter .ft_con.reset {border: 1px solid #5834E8; background-color: #fff; padding: 7px 12px;}
.detail_filter .ft_con.reset span {color: #5834E8;}
.detail_filter .ft_con.reset i {display: block; width: 12px; height: 12px; background: url(../img/reset_icon.png) no-repeat center/contain;}


.wrap.hotdeal .amount_filter {padding-bottom: 18px;}

.wrap.write .detail_filter {padding: 0;}

.sub_info.hot {display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 20px; border-top: 1px solid #eee; margin-top: 20px;}
.sub_info.hot span {font-size: 14px;}
.sub_info.hot dl {display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.5;}
.sub_info.hot dt {color: #666;}
.sub_info.hot dd {color: #444;}