.section-items.card-list-logo{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;gap:var(--spacer-8,8px) var(--spacer-32,32px)}.section-items.card-list-logo>div{display:flex;width:auto;height:35px}.section-items.card-list-logo>div>img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}@media(min-width:1024px){.section-items.card-list-logo{gap:var(--spacer-12,12px) var(--spacer-32,32px)}.section-items.card-list-logo>div{height:35px}}.section-items.card-search-devices{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:698px;height:auto;padding:0;overflow:hidden;gap:var(--spacer-24,24px);padding:0 var(--spacer-16,16px)}@media(min-width:1024px){.section-items.card-search-devices{gap:var(--spacer-28,28px)}}.section-items.card-search-devices>.device-logo-wrapper{padding:0 var(--spacer-16,16px)}@media(min-width:1024px){.section-items.card-search-devices>.device-logo-wrapper{padding:0}}.section-items>.search-area{display:flex;flex-direction:column;gap:var(--spacer-10,10px);width:100%;height:auto}@media(min-width:1024px){.section-items>.search-area{gap:var(--spacer-16,16px)}}.section-items>.search-area>.search-bar-wrapper,.section-items>.search-area>.search-result-wrapper{position:relative;display:flex;flex-direction:column;width:100%;border:1px solid var(--color-black-200,#d9d9d9);background-color:var(--color-white,#FFF)}.section-items>.search-area>.search-bar-wrapper{height:34px;border-radius:var(--rounded-md,6px);overflow:hidden}.section-items>.search-area>.search-bar-wrapper>.wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:100%;padding:0 var(--spacer-4,4px);gap:var(--spacer-12,12px)}@media(min-width:1024px){.section-items>.search-area>.search-bar-wrapper>.wrapper{gap:var(--spacer-8,8px);padding:0 0 0 var(--spacer-8,8px)}}.section-items>.search-area>.search-bar-wrapper>.wrapper>button{display:none;min-width:34px;width:34px;padding:0}.section-items>.search-area>.search-bar-wrapper>.wrapper>button.show{display:flex}.section-items>.search-area>.search-bar-wrapper>.wrapper>button>i.icon{color:var(--color-black-500,#7B7B7B)}.section-items>.search-area>.search-bar-wrapper>.wrapper>.input-wrapper{display:flex;flex:1}.section-items>.search-area>.search-bar-wrapper>.wrapper>.input-wrapper>.input{width:100%;height:100%;border:none;color:var(--color-black,#000);font-size:var(--font-14,14px);font-style:normal;font-weight:var(--font-weight-regular,400);line-height:34px;letter-spacing:-.028px}.section-items>.search-area>.search-bar-wrapper>.wrapper>.input-wrapper>.input::-moz-placeholder{color:var(--color-black-500,#7B7B7B);font-weight:var(--font-weight-light,300)}.section-items>.search-area>.search-bar-wrapper>.wrapper>.input-wrapper>.input::placeholder{color:var(--color-black-500,#7B7B7B);font-weight:var(--font-weight-light,300)}.section-items>.search-area>.search-bar-wrapper>.wrapper>i.icon{width:24px;height:24px;font-size:var(--font-20,20px);color:var(--color-black-500,#7B7B7B)}.section-items>.search-area>.search-result-wrapper{height:200px;border-radius:var(--rounded-xl,8px);padding:var(--spacer-2,2px)}@media(min-width:768px){.section-items>.search-area>.search-result-wrapper{height:250px}}.section-items>.search-area>.search-result-wrapper>.wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;padding:var(--spacer-4,4px) 0 var(--spacer-6,6px);overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:auto;scroll-padding:2em;gap:1px}@media(min-width:768px){.section-items>.search-area>.search-result-wrapper>.wrapper{padding-top:var(--spacer-8,8px);gap:10px}}.section-items>.search-area>.search-result-wrapper>.wrapper>.result-item{display:flex;justify-content:flex-start;align-items:center;width:100%;height:30px;padding:0 var(--spacer-24,24px);cursor:default}.section-items>.search-area>.search-result-wrapper>.wrapper>.result-item>p{color:var(--color-black-600,#555);font-size:var(--font-14,14px);font-style:normal;font-weight:var(--font-weight-light,300);line-height:30px;letter-spacing:-.07px}.section-items>.search-area>.search-result-wrapper>.wrapper::-webkit-scrollbar{width:12px}.section-items>.search-area>.search-result-wrapper>.wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.section-items>.search-area>.search-result-wrapper>.wrapper::-webkit-scrollbar-thumb{background:var(--color-black-200);border:4px solid #fff;border-radius:12px}@media(min-width:768px){.section-items>.search-area>.search-result-wrapper>.wrapper::-webkit-scrollbar-thumb{border:3px solid #fff}}.section-items>.search-area>.search-result-wrapper>.wrapper::-webkit-scrollbar-thumb:hover{background:var(--color-black-300)}