@keyframes auto-down-animate {
    0% {
        opacity: 0;
        top: 0px
    }

    50% {
        opacity: 1;
        top: 13px
    }

    100% {
        opacity: 0;
        top: 27px
    }
}

@-webkit-keyframes auto-down-animate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes out-glow {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes out-glow {
    0% {
        opacity: 0;
        -webkit-transform: scale(0)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

::-webkit-scrollbar {
    background: #fff;
    border-radius: 0px;
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 0px
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

body a:focus {
    outline: none !important
}

div[data-elementor-type=header].sticky-on .elementor-sticky {
    background: #cf8686
}

ul.cat-items {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 50px
}

ul.cat-items .item {
    font-size: 16px
}

ul.cat-items .item.has-child>.tit a {
    max-width: calc(100% - 50px);
    padding-right: 0
}

ul.cat-items *:not(ul) {
    -webkit-transition: all .3s;
    transition: all .3s
}

ul.cat-items .tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;position: relative;
}

ul.cat-items .tit a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--e-global-color-primary);
    padding-left: 20px;
    padding-right: 10px;
    width: 100%
}

ul.cat-items .tit a::before {
    content: "■";
    font-size: 10px;
    color: #666;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.cat-items .tit a span {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

ul.cat-items .tit:hover {
    color: var(--e-global-color-accent);
    background: #f5f5f5;
}

ul.cat-items .tit>span {
    width: 50px;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: border-left ease .3s;
    transition: border-left ease .3s;
    transform: rotate(-90deg)
}

ul.cat-items .tit:hover a::before {
    width: 0;
    opacity: 0
}

ul.cat-items .tit:hover>span {
    border-color: #fff
}

ul.cat-items .icon {
    margin: 0;
    font-size: 12px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 1;
    padding: 0;
    width: auto;
    height: 14px;
    right: 15px;
    pointer-events: none
}

ul.cat-items .cat-items {
    display: none
}
.has-child.on > div > .cat-items{
    display: block;
}

ul.cat-items ul.deep-2 .item a {
    line-height: 50px;
    font-size: 14px;
    background: #fff
}

ul.cat-items .item.on > .tit .toggle {
    transform: rotate(180deg)
}
}

.lv-1 > .item > .tit {
    font-weight: bold;
    background: #f5f5f5
}
.lv-2 > .item > .tit a{
    padding-left: 30px;
}
.lv-3 > .item > .tit a{
    padding-left: 40px;
}

@media(max-width:767px){
    #sidemenu{
    ul.cat-items {
        line-height: 50px
    }
    ul.cat-items .item a {
    font-size: 14px
}

/**

@media(max-width: 767px) {
    ul.cat-items {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 60px
    }

    ul.cat-items .item {
        font-size: 16px
    }

    ul.cat-items .item.has-child>.tit a {
        max-width: calc(100% - 60px);
        padding-right: 0
    }

    ul.cat-items *:not(ul) {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    ul.cat-items .tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ebebeb
    }

    ul.cat-items .tit a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--e-global-color-primary);
        padding-left: 20px;
        padding-right: 10px;
        width: 100%
    }

    ul.cat-items .tit a::before {
        content: "●";
        font-size: 10px;
        color: #666;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        width: 20px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    ul.cat-items .tit a span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    ul.cat-items .tit a:hover {
        color: var(--e-global-color-accent)
    }

    ul.cat-items .tit>span {
        width: 50px;
        display: block;
        text-align: center;
        cursor: pointer;
        -webkit-transition: border-left ease .3s;
        transition: border-left ease .3s
    }

    ul.cat-items .tit:hover a::before {
        width: 0;
        opacity: 0
    }

    ul.cat-items .tit:hover>span {
        border-color: #fff
    }

    ul.cat-items .icon {
        margin: 0;
        font-size: 12px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        line-height: 1;
        padding: 0;
        width: auto;
        height: 14px;
        right: 15px;
        pointer-events: none
    }

    ul.cat-items .cat-items {
        display: none
    }

    ul.cat-items .item.on>div>ul {
        display: block
    }

    ul.cat-items .item.on>.tit .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    ul.cat-items ul.lv-2 .item a {
        line-height: 50px;
        font-size: 14px
    }

    ul.cat-items ul.lv-2 .item>.tit {
        padding-left: 15px
    }

    ul.cat-items ul.lv-3 .item>.tit {
        padding-left: 25px
    }
}

@media(min-width: 768px) {
    ul.cat-items {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 50px
    }

    ul.cat-items .tit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ebebeb
    }

    ul.cat-items .tit a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: var(--e-global-color-primary);
        padding-left: 10px;
        padding-right: 10px;
        width: 100%
    }

    ul.cat-items .tit a span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    ul.cat-items .tit a:hover {
        color: var(--e-global-color-accent)
    }

    ul.cat-items .tit>span {
        width: 50px;
        display: block;
        text-align: center;
        cursor: pointer;
        -webkit-transition: border-left ease .3s;
        transition: border-left ease .3s
    }

    ul.cat-items .tit:hover a::before {
        width: 0;
        opacity: 0
    }

    ul.cat-items .tit:hover>span {
        border-color: #fff
    }

    ul.cat-items .icon {
        margin: 0;
        font-size: 12px;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        line-height: 1;
        padding: 0;
        width: auto;
        height: 14px;
        right: 15px;
        pointer-events: none
    }

    ul.cat-items.lv-1>li>.tit {
        font-weight: bold;
        font-size: 16px
    }

    ul.cat-items.lv-1>li:hover>.tit {
        background: var(--e-global-color-accent)
    }

    ul.cat-items.lv-1>li:hover>.tit a {
        color: #fff
    }

    ul.cat-items.lv-1>li:hover>.tit .icon {
        fill: #fff
    }

    ul.cat-items.lv-1>li:hover ul.lv-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px
    }

    ul.cat-items .lv-2 {
        display: none;
        position: absolute;
        left: 266px;
        top: -44px;
        z-index: 99;
        width: 1000px;
        min-height: 500px;
        background: #fff;
        border: 5px solid var(--e-global-color-accent);
        border-radius: 8px;
        padding: 10px
    }

    ul.cat-items .lv-2>li {
        width: 100%
    }

    ul.cat-items .lv-2>li>.tit {
        font-weight: bold;
        font-size: 16px
    }

    ul.cat-items .lv-2 span {
        display: none
    }

    ul.cat-items .lv-2 ul .tit {
        border: 0
    }

    ul.cat-items .lv-2 ul .tit a {
        line-height: 30px;
        font-size: 14px
    }
}
**/

/*# sourceMappingURL=theme.min.css.map */