#header .gnb > li.order-entry {
    width: 132px;
    margin-left: 18px;
    background: #1457d9;
}

#header .gnb > li.order-entry > a {
    color: #fff;
    font-size: 14px;
}

#header .gnb > li.order-entry > a:hover {
    background: #0d46b5;
    color: #fff;
}

#header .gnb > li.order-entry i {
    margin-right: 4px;
}

.or-mobile-entry {
    position: absolute;
    top: 12px;
    right: 58px;
    height: 34px;
    padding: 0 13px;
    border-radius: 6px;
    background: #1457d9;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: none;
}

@media screen and (min-width: 961px) {
    .or-mobile-entry {
        display: none;
    }
}
