/* BASIC css start */
#contentWrapper{overflow: hidden;}
.swp_wrap { position:relative; width:990px !important; height:712px; }
.swiper.mdpick { width:100% !important; }
.swiper.mdpick .textBox { padding-top: 16px; }
.swiper.mdpick .textBox > a { display:flex; flex-direction:column; gap:6px; }
.swiper.mdpick .my-wish-list.wishBtn { float:right; }
.swiper.mdpick .icon { display:block; padding-top:10px; }
.swiper.mdpick .brand { font-weight: bold; font-size: 13px; padding-bottom: 8px; }
.swiper.mdpick .normal { font-size: 15px; font-weight: 600; }
.swiper.mdpick .txt_org_price { font-size: 11px; color: #999; text-decoration: line-through; padding: 0px 4px; }
.swiper.mdpick .txt_sale_per.dc_per { font-size: 15px; color: #ff5c35 !important; font-weight: bold; }

.swp_wrap .swiper-button-prev1, .swp_wrap .swiper-button-next1 { position:absolute !important; top: 264px !important; z-index:1 !important; cursor:pointer; }
.swp_wrap .swiper-button-prev1 { left: -56px; }
.swp_wrap .swiper-button-next1 { right: -56px; }




/* º½¸®´º¾ó */
.New .goodsListWrap.grid_3 ul { display:flex !important; flex-wrap:wrap; grid-template-columns:unset !important; }
.New .goodsListWrap.grid_3 ul li { width: calc(25% - 15px); }
.New .goodsListWrap.grid_3 ul li:nth-child(-n+3) { width: calc(33.33% - 14px); }

.md_wrap { display:flex; justify-content:space-between; align-items:flex-start; padding:40px 0 180px; }
.md_wrap .secTit { font-weight:bold !important; margin-bottom:8px !important; }
.sub_tit { padding-left:4px; font-size: 20px; font-weight: 400; line-height: normal; }
.ifr_wrap { border-radius:8px; outline:2px solid #fff; border:none !important; }
.swp_wrap { display:flex; flex-direction:column; justify-content:space-between; }
.swp_wrap > a { display:flex; justify-content:space-between; align-items:center; margin-top:36px; padding:22px 85px; background: linear-gradient(93deg, rgba(255, 238, 198, 0.80) 16.82%, rgba(255, 215, 228, 0.80) 80.01%);
 color:#000; font-size: 24px; font-weight: 400; line-height: normal; border-radius:8px; text-align:center; transition:transform 0.3s; }
 .swp_wrap > a:hover { transform:scale(1.02); }
.swp_wrap > a b { font-size: 28px; font-weight: 700; }

.Ranking { padding-top:150px; }

.shortform { padding-bottom:150px; }
.shortform .secTit { display:flex; align-items:center; gap:8px; margin-bottom:8px; }
.shortform ul li p { font-size:16px; font-weight:600; padding:12px 0 0 4px; }

.Magazine { padding:30px 0 68px; }
.Magazine ul { display:flex; gap:20px; padding-top:8px; }
.Magazine ul li { width:calc(33.33% - 13.33px); }
.Magazine ul li img { width:100%; height:auto; border-radius:4px; }
.Magazine ul li p { font-size: 18px; font-weight: 600; padding-top: 12px; }




/*°øÅë*/
h2.secTit{
    font-size: 34px;
    font-weight: 600;
    width:100%;
    max-width: 1800px;
    margin: 0 auto 20px;
    line-height: 1;
}

h2.secTit em{font-weight:600}


.secSubTit{
    font-size:15px;
    margin-bottom: 25px;
}

.secSubTit .c_orange{
    color:#ff5c35;
}

.secSubTit .c_bold{
    font-weight:500;
}

.secSubTit a.fr{
    float:right;
    font-size:12px;
    font-weight:500;
}

.secSubTit a.fr i{
    vertical-align: middle;
    margin-top: -3px;
}

.swiper{
    overflow:visible;
}




/* ¸ÞÀÎ ºñÁê¾ó ¹è³Ê */

.mainSlider .swiper-slide { transform:scale(0.8) !important; background:#000; transition:transform 0.3s !important; }
.mainSlider .swiper-slide img { opacity:0.5; transition:opacity 0.3s; }
.mainSlider .swiper-slide-active { transform:scale(1) !important; }
.mainSlider .swiper-slide-active img { opacity:1; }

.mainSlider{ width:100%; margin:auto}

.mainSlider .swiper{
    display:block;
    width:100%;
}

.mainSlider .swiper .swiper-slide {
    width:600px;
}

.mainSlider .swiper .swiper-slide img{
    display:block;
    width:100%;
    height:auto;
}

.mainSlider .swiper .openSlideListBtn{
    position: absolute;
    bottom: 20px;
    z-index: 99;
    width: 48px;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    border-radius: 15px;
    background: rgba(19,19,19,0.5);
    color: #fff;
    left: 50%;
    margin-left: -24px;
}
    
.mainSlider .swiper .openSlideListBtn .swiper-pagination{
    position:static;
    display:inline-block;
    width:48px;
}

.mainSlider .swiper .openSlideListBtn .swiper-pagination .swiper-pagination-current{
    font-weight:bold;
}

.mainSlider .swiper .openSlideListBtn i{
    position: absolute;
    top: 7px;
    font-size: 10px;
    right: 10px;
    transform: scale(0.7);
}


.mainSlider .swiper .swiper-button-prev{
    left: calc(50% - 350px);
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_l_b.png) no-repeat;
    
    width: 20px;
    height: 40px}
.mainSlider .swiper .swiper-button-next{
    right: calc(50% - 350px);
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_r_b.png) no-repeat;
    width: 20px;
    height: 40px}

.mainSlider .swiper .swiper-button-prev:after,
.mainSlider .swiper .swiper-button-next:after{font-size:0}




/* ÀÌ¹ÌÁö ¹è³Ê */
.imgBanner { margin:120px auto; position:relative; width:94%; overflow:hidden }
.imgBanner ul { display: flex; gap:20px; justify-content:center; }
.imgBanner ul li{ width:25%; max-width:435px; }
.imgBanner ul li a{ }
.imgBanner ul li .imgWrap{}
.imgBanner ul li .imgWrap img{ width:100%; height:auto; }
.imgBanner ul li .textWrap{margin-top: 35px; display: block; text-align: center;}
.imgBanner ul li .textWrap strong{font-size:20px; font-weight:bold; display: block; margin-bottom: 18px;}
.imgBanner ul li .textWrap span{font-size: 12px; color: #7b7b7b; line-height: 18px; font-weight: 500;}




/*½Ç½Ã°£ BEST*/
.NowBest{
    padding: 100px 0;
    background:#FAF8EF;
}

.NowBest .secTabMenu li a{
    border-bottom:2px solid #f6f6f6;
}

.NowBest .secTabCon{
    max-width: 1903px;
    margin: 0 auto;}
    
.NowBest .secTabCon .goodsListWrap{
    position:relative;
    display:none;
}


[id^="nowBestTAB_0"] ul,
[id^="nowBestTAB_1"] ul{width:1800px;margin:0 auto}
[id^="nowBestTAB_0"] .swiper-button-prev,
[id^="nowBestTAB_1"] .swiper-button-prev{background: url(/design/09women/2023_renew/pc/newIcons/arrow_l_b.png) no-repeat; width: 20px; height: 40px; top: 240px;}
[id^="nowBestTAB_0"] .swiper-button-next,
[id^="nowBestTAB_1"] .swiper-button-next{background: url(/design/09women/2023_renew/pc/newIcons/arrow_r_b.png) no-repeat; width: 20px; height: 40px; top: 240px;}
[id^="nowBestTAB_0"] .swiper-button-prev:after,
[id^="nowBestTAB_0"] .swiper-button-next:after,
[id^="nowBestTAB_1"] .swiper-button-prev:after,
[id^="nowBestTAB_1"] .swiper-button-next:after{font-size: 0;}
[id^="nowBestTAB_0"] .swiper-slide,
[id^="nowBestTAB_1"] .swiper-slide{margin-bottom:0}

/*Tab*/

.secTabMenu{
    width: 1800px;
    margin: 0 auto 30px;
}

.secTabMenu li{
    width:auto;
    margin-right:35px;
}

.secTabMenu li:last-child{
    margin-right:0;
}

.secTabMenu li a{
    display:block;
    font-size:15px;
    color:#777;
    padding-bottom:4px;
    border-bottom:2px solid #fff;
}

.secTabMenu li.active a{
    color:#111;
    font-weight:bold;
    border-bottom:2px solid #111;
}


/*InnerTab*/

.innersecTabMenu{
    width: 1800px;
    margin: 30px auto 40px;
    overflow: visible !important;
}

.innersecTabMenu  ul.swiper-wrapper{
    display: block;
    text-align: center;}

.innersecTabMenu li{
    width:auto;
    margin-right:5px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.innersecTabMenu li:last-child{
    margin-right:0;
}

.innersecTabMenu li a{
    padding: 7.5px 15px;
    border: 1px solid #dddddd;
    font-size: 14px;
    background: #fff;
    color:#777777;
    border-radius: 16px;
}

.innersecTabMenu li.active a{
    color:#fff;
    background:#000;    
    border: 1px solid #000;
}



/*wideBnr*/
.wideBnr{display:flex; max-width:1903px;margin:0 auto;}
.wideBnr a{width:50%;display:inline-block; vertical-align:top;}
.wideBnr a img{width:100%}


/*SHOES*/
.Pick{ padding: 100px 0;}
.PickList{display: flex;}
.PickList .swiper{width: 680px;height: 900px; margin-right: 60px;}
.PickList .swiper ul{}
.PickList .swiper ul li{}
.PickList .swiper ul li a{}
.PickList .swiper ul li a img{}


.PickList .swiper .swiper-button-prev:after,
.PickList .swiper .swiper-button-next:after{font-size:0}
.PickList .swiper .swiper-button-prev{opacity:1;
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_l_w.png) no-repeat;
    width: 24px;
    height: 48px;}
.PickList .swiper .swiper-button-next{opacity:1;
    background: url(/design/09women/2023_renew/pc/newIcons/arrow_r_w.png) no-repeat;
    width: 24px;
    height: 48px;}

.PickList .goodsListWrap{width: 1060px; float: right;}
.PickList .goodsListWrap ul li{margin-bottom:40px}
.PickList .goodsListWrap ul li.no05,
.PickList .goodsListWrap ul li.no06,
.PickList .goodsListWrap ul li.no07,
.PickList .goodsListWrap ul li.no08{margin-bottom:0}
.PickList .goodsListWrap ul li .icon{display:none}


/*trend Tag*/
.trendTag{width:1480px;margin:120px auto;}
.trendTag .secTit{margin-bottom: 35px;}
.trendTag .secTabMenu{margin-bottom:38px}
.trendTag .secTabMenu li{
    width:auto;
    margin-right:5px;
}

.trendTag .secTabMenu li:last-child{
    margin-right:0;
}

.trendTag .secTabMenu li a{
    display:block;
    padding:0 15px;
    font-size:14px;
    line-height:32px;
    color:#777;
    background:#efefef;
    border-radius:16px;
    border:0;
}

.trendTag .secTabMenu li.active a{
    color:#fff;
    font-weight:400;
    background:#000;
    border:0;
}

.trendTag .secTabCon .goodsListWrap{
    display:none;
    padding-bottom:30px;
}

.trendTag .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 18px;
}

.trendTag .swiper-pagination-bullet{
    width:6px;
    height:6px;
    background:#efefef;
    opacity:1;
}

.trendTag .swiper-pagination-bullet-active{
    background:#111;
}


/*BRAND*/
.Brand{
    background: #FAF8EF;
    padding:100px 0;
}

.Brand .secTabMenu li a{border-bottom:1px solid #f8f8f8}

.Brand .brandBanner{
    margin-bottom:15px;
}

.Brand .brandBanner li{
    position:relative;
    transform:scale(0.93);
    transition:all 0.3s;
}

.Brand .brandBanner li:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition:0.5 ease-in-out;
    width: 100%;
    height: 100%;
    transition:opacity 0.3s;
}

.Brand .brandBanner li.swiper-slide-active:after{
    /*content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: unset;
    width: 100%;
    height: 100%;*/
    opacity:0;
    pointer-events:none;
}

.Brand .brandBanner li.swiper-slide-active{
    transform:scale(1);
}

.Brand .brandBanner li img{
    display:block;
    width:100%;
}

.Brand .brandBanner .swiper-button-prev{
    background: url(/design/09women/2023_renew/pc/newIcons/mainsld_l.png) no-repeat;
    width: 30px;
    height: 60px;
    left: 13%;
    margin-left: -35px;}
.Brand .brandBanner .swiper-button-next{
    background: url(/design/09women/2023_renew/pc/newIcons/mainsld_r.png) no-repeat;
    width: 30px;
    height: 60px;
    right: 13%;
    margin-right:-35px;}

.Brand .brandBanner .swiper-button-prev:after,
.Brand .brandBanner .swiper-button-next:after{font-size:0;}

.Brand .secTabMenu li.active a{
    color:#777;
    font-weight:400;
    border-bottom:2px solid #f8f8f8;
}

.Brand .secTabMenu li.swiper-slide-thumb-active a{
    color:#111;
    font-weight:bold;
    border-bottom:2px solid #111;
}

.Brand .secTabCon .goodsListWrap{
    position: relative;
    padding-bottom:30px;
    max-width: 1903px;
}

.Brand .secTabCon .goodsListWrap em{display:none}

.Brand .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 18px;
}

.Brand .swiper-pagination-bullet{
    width:6px;
    height:6px;
    background:#efefef;
    opacity:1;
}

.Brand .swiper-pagination-bullet-active{
    background:#111;
}

.innersecTabCon .swiper-button-prev:after,
.innersecTabCon .swiper-button-next:after{font-size:0}

.innersecTabCon .swiper-button-prev{background: url(/design/09women/2023_renew/pc/newIcons/arrow_l_b.png) no-repeat; width: 20px; height: 40px; top: 235px;}
.innersecTabCon .swiper-button-next{background: url(/design/09women/2023_renew/pc/newIcons/arrow_r_b.png) no-repeat; width: 20px; height: 40px; top: 235px;}
.innersecTabCon .goodsListWrap ul li{margin-bottom:0 !important;}


/*09TV*/
.Tv {
    padding:100px 0;
    background:#fbf9ed;
}

.Tv .secSubTit{
    width: 1800px;
    margin: 0 auto 25px;}

.Tv .TV09Wrap ul li{
    width:240px;
    height:430px;
    border-radius:18px;
    overflow:hidden;
}


.Tv .TV09Wrap ul li{
    position:relative;
    transition:all 0.3s;
    transform:scale(0.95);
}

.Tv .TV09Wrap ul li.swiper-slide-active{
    background: none;
    transform:scale(1);
    margin: 0 10px;
}


/*
.Tv .TV09Wrap ul li:after{
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition:0.5 ease-in-out;
    width: 100%;
    height: 100%;}




.Tv .TV09Wrap ul li.swiper-slide-active:after{
    z-index:-1;
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    background: unset;
    width: 100%;
    height: 100%;}

*/
.Tv .TV09Wrap ul li iframe{
    width:100%;
    height:100%;
}


.Tv .swiper-button-prev:after,
.Tv .swiper-button-next:after{font-size:0}
.Tv .swiper-button-prev{background: url(/design/09women/2023_renew/pc/newIcons/mainsld_l.png) no-repeat; width: 30px; height: 60px;}
.Tv .swiper-button-next{background: url(/design/09women/2023_renew/pc/newIcons/mainsld_r.png) no-repeat; width: 30px; height: 60px;}

/*instagram*/
.instagram{
    width:94%;
    max-width:1800px;
    padding:60px 15px 0;
    margin:0 auto;
}

.instagram .secTit a{
    margin-top: 24px;
    font-size: 15px;
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}

.instagram .secTit > i{
    margin-right:2px;
}

.instaWrap{}
.instaWrap img{}
/* BASIC css end */

