/* BASIC css start */
body header{
    border-bottom:none;
}

body header.fixed{
    border-bottom:1px solid #e9e9e9;;
}

#LIST_PAGE{
    padding: 115px 16px 0;
    box-sizing: border-box;
}

.categoryList{
    width:276px;
}

.sort_box{
    padding-bottom:40px;
}

.sort_box p{
    font-size:16px;
    font-weight:500;
    line-height:20px;
}

.sort_box .goodsSort select{
    border:none;
    height:20px;
    font-size:14px;
}

.listWrap{
    width: calc(100% - 310px);
    padding: 25px 0;
}

.categoryList dl dt{
    padding:25px 0;
    font-size:26px;
    font-weight:600;
    line-height:32px;
    border-bottom:1px solid #000;
}

.categoryList dl dd .depth_1 > li > a{
    display:block;
    padding:15px 0;
    font-size:18px;
    line-height:25px;
    font-weight:500;
    border-bottom:1px solid #e9e9e9;
}

.categoryList dl dd .depth_1 > li > a.on{
    border-bottom:1px solid #000;
}

.categoryList dl dd .depth_2{
    display:none;
    padding:29px 21.5px;
    background:#f8f8f8;
}

.categoryList dl dd .depth_2 li a{
    display:block;
    margin-bottom:20px;
    font-size:16px;
    line-height:26px;
    font-weight:500;
    color:#b1b1b1;
}

.categoryList dl dd .depth_2 li a.on{
    color:#000;
}

.categoryList dl dd .depth_2 li:last-child a{
    margin-bottom:0;
}

.prd_type {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #7f7f7f;
}

.goodsListWrap ul li .imgBox {
    height:275px;
}

.goodsListWrap ul li .imgBox img {
    height:100%;
    object-fit: cover;
}



@media (max-width: 1400px) {
    #LIST_PAGE {

    }

    .goodsListWrap ul li .imgBox img {
        object-fit: contain;
    }
}

@media (max-width: 1280px) {
    #LIST_PAGE {
        padding: 65px 16px 0;
    }

    .categoryList {
        width: 246px;
    }

    .listWrap {
        width: calc(100% - 270px);
    }

    .categoryList dl dt {
        font-size: 20px;
        line-height: 1;
        padding: 20px 0;
    }

    .categoryList dl dd .depth_1 > li > a {
        font-size: 16px;
        line-height: 1;
        padding: 14px 0;
    }

    .categoryList dl dd .depth_2 {
        padding: 20px 8px;
    }

    .categoryList dl dd .depth_2 li a {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 16px;
    }

    .sort_box {
        padding-bottom: 24px;
    }

    .sort_box p {
        font-size: 15px;
    }

    .goodsListWrap.grid_05 ul {
        margin-bottom: 60px;
    }
}
/* BASIC css end */

