/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
/* Local Navigation
============================================================================= */
.lnavi-area {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .lnavi-area {
        display: none;
    }
}

.lnavi-area .category {
    margin-bottom: 10px;
}

.lnavi-area .category a {
    display: block;
    padding: 44px 10px 45px;
    background-color: #007a63;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.lnavi-area .lnavi {
    background: #f1f3ee;
    padding: 5px;
}

.lnavi-area .lnavi a {
    display: block;
    color: #111;
    text-decoration: none;
    position: relative;
    background: #fff;
}

.lnavi-area .lnavi a:hover {
    color: #007a63;
}

.lnavi-area .second {
    background: #fff;
}

.lnavi-area .second > li {
    border-bottom: 1px solid #f1f3ee;
    padding: 0;
}

.lnavi-area .second > li > a {
    padding: 15px 30px 15px 20px;
}

.lnavi-area .second > li > a::before {
    position: absolute;
    top: 22px;
    right: 13px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #007a63;
    border-left: 2px solid #007a63;
    transform: rotate(135deg);
}

.lnavi-area .second > .current > a {
    color: #007a63;
}

.lnavi-area .third > li {
    padding: 0;
    border-top: 1px solid #f1f3ee;
    border-bottom: none;
}

.lnavi-area .third > li > a {
    padding: 12px 30px 12px 20px;
    font-weight: normal;
}

.lnavi-area .third > li > a::before {
    position: absolute;
    top: 22px;
    right: 13px;
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #007a63;
    border-left: 2px solid #007a63;
    transform: rotate(135deg);
}

.lnavi-area .third > .current > a {
    color: #007a63;
}

.lnavi-area .fourth > li {
    border-top: 1px solid #f1f3ee;
}

.lnavi-area .fourth > li > a {
    padding: 10px 5px 10px 36px;
    font-weight: normal;
}

.lnavi-area .fourth > li > a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
    position: absolute;
    top: 20px;
    left: 24px;
}

.lnavi-area .fourth > .current > a {
    background-color: #fff;
}

/* Banner
============================================================================= */
@media screen and (max-width: 767px) {
    #side .banner-area {
        display: none;
    }
}

#side .banner-area ul {
    display: block;
}

#side .banner-area li {
    padding-bottom: 10px;
    line-height: 1;
    text-align: center;
    width: 240px;
}

#side .banner-area img {
    max-width: 240px;
}
