/* BASIC css start */
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

section h2.secTit{
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1.36px;
}

/*section01 메인슬라이더*/
.section01{
    margin-bottom:80px;
}

.section01 .mainBanner .page_wrap{
    position:relative;
}

.section01 .mainBanner ul li{
    position:relative;
    width:100%;
}

.section01 .mainBanner ul li .imgBox img{
    width:1920px;
    margin-left:-320px;
}

.section01 .mainBanner ul li .textBox{
    position:absolute;
    top:95px;
    left:0;
} 

.section01 .mainBanner ul li .textBox p{
    font-size: 16px;
    letter-spacing: -0.64px;
} 

.section01 .mainBanner ul li .textBox strong{
    display:block;
    padding:16px 0;
    font-size: 52px;
    font-weight: 400;
    line-height: 64px;
} 

.section01 .mainBanner ul li .textBox .btn_black{
    display:block;
    width:200px;
    margin-top:52px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-align:center;    
    line-height:48px;
    background:#000;
    border:1px solid #000;
    transition:all 0.3s;
}

.section01 .mainBanner ul li .textBox .btn_black:hover{
    background:none;
    color:#000;
}


/*section02, section07 서브슬라이더*/
.section02,
.section07{
    margin-bottom:60px;
}

.section02 .subBanner ul li,
.section07 .bottomBanner ul li{
    position:relative;
}

.section02 .subBanner ul li .textBox,
.section07 .bottomBanner ul li .textBox{
    position:absolute;
    top:50%;
    left:50px;
    transform: translateY(-50%);
}

.section02 .subBanner ul li .textBox strong,
.section07 .bottomBanner ul li .textBox strong{
    display:block;
    font-size: 24px;
    font-weight: 500;
}

.section02 .subBanner ul li .textBox p,
.section07 .bottomBanner ul li .textBox p{
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.64px;
}

.section02 .subBanner ul li .textBox span,
.section07 .bottomBanner ul li .textBox span{
    display:block;
    width:120px;
    margin-top:24px;
    font-size:12px;
    font-weight:600;
    text-align:center;    
    line-height:28px;
    border:1px solid #000;
    transition:all 0.3s;
}

.section02 .subBanner .subBanner-swiper-pagination,
.section07 .bottomBanner .bottomBanner-swiper-pagination{
    padding:15px 0;
    text-align:center;
}

.section02 .subBanner .subBanner-swiper-pagination .swiper-pagination-bullet,
.section07 .bottomBanner .bottomBanner-swiper-pagination .swiper-pagination-bullet{
    width:9px;
    height:9px;
    margin:0 6px;
    background:#fff;
    border:1.5px solid #d9d9d9;
    opacity:1;
}

.section02 .subBanner .subBanner-swiper-pagination .swiper-pagination-bullet-active,
.section07 .bottomBanner .bottomBanner-swiper-pagination .swiper-pagination-bullet-active{
    background:#000;
    border:1.5px solid #000;
}


/*section03 베스트셀러*/
.section03 {
    margin-bottom:112px;
}

.section03 .bestSellerWrap .bestSellers-swiper-pagination {
    padding:28px 0 48px;
    text-align:center;
}

.section03 .bestSellerWrap .bestSellers-swiper-pagination {
    text-align:center;
}

.section03 .bestSellerWrap .swiper-pagination-bullet{
    width:auto;
    height:auto;
    margin-right:52px !important;
    color: #a6a6a6;
    font-size: 18px;
    letter-spacing: 0.72px;
    background:#fff;
    border-bottom:1.5px solid #fff;
    border-radius:0;
    opacity:1 !important;
}

.section03 .bestSellerWrap .swiper-pagination-bullet:last-child{
    margin-right:0 !important;
}

.section03 .bestSellerWrap .swiper-pagination-bullet-active{
    color: #000;
    font-weight:500;
    border-bottom:1.5px solid #000;
}

.section03 .bestSellerWrap .btn_white{
    display:block;
    width:232px;
    margin:0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height:48px;
    text-align:center;
    border:1px solid #000;
    transition:all 0.3s;
}

.section03 .bestSellerWrap .btn_white:hover{
    background:#000;
    color:#fff;
}

