.left-second {
/ / --widthA: 200 px;
/ / --widthB: calc(100 % - var(--widthA));
/ / --widthC: calc(var(--widthB) * 0.3);
/ / width: var(--widthC);
    width: calc(100% * 0.3);
    min-width: 360px;
    max-width: 470px;
    height: calc(100% - 60px);
    /*border-right: 1px solid #ccc;*/
    overflow-y: auto;
    background-color: white;
    z-index: 1;
    -ms-overflow-style: none;
    flex-grow: 0;
    flex-shrink: 0;
}

.left-container-1 {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% * 0.3);
    min-width: 360px;
    max-width: 470px;
    height: calc(100% - 60px);
    margin-top: 60px;
    background-color: white;
    border-right: 1px solid #ddd;
}

.left-container-2 {
    height: 100%;
    min-height: calc(100vh - 51px - 155px);
    overflow: auto;
    padding: 55px 0 40px 0;
}

.main {
    padding: 55px 80px 20px 55px;
}

.left-second-title {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 500;
    padding: 0 24px 0 34px;
}

.left-second-left-content {
    padding: 0 30px;
    font-size: 13px;
}

.left-second-content {
    width: 100%;
}

.left-second-item {
    font-size: 13px;
    font-weight: 500;
    /*padding: 6px 20px 6px 34px;*/
}

.left-second-item.inner {
    font-weight: 500;
    /*padding: 5px 20px 5px 49px;*/
}

.left-second-item a {
    padding: 6px 20px 6px 37px;
    display: block;
}

.left-second-item.inner a {
    color: rgb(51, 51, 51);
    padding: 5px 20px 5px 52px;
    display: block;
}

.left-second-item.inner.package a {
    font-weight: 800;
    color: rgb(20, 20, 20);
}

.left-second-item.inner.current a {
    font-weight: 800;
}

.left-second-item.inner-third a {
    font-weight: 500;
    padding: 5px 20px 5px 67px;
}


.inner-scroll {
    scrollbar-face-color: #aaa;
    scrollbar-track-color: #E1E1E1;
    scrollbar-arrow-color: #ffffff;
    scrollbar-highlight-color: #fff8dc;
    scrollbar-shadow-color: rgb(0, 90, 148);
    scrollbar-3dlight-color: #ffebcd;
    scrollbar-darkshadow-color: #8b0000;
}

.inner-scroll::-webkit-scrollbar {
    width: 10px; /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

.inner-scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.inner-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #aaa;
}

.left-second-submenu {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 24px 0 34px;
    width: 100%;
}

.left-second-submenu-item {
    display: inline-block;
    font-size: 12px;
    background-color: #eee;
    border-radius: 12px;
    padding: 2px 10px;
    margin: 0 3px 6px 0;
    cursor: pointer;
    box-sizing: content-box;
}

.left-second-submenu-item a {
    color: rgb(51, 51, 51);
}

.left-second-submenu-item a, .left-second-submenu-item a:hover, .left-second-submenu-item a:visited, .left-second-submenu-item a:focus {
    text-decoration: none;
}

.left-second-item a, .left-second-item a:hover, .left-second-item a:visited, .left-second-item a:focus {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.left-second-submenu-item[data-sbj='all'] a:hover {
    color: rgb(121, 0, 48);
}

.left-second-submenu-item[data-sbj='all'].current a {
    color: rgb(121, 0, 48);
    font-weight: 800;
}

.left-second-submenu-item[data-sbj='all'].current {
    background-color: rgba(121, 0, 48, 0.2);
}

.category-description {
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 16px;
    padding: 0 24px 0 34px;
}

.fas.collapse-icon {
    transition: all 0.3s linear;
    margin-left: 4px;
}

a[aria-expanded=true] .fas.collapse-icon {
    transform: rotate(-180deg);
}

a[data-toggle='collapse'] {
    font-weight: 800;
    color: rgb(20, 20, 20);
}

.inner a[data-toggle='collapse'] {
    font-weight: 500;
    color: rgb(51, 51, 51);
}

a.all {
    font-weight: 800;
    color: rgb(20, 20, 20);
}

a.all.current {
    font-weight: 800;
}

.left-second-submenu-item.search {
    display: block;
}

#category-search-form {
    margin: 0;
    width: 100%;
}

.category-search-input {
    border: none;
    background-color: #eee;
    width: calc(100% - 16px);
    outline: 0;
    background: none;
    vertical-align: middle;
    line-height: 1.1;
}

.category-search-key {
    display: inline-block;
    width: calc(100% - 16px);
}

.category-search-key-inner {
    width: fit-content;
    padding: 0 10px;
    border-radius: 12px;
}

.category-search-key span {
    padding-right: 10px;
}

.panel-list {
    font-size: 13px;
    font-weight: 500;
    padding: 0 34px 0 34px;
    margin: 5px 10px 35px 10px;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #eee;
}
.panel-list-item {
    padding: 5px 15px;
    /*border-radius: 12px;*/
    text-align: center;
    /*background-color: #eee;*/
}
.panel-list-item.current {

}
.panel-list a, .panel-list a:hover, .panel-list a:visited, .panel-list a:focus {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

@media only screen and (max-width: 1120px) {
    .left-second {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: auto;
        max-width: none;
        background-color: #fff;
        top: 40px;
        z-index: 10;
        height: 100%;
    }

    .left-container-1 {
        width: 100%;
        min-width: auto;
        max-width: none;
        margin-top: 51px;
    }

    .left-container-2 {
        padding-top: 35px;
        padding-bottom: 55px;
    }

    .mobile_left {
        display: none;
    }

    .left-second-title {
        padding: 0 50px;
    }

    .left-second-submenu {
        padding: 0 50px;
    }

    .category-description {
        padding: 0 50px;
    }

    .left-second-item a {
        padding: 6px 40px 6px 50px;
    }
    .left-second-item.inner a {
        padding: 5px 20px 5px 59px;
    }
    .left-second-item.inner-third a {
        padding: 5px 20px 5px 68px;
    }

    .left-second-item.current.non-selected a {
        color: rgb(20, 20, 20);
    }

    .left-second-item.inner.current.non-selected a {
        color: rgb(51, 51, 51);
        font-weight: 500;
    }

    .left-second-item.current.non-selected {
        background-color: rgba(0, 0, 0, 0);
    }
}

@media screen and (max-width: 1120px) {
    .left-container-1 {
        position: static;
        border-right: none;
    }

    .left-container-2 {
        height: auto;
        overflow: visible;
    }
}

@media only screen and (max-width: 800px) {
    .left-second-submenu-item.search {
        display: none;
    }

    .left-second-submenu {
        text-align: center;
    }

    .left-second-title {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1120px) {
    .sort-wrapper {
        padding-top: 5px;
    }
}
