/* BASIC css start */
 .sns-login { text-align: center; font-size: 0px; margin: 38px 0px 0 0;padding: 0 14px;}
.sns-login p { margin-bottom: 30px; font-size: 18px; color: rgb(0, 0, 0); font-weight: bold; }
 .sns-login a { display: inline-block;       text-align: center;transition: all 0.2s ease-in 0s; 
height: 48px;
width: 100%;border-radius: 5px;
background-color: #ffffff;
border: 1px solid #dddddd;font-size: 16px;
line-height: 46px;
color: #000000;
font-weight: 400;
box-sizing: border-box;margin-bottom: 7px;position: relative;}
 .sns-login a:hover {/* border: 1px solid #000; */}
 .sns-login a:last-child { margin-bottom: 0px; }
.fb_login { border: 1px solid rgb(87, 129, 215); background: url("/design/esdongsuh/2022renewal/PC/join_facebook_icon.svg") 19px center/12px no-repeat rgb(87, 129, 215); color: rgb(255, 255, 255); }
.nv_login { border: 1px solid rgb(37, 204, 8); background: url("/design/esdongsuh/2022renewal/MB/mb_join_naver.svg") 15px center/20px no-repeat rgb(37, 204, 8); color: rgb(255, 255, 255); }
.kakao_login { border: 1px solid rgb(255, 203, 7); background: url(/design/esdongsuh/2022renewal/PC/join_kakao_icon.svg) 15px center/22px no-repeat rgb(255, 203, 7); color: rgb(255, 255, 255); }
 .sns-login a::before {content: "";width: 1px;height: 100%;background-color: #ddd;position: absolute;left: 49px;}
 .sns-login a>span {margin-left: 49px;}

/* BASIC css end */

