@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body{
    margin: 0 auto;
    padding: 0 50px;
    font-family: '나눔고딕', 'NanumGothic', 'NG', 'helvetica', AppleSDGothicNeo, 'sans-serif' !important;
    font-size: 13px;
    line-height: 1.25em;
    letter-spacing: -1px;
    background: #f5f6f7 no-repeat center center fixed ;
    position: relative;
    height: 100%;
}
.container_login{
    position: relative;
    top: 10%;
    width: 700px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.container_login .tit_log_01 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -1px;
    margin-top: 150px;
}
.copyright {
    position: relative;
    top: 100px;
    margin: 0 auto;
    width: 450px;
    text-align: center;
    color: #666;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
}
.copyright a{
    text-decoration: none;
    color: rgb(102, 102, 102);
}
.login_w {
    position: relative;
    top: 50px;
    margin: 0 auto;
    width: 500px;
    height: 500px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background: #fff url(../IMG/ci_beat.png) no-repeat 50% 65px;
    background-size: auto;
    background-size: 150px;
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.2) !important;
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,0.2);
}

.login_w ul {
    margin-top: 48px;
}
.login_w ul li{
    margin-bottom: 10px;
}
.login_w ul li input {
    width: 380px;
    height: 50px;
    line-height: 50px;
    border-radius: 7px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
    padding: 0px 17px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login_w ul li input::placeholder{
    color: #ddd;
}
.login_w ul li button {
    width: 410px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #576485;
    font-size: 24px;
    font-weight: 600;
    background: #576485;
    color: #fff;
    margin: 5px 0 15px;
    cursor: pointer;
}
ul, ol {
    list-style: none;
    padding: 0;
}
