body {
    background-color: #fff !important;
}
@media (max-width:1060px) {
    #header_head.head {
        display: none;
    }
}
#root.wrapper {
    padding-top: 0 !important;
}
@media (max-width:1060px) {
    #root.wrapper ._angular {
        padding-top: calc(0px + constant(safe-area-inset-top)) !important;
        padding-top: calc(0px + env(safe-area-inset-top)) !important;
    }
}















.search-empty {
    padding: 40px 20px;
    text-align: center;
    color: rgb(var(--color-color) / .5);
    font-size: 15px;
}


[_total-nav] {
    
}
@media (min-width:1060px) {
    [_total-nav] {
        /* position: sticky;
        top: 100px; */
    }
}
[_total-nav] .totalNav-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    background-color: rgb(var(--color-color0));
}
@media (min-width:1060px) {
    [_total-nav] .totalNav-wrap {
        /* position: sticky;
        top: 100px;
        z-index: 1000000; */
        left: auto;
        width: 100%;
        flex-direction: row;
        
    }
}
@media (max-width:1060px) {
    [_total-nav] .totalNav-wrap {
        margin-left: -20px;
        margin-right: -20px;
        position: sticky;
        top: 0;
        top: 50px;
        top: calc(0px + constant(safe-area-inset-top));
        top: calc(0px + env(safe-area-inset-top));
        /* left: 0;
        right: 0; */
        z-index: 120000;
        padding: 5px 20px 5px 10px;
        height: 50px;
    }
    .totalNav-wrap.-scrollw-up {

        top: 0px;
        padding-top: calc(5px + constant(safe-area-inset-top));
        padding-top: calc(5px + env(safe-area-inset-top));
        height: calc(50px + constant(safe-area-inset-top));
        height: calc(50px + env(safe-area-inset-top));
        

        opacity: 1;
        pointer-events: auto;
    }
    .totalNav-wrap.-scrollw-down {
        top: 0px;
        padding-top: calc(5px + constant(safe-area-inset-top));
        padding-top: calc(5px + env(safe-area-inset-top));
        height: calc(50px + constant(safe-area-inset-top));
        height: calc(50px + env(safe-area-inset-top));

        opacity: 1;
        pointer-events: auto;
    }
}
[_total-nav] .totalNav-backbtn {
    width: 25px;
    height: 25px;
}
[_total-nav] .totalNav-search {
    position: relative;
    width: 100%;
    min-width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;

    background-color: rgb(var(--color-color0));
    border: 1px solid rgb(var(--color-border));
    padding: 0 10px 0 10px;
    border-radius: 50px;
    color: rgb(var(--color-color));
}
@media (min-width:1060px) {
    [_total-nav] .totalNav-search {
        width: 320px;
        min-height: 40px;
        padding: 5px 10px;
    }
}
[_total-nav] .totalNav-search input {
    width: 100%;
    height: 35px;
    border-radius: 50px;
    outline: 0;
    border: 0;
    padding: 0 50px 0 10px;
}
[_total-nav] .totalNav-Txt {
    text-align: left;
    width: 100%;
    height: 100%;
    min-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    cursor: pointer;

    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
}
[_total-nav] .totalNav-searchfil {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
@media (min-width:1060px) {
    [_total-nav] .totalNav-searchfil {
        left: auto;
    }
}
/* [_total-nav] .totalNav-inputremo {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: rgb(var(--color-desc1) / .5);
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(var(--color-white) / .8);
}
[_total-nav] .totalNav-searchmore {
    position: absolute;
    background-color: rgb(var(--color-color0));
    z-index: 110000;
}
@media (min-width:1060px) {
    [_total-nav] .totalNav-searchmore {
        top: 60px;
        right: 0;
        width: 400px;
        height: 600px;
    }
}
@media (max-width:1060px) {
    [_total-nav] .totalNav-searchmore {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
    }
} */
.totalNav-contrarea {
    display: flex;
    justify-content: flex-end;
    transition: opacity .25s ease-out, transform .25s ease-out;
    position: relative;
    z-index: 100;
    background-color: rgb(var(--color-color0));
}
@media (min-width:1060px) {
    .totalNav-contrarea {
        width: 100%;
    }
}
@media (max-width:1060px) {
    .totalNav-contrarea {
        margin-left: -20px;
        margin-right: -20px;
        padding: 5px 20px 10px 20px;
        box-shadow: 0 0 .5rem rgb(var(--color-color) /.1);
    }
    /* .totalNav-contrarea.-scroll-up {
        position: sticky;
        top: 50px;
    } */
    .totalNav-contrarea {

        /* 기본값: 숨겨진 상태 (위로 살짝 올려두기) */
        /* transform: translateY(-10px); */
        /* pointer-events: none; */
    }
    .totalNav-contrarea.-scroll-up {
        position: sticky;
        top: 50px;
        top: calc(50px + constant(safe-area-inset-top));
        top: calc(50px + env(safe-area-inset-top));

        opacity: 1;
        /* transform: translateY(0); */
        pointer-events: auto;
    }
    .totalNav-contrarea.-scroll-down {
        opacity: 0;
    }
}
.totalNav-contrIner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}
@media (min-width:1060px) {
    .totalNav-contrIner {
        padding: 0;
    }
}
.totalNav-contrfilter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    padding: .3rem .8rem;
    border-radius: .3rem;
    background-color: rgb(var(--color-color00));
    color: rgb(var(--color-white));
    font-size: .7rem;
    font-weight: 400;
}
.totalNav-contrfilterIco {
    width: 13px;
    height: 13px;
}









