.plp .plp_banner {
    /*max-width: 1784px;*/
    /*padding: 0 92px;*/
    max-width: 1920px;
    margin: 0 auto;
}
.plp .plp_banner .img {
    width: 100%;
}
.plp .plp_banner .vid {
    width: 100%;
}
.plp .plp_banner .vid .sub_vid {
    width: 100%;
    position: relative;
    padding-bottom: 445px;
    max-width: 1784px;
    margin: 0 auto;
    height: 100%;
}
@media (max-width: 1748px) {
    .plp .plp_banner .vid .sub_vid {
        padding-bottom: 25.2%;
    }
}
.plp .plp_banner .vid .sub_vid video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.plp .plp_banner .txt {
    margin-top: 70px;
    text-align: center;
}
.plp .plp_banner .txt .top_tit {
    font-size: 32px;
    line-height: var(--fs_tit);
    color: #000;
}
.plp .plp_banner .txt .sub_tit {
    font-size: 16px;

    color: #444;

    margin-top: 8px;
}
.plp .plp_banner .txt .banner_btn_w {
    margin-top: 8px;
}

.plp .sec_cont {
    display: flex;
}

.plp .left_cont {
    width: 240px;
    margin-right: 88px;
    flex-shrink: 0;
}

.plp .cate_w .cate_txt {
    font-size: 24px;
    font-weight: 600;
}
.plp .cate_w .cate_list {
    margin-top: 24px;
}
.plp .cate_w .cate_list .cate_item {
    margin-top: 8px;
}
.plp .cate_w .cate_list .cate_item:first-child {
    margin-top: 0;
}
.plp .cate_w .cate_list .cate_item a {
    font-size: 17px;

    font-weight: 300;
}
.plp .cate_w + .filter_w {
    margin-top: 48px;
}
.plp .filter_w .filter_top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 10px;
    border-bottom: 1px solid #000;

}
.plp .filter_w .filter_top .tit {
    font-size: 17px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.plp .filter_w .filter_top .clear_btn {
    font-size: 14px;

}

.plp .filter_w .filter .filter_item {
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1;
}
.plp .filter_w .filter .filter_item .filter_btn {
    display: block;
    padding-right: 24px;
    background-size: 16px auto;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url('/v2/img/ico_plus_white.png');

    font-size: 17px;

}
.plp .filter_w .filter .filter_item.open .filter_btn {
    background-image: url('/v2/img/ico_minus_white.png');
}
.plp .filter_w .filter .filter_item .filter_dd {
    padding-top: 16px;
    display: none;
}

.plp .right_cont {
    position: relative;
    flex-grow: 1;
}
.plp .sorting_w {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -40px;
    z-index: 2;
}
.plp .sorting_w .sorting_btn {
    padding-right: 16px;

    font-size: 16px;

}
.plp .sorting_w .sorting_btn::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border: 4px solid transparent;
    border-bottom-width: 0;
    border-top-color: #000;

    right: 3px;
    top: 50%;
    margin-top: -2px;
}

.plp .sorting_w .sorting_dd {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 8px;

    padding: 8px 24px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background-color: #fff;

    display: none;
}
.plp .sorting_w .sorting_dd li {
    margin-top: 8px;
}
.plp .sorting_w .sorting_dd li:first-child {
    margin-top: 0;
}
.plp .sorting_w .sorting_dd li a {
    color: #838383;
    font-size: 16px;

}
.plp .sorting_w .sorting_dd li.active a {
    color: #000;
}
.plp .pd_list_comm {
    flex-wrap: wrap;
    margin-top: -40px;
}
.plp .pd_list_comm .pd_item {
    width: 25%;
    margin-top: 40px;
}

.plp .notice_w {
    margin-top: 60px;
    padding: 36px 0;

    background-color: #f7fafb;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.plp .notice_w p {
    font-size: 14px;

    font-weight: 300;
    text-align: center;
}
.plp .notice_w .btn {
    margin-top: 16px;
}








/*data range*/
.datarange_w {
    padding-top: 6px;
}
.irs--round {
    height: auto;
}
.irs--round .irs-line {
    top: 0;
    height: 2px;
}
.irs--round .irs-bar {
    top: 0;
    background-color: #000;
    height: 2px;
}

