/* BASIC css start */
#contents { padding-top:50px !important; }
.bottomBox.custom ul { display: flex;  padding: 20px 12px 0 12px; gap: 12px; }
.bottomBox.custom ul li a { padding:0 2px 2px 2px; }
.bottomBox.custom ul li a.active { border-bottom:1px solid #000; font-weight:600; }

.main_wrap img{display:block;}

.bestGoods { display:none !important; }

.main_wrap { width:100vw; overflow-x:hidden; }

.scroll_stn{ position:relative; transform:translateY(40px); transition:1.2s; opacity:0; }
.scroll_stn.active{ position:relative; transform:translateY(0) !important; opacity:1; }

.w100p { width:100%; height:auto; }
.flow .swiper-wrapper { align-items: center; transition-timing-function: linear; pointer-events:none; }
.flow01 img, .flow04 img, .flow04 img, .flow06 img { width:auto !important; height: 100%; }

.img_btm { display:flex; }

.flow01 { height:302px !important; background:#000 !important; }
.flow04  { height:469px !important; }
.flow06  { height:400px !important; background:#2e5333; }

.swiper05  { padding:40px 0 !important; }
.swiper09 { padding-top:80px !important; }

.pagination { position:absolute; left:50% !important; bottom:20px !important; text-align:center; transform:translateX(-50%); z-index:2; }
.pagination .swiper-pagination-bullet { width:12px; height:12px; border:2px solid #fff !important; background:transparent !important; }
.pagination .swiper-pagination-bullet-active { background:#fff !important; }

.abs { position:absolute; left:0; top:0; z-index:1; }
.btn_swp { animation:btnAni 1s infinite; pointer-events:none; }
@keyframes btnAni {
    0% { left:0; }
    50% { left:10px; }
    100% { left:0; }
}

.main_wrap video { margin-bottom:-5px; }

.stn_00 {  }
.stn_00 .fadeinup { position:relative; }
.stn_00 .fadeinup .abs { position:absolute; left:0; top:0; z-index:1; }
.stn_00 .fadeinup .abs:nth-of-type(2) { transition-delay:0.2s; }
.stn_00 .fadeinup .abs:nth-of-type(3) { transition-delay:0.4s; }

.stn_00 .fadeinup2 { position:relative; }
.stn_00 .fadeinup2 .abs { position:absolute; left:0; top:0; z-index:1; }
.stn_00 .fadeinup2 .abs:nth-of-type(2) { transition-delay:0.2s; }

.stn_01 {  }
.stn_01 .fadeinup { position:relative; }
.stn_01 .fadeinup .abs { position:absolute; left:0; top:0; z-index:1; }
.stn_01 .fadeinup .abs:nth-of-type(2) { transition-delay:0.4s; }


.stn_02 {  }
.stn_02 .fadeinup { position:relative; }
.stn_02 .fadeinup .abs { position:absolute; left:0; top:0; z-index:1; }
.stn_02 .fadeinup .abs:nth-of-type(2) { transition-delay:0.4s; }

.stn_05 {  }
.stn_05 .fadeinup { position:relative; }
.stn_05 .fadeinup .abs { position:absolute; left:0; top:0; z-index:1; }
.stn_05 .fadeinup .abs:nth-of-type(2) { transition-delay:0.4s; }
.flow04 { background:url('//sucia5374.imglink.kr/publishing/resource/image/lookbook/24ss/24ss_5_03_m.jpg') center no-repeat; background-size:cover; }

.flow05 { padding:40px 0 !important; }

.stn_07 {  }
.stn_07 .fadeinup { position:relative; }
.stn_07 .fadeinup .abs { position:absolute; left:0; top:0; z-index:1; }
.stn_07 .fadeinup .abs:nth-of-type(2) { transition-delay:0.4s; }

.stn_08 { padding-top:80px; }


.abs_wrap { position:relative; }
.abs_lst:nth-of-type(1) { position:absolute; top:0; left:0; z-index:1; }
.abs_lst:nth-of-type(2) { position:absolute; bottom:0; left:0; z-index:1; }


.stn_13 { padding-top:80px; }
.stn_13 .fadeinup { position:relative; }
.stn_13 .fadeinup .abs { position:absolute; left:0; top:0; z-index:1; }
.stn_13 .fadeinup .abs:nth-of-type(2) { transition-delay:0.4s; }


.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;
    background:#f8f8f8;
    overflow:hidden;
}

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

.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{
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.15);
    background:#fff;
    border-radius:10px;
    overflow:hidden;
}

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

.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:30px 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 15px;
}

.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 */

