/* 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: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;
}











/*½½¶óÀÌµå³»ºÎÁ¦ÀÛ*/

    .f4-hero { position: relative; width: 1600px; height: 785px; margin: 0 auto; overflow: hidden; color: #fff; background:#000; display:flex; align-items:center; justify-content:center; }

    .f4-hero-bg { position: absolute; inset: 0; background-image: url('https://fash4you.speedgabia.com/renewal/category/bg.png'); background-size: cover; background-position: center; z-index: 0; }

    .f4-hero-slides { position: relative; width: 1600px; height:600px; overflow:hidden; z-index:1; margin: 35px auto 150px auto; }

    .f4-hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.1s ease; }
    .f4-hero-slide.f4-active { opacity: 1; }

    .f4-hero-copy {
      position: absolute; z-index: 2;
      top: 47%; left: 50%; transform: translate(-50%, -50%);
      text-align:center;
      color:#fff;
      text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }
    .f4-hero-eyebrow { font-size: 16px; font-weight: 600; letter-spacing: .08em; opacity: .9; }
    .f4-hero-title { font-size: 65px; font-weight: 800; line-height: 1.2; }
    .f4-hero-desc { font-size: 18px; font-weight: 400; opacity: .85; }

    @media (max-width: 1600px) { .f4-hero { width:100%; } .f4-hero-slides{width:100%;} }
/* BASIC css end */

