/* BASIC css start */
body header .fixedArea{
    margin-top:25px;
    background:none;
    border-bottom:none;
}

body header .fixedArea .h_logo{
    display:block !important;
}

body header .fixedArea .goToBack{
    display:none;
}

body header .fixedArea .hamMenu a.openMobileMenuBtn span{
    background:#fff;
}

/*스크롤 시 해더*/
body header.fixed .fixedArea{
    margin-top:0;
}

body header.fixed .fixedArea{
    background:#fff;
    border-bottom:1px solid #e2e2e3;
}

body header.fixed .fixedArea .h_logo img{
    width:70px;
}

body header.fixed .fixedArea .h_logo img.logo_w{
    display:none;
}

body header.fixed .fixedArea .h_logo img.logo_b{
    display:block;
}

body header.fixed .fixedArea .hamMenu a.openMobileMenuBtn span{
    background:#000;
}

body #container{
    padding-top:0;
}

section{
    margin-bottom:65px;
}

section .secTit{
    padding:0 15px;
    margin-bottom:20px;
    font-size:34px;
    line-height:34px;
    font-weight:500;
}

.sec01 ul li img{
    display:block;
    width:100%;
}


.sec02 ul li img{
    display:block;
    width:100%;
}

.sec03,
.sec05{
    padding-bottom:50px;
    border-bottom:1px solid #000;
}

.sec03 .tabBtnWrap{
    margin:0 0 20px;
    padding:0 15px;
    overflow-y:auto;
}

.sec03 .tabBtnWrap::-webkit-scrollbar{
    display:none;
}

.sec03 .tabBtnWrap ul{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sec03 .tabBtnWrap ul li{
    flex: none;
    display: flex;
    width:auto;
    margin-right:6px;
}

.sec03 .tabBtnWrap ul li:last-child{
    padding-right:15px;
}

.sec03 .tabBtnWrap ul li a{
    display: block;
    padding: 9px 13px 11px;
    line-height: 16px;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 5px;
}

.sec03 .tabBtnWrap ul li a.active{
    background:#000;
    border-color:#000;
    color:#fff;
}

.sec03 .tabConWrap,
.sec05 .newGoods{
    position:relative;
    padding:0 15px;
    overflow:hidden;
}

.sec03 .tabConWrap .swiper,
.sec05 .newGoods .swiper{
    overflow:visible;
}

.sec03 .tabConWrap a.moreViewBtn,
.sec05 .newGoods a.moreViewBtn{
    display:block;
    font-size:16px;
    font-weight:bold;
}

.sec03 .tabConWrap a.moreViewBtn img,
.sec05 .newGoods a.moreViewBtn img{
    width:20px;
    margin-right:5px;
}

.sec04 .styleGoodsList{
    padding:0 15px;
    overflow:hidden;
}

.sec04 .styleGoodsList dl dd .goodsListWrap{
    position:relative;
    margin: 0 0 5px;
}

.sec04 .styleGoodsList .swiper{
    overflow:visible;
}

.sec04 .styleGoodsList dl{
    width:80%;
}

.sec04 .styleGoodsList dl dt{
    margin-bottom:10px;
}

.sec04 .styleGoodsList dl dt img{
    display:block;
    width:100%;
}

.sec04 .styleGoodsList dl dd{
    position:relative;
    margin: 0;
}

.sec04 .styleGoodsList dl dd:last-child{
    padding-bottom:10px;
    border-bottom:1px solid #666666;
}

.sec04 .styleGoodsList dl dd .imgBox{
    width:30%;
}

.sec04 .styleGoodsList dl dd .imgBox img{
    display:block;
    width:100%;
}

.sec04 .styleGoodsList dl dd .textBox{
    position: absolute;
    top: 50%;
    left: 30%;
    padding-left: 10px;
    width: 70%;
    transform: translate(0, -50%);
    box-sizing:border-box;
}

.sec04 .styleGoodsList dl dd .textBox .goodsName{
    font-size:15px;
    margin-bottom:10px;
    font-family: 'Line Seed Sans KR', sans-serif;
}

.sec04 .styleGoodsList dl dd .textBox .goodsPrice{
    font-size: 16px;
    font-weight: bold;
}

.sec04 .styleGoodsList dl dd .textBox .goodsPrice .consumer{
    display:block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #bebebe;
    text-decoration: line-through;
}

.sec04 .styleGoodsList dl dd .textBox .goodsPrice .normal{
    display:inline-block;
}

.sec04 .styleGoodsList dl dd .textBox .goodsPrice .dc_per{
    display:inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #1e2ef7;
}

.sec06,
.sec07,
.sec08{
    padding-bottom:50px;
    border-bottom:1px solid #000;
}

.sec06 h2.secTit span,
.sec07 h2.secTit span,
.sec08 h2.secTit span{
    display:block;
    font-size:16px;
}

.sec06 .brandGoods,
.sec07 .brandGoods,
.sec08 .brandGoods{
    padding:0 15px;
}

.sec06 .brandGoods .brandImg img,
.sec07 .brandGoods .brandImg img,
.sec08 .brandGoods .brandImg img{
    width:100%;
}

.sec06 .brandGoods .brandText,
.sec07 .brandGoods .brandText,
.sec08 .brandGoods .brandText{
    padding-top:20px;
}

.sec06 .brandGoods .brandText .brandGoodsList,
.sec07 .brandGoods .brandText .brandGoodsList,
.sec08 .brandGoods .brandText .brandGoodsList{
    position:relative;
}

.sec06 .brandGoods .brandText .goodsList ul li,
.sec07 .brandGoods .brandText .goodsList ul li,
.sec08 .brandGoods .brandText .goodsList ul li{
    margin-right:2px;
}

.sec09 {
    background:#000;
}

.sec09 .videoWrap video{
    width:100%;
}

.sec09 .textWrap{
    padding:30px 30px 50px;
}

.sec09 .textWrap strong{
    display: block;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
}

.sec09 .textWrap span{
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 21px;
}

.sec10 .snsTit{
    margin-bottom:20px;
    text-align:center;
    font-size:18px;
    line-height:25px;
    font-weight:bold;
}

.sec10 .snsTit img{
    width:25px;
    margin-right:5px;
}




/*swiepr 추가 디자인*/
.main .swiper-button-next, 
.main .swiper-button-prev{
    width:50px;
    height:50px;
    padding: 0;
    background: rgba(0,0,0,0.6);
    font-size: 15px;
    border-radius:50%;
}


.main .swiper-button-next:after, 
.main .swiper-button-prev:after{
    font-size: 15px;
    color: #fff;
}

.main .sec01 .swiper-button-next, 
.main .sec01 .swiper-button-prev{
    padding:0;
    background:none;
}

.main .sec01 .swiper-button-next:after, 
.main .sec01 .swiper-button-prev:after{
    font-size:25px;
}






/* BASIC css end */

