﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

#wrap {
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#log_box {
    position: absolute;
    width: 660px;
    top: 35vh;
    margin-top: -32vh;
    left: 50%;
    margin-left: -330px;
}

    #log_box > p {
        text-align: center;
    }

        #log_box > p#log_logo {
            width: 100%;
            text-align: center;
        }

        #log_box > p#log_text {
            padding: 15px 0px;
            text-align: center;
            width: 100%;
        }

#log_form {
    width: 660px;
    left: 50%;
    margin: 30px auto 0px;
    text-align: center;
}
    /*#log_form{ width:100%;}*/
    #log_form > p > input {
        width: 226px;
        height: 49px;
        background: #1e1e1e;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 0px 0px 0px 50px;
        border: 0px solid #000;
        position: relative;
        margin-top: 5px;
    }

        #log_form > p > input#log_id {
            background: url(/img/login_p.png?v=1) center left no-repeat;
        }

        #log_form > p > input#log_pw {
            background: url(/img/login_key.png?v=1) center left no-repeat;
        }

#log_in {
    display: inline-grid;
    margin-top: 20px;
}

    #log_in > li {
        float: left;
        width: 276px;
        height: 49px;
        border: 0px solid #333;
        line-height: 40px;
        padding: 0px;
        border-radius: 0px;
        border: 0px;
    }

        #log_in > li > a {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 0px;
        }

.button {
    width: 276px;
    height: 49px;
    color: #101010;
    font-weight:bold;
    font-size: 18px;
    border: 0px;
    cursor: pointer;
    background: url(/img/button_back2.png?v=1) center left no-repeat;
}

#copyright {
    position: absolute;
    bottom: 5px;
    text-align: center;
    font-size: 12px;
    color: #666;
    letter-spacing: -0.5px;
    padding: 15px 0px;
    width: 100%;
}

@media screen and (max-width: 1520px) {
    #log_form {
        margin: 30px auto 0px;
    }
}
