/* BASIC css start */
#prdBrand .title { font-weight: 500; font-size: 32px; color: #111; line-height: normal; margin-bottom: 20px; }

/*³×ºñ°ÔÀÌ¼Ç (ºê·¹µåÅ©·³)*/
#prdBrand .loc-navi { margin-top: 40px; padding: 0 0 64px; }
#prdBrand .loc-navi dd { margin: 0;  font-size: 14px; color: #8f8f8f; line-height: normal; display: flex; align-items: center; gap: 4px; }
#prdBrand .loc-navi dd a { color: #8f8f8f; }
#prdBrand .loc-navi dd a:last-of-type { color: #111; }

/*º£½ºÆ® »óÇ° ¼½¼Ç*/
.best-section .swiper-wrapper { transition-timing-function: linear; }
.best-section .prd-wrap .pr-info .bottom{border-top: none; padding-top: 0;}
#prdBrand .best-section { padding: 0 0 64px; }

#prdBrand .best-swiper .swiper-slide { width: 280px !important; }
#prdBrand .best-swiper .prd-wrap .pr-info .pr-price{display: flex; justify-content: space-between; align-items: center;}
#prdBrand .best-swiper .prd-wrap .pr-info .pr-price > div > *{display: inline-block;}
#prdBrand .best-swiper .prd-wrap .pr-info .pr-price > div .strike{margin-left: 4px;}

/* º£½ºÆ® - ¼øÀ§ ¹èÁö (CSS counter) */
#prdBrand .best-swiper .swiper-wrapper { counter-reset: rank; }
#prdBrand .best-swiper .prod_thumb .rank { position: absolute; top: 0; left: 0; width: 40px; height: 40px; background: #fff; display: flex; align-items: center; justify-content: center;  font-size: 20px; color: #111; counter-increment: rank; }
#prdBrand .best-swiper .prod_thumb .rank::before { content: counter(rank); }

/* display none*/
.item-wrap .item-info{display: none;}

.title_ban_wrap{margin-bottom:60px;}
.title_ban_wrap img{width:100%}

.cate-wrap .lower-category{display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 32px;}
.cate-wrap .lower-category a{border-radius: 14px; display: flex; align-items: center; justify-content: center; text-align: center; width: 86px; height: 92px; color: #fff; font-weight: 600; font-size: 16px; background: linear-gradient(135deg,#C2C1C0 0%,#D3D3D3 100%);}
.cate-wrap .lower-category .sel a{background: linear-gradient(135deg,#FE7900 0%,#FF6262 100%);}
/* BASIC css end */

