/* BASIC css start */
.main.login { height: 42px; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; position: relative; font-family: 'Spoqa Han Sans Neo', 'sans-serif'; letter-spacing: 0.2px; }

.loginInput input {height: 42px; width: 100%; padding: 10px; border: 1px solid rgba(170, 170, 170, 0.5); border-radius: 7px; box-sizing: border-box; margin-bottom: 10px; outline: none; font-size: 14px; font-family: 'Spoqa Han Sans Neo', 'sans-serif'; letter-spacing: 0.2px;}
.loginCheck { padding : 1% 0;}

.btn_Red {  height: 42px; background-color: #0071E3; border: 1px solid #0071E3; color: #fff; border-radius: 7px; font-size: 16px; align-items: center; justify-content: center; }
.btn_White { height: 42px; border-radius: 7px; font-size: 16px; align-items: center; justify-content: center;}
.btn_Black {  height: 42px; border-radius: 7px; font-size: 16px; align-items: center; justify-content: center;}

.sns-login {padding: 0 1.1%; border-radius: 7px;}
.sns-login li {
    border: 1px solid rgba(170, 170, 170, 0.5); 
    border-radius: 7px;
    margin-bottom: 10px; 
    overflow: hidden;
}
.sns-login li.naver a,
.sns-login li.kakaotalk a {display: flex; align-items: center; height: 100%; line-height: 1; font-weight: 600; font-size: 15px }

.loginMiddle, .sns-login, .loginBottom {
    margin-top: 20px;
}

.btn_Red, .btn_White {
    margin-top: 10px; 
}

.btn_Red, .btn_White {
    font-size: 15px;
    font-weight:600; /* ÅØ½ºÆ® °­Á¶ */
}

/* BASIC css end */

