/* 개선으로 인해 사라짐  */
.category_cont {
    background: url("img/imgbg.png");
    height: 100%;
    position: relative;
    display: flex;
}

/* 개선으로 인해 사라진 버튼 박스 */
.btnbox {
    margin: auto;
    width: 100%;
    position: relative;
    height: 100%;
}

/* 개선전 탭바 마켓 */
.market {
    float: left;
    width: 47%;
    background: url(img/imgmarket.png) no-repeat;
    background-size: 90%;
    margin-left: 5%;
    position: absolute;
    height: 50%;
    bottom: 50px;
}
/* 개선전 탭바 역경매 */
.auction {
    float: left;
    width: 47%;
    background: url(img/imgauction.png) no-repeat;
    background-size: 90%;
    margin-left: 1%;
    height: 50%;
    bottom: 50px;
    position: absolute;
    left: 50%;
}
/* 카테고리 리스트 */
.categoryList {
    padding: 20px 10px 100px 10px;
}

/* 카테고리 리스트 아이템 */
.categoryitem {
    /* border */
    border: 0;
    /* size */
    width: 20%;
    height: 125px;
    padding: 0;
    /* display */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #000;
    cursor: pointer;
}


.categoryitem-detail{
    word-break: normal;
    white-space: normal;
}

/* 카테고리 리스트 이미지 */
.categoryitem > img {
    width: 55px;
    height: 55px;
    position: relative;
    left: 0;
    top: 0;
}

/* 카테고리 텍스트 */
.category_txt{
    width: 90px;
    /* font */
    font-size: 12px;
}



/* 상단 고정 wrapper */
.category-top-wrapper{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10000;
}

/* top header */
.top-header{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

/* 카테고리 뒤로가기 버튼 */
.category-backbtn {
    width: 25px;
    height: 25px;
    margin-left: 16px;
}
/* 카테고리 뒤로가기 아이콘 */
.category-backbtn img{
    width: 100%;
    height: auto;
}
/* 현재 탭 타이틀 */
.category-headtitle{
    font-family: var(--font-kr);
    font-size: 18px;
    line-height: 0;
}

/* 상단탭 좌측 섹션 */
.top_left_sec{
    width: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

/* 카테고리 검색 버튼 */
.category-search {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 16px;
}
/* 카테고리 검색 버튼 */
.category-search img{
    width: 100%;
    height: auto;
}

/* 탭바 */
.category-tab-wrapper{
    width: 100%;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-tab{
    width: 50%;
    height: 50px;
    cursor: pointer;
    /* 기본보더 넣어두기 */
    border: 2px solid #fff;
    /* flex */
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-tab div{
    color: var(--main-dark-grey);
    text-align: center;
    font-family: var(--font-kr);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

/* 카테고리 탭바 wrapper */
.category-tab-wrapper{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

/* 카테고리 배너 */
.category-banner-wrapper{
    width: 100%;
}
/* 카테고리 배너 이미지 */
.category-banner{
    width: 100%;
    height: auto;
}

/* Category 토글 박스 스타일 */
.category-toggle-box{
    min-height: unset;
    height: 270px;
    overflow-y: hidden;
}


/* Showmore On/Off */
.category-toggle-box.ca-showmore-active{
    height: auto;
    padding: 20px 10px 0px 10px;
}

/* Showmore button */
.category-toggle-btn-wrapper{
    width: 100%;
    background-color: #fff;
    padding: 20px 16px 20px 16px;
}

.category-toggle-btn{
    width: 100%;
    height: 40px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    /* display */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 100% */
    color: var(--main-dark-grey);
}

/* Section toggle Icon */
.section-toggle-icon-box{
    width: 16px;
    height: 16px;
}

.section-toggle-icon-box img{
    width: 100%;
    height: 100%;
}

/* Catrgory Bottom-space */
.category-bottom-space{
    padding-bottom: 80px;
}

/* Home more btn */
.home-more-btn{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* 상품/디자인 추천 섹션 Home Main design padding 사이드 부분 제외시켜서, 안정적이게 스크롤 될 수 있게 */
.main-design{
    width: auto;
    padding-right: 0;
    padding-left: 16px;
    overflow-x: hidden;
}

/* Hom contents list 스타일링 */
.home-contents-list{
    width: auto;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: unset;
}

/* Home Item 스타일링 */
.home-product-swiper-item{
    width: 130px !important;
    margin: 0 !important;
}


/* Total Product Item 스타일링 */
.item{
    width: 130px;
    height: 240px;
    padding: 0 !important;
}


/* 디자인 하단  태그 */
.style_fast > img {
    height: 20px;
    margin: 0;
}
.style_edit1 > img {
    width: 60px;
    height: 17px;
    margin-left: calc(50% - 20px);
}

/* 모든 상품 모두보기 버튼 */
.product-more-slide{
    font-family: var(--font-kr);
    width: auto;
}
.slider-more-btn{
    width: 110px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 모두보기 에롤우 아이콘 */
.slider-more-img{
    width: 30px;
    height: 30px;
}

.slider-more-img img{
    width: 100%;
    height: 100%;
}

/* 모두보기 글귀 */
.slider-more-txt{
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
}

/* PC 푸터 */
.companyinfo{
    display: none;
}

@media screen and (max-width: 768px) {
    .category_txt{
        width: 48px;
        /* font */
        font-size: 12px;
    }
}

/* PC 버전 */
@media screen and (min-width: 992px) {
    /* top header */
    .top-header{
        display: none;
    }

    /* 홈 컨텐츠 리스트 */
    .home-contents-list{
        gap: 2px;
    }
    .home-product-swiper-item{
        width: 200px !important;
    }
    .item{
        width: 190px;
        height: 300px;
    }
    .slider-more-btn{
        height: 220px;
    }

    /* 메인 상품 리스트 부분 */
    .main-sec-limit{
        width: 100%;
        background-color: #fff;
    }
    .main-design{
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        padding: 40px;
        padding-left: 0;
    }

    /* 배너 */
    .category-banner-sec-limit{
        padding: 40px 0;
    }
    .category-banner-wrapper{
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
    }

    /* 카테고리 부분 */
    .category-top-wrapper{
        position: relative;
        width: 100%;
        background: #FFF;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    }
    .category-tab-wrapper{
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        box-shadow: unset;
        /* flex */
        justify-content: flex-start;
        gap: 30px;
    }
    .menu-tab{
        width: auto;
        padding: 15px 8px;
        flex:1;
    }

    /* 카테고리 부분 */
    .categoryList {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    /* PC 푸터 */
    .category-bottom-space{
        display: none;
    }
    .companyinfo{
        display: flex;
        padding-top: 40px;
    }
}

/* 992px 과 1300px 사이 */
@media screen and (min-width: 992px) and (max-width: 1300px) {
    /* 카테고리 아이템 */
    .categoryitem{
        width: 10%;
    }
}

/* 1300px 이상 */
@media screen and (min-width: 1300px) {
    body,html{
        height: auto;
    }
    /* 카테고리 아이템 */
    .categoryitem{
        width: 10%;
    }
    .category-toggle-btn-wrapper{
        display: none;
    }

    .category-toggle-box, .category-auction-box{
        height: auto;
        padding-bottom: 20px;
    }
    .category-auction-box{
        min-height: unset;
        overflow-y: hidden;
    }
    
}