.filter-wrap[_fly-search-filter] {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200000;
    overflow: auto;
    background-color: rgb(0 0 0 / .5);

    /* transform: translateX(100%);
    transition: all .3s; */
}
.filter-wrap[_fly-search-filter].-active {
    display: block;
    /* transform: translateX(0%); */
}
.filter-inner[_fly-search-filter] {
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    /* animation: Modal_modalDimmedAnimation .1s cubic-bezier(0.2, 0, 0.2, 1); */
}
@media (max-width: 800px) {
    .filter-inner[_fly-search-filter] {
        padding: 0px;
    }
}
.filterplan-wrap[_fly-search-filter] {
    position: relative;
    width: 750px;
    height: 550px;
    display: flex;
    flex-direction: column;
    background-color: rgb(var(--color-color0));
    box-shadow: 0 0 1rem rgb(var(--color-border) / 1);
    color: rgb(var(--color-color));
    padding: 30px 30px 30px 30px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    z-index: 2;
    transform-origin: center;
    vertical-align: middle;
    white-space: normal;
}
@media (max-width: 800px) {
    .filterplan-wrap[_fly-search-filter] {
        width: 100%;
        height: 100%;
        padding: 20px;
        border-radius: 0;
        padding-top: calc(20px + constant(safe-area-inset-top));
        padding-top: calc(20px + env(safe-area-inset-top));
    }
}
.filterplan-head[_fly-search-filter] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}
.filterplan-headtitle[_fly-search-filter] {
    font-size: 1rem;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -.3px;
}
.filterplan-closeBtn[_fly-search-filter] {
}
.filterplanCont-cont[_fly-search-filter] {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 20px;
}
@media (min-width: 1060px) {
    .filterplanCont-cont[_fly-search-filter] {
        margin-right: -30px;
        padding-right: 30px;
    }
}


.filterIner-wrap[_fly-search-filter] {
    display: flex;
    flex-direction: column;
}
@media (min-width:1060px) {
    .filterIner-wrap[_fly-search-filter] {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem 0;
    }
}
.filterIner-wrapitem[_fly-search-filter] {
    width: 100%;
}
.filterIner-wrapitem[_fly-search-filter]:not(:last-child) {
    padding-bottom: 1rem;
}
@media (min-width:1060px) {
    .filterIner-wrapitem[_fly-search-filter] {
        width: calc(100% / 4);
    }
    .filterIner-wrapitem[_fly-search-filter]:not(:last-child) {
        padding-right: 1rem;
    }
}
.filterIner-title[_fly-search-filter] {
    border-bottom: 1px solid rgb(var(--color-border));
    margin: 5px 0;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: .9rem;
    line-height: 1.3rem;
    font-weight: 400;
}
.filterIner-labels[_fly-search-filter] {
    margin-top: .75rem;
}
.filterIner-labels[_fly-search-filter] [type=checkbox], .filterIner-labels[_fly-search-filter] [type=radio] {
    opacity: 0;
    position: absolute;
    top: .3rem;
    left: 0;
    width: 2rem;
    height: 2rem;
    border: 0;
}
.filterIner-labels[_fly-search-filter] label {
    width: 100%;
    display: inline-block;
    position: relative;
    color: rgb(var(--color-desc1));
    font-size: .8rem;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
    cursor: pointer;
}
.filterIner-labels[_fly-search-filter] input[_fly-search-filter]:checked~label {
    color: rgb(var(--color-color));
    font-weight: 700;
}
.filterplan-footer {
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: .75rem;
}
.filterplan-footer_button {
    flex: 1;
    padding: .8rem 1rem;
    border-radius: 8px;
    background-color: rgb(var(--color-color3));
    display: flex;
    justify-content: center;
    align-items: center;
}





























