/* BASIC css start */
/* 메인 공통 */
header .headerBottom{
    border-bottom:0 !important;
}

footer{
    margin-top:0 !important;
}

.boxWrap{padding:0 15px;}

.mainConBox{
    margin-bottom:50px;
}

.mainConTit{
    padding:0 0 15px;
}

.mainConTit strong{
    font-size:23px;
    font-weight:500;
    
}

/* 메인 배너 */
.mainBanner{
    width:100%;
}

.mainBanner.mainConBox{
    margin-bottom:30px;
}

.mainBanner .swiper-slide img{
    display:block;
    width:100%;
}

.mainBanner .swiperControlBox{
    position: absolute;
    width: 80px;
    right: 0;
    bottom: 0;
    line-height: 30px;
    background: rgba(22,22,22,0.4);
    z-index: 1;
}

.mainBanner .swiperControlBox .swiper-pagination{
    position:static;
    width:50px;
    font-size:13px;
    color:#aaa;
    font-weight:500;
}

.mainBanner .swiperControlBox .swiper-pagination .swiper-pagination-current{
    color:#fff;
}

.mainBanner .swiperControlBox .play_control{
    width:30px;
    text-align:center;
}

.mainBanner .swiperControlBox .play_control a{
    display:block;
    width:100%;
    line-height:30px;
}

.mainBanner .swiperControlBox .play_control a img{
    width:7px;
    margin-top:-2px;
}


/* 신년 선물 카테고리 BEST */

