#bg_img{
    width: 100%;
    height: 800px;
    background: fixed;
    background-image: url(../images/grey_gradation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login{
    padding-top: 100px;

    width: 330px; /* loginbox의 width랑 맞추니까 딱 맞네...? */
    margin: 0 auto;

    /* 심플하게 가운데 정렬 */
}

.loginbox{
    width: 330px;
    height: 450px;
    border: 1px solid #ccc;
    margin: 5px 5px;
    padding: 15px 15px;
    box-sizing: border-box;
}

.loginbox h1{
    width: 100%;
    font-size: 28px;
    /*color: #E0B94F;*/
    border-bottom: 1px solid #ccc;
    padding-left: 40px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-image:url(../images/icon/login.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-size: 25px 25px;
    margin-bottom:5px;
}

.labelid{font-size: 15px; color:#666; margin-left: 10px; margin-right: 22px;}
.labelpw{font-size: 15px; color:#666; margin-left: 10px; margin-right: 14px;}

#login_id, #login_pw{
    width: 225px;
    height: 25px;
    border: 1px solid #999;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.holding{
    width: 100%;
    text-align: right;
    padding-right: 13px;
    box-sizing: border-box;
}

.holding label{
    font_size: 10px;
    color: #999;
    position: relative;
    top: -3px;
}

.save{
    width: 100%;
    text-align: right;
    padding-right: 13px;
    box-sizing: border-box;
}
.save label{
    font-size: 12px;
    color: #999;
    position: relative;
    top: -3px;
}

.restore{
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed #999;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 75px;
}

.restore span{
    font-size: 11px;
    color: #999;
}

/* yo 친구는 id/pw 찾기 버튼 */
.restore a{
    font-size: 12px;
    text-decoration: none;
    background-color: #747474;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    margin-left: 3px;
}


.btnwrap a{
    width: 130px;
    height: 38px;
    background-color: #1F50B5;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}


#login_btn{
    margin-left:30px;
    padding-top:0px;
    width: 130px;
    height: 38px;
    background-color: #000000;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    color:#fff;
    font-size:14px;
    font-weight: bold;
    line-height: 35px;
}

.check{
    padding-top: 200px;

    width: 330px; /* loginbox의 width랑 맞추니까 딱 맞네...? */
    margin: 0 auto;

    /* 심플하게 가운데 정렬 */
}