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

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

#LIST_PAGE{

}

#LIST_PAGE .myWrap {
    width:1600px;
    padding-top:70px; /*±âÁ¸ºÐ·ùÆäÀÌÁö´Â 80px·Î µÇ¾îÀÖÀ¸³ª Å¸ÀÌÆ²»èÁ¦·Î ¼öÄ¡ÁÙÀÓ*/
}

/* ÇÜ¹ö°Å ¸Þ´º Ä«Å×°í¸® */
.ham_cateList {display:none;}
.ham_cateList.show {display:block !important;}
.ham_cateList .cate_wrap {margin-bottom:50px;}
.ham_cateList .cate_wrap ul {display: flex;justify-content: center;}
.ham_cateList .cate_wrap ul li {margin-right:20px;text-align:center;}
.ham_cateList .cate_wrap ul li.active a {box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22);}
.ham_cateList .cate_wrap ul li:last-child {margin-right:0;}
.ham_cateList .cate_wrap ul li span {font-size:16px;display:block;margin-top:10px;font-weight: 500;}
.ham_cateList .cate_wrap ul li a {display: flex;flex-direction: column;align-items: center;justify-content: center;width:105px;height:105px;border-radius:20px;background-color:#f3f3f3;transition:all .3s;}
.ham_cateList .cate_wrap ul li a:hover {box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22);transition:all .3s;}
.ham_cateList .cate_wrap ul li a img {width:56px;}

.cateBanner > img {
    width:100%;
}


.categoryList{
    width:100%;
}

.categoryList .brandCate {
    display:none;
}

.categoryList .brandCate.show {
    display:block !important;
}


.categoryList .brandCate ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px; 
}

.categoryList .brandCate ul li {
    
}

.categoryList .brandCate ul li:last-child {
    margin-right:0;
}

.categoryList .brandCate ul li a {
    display:block;
    width: 105px;
    height: 105px;
    background-color: #f3f3f3;
    border-radius: 20px;
    margin-right: 25px;
    transition:all .3s;
}

.categoryList .brandCate ul li a.on {
    background-color:#000;
}

.categoryList .brandCate ul li a:hover {box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22);transition:all .3s;}

.categoryList .brandCate ul li a span {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #080404;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

.categoryList .brandCate ul li a img {
    width:100%;
}

#cate_target {
    padding-top:20px;
}

#cate_target .cate3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

#cate_target .cate3 li {
    padding-right:30px;
}

#cate_target .cate3 li:last-child {
    padding-right:0;
}

#cate_target .cate3 li a {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 500;
}

.sort_box{
    padding-bottom:15px;
}

.sort_box .goodsCount {
    display:none;
}


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


.sort_box .goodsSort ul {
    display: flex;
    align-items: center;
}


.sort_box .goodsSort ul li a{
    font-size:14px;
    color: rgba(0, 0, 0, 0.7);
}


.sort_box .goodsSort ul li a::after {
    content:"";
    display:inline-block;
    width:1px;
    height:15px;
    background: #dcdcdc;
    margin: 0 10px -3px 10px;
}

.sort_box .goodsSort ul li:last-child a::after {
    display: none;
}

.listWrap{
    width:1600px;
    padding-top:40px;
}


.categoryList dl dt{
    position:relative;
    padding-bottom:10px;
    font-size:20px;
    font-weight:600;
    line-height:32px;
    text-align: center;
    color:#080404;
    /*border-bottom:1px solid #e9e9e9;*/
}
/*
.categoryList dl dt:after {
    content:"";
    display:block;
    width:40px;
    height:2px;
    background:#000;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
}*/

.categoryList .depth_1 > li > a{
    display:block;
    padding:10px 20px;
    font-size:16px;
    line-height:18px;
    font-weight:500;
    background-color: #f4f4f4;
    border-radius:50px;
    color: rgba(0, 0, 0, 0.7);
}

.categoryList .depth_1 > li {
    margin-right:20px;
}


.categoryList .depth_1 > li:last-child {
    margin-right:0;
}

.categoryList .depth_1 {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.categoryList .depth_1 > li > a.on{
    background-color:#000;
    color:#fff;
}

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

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

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

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


/*.categoryList .depth_1 .cate3 {
    display:none;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translate(-50%);
}

.categoryList .depth_1 .cate3.on {
    display:block;
}

.categoryList .depth_1 .cate3 li {
    float:left;
}

.categoryList .depth_1 .cate3 li {
    padding-right:30px;
}

.categoryList .depth_1 .cate3 li:last-child {
    padding-right:0;
}

.categoryList .depth_1 .cate3 li a {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 500;
}*/

.goodsListWrap ul li .textBox {
    padding-top:20px;
}

.goodsListWrap ul li .textBox .g_icon {
    padding-top:0;
    padding-bottom:5px;
}

.prd-sale {
    display: flex;
    align-items: center;
    margin-top: 8px;
    font-size: 14px;
    letter-spacing: -0.025em;
    font-weight: 500;
}

.prd-sale img {
    width: 16px;
    margin-top: -2px;
    margin-right: 8px;
}

.prd-sale .list_timer {
    font-weight: 500;
}

/* BASIC css end */