.irs--round .irs-handle {
    width: 16px;
    height: 16px;
    top: -7px;
    background-color: #fff;
    border: 1px solid #000;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #000;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: #000;

    top: 12px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}

.data_range_val input[type="number"]::-webkit-outer-spin-button,
.data_range_val input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.data_range_val {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.data_range_val input {
    display: block;
    width: calc(50% - 14px);
    background: none;
    margin: 0;
    padding: 6px;
    border: 1px solid #ddd;
    font-size: 14px;

    text-align: center;

}
.data_range_val .bar {
    font-size: 15px;

    margin: 8px 8px 0 8px;
}



.plp.search .sub_title {
    text-align: center;
    text-transform: none;
}
.plp.search .sub_title p {
    display: inline-block;
    font-weight: 400;
}
.plp.search .sec .sec_cont {
    margin-top: 80px;
}
.plp.search .result_w li {
    font-size: 17px;

    font-weight: 600;
    margin-top: 8px;
    text-transform: uppercase;
}
.plp.search .result_w li:first-child {
    margin-top: 0;
}
.plp.search .result_w li span {
    font-weight: 400;
    display: inline-block;
}

.plp.search .no_search_w {
    text-align: center;
}
.plp.search .no_search_w .tit {
    font-size: 32px;
    line-height: var(--fs_tit);
    font-weight: 600;
}
.plp.search .no_search_w .desc {
    margin-top: 24px;
    font-size: 17px;

}

.plp.search .no_search_w .search_kw {
    font-weight: 600;
}

.loading_w {
    z-index: 1;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align:center;
    background: rgba(255,255,255,0.4);
    min-height: calc(16vh + 80px);
    display: none;
}
.loading_w .loading_box {
    width: 100%;
    height: 100%;
    position: relative;
}
.loading_w .loading_box .loading_img {
    width: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: 8vh;
    transform: translate(-50%, 0);
}

.plp .top_title {
    margin-top: 32px;
    font-size: 32px;
    line-height: var(--fs_tit);
    font-weight: 500;
    color: #121619;
}
.plp .top_banner_w {
    margin: 32px auto 0 auto;
    max-width: 1330px;
}
.plp .top_banner_w .top_banner_in {
    display: flex;
    align-items: center;
}
.plp .top_banner_w .top_banner_img {
    width: 45%;
}
.plp .top_banner_w .top_banner_txt {
    width: 55%;
    padding-left: 60px;
}
.plp .top_banner_w .top_banner_txt .tit {
    font-size: 28px;
    line-height: var(--fs_tit);
    font-weight: 500;
    color: #121619;
    letter-spacing: 0.477px;
}
.plp .top_banner_w .top_banner_txt .desc {
    margin-top: 8px;
    font-size: 16px;
    color: #121619;
}
.plp .top_banner_w .top_banner_txt .btn {
    margin-top: 32px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #121619;
}
.plp .top_cat_w {
    margin-top: 40px;
    padding-bottom: 40px;
}
.plp .top_cat_w .cat_tab_link {
    display: flex;
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.plp .top_cat_w .cat_tab_link .tab_link {
    flex-grow: 1;
}
.plp .top_cat_w .cat_tab_link .tab_link:first-child {
    margin-left: -1px;
}
.plp .top_cat_w .cat_tab_link .tab_link:last-child {
    margin-right: -1px;
}
.plp .top_cat_w .cat_tab_link .tab_link.active {
    background-color: #121619;
}
.plp .top_cat_w .cat_tab_link .tab_link a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -1px;
    margin-bottom: -1px;
    color: #121619;
}
.plp .top_cat_w .cat_tab_link .tab_link.active a {
    color: #fff;
}
.plp .top_cat_w .tab_cont_w {
    margin-top: -1px;
    border: 1px solid #e1e1e1;
    padding: 24px 0;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item {
    display: none;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_in {
    display: flex;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item {
    width: 17.8%;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item:first-child {
    width: 9%;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #838383;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item.all > a {
    color: #000;
    text-decoration: underline;
    padding-left: 32px;
}

.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul {
    margin-top: 8px;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul li + li {
    margin-top: 4px;
}
.plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #838383;
}

.plp .top_cat_w.package .cat_tab_link {
    display: none;
}
.plp .top_cat_w.package .tab_cont_w {
    margin-top: 0;
}
.plp .top_cat_w.package .tab_cont_w .tab_cont_item {
    display: block;
}
.plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_in {
    flex-wrap: wrap;
}
.plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item {
    width: 20%;
    margin-top: 16px;
}
.plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(-n+5) {
    margin-top: 0;
}
.plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(5n+1) {
    padding-left: 32px;
}
.plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(5n) {
    padding-right: 32px;
}
.plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item.all > a {
    padding: 0;
}

@media (max-width: 1300px) {
    .plp .plp_banner {
        /*max-width: 137.23vw;*/
        /*padding: 0 7.07vw;*/
    }
    .plp .plp_banner .vid .sub_vid {
        max-width: 137.23vw;
    }

    .plp .plp_banner .txt {
        margin-top: 5.38vw;
    }
    .plp .plp_banner .txt .top_tit {
        font-size: 2.46vw;

    }
    .plp .plp_banner .txt .sub_tit {
        font-size: 1.23vw;


        margin-top: 0.61vw;
    }
    .plp .plp_banner .txt .banner_btn_w {
        margin-top: 0.61vw;
    }

    .plp .left_cont {
        width: 18.46vw;
        margin-right: 6.76vw;
    }

    .plp .cate_w .cate_txt {
        font-size: 1.84vw;

    }
    .plp .cate_w .cate_list {
        margin-top: 1.84vw;
    }
    .plp .cate_w .cate_list .cate_item {
        margin-top: 0.61vw;
    }
    .plp .cate_w .cate_list .cate_item:first-child {
        margin-top: 0;
    }
    .plp .cate_w .cate_list .cate_item a {
        font-size: 1.3vw;

    }
    .plp .cate_w + .filter_w {
        margin-top: 3.69vw;
    }
    .plp .filter_w .filter_top {
        padding-bottom: 0.76vw;

    }
    .plp .filter_w .filter_top .tit {
        font-size: 1.3vw;

    }
    .plp .filter_w .filter_top .clear_btn {
        font-size: 1.07vw;

    }

    .plp .filter_w .filter .filter_item {
        padding: 1.23vw 0;
    }
    .plp .filter_w .filter .filter_item .filter_btn {
        padding-right: 1.84vw;
        background-size: 1.23vw auto;

        font-size: 1.3vw;

    }
    .plp .filter_w .filter .filter_item .filter_dd {
        padding-top: 1.23vw;
    }

    .plp .sorting_w {
        margin-top: -3.07vw;
    }
    .plp .sorting_w .sorting_btn {
        padding-right: 1.23vw;

        font-size: 1.23vw;

    }
    .plp .sorting_w .sorting_btn::after {
        border: 0.3vw solid transparent;
        border-top-color: #000;
        right: 0.23vw;
        margin-top: -0.15vw;
    }

    .plp .sorting_w .sorting_dd {
        margin-top: 0.61vw;

        padding: 0.61vw 1.84vw;
        border-radius: 0.61vw;

    }
    .plp .sorting_w .sorting_dd li {
        margin-top: 0.61vw;
    }
    .plp .sorting_w .sorting_dd li:first-child {
        margin-top: 0;
    }
    .plp .sorting_w .sorting_dd li a {
        font-size: 1.23vw;

    }
    .plp .pd_list_comm {
        margin-top: -3.07vw;
    }
    .plp .pd_list_comm .pd_item {
        margin-top: 3.07vw;
    }

    .plp .notice_w {
        margin-top: 4.61vw;
        padding: 2.76vw 0;

    }
    .plp .notice_w p {
        font-size: 1.07vw;

    }
    .plp .notice_w .btn {
        margin-top: 1.23vw;
    }








    /*data range*/
    .datarange_w {
        padding-top: 0.46vw;
    }
    .irs--round .irs-line {
        height: 0.15vw;
    }
    .irs--round .irs-bar {
        height: 0.15vw;
    }

    .irs--round .irs-handle {
        width: 1.23vw;
        height: 1.23vw;
        top: -0.53vw;
    }

    .irs--round .irs-from,
    .irs--round .irs-to,
    .irs--round .irs-single {

        top: 0.92vw;
    }
    .data_range_val {
        margin-top: 3.84vw;
    }
    .data_range_val input {
        width: calc(50% - 1.07vw);
        padding: 0.46vw;
        font-size: 1.07vw;


    }
    .data_range_val .bar {
        font-size: 1.15vw;

        margin: 0.61vw 0.61vw 0 0.61vw;
    }



    .plp.search .sec .sec_cont {
        margin-top: 6.15vw;
    }
    .plp.search .result_w li {
        font-size: 1.3vw;

        margin-top: 0.61vw;
    }

    .plp.search .no_search_w .tit {
        font-size: 2.46vw;

    }
    .plp.search .no_search_w .desc {
        margin-top: 1.84vw;
        font-size: 1.3vw;

    }
    .loading_w {
         min-height: calc(16vh + 6.15vw);
     }
    .loading_w .loading_box .loading_img {
        width: 6.15vw;
    }

    .plp .top_title {
        margin-top: 2.46vw;
        font-size: 2.46vw;
    }
    .plp .top_banner_w {
        margin: 2.46vw auto 0 auto;
        max-width: 1330px;
    }
    .plp .top_banner_w .top_banner_txt {
        padding-left: 4.62vw;
    }
    .plp .top_banner_w .top_banner_txt .tit {
        font-size: 2.15vw;
        letter-spacing: 0.04vw;
    }
    .plp .top_banner_w .top_banner_txt .desc {
        margin-top: 0.62vw;
        font-size: 1.23vw;
    }
    .plp .top_banner_w .top_banner_txt .btn {
        margin-top: 2.46vw;
        font-size: 1.23vw;
    }
    .plp .top_cat_w {
        margin-top: 3.08vw;
        padding-bottom: 3.08vw;
    }
    .plp .top_cat_w .cat_tab_link .tab_link a {
        padding: 0.77vw 1.85vw;
        font-size: 1.38vw;
    }
    .plp .top_cat_w .tab_cont_w {
        padding: 1.85vw 0;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > a {
        font-size: 1.23vw;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item.all > a {
        padding-left: 2.46vw;
    }

    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul {
        margin-top: 0.62vw;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul li + li {
        margin-top: 0.31vw;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul li a {
        font-size: 1.08vw;
    }

    .plp .top_cat_w.package .tab_cont_w {
        margin-top: 0;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item {
        margin-top: 1.23vw;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(-n+5) {
        margin-top: 0;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(5n+1) {
        padding-left: 2.46vw;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(5n) {
        padding-right: 2.46vw;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item.all > a {
        padding: 0;
    }

}


@media (max-width: 768px) {
    .plp .plp_banner {
        /*max-width: 1054px;*/
        /*padding: 0 54px;*/
    }
    .plp .plp_banner .vid .sub_vid {
        max-width: 1054px;
    }

    .plp .plp_banner .txt {
        margin-top: 41px;
    }
    .plp .plp_banner .txt .top_tit {
        font-size: 19px;

    }
    .plp .plp_banner .txt .sub_tit {
        font-size: 10px;


        margin-top: 5px;
    }
    .plp .plp_banner .txt .banner_btn_w {
        margin-top: 5px;
    }

    .plp .left_cont {
        width: 142px;
        margin-right: 52px;
    }

    .plp .cate_w .cate_txt {
        font-size: 14px;

    }
    .plp .cate_w .cate_list {
        margin-top: 14px;
    }
    .plp .cate_w .cate_list .cate_item {
        margin-top: 5px;
    }
    .plp .cate_w .cate_list .cate_item:first-child {
        margin-top: 0;
    }
    .plp .cate_w .cate_list .cate_item a {
        font-size: 10px;

    }
    .plp .cate_w + .filter_w {
        margin-top: 28px;
    }
    .plp .filter_w .filter_top {
        padding-bottom: 6px;

    }
    .plp .filter_w .filter_top .tit {
        font-size: 10px;

    }
    .plp .filter_w .filter_top .clear_btn {
        font-size: 8px;

    }

    .plp .filter_w .filter .filter_item {
        padding: 9px 0;
    }
    .plp .filter_w .filter .filter_item .filter_btn {
        padding-right: 14px;
        background-size: 9px auto;

        font-size: 10px;

    }
    .plp .filter_w .filter .filter_item .filter_dd {
        padding-top: 9px;
    }

    .plp .sorting_w {
        margin-top: -24px;
    }
    .plp .sorting_w .sorting_btn {
        padding-right: 9px;

        font-size: 9px;

    }
    .plp .sorting_w .sorting_btn::after {
        border: 2px solid transparent;
        border-top-color: #000;
        right: 2px;
        margin-top: 1px;
    }

    .plp .sorting_w .sorting_dd {
        margin-top: 5px;

        padding: 5px 14px;
        border-radius: 5px;

    }
    .plp .sorting_w .sorting_dd li {
        margin-top: 5px;
    }
    .plp .sorting_w .sorting_dd li:first-child {
        margin-top: 0;
    }
    .plp .sorting_w .sorting_dd li a {
        font-size: 9px;

    }
    .plp .pd_list_comm {
        margin-top: -24px;
    }
    .plp .pd_list_comm .pd_item {
        margin-top: 24px;
    }

    .plp .notice_w {
        margin-top: 35px;
        padding: 21px 0;

    }
    .plp .notice_w p {
        font-size: 8px;

    }
    .plp .notice_w .btn {
        margin-top: 9px;
    }








    /*data range*/
    .datarange_w {
        padding-top: 4px;
    }
    .irs--round .irs-line {
        height: 1px;
    }
    .irs--round .irs-bar {
        height: 1px;
    }

    .irs--round .irs-handle {
        width: 9px;
        height: 9px;
        top: -4px;
    }

    .irs--round .irs-from,
    .irs--round .irs-to,
    .irs--round .irs-single {

        top: 7px;
    }
    .data_range_val {
        margin-top: 29px;
    }
    .data_range_val input {
        width: calc(50% - 8px);
        padding: 4px;
        font-size: 8px;


    }
    .data_range_val .bar {
        font-size: 9px;

        margin: 5px 5px 0 5px;
    }



    .plp.search .sec .sec_cont {
        margin-top: 47px;
    }
    .plp.search .result_w li {
        font-size: 10px;

        margin-top: 5px;
    }

    .plp.search .no_search_w .tit {
        font-size: 19px;

    }
    .plp.search .no_search_w .desc {
        margin-top: 14px;
        font-size: 10px;

    }
    .loading_w {
        min-height: calc(16vh + 47px);
    }
    .loading_w .loading_box .loading_img {
        width: 47px;
    }

    .plp .top_title {
        margin-top: 19px;
        font-size: 19px;
    }
    .plp .top_banner_w {
        margin: 19px auto 0 auto;
        max-width: 1330px;
    }
    .plp .top_banner_w .top_banner_txt {
        padding-left: 35px;
    }
    .plp .top_banner_w .top_banner_txt .tit {
        font-size: 17px;
        letter-spacing: 0.01px;
    }
    .plp .top_banner_w .top_banner_txt .desc {
        margin-top: 5px;
        font-size: 9px;
    }
    .plp .top_banner_w .top_banner_txt .btn {
        margin-top: 19px;
        font-size: 9px;
    }
    .plp .top_cat_w {
        margin-top: 24px;
        padding-bottom: 24px;
    }
    .plp .top_cat_w .cat_tab_link .tab_link a {
        padding: 6px 14px;
        font-size: 11px;
    }
    .plp .top_cat_w .tab_cont_w {
        padding: 14px 0;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > a {
        font-size: 9px;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item.all > a {
        padding-left: 19px;
    }

    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul {
        margin-top: 5px;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul li + li {
        margin-top: 2px;
    }
    .plp .top_cat_w .tab_cont_w .tab_cont_item .cate_list_item > ul li a {
        font-size: 8px;
    }

    .plp .top_cat_w.package .tab_cont_w {
        margin-top: 0;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item {
        margin-top: 9px;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(-n+5) {
        margin-top: 0;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(5n+1) {
        padding-left: 19px;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item:nth-child(5n) {
        padding-right: 19px;
    }
    .plp .top_cat_w.package .tab_cont_w .tab_cont_item .cate_list_item.all > a {
        padding: 0;
    }

}
