@charset "utf-8";

/* 슬라이드 공통 */
.swiper-button-next, .swiper-button-prev  {margin-top:-10px;justify-content:none;}
.swiper-button-next:after, .swiper-button-prev:after {content: '';}

/* 헤더 검색 , 메뉴바 */
#header .search input{height:auto;line-height: 0px;box-sizing: border-box;}
#header .head_bottom .swiper-slide {width:auto;}
#header { padding:20px 0; margin:0 15px; }

/* 메인 슬라이드 */
.mbSwiper .swiper-pagination-fraction {width:auto;left:auto;}

/* 신상품 슬라이드 */
.newWeekItem .weekitem_tab .titSwiper .swiper-slide {width:auto;}
.newWeekItem .weekitem_tab .itemtab .prod .img {position: relative;}
.newWeekItem .weekitem_tab .itemtab .prod .img img {max-height:100px;min-height: 100px;}
.newWeekItem .weekitem_tab .itemtab .prod .img .soldOut {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;}

/* 캐릭터 브랜드 슬라이드 */
.character .chSwiper .swiper-slide {width:auto;}

/* 브랜드 슬라이드 */
.brand .bdSwiper .swiper-slide {width:auto;}

/* 베스트상품 슬라이드 */
.bestIem .betitem_tab .besttitSwiper .swiper-slide {width:auto;}
.bestIem .betitem_tab .itemtab .prod .img {position: relative;}
.bestIem .betitem_tab .itemtab .prod .img img {max-height:100px;min-height: 100px;}
.bestIem .betitem_tab .itemtab .prod .img .soldOut {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;}
.bestIem .betitem_tab .itemtab ul li .ranking {
    background-image: url(/images/common/ranking.png);
    width: 20px;
    height: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    position: absolute;
    padding-top: 5px;
    font-size: 13px;
    z-index: 1;
}
.bottom_menu{z-index: 1;}