/* GPT_HAEUNDAE_RECOVERY_R1_BRAND_ORDER_V40R20 */
#brandList{position:relative;}
#brandList .brand-row-shell{position:relative;}
#brandList .brand-row-shell > .brand-btn[data-brand-order-handle="1"]{
  cursor:ns-resize;
  touch-action:none;
  user-select:none;
}
#brandList .brand-row-shell.gpt-brand-order-dragging{opacity:.52;}
#gptBrandOrderLineV122{position:absolute;left:18px;right:18px;top:0;height:2px;border-radius:999px;background:var(--acc,#C4956A);z-index:80;pointer-events:none;opacity:0;transform:translateY(-1px);transition:top .07s linear,opacity .08s ease;will-change:top;}
#gptBrandOrderLineV122.show{opacity:1;}
.gpt-brand-order-toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%,10px);z-index:200000;padding:9px 15px;border-radius:999px;background:rgba(28,25,22,.94);color:#fff;font-size:12px;font-weight:850;box-shadow:0 8px 24px rgba(0,0,0,.2);opacity:0;transition:opacity .16s ease,transform .16s ease;pointer-events:none;white-space:nowrap;}
.gpt-brand-order-toast.show{opacity:1;transform:translate(-50%,0);}
