a.whatapp {
    width: 60px;
    height: 60px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    z-index: 200;
    border: 0px;
    background: rgb(77, 194, 71) !important;
    position: fixed;
    bottom: 180px;
    left: 30px;
}
a.kakaotalk {
    width: 60px;
    height: 60px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    z-index: 200;
    border: 0px;
    background: #fae100;
    position: fixed;
    bottom: 250px;
    left: 30px;
}
a.line {
    width: 60px;
    height: 60px;
    order: 2;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    z-index: 999999;
    border: 0px;
    position: fixed;
    bottom: 320px;
    left: 30px;
}
@media(max-width: 767px){
    .product-2-phone .vc_grid-item {
        width: 50%;
        display: inline-block !important;
    }
}