.bestGoods .tabBtn {
margin: 0px;
    padding: 0px;
    list-style: none;

    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.bestGoods .tabBtn a{
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
    font-size:16px;
    line-height:40px;
   text-align: center;
    width: 70px;
}

.bestGoods .tabBtn a:last-child{
    margin-right:0;
}

.bestGoods .tabBtn a:before {
    display: block;
    content: '';
    border-radius: 20px;
    background-repeat: no-repeat;
    background-image: url(/design/cepa0001/img/ctgs_off.png);
    background-position: -235px -7px; /*과일*/
    background-color: #f1f2f3;
    width: 70px;
    top: 0;
    left: 0;
    height: 70px;
    transition: 0.25s ease-out;
}

.bestGoods .tabBtn a:nth-child(2):before{
    background-position: -691px -7px;/*가공식품*/
}

.bestGoods .tabBtn a:nth-child(3):before{
    background-position: -121px -7px;/*쌀잡곡*/
}

.bestGoods .tabBtn a:nth-child(4):before{
    background-position: -349px -7px;/*축산물*/
}

.bestGoods .tabBtn a:nth-child(5):before{
    background-position: -463px -7px;/*수산물*/
}

.bestGoods .tabBtn a:nth-child(6):before{
    background-position: -577px -7px;/*반찬*/
}

.bestGoods .tabBtn a:nth-child(7):before{
    background-position: -805px -7px;/*건강식품*/
}

.bestGoods .tabBtn a.active:before {
    background-color:#31b92a;
    background-image:url(/design/cepa0001/img/ctgs_ov.png);
}

.bestGoods .tabCon .bestGoodsListBox{
    position:relative;
    display:none;
}

.bestGoods .tabCon .bestGoodsListBox.open{
    display:block;
}

.bestGoods .tabCon .bestGoodsListBox .goodsListWrap li{
    margin-top:36px;
}

.bestGoods .tabCon .bestGoodsListBox .goodsListWrap li > strong.goodsIdx{
    position:absolute;
    top:-36px;
    left:0;
    display:block;
    width:100%;
    font-size:17px;
    font-weight:bold;
    line-height:36px;
}

.bestGoods .tabCon a.moreViewBtn{
    display:block;
    margin-top:10px;
    font-size:12px;
    text-align:center;
    line-height:40px;
    font-weight:500;
    background:#f4f4f4;
    border-radius:10px;
}

.bestGoods .tabCon a.moreViewBtn img{
    margin-top: -2px;
    margin-left: 5px;
    width: 6px;
}

/* 3단 배너 */
.threeBan ul li img{
    display:block;
    width:100%;
}

.threeBan .swiper{
    padding-bottom:35px;
}

/* 타임세일 */
.timeSale .countDown{
    position:relative;
    padding-left:120px;
    margin-bottom:35px;
}

.timeSale .countDown .characterWrap{
    position:absolute;
    top:0;
    left:0;
    width:100px;
}

.timeSale .countDown .characterWrap img{
    display:block;
    width:100%;
}

.timeSale .countDown .mainConTit{
    padding:10px 0 15px 0;
}

.timeSale .countDown .mainConTit strong{
    display:block;
    width:120px;
    font-size:30px;
    line-height:40px;
    font-weight:bold;
}

.timeSale .countDown .mainConTit span{
    display: block;
    font-size: 12px;
    color: #9b9b9b;
    line-height: 14px;
    margin-top: 6px;
}

.timeSale .countDown .time img{
    margin-right: 5px;
    margin-top: -10px;
    vertical-align: middle;
    width: 20px;
}

.timeSale .countDown .time .timeNum{
    font-size:24px;
    color:#31b92a;
}


.timeSale .timeSaleList{
    padding-bottom:5px;
}


/* 비디오 배너 */
.videoBan ul li:nth-child(1){
    width:100%;
    margin-bottom:10px;
}

.videoBan ul li:nth-child(2),
.videoBan ul li:nth-child(3){
    width:calc((100% - 5px)/2);
    margin-right:5px;
    border-radius:10px;
    overflow:hidden;
}

.videoBan ul li:nth-child(3){
    margin-right:0;
}

.videoBan ul li:nth-child(1) .videoWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoBan ul li:nth-child(1) .videoWrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

/* 굿뜨래 추천 기획전 */
.eventGoods dl:nth-child(1){
    margin-bottom:30px;
}

.eventGoods dl dt{
    width:100%;
    margin-bottom:40px;
    border-radius:10px;
    overflow:hidden;
}

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

.eventGoods dl dd ul.goodsListWrap li{
    width:calc((100% - 10px)/3);
    margin-right:5px;
}

.eventGoods dl dd ul li:nth-child(3n){
    margin-right:0;
}

.eventGoods dl dd ul li .imgWrap{
    margin-bottom:5px;
}

.eventGoods dl dd ul li .textWrap .goodsName{
    margin-top:5px;
    margin-bottom:5px;
    font-size:12px;
    line-height:16px;
}

.eventGoods dl dd ul li .textWrap .goodsName br{
    display:none;
}

.eventGoods dl dd ul li .textWrap .goodsPrice .discountPer{
    font-size:14px;
    margin-right:2px;
}

.eventGoods dl dd ul li .textWrap .goodsPrice .price{
    display:block;
    font-size:14px;
}

.eventGoods dl dd ul li .textWrap .goodsPrice strike{
    margin-top:0;
    display:inline;
}


.eventGoods .swiper .nextPageBtn{
        width: 200px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #d5d5d5;
    line-height: 40px;
    border-radius: 20px;
}

.eventGoods .swiper .nextPageBtn  img{
    width: 15px;
    margin-top: -2px;
    margin-right: 6px;
}

.eventGoods .swiper .nextPageBtn  strong{
    margin-right:5px;
}


.eventGoods .swiper .nextPageBtn .swiper-pagination{
    position:static;
    color:#afafaf;
}

.eventGoods .swiper .nextPageBtn .swiper-pagination .swiper-pagination-current{
    color:#31b92a;
    font-weight:bold;
}

/* 추천 레시피 */
.RecommendedRecipe ul li .imgWrap{
    margin-bottom:10px;
    border-radius:10px;
    overflow:hidden;
}
.RecommendedRecipe ul li .imgWrap img{
    display:block;
    width:100%;
}

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

.RecommendedRecipe ul li p{
    display:block;
    font-size:10px;
    text-align:center;
}
.RecommendedRecipe .swiper{
    padding-bottom:30px;
}



/* 굿뜨래 체험단 */
.supporters ul li .imgWrap{
    margin-bottom:10px;
    border-radius:10px;
    overflow:hidden;
}
.supporters  ul li .imgWrap img{
    display:block;
    width:100%;
}

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

.supporters  ul li p{
    display:block;
    font-size:10px;
    text-align:center;
}
.supporters  .swiper{
    padding-bottom:30px;
}




/* 하단 띠 배너 */
.slimbBan img{
    display:block;
    width:100%;
}














/* 리뷰게시판 */

.reviewWrap .boxWrap ul li { width:49%; display:inline-block; text-align:center; border: 1px solid #ececec;;  box-sizing: border-box; margin-bottom: 20px;    border-radius: 10px; overflow: hidden;}
.reviewWrap .boxWrap ul li:nth-child(odd) { float:left; }
.reviewWrap .boxWrap ul li:nth-child(even) {  float:right; } 
.reviewWrap .boxWrap .imgWrap {position: relative;
    width: 100%;
    height: 165px;
    min-height: 165px;
    overflow: hidden; border-bottom: 1px solid #ececec;}
.reviewWrap .boxWrap .reviewimg {
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1,1);
    transition: transform .3s ease;}

.reviewWrap .boxWrap .textWrap { padding:15px 10px; height: 70px;letter-spacing: -0.05em;}
.reviewWrap .boxWrap .tit a { font-size:14px; font-weight:500;line-height: 0.3em;}
.reviewWrap .boxWrap .con { padding:10px; overflow: hidden;}
.reviewWrap .boxWrap .con, .reviewWrap .boxWrap .con p { font-size:12px; line-height: 1.1em; font-weight: 300;}














/* BASIC css end */