[_total-nav] .totalNav-box {
    position: relative;
}
[_total-nav] .totalNav-order {
    padding: 10px;
    padding-right: 30px;
    background: url(/pages/header/images/icon--arrow-down.svg)no-repeat center right 8px / 15px;
    background-color: rgb(255 255 255 / 100%);
    border-radius: 8px;
    border: 1px solid #dbdee3;
    width: 130px;
    text-align: left;
}
[_total-nav] .-active .totalNav-order {
    background: url(/pages/header/images/icon--arrow-up.svg)no-repeat center right 8px / 15px;
    background-color: rgb(255 255 255 / 100%);
}
[_total-nav] .totalNavorder-list {
    /* display: none; */
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #fff;
    border-radius: 8px;
    width: 130px;
    opacity: 0;
    transition: margin 200ms ease-out;
    box-shadow: 0 0 3px #0000001a;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: -1;
    height: 0px;
    overflow: hidden;
    padding: 0;
}
[_total-nav] .-active .totalNavorder-list {
    /* display: block; */
    transition: all .2s;
    opacity: 1;
    margin-top: 0px;
    z-index: 100;
    padding: 10px;
    height: auto;
}
[_total-nav] .totalNavorder-item {

}
[_total-nav] .totalNavorder-btn {
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 8px;
}
[_total-nav] .totalNavorder-btn:hover {
    background-color: #f6f8fb5c;
}
[_total-nav] .totalNavorder-btn.-active {
    background-color: rgb(var(--color-border));
}





[_total-filter] .container h3 {
    margin: 50px 0 40px 0;
    font-size: 25px;
    color: #000;
    text-align: center;
    font-weight: normal;
    line-height: 1;
}
[_total-filter] #listResult {
    display: flex;
    align-items: center;
    max-width: 1320px;
    margin: 10px auto;
    padding: 0;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    /* background: rgb(var(--color-border)); */
}
[_total-filter] #listResult span {
    margin-left: 5px;
    color: rgb(var(--color-color1));
}
[_total-filter] .filterTab {
    /* position: sticky; */
    top: 0;
    z-index: 120000;
    padding: 0;
    background-color: rgb(var(--color-color0));
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    box-shadow: 0px 5px 0.5rem 0px rgb(var(--color-color0));
}
@media (min-width:1060px) {
    [_total-filter] .filterTab {
        position: sticky;
        top: 100px;
        z-index: 5;
        margin: 0;
        padding: 0;
    }
}
[_total-filter] .filterTab-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 10px;
    height: 50px;
}
[_total-filter] .filterTab-item {
    position: relative;
}
[_total-filter] .filterTab-item .filterTab-selectBtn {
    height: 35px;
    padding: 0 15px 0 16px;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding-right: 30px;
    background: url(/pages/header/images/icon--arrow-down.svg) no-repeat center right 10px / 15px;
}
[_total-filter] .filterTab-item .filterTab-selectBtn.-active {
    border: 1px solid rgb(var(--color-color1));
    background: url(/pages/header/images/icon--arrow-up.svg) no-repeat center right 10px / 15px;
}
[_total-filter] .filterTab-item .filterTab-selectBox {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 300px;
    height: 350px;
    padding: 20px 0;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .08);
}
[_total-filter] .filterTab-item .-active ~ .filterTab-selectBox {
    display: block;
}
@media (max-width:1060px) {
    [_total-filter] .filterTab-item .-active ~ .filterTab-selectBox {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        top: auto;
        width: 100%;
        min-height: 500px;
        max-height: 500px;
        border-radius: 12px 12px 0px 0px;
        padding: 50px 0px 60px;
    }
}
[_total-filter] .filterTab-selectBoxClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: url(/pages/header/images/icon--close.svg) no-repeat center / 100%;
}
[_total-filter] .filterTab-selectBoxInner {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 20px;
}
[_total-filter] .filterTab-selectBoxInner::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

