/* BASIC css start */
.login {
    text-align: center;
}
.loginBanner {
    width: 100%;
}

.loginBanner img {
    width: 100%;
}
.logoArea {
    padding-top: 99px;
    padding-bottom: 80px;
}

.join {
    width: 505px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.join h3 {
    font-weight: 700;
    color: #252525;
    font-size: 24px;
    letter-spacing: -1px;
    padding-bottom: 10px;
    text-align: left;
}

.join p {
    color: #252525;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.45;
    padding-bottom: 18px;
    font-weight: 300;
    text-align: left;
}

.join a.kakao {
    background: #fee500;
    width: 100%;
    display: block;
    height: 52px;
    line-height: 52px;
    font-weight: 700;
    color: #252525;
    font-size: 24px;
    letter-spacing: -1px;
}
.join a.kakao img {vertical-align: baseline;margin-right: 25px;}

.join a.general {
    color: #252525;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.45;
    padding-top: 18px;
    display: inline-block;
}

.loginArea {
    font-size: 0;
}

.inputArea {
    display: inline-block;
    vertical-align: top;
    width: 386px;
}

.inputArea input {
    width: 386px;
    border: 0;
    border-bottom: 1px solid #252525;
    outline: 0;
    font-size: 24px;
    letter-spacing: -1px;
    height: 43px;
    line-height: 43px;
}
.inputArea input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c6c6c6;
    font-family: 'NanumSquare';
}

.inputArea input + input {
    margin-top: 7px;
}

.btn-login {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    margin-left: 7px;
}

.btn-login a {
    display: block;
    width: 120px;
    height: 90px;
    line-height: 90px;
    background: #252525;
    text-align: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: -1px;
}

.lostInfo {
    padding-top: 18px;
}

.lostInfo a {
    color: #252525;
    font-size: 20px;
    letter-spacing: -1px;
}

/* BASIC css end */

