/*
---------------------------------------
layout_navigation
---------------------------------------
*/

.l_navigation li {
    position: relative;
    display: table;
    /*width: 14.2857143%;*/
    width: 16.6666667%;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    transition: opacity .4s;
    background-size: 10px 20px, 10px 20px, cover;
    background-repeat: no-repeat;
}
.l_navigation li:nth-child(-n + 6) {
    background-image: url(../../images/ring-left.png), url(../../images/ring-right.png), url(../../images/shop_bg1.png);
    background-position: left center, right center, center top;
}
.l_navigation li:nth-last-child(-n + 7) {
    width: 14.2857143%;
    background-image: url(../../images/ring-left.png), url(../../images/ring-right.png), url(../../images/shop_bg2.png);
    background-position: left center, right center, center bottom;
}
.l_navigation li > * {
    display: table-cell;
    vertical-align: middle;
}
.l_navigation li a span {
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}
.l_navigation li:hover {
    opacity: .75;
}
/*.l_navigation li:nth-child(4) {
    opacity: 1!important;
}
.l_navigation li:nth-child(4) span::after {
    position: absolute;
    display: block;
    content: "";
    width: 129px;
    height: 100px;
    background-image: url(../../images/logo-01.png);
    background-size: contain;
    background-positon: center center;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -50px;
    z-index: 100;
    transform: translate3d(-50%, 0, 0);
}*/
