﻿ul, li {
    display: inline-block;
}

.login-wrap .login-box {
    margin: 100px auto 0 auto;
}

header.gnb {
    padding: 20px 30px;
}


    header.gnb h1 {
        display: inline-block;
        font-size: 24px;
        margin-top: 13px;
    }

        header.gnb h1 > span {
            display: inline-block;
            vertical-align: middle;
        }

/*IE8.0 Hack! */
@media \0screen {
    header.gnb h1 > span {
        width: 50px;
        height: 52px;
    }
}

header.gnb .tools {
    display: inline-block;
    float: right;
}

    header.gnb .tools ul li > span {
        vertical-align: text-bottom;
    }


.login-wrap .login-box h1 {
    font-size: 30px;
}

.login-wrap .login-box .btn-login-wrap {
    width: 100%;
    position: relative;
    left: auto;
    transform: none;
}

.login-wrap .login-box .btn-login {
    width: 100%;
    height: 70px;
    padding: 17px;
    border-radius: 0;
    box-shadow: none;
}

    .login-wrap .login-box .btn-login > span {
        margin: 0 auto;
    }

input.login-input {
    font-size: 24px;
    color: #fff;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

    input.login-input::-webkit-input-placeholder {
        font-size: 32px;
    }

.company-wrap {
    position: relative;
    padding: 15px 0;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    text-align: left;
}

    .company-wrap > label {
        display: none;
        position: absolute;
        bottom: 10px;
        color: #fff;
        font-size: 24px;
    }


    .company-wrap select.select-company {
        /*filter: alpha(opacity=0); */ /*IE8 숨기기 */
        font-size: 24px;
        color: #fff;
        position: absolute;
        bottom: 0px;
        margin: 0;
        border: 0;
    }

    select {
    color: #fff;
}

    .company-wrap > span {
        display: none;
    }

    .company-wrap .select-company option {
        background-color: ##48c7f0;
        color: #444;
        border: 1px solid #fff;
    }

    .company-wrap select.select-company option:disabled {
        color: #000;
    }

.section-wrap h2 {
    font-size: 24px;
}

    .section-wrap h2 > span.total-sum {
        font-size: 18px;
    }

        .section-wrap h2 > span.total-sum span.nb {
            font-size: 20px;
        }

.list-wrap table thead.license-code th {
    font-size: 18px;
}

.list-wrap table tbody td {
    font-size: 14px;
}

.list-wrap table.license-list thead th:first-child + th + th + th, .list-wrap table.license-list tbody td:first-child + td + td + td {
    border-right: 0;
}

.list-wrap table.user-login-list tbody td:first-child, .list-wrap table.user-login-list tbody td:first-child + td + td + td + td + td + td + td {
    border-right: 0;
}

select::-ms-expand {
    display: none;
}




/* IE 9,10핵 */
@media screen and (min-width:0\0) {
}


/*IE8.0 Hack! */
@media \0screen {
    .list-checkbox > input {
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        border: 0px solid #a7a7a7;
    }
}
