#m_body {
    width: 100%;
    background-image: url('/res/images/login/goat_login_bg_ver02.jpg');
    background-size: cover;
    background-position: center bottom 10%;
    background-repeat: no-repeat;
    position: relative;
}

#m_body .logo {
    width: 980px;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    color: #000;
    letter-spacing: -1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -340px 0 0 -490px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#m_body .logo span {
    color: #f32700;
}

.login-body {
    width: 423px;
    height: 427px;
    background: url(/res/images/login/goat_login_form.png) no-repeat;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.form-signin {
    float: left;
    width: 415px;
    padding-top: 129px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    width: 302px;
    height: 41px;
    padding: 0 15px;
    margin-bottom: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #d8d8d8;
    box-shadow: none;
    font-size: 14px;
    color: #555;
}

.form-signin .checkbox_wrap {
    width: 302px;
    text-align: left;
    margin: 4px auto 18px;
}

.form-signin .remember-checkbox {
    width: 106px;
    font-weight: normal;
    color: #898989;
    font-family: 'NanumGothic', sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.form-signin .remember-checkbox input[type="checkbox"] {
    position: relative;
    top: 3px;
    margin: 0 6px 0 0;
}

.form-signin .btn-login {
    width: 306px;
    height: 43px;
    background: #ff7e00;
    color: #fff;
    font-family: 'NanumGothic', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    border-radius: 5px;
}

.form-signin p {
    color: #999;
    font-size: 14px;
    line-height: 18px;
}

.m_notice_box {
    width: 492px;
    padding: 129px 0 0 30px;
    float: left;
}

.m_notice_box ul li {
    position: relative;
    padding: 15px 0 25px;
}

.m_notice_box ul li:first-child {
    border-bottom: 1px solid #ede7e5;
}

.m_notice_box ul li:last-child {
    padding-top: 26px;
}

.m_notice_box ul li a {
    display: block;
}

.m_notice_box ul li a:hover * {
    color: #f5473a;
}

.m_notice_box h4 {
    width: 80%;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 14px 0;
    margin: 0;
}

.m_notice_box p {
    width: 85%;
    font-size: 12px;
    line-height: 20px;
    color: #6f6f6f;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.m_notice_box ul li span {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -21px;
}

.login_footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
}

.login_footer p {
    background: #3a434e;
    font-size: 12px;
    color: #9e9e9e;
    line-height: 42px;
    margin: 22px 0 0;
}
