.wd_brand_index_catetitle{
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color : #4D4D4D;
	margin-bottom : 24px;
}
.wd_brand_index_flex{
	width: 100%;
	gap: 30px 0px;
}
.wd_brand_index_item_wrap{
	width: 200px;
}
.wd_brand_index_itembox{
	width: 100%;
}
.wd_brand_index_item_image{
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	margin-bottom : 10px;
}
.wd_brand_index_item_image_wrap{
	position: absolute;
	top : 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
.wd_brand_index_item_image_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wd_brand_index_item_name{
	font-size: 15px;
	font-weight: 700;
	line-height: 16px;
	color: #4D4D4D;
}
.wd_brand_index_item_price{
	font-size: 13px;
	color: #A1A19F;
	margin-top : 4px;
}
.wd_brand_index_pager{
	width: 100%;
	margin : 100px auto;
	justify-content: center !important;
	gap: 16px;
}
.wd_brand_index_pager_item{
	width: 16px;
	height: 20px;
}
.wd_brand_index_pager_item:hover{
	opacity: 0.5;
}
.wd_brand_index_pager_item_wrap{
	width: 100%;
	height: 20px;
	line-height: 19px;
	text-align: center;
	color: #4D4D4D;
	font-size: 12px;
}
.wd_brand_index_pager_item_wrap.wd_active{
	border-bottom : 1px solid #4D4D4D;
}
.wd_category_container{
	width : calc( 100% - 80px );
	max-width: 900px;
	margin : 72px auto 0px;
}

.wd_category_abox{
	width: 100%;
	margin: 0px auto 40px;
	justify-content: left !important;
}
.wd_category_abox_initial{
	width: 120px;
	height: 40px;
	line-break: 40px;
	font-size: 20px;
	font-weight: 700;
	color: #4D4D4D;
}
.wd_category_abox_list{
	width: calc( 100% - 120px );
	justify-content: left !important;
}
.wd_category_abox_item_wrap{
	width: 240px;
}
.wd_category_abox_itembox{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #4D4D4D;
	font-size: 16px;
	word-break : break-all;
}
.wd_category_abox_itembox:hover{
	opacity: 0.5;
}

.wd_brand_stockbtn_wrap{
  width : fit-content;
  max-width : 100%;
  height : 32px;
  border : 1px solid #000000;
  line-height : 30px;
  border-radius : 15px;
  font-size : 14px;
  font-weight : 900;
  text-align : center;
  color : #999999;
  margin-bottom : 24px;
  opacity : 0.5;
}
.wd_brand_stockbtn{
  width : 200px;
  height : 30px;
}
.wd_brand_stockbtn_wrap:hover{
  opacity : 1;
}
.wd_brand_stockbtn_wrap.wd_active{
  background-color : #000000;
  color : #FFFFFF;
  opacity : 1;
}
.wd_brand_stockbtn_wrap.wd_active a,
.wd_brand_stockbtn_wrap.wd_active a:link,
.wd_brand_stockbtn_wrap.wd_active a:visited{
  color : #FFFFFF;
}

.wd_brand_index_item_soldout_wrap{
  position : absolute;
  top : 0%;
  left : 0%;
  width : 100%;
  height : 100%;
  background-color : rgba(255,255,255,0.8);
}
.wd_brand_index_item_soldout{
  position : absolute;
  top : 50%;
  left : 0%;
  width : 100%;
  transform : translate(0%,-50%);
  text-align : center;
  font-size : 14px;
  font-weight : 900;
}

/* TB Site 
____________________________________________________________ */
@media screen and (max-width: 1000px) {
  .wd_brand_index_item_wrap{
    width: 48%;
    max-width: 200px;
  }
  .wd_brand_index_item_name{
    font-size: 14px;
  }
  .wd_category_abox{
    width: 100%;
  }
  .wd_category_abox_initial{
    width: 100%;
    height: 40px;
  }
  .wd_category_abox_list{
    width: 100%;
    gap : 20px 0px;
  }
  .wd_category_abox_item_wrap{
    width: 50%;
    max-width: 160px;
  }
  .wd_category_abox_itembox{
    line-height: 1.8;
    height: auto;
  }
}



.sortListWrap {
  text-align: right;
  margin-bottom: 1rem;
}
.sortList {
  width: fit-content;
  border: none;
  outline: none;
}

