/** 전체카테고리 **/
.global-menu {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 45px;
    background: #fff;
    border: 0;
    border-bottom: 3px solid #87C427;
}

.global-menu .total-menu {
    position: absolute;
    width: 205px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: url('../images/ic_total_category.png') 40px 14px no-repeat #93C93B;
}

.global-menu .total-menu > a {
    line-height: 45px;
    margin-left: 80px;
    color: #3A383D !important;
}

.global-menu .total-menu > div {
    position: relative;
    z-index: 999;
    top: 3px
}

.global-menu .total-menu > div #sBtn {
    position: absolute;
    z-index: 3;
    display: none;
    width: 1200px;
    background: #fff;
    border: 3px solid #90c53a;
    border-top: 0;
    box-sizing: border-box;
}

.global-menu .total-menu > div #sBtn table {
}

.global-menu .total-menu > div #sBtn table tr {
}

.global-menu .total-menu > div #sBtn table tr td {
    border-right: 1px solid #d9d9d9;
    width: 170px;
    padding-bottom: 24px;
    vertical-align: top;
    border-bottom: 1px solid #d9d9d9;
}

.global-menu .total-menu > div #sBtn table tr td dl {
}

.global-menu .total-menu > div #sBtn table tr td dt {
    margin-bottom: 10px;
}

.global-menu .total-menu > div #sBtn table tr td dt a {
    font-size: 15px;
    width: 100%;
    color: #333;
    box-sizing: border-box;
    background: #f8f8f8;
    font-weight: 400;
    display: inline-block;
    padding: 14px 20px 13px;
}

.global-menu .total-menu > div #sBtn table tr td dd a {
    font-size: 13px;
    width: 100%;
    color: #777;
    box-sizing: border-box;
    display: inline-block;
    line-height: 28px;
    padding: 0 20px;
}

.global-menu .total-menu > div #sBtn table tr td dl a:hover {
    color: #90c53a;
}

.global-menu .total-menu > div #sBtn .menuCloseBtn {
    position: absolute;
    right: -3px;
    top: -48px;
}

.global-menu .total-menu > #sBtn .nonebb {
    border-bottom: 0 !important;
}

.global-menu .total-menu > div #sBtn table {
    background-color: #F8F8F8;
}

.global-menu .total-menu > div #sBtn table tr td {
    background-color: #ffffff;
}

.global-menu .all_menu.show {
    display: block;
}

.global-menu > .categories {
    margin-left: 221px;
    position: relative;
}

.global-menu .categories li:first-child {
    background: none;
}
.global-menu .categories li:last-child {
    display: none;
}

.global-menu .categories > li {
    padding: 0 10px;
    float: left;
    position: relative;
}

.global-menu .categories > li > a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 45px;
}

.global-menu .categories > li:first-child > a {
    /* font-size: 14px; */
    font-weight: 400;
    color: #ef2828;
    line-height: 45px;
    font-size: 1.4rem;
    font-weight: bold;
}

.global-menu .categories > li:hover .children {
    display: inline-block;
    z-index: 999;
    list-style: none;
    background: #fff;
    border: 1px solid #87C427;
}

.global-menu .categories > li:hover .children:before {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -7.5px;
    border: 7.5px solid transparent;
    border-bottom-color: #87C427;
    content: '';
    width: 0;
    height: 0;
    z-index: -1;
}

.global-menu .categories > li .children {
    position: absolute;
    top: 45px;
    left: 50%;
    right: 0;
    display: none;
    background: #fff;
    margin-top: 2px;
    margin-left: -75px;
    width: 150px;
    text-align: center;
}

.global-menu .categories > li:hover .children > li {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-top: 1px dotted #dfdfdf;
}

.global-menu .categories > li:hover .children > li:hover {
    background-color: rgba(135, 196,39, 0.2);
    color: #333333;
}

.global-menu .categories > li:hover .children > li:first-child {
    border-top: 0;
}