.topCateSwipe .cateSwipe.swiper-container .swiper-wrapper { width:100%;max-width:100%;}
.topCateSwipe .cateSwipe.swiper-container .swiper-wrapper a {
    display: inline-block;
    width:auto!important;
    height: 100%;
    color: #000;
    font-size: 14px;
    line-height: 50px;
    font-weight: 400;
    opacity: 1;
	margin-right:15px;
}
 .topCateSwipe .cateSwipe.swiper-container .swiper-wrapper a.first:after{    content: "";
    width: 5px;
    height: 5px;
    background: #ec0000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 8%;}
.topCateSwipe .cateSwipe.swiper-container .swiper-wrapper .bltxt  {
    background: url(https://xexymix.jpg3.kr/xexymix/main/m/cate_bl_logo.png) no-repeat 0 17px;
	background-size: 16px;
    padding-left: 20px;
    font-weight: 500;
    opacity:1;
}





.topCateSwipe .category-btn {
	position:absolute;
	top:0px;
	right:0px;
	width:39px;
	height:39px;
    background:white;
	border-left:1px solid #e5e5e5;
    text-align:center;
}
 .topCateSwipe .category-btn.active img {
	transform:rotate(180deg);
}


.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 22px;
  overflow:hidden;
  margin-top: -11px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}