/* BASIC css start */
.fit_visual img { width:100%; height:auto; }
.tit_ani { position:absolute; top:0; left:0; z-index:2; opacity:0; }
.tit_ani.ani01 { animation:aniTitle 1s 0.2s forwards; }
.tit_ani.ani02 { animation:aniTitle 0.8s 0.6s forwards; }
.tit_ani.ani03 { animation:aniTitle2 0.8s 0.6s forwards; }
@keyframes aniTitle {
    0% { opacity:0; transform:scale(0.8); }
    100% { opacity:1; transform:scale(1); }
}
@keyframes aniTitle2 {
    0% { opacity:0; transform:translateY(150px) scale(0.95); }
    100% { opacity:1; transform:translateY(0%) scale(1); }
}

.vdo_wrap { width:100%; display:none; }
.vdo_wrap video { width:100% !important; height:auto; }

.zerofit_info { padding:60px 0;  text-align:center; }
.zerofit_info h3 { font-size:36px; font-weight:800; font-style:italic; line-height:1; }
.zerofit_info .sub_tit { color:#848484; font-size: 20px; font-weight: 500; padding: 16px 0; }
.zerofit_info .main_txt { font-size: 14px; font-weight: 400; }

.scroll_stn{ position:relative; bottom:-40px; transition:0.8s; opacity:0; }
.scroll_stn.active{ position:relative; bottom:0 !important; opacity:1; }








.full-banner img { width:100%; }
.swiper { position:relative; width:100%; }
.swiper-slide > img { width:100%; height:auto; }

.goodsListWrap.best_list .swiper-slide { transform: scale(0.97) !important; transition:transform 0.3s; }
.goodsListWrap.best_list .swiper-slide .imgBox { background:#000; transition:background 0.3s; }
.goodsListWrap.best_list .swiper-slide .imgBox img { opacity:0.6; transition:opacity 0.3s; }
.goodsListWrap.best_list .swiper-slide.swiper-slide-active { transform: scale(1) !important; }
.goodsListWrap.best_list .swiper-slide.swiper-slide-active .imgBox { background:#fff; }
.goodsListWrap.best_list .swiper-slide.swiper-slide-active .imgBox img { opacity:1; }


.all_tit p { position:relative; font-size: 20px; font-weight: bold; margin:40px 15px 0;}
.line_deco { position:absolute; right:0; top:50%; transform:translateY(-50%); width:calc(100% - 200px); height:0.4px; background:#ccc; box-sizing:border-box; }



.topBannerWrap,
header{
    display:none;
}

#contents{
    padding-top:97px;
}

.shopBrandPage, 
.shopBrandPage *{
    box-sizing:border-box;
}

/*»ó´Ü fixed ÇØ´õ*/
.listPageHeader{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    background:#fff;
    z-index:998;
}

.listPageHeader .topBox{
    position:relative;
    border-bottom:1px solid #eee;
}

.listPageHeader .goToBackBtn{
    position:absolute;
    height:17px;
    top:50%;
    left:15px;
    transform:translateY(-50%);
}

.listPageHeader .goToBackBtn img{
    display:block;
    height:100%;
}

.listPageHeader .cateName{
    width:100%;
    text-align:center;
    padding:15px 0;
}

.listPageHeader .cateName a{
    display:inline-block;
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}

.listPageHeader .cateName a i{
    margin-left:2px;
}

.listPageHeader .rightBox{
    position:absolute;
    top:50%;
    right:15px;
    transform:translateY(-50%);
}

.listPageHeader .rightBox ul li{
    position:relative;
    height:19px;
    margin-left:15px;
}

.listPageHeader .rightBox ul li a img{
    display:block;
    height:100%;
}

.listPageHeader .rightBox ul li a .cnt{
    position: absolute;
    top: -1px;
    right: 50%;
    margin-right: -16px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #ff5c35;
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.listPageHeader .bottomBox{
    padding:0 15px;
    overflow:hidden;
    border-bottom:1px solid #eee;
}

.listPageHeader .cateList{
    overflow:visible;
}

.listPageHeader .cateList ul li{
    width:auto;
}

.listPageHeader .cateList ul li a{
    position:relative;
    display:block;
    line-height:45px;
    color:#777;
}

.listPageHeader .cateList ul li a.active{
    font-weight:bold;
    color:#111;
}

.listPageHeader .cateList ul li a.active:after{
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background:#111;
}

/*ÀüÃ¼ Ä«Å×°í¸® º¸±â*/
.bgMask{
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
}

.allCateViewBox {
    display: none;
    position: fixed;
    width: 100%;
    max-height: 85%;
    padding: 10px 30px 20px;
    top: 50px;
    left: 0;
    background: #fff;
    overflow: auto;
    z-index: 1005;
}

.allCateViewBox .c_tabCon .gnb > li > a{
    position:relative;
    display:block;
    line-height:40px;
    font-size:14px;
    font-weight:bold;
}

.allCateViewBox .c_tabCon .gnb > li > a span.c_enName{
    margin-left:5px;
    font-size:11px;
    font-weight:500;
    color:#999;
}

.allCateViewBox .c_tabCon .gnb > li > a i{
    position: absolute;
    font-size: 12px;
    line-height: 40px;
    top: 0;
    right: 0;
    text-align: right;
}

.allCateViewBox .c_tabCon .lnb{
    padding:13px 0;
    background:#f5f5f5;
}

.allCateViewBox .c_tabCon .lnb > li{
    width:50%;
    padding:0 20px;
}

.allCateViewBox .c_tabCon .lnb > li:nth-child(2n+1){
    padding-right:0;
}

.allCateViewBox .c_tabCon .lnb > li a{
    display:block;
    font-size:12px;
    line-height:25px;
}

/*º£½ºÆ® ¾ÆÀÌÅÛ*/
.bestGoods {
    padding:40px 15px 20px;
    overflow:hidden;
}

.bestGoods h2.secTit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align:center;
}

.bestGoods .swiper{
    overflow:visible;
}

.bestGoods .swiper .swiper-pagination-fraction{
    position: absolute;
    top: -35px;
    right: 0;
    left: auto;
    width: 50px;
    height: 18px;
    font-size: 11px;
    text-align: right;
}

.bestGoods .swiper .swiper-pagination-fraction .swiper-pagination-current{
    font-weight:bold;
}

.bestGoods.goodsListWrap ul li{
    overflow:hidden;
}

.bestGoods.goodsListWrap ul li .textBox{
    padding:10px 0;
}

.bestGoods.goodsListWrap ul li .textBox .name{
    padding-top:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bestGoods.goodsListWrap ul li .textBox .option{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*ÃÑ»óÇ°°³¼ö*/
.goodsListInfo{
    padding:20px 15px 15px;
}

.goodsListInfo .goodsCnt{
    display:block;
    line-height:20px;
}

.goodsListInfo .goodsSort select {
    height:20px;
    padding-right: 10px;
    border:none;
    appearance: none;
    background-image: url(/design/09women/2023_renew/image/icon/icon_select_down.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size:7px;
    background-color:#fff;
}

.goodsListInfo .goodsSort select::-moz-select-arrow {
  display: none;
}

.thisCateGoodsList{
    padding:0 5px;
}

.moreViewGoods{
    width:36px;
    margin:0 auto;
    color:#111;
}

.moreViewGoods i{
    display:block;
    width:36px;
    height:36px;
    line-height:34px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:18px;
}

.moreViewGoods span{
    display:block;
    padding-top:5px;
    text-align:center;
    font-size:12px;
    font-weight:500;
}


.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%; text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}

.shopbrand .coupon-benefit {position:relative; margin:-12px 0 10px 0;} 
.shopbrand .btn-coupon { display:inline-block; height:16px; padding:0; margin-left:5px; border:1px solid #000; font-size:10px;}
.shopbrand .btn-coupon span { display:inline-block; height:16px; padding:0 5px; color:#fff; background:#000; vertical-align:top; font-size:11px; }
.shopbrand .btn-coupon em { display:inline-block; height:16px; padding:0 3px 0 0; font-size:10px; vertical-align:top; color:#000; }

/* BASIC css end */

