.pds-dot-loading{display:inline-flex;align-items:center;justify-content:center;gap:2px;width:100%;height:100%}.pds-dot-loading__dot{width:4px;height:4px;border-radius:50%;background-color:currentColor;will-change:transform}.pds-dot-loading__dot:first-child{animation:pds-dot-loading-1 533ms cubic-bezier(.33,0,.67,1) infinite}.pds-dot-loading__dot:nth-child(2){animation:pds-dot-loading-2 533ms cubic-bezier(.33,0,.67,1) infinite}.pds-dot-loading__dot:nth-child(3){animation:pds-dot-loading-3 533ms cubic-bezier(.33,0,.67,1) infinite}@keyframes pds-dot-loading-1{0%,to{transform:translateY(0)}31%{transform:translateY(1.3px)}63%{transform:translateY(-5.4px)}}@keyframes pds-dot-loading-2{0%,to{transform:translateY(0)}38%{transform:translateY(4.5px)}75%{transform:translateY(-1.6px)}}@keyframes pds-dot-loading-3{0%,19%,to{transform:translateY(0)}63%{transform:translateY(5.8px)}}.pds-box-button{font-family:Pretendard,sans-serif;display:inline-flex;align-items:center;justify-content:center;transition:background-color 75ms linear,color 75ms linear;background-color:var(--pds-box-button-bg);color:var(--pds-box-button-fg);border:var(--pds-box-button-border-width,0) solid var(--pds-box-button-border,transparent)}@media(hover:hover)and (pointer:fine){.pds-box-button:hover:not([data-state=disabled]):not([data-state=loading]){background-color:var(--pds-box-button-bg-hover,color-mix(in srgb,var(--pds-box-button-bg) 88%,#000))}}.pds-box-button:active:not([data-state=disabled]):not([data-state=loading]){background-color:var(--pds-box-button-bg-hover,color-mix(in srgb,var(--pds-box-button-bg) 88%,#000))}.pds-box-button:active:not([data-state=disabled]):not([data-state=loading])>*{opacity:.48;transition:opacity 75ms linear}.pds-box-button[data-state=disabled]{background-color:var(--pds-box-button-disabled-bg);color:var(--pds-box-button-disabled-fg);pointer-events:none}.pds-box-button[data-state=loading]{pointer-events:none;color:color-mix(in srgb,var(--pds-box-button-fg) 48%,transparent)}.pds-box-button[data-size=lg]{height:48px;padding:12px 16px;border-radius:10px;font-size:16px;line-height:24px;font-weight:600;--pds-box-button-icon-size:20px;--pds-box-button-prefix-gap:6px;--pds-box-button-suffix-gap:2px}.pds-box-button[data-size=md]{height:40px;padding:10px 12px;border-radius:8px;font-size:14px;line-height:20px;font-weight:600;--pds-box-button-icon-size:18px;--pds-box-button-prefix-gap:4px;--pds-box-button-suffix-gap:2px}.pds-box-button[data-size=sm]{height:32px;padding:6px 8px;border-radius:6px;font-size:13px;line-height:20px;font-weight:600;--pds-box-button-icon-size:16px;--pds-box-button-prefix-gap:4px;--pds-box-button-suffix-gap:2px}.pds-box-button>svg{flex-shrink:0;width:var(--pds-box-button-icon-size);height:var(--pds-box-button-icon-size)}.pds-box-button>svg:first-child:not(:only-child){margin-right:var(--pds-box-button-prefix-gap)}.pds-box-button>svg:last-child:not(:only-child){margin-left:var(--pds-box-button-suffix-gap)}.pds-box-button[data-variant=filled]{--pds-box-button-border-width:0;--pds-box-button-disabled-bg:rgba(0,0,0,.08);--pds-box-button-disabled-fg:#bec1c2}.pds-box-button[data-variant=filled][data-hierarchy=primary]{--pds-box-button-bg:#1d84f4;--pds-box-button-bg-hover:#0d6ed6;--pds-box-button-fg:#fff}.pds-box-button[data-variant=filled][data-hierarchy=highlight]{--pds-box-button-bg:#f2f7ff;--pds-box-button-bg-hover:#e1eeff;--pds-box-button-fg:#0d6ed6;--pds-box-button-border-width:1px;--pds-box-button-border:#b4d5ff}.pds-box-button[data-variant=filled][data-hierarchy=highlight][data-state=disabled]{--pds-box-button-border-width:0}.pds-box-button[data-variant=filled][data-hierarchy=secondary]{--pds-box-button-bg:rgba(0,0,0,.08);--pds-box-button-bg-hover:rgba(0,0,0,.16);--pds-box-button-fg:#444748}.pds-box-button[data-variant=filled][data-hierarchy=destructive]{--pds-box-button-bg:#fee8e7;--pds-box-button-bg-hover:#fddfdd;--pds-box-button-fg:#e53c34}.pds-box-button[data-variant=outline]{--pds-box-button-border-width:1px;--pds-box-button-disabled-bg:rgba(0,0,0,.08);--pds-box-button-disabled-fg:#bec1c2}.pds-box-button[data-variant=outline][data-state=disabled]{--pds-box-button-border-width:0}.pds-box-button[data-variant=outline][data-hierarchy=secondary]{--pds-box-button-bg:#fff;--pds-box-button-bg-hover:rgba(0,0,0,.08);--pds-box-button-fg:#444748;--pds-box-button-border:#e0e3e4}.pds-box-button[data-variant=outline][data-hierarchy=inverse]{--pds-box-button-bg:hsla(0,0%,100%,0);--pds-box-button-bg-hover:hsla(0,0%,100%,.48);--pds-box-button-fg:#fff;--pds-box-button-border:hsla(0,0%,100%,.8);--pds-box-button-disabled-bg:hsla(0,0%,100%,.48);--pds-box-button-disabled-fg:hsla(0,0%,100%,.48)}.pds-text-button{font-family:Pretendard,sans-serif;display:inline-flex;align-items:center;justify-content:center;border:0;padding:0;background:hsla(0,0%,100%,0);border-radius:8px;color:var(--pds-text-button-fg);cursor:pointer}.pds-text-button>*{transition:opacity 75ms linear}.pds-text-button[data-state=disabled]{pointer-events:none;color:var(--pds-text-button-disabled-fg)}.pds-text-button[data-text-decoration=underline]{text-decoration:underline;text-underline-offset:2px}.pds-text-button[data-size=lg]{font-size:16px;line-height:24px;font-weight:600;--pds-text-button-icon-size:20px;--pds-text-button-prefix-gap:6px;--pds-text-button-suffix-gap:2px}.pds-text-button[data-size=md]{font-size:14px;line-height:20px;font-weight:600;--pds-text-button-icon-size:18px;--pds-text-button-prefix-gap:4px;--pds-text-button-suffix-gap:2px}.pds-text-button[data-size=sm]{border-radius:6px;font-size:13px;line-height:20px;font-weight:600;--pds-text-button-icon-size:16px;--pds-text-button-prefix-gap:4px;--pds-text-button-suffix-gap:2px}@media(hover:hover)and (pointer:fine){.pds-text-button:hover:not([data-state=disabled]){color:var(--pds-text-button-fg-hover)}}.pds-text-button:active:not([data-state=disabled]){color:var(--pds-text-button-fg-hover)}.pds-text-button:active:not([data-state=disabled])>*{opacity:.48}.pds-text-button[data-touch-area][data-size=lg]{padding:12px 16px}.pds-text-button[data-touch-area][data-size=md]{padding:10px 12px}.pds-text-button[data-touch-area][data-size=sm]{padding:6px 8px}@media(hover:hover)and (pointer:fine){.pds-text-button[data-touch-area]:hover:not([data-state=disabled]){background-color:var(--pds-text-button-bg-hover)}}.pds-text-button[data-touch-area]:active:not([data-state=disabled]){background-color:var(--pds-text-button-bg-hover)}.pds-text-button>svg{flex-shrink:0;width:var(--pds-text-button-icon-size);height:var(--pds-text-button-icon-size)}.pds-text-button>svg:first-child:not(:only-child){margin-right:var(--pds-text-button-prefix-gap)}.pds-text-button>svg:last-child:not(:only-child){margin-left:var(--pds-text-button-suffix-gap)}.pds-text-button[data-hierarchy=primary]{--pds-text-button-fg:#1d84f4;--pds-text-button-fg-hover:#0d6ed6;--pds-text-button-bg-hover:rgba(0,0,0,.08);--pds-text-button-disabled-fg:#bec1c2}.pds-text-button[data-hierarchy=secondary]{--pds-text-button-fg:#444748;--pds-text-button-fg-hover:#212425;--pds-text-button-bg-hover:rgba(0,0,0,.08);--pds-text-button-disabled-fg:#bec1c2}.pds-text-button[data-hierarchy=tertiary]{--pds-text-button-fg:#848788;--pds-text-button-fg-hover:#606465;--pds-text-button-bg-hover:rgba(0,0,0,.08);--pds-text-button-disabled-fg:#bec1c2}.pds-text-button[data-hierarchy=inverse]{--pds-text-button-fg:#fff;--pds-text-button-fg-hover:#fff;--pds-text-button-bg-hover:hsla(0,0%,100%,.48);--pds-text-button-disabled-fg:hsla(0,0%,100%,.48)}.pds-notification-badge-dot{display:inline-block;border-radius:999px;background-color:var(--pds-notification-badge-dot-bg)}.pds-notification-badge-dot[data-size=md]{width:4px;height:4px}.pds-notification-badge-dot[data-size=md][data-status=default]{--pds-notification-badge-dot-bg:#e53c34}.pds-notification-badge-dot[data-size=lg]{width:8px;height:8px}.pds-notification-badge-dot[data-size=lg][data-status=default]{--pds-notification-badge-dot-bg:#848788}.pds-notification-badge-dot[data-status=active-green]{--pds-notification-badge-dot-bg:#35a764}.pds-notification-badge-dot[data-status=active-blue]{--pds-notification-badge-dot-bg:#1d84f4}.pds-notification-badge-dot[data-status=blocked]{--pds-notification-badge-dot-bg:#e53c34}.pds-notification-badge-count{font-family:Pretendard,sans-serif;display:inline-flex;align-items:center;justify-content:center;height:18px;border-radius:999px;background-color:var(--pds-notification-badge-count-bg,#e53c34);color:var(--pds-notification-badge-count-fg,#fff);padding:2px;box-sizing:border-box;white-space:nowrap}.pds-notification-badge-count[data-state=overflow]{padding:2px 4px}.pds-notification-badge-count__text{display:inline-block;width:14px;text-align:center;font-size:11px;line-height:14px;font-weight:500}.pds-notification-badge-count[data-state=overflow] .pds-notification-badge-count__text{width:22px}.pds-notification-badge-count[data-state=hidden]{display:none}.pds-notification-badge-label{font-family:Pretendard,sans-serif;display:inline-flex;align-items:center;justify-content:center;height:18px;background-color:var(--pds-notification-badge-label-bg);color:var(--pds-notification-badge-label-fg);border-radius:999px;padding:2px var(--pds-notification-badge-label-padding-h,4px);white-space:nowrap}.pds-notification-badge-label__text{display:inline-block;text-align:center;font-size:11px;line-height:14px;font-weight:500}.pds-notification-badge-label[data-placement=standalone]{--pds-notification-badge-label-padding-h:4px}.pds-notification-badge-label[data-placement=edge]{--pds-notification-badge-label-padding-h:6px;border-radius:0;border-top-left-radius:var(--pds-notification-badge-label-edge-radius,8px);border-bottom-right-radius:var(--pds-notification-badge-label-edge-radius,8px)}.pds-notification-badge-label[data-hierarchy=default]{--pds-notification-badge-label-bg:#1d84f4;--pds-notification-badge-label-fg:#fff}.pds-notification-badge-label[data-hierarchy=subtle]{--pds-notification-badge-label-bg:#e1eeff;--pds-notification-badge-label-fg:#1d84f4}.pds-notification-badge-label[data-hierarchy=muted]{--pds-notification-badge-label-bg:#d5d8d9;--pds-notification-badge-label-fg:#444748}.pds-context-badge-label{font-family:Pretendard,sans-serif;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background-color:var(--pds-context-badge-label-bg);color:var(--pds-context-badge-label-fg);border:var(--pds-context-badge-label-border-width,0) solid var(--pds-context-badge-label-border-color,transparent);white-space:nowrap}.pds-context-badge-label[data-size=md]{height:20px;padding:2px 4px;border-radius:4px;gap:2px;font-size:12px;line-height:16px;font-weight:500;--pds-context-badge-label-icon-size:12px}.pds-context-badge-label[data-size=sm]{height:16px;padding:1px 4px;border-radius:2px;font-size:11px;line-height:14px;font-weight:500}.pds-context-badge-label>svg{flex-shrink:0;width:var(--pds-context-badge-label-icon-size);height:var(--pds-context-badge-label-icon-size);opacity:var(--pds-context-badge-label-icon-opacity,.8);fill:currentColor}.pds-context-badge-label[data-state=disabled]{pointer-events:none}.pds-context-badge-label[data-tone=strong][data-hierarchy=highlight]{--pds-context-badge-label-bg:#1d84f4;--pds-context-badge-label-fg:#fff}.pds-context-badge-label[data-tone=strong][data-hierarchy=emphasis]{--pds-context-badge-label-bg:#e53c34;--pds-context-badge-label-fg:#fff}.pds-context-badge-label[data-tone=strong][data-hierarchy=active]{--pds-context-badge-label-bg:#35a764;--pds-context-badge-label-fg:#fff}.pds-context-badge-label[data-tone=strong][data-hierarchy=attention]{--pds-context-badge-label-bg:#f37e25;--pds-context-badge-label-fg:#fff}.pds-context-badge-label[data-tone=strong][data-hierarchy=neutral]{--pds-context-badge-label-bg:#d5d8d9;--pds-context-badge-label-fg:#444748}.pds-context-badge-label[data-tone=strong][data-hierarchy=inverse]{--pds-context-badge-label-bg:#fff;--pds-context-badge-label-fg:#606465}.pds-context-badge-label[data-tone=strong]:not([data-hierarchy=inverse])[data-state=disabled]{--pds-context-badge-label-bg:#e9ebec;--pds-context-badge-label-fg:#bec1c2}.pds-context-badge-label[data-tone=strong][data-hierarchy=inverse][data-state=disabled]{--pds-context-badge-label-bg:hsla(0,0%,100%,.48);--pds-context-badge-label-fg:hsla(0,0%,100%,.48)}.pds-context-badge-label[data-tone=default][data-hierarchy=highlight]{--pds-context-badge-label-bg:#e1eeff;--pds-context-badge-label-fg:#0054b1}.pds-context-badge-label[data-tone=default][data-hierarchy=emphasis]{--pds-context-badge-label-bg:#fee8e7;--pds-context-badge-label-fg:#bb2023}.pds-context-badge-label[data-tone=default][data-hierarchy=active]{--pds-context-badge-label-bg:#ddf0e3;--pds-context-badge-label-fg:#007541}.pds-context-badge-label[data-tone=default][data-hierarchy=attention]{--pds-context-badge-label-bg:#ffebda;--pds-context-badge-label-fg:#d46815}.pds-context-badge-label[data-tone=default][data-hierarchy=neutral]{--pds-context-badge-label-bg:#e9ebec;--pds-context-badge-label-fg:#606465}.pds-context-badge-label[data-tone=default][data-hierarchy=elite]{--pds-context-badge-label-bg:#edebff;--pds-context-badge-label-fg:#806bff}.pds-context-badge-label[data-tone=default][data-hierarchy=inverse]{--pds-context-badge-label-bg:hsla(0,0%,100%,.48);--pds-context-badge-label-fg:#fff}.pds-context-badge-label[data-tone=default][data-hierarchy=b2c]{--pds-context-badge-label-bg:#e3ebf4;--pds-context-badge-label-fg:#1f4971}.pds-context-badge-label[data-tone=default][data-hierarchy=b2b]{--pds-context-badge-label-bg:#f2ead5;--pds-context-badge-label-fg:#805d00}.pds-context-badge-label[data-tone=default]:not([data-hierarchy=inverse])[data-state=disabled]{--pds-context-badge-label-bg:#e9ebec;--pds-context-badge-label-fg:#bec1c2}.pds-context-badge-label[data-tone=default][data-hierarchy=inverse][data-state=disabled]{--pds-context-badge-label-bg:hsla(0,0%,100%,.48);--pds-context-badge-label-fg:hsla(0,0%,100%,.48)}.pds-context-badge-label[data-tone=subtle]{--pds-context-badge-label-bg:transparent;--pds-context-badge-label-border-width:1px}.pds-context-badge-label[data-tone=subtle][data-hierarchy=neutral]{--pds-context-badge-label-fg:#606465;--pds-context-badge-label-border-color:#d5d8d9}.pds-context-badge-label[data-tone=subtle][data-hierarchy=information]{--pds-context-badge-label-fg:#416b97;--pds-context-badge-label-border-color:#bed1e3}.pds-context-badge-label[data-tone=subtle][data-hierarchy=elite]{--pds-context-badge-label-fg:#806bff;--pds-context-badge-label-border-color:#dcd6ff}.pds-context-badge-label[data-tone=subtle][data-hierarchy=inverse]{--pds-context-badge-label-fg:#fff;--pds-context-badge-label-border-color:hsla(0,0%,100%,.48)}.pds-context-badge-label[data-tone=subtle]:not([data-hierarchy=inverse])[data-state=disabled]{--pds-context-badge-label-bg:transparent;--pds-context-badge-label-fg:#bec1c2;--pds-context-badge-label-border-color:#d5d8d9}.pds-context-badge-label[data-tone=subtle][data-hierarchy=inverse][data-state=disabled]{--pds-context-badge-label-bg:transparent;--pds-context-badge-label-fg:hsla(0,0%,100%,.48);--pds-context-badge-label-border-color:hsla(0,0%,100%,.48)}.pds-context-badge-indicator{display:inline-flex;align-items:center;gap:8px;border-radius:2px}.pds-context-badge-indicator__text{color:var(--pds-context-badge-indicator-fg);font-size:14px;line-height:20px;font-weight:500}.pds-context-badge-indicator[data-status=default]{--pds-context-badge-indicator-fg:#848788}.pds-context-badge-indicator[data-status=active]{--pds-context-badge-indicator-fg:#35a764}.pds-context-badge-indicator[data-status=blocked]{--pds-context-badge-indicator-fg:#e53c34}.pds-context-badge-marker{display:inline-flex;align-items:center;justify-content:center;padding:1px;border-radius:2px;background-color:var(--pds-context-badge-marker-bg);color:var(--pds-context-badge-marker-fg)}.pds-context-badge-marker__text{display:flex;align-items:center;justify-content:center;width:14px;height:14px;overflow:hidden;font-size:11px;line-height:14px;font-weight:500}.pds-context-badge-marker[data-status=active]{--pds-context-badge-marker-bg:#0d6ed6;--pds-context-badge-marker-fg:#fff}.pds-context-badge-marker[data-status=complete]{--pds-context-badge-marker-bg:#e53c34;--pds-context-badge-marker-fg:#fff}.pds-context-badge-marker[data-status=conditional]{--pds-context-badge-marker-bg:#f9c5c1;--pds-context-badge-marker-fg:#bb2023}.pds-context-badge-marker[data-status=pending]{--pds-context-badge-marker-bg:#606465;--pds-context-badge-marker-fg:#fff}.pds-context-badge-marker[data-status=disabled]{--pds-context-badge-marker-bg:#d5d8d9;--pds-context-badge-marker-fg:#a9acad}.pds-icon-button{font-family:Pretendard,sans-serif;position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:visible;transition:background-color 75ms linear,color 75ms linear;background-color:var(--pds-icon-button-bg);color:var(--pds-icon-button-fg);border:var(--pds-icon-button-border-width,0) solid var(--pds-icon-button-border,transparent)}@media(hover:hover)and (pointer:fine){.pds-icon-button:hover:not([data-state=disabled]){background-color:var(--pds-icon-button-bg-hover)}}.pds-icon-button:active:not([data-state=disabled]){background-color:var(--pds-icon-button-bg-hover)}.pds-icon-button:active:not([data-state=disabled])>svg{opacity:.48;transition:opacity 75ms linear}.pds-icon-button[data-state=disabled]{pointer-events:none;background-color:var(--pds-icon-button-disabled-bg);color:var(--pds-icon-button-disabled-fg)}.pds-icon-button[data-size=lg]{width:40px;height:40px;border-radius:10px;--pds-icon-button-icon-size:24px}.pds-icon-button[data-size=md]{width:32px;height:32px;border-radius:8px;--pds-icon-button-icon-size:20px}.pds-icon-button[data-size=sm]{width:24px;height:24px;border-radius:6px;--pds-icon-button-icon-size:16px}.pds-icon-button>svg{flex-shrink:0;width:var(--pds-icon-button-icon-size);height:var(--pds-icon-button-icon-size)}.pds-icon-button[data-variant=filled]{--pds-icon-button-border-width:0;--pds-icon-button-disabled-bg:rgba(0,0,0,.08);--pds-icon-button-disabled-fg:#bec1c2}.pds-icon-button[data-variant=filled][data-hierarchy=primary]{--pds-icon-button-bg:#1d84f4;--pds-icon-button-bg-hover:#0d6ed6;--pds-icon-button-fg:#fff}.pds-icon-button[data-variant=outline]{--pds-icon-button-border-width:1px;--pds-icon-button-disabled-bg:rgba(0,0,0,.08);--pds-icon-button-disabled-fg:#bec1c2}.pds-icon-button[data-variant=outline][data-state=disabled]{--pds-icon-button-border-width:0}.pds-icon-button[data-variant=outline][data-hierarchy=secondary]{--pds-icon-button-bg:#fff;--pds-icon-button-bg-hover:rgba(0,0,0,.08);--pds-icon-button-fg:#212425;--pds-icon-button-border:#e0e3e4}.pds-icon-button[data-variant=ghost]{--pds-icon-button-border-width:0;--pds-icon-button-disabled-bg:hsla(0,0%,100%,0);--pds-icon-button-disabled-fg:#bec1c2}.pds-icon-button[data-variant=ghost][data-hierarchy=secondary]{--pds-icon-button-bg:hsla(0,0%,100%,0);--pds-icon-button-bg-hover:rgba(0,0,0,.08);--pds-icon-button-fg:#212425}.pds-icon-button[data-variant=ghost][data-hierarchy=inverse]{--pds-icon-button-bg:hsla(0,0%,100%,0);--pds-icon-button-bg-hover:hsla(0,0%,100%,.48);--pds-icon-button-fg:#fff;--pds-icon-button-disabled-fg:hsla(0,0%,100%,.48)}@media(hover:hover)and (pointer:fine){.pds-icon-button:hover:not([data-state=disabled]) .pds-icon-button-tooltip{opacity:1}}.pds-icon-button[data-state=disabled] .pds-icon-button-tooltip{opacity:0}.pds-icon-button-tooltip{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:4px;z-index:1;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity 75ms linear;padding:2px 4px;border-radius:4px;background-color:#444748;color:#fff;font-size:12px;line-height:16px;font-weight:500}.pds-notice{font-family:Pretendard,sans-serif;display:flex;gap:10px;min-height:52px;padding:0 16px;border:1px solid var(--pds-notice-border-color);border-radius:6px;background-color:var(--pds-notice-bg);width:100%;box-sizing:border-box}.pds-notice[data-has-close]{padding-right:8px}.pds-notice[data-has-badge] .pds-notice__icon{width:auto;height:auto}.pds-notice__icon{flex-shrink:0;width:20px;height:20px}.pds-notice__icon>svg{color:var(--pds-notice-icon-color);opacity:.8;width:20px;height:20px}.pds-notice__content{align-items:center;min-width:0;gap:16px}.pds-notice__body,.pds-notice__content{display:flex;flex:1 1}.pds-notice__text{display:flex;flex-direction:column;flex:1 1}.pds-notice__title{font-weight:700}.pds-notice__description,.pds-notice__title{color:#212425;font-size:15px;line-height:22px}.pds-notice__description{font-weight:500}.pds-notice__description b{font-size:15px;line-height:22px;font-weight:700}.pds-notice__action{flex-shrink:0}.pds-notice__close{opacity:.48;flex-shrink:0}.pds-notice{align-items:center}.pds-notice .pds-notice__text{gap:4px;padding:10px 0}.pds-notice .pds-notice__body{flex-direction:row;align-items:center}.pds-notice .pds-notice__action{width:auto}.pds-notice .pds-notice__action .pds-text-button{padding:10px 12px}@media(max-width:1199px){.pds-notice{align-items:center;padding-top:10px;padding-bottom:10px}.pds-notice .pds-notice__text{gap:2px;padding:0}.pds-notice .pds-notice__body{flex-direction:column;align-items:flex-start}.pds-notice .pds-notice__action{width:100%}.pds-notice .pds-notice__action .pds-text-button{width:100%;justify-content:flex-start;padding:8px 0 0}.pds-notice .pds-notice__close{align-self:stretch}.pds-notice .pds-notice__close .pds-icon-button{height:100%}}.pds-notice[data-layout=desktop]{align-items:center}.pds-notice[data-layout=desktop] .pds-notice__text{gap:4px;padding:10px 0}.pds-notice[data-layout=desktop] .pds-notice__body{flex-direction:row;align-items:center}.pds-notice[data-layout=desktop] .pds-notice__action{width:auto}.pds-notice[data-layout=desktop] .pds-notice__action .pds-text-button{padding:10px 12px}.pds-notice[data-layout=mobile]{align-items:center;padding-top:10px;padding-bottom:10px}.pds-notice[data-layout=mobile] .pds-notice__text{gap:2px;padding:0}.pds-notice[data-layout=mobile] .pds-notice__body{flex-direction:column;align-items:flex-start}.pds-notice[data-layout=mobile] .pds-notice__action{width:100%}.pds-notice[data-layout=mobile] .pds-notice__action .pds-text-button{width:100%;justify-content:flex-start;padding:8px 0 0}.pds-notice[data-layout=mobile] .pds-notice__close{align-self:stretch}.pds-notice[data-layout=mobile] .pds-notice__close .pds-icon-button{height:100%}.pds-notice[data-type=information]{--pds-notice-bg:#eff4fa;--pds-notice-border-color:#bed1e3;--pds-notice-icon-color:#416b97}.pds-notice[data-type=warning]{--pds-notice-bg:#fff8dd;--pds-notice-border-color:#fdda7a;--pds-notice-icon-color:#be8a00}.pds-notice[data-type=critical]{--pds-notice-bg:#fff0ef;--pds-notice-border-color:#f9c5c1;--pds-notice-icon-color:#e53c34}.pds-sidesheet__overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.48);z-index:999;opacity:0;transition:opacity .3s ease-in}.pds-sidesheet__overlay[data-open]{opacity:1;transition:opacity .3s ease-out}.pds-sidesheet{font-family:Pretendard,sans-serif;position:fixed;top:0;right:0;height:100%;display:flex;flex-direction:column;background-color:#fff;box-shadow:inset 1px 0 0 0 #e0e3e4;z-index:1000;transform:translateX(100%);transition:transform .3s ease-in}.pds-sidesheet[data-open]{transform:translateX(0);transition:transform .3s ease-out}.pds-sidesheet[data-blocking]{width:380px}.pds-sidesheet:not([data-blocking]){top:var(--pds-sidesheet-top,0);height:calc(100% - var(--pds-sidesheet-top, 0px));z-index:var(--pds-sidesheet-z-index,1000)}.pds-sidesheet:not([data-blocking])[data-size=compact]{width:260px}.pds-sidesheet:not([data-blocking])[data-size=default]{width:300px}.pds-sidesheet[data-docked]{position:relative;top:auto;right:auto;height:auto;flex-shrink:0;z-index:auto;align-self:stretch;transform:none;overflow:hidden;transition:width .3s ease-in}.pds-sidesheet[data-docked][data-open]{transition:width .3s ease-out}.pds-sidesheet[data-docked][data-size=compact]>*{min-width:260px}.pds-sidesheet[data-docked][data-size=default]>*{min-width:300px}.pds-sidesheet[data-docked]:not([data-open]){width:0;box-shadow:none}.pds-sidesheet__header{display:flex;align-items:center;flex-shrink:0;padding:20px 20px 8px;gap:8px}.pds-sidesheet__header>:last-child{margin-left:8px}.pds-sidesheet__title{flex:1 1;min-width:0;margin:0}.pds-sidesheet__title[data-title-type=header]{font-size:18px;line-height:24px;font-weight:700;color:#212425}.pds-sidesheet__title[data-title-type=body]{font-size:14px;line-height:20px;font-weight:500;color:#848788}.pds-sidesheet__content{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:0 24px;scrollbar-color:#e0e3e4 transparent}.pds-sidesheet__content::-webkit-scrollbar{width:6px}.pds-sidesheet__content::-webkit-scrollbar-thumb{background-color:#e0e3e4;border-radius:3px}.pds-sidesheet__content::-webkit-scrollbar-track{background-color:transparent}.pds-sidesheet__action-area{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;flex-shrink:0;padding:16px 24px 20px;grid-gap:8px;gap:8px}.pds-sidesheet__action-area>*{min-width:0}.pds-sidesheet__content[data-overflow]+.pds-sidesheet__action-area{border-top:1px solid #e0e3e4}.pds-layout{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.pds-layout__header{flex-shrink:0;width:100%}.pds-layout__contents-wrapper{flex:1 1;display:flex;overflow:hidden}.pds-layout__nav{flex-shrink:0;overflow-y:auto}@media(max-width:1199px){.pds-layout__nav{display:none}}.pds-layout__content{flex:1 1;overflow-y:auto;min-width:0}@media(max-width:1199px){.pds-layout .pds-sidesheet[data-docked]{display:none}}.pds-sidesheet-dock{position:fixed;top:var(--pds-sidesheet-top,0);left:var(--pds-sidesheet-dock-left,0);right:0;bottom:0;z-index:var(--pds-sidesheet-z-index,1);display:flex;overflow:hidden;transition:left .2s ease-in-out}@media(max-width:1199px){.pds-sidesheet-dock{left:0}}.pds-sidesheet-dock__content{flex:1 1;overflow-y:auto;min-width:0}