body {
    background-color:#fff;
    font-family: 'Noto Sans KR',Helvetica,Arial,sans-serif;
}

#wrap {
    height: 100%;
}
#content {
    background: url(/assets/images/login/login-page-bg.png) no-repeat 0 0;
    /*background: url(/assets/images/login/login-page-bg@3x.png) no-repeat 0 0;*/
    background-size: cover;
    height: 100%;
    padding: 0;
    margin: 0;
}
#login_wrap {
    left: 50%;
    top: 70%;
    position: absolute;
    transform: translate(-50%, -100%);
}
.logo_area {
    width: 350px;
    margin-bottom: 50px;
}
.logo_area h1{
    font-size: 40px;
    text-align: center;
}
.login_area {
    width: 390px;
    text-align: left;
}

#btn_login_wrap {
    width: 100%;
    display:inline-block;
    vertical-align: top;
    clear:both;
    margin-top: 30px;
}
#login_btn {
    width: 100%;
    font-family: NotoSansKR;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.88;
    letter-spacing: -0.48px;
    padding: 0;
}

.input_box {
    width: 100%;
    border-bottom: 1px solid #000;
    /*margin-bottom: 28px;*/
    padding-bottom: 7px;
    overflow: hidden;
}
.input_box:nth-child(2) {
    margin-top: 28px;
}
.input_box label{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.input_box input{
}
.login_area input#login_id,
.login_area input#login_pw {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    /*color: #c9c9c9;*/
    color: #000;
    background: none;
    border: none;
    width: 300px;
    float: right;
    height: 23px;
}
.captcha_box {
    width: 100%;
    margin: 40px 0 0 0;
    overflow: hidden;
}

div.captcha_txt{
    /*margin-right:5px;*/
    left:0;
}
div.captcha_input{
    right:0;
}

div.captcha_input input#login_captcha{
    /*width:60%*/
    width: 100%;
    /*color: #fff;*/
    box-sizing: border-box;
    width: 190px;
    height: 50px;
    padding: 16px 45px 15px 10px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    /*margin-right:5px;*/
}

#login_notice {
    /*padding:12px 0 5px 2px;*/
    font-size: 12px;
    color: #999;
    padding-top: 8px;
}

a#refresh_captcha {
    /*color:#337ab7;*/
    color:#000;
    cursor:pointer;
}
a#refresh_captcha:hover {
    text-decoration:underline;
}