﻿
body {
}

#Header_login {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-image: url('/Images/slide01.jpg');
    background-position: 50% 70% ;
    /*background-size: 100% 100%;*/ /* 가로 세로 화면에 맞춤 */
    font-family: 맑은고딕, Malgun Gothic, dotum, gulim, sans-serif;
}

    #Header_login .header_login_wrap {
        position: relative;
        width: 450px;
        height: 410px;
        top: 50%;
        left: 50%;
        margin-top: -205px;
        margin-left: -225px;
    }

.header_login_wrap .left_Contents {
    float: left;
    width: 450px;
    height: 410px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 20px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.5);
}

.header_login_wrap .left_Contents .logoTop {
    float: left;
    width: 100%;
}

.login-form {
    display: inline-block;
    width: 350px;
}

.header_login_wrap .left_Contents .logoTop .logo {
    margin-top: 40px;
}

.login-form .login_title {
    text-align: left;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.login-form .login_title.mt30 {
    margin-top: 20px;
}

.login-form input {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
    font-weight: 300;
    color: #737373;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 13px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s;
}

.login-form input:focus {
    border-color: #4978cf;
}

.login-form input::placeholder {
    font-size: 14px;
}

.btn-login {
    width: 100%;
    height: 55px;
    line-height: 54px;
    color: #fff;
    background: #4978cf;
    border-radius: 8px;
    box-shadow: 0px 2px 10px #8ba2cd;
    text-align: center;
    margin-top: 25px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.id-input-box {
    margin-bottom: 0px;
}

.pw-input-box {
    margin-bottom: 0px;
}

/*
body {
}

#Header_login {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: cover;
    background-image: url('/Images/slide01.jpg');
    font-family: 맑은고딕, Malgun Gothic, dotum, gulim, sans-serif;
}

#Header_login .header_login_wrap {
    position: relative;
    width: 450px;
    height: 410px;
    top: 50%;
    left: 50%;
    margin-top: -205px;
    margin-left: -225px;
}

.header_login_wrap .left_Contents {
    float: left;
    width: 450px;
    height: 410px;
    background: #fff;
    border: 1px solid #bbb;
}

.header_login_wrap .left_Contents .logoTop {
    float: left;
    width: 100%;
}

.login-form {
    display: inline-block;
    width: 350px;
}

.header_login_wrap .left_Contents .logoTop .logo {
    margin-top: 40px;
}

.login-form .login_title {
    text-align: left;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.login-form .login_title.mt30 {
    margin-top: 30px;
}

.login-form input {
    border: 0;
    display: inline-block;
    width: 343px;
    height: 24px;
    text-align: left;
    margin: 0px 0 -1px;
    padding: 5px 0px 5px;
    font-weight: 300;
    color: #737373;
    border: 1px solid #ddd;
    font-size: 12px;
    padding-left: 5px;
}

.btn-login {
    width: 100%;
    height: 60px;
    background: #1e4488;
    text-align: center;
    margin-top: 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.id-input-box, .pw-input-box {
    
}
*/