/* BASIC css start */
/*ÁöÁ¡º° Tab Menu*/
.tabGoods.products{
    padding:80px 0 130px;
}

.tabGoods .tabBtn{
    margin-bottom:50px;
}

.tabGoods .tabBtn ul:after{
    display:block;
    clear:both;
    content:'';
}

.tabGoods .tabBtn ul li{
    float:left;
    width: calc( 100% / 7);
}

.tabGoods .tabBtn ul li a{
    display:block;
    line-height:60px;
    text-align:center;
    font-size:18px;
    color:#999;
    border:2px solid #f7f7f7;
    border-right:1px solid #e1e1e1;
    background:#f7f7f7;
    transition:all 0.2s;
}

.tabGoods .tabBtn ul li:last-child a{
    border-right:2px solid #f7f7f7;
}

.tabGoods .tabBtn ul li a.active{
    color:#555;
    border:2px solid #555;
    background:#fff;
}

.tabGoods .tabCon .tabConWrap .btnWrap{
    padding:100px 0 80px;
    border-bottom:1px solid #ddd;
}

.tabGoods .tabCon .tabConWrap .btnWrap .view_btn{
    margin:0 auto;
}

.tabGoods .tabCon .owl-carousel ul li{
    width:305px;
}

.tabGoods .tabCon .owl-carousel ul li .p_img{
    min-height:228px;
}

.tabGoods .tabCon .owl-carousel .owl-nav{
    display:none;
}

/*½½¶óÀÌ´õ nav*/
.owl-dots{
    position:absolute;
    left:0;
    bottom:-50px;
    width:100%;
    text-align:center;
}

.owl-dot{
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:10px;
    background:#ccc;
    border-radius:5px;
}

.owl-dot:last-child{
    margin-right:0;
}

.owl-dot.active{
    background:#222;
}
/* BASIC css end */

