/* BASIC css start */
.sns_area { position:relative; }
.sns_area a {position: absolute;top: 5px;left: 32px;height: 100%;width: calc((100% - 60px) / 3);}
.sns_area a:nth-of-type(2) {left: calc(36%);}
.sns_area a:nth-of-type(3) {left: calc(65%);}



.sns_login ul {
    display: table;
    table-layout: fixed !important;
    margin: 0 auto !important;
    width: unset !important;
}
.sns_login ul li a {
    border: none !important;
    padding: 0 !important;
    height: auto !important;
}

.sns_login ul li a img {
    width: 50px;
}

.sns_login ul li a.naver:before {content: unset !important;}

.sns_login ul li a.kakaotalk:before {
    content: unset !important;
}

.sns_login:after {content: '';display: block;clear: both;}

.sns_login {
    padding: 25px 15px 30px !important;
}




/* BASIC css end */

