/* BASIC css start */
.login .h_title { border-top:0; border-bottom: 0}
.login .h_title h3 {font-size: 18px; text-align:center; padding: 20px 0;}

.loginMiddle {margin-top: 18px}


.loginBottom {
    overflow: hidden;
    padding: 30px 5%;
    margin: 0 auto;
    width: 90%;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    text-align: center;
    background: 0 0;
}
.loginBottom span {
    display: inline-block;
    width: 120px;
}

.loginBottom span a b.SMS_icon {
    display: block;
    width: 50px;
    height: 40px;
    margin: 0 auto;
}
.loginBottom span a b {
    font-size: .845em;
    line-height: 1.2em;
    height: 2.4em;
    text-align: center;
    color: #666;
    font-weight: 700;
    letter-spacing: .04em;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.loginBottom span.SMS_login_id_check a b.SMS_icon {
    background: url(http://www.hrbongtoo.com/design/dhkang0606/mobile/login_id_check.gif) center no-repeat;
    background-size: 36px;
}

.loginBottom span.SMS_login_id_join a b.SMS_icon {
    background: url(http://www.hrbongtoo.com/design/dhkang0606/mobile/login_id_join.gif) center no-repeat;
    background-size: 33px;
}
/* BASIC css end */

