body {
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    background: transparent;
    overflow: visible;
    width: 17px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb:horizontal {
    border-width: 4px 6px;
    min-width: 40px;
}

::-webkit-scrollbar-thumb:vertical {
    border-width: 6px 4px;
    min-height: 40px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #ADADAD;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

#main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.main-logo-background {
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity: 1;

    transition: opacity 1.5s;
}

.main-logo-background > .logo {
    display: block;
    width: 209px;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(/modules/core/client/img/logo.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -105px;
    animation: blink normal 3s infinite ease-in-out;
}

@-moz-keyframes blink {
    0% {
    }
    50% {
        opacity: 0;
    }
    100% {
    }
}

@-webkit-keyframes blink {
    0% {
    }
    50% {
        opacity: 0;
    }
    100% {
    }
}

@keyframes blink {
    0% {
    }
    50% {
        opacity: 0;
    }
    100% {
    }
}

@-moz-keyframes logo-hide {
    0% {
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes logo-hide {
    0% {
    }
    100% {
        opacity: 0;
    }
}

@keyframes logo-hide {
    0% {
    }
    100% {
        opacity: 0;
    }
}

header {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 64px;
    background-color: #fff;
    border-bottom: #e7e7e7 solid 1px;
    top: 0;
}

.gnb_entry {
    position: relative;
    height: 64px;
    width: 100%;
    background: #363636;
    min-width: 390px;
}

header .header {
    display: inline-block;
    width: 104px;
    height: 44px;
    background: #363636;
    padding: 10px 23px;
    position: relative;
}

header .header .logo_min {
    width: 100px;
    height: 38px;
    vertical-align: middle;
    float: left;
    padding-top: 4px;
}

header .system {
    position: relative;
    top: 17px;
    right: 30px;
    font-weight: 600;
    white-space: nowrap;
    float: right;
}

header .system .docs {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}

header .system .docs li {
    display: inline-block;
    margin-right: 6px;
}

header .system .docs li:last-child {
    margin-right: 10px;
}

header .system .docs a {
    margin-right: 20px;
}

header .system .docs span {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}

@media only screen and (min-width: 0px) and (max-width: 520px) {
    header .system .docs a {
        margin: 0;
    }

    .docs img {
        margin: 0;
    }

    .docs span {
        display: none;
    }
}

header .system .docs img {
    /*vertical-align: middle;*/
    margin-top: 2px;
}

header .system .notify_silver {
    display: inline-block;
    background: url(/modules/core/client/imgs/notify_silver.png) no-repeat 0px;
    width: 16px;
    height: 19px;
    margin-right: 34px;
    padding-top: 10px;
    vertical-align: middle;
}

header .system .login_silver {
    display: inline-block;
    background: url(/modules/core/client/imgs/log_silver.png) no-repeat 0px;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-left: 5%;
    vertical-align: middle;
}
