/* BASIC css start */
.mainPageWrap header{
    margin-bottom:0;
}

.mainConWrap *{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

.mainConBox{
    margin-bottom:70px;
}

.mainConBox .mainConTit h2{
    padding:30px 0;
    font-size: 40px;
    line-height:45px;
    font-weight:700;
    color:#000;
    font-family: 'Montserrat', sans-serif;
}

.mainConBox .mainConTit h2 a{
    font-size: 40px;
    line-height:45px;
    font-weight:700;
    color:#000;
    font-family: 'Montserrat', sans-serif;
}

.mainConBox .mainConTit h2 img{
    margin:-8px 0 0 20px;
}

.mainConBox .mainConTit h2 .c_yellow{
    color:#ffb300;
}


/*메인 배너*/
.mainBannerWrap{
    padding-top: 55px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    
    background-image: url(https://img.autocamping.co.kr/event/2025/2506mainback_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainBannerWrap .mainBannerSwiper{
    background:#fff;
}

.mainBannerWrap .mainBannerSwiper .swiper-pagination-bullet{
    background:#fff;
    opacity:1;
}

.mainBannerWrap .mainBannerSwiper .swiper-pagination-bullet-active{
    background:#000;
}

/*메인 카테고리 링크*/
.mainCategoryLink{
    margin-top:40px;
}

.mainCategoryLink ul{
    border-top:1px solid #efefef;
    border-left:1px solid #efefef;
}

.mainCategoryLink ul li{
    width:16.666%;
    height:100px;
}

.mainCategoryLink ul li a{
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    border-bottom:1px solid #efefef;
    border-right:1px solid #efefef;
}

.mainCategoryLink ul li a img{
    display:inline-block;
    margin-top:5px;
}

.mainCategoryLink ul li a span{
    display:block;
    text-align:center;
    font-size:14px;
}

/*focus on*/
.focusOnList.swiper{
    padding-bottom:60px;
}

.focusOnList .imgWrap{
    border-radius:10px;
    overflow:hidden;
}

.focusOnList .textWrap{
    padding-top:30px;
}

.focusOnList .textWrap strong{
    display:block;
    margin-bottom:20px;
    text-align:center;
    font-size:18px;
}

.focusOnList .textWrap span{
    display:block;
    text-align:center;
    font-size:13px;
}

.focusOnList.swiper-horizontal>.swiper-scrollbar{
    width:520px;
    height:3px;
    left: 50%;
    margin-left: -260px;
    border-radius: 0;
    background: #e5e5e5;
    opacity: 1;
}

.focusOnList .swiper-scrollbar-drag{
    background:#000;
    border-radius:0;
}

/*브랜드*/
.aboutBrandWrap.mainConBox{
    margin-bottom:50px;    
}

.aboutBrandList.swiper{
    padding-bottom:60px;
}

.aboutBrandList.swiper-horizontal>.swiper-scrollbar{
    width:520px;
    height:3px;
    left: 50%;
    margin-left: -260px;
    border-radius: 0;
    background: #e5e5e5;
    opacity: 1;
}

.aboutBrandList .swiper-scrollbar-drag{
    background:#000;
    border-radius:0;
}

.aboutBrandList .mainGoods{
    position:relative;
    margin-bottom:15px;
}

.aboutBrandList .mainGoods .imgWrap{
    border-radius:10px;
    overflow:hidden;
}

.aboutBrandList .mainGoods .imgWrap img{
    display:block;
    width:100%;
}

.aboutBrandList .mainGoods .textWrap{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:30px;
}

.aboutBrandList .mainGoods .textWrap strong{
    display:block;
    margin-bottom:15px;
    font-size:26px;
    color:#fff;
}

.aboutBrandList .mainGoods .textWrap span{
    display:block;
    font-size:13px;
    color:#fff;
}

.aboutBrandList .subGoods ul li{
    width:130px;
    margin-right:15px;
}

.aboutBrandList .subGoods ul li:last-child{
    margin-right:0;
}

.aboutBrandList .subGoods ul li .imgWrap img{
    display:block;
    width:100%;
    border:1px solid #efefef;
}

.aboutBrandList .subGoods ul li .textWrap .goodsName{
    padding:10px 0 5px;
    text-align:center;
    font-size:13px;
}

.aboutBrandList .subGoods ul li .textWrap .customerPrice{
    display:block;
    text-align:center;
    font-size:12px;
    text-decoration:line-through;
    color:#adadad;
    font-family: 'Montserrat', sans-serif;
}

.aboutBrandList .subGoods ul li .textWrap .sellPrice{
    display:block;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    font-family: 'Montserrat', sans-serif;
}

/*브랜드 슬라이더 리스트*/
.brandSlideListWrap .contentsWrap{
    position:relative;
}

.brandSlideList{
    position:static;
    padding:30px 0;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
}

.brandSlideList ul li{
    text-align:center;
}

.brandSlideList ul li img{
    /*height:70px;*/
}

.brandSlideList.swiper .swiper-button-next,
.brandSlideList.swiper .swiper-button-prev{
    color:#d9d9d9;
}

.brandSlideList.swiper .swiper-button-next:after,
.brandSlideList.swiper .swiper-button-prev:after{
    font-size:35px;
}

.brandSlideList.swiper .swiper-button-next,
.brandSlideList.swiper .swiper-rtl .swiper-button-prev{
    right:-70px;
}

.brandSlideList.swiper .swiper-button-prev,
.brandSlideList.swiper .swiper-rtl .swiper-button-next{
    left:-70px;
}

/*특가*/
.mainHotPrice .contentsWrap{
    position:relative;
}

.hotPriceList.swiper{
    position:static;
}
.hotPriceList.swiper .swiper-button-next,
.hotPriceList.swiper .swiper-button-prev{
    color:#d9d9d9;
}

.hotPriceList.swiper .swiper-button-next:after,
.hotPriceList.swiper .swiper-button-prev:after{
    font-size:35px;
}

.hotPriceList.swiper .swiper-button-next,
.hotPriceList.swiper .swiper-rtl .swiper-button-prev{
    right:-70px;
}

.hotPriceList.swiper .swiper-button-prev,
.hotPriceList.swiper .swiper-rtl .swiper-button-next{
    left:-70px;
}

/*포토리뷰*/
.photoReviewList.swiper{
    padding-bottom:60px;
}

.photoReviewList.swiper-horizontal>.swiper-scrollbar{
    width:520px;
    height:3px;
    left: 50%;
    margin-left: -260px;
    border-radius: 0;
    background: #e5e5e5;
    opacity: 1;
}

.photoReviewList .swiper-scrollbar-drag{
    background:#000;
    border-radius:0;
}

/*이벤트 게시판*/
.eventBoardWrap{
    padding-top:30px;
}

.eventBoardList li{
    width:350px;
    margin-right:10px;
}

.eventBoardList li:nth-child(1){
    width:460px;
}

.eventBoardList li:nth-child(2),
.eventBoardList li:nth-child(3){
    margin-bottom:10px;
}

.eventBoardList li:nth-child(3),
.eventBoardList li:nth-child(5){
    margin-right:0;
}

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



/*스와이퍼 다음 이전 버튼*/
.mainNewArrival .contentsWrap,
.mainMdPick .contentsWrap,
.focusOnWrap .contentsWrap,
.aboutBrandWrap .contentsWrap{
    position:relative;
}

.newArrivalList.swiper,
.mdPickList.swiper,
.focusOnList.swiper,
.aboutBrandList.swiper{
    position:static;
}

.newArrivalList.swiper .swiper-button-next,
.newArrivalList.swiper .swiper-button-prev,
.mdPickList.swiper .swiper-button-next,
.mdPickList.swiper .swiper-button-prev,
.focusOnList.swiper .swiper-button-next,
.focusOnList.swiper .swiper-button-prev,
.aboutBrandList.swiper .swiper-button-next,
.aboutBrandList.swiper .swiper-button-prev{
    color:#d9d9d9;
}

.newArrivalList.swiper .swiper-button-next:after,
.newArrivalList.swiper .swiper-button-prev:after,
.mdPickList.swiper .swiper-button-next:after,
.mdPickList.swiper .swiper-button-prev:after,
.focusOnList.swiper .swiper-button-next:after,
.focusOnList.swiper .swiper-button-prev:after,
.aboutBrandList.swiper .swiper-button-next:after,
.aboutBrandList.swiper .swiper-button-prev:after{
    font-size:35px;
}

.newArrivalList.swiper .swiper-button-next,
.newArrivalList.swiper .swiper-rtl .swiper-button-prev,
.mdPickList.swiper .swiper-button-next,
.mdPickList.swiper .swiper-rtl .swiper-button-prev,
.focusOnList.swiper .swiper-button-next,
.focusOnList.swiper .swiper-rtl .swiper-button-prev,
.aboutBrandList.swiper .swiper-button-next,
.aboutBrandList.swiper .swiper-rtl .swiper-button-prev{
    right:-70px;
}

.newArrivalList.swiper .swiper-button-prev,
.newArrivalList.swiper .swiper-rtl .swiper-button-next,
.mdPickList.swiper .swiper-button-prev,
.mdPickList.swiper .swiper-rtl .swiper-button-next,
.focusOnList.swiper .swiper-button-prev,
.focusOnList.swiper .swiper-rtl .swiper-button-next,
.aboutBrandList.swiper .swiper-button-prev,
.aboutBrandList.swiper .swiper-rtl .swiper-button-next{
    left:-70px;
}

/* BASIC css end */