.section03 .bestSellerWrap .btn_white i{
    font-size: 18px;
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

/*section04 카테고리*/
.section04{
    margin-bottom:112px;
}

.section04 .categoryList{
    padding-top:48px;
    margin-bottom:52px;
}

.section04 .categoryList li{
    width:396px;
    margin-right:30px;
}

.section04 .categoryList li:nth-child(4n){
    margin-right:0;
}

.section04 .categoryList li .imgBox{
    overflow:hidden;
}

.section04 .categoryList li .imgBox img{
    width:100%;
    display:inline-block;
    transition:all 0.3s;
}

.section04 .categoryList li:hover .imgBox img{
    transform:scale(1.05);
}

.section04 .categoryList li .textBox strong{
    display:block;
    padding:20px 0 10px;
    overflow: hidden;
    
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

.section04 .categoryList li .textBox span{
    display:block;
    margin-bottom:16px;
    
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.56px;
}

.section04 .categoryList li .textBox a{
    display: block;
    margin:0 auto;
    width: 58px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1.5px solid #000;
}

.section04 .categoryList li .textBox a img{
    margin-top:-3px;
}

.section04 .btn_white{
    display:block;
    width:232px;
    margin:0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height:48px;
    text-align:center;
    border:1px solid #000;
    transition:all 0.3s;
}

.section04 .btn_white:hover{
    background:#000;
    color:#fff;
}

.section04 .btn_white i{
    font-size: 18px;
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

/*5번째 핫딜 이미지 배경 예외처리*/
.section04 .categoryList li:nth-child(5) .imgBox{
    background:#00AE77;
    height:312px;
}

.section04 .categoryList li:nth-child(5) .imgBox a{
    display:block;
    line-height:312px;
}


/*section05 신상품*/
.section05{
    background:#f9f9f9;
    padding:110px 0 134px;
    margin-bottom:96px;
}

.section05 .sec05_page_wrap{
    margin-left:calc((100% - 1280px)/2);
    min-width:1280px;
}

@media (max-width:1280px){
    .section05 .sec05_page_wrap{
        width:1280px;
        margin:0 auto;
    }
}

.section05 .secTitWrap{
    width:262px;
}

.section05 .secTitWrap h2.secTit{
    text-align:left;
}

.section05 .secTitWrap a.btn_white{
    display: block;
    width: 160px;
    margin: 32px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    border: 1px solid #000;
    transition: all 0.3s;
}

.section05 .secTitWrap a.btn_white:hover{
    background:#000;
    color:#fff;
}

.section05 .secTitWrap a.btn_white i{
    font-size: 18px;
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

.section05 .secConWrap{
    position:relative;
    width:calc(100% - 262px);
    min-width:1018px;
    padding-right:30px;
}

.section05 .secConWrap .newArrivals-swiper-pagination{
    top: auto;
    bottom: -30px;
    left: 0;
    background: rgba(0,0,0,0.15);
}

.section05 .secConWrap .newArrivals-swiper-pagination .swiper-pagination-progressbar-fill{
    background:#000;
}


/*section06 퀵서치*/
.section06 {
    margin-bottom:96px;
}

.section06 .secTitWrap{
    width:262px;
}

.section06 .secTitWrap h2.secTit{
    text-align:left;
}

.section06 .secConWrap{
    position:relative;
    width:1018px
}

.section06 .secConWrap ul li{
    width:144px;
    margin: 0 8px 16px 0;
}

.section06 .secConWrap ul li a{
    display:block;
    line-height:36px;
    text-align:center;
    font-size:13px;
    border:1.5px solid #000;
    border-radius:19px;
    
    transition:all 0.3s;
}

.section06 .secConWrap ul li a img{
    margin:-4px 3px 0 0;
}

.section06 .secConWrap ul li a img.hoverImg{
    display:none;
}

.section06 .secConWrap ul li a:hover{
    background:#000;
    color:#fff;
}

.section06 .secConWrap ul li a:hover img{
    display:none;
}

.section06 .secConWrap ul li a:hover img.hoverImg{
    display:inline-block;
}


/*section08, section09 인스타*/
.section08,
.section09{
    margin-bottom:70px;
}

.section08 h2.secTit img.insta_ico,
.section09 h2.secTit img.insta_ico{
    vertical-align:middle;
    margin:-8px 10px 0 0 ;
}

.section08 h2.secTit .collabo,
.section09 h2.secTit .collabo{
    margin:0 6px 0 10px;
}

.section08 h2.secTit .insta_company,
.section09 h2.secTit .insta_company{
    vertical-align:middle;
    margin:-8px 0 0 0 ;
}

.section08 h2.secTit,
.section09 h2.secTit{
    padding:40px 0 0;
}

.section08 .subTit,
.section09 .subTit{
    margin-bottom:48px;
    text-align:center;
}

.section08 .subTit a,
.section09 .subTit a{
    display:inline-block;
    color: #646464;
    font-size: 18px;
    letter-spacing: 0.36px;
}

.section08 .instaWrap a.btn_white,
.section09 .instaWrap a.btn_white{
    display: block;
    width: 232px;
    margin: 60px auto 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    border: 1px solid #000;
    transition: all 0.3s;
}

.section08 .instaWrap a.btn_white:hover,
.section09 .instaWrap a.btn_white:hover {
    background: #000;
    color: #fff;
}

.section08 .instaWrap a.btn_white i,
.section09 .instaWrap a.btn_white i {
    font-size: 18px;
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

/*section10*/
.section10 .mainBottomLinkBox ul{
    padding:24px 0;
    background:#000;
}

.section10 .mainBottomLinkBox ul li{
    position:relative;
    padding:29px 48px; 
    width:50%;
}

.section10 .mainBottomLinkBox ul li:nth-child(1):after{
    content:'';
    display:block;
    position:absolute;
    width:1.5px;
    height:100%;
    top:0;
    right:-0.75px;
    background:#fff;
    opacity:0.2;
}

.section10 .mainBottomLinkBox ul li a strong{
    display:block;
    margin-bottom:10px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
}

.section10 .mainBottomLinkBox ul li a span{
    display:block;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.78px;
}

.section10 .mainBottomLinkBox ul li a span img{
    margin:-3px 0 0 3px;
}

/* BASIC css end */