[_total-filter] .filterTab-selectBoxInner::-webkit-scrollbar-thumb {
    background: #eee; /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
[_total-filter] .filterTab-selectBoxInner::-webkit-scrollbar-track {
    /*background: #eeeeee2b;*/  /*스크롤바 뒷 배경 색상*/
}

[_total-filter] .filterTab-selectBoxInner dl + dl {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgb(238, 238, 238);
}
[_total-filter] .filterTab-selectBoxInner dl dt {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
[_total-filter] .filterTab-selectBoxInner dl dd {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
}
[_total-filter] .filterTab-selectBoxInner dl dd input[type="checkbox"] {
    position: absolute;
    width: 0px;
    height: 0px;
    visibility: hidden;
}
[_total-filter] .filterTab-selectBoxInner dl dd label {
    display: block;
    width: 50%;
    font-size: 13px;
    font-weight: 500;
    color: rgb(85, 85, 85);
}
[_total-filter] .filterTab-selectBoxInner dl dd label::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 8px;
    text-align: center;
    line-height: 16px;
    border-radius: 4px;
    border: 1px solid #eee;
}
[_total-filter] .filterTab-selectBoxInner dl dd input:checked + label::before {
    content: url(/pages/header/images/ico-checkbox.svg);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border: 1px solid #eee;
    background: rgb(var(--color-color1));
}
[_total-filter] .filterTab-selectedOption {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding: 10px 120px 10px 10px;
    border-radius: 10px;
    background: rgb(var(--color-desc) / .5);
}
[_total-filter] .filterTab-selectedOption.-active {
    display: block;
}
[_total-filter] .filterTab-selectedOption .option_area {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1060px) {
    [_total-filter] .filterTab-selectedOption .option_area {
        overflow-x: scroll;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
[_total-filter] .filterTab-selectedOption .option_area span {
    min-width: fit-content;
    font-size: 10px;
    font-weight: 600;
    color: rgb(102, 102, 102);
    margin: 6px 10px;
    text-decoration: underline;
    cursor: pointer;
    background: url(/pages/header/images/icon--close.svg) no-repeat center right 3px / 10px;
    padding-right: 15px;
}
[_total-filter] .filterTab-selectedOption .reset {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 12px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1060px) {
    [_total-filter] .filterTab-selectedOption .reset {
        top: 50%;
        transform: translateY(-50%);
    }
}
[_total-filter] .filterTab-selectedOption .reset svg {
    width: 12px;
    height: 12px;
}




[_total-filter] .filterTab-searching {
    display: none;
    width: 100%;
    padding: 100px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #333;
}
[_total-filter] .filterTab-searching.-active {
    display: block;
}
[_total-filter] .filterTab-loader {
    position: relative;
    margin: 0px auto 20px;
    width: 65px;
    height: 65px;
}
[_total-filter] .filterTab-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
[_total-filter] .filterTab-circularloader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
[_total-filter] .filterTab-loader-path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}








[_total-filter] .design-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
}
[_total-filter] .design-item {
    overflow: hidden;
    isolation: isolate /* ios */;
    position: relative;
    width: calc((100% / 2) - 10px);
    border-radius: 12px;
    border: 1px solid #e1e1e1;
}
@media (min-width:1060px) {
    [_total-filter] .design-item {
        width: calc((100% / 4) - 15px);
    }
}



[_total-filter] .design-area {
    height: 100%;
    display: flex;
    flex-direction: column;
}
[_total-filter] .design-item:hover {
    box-shadow: 0 0 10px #0000001a;
}
[_total-filter] .design-item .img {
    overflow: hidden;
    display: block;
    position: relative;
    height: 160px;
}
@media (min-width:1060px) {
    [_total-filter] .design-item .img {
        height: 230px;
    }
}
[_total-filter] .design-item a {
    /* font-size: 13px;
    font-weight: 500; */
    color: #999;
}
[_total-filter] .design-item .img .mask {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .25s;
}
[_total-filter] .design-item:hover .img .mask {
    opacity: 1;
}
[_total-filter] .design-item .img svg {
    width: 15px;
    height: 15px;
    color: #fff;
    transition: all .15s;
}
[_total-filter] .design-item:hover .img svg {
    width: 30px;
    height: 30px;
}
[_total-filter] .design-item .img span {
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    height: 16px;
    padding: 0 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 16px;
    background: rgb(var(--color-color1));
}
[_total-filter] .design-item .img span.-service {
    background: rgb(var(--color-color3));
}
[_total-filter] .design-item .img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: object-position 1s cubic-bezier(0.5, 1, 0.89, 1);
}
[_total-filter] .design-item:hover .img img {
    object-position: bottom;
}
[_total-filter] .design-item .btns {
    display: flex;
    align-items: center;
    padding: 15px;
    gap: 5px;
}
[_total-filter] .design-item .btns a, [_total-filter] .design-item .btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
}
@media (min-width:1060px) {
    [_total-filter] .design-item .btns a, [_total-filter] .design-item .btns button {
        font-size: 13px;
        height: 35px;
    }
}
[_total-filter] .design-item .btns a.dft_btn {
    margin-left: 4px;
    color: #fff;
    background: #aaa;
    border: none;
}
[_total-filter] .design-item .info {
    display: block;
    padding: 0 15px 20px;
    line-height: 1.6;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
[_total-filter] .design-item .info .code {
    font-size: 12px;
    font-weight: 700;
    color: #111;
}
@media (min-width:1060px) {
    [_total-filter] .design-item .info .code {
        font-size: 13px;
    }
}
[_total-filter] .design-item .info .desc {
    font-size: 10px;
    font-weight: 500;
    color: #aaa;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
@media (min-width:1060px) {
    [_total-filter] .design-item .info .desc {
        font-size: 12px;
    }
}
[_total-filter] .design-item .info .price {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;

    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
[_total-filter] .design-item .info .price p {
    font-size: 12px;
    font-weight: 700;
    color: #111;
}
@media (min-width:1060px) {
    [_total-filter] .design-item .info .price p {
        font-size: 15px;
    }
}
[_total-filter] .design-item .info .hit {
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
    text-align: right;
    margin-top: 10px;
}







.searchtotal-list {
    margin: 2rem 0;
}
.searchtotal-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.searchtotal-item.service-item {

}
.searchtotal-item.media-item {

}
.searchtotal-item:not(:first-child) {
    margin-top: 2rem;
}
.searchtotal-itemlink {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 5px;
    background-color: rgb(var(--color-color0));
    box-shadow: 0 0 .3rem rgb(var(--color-color) / .1);
}
.searchtotal-link_img {
    aspect-ratio: 1 / 1.2;
    min-width: 200px;
    /* min-height: 236px; */
}
.searchtotal-link_info {
    width: 100%;
    padding: 10px;
}
.searchtotal-link_link {
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .5rem;
}











.table_list_item:not(:first-child) {
    border-top: 1px solid rgb(var(--color-border));
}
/* .table_list_item:first-child {
    border-top: 2px solid rgb(var(--color-color1));
} */
.table_list_item_link {
    display: flex;
    padding: 15px 0;
    width: auto;
}
@media (min-width: 1060px) {
    [__ke_table_list] .table_list_item_link {
        padding: 15px 5px;
    }
}
.list_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-right: 5px;
    min-width: 0;
}
.list_tag {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    gap: 5px;
}
.list_tag span {
    width: fit-content;
    padding: 0 5px;
    background-color: rgb(245 245 245 / 1);
    color: #666;
    font-size: 10px;
    border-radius: 3px;
    margin-right: 5px;
}
.list_text {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.list_info {
    text-decoration: none;
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 10px;
}
.list_info_innr {
    display: flex;
    align-items: center;
    gap: 3px;
}
.list_info_innr + .list_info_innr {
    margin-left: 10px;
}
.list_right {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.list_right_inner {
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    color: rgb(var(--color-color));
    padding: 5px 8px;
    font-size: 10px;
    min-width: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_right_inner:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgb(var(--color-color0));
    border: 0 solid #e6e6e6;
    border-right-width: 1px;
    border-bottom-width: 1px;
    position: absolute;
    bottom: -4px;
    transform: rotate(45deg);
}
.list_imag {
    flex: 1;
    max-width: 60px;
    max-height: 90px;
    background-color: rgb(var(--color-black));
    margin-left: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    overflow: hidden;
}
.list_imag.-service {
    max-width: 100px;
}
.list_imag img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.list_imag.-service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



