/*  공통   */
#best-wrap {
    letter-spacing: -1px;
}


.prd-list-border>div {
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    margin-left: -1px;
}

.logo-img {
    width: 60px;
}

.prd-list-border .phone-img {
    width: 100px;
}

.price {
    color: #51197e;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.9rem;
    letter-spacing: 0;
}

.bottom-margins {
    margin-bottom: 80px !important;
}

.skt {
    background: #fefaf9;
}

.kt {
    background: #fdfef9;
}

.lg {
    background: #fbf9fe;
}

/*  PC */

@media screen and (min-width:1367px) {
    .prd-list-border>div {
        padding: 13px;
    }
    .products {
        position: relative;
        background: #fff;
    }
    .small-title {
        color: #a4a4a4 !important;
        margin-bottom: 80px !important;
    }
    .products:hover .product-hover {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .0);
        border: 2px solid #51197e;
        cursor: pointer;
    }
    .products:hover .price {
        color: #ea002c;
    }
    .products:hover .bottom-bar {
        background: #ea002c;
        color: #fff !important;
    }
}


/*  모바일 , 테블릿   */

@media screen and (max-width:1366px) {
    #best-wrap {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }
    .prd-list-border>div {
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .big-title {
        font-size: 2rem;
        margin-bottom: 60px !important;
    }
    .small-title {
        display: none;
    }
    .bottom-bar {
        display: none;
    }
}
