@layer reset,base,tokens,recipes,utilities;:root{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-right:env(safe-area-inset-right);--safe-area-inset-bottom:env(safe-area-inset-bottom);--safe-area-inset-left:env(safe-area-inset-left)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@keyframes blinkEffect{50%{opacity:.2}}@keyframes popupClose{0%{opacity:1;transform:translate(-50%,50%)}to{opacity:0;transform:translate(-50%,55%)}}@keyframes popupOpen{0%{opacity:0;transform:translate(-50%,55%)}to{opacity:1;transform:translate(-50%,50%)}}@keyframes modalClose{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(100%)}}@keyframes modalOpen{0%{opacity:0;transform:translate(-50%)translateY(100%)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes bottomSheetClose{0%{opacity:1;transform:translate(-50%,50%)}to{opacity:0;transform:translate(-50%,100%)}}@keyframes bottomSheetOpen{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%,50%)}}@keyframes primaryDotFlashing{0%{background-color:#2c7fff}50%{background-color:#dbe9ff}to{background-color:#dbe9ff}}@keyframes primaryBlackDotFlashing{0%{background-color:#fff}50%{background-color:#747982}to{background-color:#747982}}@keyframes primaryWhiteDotFlashing{0%{background-color:#222}50%{background-color:#e6e7e8}to{background-color:#e6e7e8}}@keyframes secondaryDotFlashing{0%{background-color:#747982}50%{background-color:#e6e7e8}to{background-color:#e6e7e8}}@keyframes warningDotFlashing{0%{background-color:#e74d5a}50%{background-color:#e6e7e8}to{background-color:#e6e7e8}}@keyframes showAnimation{0%{opacity:0}to{opacity:1}}@keyframes skeleton{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes spinnerRotate{to{transform:rotate(360deg)}}@keyframes spinnerArc{0%{stroke-dasharray:0 150;stroke-dashoffset:0}to{stroke-dasharray:100 150;stroke-dashoffset:-140px}}@keyframes firstReviewListWrapperAnimation{0%{transform:translate(0)}50%{transform:translate(-50%)}50.01%{transform:translate(152%)}to{transform:translate(101.5%)}}@keyframes secondReviewListWrapperAnimation{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes spinAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes createAnimation{0%{opacity:1}to{opacity:.4}}@keyframes scaleUpAndDown{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0,0)}}@keyframes presentCardSpin{0%{transform:rotateY(0)}to{transform:rotateY(2160deg)}}@keyframes presentCardFlip{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes floatingOpen{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes floatingClose{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(.3)}}html,:host{--font-fallback:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;tab-size:4;-webkit-tap-highlight-color:transparent;line-height:1.5;font-family:var(--global-font-body,var(--font-fallback))}*,:before,:after,::backdrop{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--global-color-border,currentColor);margin:0;padding:0}::file-selector-button{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--global-color-border,currentColor);margin:0;padding:0}hr{height:0;color:inherit;border-top-width:1px}body{height:100%;line-height:inherit}img{border-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-size:inherit;font-weight:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ol,ul,menu{list-style:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background:0 0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background:0 0}::placeholder{opacity:1;--placeholder-fallback:color-mix(in srgb,currentColor 50%,transparent);color:var(--global-color-placeholder,var(--placeholder-fallback))}textarea{resize:vertical}table{text-indent:0;border-collapse:collapse;border-color:inherit}summary{display:list-item}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}dialog{padding:0}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{--font-mono-fallback:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New";font-feature-settings:normal;font-variation-settings:normal;font-family:var(--global-font-mono,var(--font-mono-fallback));font-size:1em}progress{vertical-align:baseline}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}:-moz-ui-invalid{box-shadow:none}:-moz-focusring{outline:auto}[hidden]:not(#\#):not(#\#):not(#\#):not(#\#){display:none!important}:root:not(#\#){--made-with-panda:"🐼"}html:not(#\#),body:not(#\#),div:not(#\#),LegacyTypography:not(#\#),applet:not(#\#),object:not(#\#),iframe:not(#\#),h1:not(#\#),h2:not(#\#),h3:not(#\#),h4:not(#\#),h5:not(#\#),h6:not(#\#),p:not(#\#),blockquote:not(#\#),pre:not(#\#),a:not(#\#),abbr:not(#\#),acronym:not(#\#),address:not(#\#),big:not(#\#),cite:not(#\#),code:not(#\#),del:not(#\#),dfn:not(#\#),em:not(#\#),img:not(#\#),ins:not(#\#),kbd:not(#\#),q:not(#\#),s:not(#\#),samp:not(#\#),small:not(#\#),strike:not(#\#),strong:not(#\#),sub:not(#\#),tt:not(#\#),var:not(#\#),b:not(#\#),u:not(#\#),i:not(#\#),center:not(#\#),dl:not(#\#),dt:not(#\#),dd:not(#\#),ol:not(#\#),ul:not(#\#),li:not(#\#),fieldset:not(#\#),form:not(#\#),label:not(#\#),legend:not(#\#),table:not(#\#),caption:not(#\#),tbody:not(#\#),tfoot:not(#\#),thead:not(#\#),tr:not(#\#),th:not(#\#),td:not(#\#),article:not(#\#),aside:not(#\#),canvas:not(#\#),details:not(#\#),embed:not(#\#),figure:not(#\#),figcaption:not(#\#),footer:not(#\#),header:not(#\#),hgroup:not(#\#),menu:not(#\#),nav:not(#\#),output:not(#\#),ruby:not(#\#),section:not(#\#),summary:not(#\#),time:not(#\#),mark:not(#\#),audio:not(#\#),video:not(#\#),sup:not(#\#){vertical-align:baseline;font:inherit}article:not(#\#),aside:not(#\#),details:not(#\#),figcaption:not(#\#),figure:not(#\#),footer:not(#\#),header:not(#\#),hgroup:not(#\#),menu:not(#\#),nav:not(#\#),section:not(#\#){display:block}:not(#\#){box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-display:swap;-ms-overflow-style:none;scrollbar-width:none;touch-action:manipulation;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-khtml-user-select:none;-webkit-user-select:none;user-select:none;-o-user-select:none;font-family:Apple SD Gothic Neo,Spoqa Han Sans,Noto Sans Korean,Apple Gothic,NanumBarunGothic,NanumGothic,Malgun Gothic,sans-serif}:not(#\#)::-webkit-scrollbar{display:none}html:not(#\#),body:not(#\#){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#222;-webkit-appearance:none;background:#f8f8f8;width:100%;margin:0;padding:0;font-family:Apple SD Gothic Neo,Spoqa Han Sans,Noto Sans Korean,Apple Gothic,NanumBarunGothic,NanumGothic,Malgun Gothic,sans-serif;font-weight:400}body:not(#\#):not(#\#):not(#\#){max-height:100vh!important}ol:not(#\#),ul:not(#\#){list-style:none}blockquote:not(#\#),q:not(#\#){quotes:none}blockquote:not(#\#):before,blockquote:not(#\#):after,q:not(#\#):before,q:not(#\#):after{content:0}table:not(#\#){border-collapse:collapse;border-spacing:0}a:not(#\#){color:#222;outline-offset:2px;outline:2px solid #0000;text-decoration:none}img:not(#\#),a:not(#\#){-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}input:not(#\#),textarea:not(#\#){-khtml-user-select:text;-webkit-user-select:text;user-select:text;-o-user-select:text}input:not(#\#)::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input:not(#\#)::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]:not(#\#){-moz-appearance:textfield}input[type=search]:not(#\#)::-webkit-search-decoration{-webkit-appearance:none}input[type=search]:not(#\#)::-webkit-search-cancel-button{-webkit-appearance:none}input[type=search]:not(#\#)::-webkit-search-results-button{-webkit-appearance:none}input[type=search]:not(#\#)::-webkit-search-results-decoration{-webkit-appearance:none}.blink-animation:not(#\#){animation:1s 3 alternate blinkEffect}:not(#\#),:not(#\#):before,:not(#\#):after,:not(#\#)::backdrop{--blur:  ;--brightness:  ;--contrast:  ;--grayscale:  ;--hue-rotate:  ;--invert:  ;--saturate:  ;--sepia:  ;--drop-shadow:  ;--backdrop-blur:  ;--backdrop-brightness:  ;--backdrop-contrast:  ;--backdrop-grayscale:  ;--backdrop-hue-rotate:  ;--backdrop-invert:  ;--backdrop-opacity:  ;--backdrop-saturate:  ;--backdrop-sepia:  ;--gradient-from-position:  ;--gradient-to-position:  ;--gradient-via-position:  ;--scroll-snap-strictness:proximity;--border-spacing-x:0;--border-spacing-y:0;--translate-x:0;--translate-y:0;--rotate:0;--rotate-x:0;--rotate-y:0;--skew-x:0;--skew-y:0;--scale-x:1;--scale-y:1}@media screen and (max-width:600px){body:not(#\#):not(#\#):not(#\#){max-height:-webkit-fill-available!important}}:where(:root,:host):not(#\#):not(#\#){--shadows-\$default:0 0 7px 2px #b4b4b40d;--shadows-\$deep01:0 0 7px 2px #7a7a7a1f;--shadows-\$deep02:0 7px 12px 3px #3d3d3d26;--shadows-\$deep03:0px 0px 7px 7px #f4f4f4;--colors-\$white:#fff;--colors-\$black01:#222;--colors-\$black02:#121212;--colors-\$primary:#2c7fff;--colors-\$gray50:#f9f9fa;--colors-\$gray100:#f1f2f2;--colors-\$gray200:#e6e7e8;--colors-\$gray300:#dcdde0;--colors-\$gray400:#caccd0;--colors-\$gray500:#b3b6bc;--colors-\$gray600:#989ba3;--colors-\$gray700:#747982;--colors-\$gray800:#494b52;--colors-\$gray900:#37383d;--colors-\$blue50:#f2f7ff;--colors-\$blue100:#eaf2ff;--colors-\$blue200:#dbe9ff;--colors-\$blue300:#cce1ff;--colors-\$blue400:#adceff;--colors-\$blue500:#89b8ff;--colors-\$blue600:#5f9fff;--colors-\$blue700:#2c7fff;--colors-\$blue800:#0041a2;--colors-\$blue900:#00204f;--colors-\$yellow100:#fffbf2;--colors-\$yellow200:#fff5e2;--colors-\$yellow300:#fec;--colors-\$yellow400:#ffe4af;--colors-\$yellow500:#ffd98c;--colors-\$yellow600:#ffcb63;--colors-\$yellow700:#ffbd35;--colors-\$yellow800:#eca20c;--colors-\$yellow900:#a46e00;--colors-\$red100:#fef2f3;--colors-\$red200:#fce6e8;--colors-\$red300:#f9d2d5;--colors-\$red400:#f5b1b7;--colors-\$red500:#f19aa1;--colors-\$red600:#ec767f;--colors-\$red700:#e74d5a;--colors-\$red800:#91141e;--colors-\$red900:#460a0f;--colors-\$green100:#f1fbf3;--colors-\$green200:#e3f8e7;--colors-\$green300:#c8f0cf;--colors-\$green400:#aae7b4;--colors-\$green500:#84dc93;--colors-\$green600:#57d06b;--colors-\$green700:#33b34d;--colors-\$green800:#1d662b;--colors-\$green900:#103718;--colors-\$cool-gray100:#f1f3f6;--colors-\$cool-gray200:#e0e4ea;--colors-\$cool-gray300:#c8ced9;--colors-\$cool-gray400:#a8b3c4;--colors-\$cool-gray500:#8292aa;--colors-\$cool-gray600:#76849c;--colors-\$cool-gray700:#5b6b86;--colors-\$cool-gray800:#384252;--colors-\$cool-gray900:#242b35;--colors-\$deep-blue:#1e45ac;--colors-\$dark-sky-blue:#4785e5;--colors-\$dodger-blue:#1b72f8;--colors-\$azure-blue:#2496ff;--colors-\$naver-green:#03c75a;--colors-\$light-green:#caf9f0;--colors-\$kakao-yellow:#ffd94a;--colors-\$vivid-red:#ff385c;--colors-\$sejong-green01:#34795c;--colors-\$sejong-green02:#b8ddcd;--colors-\$sejong-green03:#92c7b0;--colors-\$-p-a-i-d_-a-l-l:#33b34d;--colors-\$-o-v-e-r_-d-e-p-o-s-i-t:#006214;--colors-\$-p-a-i-d_-p-a-r-t-i-a-l:#ff940e;--colors-\$-s-c-h-e-d-u-l-e-d:#ffbd35;--colors-\$-u-n-p-a-i-d:#e74d5a;--colors-\$black:#222;--colors-\$gray00:#f9f9fa;--colors-\$gray01:#f1f2f2;--colors-\$gray02:#e6e7e8;--colors-\$gray03:#caccd0;--colors-\$gray04:#b3b6bc;--colors-\$gray05:#747982;--colors-\$gray06:#37383d;--colors-\$primary04:#f2f7ff;--colors-\$primary03:#eaf2ff;--colors-\$primary02:#dbe9ff;--colors-\$primary01:#2c7fff;--colors-\$red:#e74d5a;--colors-\$red02:#f5b1b7;--colors-\$red03:#fef2f3;--colors-\$red04:#ff385c;--colors-\$yellow:#ffbd35;--colors-\$yellow02:#eca20c;--colors-\$yellow-kakao:#ffd94a;--colors-\$green:#33b34d;--colors-\$green02:#e3f8e7;--colors-\$-n-a-v-e-r_-g-r-e-e-n:#03c75a;--colors-\$light-green01:#caf9f0;--colors-\$murky-blue:#76849c;--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h:640px;--sizes-\$-m-a-x_-m-o-b-i-l-e_-w-i-d-t-h:360px;--sizes-breakpoint-sm:640px;--sizes-breakpoint-md:768px;--sizes-breakpoint-lg:1024px;--sizes-breakpoint-xl:1280px;--sizes-breakpoint-2xl:1536px;--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a:15px;--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t:58px;--space-\$-a-d-m-i-n_-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t:79.08px;--media-\@desktop:(min-width: 641px);--media-\@mobile:screen and (max-width: 640px);--media-\@mobile-min:(max-width: 359px);--z-index-\$-b-a-c-k-g-r-o-u-n-d:-5;--z-index-\$-d-e-f-a-u-l-t:0;--z-index-\$-a-b-o-v-e:1;--z-index-\$-f-l-o-a-t-i-n-g:5;--z-index-\$-t-o-o-l-t-i-p:10;--z-index-\$-f-l-o-a-t-i-n-g_-n-a-v-i-g-a-t-i-o-n:15;--z-index-\$-b-a-n-n-e-r:20;--z-index-\$-t-o-p_-f-l-o-a-t-i-n-g:25;--z-index-\$-b-o-t-t-o-m_-s-h-e-e-t:1000000;--breakpoints-sm:640px;--breakpoints-md:768px;--breakpoints-lg:1024px;--breakpoints-xl:1280px;--breakpoints-2xl:1536px}.z_1000005:not(#\#):not(#\#):not(#\#){z-index:1000005}.typography_14_BOLD_WIDE:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:700;line-height:164%}.w_100\%:not(#\#):not(#\#):not(#\#){width:100%}.z_100:not(#\#):not(#\#):not(#\#){z-index:100}.w_50\%:not(#\#):not(#\#):not(#\#){width:50%}.w_312px:not(#\#):not(#\#):not(#\#){width:312px}.max-h_90vh:not(#\#):not(#\#):not(#\#){max-height:90vh}.bdr_8px:not(#\#):not(#\#):not(#\#){border-radius:8px}.p_16px:not(#\#):not(#\#):not(#\#){padding:16px}.ov_auto:not(#\#):not(#\#):not(#\#){overflow:auto}.wb_break-word:not(#\#):not(#\#):not(#\#){word-break:break-word}.flex-row_BETWEEN_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:space-between;align-items:center;display:flex}.typography_16_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:700;line-height:136%}.ta_center:not(#\#):not(#\#):not(#\#){text-align:center}.p_8px_0_16px:not(#\#):not(#\#):not(#\#){padding:8px 0 16px}.typography_14_REGULAR_WIDE:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:400;line-height:164%}.d_inline-block:not(#\#):not(#\#):not(#\#){display:inline-block}.wb_keep-all:not(#\#):not(#\#):not(#\#){word-break:keep-all}.d_flex:not(#\#):not(#\#):not(#\#){display:flex}.gap_8px:not(#\#):not(#\#):not(#\#){gap:8px}.flex-row_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:center;align-items:center;display:flex}.w_57px:not(#\#):not(#\#):not(#\#){width:57px}.h_57px:not(#\#):not(#\#):not(#\#){height:57px}.bdr_50\%:not(#\#):not(#\#):not(#\#){border-radius:50%}.pos_relative:not(#\#):not(#\#):not(#\#){position:relative}.bd_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray02)}.bd_solid_2px_token\(colors\.\$gray06\):not(#\#):not(#\#):not(#\#){border:solid 2px var(--colors-\$gray06)}.pos_absolute:not(#\#):not(#\#):not(#\#){position:absolute}.w_9px:not(#\#):not(#\#):not(#\#){width:9px}.h_9px:not(#\#):not(#\#):not(#\#){height:9px}.h_5px:not(#\#):not(#\#):not(#\#){height:5px}.w_5px:not(#\#):not(#\#):not(#\#){width:5px}.trf_rotate\(45deg\):not(#\#):not(#\#):not(#\#){transform:rotate(45deg)}.bd-b_1px_solid_token\(colors\.\$white\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$white)}.bd-r_1px_solid_token\(colors\.\$white\):not(#\#):not(#\#):not(#\#){border-right:1px solid var(--colors-\$white)}.p_3px_4px:not(#\#):not(#\#):not(#\#){padding:3px 4px}.bdr_16px:not(#\#):not(#\#):not(#\#){border-radius:16px}.c_\$primary01:not(#\#):not(#\#):not(#\#){color:var(--colors-\$primary01)}.white-space_nowrap:not(#\#):not(#\#):not(#\#){white-space:nowrap}.d_inline-flex:not(#\#):not(#\#):not(#\#){display:inline-flex}.p_4px_6px:not(#\#):not(#\#):not(#\#){padding:4px 6px}.bdr_20px:not(#\#):not(#\#):not(#\#){border-radius:20px}.us_none:not(#\#):not(#\#):not(#\#){-webkit-user-select:none;user-select:none}.cursor_default:not(#\#):not(#\#):not(#\#){cursor:default}.ov-wrap_break-word:not(#\#):not(#\#):not(#\#){overflow-wrap:break-word}.c_\#fff:not(#\#):not(#\#):not(#\#){color:#fff}.inset_0:not(#\#):not(#\#):not(#\#){inset:0}.op_0:not(#\#):not(#\#):not(#\#){opacity:0}.trs_opacity_0\.2s_ease-out:not(#\#):not(#\#):not(#\#){transition:opacity .2s ease-out}.will-change_opacity:not(#\#):not(#\#):not(#\#){will-change:opacity}.op_1:not(#\#):not(#\#):not(#\#){opacity:1}.pos_fixed:not(#\#):not(#\#):not(#\#){position:fixed}.h_100\%:not(#\#):not(#\#):not(#\#){height:100%}.trf_translate\(-50\%\,_100\%\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,100%)}.will-change_transform\,_opacity:not(#\#):not(#\#):not(#\#){will-change:transform,opacity}.anim_bottomSheetOpen_0\.2s_cubic-bezier\(0\.33\,_1\,_0\.68\,_1\)_forwards:not(#\#):not(#\#):not(#\#){animation:.2s cubic-bezier(.33,1,.68,1) forwards bottomSheetOpen}.anim_bottomSheetClose_0\.2s_cubic-bezier\(0\.32\,_0\,_0\.67\,_0\)_forwards:not(#\#):not(#\#):not(#\#){animation:.2s cubic-bezier(.32,0,.67,0) forwards bottomSheetClose}.max-w_100\%:not(#\#):not(#\#):not(#\#){max-width:100%}.h_-webkit-fill-available\!:not(#\#){height:-webkit-fill-available!important}.trf_translateZ\(0\):not(#\#):not(#\#):not(#\#){transform:translateZ(0)}.z_\$BOTTOM_SHEET:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-b-o-t-t-o-m_-s-h-e-e-t)}.max-w_\$MAX_BROWSER_WIDTH:not(#\#):not(#\#):not(#\#){max-width:var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h)}.trf_translateX\(-50\%\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)}.max-w_\$MAX_MOBILE_WIDTH:not(#\#):not(#\#):not(#\#){max-width:var(--sizes-\$-m-a-x_-m-o-b-i-l-e_-w-i-d-t-h)}.max-h_calc\(100\%_-_50px\):not(#\#):not(#\#):not(#\#){max-height:calc(100% - 50px)}.z_1000:not(#\#):not(#\#):not(#\#){z-index:1000}.ov_initial:not(#\#):not(#\#):not(#\#){overflow:initial}.safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_24px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 24px)}.box-align_center:not(#\#):not(#\#):not(#\#){box-align:center}.box-pack_center:not(#\#):not(#\#):not(#\#){box-pack:center}.bx-sh_rgb\(0_0_0_\/_15\%\)_0px_4px_6px_0px:not(#\#):not(#\#):not(#\#){box-shadow:0 4px 6px #00000026}.trs_box-shadow_0\.2s_ease-out_0s:not(#\#):not(#\#):not(#\#){transition:box-shadow .2s ease-out}.bx-s_border-box:not(#\#):not(#\#):not(#\#){box-sizing:border-box}.cursor_pointer:not(#\#):not(#\#):not(#\#){cursor:pointer}.w_50px:not(#\#):not(#\#):not(#\#){width:50px}.h_50px:not(#\#):not(#\#):not(#\#){height:50px}.bg_linear-gradient\(rgb\(44\,_127\,_255\)_0\%\,_rgb\(44\,_127\,_255\)_50\%\,_rgb\(44\,_78\,_255\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#2c7fff 0% 50%,#2c4eff 100%)}.bdr_31px:not(#\#):not(#\#):not(#\#){border-radius:31px}.flex-row_START_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.c_\$black:not(#\#):not(#\#):not(#\#){color:var(--colors-\$black)}.c_\$gray03:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray03)}.cursor_not-allowed:not(#\#):not(#\#):not(#\#){cursor:not-allowed}.z_token\(zIndex\.\$FLOATING_NAVIGATION\):not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-f-l-o-a-t-i-n-g_-n-a-v-i-g-a-t-i-o-n)}.gap_16px:not(#\#):not(#\#):not(#\#){gap:16px}.p_10px:not(#\#):not(#\#):not(#\#){padding:10px}.safe-area-padding-top_10px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 10px)}.trf_translate3d\(-50\%\,_0\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)}.bg_rgba\(255\,_255\,_255\,_0\.85\):not(#\#):not(#\#):not(#\#){background:#ffffffd9}.bx-sh_0px_0px_7px_2px_rgba\(122\,_122\,_122\,_0\.12\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px 2px #7a7a7a1f}.bkdp_blur\(2\.5px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px)}.h_calc\(106px_\+_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){height:calc(106px + env(safe-area-inset-top))}.safe-area-padding-top_0px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 0px)}.bg_linear-gradient\(180deg\,_rgba\(33\,_33\,_33\,_0\.36\)_0\%\,_rgba\(33\,_33\,_33\,_0\.19\)_33\.85\%\,_rgba\(33\,_33\,_33\,_0\.07\)_68\.74\%\,_rgba\(33\,_33\,_33\,_0\.03\)_83\.35\%\,_rgba\(33\,_33\,_33\,_0\.00\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#2121215c 0%,#21212130 33.85%,#21212112 68.74%,#21212108 83.35%,#21212100 100%)}.trs_0\.3s_background:not(#\#):not(#\#):not(#\#){transition:background .3s}.pointer-events_none:not(#\#):not(#\#):not(#\#){pointer-events:none}.bg_transparent:not(#\#):not(#\#):not(#\#){background:0 0}.m_0:not(#\#):not(#\#):not(#\#){margin:0}.h_6px:not(#\#):not(#\#):not(#\#){height:6px}.w_4px:not(#\#):not(#\#):not(#\#){width:4px}.h_4px:not(#\#):not(#\#):not(#\#){height:4px}.bdr_5px:not(#\#):not(#\#):not(#\#){border-radius:5px}.c_\#2c7fff:not(#\#):not(#\#):not(#\#){color:#2c7fff}.anim_primaryDotFlashing_\.5s_\.25s_infinite_linear_alternate:not(#\#):not(#\#):not(#\#){animation:.5s linear .25s infinite alternate primaryDotFlashing}.c_\#222222:not(#\#):not(#\#):not(#\#){color:#222}.anim_primaryBlackDotFlashing_\.5s_\.25s_infinite_linear_alternate:not(#\#):not(#\#):not(#\#){animation:.5s linear .25s infinite alternate primaryBlackDotFlashing}.c_\#ffffff:not(#\#):not(#\#):not(#\#){color:#fff}.anim_primaryWhiteDotFlashing_\.5s_\.25s_infinite_linear_alternate:not(#\#):not(#\#):not(#\#){animation:.5s linear .25s infinite alternate primaryWhiteDotFlashing}.c_\#7a7a7a:not(#\#):not(#\#):not(#\#){color:#7a7a7a}.anim_secondaryDotFlashing_\.5s_\.25s_infinite_linear_alternate:not(#\#):not(#\#):not(#\#){animation:.5s linear .25s infinite alternate secondaryDotFlashing}.c_\#e74d5a:not(#\#):not(#\#):not(#\#){color:#e74d5a}.anim_warningDotFlashing_\.5s_\.25s_infinite_linear_alternate:not(#\#):not(#\#):not(#\#){animation:.5s linear .25s infinite alternate warningDotFlashing}.p_0:not(#\#):not(#\#):not(#\#){padding:0}.h_0px:not(#\#):not(#\#):not(#\#){height:0}.bd_none:not(#\#):not(#\#):not(#\#){border:none}.bd-t_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$gray02)}.ring_none:not(#\#):not(#\#):not(#\#){outline-offset:2px;outline:2px solid #0000}.obj-f_cover:not(#\#):not(#\#):not(#\#){object-fit:cover}.bdr_4px:not(#\#):not(#\#):not(#\#){border-radius:4px}.trf_translateX\(-50\%\)_translateY\(-50\%\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)translateY(-50%)}.z_1:not(#\#):not(#\#):not(#\#){z-index:1}.p_5:not(#\#):not(#\#):not(#\#){padding:5px}.p_12px:not(#\#):not(#\#):not(#\#){padding:12px}.w_40px:not(#\#):not(#\#):not(#\#){width:40px}.h_40px:not(#\#):not(#\#):not(#\#){height:40px}.typography_14_BOLD_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:700;line-height:100%}.bdr_25px:not(#\#):not(#\#):not(#\#){border-radius:25px}.word-wrap_break-word:not(#\#):not(#\#):not(#\#){word-wrap:break-word}.trf_translate\(-50\%\,_-50\%\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,-50%)}.flex-col_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:center;align-items:center;display:flex}.flex-col_START_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:flex-start;align-items:center;display:flex}.flex-col_END_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:flex-end;align-items:center;display:flex}.flex-col_BETWEEN_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:space-between;align-items:center;display:flex}.flex-col_BETWEEN_START:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:space-between;align-items:flex-start;display:flex}.flex-col_EVENLY_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:space-evenly;align-items:center;display:flex}.flex-col_AROUND_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:space-around;align-items:center;display:flex}.flex-col_STRETCH_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:stretch;align-items:center;display:flex}.flex-col_CENTER_START:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.flex-col_CENTER_END:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:center;align-items:flex-end;display:flex}.flex-col_CENTER_BETWEEN:not(#\#):not(#\#):not(#\#){justify-content:center;align-items:space-between;flex-direction:column;display:flex}.flex-col_CENTER_EVENLY:not(#\#):not(#\#):not(#\#){justify-content:center;align-items:space-evenly;flex-direction:column;display:flex}.flex-col_CENTER_AROUND:not(#\#):not(#\#):not(#\#){justify-content:center;align-items:space-around;flex-direction:column;display:flex}.flex-col_CENTER_STRETCH:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:center;align-items:stretch;display:flex}.flex-col_START_START:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.flex-col_START_END:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:flex-start;align-items:flex-end;display:flex}.flex-col_START_STRETCH:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:flex-start;align-items:stretch;display:flex}.flex-row_END_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:flex-end;align-items:center;display:flex}.flex-row_BETWEEN_START:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:space-between;align-items:flex-start;display:flex}.flex-row_BETWEEN_END:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:space-between;align-items:flex-end;display:flex}.flex-row_EVENLY_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:space-evenly;align-items:center;display:flex}.flex-row_AROUND_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:space-around;align-items:center;display:flex}.flex-row_STRETCH_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:stretch;align-items:center;display:flex}.flex-row_CENTER_START:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:center;align-items:flex-start;display:flex}.flex-row_CENTER_END:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:center;align-items:flex-end;display:flex}.flex-row_CENTER_EVENLY:not(#\#):not(#\#):not(#\#){justify-content:center;align-items:space-evenly;flex-direction:row;display:flex}.flex-row_CENTER_AROUND:not(#\#):not(#\#):not(#\#){justify-content:center;align-items:space-around;flex-direction:row;display:flex}.flex-row_CENTER_STRETCH:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:center;align-items:stretch;display:flex}.flex-row_START_START:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:flex-start;align-items:flex-start;display:flex}.flex-row_START_STRETCH:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:flex-start;align-items:stretch;display:flex}.flex-row_START_END:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:flex-start;align-items:flex-end;display:flex}.bd_solid_1px_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray02)}.trs_border_0\.5s:not(#\#):not(#\#):not(#\#){transition:border .5s}.typography_14_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:500;line-height:100%}.p_15px_12px:not(#\#):not(#\#):not(#\#){padding:15px 12px}.ap_none:not(#\#):not(#\#):not(#\#){appearance:none}.ti_1px:not(#\#):not(#\#):not(#\#){text-indent:1px}.tov_0:not(#\#):not(#\#):not(#\#){text-overflow:0}.h_24px:not(#\#):not(#\#):not(#\#){height:24px}.z_token\(zIndex\.\$TOOLTIP\):not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-t-o-o-l-t-i-p)}.p_12px_14px:not(#\#):not(#\#):not(#\#){padding:12px 14px}.ta_left:not(#\#):not(#\#):not(#\#){text-align:left}.w_10px:not(#\#):not(#\#):not(#\#){width:10px}.h_10px:not(#\#):not(#\#):not(#\#){height:10px}.trf_rotateZ\(-45deg\):not(#\#):not(#\#):not(#\#){transform:rotate(-45deg)}.trf_rotateZ\(135deg\):not(#\#):not(#\#):not(#\#){transform:rotate(135deg)}.trf_rotateZ\(-135deg\):not(#\#):not(#\#):not(#\#){transform:rotate(-135deg)}.trf_rotateZ\(45deg\):not(#\#):not(#\#):not(#\#){transform:rotate(45deg)}.ta_right:not(#\#):not(#\#):not(#\#){text-align:right}.z_2000000:not(#\#):not(#\#):not(#\#){z-index:2000000}.tch-a_none:not(#\#):not(#\#):not(#\#){touch-action:none}.fill_none:not(#\#):not(#\#):not(#\#){fill:none}.stk_\$gray01:not(#\#):not(#\#):not(#\#){stroke:var(--colors-\$gray01)}.stk-w_4px:not(#\#):not(#\#):not(#\#){stroke-width:4px}.op_0\.5:not(#\#):not(#\#):not(#\#){opacity:.5}.stk_\$primary01:not(#\#):not(#\#):not(#\#){stroke:var(--colors-\$primary01)}.stk-lc_round:not(#\#):not(#\#):not(#\#){stroke-linecap:round}.trf-o_50\%_50\%:not(#\#):not(#\#):not(#\#){transform-origin:50%}.trf_rotate3d\(0\,_0\,_1\,_0deg\):not(#\#):not(#\#):not(#\#){transform:rotate(0)}.anim_spinnerArc_2156ms_ease-in-out_infinite\,_spinnerRotate_1829ms_linear_infinite:not(#\#):not(#\#):not(#\#){animation:2.156s ease-in-out infinite spinnerArc,1.829s linear infinite spinnerRotate}.max-h_100\%:not(#\#):not(#\#):not(#\#){max-height:100%}.trf_translateX\(-50\%\)_translateY\(100\%\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)translateY(100%)}.anim_modalOpen_0\.2s_cubic-bezier\(0\.33\,_1\,_0\.68\,_1\)_forwards:not(#\#):not(#\#):not(#\#){animation:.2s cubic-bezier(.33,1,.68,1) forwards modalOpen}.anim_modalClose_0\.2s_cubic-bezier\(0\.32\,_0\,_0\.67\,_0\)_forwards:not(#\#):not(#\#):not(#\#){animation:.2s cubic-bezier(.32,0,.67,0) forwards modalClose}.min-w_100\%:not(#\#):not(#\#):not(#\#){min-width:100%}.min-h_-webkit-fill-available\!:not(#\#){min-height:-webkit-fill-available!important}.z_10000:not(#\#):not(#\#):not(#\#){z-index:10000}.max-w_480px:not(#\#):not(#\#):not(#\#){max-width:480px}.ov_scroll:not(#\#):not(#\#):not(#\#){overflow:scroll}.m_0_auto:not(#\#):not(#\#):not(#\#){margin:0 auto}.max-w_360px:not(#\#):not(#\#):not(#\#){max-width:360px}.bd_1px_solid_\#c8c8c8:not(#\#):not(#\#):not(#\#){border:1px solid #c8c8c8}.bd-cl_collapse:not(#\#):not(#\#):not(#\#){border-collapse:collapse}.d_none:not(#\#):not(#\#):not(#\#){display:none}.flex_1:not(#\#):not(#\#):not(#\#){flex:1}.min-h_100\%:not(#\#):not(#\#):not(#\#){min-height:100%}.ring_1px_solid_\#c8c8c8:not(#\#):not(#\#):not(#\#){outline:1px solid #c8c8c8}.obj-f_contain:not(#\#):not(#\#):not(#\#){object-fit:contain}.min-h_100vh:not(#\#):not(#\#):not(#\#){min-height:100vh}.p_0_0_token\(space\.\$BOTTOM_NAV_HEIGHT\):not(#\#):not(#\#):not(#\#){padding:0 0 var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t)}.trf_translate\(-50\%\,_55\%\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,55%)}.anim_popupOpen_0\.2s_cubic-bezier\(0\.33\,_1\,_0\.68\,_1\)_forwards:not(#\#):not(#\#):not(#\#){animation:.2s cubic-bezier(.33,1,.68,1) forwards popupOpen}.anim_popupClose_0\.2s_cubic-bezier\(0\.32\,_0\,_0\.67\,_0\)_forwards:not(#\#):not(#\#):not(#\#){animation:.2s cubic-bezier(.32,0,.67,0) forwards popupClose}.z_20000:not(#\#):not(#\#):not(#\#){z-index:20000}.p_4px:not(#\#):not(#\#):not(#\#){padding:4px}.max-h_95vh:not(#\#):not(#\#):not(#\#){max-height:95vh}.bx-sh_0_0_14px_3px_rgba\(34\,_34\,_34\,_0\.1\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 14px 3px #2222221a}.h_100vh:not(#\#):not(#\#):not(#\#){height:100vh}.max-h_100vh:not(#\#):not(#\#):not(#\#){max-height:100vh}.bdr_0:not(#\#):not(#\#):not(#\#){border-radius:0}.bx-sh_none:not(#\#):not(#\#):not(#\#){box-shadow:none}.trf_translate\(0\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(0)}.max-w_312px:not(#\#):not(#\#):not(#\#){max-width:312px}.typography_14_MEDIUM_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:500;line-height:136%}.c_\$gray04:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray04)}.gap_28px:not(#\#):not(#\#):not(#\#){gap:28px}.gap_10px:not(#\#):not(#\#):not(#\#){gap:10px}.gap_4px:not(#\#):not(#\#):not(#\#){gap:4px}.gap_6px:not(#\#):not(#\#):not(#\#){gap:6px}.safe-area-padding-bottom_24px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 24px)}.gap_32px:not(#\#):not(#\#):not(#\#){gap:32px}.typography_13_REGULAR_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:400;line-height:136%}.c_\$gray05:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray05)}.h_20px:not(#\#):not(#\#):not(#\#){height:20px}.w_25\%:not(#\#):not(#\#):not(#\#){width:25%}.h_48px:not(#\#):not(#\#):not(#\#){height:48px}.h_32px:not(#\#):not(#\#):not(#\#){height:32px}.fill-opacity_1:not(#\#):not(#\#):not(#\#){fill-opacity:1}.stk_none:not(#\#):not(#\#):not(#\#){stroke:none}.w_30px:not(#\#):not(#\#):not(#\#){width:30px}.h_28px:not(#\#):not(#\#):not(#\#){height:28px}.h_200px:not(#\#):not(#\#):not(#\#){height:200px}.bd_2px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border:2px solid var(--colors-\$black)}.w_14px:not(#\#):not(#\#):not(#\#){width:14px}.h_14px:not(#\#):not(#\#):not(#\#){height:14px}.p_24px_4px_0:not(#\#):not(#\#):not(#\#){padding:24px 4px 0}.h_51px:not(#\#):not(#\#):not(#\#){height:51px}.p_16px_40px:not(#\#):not(#\#):not(#\#){padding:16px 40px}.bd-b_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray02)}.bd-b_3px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border-bottom:3px solid var(--colors-\$black)}.trs_left_0\.2s_ease\,_width_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:left .2s,width .2s}.trs_none:not(#\#):not(#\#):not(#\#){transition:none}.bd_solid_1px_token\(colors\.\$gray05\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray05)}.trs_all_0\.3s_ease:not(#\#):not(#\#):not(#\#){transition:all .3s}.min-h_33px:not(#\#):not(#\#):not(#\#){min-height:33px}.typography_14_MEDIUM_WIDE:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:500;line-height:164%}.resize_none:not(#\#):not(#\#):not(#\#){resize:none}.bd_solid_1px_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray03)}.min-w_60px:not(#\#):not(#\#):not(#\#){min-width:60px}.min-h_24px:not(#\#):not(#\#):not(#\#){min-height:24px}.p_3px_8px:not(#\#):not(#\#):not(#\#){padding:3px 8px}.min-h_26px:not(#\#):not(#\#):not(#\#){min-height:26px}.w_18px:not(#\#):not(#\#):not(#\#){width:18px}.h_18px:not(#\#):not(#\#):not(#\#){height:18px}.bx-sh_0_1px_0_0_rgba\(0\,_0\,_0\,_0\.14\):not(#\#):not(#\#):not(#\#){box-shadow:0 1px #00000024}.trs_left_0\.3s_cubic-bezier\(\.4\,1\.6\,0\.96\,0\.9\)\,_backgroundColor_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:left .3s cubic-bezier(.4,1.6,.96,.9),backgroundColor .2s}.trf_translateY\(-50\%\):not(#\#):not(#\#):not(#\#){transform:translateY(-50%)}.safe-area-padding-top_16px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 16px)}.safe-area-position-top_16px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 16px)}.bdr_15px:not(#\#):not(#\#):not(#\#){border-radius:15px}.perspective_1px:not(#\#):not(#\#):not(#\#){perspective:1px}.td_underline:not(#\#):not(#\#):not(#\#){text-decoration:underline}.d_inline:not(#\#):not(#\#):not(#\#){display:inline}.text-underline-position_under:not(#\#):not(#\#):not(#\#){text-underline-position:under}.w_0px:not(#\#):not(#\#):not(#\#){width:0}.bd-r_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-right:1px solid var(--colors-\$gray02)}.bd_1px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray03)}.gap_12px:not(#\#):not(#\#):not(#\#){gap:12px}.bd-b_6px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-bottom:6px solid var(--colors-\$gray00)}.typography_16_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:700;line-height:125%}.w_104\%:not(#\#):not(#\#):not(#\#){width:104%}.h_102\%:not(#\#):not(#\#):not(#\#){height:102%}.bg_rgba\(255\,_255\,_255\,_0\.45\):not(#\#):not(#\#):not(#\#){background:#ffffff73}.bkdp_blur\(5px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.p_24px_16px_112px:not(#\#):not(#\#):not(#\#){padding:24px 16px 112px}.py_24px:not(#\#):not(#\#):not(#\#){padding-block:24px}.gap_24px:not(#\#):not(#\#):not(#\#){gap:24px}.my_24px:not(#\#):not(#\#):not(#\#){margin-block:24px}.bd-t_1px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$gray01)}.p_24px_16px_0:not(#\#):not(#\#):not(#\#){padding:24px 16px 0}.p_32px_16px_112px:not(#\#):not(#\#):not(#\#){padding:32px 16px 112px}.bg_none:not(#\#):not(#\#):not(#\#){background:0 0}.bd_0:not(#\#):not(#\#):not(#\#){border:0}.pos_DEFAULT:not(#\#):not(#\#):not(#\#){position:DEFAULT}.direction_LEFT:not(#\#):not(#\#):not(#\#){direction:LEFT}.min-h_200px:not(#\#):not(#\#):not(#\#){min-height:200px}.bd_true:not(#\#):not(#\#):not(#\#){border:true}.p_0_12px_100px:not(#\#):not(#\#):not(#\#){padding:0 12px 100px}.max-w_8xl:not(#\#):not(#\#):not(#\#){max-width:8xl}.mx_auto:not(#\#):not(#\#):not(#\#){margin-inline:auto}.px_4:not(#\#):not(#\#):not(#\#){padding-inline:4px}.max-w_750px:not(#\#):not(#\#):not(#\#){max-width:750px}.p_20px:not(#\#):not(#\#):not(#\#){padding:20px}.max-w_1200px:not(#\#):not(#\#):not(#\#){max-width:1200px}.w_100px:not(#\#):not(#\#):not(#\#){width:100px}.p_6px_8px:not(#\#):not(#\#):not(#\#){padding:6px 8px}.h_calc\(100vh_-_61px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 61px)}.h_61px:not(#\#):not(#\#):not(#\#){height:61px}.p_0_20px:not(#\#):not(#\#):not(#\#){padding:0 20px}.bd-b_1px_solid_token\(colors\.\$gray300\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray300)}.c_\$gray900:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray900)}.bd_1px_solid_token\(colors\.\$gray300\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray300)}.pos_sticky:not(#\#):not(#\#):not(#\#){position:sticky}.h_calc\(100vh_-_60px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 60px)}.p_24px:not(#\#):not(#\#):not(#\#){padding:24px}.bd-b_1px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray03)}.gap_20px:not(#\#):not(#\#):not(#\#){gap:20px}.h_150px:not(#\#):not(#\#):not(#\#){height:150px}.gap_30px:not(#\#):not(#\#):not(#\#){gap:30px}.z_10:not(#\#):not(#\#):not(#\#){z-index:10}.p_16px_0:not(#\#):not(#\#):not(#\#){padding:16px 0}.w_28px:not(#\#):not(#\#):not(#\#){width:28px}.p_1px:not(#\#):not(#\#):not(#\#){padding:1px}.typography_12_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:500;line-height:100%}.min-w_48px:not(#\#):not(#\#):not(#\#){min-width:48px}.p_9px_12\.5px:not(#\#):not(#\#):not(#\#){padding:9px 12.5px}.bd_1px_solid_token\(colors\.\$gray04\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray04)}.p_10px_13\.5px:not(#\#):not(#\#):not(#\#){padding:10px 13.5px}.p_14px_12px:not(#\#):not(#\#):not(#\#){padding:14px 12px}.bd_1px_solid_token\(colors\.\$gray06\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray06)}.p_3px:not(#\#):not(#\#):not(#\#){padding:3px}.typography_16_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:400;line-height:100%}.p_6px_0:not(#\#):not(#\#):not(#\#){padding:6px 0}.p_6px_4px:not(#\#):not(#\#):not(#\#){padding:6px 4px}.min-h_112px:not(#\#):not(#\#):not(#\#){min-height:112px}.flex_0_0_auto:not(#\#):not(#\#):not(#\#){flex:none}.w_88px:not(#\#):not(#\#):not(#\#){width:88px}.h_88px:not(#\#):not(#\#):not(#\#){height:88px}.w_20px:not(#\#):not(#\#):not(#\#){width:20px}.m_4px:not(#\#):not(#\#):not(#\#){margin:4px}.anim_createAnimation_0\.4s_ease-in-out_infinite_alternate:not(#\#):not(#\#):not(#\#){animation:.4s ease-in-out infinite alternate createAnimation}.typography_16_REGULAR_WIDE:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:400;line-height:164%}.direction_bottom:not(#\#):not(#\#):not(#\#){direction:bottom}.offset-y_2px:not(#\#):not(#\#):not(#\#){offset-y:2px}.content-offset_60px:not(#\#):not(#\#):not(#\#){content-offset:60px}.arrow-offset_calc\(50\%_\+_-60px\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(50% + -60px)}.fill_transparent:not(#\#):not(#\#):not(#\#){fill:#0000}.typography_12_BOLD_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:700;line-height:100%}.p_7px_9px_5px:not(#\#):not(#\#):not(#\#){padding:7px 9px 5px}.bdr_50px:not(#\#):not(#\#):not(#\#){border-radius:50px}.c_\$gray02:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray02)}.w_12px:not(#\#):not(#\#):not(#\#){width:12px}.h_12px:not(#\#):not(#\#):not(#\#){height:12px}.bdr_12px:not(#\#):not(#\#):not(#\#){border-radius:12px}.p_10px_16px_10px_20px:not(#\#):not(#\#):not(#\#){padding:10px 16px 10px 20px}.py_4px:not(#\#):not(#\#):not(#\#){padding-block:4px}.c_\$gray06:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray06)}.lc_1:not(#\#):not(#\#):not(#\#){-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.gap_2px:not(#\#):not(#\#):not(#\#){gap:2px}.w_58px:not(#\#):not(#\#):not(#\#){width:58px}.h_58px:not(#\#):not(#\#):not(#\#){height:58px}.bdr_10px:not(#\#):not(#\#):not(#\#){border-radius:10px}.w_34px:not(#\#):not(#\#):not(#\#){width:34px}.h_34px:not(#\#):not(#\#):not(#\#){height:34px}.h_26px:not(#\#):not(#\#):not(#\#){height:26px}.p_30px_16px_20px:not(#\#):not(#\#):not(#\#){padding:30px 16px 20px}.typography_18_MEDIUM_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:18px;font-weight:500;line-height:136%}.wb_break-all:not(#\#):not(#\#):not(#\#){word-break:break-all}.p_8px_12px_6px:not(#\#):not(#\#):not(#\#){padding:8px 12px 6px}.bdr_30px:not(#\#):not(#\#):not(#\#){border-radius:30px}.c_\$gray01:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray01)}.w_60px:not(#\#):not(#\#):not(#\#){width:60px}.h_60px:not(#\#):not(#\#):not(#\#){height:60px}.bd_1px_solid_rgba\(255\,_255\,_255\,_0\.20\):not(#\#):not(#\#):not(#\#){border:1px solid #fff3}.op_0\.8:not(#\#):not(#\#):not(#\#){opacity:.8}.z_\$FLOATING:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-f-l-o-a-t-i-n-g)}.c_\$red:not(#\#):not(#\#):not(#\#){color:var(--colors-\$red)}.safe-area-padding-bottom_20px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 20px)}.gap_11px:not(#\#):not(#\#):not(#\#){gap:11px}.p_8px:not(#\#):not(#\#):not(#\#){padding:8px}.safe-area-margin-top_0px:not(#\#):not(#\#):not(#\#){margin-top:calc(var(--safe-area-inset-top,0px) + 0px)}.gap_26px:not(#\#):not(#\#):not(#\#){gap:26px}.typography_16_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:500;line-height:100%}.p_2px:not(#\#):not(#\#):not(#\#){padding:2px}.px_16px:not(#\#):not(#\#):not(#\#){padding-inline:16px}.p_11px_8px:not(#\#):not(#\#):not(#\#){padding:11px 8px}.p_16px_20px_0:not(#\#):not(#\#):not(#\#){padding:16px 20px 0}.p_24px_20px_0:not(#\#):not(#\#):not(#\#){padding:24px 20px 0}.p_16px_20px:not(#\#):not(#\#):not(#\#){padding:16px 20px}.w_32px:not(#\#):not(#\#):not(#\#){width:32px}.p_16px_12px_16px_16px:not(#\#):not(#\#):not(#\#){padding:16px 12px 16px 16px}.bd_1px_solid_token\(colors\.\$primary03\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$primary03)}.trs_all_0\.1s_linear:not(#\#):not(#\#):not(#\#){transition:all .1s linear}.trf_scale\(0\.98\):not(#\#):not(#\#):not(#\#){transform:scale(.98)}.gap_14px:not(#\#):not(#\#):not(#\#){gap:14px}.gap_13px:not(#\#):not(#\#):not(#\#){gap:13px}.rotate_180deg:not(#\#):not(#\#):not(#\#){rotate:180deg}.direction_left:not(#\#):not(#\#):not(#\#){direction:left}.offset-y_7px:not(#\#):not(#\#):not(#\#){offset-y:7px}.content-offset_-1px:not(#\#):not(#\#):not(#\#){content-offset:-1px}.arrow-offset_calc\(50\%_\+_-1px\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(50% + -1px)}.p_1px_0:not(#\#):not(#\#):not(#\#){padding:1px 0}.bd-l_1px_solid_token\(colors\.\$gray06\):not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$gray06)}.p_2px_4px_2px_2px:not(#\#):not(#\#):not(#\#){padding:2px 4px 2px 2px}.safe-area-padding-top_28px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 28px)}.typography_14_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:400;line-height:100%}.p_10px_12px_8px_12px:not(#\#):not(#\#):not(#\#){padding:10px 12px 8px}.bdr_40px:not(#\#):not(#\#):not(#\#){border-radius:40px}.bd_1px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$black)}.min-h_82\%:not(#\#):not(#\#):not(#\#){min-height:82%}.scr-sa_start:not(#\#):not(#\#):not(#\#){scroll-snap-align:start}.scrs-s_always:not(#\#):not(#\#):not(#\#){scroll-snap-stop:always}.safe-area-position-top_57px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 57px)}.bg_linear-gradient\(180deg\,_rgba\(34\,_34\,_34\,_0\.12\)_0\%\,_rgba\(34\,_34\,_34\,_0\.00\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#2222221f 0%,#2220 100%)}.z_\$BANNER:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-b-a-n-n-e-r)}.w_max-content:not(#\#):not(#\#):not(#\#){width:max-content}.p_8px_10px_8px_12px:not(#\#):not(#\#):not(#\#){padding:8px 10px 8px 12px}.bd_1px_solid_token\(colors\.\$black02\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$black02)}.bkdp_blur\(2px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.bx-sh_0px_0px_3px_2px_rgba\(26\,_26\,_26\,_0\.30\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 3px 2px #1a1a1a4d}.w_16px:not(#\#):not(#\#):not(#\#){width:16px}.p_1px_2px:not(#\#):not(#\#):not(#\#){padding:1px 2px}.c_\$yellow:not(#\#):not(#\#):not(#\#){color:var(--colors-\$yellow)}.z_\$TOP_FLOATING:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-t-o-p_-f-l-o-a-t-i-n-g)}.typography_20_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:20px;font-weight:700;line-height:136%}.typography_16_BOLD_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:700;line-height:100%}.d_block:not(#\#):not(#\#):not(#\#){display:block}.c_inherit:not(#\#):not(#\#):not(#\#){color:inherit}.h_176px:not(#\#):not(#\#):not(#\#){height:176px}.scrs-t_y_mandatory:not(#\#):not(#\#):not(#\#){scroll-snap-type:y mandatory}.gap_17px:not(#\#):not(#\#):not(#\#){gap:17px}.direction_right:not(#\#):not(#\#):not(#\#){direction:right}.typography_16_BOLD_WIDE:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:700;line-height:164%}.op_0\.9:not(#\#):not(#\#):not(#\#){opacity:.9}.bg_rgba\(255\,_255\,_255\,_0\.30\):not(#\#):not(#\#):not(#\#){background:#ffffff4d}.h_22px:not(#\#):not(#\#):not(#\#){height:22px}.direction_top:not(#\#):not(#\#):not(#\#){direction:top}.w_26px:not(#\#):not(#\#):not(#\#){width:26px}.p_20px_16px:not(#\#):not(#\#):not(#\#){padding:20px 16px}.typography_16_MEDIUM_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:500;line-height:136%}.tov_ellipsis:not(#\#):not(#\#):not(#\#){text-overflow:ellipsis}.d_-webkit-box:not(#\#):not(#\#):not(#\#){display:-webkit-box}.box-orient_vertical:not(#\#):not(#\#):not(#\#){box-orient:vertical}.lc_3:not(#\#):not(#\#):not(#\#){-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.p_0_16px:not(#\#):not(#\#):not(#\#){padding:0 16px}.typography_12_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:400;line-height:100%}.p_16px_12px_12px:not(#\#):not(#\#):not(#\#){padding:16px 12px 12px}.gap_7px:not(#\#):not(#\#):not(#\#){gap:7px}.min-h_118px:not(#\#):not(#\#):not(#\#){min-height:118px}.w_36px:not(#\#):not(#\#):not(#\#){width:36px}.h_36px:not(#\#):not(#\#):not(#\#){height:36px}.w_80px:not(#\#):not(#\#):not(#\#){width:80px}.w_150px:not(#\#):not(#\#):not(#\#){width:150px}.w_calc\(100\%_-_36px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 36px)}.p_9px_15px_9px_13px:not(#\#):not(#\#):not(#\#){padding:9px 15px 9px 13px}.bd_1px_solid_rgba\(122\,_122\,_122\,_0\.3\):not(#\#):not(#\#):not(#\#){border:1px solid #7a7a7a4d}.p_0_8px:not(#\#):not(#\#):not(#\#){padding:0 8px}.h_46px:not(#\#):not(#\#):not(#\#){height:46px}.flex-flow_column_nowrap:not(#\#):not(#\#):not(#\#){flex-flow:column}.safe-area-padding-bottom_0px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 0px)}.w_100vw:not(#\#):not(#\#):not(#\#){width:100vw}.c_\$white:not(#\#):not(#\#):not(#\#){color:var(--colors-\$white)}.z_\$FLOATING_NAVIGATION:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-f-l-o-a-t-i-n-g_-n-a-v-i-g-a-t-i-o-n)}.safe-area-padding-bottom_10px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 10px)}.trs_transform_0\.1s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:transform .1s ease-in-out}.will-change_transform:not(#\#):not(#\#):not(#\#){will-change:transform}.trf_translate3d\(-50\%\,_100\%\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,100%)}.p_32px_16px_16px:not(#\#):not(#\#):not(#\#){padding:32px 16px 16px}.bg_rgba\(255\,_255\,_255\,_0\.20\):not(#\#):not(#\#):not(#\#){background:#fff3}.bd_1px_solid_rgba\(255\,_255\,_255\,_0\.08\):not(#\#):not(#\#):not(#\#){border:1px solid #ffffff14}.w_300px:not(#\#):not(#\#):not(#\#){width:300px}.h_504px:not(#\#):not(#\#):not(#\#){height:504px}.bg_\$black:not(#\#):not(#\#):not(#\#){background:var(--colors-\$black)}.c_\$gray00:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray00)}.typography_14_REGULAR_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:400;line-height:136%}.min-h_100px:not(#\#):not(#\#):not(#\#){min-height:100px}.p_16px_18px_14px:not(#\#):not(#\#):not(#\#){padding:16px 18px 14px}.safe-area-padding-top_24px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 24px)}.min-h_64px:not(#\#):not(#\#):not(#\#){min-height:64px}.w_24px:not(#\#):not(#\#):not(#\#){width:24px}.min-h_153px:not(#\#):not(#\#):not(#\#){min-height:153px}.min-h_141px:not(#\#):not(#\#):not(#\#){min-height:141px}.p_0_12px:not(#\#):not(#\#):not(#\#){padding:0 12px}.ring_0:not(#\#):not(#\#):not(#\#){outline:0}.p_8px_8px_8px_12px:not(#\#):not(#\#):not(#\#){padding:8px 8px 8px 12px}.p_10px_12px_8px:not(#\#):not(#\#):not(#\#){padding:10px 12px 8px}.d_grid:not(#\#):not(#\#):not(#\#){display:grid}.m_24px_0_12px:not(#\#):not(#\#):not(#\#){margin:24px 0 12px}.h_110px:not(#\#):not(#\#):not(#\#){height:110px}.direction_topRight:not(#\#):not(#\#):not(#\#){direction:topRight}.p_24px_0_50px:not(#\#):not(#\#):not(#\#){padding:24px 0 50px}.typography_18_BOLD_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:18px;font-weight:700;line-height:100%}.safe-area-padding-bottom_100px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 100px)}.p_28px_20px:not(#\#):not(#\#):not(#\#){padding:28px 20px}.p_6px_6px_6px_10px:not(#\#):not(#\#):not(#\#){padding:6px 6px 6px 10px}.bdr_6px:not(#\#):not(#\#):not(#\#){border-radius:6px}.p_18px_0px_18px_12px:not(#\#):not(#\#):not(#\#){padding:18px 0 18px 12px}.h_30px:not(#\#):not(#\#):not(#\#){height:30px}.bg_linear-gradient\(270deg\,\#fff_25\%\,_rgba\(255\,_255\,_255\,_0\.28\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(270deg,#fff 25%,#ffffff47 100%)}.p_11px_0:not(#\#):not(#\#):not(#\#){padding:11px 0}.bd_1px_solid_token\(colors\.\$primary01\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$primary01)}.typography_12_MEDIUM_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:500;line-height:136%}.p_32px_0:not(#\#):not(#\#):not(#\#){padding:32px 0}.py_16px:not(#\#):not(#\#):not(#\#){padding-block:16px}.py_14px:not(#\#):not(#\#):not(#\#){padding-block:14px}.p_16px_34px:not(#\#):not(#\#):not(#\#){padding:16px 34px}.bdr_33px:not(#\#):not(#\#):not(#\#){border-radius:33px}.w_fit-content:not(#\#):not(#\#):not(#\#){width:fit-content}.p_8px_10px:not(#\#):not(#\#):not(#\#){padding:8px 10px}.pos_LEFT:not(#\#):not(#\#):not(#\#){position:LEFT}.w_60\%:not(#\#):not(#\#):not(#\#){width:60%}.w_40\%:not(#\#):not(#\#):not(#\#){width:40%}.p_11px_51px:not(#\#):not(#\#):not(#\#){padding:11px 51px}.m_16px_0:not(#\#):not(#\#):not(#\#){margin:16px 0}.w_276px:not(#\#):not(#\#):not(#\#){width:276px}.min-h_48px:not(#\#):not(#\#):not(#\#){min-height:48px}.p_16px_22px:not(#\#):not(#\#):not(#\#){padding:16px 22px}.p_14px_0:not(#\#):not(#\#):not(#\#){padding:14px 0}.pos_RIGHT:not(#\#):not(#\#):not(#\#){position:RIGHT}.m_0px:not(#\#):not(#\#):not(#\#){margin:0}.p_0px:not(#\#):not(#\#):not(#\#){padding:0}.min-w_max-content:not(#\#):not(#\#):not(#\#){min-width:max-content}.p_12px_0:not(#\#):not(#\#):not(#\#){padding:12px 0}.p_0_20px_8px:not(#\#):not(#\#):not(#\#){padding:0 20px 8px}.m_12px_0:not(#\#):not(#\#):not(#\#){margin:12px 0}.w_190px:not(#\#):not(#\#):not(#\#){width:190px}.w_calc\(100\%_-_32px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 32px)}.safe-area-position-top_67px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 67px)}.z_15000:not(#\#):not(#\#):not(#\#){z-index:15000}.bkdp_blur\(1px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.p_24px_16px_50px:not(#\#):not(#\#):not(#\#){padding:24px 16px 50px}.max-h_102px:not(#\#):not(#\#):not(#\#){max-height:102px}.white-space_pre-line:not(#\#):not(#\#):not(#\#){white-space:pre-line}.gap_48px:not(#\#):not(#\#):not(#\#){gap:48px}.py_8px_20px:not(#\#):not(#\#):not(#\#){padding-block:8px 20px}.py_10px_20px:not(#\#):not(#\#):not(#\#){padding-block:10px 20px}.gap_20px_8px:not(#\#):not(#\#):not(#\#){gap:20px 8px}.h_38px:not(#\#):not(#\#):not(#\#){height:38px}.p_9px_12px:not(#\#):not(#\#):not(#\#){padding:9px 12px}.bx-sh_0px_7px_12px_0px_rgba\(0\,_0\,_0\,_0\.13\):not(#\#):not(#\#):not(#\#){box-shadow:0 7px 12px #00000021}.trs_transform_0\.2s_ease-in-out\,_opacity_0\.2s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:transform .2s ease-in-out,opacity .2s ease-in-out}.z_token\(zIndex\.\$FLOATING\):not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-f-l-o-a-t-i-n-g)}.bd_1px_solid_transparent:not(#\#):not(#\#):not(#\#){border:1px solid #0000}.bg_linear-gradient\(\#FFFFFF\,_\#FFFFFF\)_padding-box\,_linear-gradient\(90deg\,_\#9BDFEE_0\%\,_\#76DD8B_100\%\)_border-box:not(#\#):not(#\#):not(#\#){background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(90deg,#9bdfee 0%,#76dd8b 100%) border-box}.trf_translate3d\(-50\%\,_calc\(env\(safe-area-inset-top\)_\+_80px\)\,_0\):not(#\#):not(#\#):not(#\#){transform:translate3d(-50%,calc(env(safe-area-inset-top) + 80px),0)}.pointer-events_auto:not(#\#):not(#\#):not(#\#){pointer-events:auto}.trf_translate3d\(-50\%\,_calc\(env\(safe-area-inset-top\)_-_20px\)\,_0\):not(#\#):not(#\#):not(#\#){transform:translate3d(-50%,calc(env(safe-area-inset-top) - 20px),0)}.bg_linear-gradient\(\#FFFFFF\,_\#FFFFFF\)_padding-box\,_linear-gradient\(90deg\,_\#7698FD_0\%\,_\#FFBDBD_100\%\)_border-box:not(#\#):not(#\#):not(#\#){background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(90deg,#7698fd 0%,#ffbdbd 100%) border-box}.trf_translate3d\(-50\%\,_calc\(-100\%_-_env\(safe-area-inset-bottom\)_-_40px\)\,_0\):not(#\#):not(#\#):not(#\#){transform:translate3d(-50%,calc(-100% - env(safe-area-inset-bottom) - 40px),0)}.c_\$green:not(#\#):not(#\#):not(#\#){color:var(--colors-\$green)}.content-offset_-40px:not(#\#):not(#\#):not(#\#){content-offset:-40px}.arrow-offset_calc\(86\.5\%\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(86.5%)}.h_max-content:not(#\#):not(#\#):not(#\#){height:max-content}.h_17px:not(#\#):not(#\#):not(#\#){height:17px}.p_7\.5px:not(#\#):not(#\#):not(#\#){padding:7.5px}.h_45px:not(#\#):not(#\#):not(#\#){height:45px}.p_10px_16px_10px_12px:not(#\#):not(#\#):not(#\#){padding:10px 16px 10px 12px}.bdr_0px_8px_8px_8px:not(#\#):not(#\#):not(#\#){border-radius:0 8px 8px}.gap_3px:not(#\#):not(#\#):not(#\#){gap:3px}.w_250px:not(#\#):not(#\#):not(#\#){width:250px}.h_214px:not(#\#):not(#\#):not(#\#){height:214px}.h_54px:not(#\#):not(#\#):not(#\#){height:54px}.px_4px:not(#\#):not(#\#):not(#\#){padding-inline:4px}.d_box:not(#\#):not(#\#):not(#\#){display:box}.lc_2:not(#\#):not(#\#):not(#\#){-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.p_1px_6px_2px_4px:not(#\#):not(#\#):not(#\#){padding:1px 6px 2px 4px}.asp_1_\/_1:not(#\#):not(#\#):not(#\#){aspect-ratio:1}.bd-b_4px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border-bottom:4px solid var(--colors-\$black)}.p_14px_16px_0:not(#\#):not(#\#):not(#\#){padding:14px 16px 0}.w_\$MAX_BROWSER_WIDTH:not(#\#):not(#\#):not(#\#){width:var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h)}.bd-b_2px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid var(--colors-\$gray01)}.py_7px_11px:not(#\#):not(#\#):not(#\#){padding-block:7px 11px}.p_12px_16px:not(#\#):not(#\#):not(#\#){padding:12px 16px}.bd_1px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray01)}.c_\#C0CCDE:not(#\#):not(#\#):not(#\#){color:#c0ccde}.w_3px:not(#\#):not(#\#):not(#\#){width:3px}.h_3px:not(#\#):not(#\#):not(#\#){height:3px}.px_11px:not(#\#):not(#\#):not(#\#){padding-inline:11px}.my_28px_32px:not(#\#):not(#\#):not(#\#){margin-block:28px 32px}.max-w_240px:not(#\#):not(#\#):not(#\#){max-width:240px}.w_1px:not(#\#):not(#\#):not(#\#){width:1px}.h_82px:not(#\#):not(#\#):not(#\#){height:82px}.h_59px:not(#\#):not(#\#):not(#\#){height:59px}.h_53px:not(#\#):not(#\#):not(#\#){height:53px}.h_76:not(#\#):not(#\#):not(#\#){height:76px}.safe-area-padding-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_40px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 40px)}.safe-area-position-top_0px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 0px)}.h_env\(safe-area-inset-top\):not(#\#):not(#\#):not(#\#){height:env(safe-area-inset-top)}.z_1500:not(#\#):not(#\#):not(#\#){z-index:1500}.bg_linear-gradient\(180deg\,_\#E5EFFF_0\%\,_\#FFF_105\.85\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#e5efff 0%,#fff 105.85%)}.safe-area-padding-bottom_16px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 16px)}.max-w_400px:not(#\#):not(#\#):not(#\#){max-width:400px}.p_40px_24px_150px_24px:not(#\#):not(#\#):not(#\#){padding:40px 24px 150px}.py_24px_30px:not(#\#):not(#\#):not(#\#){padding-block:24px 30px}.bg_linear-gradient\(180deg\,_\#FFF_0\%\,_\#FFEBDC_43\.68\%\,_\#FFEBDC_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#fff 0%,#ffebdc 43.68% 100%)}.px_24px:not(#\#):not(#\#):not(#\#){padding-inline:24px}.bg_linear-gradient\(180deg\,_\#FFF_0\%\,_\#E0F0FF_43\.68\%\,_\#E0F0FF_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#fff 0%,#e0f0ff 43.68% 100%)}.z_0:not(#\#):not(#\#):not(#\#){z-index:0}.typography_12_REGULAR_NARROW:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:400;line-height:125%}.h_56px:not(#\#):not(#\#):not(#\#){height:56px}.w_262:not(#\#):not(#\#):not(#\#){width:262px}.h_636:not(#\#):not(#\#):not(#\#){height:636px}.safe-area-position-bottom_16px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 16px)}.max-w_600px:not(#\#):not(#\#):not(#\#){max-width:600px}.m_6px_0_48px:not(#\#):not(#\#):not(#\#){margin:6px 0 48px}.bd-t_1px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$gray03)}.p_24px_20px:not(#\#):not(#\#):not(#\#){padding:24px 20px}.bx-sh_\$default:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadows-\$default)}.p_20px_12px:not(#\#):not(#\#):not(#\#){padding:20px 12px}.bd-b_2px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid var(--colors-\$gray00)}.w_188px:not(#\#):not(#\#):not(#\#){width:188px}.c_THIRD:not(#\#):not(#\#):not(#\#){color:THIRD}.p_14px_12px_16px:not(#\#):not(#\#):not(#\#){padding:14px 12px 16px}.va_top:not(#\#):not(#\#):not(#\#){vertical-align:top}.p_8px_10px_6px:not(#\#):not(#\#):not(#\#){padding:8px 10px 6px}.c_\$UNPAID:not(#\#):not(#\#):not(#\#){color:var(--colors-\$-u-n-p-a-i-d)}.p_0_4px:not(#\#):not(#\#):not(#\#){padding:0 4px}.bdr_7px:not(#\#):not(#\#):not(#\#){border-radius:7px}.p_5px_0_5px_8px:not(#\#):not(#\#):not(#\#){padding:5px 0 5px 8px}.p_28px_24px_24px:not(#\#):not(#\#):not(#\#){padding:28px 24px 24px}.bdr_24px:not(#\#):not(#\#):not(#\#){border-radius:24px}.safe-area-padding-top_66px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 66px)}.p_16px_27px:not(#\#):not(#\#):not(#\#){padding:16px 27px}.p_32px_16px:not(#\#):not(#\#):not(#\#){padding:32px 16px}.m_24px_0_8px:not(#\#):not(#\#):not(#\#){margin:24px 0 8px}.m_24px_0:not(#\#):not(#\#):not(#\#){margin:24px 0}.p_110px_16px_0:not(#\#):not(#\#):not(#\#){padding:110px 16px 0}.gap_40px:not(#\#):not(#\#):not(#\#){gap:40px}.typography_16_MEDIUM_NARROW:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:500;line-height:125%}.max-w_280px:not(#\#):not(#\#):not(#\#){max-width:280px}.p_16px_8px:not(#\#):not(#\#):not(#\#){padding:16px 8px}.vis_visible:not(#\#):not(#\#):not(#\#){visibility:visible}.vis_hidden:not(#\#):not(#\#):not(#\#){visibility:hidden}.py_18px:not(#\#):not(#\#):not(#\#){padding-block:18px}.bdr_19px:not(#\#):not(#\#):not(#\#){border-radius:19px}.td_none:not(#\#):not(#\#):not(#\#){text-decoration:none}.p_64px_20px:not(#\#):not(#\#):not(#\#){padding:64px 20px}.p_40px_20px_56px_20px:not(#\#):not(#\#):not(#\#){padding:40px 20px 56px}.py_0:not(#\#):not(#\#):not(#\#){padding-block:0}.p_32px_20px:not(#\#):not(#\#):not(#\#){padding:32px 20px}.description-typography-variant_14_REGULAR_WIDE:not(#\#):not(#\#):not(#\#){description-typography-variant:14_REGULAR_WIDE}.gap_22px:not(#\#):not(#\#):not(#\#){gap:22px}.w_70:not(#\#):not(#\#):not(#\#){width:70px}.h_26:not(#\#):not(#\#):not(#\#){height:26px}.p_4px_6px_4px_4px:not(#\#):not(#\#):not(#\#){padding:4px 6px 4px 4px}.m_24px_auto:not(#\#):not(#\#):not(#\#){margin:24px auto}.z_2147483647:not(#\#):not(#\#):not(#\#){z-index:2147483647}.w_148:not(#\#):not(#\#):not(#\#){width:148px}.h_52:not(#\#):not(#\#):not(#\#){height:52px}.w_100:not(#\#):not(#\#):not(#\#){width:100px}.h_100:not(#\#):not(#\#):not(#\#){height:100px}.bdr_14px:not(#\#):not(#\#):not(#\#){border-radius:14px}.bd_1px_solid_token\(colors\.\$green02\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$green02)}.w_35px:not(#\#):not(#\#):not(#\#){width:35px}.h_13px:not(#\#):not(#\#):not(#\#){height:13px}.h_100px:not(#\#):not(#\#):not(#\#){height:100px}.c_\$deepBlue:not(#\#):not(#\#):not(#\#){color:var(--colors-\$deep-blue)}.p_6px_16px:not(#\#):not(#\#):not(#\#){padding:6px 16px}.my_12px:not(#\#):not(#\#):not(#\#){margin-block:12px}.p_12px_12px_0:not(#\#):not(#\#):not(#\#){padding:12px 12px 0}.tch-a_pan-x:not(#\#):not(#\#):not(#\#){touch-action:pan-x}.scr-bhv_contain:not(#\#):not(#\#):not(#\#){scroll-behavior:contain}.ovs-b_none:not(#\#):not(#\#):not(#\#){overscroll-behavior:none}.bd-b_4px_solid_token\(colors\.\$primary01\):not(#\#):not(#\#):not(#\#){border-bottom:4px solid var(--colors-\$primary01)}.bd-b_4px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-bottom:4px solid var(--colors-\$gray00)}.p_8px_12px:not(#\#):not(#\#):not(#\#){padding:8px 12px}.p_24px_16px:not(#\#):not(#\#):not(#\#){padding:24px 16px}.safe-area-padding-bottom_45px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 45px)}.max-w_640px:not(#\#):not(#\#):not(#\#){max-width:640px}.z_5010:not(#\#):not(#\#):not(#\#){z-index:5010}.safe-area-margin-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_16px:not(#\#):not(#\#):not(#\#){margin-bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 16px)}.trs_all_0\.2s:not(#\#):not(#\#):not(#\#){transition:all .2s}.safe-area-position-top_70px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 70px)}.w_calc\(100\%_-_182px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 182px)}.trs_top_0\.3s_0\.2s:not(#\#):not(#\#):not(#\#){transition:top .3s .2s}.trs_margin_0\.3s:not(#\#):not(#\#):not(#\#){transition:margin .3s}.m_16px_0_4px:not(#\#):not(#\#):not(#\#){margin:16px 0 4px}.m_16px_0_12px:not(#\#):not(#\#):not(#\#){margin:16px 0 12px}.bd-t_6px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-top:6px solid var(--colors-\$gray01)}.h_calc\(100vh_-_185px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 185px)}.p_40px_24px:not(#\#):not(#\#):not(#\#){padding:40px 24px}.w_248px:not(#\#):not(#\#):not(#\#){width:248px}.h_15px:not(#\#):not(#\#):not(#\#){height:15px}.p_13px_20px:not(#\#):not(#\#):not(#\#){padding:13px 20px}.min-w_38px:not(#\#):not(#\#):not(#\#){min-width:38px}.w_38px:not(#\#):not(#\#):not(#\#){width:38px}.min-w_25px:not(#\#):not(#\#):not(#\#){min-width:25px}.w_25px:not(#\#):not(#\#):not(#\#){width:25px}.h_25px:not(#\#):not(#\#):not(#\#){height:25px}.p_14px_40px:not(#\#):not(#\#):not(#\#){padding:14px 40px}.safe-area-padding-bottom_120px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 120px)}.p_11px_8px_11px_12px:not(#\#):not(#\#):not(#\#){padding:11px 8px 11px 12px}.p_0_0_2px:not(#\#):not(#\#):not(#\#){padding:0 0 2px}.c_SECONDARY:not(#\#):not(#\#):not(#\#){color:SECONDARY}.flex_3:not(#\#):not(#\#):not(#\#){flex:3}.flex_7:not(#\#):not(#\#):not(#\#){flex:7}.h_27\.2px:not(#\#):not(#\#):not(#\#){height:27.2px}.w_80\%:not(#\#):not(#\#):not(#\#){width:80%}.p_40px_20px_0px:not(#\#):not(#\#):not(#\#){padding:40px 20px 0}.p_20px_0:not(#\#):not(#\#):not(#\#){padding:20px 0}.m_13px_0:not(#\#):not(#\#):not(#\#){margin:13px 0}.max-h_500px:not(#\#):not(#\#):not(#\#){max-height:500px}.trs_max-height_0\.3s_linear:not(#\#):not(#\#):not(#\#){transition:max-height .3s linear}.max-h_0:not(#\#):not(#\#):not(#\#){max-height:0}.trs_padding_0s_linear_0s:not(#\#):not(#\#):not(#\#){transition:padding linear}.safe-area-padding-top_32px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 32px)}.trs_padding_0s_linear_0\.3s:not(#\#):not(#\#):not(#\#){transition:padding 0s linear .3s}.max-h_300px:not(#\#):not(#\#):not(#\#){max-height:300px}.p_24px_0_100px:not(#\#):not(#\#):not(#\#){padding:24px 0 100px}.m_32px_0:not(#\#):not(#\#):not(#\#){margin:32px 0}.m_24px_0_32px:not(#\#):not(#\#):not(#\#){margin:24px 0 32px}.m_32px_0_24px:not(#\#):not(#\#):not(#\#){margin:32px 0 24px}.p_4px_20px:not(#\#):not(#\#):not(#\#){padding:4px 20px}.bd-t_2px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-top:2px solid var(--colors-\$gray01)}.p_4px_20px_4px_24px:not(#\#):not(#\#):not(#\#){padding:4px 20px 4px 24px}.p_27px_20px_0_24px:not(#\#):not(#\#):not(#\#){padding:27px 20px 0 24px}.z_9999:not(#\#):not(#\#):not(#\#){z-index:9999}.bd-b_1px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray01)}.bd-t_6px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-top:6px solid var(--colors-\$gray00)}.p_16px_20px_56px_20px:not(#\#):not(#\#):not(#\#){padding:16px 20px 56px}.p_24px_20px_100px_20px:not(#\#):not(#\#):not(#\#){padding:24px 20px 100px}.h_58:not(#\#):not(#\#):not(#\#){height:58px}.safe-area-padding-top_15px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 15px)}.p_16px_12px_8px_16px:not(#\#):not(#\#):not(#\#){padding:16px 12px 8px 16px}.p_17px_0:not(#\#):not(#\#):not(#\#){padding:17px 0}.bd-t_7px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-top:7px solid var(--colors-\$gray00)}.safe-area-padding-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\):not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t))}.p_0px_20px:not(#\#):not(#\#):not(#\#){padding:0 20px}.bkdp_blur\(4px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.safe-area-padding-bottom_5px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 5px)}.h_34:not(#\#):not(#\#):not(#\#){height:34px}.w_34:not(#\#):not(#\#):not(#\#){width:34px}.h_30:not(#\#):not(#\#):not(#\#){height:30px}.h_24:not(#\#):not(#\#):not(#\#){height:24px}.h_22:not(#\#):not(#\#):not(#\#){height:22px}.h_14:not(#\#):not(#\#):not(#\#){height:14px}.p_0_16px_24px_16px:not(#\#):not(#\#):not(#\#){padding:0 16px 24px}.p_40px_16px:not(#\#):not(#\#):not(#\#){padding:40px 16px}.p_72px_0:not(#\#):not(#\#):not(#\#){padding:72px 0}.p_0px_20px_40px:not(#\#):not(#\#):not(#\#){padding:0 20px 40px}.bg_rgba\(255\,_255\,_255\,_0\.8\):not(#\#):not(#\#):not(#\#){background:#fffc}.h_160:not(#\#):not(#\#):not(#\#){height:160px}.bx-sh_0_0_7px_2px_rgba\(180\,_180\,_180\,_0\.05\)\;:not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px 2px #b4b4b40d}.typography_16_REGULAR_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:400;line-height:136%}.td-t_1px:not(#\#):not(#\#):not(#\#){text-decoration-thickness:1px}.w_71px:not(#\#):not(#\#):not(#\#){width:71px}.h_70px:not(#\#):not(#\#):not(#\#){height:70px}.p_6px_12px_12px:not(#\#):not(#\#):not(#\#){padding:6px 12px 12px}.p_12px_4px:not(#\#):not(#\#):not(#\#){padding:12px 4px}.flex_2:not(#\#):not(#\#):not(#\#){flex:2}.white-space_normal:not(#\#):not(#\#):not(#\#){white-space:normal}.p_13px_4px:not(#\#):not(#\#):not(#\#){padding:13px 4px}.p_20px_12px_0:not(#\#):not(#\#):not(#\#){padding:20px 12px 0}.bd_0\.5px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border:.5px solid var(--colors-\$gray01)}.h_calc\(100\%_-_8px\):not(#\#):not(#\#):not(#\#){height:calc(100% - 8px)}.bx-sh_0px_2px_4\.1px_3px_rgba\(61\,_61\,_61\,_0\.09\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 4.1px 3px #3d3d3d17}.trs_left_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:left .2s}.p_3px_0:not(#\#):not(#\#):not(#\#){padding:3px 0}.p_10px_6px_10px_10px:not(#\#):not(#\#):not(#\#){padding:10px 6px 10px 10px}.p_0_12px_26px:not(#\#):not(#\#):not(#\#){padding:0 12px 26px}.py_26px_76px:not(#\#):not(#\#):not(#\#){padding-block:26px 76px}.h_1px:not(#\#):not(#\#):not(#\#){height:1px}.c_\$murkyBlue:not(#\#):not(#\#):not(#\#){color:var(--colors-\$murky-blue)}.p_16px_4px_10px:not(#\#):not(#\#):not(#\#){padding:16px 4px 10px}.px_12px:not(#\#):not(#\#):not(#\#){padding-inline:12px}.gap_18px:not(#\#):not(#\#):not(#\#){gap:18px}.p_22px_12px:not(#\#):not(#\#):not(#\#){padding:22px 12px}.p_8px_4px_6px_10px:not(#\#):not(#\#):not(#\#){padding:8px 4px 6px 10px}.min-h_16px:not(#\#):not(#\#):not(#\#){min-height:16px}.c_white:not(#\#):not(#\#):not(#\#){color:#fff}.trs_width_0\.5s\,_borderTopLeftRadius_0\.1s\,_borderBottomLeftRadius_0\.1s\,_borderTopRightRadius_0\.1s\,_borderBottomRightRadius_0\.1s:not(#\#):not(#\#):not(#\#){transition:width .5s,borderTopLeftRadius .1s,borderBottomLeftRadius .1s,borderTopRightRadius .1s,borderBottomRightRadius .1s}.bd-r_1px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border-right:1px solid var(--colors-\$gray03)}.bd-l_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$gray02)}.p_4px_16px:not(#\#):not(#\#):not(#\#){padding:4px 16px}.min-w_127px:not(#\#):not(#\#):not(#\#){min-width:127px}.bx-sh_0px_5px_15\.8px_0px_rgba\(0\,_0\,_0\,_0\.11\):not(#\#):not(#\#):not(#\#){box-shadow:0 5px 15.8px #0000001c}.p_4px_0:not(#\#):not(#\#):not(#\#){padding:4px 0}.min-w_47px:not(#\#):not(#\#):not(#\#){min-width:47px}.min-h_\$BOTTOM_NAV_HEIGHT:not(#\#):not(#\#):not(#\#){min-height:$BOTTOM_NAV_HEIGHT}.bd-t_1px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$gray00)}.z_5000:not(#\#):not(#\#):not(#\#){z-index:5000}.p_8px_8px_6px:not(#\#):not(#\#):not(#\#){padding:8px 8px 6px}.p_48px_0_32px:not(#\#):not(#\#):not(#\#){padding:48px 0 32px}.h_43px:not(#\#):not(#\#):not(#\#){height:43px}.p_5px_12px:not(#\#):not(#\#):not(#\#){padding:5px 12px}.py_10px:not(#\#):not(#\#):not(#\#){padding-block:10px}.trf_scale\(0\.95\):not(#\#):not(#\#):not(#\#){transform:scale(.95)}.typography_13_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:400;line-height:100%}.min-w_32px:not(#\#):not(#\#):not(#\#){min-width:32px}.p_4px_4px_2px:not(#\#):not(#\#):not(#\#){padding:4px 4px 2px}.p_10px_12px:not(#\#):not(#\#):not(#\#){padding:10px 12px}.min-h_38px:not(#\#):not(#\#):not(#\#){min-height:38px}.p_12px_12px_20px:not(#\#):not(#\#):not(#\#){padding:12px 12px 20px}.bdr_13px:not(#\#):not(#\#):not(#\#){border-radius:13px}.p_24px_18px_100px:not(#\#):not(#\#):not(#\#){padding:24px 18px 100px}.safe-area-position-bottom_32px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 32px)}.w_180px:not(#\#):not(#\#):not(#\#){width:180px}.p_32px_16px_24px:not(#\#):not(#\#):not(#\#){padding:32px 16px 24px}.p_16px_16px_100px:not(#\#):not(#\#):not(#\#){padding:16px 16px 100px}.p_16px_16px_18px:not(#\#):not(#\#):not(#\#){padding:16px 16px 18px}.z_500:not(#\#):not(#\#):not(#\#){z-index:500}.safe-area-padding-bottom_75px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 75px)}.m_14px_0_18px:not(#\#):not(#\#):not(#\#){margin:14px 0 18px}.p_7px_0:not(#\#):not(#\#):not(#\#){padding:7px 0}.trf_scaleX\(0\.99\):not(#\#):not(#\#):not(#\#){transform:scaleX(.99)}.safe-area-padding-top_111px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 111px)}.my_8px:not(#\#):not(#\#):not(#\#){margin-block:8px}.p_16px_12px:not(#\#):not(#\#):not(#\#){padding:16px 12px}.h_20:not(#\#):not(#\#):not(#\#){height:20px}.flex_8:not(#\#):not(#\#):not(#\#){flex:8}.min-w_75px:not(#\#):not(#\#):not(#\#){min-width:75px}.p_0_16px_56px:not(#\#):not(#\#):not(#\#){padding:0 16px 56px}.w_104px:not(#\#):not(#\#):not(#\#){width:104px}.h_29:not(#\#):not(#\#):not(#\#){height:29px}.w_69:not(#\#):not(#\#):not(#\#){width:69px}.flex-row_CENTER_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;display:flex}.p_24px_16px_16px:not(#\#):not(#\#):not(#\#){padding:24px 16px 16px}.py_32px_16px:not(#\#):not(#\#):not(#\#){padding-block:32px 16px}.mx_1px:not(#\#):not(#\#):not(#\#){margin-inline:1px}.bdr_0px_0px_16px_16px:not(#\#):not(#\#):not(#\#){border-radius:0 0 16px 16px}.p_5px_0px:not(#\#):not(#\#):not(#\#){padding:5px 0}.py_24px_20px:not(#\#):not(#\#):not(#\#){padding-block:24px 20px}.p_6px_14px_6px_10px:not(#\#):not(#\#):not(#\#){padding:6px 14px 6px 10px}.typography_15_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:15px;font-weight:700;line-height:136%}.my_16px:not(#\#):not(#\#):not(#\#){margin-block:16px}.py_18px_28px:not(#\#):not(#\#):not(#\#){padding-block:18px 28px}.typography_28_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:28px;font-weight:700;line-height:125%}.-webkit-text-fill-color_transparent:not(#\#):not(#\#):not(#\#){-webkit-text-fill-color:transparent}.bg_linear-gradient\(106deg\,_\#222_13\.32\%\,_\#03C75A_104\.63\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(106deg,#222 13.32%,#03c75a 104.63%)}.my_8px_6px:not(#\#):not(#\#):not(#\#){margin-block:8px 6px}.p_3px_5px:not(#\#):not(#\#):not(#\#){padding:3px 5px}.mx_6px:not(#\#):not(#\#):not(#\#){margin-inline:6px}.p_12px_12px_12px_16px:not(#\#):not(#\#):not(#\#){padding:12px 12px 12px 16px}.mx_16px:not(#\#):not(#\#):not(#\#){margin-inline:16px}.bg_\$white:not(#\#):not(#\#):not(#\#){background:var(--colors-\$white)}.safe-area-position-top_83px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 83px)}.z_token\(zIndex\.\$TOP_FLOATING\):not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-t-o-p_-f-l-o-a-t-i-n-g)}.safe-area-position-top_60px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 60px)}.m_20px_0_12px:not(#\#):not(#\#):not(#\#){margin:20px 0 12px}.p_16px_54px_0px_54px:not(#\#):not(#\#):not(#\#){padding:16px 54px 0}.h_46:not(#\#):not(#\#):not(#\#){height:46px}.w_286:not(#\#):not(#\#):not(#\#),.w_286px:not(#\#):not(#\#):not(#\#){width:286px}.h_415px:not(#\#):not(#\#):not(#\#){height:415px}.w_284px:not(#\#):not(#\#):not(#\#){width:284px}.bg_linear-gradient\(to_right\,_\#a0e884\,_\#84c5ff\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#a0e884,#84c5ff)}.bg_white:not(#\#):not(#\#):not(#\#){background:#fff}.px_5px_7px:not(#\#):not(#\#):not(#\#){padding-inline:5px 7px}.bdr_8px_0_0_8px:not(#\#):not(#\#):not(#\#){border-radius:8px 0 0 8px}.bdr_0_8px_8px_0:not(#\#):not(#\#):not(#\#){border-radius:0 8px 8px 0}.p_8px_16px:not(#\#):not(#\#):not(#\#){padding:8px 16px}.w_120px:not(#\#):not(#\#):not(#\#){width:120px}.p_14px_16px:not(#\#):not(#\#):not(#\#){padding:14px 16px}.bd-b_3px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-bottom:3px solid var(--colors-\$gray00)}.py_8px_24px:not(#\#):not(#\#):not(#\#){padding-block:8px 24px}.p_0_24px_8px:not(#\#):not(#\#):not(#\#){padding:0 24px 8px}.white-space_break-spaces:not(#\#):not(#\#):not(#\#){white-space:break-spaces}.min-h_124px:not(#\#):not(#\#):not(#\#){min-height:124px}.p_17px_16px:not(#\#):not(#\#):not(#\#){padding:17px 16px}.trf_translate3d\(0\,0\,0\):not(#\#):not(#\#):not(#\#){transform:translate(0,0)}.p_48px_0:not(#\#):not(#\#):not(#\#){padding:48px 0}.p_20px_40px_0:not(#\#):not(#\#):not(#\#){padding:20px 40px 0}.h_16:not(#\#):not(#\#):not(#\#){height:16px}.w_16:not(#\#):not(#\#):not(#\#){width:16px}.p_20px_16px_16px_16px:not(#\#):not(#\#):not(#\#){padding:20px 16px 16px}.typography_13_REGULAR_WIDE:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:400;line-height:164%}.m_24px_0px_12px:not(#\#):not(#\#):not(#\#){margin:24px 0 12px}.p_4px_10px:not(#\#):not(#\#):not(#\#){padding:4px 10px}.p_6px:not(#\#):not(#\#):not(#\#){padding:6px}.p_32px_22px_16px:not(#\#):not(#\#):not(#\#){padding:32px 22px 16px}.p_10px_20px:not(#\#):not(#\#):not(#\#){padding:10px 20px}.p_12px_20px:not(#\#):not(#\#):not(#\#){padding:12px 20px}.min-h_115px:not(#\#):not(#\#):not(#\#){min-height:115px}.p_4px_11px:not(#\#):not(#\#):not(#\#){padding:4px 11px}.bdr_11px:not(#\#):not(#\#):not(#\#){border-radius:11px}.p_0px_16px_20px:not(#\#):not(#\#):not(#\#){padding:0 16px 20px}.bdr_9999px:not(#\#):not(#\#):not(#\#){border-radius:9999px}.bd-r_10px:not(#\#):not(#\#):not(#\#){border-right:10px}.px_10px:not(#\#):not(#\#):not(#\#){padding-inline:10px}.gap_1px:not(#\#):not(#\#):not(#\#){gap:1px}.bx-sh_0px_2px_2px_1px_rgba\(61\,_61\,_61\,_0\.05\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 2px 1px #3d3d3d0d}.trs_transform_0\.2s_ease-out:not(#\#):not(#\#):not(#\#){transition:transform .2s ease-out}.typography_11_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:11px;font-weight:700;line-height:125%}.m_16px_0px:not(#\#):not(#\#):not(#\#){margin:16px 0}.p_8px_0px_16px:not(#\#):not(#\#):not(#\#){padding:8px 0 16px}.p_6px_20px_120px:not(#\#):not(#\#):not(#\#){padding:6px 20px 120px}.p_8px_20px_4px:not(#\#):not(#\#):not(#\#){padding:8px 20px 4px}.py_40px_6px:not(#\#):not(#\#):not(#\#){padding-block:40px 6px}.px_20px:not(#\#):not(#\#):not(#\#){padding-inline:20px}.h_220px:not(#\#):not(#\#):not(#\#){height:220px}.p_40px_16px_6px_16px:not(#\#):not(#\#):not(#\#){padding:40px 16px 6px}.z_200000000:not(#\#):not(#\#):not(#\#){z-index:200000000}.trf_rotate\(180deg\):not(#\#):not(#\#):not(#\#){transform:rotate(180deg)}.w_140px:not(#\#):not(#\#):not(#\#){width:140px}.w_240px:not(#\#):not(#\#):not(#\#){width:240px}.typography_12_REGULAR_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:400;line-height:136%}.p_10px_16px_0px:not(#\#):not(#\#):not(#\#){padding:10px 16px 0}.my_10px:not(#\#):not(#\#):not(#\#){margin-block:10px}.safe-area-position-bottom_0px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 0px)}.p_8px_20px_24px:not(#\#):not(#\#):not(#\#){padding:8px 20px 24px}.z_token\(zIndex\.\$BANNER\):not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-b-a-n-n-e-r)}.w_1440px:not(#\#):not(#\#):not(#\#){width:1440px}.p_40px_80px_0:not(#\#):not(#\#):not(#\#){padding:40px 80px 0}.h_1018px:not(#\#):not(#\#):not(#\#){height:1018px}.p_12px_32px_0px_32px:not(#\#):not(#\#):not(#\#){padding:12px 32px 0}.w_92px:not(#\#):not(#\#):not(#\#){width:92px}.w_183px:not(#\#):not(#\#):not(#\#){width:183px}.bd-r_3px_solid_\#17DD6F:not(#\#):not(#\#):not(#\#){border-right:3px solid #17dd6f}.bd-l_3px_solid_\#17DD6F:not(#\#):not(#\#):not(#\#){border-left:3px solid #17dd6f}.bd-b_3px_solid_\#17DD6F:not(#\#):not(#\#):not(#\#){border-bottom:3px solid #17dd6f}.bg_linear-gradient\(124deg\,_rgba\(3\,_199\,_90\,_0\.80\)_17\.38\%\,_rgba\(109\,_227\,_161\,_0\.80\)_102\.71\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(124deg,#03c75acc 17.38%,#6de3a1cc 102.71%)}.bkdp_blur\(5\.4px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(5.4px);backdrop-filter:blur(5.4px)}.w_calc\(100\%_-_64px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 64px)}.m_0px_32px_16px:not(#\#):not(#\#):not(#\#){margin:0 32px 16px}.bx-sh_0px_4px_4px_0px_\#D7F1E2:not(#\#):not(#\#):not(#\#){box-shadow:0 4px 4px #d7f1e2}.p_16px_20px_14px:not(#\#):not(#\#):not(#\#){padding:16px 20px 14px}.h_50:not(#\#):not(#\#):not(#\#){height:50px}.p_0px_32px_19px:not(#\#):not(#\#):not(#\#){padding:0 32px 19px}.px_32px:not(#\#):not(#\#):not(#\#){padding-inline:32px}.typography_22_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:22px;font-weight:700;line-height:125%}.p_0px_32px:not(#\#):not(#\#):not(#\#){padding:0 32px}.py_9px:not(#\#):not(#\#):not(#\#){padding-block:9px}.bkdp_blur\(1\.7px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(1.7px);backdrop-filter:blur(1.7px)}.p_11px_8px_11px_11px:not(#\#):not(#\#):not(#\#){padding:11px 8px 11px 11px}.typography_14_REGULAR_NARROW:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:400;line-height:125%}.typography_14_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:700;line-height:125%}.p_6px_10px:not(#\#):not(#\#):not(#\#){padding:6px 10px}.m_40px_0_24px:not(#\#):not(#\#):not(#\#){margin:40px 0 24px}.h_0:not(#\#):not(#\#):not(#\#){height:0}.trs_300ms_ease-out:not(#\#):not(#\#):not(#\#){transition:all .3s ease-out}.p_12px_16px_12px_20px:not(#\#):not(#\#):not(#\#){padding:12px 16px 12px 20px}.min-w_71px:not(#\#):not(#\#):not(#\#){min-width:71px}.min-w_17px:not(#\#):not(#\#):not(#\#){min-width:17px}.bd-r_1px_solid_token\(\$gray02\):not(#\#):not(#\#):not(#\#){border-right:1px solid$gray02}.max-w_39\.865\%:not(#\#):not(#\#):not(#\#){max-width:39.865%}.m_2px_0_3px:not(#\#):not(#\#):not(#\#){margin:2px 0 3px}.m_3px_0_8px:not(#\#):not(#\#):not(#\#){margin:3px 0 8px}.p_4px_8px:not(#\#):not(#\#):not(#\#){padding:4px 8px}.bdr_60px:not(#\#):not(#\#):not(#\#){border-radius:60px}.m_8px_0_16px:not(#\#):not(#\#):not(#\#){margin:8px 0 16px}.max-h_100px:not(#\#):not(#\#):not(#\#){max-height:100px}.bdr_2px:not(#\#):not(#\#):not(#\#){border-radius:2px}.h_120px:not(#\#):not(#\#):not(#\#){height:120px}.h_100vw:not(#\#):not(#\#):not(#\#){height:100vw}.max-h_430px:not(#\#):not(#\#):not(#\#){max-height:430px}.fill_\#BDBDBD:not(#\#):not(#\#):not(#\#){fill:#bdbdbd}.fill-opacity_0\.2:not(#\#):not(#\#):not(#\#){fill-opacity:.2}.stk_\#C9C9C9:not(#\#):not(#\#):not(#\#){stroke:#c9c9c9}.stk-op_0\.45:not(#\#):not(#\#):not(#\#){stroke-opacity:.45}.p_24px_0:not(#\#):not(#\#):not(#\#){padding:24px 0}.bd-b_1px_dashed_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border-bottom:1px dashed var(--colors-\$gray03)}.w_32\%:not(#\#):not(#\#):not(#\#){width:32%}.p_10px_14px:not(#\#):not(#\#):not(#\#){padding:10px 14px}.w_68\%:not(#\#):not(#\#):not(#\#){width:68%}.p_6px_8px_5px_14px:not(#\#):not(#\#):not(#\#){padding:6px 8px 5px 14px}.h_33px:not(#\#):not(#\#):not(#\#){height:33px}.bg_linear-gradient\(180deg\,_rgba\(255\,_255\,_255\,_0\.00\)_-50\%\,_\#FFF_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#fff0 -50%,#fff 100%)}.bkdp_blur\(3\.5px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px)}.p_2px_8px_2px_4px:not(#\#):not(#\#):not(#\#){padding:2px 8px 2px 4px}.bd_0\.5px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border:.5px solid var(--colors-\$gray03)}.bx-sh_2px_3px_6px_0px_rgba\(0\,_0\,_0\,_0\.15\):not(#\#):not(#\#):not(#\#){box-shadow:2px 3px 6px #00000026}.w_123px:not(#\#):not(#\#):not(#\#){width:123px}.h_112px:not(#\#):not(#\#):not(#\#){height:112px}.h_16px:not(#\#):not(#\#):not(#\#){height:16px}.h_22\.5px:not(#\#):not(#\#):not(#\#){height:22.5px}.gap_5px:not(#\#):not(#\#):not(#\#){gap:5px}.clip_rect\(0\,_0\,_0\,_0\):not(#\#):not(#\#):not(#\#){clip:rect(0,0,0,0)}.cp-path_circle\(0\):not(#\#):not(#\#):not(#\#){clip-path:circle(0)}.m_-1px:not(#\#):not(#\#):not(#\#){margin:-1px}.c_\$gray700:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray700)}.p_2px_4px:not(#\#):not(#\#):not(#\#){padding:2px 4px}.p_12px_12px_16px:not(#\#):not(#\#):not(#\#){padding:12px 12px 16px}.bdr_4px_4px_0px_0px:not(#\#):not(#\#):not(#\#){border-radius:4px 4px 0 0}.bd-t_1px_dashed_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border-top:1px dashed var(--colors-\$gray03)}.p_12px_4px_6px:not(#\#):not(#\#):not(#\#){padding:12px 4px 6px}.min-h_133px:not(#\#):not(#\#):not(#\#){min-height:133px}.cursor_none:not(#\#):not(#\#):not(#\#){cursor:none}.z_30000:not(#\#):not(#\#):not(#\#){z-index:30000}.min-w_125px:not(#\#):not(#\#):not(#\#){min-width:125px}.c_\$vividRed:not(#\#):not(#\#):not(#\#){color:var(--colors-\$vivid-red)}.p_12px_8px:not(#\#):not(#\#):not(#\#){padding:12px 8px}.bd_1px_solid_token\(colors\.\$sejongGreen02\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$sejong-green02)}.bx-sh_0px_0px_4px_0px_rgba\(29\,_111\,_66\,_0\.20\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 4px #1d6f4233}.w_0\%:not(#\#):not(#\#):not(#\#){width:0%}.op_0\.7:not(#\#):not(#\#):not(#\#){opacity:.7}.trs_width_0\.6s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:width .6s ease-in-out}.c_\#20694A:not(#\#):not(#\#):not(#\#){color:#20694a}.w_70px:not(#\#):not(#\#):not(#\#){width:70px}.p_20px_24px:not(#\#):not(#\#):not(#\#){padding:20px 24px}.m_20px_0_8px:not(#\#):not(#\#):not(#\#){margin:20px 0 8px}.p_40px_16px_0:not(#\#):not(#\#):not(#\#){padding:40px 16px 0}.cursor_initial:not(#\#):not(#\#):not(#\#){cursor:initial}.p_8px_0:not(#\#):not(#\#):not(#\#){padding:8px 0}.p_20px_40px:not(#\#):not(#\#):not(#\#){padding:20px 40px}.trf_translate3d\(0\,_-50\%\,_0\):not(#\#):not(#\#):not(#\#){transform:translateY(-50%)}.safe-area-padding-bottom_116px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 116px)}.c_\#636d7e:not(#\#):not(#\#):not(#\#){color:#636d7e}.w_46px:not(#\#):not(#\#):not(#\#){width:46px}.c_\#2d3e5a:not(#\#):not(#\#):not(#\#){color:#2d3e5a}.c_\#4f5f79:not(#\#):not(#\#):not(#\#){color:#4f5f79}.trf_scale\(1\.2\):not(#\#):not(#\#):not(#\#){transform:scale(1.2)}.p_13px_0:not(#\#):not(#\#):not(#\#){padding:13px 0}.p_40px_0:not(#\#):not(#\#):not(#\#){padding:40px 0}.w_48px:not(#\#):not(#\#):not(#\#){width:48px}.trf_rotate\(90deg\):not(#\#):not(#\#):not(#\#){transform:rotate(90deg)}.h_52\.5px:not(#\#):not(#\#):not(#\#){height:52.5px}.bd_1px_solid_token\(colors\.\$primary02\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$primary02)}.p_8px_20px:not(#\#):not(#\#):not(#\#){padding:8px 20px}.bdr_36px:not(#\#):not(#\#):not(#\#){border-radius:36px}.bd-b_0:not(#\#):not(#\#):not(#\#){border-bottom:0}.bx-sh_\$deep02:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadows-\$deep02)}.p_16px_13px_16px_16px:not(#\#):not(#\#):not(#\#){padding:16px 13px 16px 16px}.bx-sh_\$deep01:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadows-\$deep01)}.p_18px_14px_16px_16px:not(#\#):not(#\#):not(#\#){padding:18px 14px 16px 16px}.offset-y_12px:not(#\#):not(#\#):not(#\#){offset-y:12px}.safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_20px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 20px)}.p_12px_22px_12px_18px:not(#\#):not(#\#):not(#\#){padding:12px 22px 12px 18px}.bg_rgba\(44\,_127\,_255\,_0\.90\)\!:not(#\#){background:#2c7fffe6!important}.bkdp_blur\(1\.75px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(1.75px);backdrop-filter:blur(1.75px)}.m_8px_0_12px:not(#\#):not(#\#):not(#\#){margin:8px 0 12px}.p_4px_12px_12px:not(#\#):not(#\#):not(#\#){padding:4px 12px 12px}.p_9px_0:not(#\#):not(#\#):not(#\#){padding:9px 0}.trf_translate3D\(0\,_-50\%\,_0\):not(#\#):not(#\#):not(#\#){transform:translateY(-50%)}.p_50px_5px_35px:not(#\#):not(#\#):not(#\#){padding:50px 5px 35px}.min-w_180px:not(#\#):not(#\#):not(#\#){min-width:180px}.min-h_113px:not(#\#):not(#\#):not(#\#){min-height:113px}.bx-sh_0px_3px_12px_3px_rgba\(61\,_61\,_61\,_0\.15\):not(#\#):not(#\#):not(#\#){box-shadow:0 3px 12px 3px #3d3d3d26}.p_26px_20px:not(#\#):not(#\#):not(#\#){padding:26px 20px}.bd_1px_solid_token\(colors\.\$gray100\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray100)}.w_90\%:not(#\#):not(#\#):not(#\#){width:90%}.m_4px_0_16px:not(#\#):not(#\#):not(#\#){margin:4px 0 16px}.p_16px_12px_12px_16px:not(#\#):not(#\#):not(#\#){padding:16px 12px 12px 16px}.typography_14_MEDIUM_NARROW:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:500;line-height:125%}.m_16px_0_8px:not(#\#):not(#\#):not(#\#){margin:16px 0 8px}.h_11px:not(#\#):not(#\#):not(#\#){height:11px}.p_9px_8px_11px_12px:not(#\#):not(#\#):not(#\#){padding:9px 8px 11px 12px}.bdr_4px_4px_0_0:not(#\#):not(#\#):not(#\#){border-radius:4px 4px 0 0}.trf_rotate\(-90deg\):not(#\#):not(#\#):not(#\#){transform:rotate(-90deg)}.max-h_360px:not(#\#):not(#\#):not(#\#){max-height:360px}.bdr_0_0_4px_4px:not(#\#):not(#\#):not(#\#){border-radius:0 0 4px 4px}.p_11px_12px_11px_16px:not(#\#):not(#\#):not(#\#){padding:11px 12px 11px 16px}.p_3px_6px_3px_3px:not(#\#):not(#\#):not(#\#){padding:3px 6px 3px 3px}.bdr_42px:not(#\#):not(#\#):not(#\#){border-radius:42px}.min-h_calc\(var\(--vh\,_1vh\)_\*_100\):not(#\#):not(#\#):not(#\#){min-height:calc(var(--vh,1vh)*100)}.min-w_24px:not(#\#):not(#\#):not(#\#){min-width:24px}.typography_16_MEDIUM_WIDE:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:500;line-height:164%}.gap_4\.5px:not(#\#):not(#\#):not(#\#){gap:4.5px}.-webkit-text-security_disc:not(#\#):not(#\#):not(#\#){-webkit-text-security:disc}.p_24px_0_30px:not(#\#):not(#\#):not(#\#){padding:24px 0 30px}.min-w_74px:not(#\#):not(#\#):not(#\#){min-width:74px}.h_170px:not(#\#):not(#\#):not(#\#){height:170px}.safe-area-padding-bottom_154px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 154px)}.p_6px_8px_6px_6px:not(#\#):not(#\#):not(#\#){padding:6px 8px 6px 6px}.max-w_190px:not(#\#):not(#\#):not(#\#){max-width:190px}.typography_16_REGULAR_MIDDLE_WIDE:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:400;line-height:174%}.safe-area-padding-top_56px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 56px)}.m_8px_0:not(#\#):not(#\#):not(#\#){margin:8px 0}.safe-area-padding-bottom_122px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 122px)}.trf_translate3d\(-50\%\,_-50\%\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,-50%)}.w_184px:not(#\#):not(#\#):not(#\#){width:184px}.offset-y_5px:not(#\#):not(#\#):not(#\#){offset-y:5px}.c_\$primary:not(#\#):not(#\#):not(#\#){color:var(--colors-\$primary)}.bd-t_1px_solid_token\(colors\.\$gray100\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$gray100)}.bd_1px_solid_token\(colors\.\$gray200\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray200)}.p_16px_16px_8px:not(#\#):not(#\#):not(#\#){padding:16px 16px 8px}.trf_translate3d\(-50\%\,_-105\%\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,-105%)}.trs_0\.25s:not(#\#):not(#\#):not(#\#){transition:all .25s}.c_\#31F373:not(#\#):not(#\#):not(#\#){color:#31f373}.trs_bottom_0\.1s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:bottom .1s ease-in-out}.safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_token\(space\.\$KAKAO_SAFE_AREA\)_\+_16px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + var(--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a) + 16px)}.safe-area-position-bottom_token\(space\.\$KAKAO_SAFE_AREA\)_\+_16px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a) + 16px)}.safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_16px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 16px)}.bg_linear-gradient\(90deg\,_rgba\(70\,_144\,_255\,_0\.85\)_0\%\,_rgba\(12\,_107\,_255\,_0\.85\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#4690ffd9 0%,#0c6bffd9 100%)}.p_16px_4px_16px_12px:not(#\#):not(#\#):not(#\#){padding:16px 4px 16px 12px}.z_9995:not(#\#):not(#\#):not(#\#){z-index:9995}.min-w_240px:not(#\#):not(#\#):not(#\#){min-width:240px}.bdr_3px:not(#\#):not(#\#):not(#\#){border-radius:3px}.min-w_4px:not(#\#):not(#\#):not(#\#){min-width:4px}.min-h_4px:not(#\#):not(#\#):not(#\#){min-height:4px}.c_\$black01:not(#\#):not(#\#):not(#\#){color:var(--colors-\$black01)}.c_\$gray800:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray800)}.stk-op_0:not(#\#):not(#\#):not(#\#){stroke-opacity:0}.p_12px_40px:not(#\#):not(#\#):not(#\#){padding:12px 40px}.bd-b_2px_solid_token\(colors\.\$gray50\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid var(--colors-\$gray50)}.flex-flow_row_nowrap:not(#\#):not(#\#):not(#\#){flex-flow:row}.typography_18_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:18px;font-weight:700;line-height:125%}.h_180px:not(#\#):not(#\#):not(#\#){height:180px}.grid-area_2_\/_7_\/_3_\/_11:not(#\#):not(#\#):not(#\#){grid-area:2/7/3/11}.bg_linear-gradient\(0deg\,_rgba\(34\,_34\,_34\,_0\.80\)_0\%\,_rgba\(34\,_34\,_34\,_0\.80\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#222c 0% 100%)}.max-h_180px:not(#\#):not(#\#):not(#\#){max-height:180px}.bg_rgba\(255\,_255\,_255\,_0\.75\):not(#\#):not(#\#):not(#\#){background:#ffffffbf}.bkdp_blur\(4\.5px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(4.5px);backdrop-filter:blur(4.5px)}.p_4px_0_20px_0:not(#\#):not(#\#):not(#\#){padding:4px 0 20px}.p_16px_28px:not(#\#):not(#\#):not(#\#){padding:16px 28px}.p_5px_4\.5px_4px:not(#\#):not(#\#):not(#\#){padding:5px 4.5px 4px}.safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_token\(space\.\$KAKAO_SAFE_AREA\)_\+_30px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + var(--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a) + 30px)}.safe-area-position-bottom_token\(space\.\$KAKAO_SAFE_AREA\)_\+_30px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a) + 30px)}.safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_30px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 30px)}.safe-area-position-bottom_30px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 30px)}.p_15px_4px:not(#\#):not(#\#):not(#\#){padding:15px 4px}.bd-l_0:not(#\#):not(#\#):not(#\#){border-left:0}.p_24px_20px_16px:not(#\#):not(#\#):not(#\#){padding:24px 20px 16px}.p_0_10px:not(#\#):not(#\#):not(#\#){padding:0 10px}.w_45:not(#\#):not(#\#):not(#\#){width:45px}.h_45:not(#\#):not(#\#):not(#\#){height:45px}.p_48px_10px:not(#\#):not(#\#):not(#\#){padding:48px 10px}.flex-flow_row_wrap:not(#\#):not(#\#):not(#\#){flex-flow:wrap}.m_8px_0_2px:not(#\#):not(#\#):not(#\#){margin:8px 0 2px}.min-w_116px:not(#\#):not(#\#):not(#\#){min-width:116px}.bd-r_none:not(#\#):not(#\#):not(#\#){border-right:none}.p_5px_16px:not(#\#):not(#\#):not(#\#){padding:5px 16px}.c_\#4E80CA:not(#\#):not(#\#):not(#\#){color:#4e80ca}.w_108\%:not(#\#):not(#\#):not(#\#){width:108%}.h_108\%:not(#\#):not(#\#):not(#\#){height:108%}.p_7px:not(#\#):not(#\#):not(#\#){padding:7px}.w_78px:not(#\#):not(#\#):not(#\#){width:78px}.tw_wrap:not(#\#):not(#\#):not(#\#){text-wrap:wrap}.min-h_150px:not(#\#):not(#\#):not(#\#){min-height:150px}.p_57px_65px:not(#\#):not(#\#):not(#\#){padding:57px 65px}.p_0_20px_26px:not(#\#):not(#\#):not(#\#){padding:0 20px 26px}.min-w_130px:not(#\#):not(#\#):not(#\#){min-width:130px}.max-w_130px:not(#\#):not(#\#):not(#\#){max-width:130px}.min-h_114px:not(#\#):not(#\#):not(#\#){min-height:114px}.p_3px_8px_3px_3px:not(#\#):not(#\#):not(#\#){padding:3px 8px 3px 3px}.m_40px_0_56px:not(#\#):not(#\#):not(#\#){margin:40px 0 56px}.m_8px_0_154px:not(#\#):not(#\#):not(#\#){margin:8px 0 154px}.p_8px_12px_6px_12px:not(#\#):not(#\#):not(#\#){padding:8px 12px 6px}.p_8px_10\.5px_6px_10\.5px:not(#\#):not(#\#):not(#\#){padding:8px 10.5px 6px}.w_36:not(#\#):not(#\#):not(#\#){width:36px}.h_36:not(#\#):not(#\#):not(#\#){height:36px}.h_188px:not(#\#):not(#\#):not(#\#){height:188px}.w_194px:not(#\#):not(#\#):not(#\#){width:194px}.bdr_28px_28px_0_0:not(#\#):not(#\#):not(#\#){border-radius:28px 28px 0 0}.w_182px:not(#\#):not(#\#):not(#\#){width:182px}.h_231px:not(#\#):not(#\#):not(#\#){height:231px}.trf_translate3D\(-50\%\,_0\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)}.w_108px:not(#\#):not(#\#):not(#\#){width:108px}.bdr_0_0_10px_10px:not(#\#):not(#\#):not(#\#){border-radius:0 0 10px 10px}.p_12px_47px_12px_16px:not(#\#):not(#\#):not(#\#){padding:12px 47px 12px 16px}.bx-sh_0px_0px_8px_0px_rgba\(51\,_51\,_51\,_0\.16\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 8px #33333329}.p_24px_0_32px:not(#\#):not(#\#):not(#\#){padding:24px 0 32px}.c_\#5C769E:not(#\#):not(#\#):not(#\#){color:#5c769e}.fill_\#5C769E:not(#\#):not(#\#):not(#\#){fill:#5c769e}.gap_0:not(#\#):not(#\#):not(#\#){gap:0}.p_24px_24px_16px:not(#\#):not(#\#):not(#\#){padding:24px 24px 16px}.p_16px_24px:not(#\#):not(#\#):not(#\#){padding:16px 24px}.p_8px_0_140px:not(#\#):not(#\#):not(#\#){padding:8px 0 140px}.p_24px_0_8px:not(#\#):not(#\#):not(#\#){padding:24px 0 8px}.blur_true:not(#\#):not(#\#):not(#\#){--blur:blur(true)}.p_0_20px_24px:not(#\#):not(#\#):not(#\#){padding:0 20px 24px}.p_8px_0_32px:not(#\#):not(#\#):not(#\#){padding:8px 0 32px}.p_12px_16px_40px:not(#\#):not(#\#):not(#\#){padding:12px 16px 40px}.p_32px_16px_40px:not(#\#):not(#\#):not(#\#){padding:32px 16px 40px}.safe-area-padding-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_50px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 50px)}.w_230px:not(#\#):not(#\#):not(#\#){width:230px}.safe-area-padding-bottom_40px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 40px)}.my_32px:not(#\#):not(#\#):not(#\#){margin-block:32px}.safe-area-padding-bottom_83px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 83px)}.bx-sh_0_2px_4px_0_rgba\(0\,_0\,_0\,_0\.03\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 4px #00000008}.p_17px_8px_17px_16px:not(#\#):not(#\#):not(#\#){padding:17px 8px 17px 16px}.flex_2\.26:not(#\#):not(#\#):not(#\#){flex:2.26}.h_calc\(100vh_-_52px_-_16px_-_77px_-_24px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 169px)}.p_24px_12px_90px:not(#\#):not(#\#):not(#\#){padding:24px 12px 90px}.flex_2\.3:not(#\#):not(#\#):not(#\#){flex:2.3}.m_0_8px_24px:not(#\#):not(#\#):not(#\#){margin:0 8px 24px}.m_14px_20px_0:not(#\#):not(#\#):not(#\#){margin:14px 20px 0}.p_16px_10px_16px_16px:not(#\#):not(#\#):not(#\#){padding:16px 10px 16px 16px}.p_20px_16px_0:not(#\#):not(#\#):not(#\#){padding:20px 16px 0}.p_24px_16px_4px:not(#\#):not(#\#):not(#\#){padding:24px 16px 4px}.flex_5:not(#\#):not(#\#):not(#\#){flex:5}.p_24px_16px_16px_20px:not(#\#):not(#\#):not(#\#){padding:24px 16px 16px 20px}.max-h_calc\(100\%_-_52px_-_16px_-_77px_-_45px\):not(#\#):not(#\#):not(#\#){max-height:calc(100% - 190px)}.p_72px_10px_24px:not(#\#):not(#\#):not(#\#){padding:72px 10px 24px}.bx-sh_0_2px_4px_0_rgba\(0\,_0\,_0\,_0\.04\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 4px #0000000a}.p_13px:not(#\#):not(#\#):not(#\#){padding:13px}.p_12px_12px_12px_20px:not(#\#):not(#\#):not(#\#){padding:12px 12px 12px 20px}.max-w_70\%:not(#\#):not(#\#):not(#\#){max-width:70%}.bd_2px_solid_token\(colors\.\$primary01\):not(#\#):not(#\#):not(#\#){border:2px solid var(--colors-\$primary01)}.bd_2px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border:2px solid var(--colors-\$gray03)}.p_12px_24px_200px:not(#\#):not(#\#):not(#\#){padding:12px 24px 200px}.bd_solid_1px_token\(colors\.\$gray200\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray200)}.p_9px_16px_9px_12px:not(#\#):not(#\#):not(#\#){padding:9px 16px 9px 12px}.p_50px_20px_60px_20px:not(#\#):not(#\#):not(#\#){padding:50px 20px 60px}.p_16px_16px_104px:not(#\#):not(#\#):not(#\#){padding:16px 16px 104px}.h_44px:not(#\#):not(#\#):not(#\#){height:44px}.p_4px_20px_0px:not(#\#):not(#\#):not(#\#){padding:4px 20px 0}.max-w_250px:not(#\#):not(#\#):not(#\#){max-width:250px}.h_186:not(#\#):not(#\#):not(#\#){height:186px}.safe-area-position-top_24px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 24px)}.px_53px:not(#\#):not(#\#):not(#\#){padding-inline:53px}.my_20px_9px:not(#\#):not(#\#):not(#\#){margin-block:20px 9px}.my_9px_20px:not(#\#):not(#\#):not(#\#){margin-block:9px 20px}.h_500:not(#\#):not(#\#):not(#\#){height:500px}.h_28:not(#\#):not(#\#):not(#\#){height:28px}.h_150:not(#\#):not(#\#):not(#\#){height:150px}.h_300:not(#\#):not(#\#):not(#\#){height:300px}.px_18px:not(#\#):not(#\#):not(#\#){padding-inline:18px}.my_10px_18px:not(#\#):not(#\#):not(#\#){margin-block:10px 18px}.p_14px_38px_10px:not(#\#):not(#\#):not(#\#){padding:14px 38px 10px}.p_14px_20px_10px_20px:not(#\#):not(#\#):not(#\#){padding:14px 20px 10px}.p_6px_8px_16px:not(#\#):not(#\#):not(#\#){padding:6px 8px 16px}.h_auto:not(#\#):not(#\#):not(#\#){height:auto}.safe-area-padding-top_40px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 40px)}.p_20px_20px_40px:not(#\#):not(#\#):not(#\#){padding:20px 20px 40px}.bkdp_blur\(7\.5px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px)}.m_16px_auto_0:not(#\#):not(#\#):not(#\#){margin:16px auto 0}.w_22px:not(#\#):not(#\#):not(#\#){width:22px}.flex_3\.5:not(#\#):not(#\#):not(#\#){flex:3.5}.flex_6\.5:not(#\#):not(#\#):not(#\#){flex:6.5}.min-h_55px:not(#\#):not(#\#):not(#\#){min-height:55px}.p_0_16px_10px_16px:not(#\#):not(#\#):not(#\#){padding:0 16px 10px}.p_7px_7px_7px_8px:not(#\#):not(#\#):not(#\#){padding:7px 7px 7px 8px}.bx-sh_0_0_0_0\.5px_token\(colors\.\$gray02\)\,_0px_4px_6\.5px_0px_rgba\(34\,_34\,_34\,_0\.05\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 0 .5px var(--colors-\$gray02),0px 4px 6.5px 0px #2222220d}.min-h_28px:not(#\#):not(#\#):not(#\#){min-height:28px}.max-h_66px:not(#\#):not(#\#):not(#\#){max-height:66px}.p_2px_0:not(#\#):not(#\#):not(#\#){padding:2px 0}.typography_15_REGULAR_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:15px;font-weight:400;line-height:136%}.h_66px:not(#\#):not(#\#):not(#\#){height:66px}.safe-area-padding-bottom_8px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 8px)}.trf_scaleY\(0\.5\):not(#\#):not(#\#):not(#\#){transform:scaleY(.5)}.p_5px_5px_5px_13px:not(#\#):not(#\#):not(#\#){padding:5px 5px 5px 13px}.typography_11_REGULAR_EXTRA_WIDE:not(#\#):not(#\#):not(#\#){font-size:11px;font-weight:400;line-height:184%}.px_13px:not(#\#):not(#\#):not(#\#){padding-inline:13px}.safe-area-padding-top_73px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 73px)}.min-h_calc\(100vh_-_65px_-_env\(safe-area-inset-bottom\)\):not(#\#):not(#\#):not(#\#){min-height:calc(100vh - 65px - env(safe-area-inset-bottom))}.min-h_calc\(100vh_-_66px\):not(#\#):not(#\#):not(#\#){min-height:calc(100vh - 66px)}.w_44px:not(#\#):not(#\#):not(#\#){width:44px}.safe-area-padding-top_63px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 63px)}.py_16px_24px:not(#\#):not(#\#):not(#\#){padding-block:16px 24px}.w_267px:not(#\#):not(#\#):not(#\#){width:267px}.py_11px:not(#\#):not(#\#):not(#\#){padding-block:11px}.min-h_56px:not(#\#):not(#\#):not(#\#){min-height:56px}.min-w_16px:not(#\#):not(#\#):not(#\#){min-width:16px}.px_5px:not(#\#):not(#\#):not(#\#){padding-inline:5px}.bdr_18px:not(#\#):not(#\#):not(#\#){border-radius:18px}.typography_11_BOLD_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:11px;font-weight:700;line-height:100%}.px_6px:not(#\#):not(#\#):not(#\#){padding-inline:6px}.bdr_17px:not(#\#):not(#\#):not(#\#){border-radius:17px}.p_8px_14px:not(#\#):not(#\#):not(#\#){padding:8px 14px}.max-w_calc\(100\%_-_48px\):not(#\#):not(#\#):not(#\#){max-width:calc(100% - 48px)}.p_16px_10px_14px:not(#\#):not(#\#):not(#\#){padding:16px 10px 14px}.safe-area-padding-top_97px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 97px)}.min-h_calc\(100vh_-_65px\):not(#\#):not(#\#):not(#\#){min-height:calc(100vh - 65px)}.max-w_calc\(100\%_-_82px\):not(#\#):not(#\#):not(#\#){max-width:calc(100% - 82px)}.us_text:not(#\#):not(#\#):not(#\#){-webkit-user-select:text;user-select:text}.trf_scaleX\(-1\):not(#\#):not(#\#):not(#\#){transform:scaleX(-1)}.p_5px:not(#\#):not(#\#):not(#\#){padding:5px}.trs_box-shadow_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:box-shadow .2s}.z_9999999:not(#\#):not(#\#):not(#\#){z-index:9999999}.bx-sh_0_4px_12px_rgba\(0\,_0\,_0\,_0\.3\):not(#\#):not(#\#):not(#\#){box-shadow:0 4px 12px #0000004d}.p_0_46px:not(#\#):not(#\#):not(#\#){padding:0 46px}.p_18px_0:not(#\#):not(#\#):not(#\#){padding:18px 0}.p_16px_16px:not(#\#):not(#\#):not(#\#){padding:16px}.p_0_0_0_4px:not(#\#):not(#\#):not(#\#){padding:0 0 0 4px}.m_20px_2px_0:not(#\#):not(#\#):not(#\#){margin:20px 2px 0}.bdr_29px:not(#\#):not(#\#):not(#\#){border-radius:29px}.bx-sh_0_4px_6px_0px_rgba\(0\,_0\,_0\,_0\.2\):not(#\#):not(#\#):not(#\#){box-shadow:0 4px 6px #0003}.z_9990:not(#\#):not(#\#):not(#\#){z-index:9990}.trs_width_0\.2s:not(#\#):not(#\#):not(#\#){transition:width .2s}.trf_scale\(1\):not(#\#):not(#\#):not(#\#){transform:scale(1)}.trf_none:not(#\#):not(#\#):not(#\#){transform:none}.trs_all_\.2s:not(#\#):not(#\#):not(#\#){transition:all .2s}.bd_solid_1px_token\(colors\.\$primary01\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$primary01)}.bd_solid_1px_token\(colors\.\$white\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$white)}.bd_solid_1px_token\(colors\.\$red\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$red)}.trs_background-color_0\.3s\,_color_0\.3s\,_opacity_0\.1s\,_color_0\.3s\,_opacity_0\.1s:not(#\#):not(#\#):not(#\#){transition:background-color .3s,color .3s,opacity .1s}.m_0_10px:not(#\#):not(#\#):not(#\#){margin:0 10px}.m_0_8px:not(#\#):not(#\#):not(#\#){margin:0 8px}.trs_opacity_0\.3s:not(#\#):not(#\#):not(#\#){transition:opacity .3s}.bd_solid_1px_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray01)}.trs_all_0\.3s:not(#\#):not(#\#):not(#\#){transition:all .3s}.w_6px:not(#\#):not(#\#):not(#\#){width:6px}.trs_background-color_0\.3s\,_color_0\.3s\,_opacity_0\.1s:not(#\#):not(#\#):not(#\#){transition:background-color .3s,color .3s,opacity .1s}.p_10px_28px:not(#\#):not(#\#):not(#\#){padding:10px 28px}.min-h_40px:not(#\#):not(#\#):not(#\#){min-height:40px}.bdr_9px:not(#\#):not(#\#):not(#\#){border-radius:9px}.w_0:not(#\#):not(#\#):not(#\#){width:0}.asp_1:not(#\#):not(#\#):not(#\#){aspect-ratio:1}.max-h_58px:not(#\#):not(#\#):not(#\#){max-height:58px}.max-w_44px:not(#\#):not(#\#):not(#\#){max-width:44px}.max-h_44px:not(#\#):not(#\#):not(#\#){max-height:44px}.typography_11_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:11px;font-weight:400;line-height:100%}.py_13px:not(#\#):not(#\#):not(#\#){padding-block:13px}.trf-s_preserve-3d:not(#\#):not(#\#):not(#\#){transform-style:preserve-3d}.typography_24_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:24px;font-weight:400;line-height:100%}.perspective_1000px:not(#\#):not(#\#):not(#\#){perspective:1000px}.perspective-origin_center_center:not(#\#):not(#\#):not(#\#){perspective-origin:50%}.z_\$ABOVE:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-a-b-o-v-e)}.z_\$DEFAULT:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-d-e-f-a-u-l-t)}.min-h_0:not(#\#):not(#\#):not(#\#){min-height:0}.p_10px_24px:not(#\#):not(#\#):not(#\#){padding:10px 24px}.px_22px:not(#\#):not(#\#):not(#\#){padding-inline:22px}.trs_border-color_0\.5s:not(#\#):not(#\#):not(#\#){transition:border-color .5s}.w_calc\(100\%_\+_2px\):not(#\#):not(#\#):not(#\#){width:calc(100% + 2px)}.bx-sh_0px_2px_4\.1px_3px_rgba\(61\,_61\,_61\,_0\.06\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 4.1px 3px #3d3d3d0f}.bdr-b_4px:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:4px;border-bottom-left-radius:4px}.trs_background-color_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:background-color .2s}.h_300px:not(#\#):not(#\#):not(#\#){height:300px}.isolation_isolate:not(#\#):not(#\#):not(#\#){isolation:isolate}.h_calc\(100vh_-_96px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 96px)}.z_12500:not(#\#):not(#\#):not(#\#){z-index:12500}.trf_translateY\(-50\%\)_translateX\(-50\%\):not(#\#):not(#\#):not(#\#){transform:translateY(-50%)translate(-50%)}.p_0_0_1px:not(#\#):not(#\#):not(#\#){padding:0 0 1px}.c_\$gray500:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray500)}.p_13px_12px:not(#\#):not(#\#):not(#\#){padding:13px 12px}.border-top-bight-radius_4px:not(#\#):not(#\#):not(#\#){border-top-bight-radius:4px}.fill_\#7a7a7a:not(#\#):not(#\#):not(#\#){fill:#7a7a7a}.p_24px_20px_0_20px:not(#\#):not(#\#):not(#\#){padding:24px 20px 0}.trs_all_0\.3s_linear:not(#\#):not(#\#):not(#\#){transition:all .3s linear}.p_24px_12px:not(#\#):not(#\#):not(#\#){padding:24px 12px}.m_10px_0_16px:not(#\#):not(#\#):not(#\#){margin:10px 0 16px}.p_12px_32\.5px:not(#\#):not(#\#):not(#\#){padding:12px 32.5px}.bd-b_solid_1px_\#d8d8d8:not(#\#):not(#\#):not(#\#){border-bottom:1px solid #d8d8d8}.max-h_350px:not(#\#):not(#\#):not(#\#){max-height:350px}.bd-t_0:not(#\#):not(#\#):not(#\#){border-top:0}.p_10px_0:not(#\#):not(#\#):not(#\#){padding:10px 0}.bx-sh_0_2px_4px_0_rgba\(0\,_0\,_0\,_0\.14\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 4px #00000024}.anim_showAnimation_0\.3s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\)_0s_forwards_running:not(#\#):not(#\#):not(#\#){animation:.3s cubic-bezier(.4,0,.2,1) forwards showAnimation}.z_1000000:not(#\#):not(#\#):not(#\#){z-index:1000000}.ovs-by_none:not(#\#):not(#\#):not(#\#){overscroll-behavior-y:none}.p_20px_10px:not(#\#):not(#\#):not(#\#){padding:20px 10px}.safe-area-padding-top_20px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 20px)}.trf_translateY\(calc\(-50\%_\+_env\(safe-area-inset-top\)_\/_2\)\):not(#\#):not(#\#):not(#\#){transform:translateY(calc(-50% + env(safe-area-inset-top)/2))}.w_inherit:not(#\#):not(#\#):not(#\#){width:inherit}.typography_11_MEDIUM_NARROW:not(#\#):not(#\#):not(#\#){font-size:11px;font-weight:500;line-height:125%}.p_15px_0:not(#\#):not(#\#):not(#\#){padding:15px 0}.bd_solid_1px_\#c8c8c8:not(#\#):not(#\#):not(#\#){border:1px solid #c8c8c8}.p_10px_0_10px_15px:not(#\#):not(#\#):not(#\#){padding:10px 0 10px 15px}.ta_start:not(#\#):not(#\#):not(#\#){text-align:start}.will-change_grid-template-rows\,_opacity:not(#\#):not(#\#):not(#\#){will-change:grid-template-rows,opacity}.mix-bm_multiply:not(#\#):not(#\#):not(#\#){mix-blend-mode:multiply}.anim_skeleton_1\.2s_ease-in-out_infinite:not(#\#):not(#\#):not(#\#){animation:1.2s ease-in-out infinite skeleton}.bd-r_2px_solid_token\(colors\.\$white\):not(#\#):not(#\#):not(#\#){border-right:2px solid var(--colors-\$white)}.bx-sh_0px_2px_10px_0px_rgba\(0\,_0\,_0\,_0\.20\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 10px #0003}.trs_transform_0\.2s:not(#\#):not(#\#):not(#\#){transition:transform .2s}.trf_translate3d\(-50\%\,_-50\%\,_0\)_scale\(1\.15\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,-50%)scale(1.15)}.z_\$TOOLTIP:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-t-o-o-l-t-i-p)}.ov_visible:not(#\#):not(#\#):not(#\#){overflow:visible}.bx-sh_0_2px_8px_rgba\(0\,0\,0\,0\.15\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 8px #00000026}.z_calc\(token\(zIndex\.\$TOOLTIP\)_\+_1\):not(#\#):not(#\#):not(#\#){z-index:calc(var(--z-index-\$-t-o-o-l-t-i-p) + 1)}.trf_translateX\(-50\%\)_rotate\(-45deg\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)rotate(-45deg)}.bd-t_none:not(#\#):not(#\#):not(#\#){border-top:none}.trf_translateX\(-50\%\)_rotate\(45deg\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)rotate(45deg)}.bd-b_none:not(#\#):not(#\#):not(#\#){border-bottom:none}.trf_translateY\(-50\%\)_rotate\(45deg\):not(#\#):not(#\#):not(#\#){transform:translateY(-50%)rotate(45deg)}.bd-l_none:not(#\#):not(#\#):not(#\#){border-left:none}.typography_14_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:700;line-height:136%}.c_\#ffe48a:not(#\#):not(#\#):not(#\#){color:#ffe48a}.p_10px_16px:not(#\#):not(#\#):not(#\#){padding:10px 16px}.flex_4:not(#\#):not(#\#):not(#\#){flex:4}.p_7px_12px:not(#\#):not(#\#):not(#\#){padding:7px 12px}.ov_hidden:not(#\#):not(#\#):not(#\#){overflow:hidden}.min-w_80px:not(#\#):not(#\#):not(#\#){min-width:80px}.max-w_980px:not(#\#):not(#\#):not(#\#){max-width:980px}.m_40px_auto:not(#\#):not(#\#):not(#\#){margin:40px auto}.p_0_8px_80px:not(#\#):not(#\#):not(#\#){padding:0 8px 80px}.h_47px:not(#\#):not(#\#):not(#\#){height:47px}.direction_CENTER:not(#\#):not(#\#):not(#\#){direction:CENTER}.m_4px_4px_0:not(#\#):not(#\#):not(#\#){margin:4px 4px 0}.p_10px_15px:not(#\#):not(#\#):not(#\#){padding:10px 15px}.m_5px_5px_0:not(#\#):not(#\#):not(#\#){margin:5px 5px 0}.p_54px_0:not(#\#):not(#\#):not(#\#){padding:54px 0}.label_PK:not(#\#):not(#\#):not(#\#){label:PK}.w_15\%:not(#\#):not(#\#):not(#\#){width:15%}.m_12px_0_32px:not(#\#):not(#\#):not(#\#){margin:12px 0 32px}.m_12px_4px_0:not(#\#):not(#\#):not(#\#){margin:12px 4px 0}.label_제출일자:not(#\#):not(#\#):not(#\#){label:제출일자}.w_10\%:not(#\#):not(#\#):not(#\#){width:10%}.fill_\#333:not(#\#):not(#\#):not(#\#){fill:#333}.stk_\#333:not(#\#):not(#\#):not(#\#){stroke:#333}.fill_\#fff:not(#\#):not(#\#):not(#\#){fill:#fff}.stk_\#fff:not(#\#):not(#\#):not(#\#){stroke:#fff}.min-h_160px:not(#\#):not(#\#):not(#\#){min-height:160px}.bd_1px_solid_\#ddd:not(#\#):not(#\#):not(#\#){border:1px solid #ddd}.min-h_80px:not(#\#):not(#\#):not(#\#){min-height:80px}.min-h_32px:not(#\#):not(#\#):not(#\#){min-height:32px}.flex_1_1_auto:not(#\#):not(#\#):not(#\#){flex:auto}.bd_2px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border:2px solid var(--colors-\$gray01)}.trs_opacity_0\.2s:not(#\#):not(#\#):not(#\#){transition:opacity .2s}.op_0\.4:not(#\#):not(#\#):not(#\#){opacity:.4}.bd_1px_solid_token\(colors\.\$red\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$red)}.c_\$gray09:not(#\#):not(#\#):not(#\#){color:$gray09}.trs_all_0\.2s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:all .2s ease-in-out}.h_160px:not(#\#):not(#\#):not(#\#){height:160px}.typography_12_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:700;line-height:125%}.bd-b_2px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid var(--colors-\$gray02)}.bd_2px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border:2px solid var(--colors-\$gray02)}.flex-col_START:not(#\#):not(#\#):not(#\#){flex-direction:column;display:flex}.w_393px:not(#\#):not(#\#):not(#\#){width:393px}.h_844px:not(#\#):not(#\#):not(#\#){height:844px}.m_20px_auto:not(#\#):not(#\#):not(#\#){margin:20px auto}.bdr_32px:not(#\#):not(#\#):not(#\#){border-radius:32px}.bx-sh_\$shallow01:not(#\#):not(#\#):not(#\#){box-shadow:$shallow01}.bd-b_2px_solid_transparent:not(#\#):not(#\#):not(#\#){border-bottom:2px solid #0000}.trs_border-color_0\.2s:not(#\#):not(#\#):not(#\#){transition:border-color .2s}.bd-b_2px_solid_token\(colors\.\$red\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid var(--colors-\$red)}.p_18px:not(#\#):not(#\#):not(#\#){padding:18px}.bdr_3px_16px_16px_16px:not(#\#):not(#\#):not(#\#){border-radius:3px 16px 16px}.ring_2px_solid_transparent:not(#\#):not(#\#):not(#\#){outline:2px solid #0000}.typography_12_MEDIUM_NARROW:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:500;line-height:125%}.bdr_4px_4px_0_0px:not(#\#):not(#\#):not(#\#){border-radius:4px 4px 0 0}.trf_translateX\(2\.5px\):not(#\#):not(#\#):not(#\#){transform:translate(2.5px)}.c_\$coolGray700:not(#\#):not(#\#):not(#\#){color:var(--colors-\$cool-gray700)}.bd-b_2px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid var(--colors-\$gray03)}.w_350px:not(#\#):not(#\#):not(#\#){width:350px}.bd-l_1px_solid_token\(colors\.\$gray03\):not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$gray03)}.p_10px_36px_10px_36px:not(#\#):not(#\#):not(#\#){padding:10px 36px}.p_20px_16px_16px:not(#\#):not(#\#):not(#\#){padding:20px 16px 16px}.typography_18_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:18px;font-weight:700;line-height:136%}.p_6px_12px:not(#\#):not(#\#):not(#\#){padding:6px 12px}.min-w_54px:not(#\#):not(#\#):not(#\#){min-width:54px}.w_400px:not(#\#):not(#\#):not(#\#){width:400px}.min-w_170px:not(#\#):not(#\#):not(#\#){min-width:170px}.c_red:not(#\#):not(#\#):not(#\#){color:red}.direction_RIGHT:not(#\#):not(#\#):not(#\#){direction:RIGHT}.trf_translate\(-59\%\,_-63\%\):not(#\#):not(#\#):not(#\#){transform:translate(-59%,-63%)}.trf_translate\(-37\%\,_-56\%\):not(#\#):not(#\#):not(#\#){transform:translate(-37%,-56%)}.w_227px:not(#\#):not(#\#):not(#\#){width:227px}.w_121px:not(#\#):not(#\#):not(#\#){width:121px}.p_7px_0px_6px:not(#\#):not(#\#):not(#\#){padding:7px 0 6px}.py_3px:not(#\#):not(#\#):not(#\#){padding-block:3px}.m_20px_auto_0:not(#\#):not(#\#):not(#\#){margin:20px auto 0}.w_220px:not(#\#):not(#\#):not(#\#){width:220px}.gap_25px:not(#\#):not(#\#):not(#\#){gap:25px}.gap_9px:not(#\#):not(#\#):not(#\#){gap:9px}.m_8px_0px_16px:not(#\#):not(#\#):not(#\#){margin:8px 0 16px}.w_200px:not(#\#):not(#\#):not(#\#){width:200px}.h_430px:not(#\#):not(#\#):not(#\#){height:430px}.p_11px_19px:not(#\#):not(#\#):not(#\#){padding:11px 19px}.max-w_780px:not(#\#):not(#\#):not(#\#){max-width:780px}.max-w_334px:not(#\#):not(#\#):not(#\#){max-width:334px}.gap_21px:not(#\#):not(#\#):not(#\#){gap:21px}.h_362px:not(#\#):not(#\#):not(#\#){height:362px}.p_4px_5px_13px:not(#\#):not(#\#):not(#\#){padding:4px 5px 13px}.h_260px:not(#\#):not(#\#):not(#\#){height:260px}.ovs-b_contain:not(#\#):not(#\#):not(#\#){overscroll-behavior:contain}.m_0px_12px:not(#\#):not(#\#):not(#\#){margin:0 12px}.w_77px:not(#\#):not(#\#):not(#\#){width:77px}.w_105px:not(#\#):not(#\#):not(#\#){width:105px}.p_0px_0px_0px_5px:not(#\#):not(#\#):not(#\#){padding:0 0 0 5px}.bdr_0px:not(#\#):not(#\#):not(#\#){border-radius:0}.w_95px:not(#\#):not(#\#):not(#\#){width:95px}.h_200:not(#\#):not(#\#):not(#\#){height:200px}.max-w_max-content:not(#\#):not(#\#):not(#\#){max-width:max-content}.w_400:not(#\#):not(#\#):not(#\#){width:400px}.typography_18_BOLD_WIDE:not(#\#):not(#\#):not(#\#){font-size:18px;font-weight:700;line-height:164%}.bd_3px_dashed_token\(colors\.\$red\):not(#\#):not(#\#):not(#\#){border:3px dashed var(--colors-\$red)}.w_90vw:not(#\#):not(#\#):not(#\#){width:90vw}.h_90vh:not(#\#):not(#\#):not(#\#){height:90vh}.gap_15px:not(#\#):not(#\#):not(#\#){gap:15px}.w_475px:not(#\#):not(#\#):not(#\#){width:475px}.p_10px_8px_10px_12px:not(#\#):not(#\#):not(#\#){padding:10px 8px 10px 12px}.w_177px:not(#\#):not(#\#):not(#\#){width:177px}.min-h_calc\(100vh_\+_token\(space\.\$ADMIN_BOTTOM_NAV_HEIGHT\)\):not(#\#):not(#\#):not(#\#){min-height:calc(100vh + var(--space-\$-a-d-m-i-n_-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t))}.p_30px:not(#\#):not(#\#):not(#\#){padding:30px}.w_72px:not(#\#):not(#\#):not(#\#){width:72px}.w_125px:not(#\#):not(#\#):not(#\#){width:125px}.min-h_120px:not(#\#):not(#\#):not(#\#){min-height:120px}.w_328px:not(#\#):not(#\#):not(#\#){width:328px}.z_11:not(#\#):not(#\#):not(#\#){z-index:11}.bd-b_1px_solid_transparent:not(#\#):not(#\#):not(#\#){border-bottom:1px solid #0000}.trs_padding-bottom_0\.1s:not(#\#):not(#\#):not(#\#){transition:padding-bottom .1s}.bx-sh_0_2px_4px_-2px_rgba\(0\,_0\,_0\,_0\.1\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 4px -2px #0000001a}.max-w_660px:not(#\#):not(#\#):not(#\#){max-width:660px}.p_4px_14px:not(#\#):not(#\#):not(#\#){padding:4px 14px}.w_auto:not(#\#):not(#\#):not(#\#){width:auto}.grid-c_1_\/_-1:not(#\#):not(#\#):not(#\#){grid-column:1/-1}.min-w_1800px:not(#\#):not(#\#):not(#\#){min-width:1800px}.typography_13_BOLD_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:700;line-height:100%}.d_contents:not(#\#):not(#\#):not(#\#){display:contents}.bd-r_1px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-right:1px solid var(--colors-\$gray01)}.tu-o_2px:not(#\#):not(#\#):not(#\#){text-underline-offset:2px}.p_5px_7px:not(#\#):not(#\#):not(#\#){padding:5px 7px}.bdr_48px:not(#\#):not(#\#):not(#\#){border-radius:48px}.c_\$yellow02:not(#\#):not(#\#):not(#\#){color:var(--colors-\$yellow02)}.grid-c_2_\/_-1:not(#\#):not(#\#):not(#\#){grid-column:2/-1}.bd_0\.5px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border:.5px solid var(--colors-\$gray02)}.p_10px_8px:not(#\#):not(#\#):not(#\#){padding:10px 8px}.bd_0\.5px_solid_token\(colors\.\$dodgerBlue\):not(#\#):not(#\#):not(#\#){border:.5px solid var(--colors-\$dodger-blue)}.typography_13_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:700;line-height:136%}.typography_13_MEDIUM_NARROW:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:500;line-height:125%}.typography_13_BOLD_NARROW:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:700;line-height:125%}.m_24px:not(#\#):not(#\#):not(#\#){margin:24px}.bd-t_1px_dashed_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-top:1px dashed var(--colors-\$gray02)}.ring_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){outline:1px solid var(--colors-\$gray02)}.w_169px:not(#\#):not(#\#):not(#\#){width:169px}.w_208px:not(#\#):not(#\#):not(#\#){width:208px}.p_32px_18px:not(#\#):not(#\#):not(#\#){padding:32px 18px}.min-w_312px:not(#\#):not(#\#):not(#\#){min-width:312px}.p_11px_4px:not(#\#):not(#\#):not(#\#){padding:11px 4px}.bg_rgba\(248\,_248\,_248\,_0\.65\):not(#\#):not(#\#):not(#\#){background:#f8f8f8a6}.p_11px:not(#\#):not(#\#):not(#\#){padding:11px}.p_40px_24px_98px:not(#\#):not(#\#):not(#\#){padding:40px 24px 98px}.p_5px_24px_80px:not(#\#):not(#\#):not(#\#){padding:5px 24px 80px}.w_235px:not(#\#):not(#\#):not(#\#){width:235px}.h_235px:not(#\#):not(#\#):not(#\#){height:235px}.bd_1px_solid_token\(colors\.\$white\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$white)}.bg_linear-gradient\(90deg\,_\#FF7577_0\%\,_\#FFAF6A_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#ff7577 0%,#ffaf6a 100%)}.c_transparent:not(#\#):not(#\#):not(#\#){color:#0000}.white-space_pre:not(#\#):not(#\#):not(#\#){white-space:pre}.p_6px_0px_6px_8px:not(#\#):not(#\#):not(#\#){padding:6px 0 6px 8px}.p_12px_9px_13\.5px_9px:not(#\#):not(#\#):not(#\#){padding:12px 9px 13.5px}.w_calc\(100\%_\+_16px\):not(#\#):not(#\#):not(#\#){width:calc(100% + 16px)}.p_28px_16px_16px:not(#\#):not(#\#):not(#\#){padding:28px 16px 16px}.p_18px_10px_16px:not(#\#):not(#\#):not(#\#){padding:18px 10px 16px}.bg_linear-gradient\(180deg\,_\#71EEAC_0\%\,_\#0ECE63_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#71eeac 0%,#0ece63 100%)}.min-w_160px:not(#\#):not(#\#):not(#\#){min-width:160px}.p_14px_14px_18px:not(#\#):not(#\#):not(#\#){padding:14px 14px 18px}.trf_translate3d\(-50\%\,_71px\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,71px)}.bg_radial-gradient\(50\%_50\%_at_50\%_50\%\,_rgba\(237\,_197\,_23\,_0\.24\)_20\.5\%\,_rgba\(255\,_255\,_255\,_0\.24\)_100\%\):not(#\#):not(#\#):not(#\#){background:radial-gradient(50% 50%,#edc5173d 20.5%,#ffffff3d 100%)}.bg_radial-gradient\(50\%_50\%_at_50\%_50\%\,_rgba\(83\,_129\,_157\,_0\.2\)_0\%\,_rgba\(255\,_255\,_255\,_0\.2\)_100\%\):not(#\#):not(#\#):not(#\#){background:radial-gradient(50% 50%,#53819d33 0%,#fff3 100%)}.bg_radial-gradient\(50\%_50\%_at_50\%_50\%\,_rgba\(77\,_225\,_255\,_0\.2\)_13\.5\%\,_rgba\(255\,_255\,_255\,_0\.2\)_100\%\):not(#\#):not(#\#):not(#\#){background:radial-gradient(50% 50%,#4de1ff33 13.5%,#fff3 100%)}.p_14px_4px_16px:not(#\#):not(#\#):not(#\#){padding:14px 4px 16px}.ls_-1px:not(#\#):not(#\#):not(#\#){letter-spacing:-1px}.bd_3px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border:3px solid var(--colors-\$black)}.w_90px:not(#\#):not(#\#):not(#\#){width:90px}.h_90px:not(#\#):not(#\#):not(#\#){height:90px}.trf_rotate\(0\.75turn\):not(#\#):not(#\#):not(#\#){transform:rotate(.75turn)}.c_\$yellow-kakao:not(#\#):not(#\#):not(#\#){color:var(--colors-\$yellow-kakao)}.z_999999:not(#\#):not(#\#):not(#\#){z-index:999999}.max-h_calc\(100vh_-_80px\):not(#\#):not(#\#):not(#\#){max-height:calc(100vh - 80px)}.p_12px_24px_12px_10px:not(#\#):not(#\#):not(#\#){padding:12px 24px 12px 10px}.p_4px_0_4px_2px:not(#\#):not(#\#):not(#\#){padding:4px 0 4px 2px}.m_5px_0:not(#\#):not(#\#):not(#\#){margin:5px 0}.anim_showAnimation_0\.5s_cubic-bezier\(0\.645\,_0\.045\,_0\.355\,_1\.000\)_0s_forwards_running:not(#\#):not(#\#):not(#\#){animation:.5s cubic-bezier(.645,.045,.355,1) forwards showAnimation}.z_7501:not(#\#):not(#\#):not(#\#){z-index:7501}.safe-area-position-bottom_76px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 76px)}.p_12px_12px_12px_11px:not(#\#):not(#\#):not(#\#){padding:12px 12px 12px 11px}.trf_translateY\(-1px\):not(#\#):not(#\#):not(#\#){transform:translateY(-1px)}.trf_translateY\(1px\):not(#\#):not(#\#):not(#\#){transform:translateY(1px)}.trf_translateY\(0\):not(#\#):not(#\#):not(#\#){transform:translateY(0)}.p_6px_2px:not(#\#):not(#\#):not(#\#){padding:6px 2px}.max-h_90\%:not(#\#):not(#\#):not(#\#){max-height:90%}.p_0_20px_12px:not(#\#):not(#\#):not(#\#){padding:0 20px 12px}.p_0_20px_40px:not(#\#):not(#\#):not(#\#){padding:0 20px 40px}.p_0_16px_16px:not(#\#):not(#\#):not(#\#){padding:0 16px 16px}.max-w_720px:not(#\#):not(#\#):not(#\#){max-width:720px}.h_130px:not(#\#):not(#\#):not(#\#){height:130px}.p_0_40px:not(#\#):not(#\#):not(#\#){padding:0 40px}.min-h_calc\(100vh_-_190px\):not(#\#):not(#\#):not(#\#){min-height:calc(100vh - 190px)}.c_\$gary06:not(#\#):not(#\#):not(#\#){color:$gary06}.max-w_278px:not(#\#):not(#\#):not(#\#){max-width:278px}.p_16px_32px:not(#\#):not(#\#):not(#\#){padding:16px 32px}.bdr_22px:not(#\#):not(#\#):not(#\#){border-radius:22px}.p_8px_0_8px_8px:not(#\#):not(#\#):not(#\#){padding:8px 0 8px 8px}.py_1px:not(#\#):not(#\#):not(#\#){padding-block:1px}.w_8px:not(#\#):not(#\#):not(#\#){width:8px}.h_2px:not(#\#):not(#\#):not(#\#){height:2px}.c_black:not(#\#):not(#\#):not(#\#){color:#000}.trs_max-height_0\.4s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:max-height .4s ease-in-out}.max-h_20000px:not(#\#):not(#\#):not(#\#){max-height:20000px}.trs_max-height_0\.2s_cubic-bezier\(0\,_1\,_0\,_1\):not(#\#):not(#\#):not(#\#){transition:max-height .2s cubic-bezier(0,1,0,1)}.p_32px_16px_0:not(#\#):not(#\#):not(#\#){padding:32px 16px 0}.p_28px_20px_24px:not(#\#):not(#\#):not(#\#){padding:28px 20px 24px}.p_12px_10px_14px:not(#\#):not(#\#):not(#\#){padding:12px 10px 14px}.rotate_0deg:not(#\#):not(#\#):not(#\#){rotate:none}.p_20px_0_0_4px:not(#\#):not(#\#):not(#\#){padding:20px 0 0 4px}.w_calc\(100\%_-_12px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 12px)}.max-h_70vh:not(#\#):not(#\#):not(#\#){max-height:70vh}.p_40px_22px_24px:not(#\#):not(#\#):not(#\#){padding:40px 22px 24px}.bdr_8px_8px_0_0:not(#\#):not(#\#):not(#\#){border-radius:8px 8px 0 0}.p_12px_0_6px:not(#\#):not(#\#):not(#\#){padding:12px 0 6px}.c_\$NAVER_GREEN:not(#\#):not(#\#):not(#\#){color:var(--colors-\$-n-a-v-e-r_-g-r-e-e-n)}.max-h_80vh:not(#\#):not(#\#):not(#\#){max-height:80vh}.flex_10:not(#\#):not(#\#):not(#\#){flex:10}.p_40px_24px_20px_22px:not(#\#):not(#\#):not(#\#){padding:40px 24px 20px 22px}.bg_radial-gradient\(50\%_50\%_at_50\%_50\%\,_rgba\(147\,_179\,_197\,_0\.52\)_0\%\,_rgba\(196\,_196\,_196\,_0\)_100\%\):not(#\#):not(#\#):not(#\#){background:radial-gradient(50% 50%,#93b3c585 0%,#c4c4c400 100%)}.p_40px_22px_20px:not(#\#):not(#\#):not(#\#){padding:40px 22px 20px}.p_22px_16px_16px:not(#\#):not(#\#):not(#\#){padding:22px 16px 16px}.h_330px:not(#\#):not(#\#):not(#\#){height:330px}.p_16px_16px_13px:not(#\#):not(#\#):not(#\#){padding:16px 16px 13px}.bdr_18\.8px:not(#\#):not(#\#):not(#\#){border-radius:18.8px}.p_40px_24px_24px_22px:not(#\#):not(#\#):not(#\#){padding:40px 24px 24px 22px}.w_280px:not(#\#):not(#\#):not(#\#){width:280px}.p_24px_20px_8px:not(#\#):not(#\#):not(#\#){padding:24px 20px 8px}.p_0_24px_40px:not(#\#):not(#\#):not(#\#){padding:0 24px 40px}.bx-sh_0px_0px_19px_rgba\(0\,_0\,_0\,_0\.03\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 19px #00000008}.p_0_24px:not(#\#):not(#\#):not(#\#){padding:0 24px}.w_130px:not(#\#):not(#\#):not(#\#){width:130px}.h_42px:not(#\#):not(#\#):not(#\#){height:42px}.p_24px_20px_20px:not(#\#):not(#\#):not(#\#){padding:24px 20px 20px}.w_219px:not(#\#):not(#\#):not(#\#){width:219px}.bg_linear-gradient\(180deg\,_\#F4F4F4_0\%\,_\#FFFFFF_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#f4f4f4 0%,#fff 100%)}.p_36px_24px_0:not(#\#):not(#\#):not(#\#){padding:36px 24px 0}.p_40px_44px:not(#\#):not(#\#):not(#\#){padding:40px 44px}.bd-b_6px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-bottom:6px solid var(--colors-\$gray01)}.m_24px_0_16px:not(#\#):not(#\#):not(#\#){margin:24px 0 16px}.c_\$sejongGreen01:not(#\#):not(#\#):not(#\#){color:var(--colors-\$sejong-green01)}.min-w_0:not(#\#):not(#\#):not(#\#){min-width:0}.p_14px_10px:not(#\#):not(#\#):not(#\#){padding:14px 10px}.bd_1px_solid_\#E1EDFF:not(#\#):not(#\#):not(#\#){border:1px solid #e1edff}.p_13px_9px_13px_7px:not(#\#):not(#\#):not(#\#){padding:13px 9px 13px 7px}.p_14px_11px:not(#\#):not(#\#):not(#\#){padding:14px 11px}.p_10px_10px_10px_14px:not(#\#):not(#\#):not(#\#){padding:10px 10px 10px 14px}.bdr_0px_16px_16px_16px:not(#\#):not(#\#):not(#\#){border-radius:0 16px 16px}.bd_1px_solid_\#FFE9EB:not(#\#):not(#\#):not(#\#){border:1px solid #ffe9eb}.p_18px_14px_14px:not(#\#):not(#\#):not(#\#){padding:18px 14px 14px}.safe-area-position-top_12px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 12px)}.w_calc\(100\%_-_80px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 80px)}.max-w_calc\(token\(sizes\.\$MAX_BROWSER_WIDTH\)_-_80px\):not(#\#):not(#\#):not(#\#){max-width:calc(var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h) - 80px)}.py_17px:not(#\#):not(#\#):not(#\#){padding-block:17px}.bkdp_blur\(4\.7px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(4.7px);backdrop-filter:blur(4.7px)}.bx-sh_0px_0px_7\.4px_2px_rgba\(39\,_79\,_190\,_0\.10\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 7.4px 2px #274fbe1a}.bg_linear-gradient\(90deg\,_\#3D3D3D_17\.44\%\,_\#2070ED_58\.45\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#3d3d3d 17.44%,#2070ed 58.45%)}.trf_translate\(50\%\,_-50\%\):not(#\#):not(#\#):not(#\#){transform:translate(50%,-50%)}.w_154px:not(#\#):not(#\#):not(#\#){width:154px}.h_151px:not(#\#):not(#\#):not(#\#){height:151px}.filter_blur\(33\.55px\):not(#\#):not(#\#):not(#\#){filter:blur(33.55px)}.px_16px_12px:not(#\#):not(#\#):not(#\#){padding-inline:16px 12px}.p_16px_8px_16px_16px:not(#\#):not(#\#):not(#\#){padding:16px 8px 16px 16px}.bdr_0_0_8px_8px:not(#\#):not(#\#):not(#\#){border-radius:0 0 8px 8px}.bg_linear-gradient\(49deg\,_\#E8F1F8_45\.1\%\,_\#D0E1FE_86\.39\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(49deg,#e8f1f8 45.1%,#d0e1fe 86.39%)}.typography_10_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:10px;font-weight:500;line-height:100%}.c_\$darkSkyBlue:not(#\#):not(#\#):not(#\#){color:var(--colors-\$dark-sky-blue)}.w_calc\(100\%_\+_9px\):not(#\#):not(#\#):not(#\#){width:calc(100% + 9px)}.z_20001:not(#\#):not(#\#):not(#\#){z-index:20001}.safe-area-padding-top_48px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 48px)}.min-h_512px:not(#\#):not(#\#):not(#\#){min-height:512px}.h_21px:not(#\#):not(#\#):not(#\#){height:21px}.w_21px:not(#\#):not(#\#):not(#\#){width:21px}.max-w_320px:not(#\#):not(#\#):not(#\#){max-width:320px}.bx-sh_0_0_7px_2px_rgba\(180\,_180\,_180\,_0\.05\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px 2px #b4b4b40d}.p_18px_12px_18px_16px:not(#\#):not(#\#):not(#\#){padding:18px 12px 18px 16px}.px_14px:not(#\#):not(#\#):not(#\#){padding-inline:14px}.p_20px_24px_16px:not(#\#):not(#\#):not(#\#){padding:20px 24px 16px}.bx-sh_2px_4px_9\.8px_0px_rgba\(112\,_118\,_125\,_0\.04\):not(#\#):not(#\#):not(#\#){box-shadow:2px 4px 9.8px #70767d0a}.p_12px_34px_12px_38px:not(#\#):not(#\#):not(#\#){padding:12px 34px 12px 38px}.bx-sh_0_0_0_1px_\#2c7fff:not(#\#):not(#\#):not(#\#){box-shadow:0 0 0 1px #2c7fff}.bx-sh_0_0_0_1px_\#C8C8C8:not(#\#):not(#\#):not(#\#){box-shadow:0 0 0 1px #c8c8c8}.bx-sh_0_0_0_1px_\#000000:not(#\#):not(#\#):not(#\#){box-shadow:0 0 0 1px #000}.max-w_300px:not(#\#):not(#\#):not(#\#){max-width:300px}.z_1000010:not(#\#):not(#\#):not(#\#){z-index:1000010}.trs_transform_0\.1s_linear:not(#\#):not(#\#):not(#\#){transition:transform .1s linear}.p_24px_20px_32px:not(#\#):not(#\#):not(#\#){padding:24px 20px 32px}.h_64px:not(#\#):not(#\#):not(#\#){height:64px}.w_74px:not(#\#):not(#\#):not(#\#){width:74px}.p_4px_5px_6px_5px:not(#\#):not(#\#):not(#\#){padding:4px 5px 6px}.text-underline-position_from-font:not(#\#):not(#\#):not(#\#){text-underline-position:from-font}.w_64px:not(#\#):not(#\#):not(#\#){width:64px}.bd_1px_solid_token\(colors\.\$blue100\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$blue100)}.p_16px_18px:not(#\#):not(#\#):not(#\#){padding:16px 18px}.w_640:not(#\#):not(#\#):not(#\#){width:640px}.h_165:not(#\#):not(#\#):not(#\#){height:165px}.w_260px:not(#\#):not(#\#):not(#\#){width:260px}.max-w_219px:not(#\#):not(#\#):not(#\#){max-width:219px}.max-h_550px:not(#\#):not(#\#):not(#\#){max-height:550px}.w_176px:not(#\#):not(#\#):not(#\#){width:176px}.py_12px:not(#\#):not(#\#):not(#\#){padding-block:12px}.bdr_0px_0px_8px_8px:not(#\#):not(#\#):not(#\#){border-radius:0 0 8px 8px}.bdr_16px_3px_16px_16px:not(#\#):not(#\#):not(#\#){border-radius:16px 3px 16px 16px}.max-h_65vh:not(#\#):not(#\#):not(#\#){max-height:65vh}.min-w_275px:not(#\#):not(#\#):not(#\#){min-width:275px}.trs_width_0\.5s_ease:not(#\#):not(#\#):not(#\#){transition:width .5s}.h_8px:not(#\#):not(#\#):not(#\#){height:8px}.h_89px:not(#\#):not(#\#):not(#\#){height:89px}.min-h_89px:not(#\#):not(#\#):not(#\#){min-height:89px}.min-h_initial:not(#\#):not(#\#):not(#\#){min-height:initial}.min-h_132px:not(#\#):not(#\#):not(#\#){min-height:132px}.bd_1px_solid_token\(colors\.\$gray500\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray500)}.py_56px:not(#\#):not(#\#):not(#\#){padding-block:56px}.p_32px_20px_26px:not(#\#):not(#\#):not(#\#){padding:32px 20px 26px}.typography_13_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:500;line-height:100%}.anim_secondReviewListWrapperAnimation_60s_linear_infinite:not(#\#):not(#\#):not(#\#){animation:60s linear infinite secondReviewListWrapperAnimation}.anim_firstReviewListWrapperAnimation_60s_linear_infinite:not(#\#):not(#\#):not(#\#){animation:60s linear infinite firstReviewListWrapperAnimation}.min-w_1472px:not(#\#):not(#\#):not(#\#){min-width:1472px}.h_400px:not(#\#):not(#\#):not(#\#){height:400px}.bg_linear-gradient\(270deg\,_\#F8F8F8_0\%\,_rgba\(242\,_242\,_242\,_0\.00\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(270deg,#f8f8f8 0%,#f2f2f200 100%)}.bg_linear-gradient\(90deg\,_\#F8F8F8_0\%\,_rgba\(242\,_242\,_242\,_0\.00\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#f8f8f8 0%,#f2f2f200 100%)}.w_1200px:not(#\#):not(#\#):not(#\#){width:1200px}.p_16px_16px_14px:not(#\#):not(#\#):not(#\#){padding:16px 16px 14px}.max-h_40px:not(#\#):not(#\#):not(#\#){max-height:40px}.trs_padding-top_0\.3s_linear:not(#\#):not(#\#):not(#\#){transition:padding-top .3s linear}.will-change_padding-top:not(#\#):not(#\#):not(#\#){will-change:padding-top}.h_19px:not(#\#):not(#\#):not(#\#){height:19px}.m_0_2px_3px:not(#\#):not(#\#):not(#\#){margin:0 2px 3px}.max-h_32px:not(#\#):not(#\#):not(#\#){max-height:32px}.typography_12_MEDIUM_WIDE:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:500;line-height:164%}.typography_12_BOLD_WIDE:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:700;line-height:164%}.typography_12_REGULAR_WIDE:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:400;line-height:164%}.w_56px:not(#\#):not(#\#):not(#\#){width:56px}.c_\#eca20c:not(#\#):not(#\#):not(#\#){color:#eca20c}.p_120px_0:not(#\#):not(#\#):not(#\#){padding:120px 0}.p_14px_24px:not(#\#):not(#\#):not(#\#){padding:14px 24px}.w_calc\(100\%_-_34px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 34px)}.m_0_4px_3px_0:not(#\#):not(#\#):not(#\#){margin:0 4px 3px 0}.m_20px_0_24px:not(#\#):not(#\#):not(#\#){margin:20px 0 24px}.w_30\%:not(#\#):not(#\#):not(#\#){width:30%}.w_70\%:not(#\#):not(#\#):not(#\#){width:70%}.m_0_4px:not(#\#):not(#\#):not(#\#){margin:0 4px}.m_0_2px_1px_0:not(#\#):not(#\#):not(#\#){margin:0 2px 1px 0}.bdr_24px_24px_0px_0px:not(#\#):not(#\#):not(#\#){border-radius:24px 24px 0 0}.bx-sh_0px_0px_14px_3px_rgba\(34\,_34\,_34\,_0\.0998962\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 14px 3px #22222219}.w_135px:not(#\#):not(#\#):not(#\#){width:135px}.h_135px:not(#\#):not(#\#):not(#\#){height:135px}.h_inherit:not(#\#):not(#\#):not(#\#){height:inherit}.bdr_14px_0px_0px_14px:not(#\#):not(#\#):not(#\#){border-radius:14px 0 0 14px}.bd-t_9px_solid_transparent:not(#\#):not(#\#):not(#\#){border-top:9px solid #0000}.bd-r_10px_solid_token\(colors\.\$white\):not(#\#):not(#\#):not(#\#){border-right:10px solid var(--colors-\$white)}.bd-b_9px_solid_transparent:not(#\#):not(#\#):not(#\#){border-bottom:9px solid #0000}.max-w_none:not(#\#):not(#\#):not(#\#){max-width:none}.bg_linear-gradient\(0deg\,_token\(colors\.\$gray00\)_84\.24\%\,_rgba\(248\,_248\,_248\,_0\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(0deg,var(--colors-\$gray00)84.24%,#f8f8f800 100%)}.m_0_2px_5px_0:not(#\#):not(#\#):not(#\#){margin:0 2px 5px 0}.p_13px_16px_13px_10px:not(#\#):not(#\#):not(#\#){padding:13px 16px 13px 10px}.m_0px_auto:not(#\#):not(#\#):not(#\#){margin:0 auto}.bkdp_blur\(3px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.w_91px:not(#\#):not(#\#):not(#\#){width:91px}.max-w_192px:not(#\#):not(#\#):not(#\#){max-width:192px}.max-h_43px:not(#\#):not(#\#):not(#\#){max-height:43px}.bg_linear-gradient\(180deg\,_\#D6EBFF_0\.43\%\,_\#FFF_90\.16\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#d6ebff .43%,#fff 90.16%)}.bx-sh_0px_-1px_4px_0px_rgba\(68\,_103\,_139\,_0\.40\):not(#\#):not(#\#):not(#\#){box-shadow:0 -1px 4px #44678b66}.w_110px:not(#\#):not(#\#):not(#\#){width:110px}.bd-b_6px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-bottom:6px solid var(--colors-\$gray02)}.p_30px_12px_20px:not(#\#):not(#\#):not(#\#){padding:30px 12px 20px}.h_35px:not(#\#):not(#\#):not(#\#){height:35px}.bd-b_solid_1px_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-bottom:solid 1px var(--colors-\$gray02)}.p_0_16px_0_20px:not(#\#):not(#\#):not(#\#){padding:0 16px 0 20px}.w_228px:not(#\#):not(#\#):not(#\#){width:228px}.min-h_320px:not(#\#):not(#\#):not(#\#){min-height:320px}.p_10px_2px_10px_10px:not(#\#):not(#\#):not(#\#){padding:10px 2px 10px 10px}.w_calc\(\(100\%_-_24px\)_\/_3\):not(#\#):not(#\#):not(#\#){width:calc(33.3333% - 8px)}.p_0px_16px_16px:not(#\#):not(#\#):not(#\#){padding:0 16px 16px}.trs_all_0\.2s_linear:not(#\#):not(#\#):not(#\#){transition:all .2s linear}.z_15:not(#\#):not(#\#):not(#\#){z-index:15}.safe-area-position-top_80px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 80px)}.safe-area-position-top_40px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 40px)}.h_640:not(#\#):not(#\#):not(#\#){height:640px}.p_0_24px_28px:not(#\#):not(#\#):not(#\#){padding:0 24px 28px}.content-offset_100\%:not(#\#):not(#\#):not(#\#){content-offset:100%}.arrow-offset_65\%:not(#\#):not(#\#):not(#\#){arrow-offset:65%}.offset-y_3px:not(#\#):not(#\#):not(#\#){offset-y:3px}.p_0_24px_16px:not(#\#):not(#\#):not(#\#){padding:0 24px 16px}.p_40px_16px_20px:not(#\#):not(#\#):not(#\#){padding:40px 16px 20px}.max-w_calc\(100\%_-_78px\):not(#\#):not(#\#):not(#\#){max-width:calc(100% - 78px)}.w_66:not(#\#):not(#\#):not(#\#){width:66px}.h_66:not(#\#):not(#\#):not(#\#){height:66px}.w_52:not(#\#):not(#\#):not(#\#){width:52px}.w_calc\(100\%_-_52px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 52px)}.bd-b_2px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid var(--colors-\$black)}.p_14px:not(#\#):not(#\#):not(#\#){padding:14px}.trf_rotate\(0deg\):not(#\#):not(#\#):not(#\#){transform:rotate(0)}.p_24px_16px_40px_21px:not(#\#):not(#\#):not(#\#){padding:24px 16px 40px 21px}.p_12px_21px:not(#\#):not(#\#):not(#\#){padding:12px 21px}.p_12px_44px:not(#\#):not(#\#):not(#\#){padding:12px 44px}.w_28\%:not(#\#):not(#\#):not(#\#){width:28%}.w_72\%:not(#\#):not(#\#):not(#\#){width:72%}.p_12px_8px_13px_11px:not(#\#):not(#\#):not(#\#){padding:12px 8px 13px 11px}.min-w_103px:not(#\#):not(#\#):not(#\#){min-width:103px}.p_13px_1px:not(#\#):not(#\#):not(#\#){padding:13px 1px}.p_12px_15px:not(#\#):not(#\#):not(#\#){padding:12px 15px}.py_72px:not(#\#):not(#\#):not(#\#){padding-block:72px}.p_28px_22px_20px:not(#\#):not(#\#):not(#\#){padding:28px 22px 20px}.p_12px_16px_16px:not(#\#):not(#\#):not(#\#){padding:12px 16px 16px}.p_16px_16px_12px:not(#\#):not(#\#):not(#\#){padding:16px 16px 12px}.max-w_calc\(100\%_-_32px\):not(#\#):not(#\#):not(#\#){max-width:calc(100% - 32px)}.p_7px_16px:not(#\#):not(#\#):not(#\#){padding:7px 16px}.p_24px_16px_115px:not(#\#):not(#\#):not(#\#){padding:24px 16px 115px}.flex_auto:not(#\#):not(#\#):not(#\#){flex:auto}.p_11px_36px:not(#\#):not(#\#):not(#\#){padding:11px 36px}.p_5px_6px:not(#\#):not(#\#):not(#\#){padding:5px 6px}.max-h_215px:not(#\#):not(#\#):not(#\#){max-height:215px}.m_4px_0_12px:not(#\#):not(#\#):not(#\#){margin:4px 0 12px}.h_152px:not(#\#):not(#\#):not(#\#){height:152px}.p_25px_16px_16px:not(#\#):not(#\#):not(#\#){padding:25px 16px 16px}.m_12px_0_24px_0:not(#\#):not(#\#):not(#\#){margin:12px 0 24px}.p_12px_16px_24px:not(#\#):not(#\#):not(#\#){padding:12px 16px 24px}.p_18px_8px_16px_18px:not(#\#):not(#\#):not(#\#){padding:18px 8px 16px 18px}.h_400:not(#\#):not(#\#):not(#\#){height:400px}.gap_8:not(#\#):not(#\#):not(#\#){gap:8px}.w_52px:not(#\#):not(#\#):not(#\#){width:52px}.w_42px:not(#\#):not(#\#):not(#\#){width:42px}.p_18px_0px_18px_16px:not(#\#):not(#\#):not(#\#){padding:18px 0 18px 16px}.flex_9:not(#\#):not(#\#):not(#\#){flex:9}.bx-sh_0px_0px_7px_2px_rgba\(180\,_180\,_180\,_0\.05\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px 2px #b4b4b40d}.p_0_12px_18px_10px:not(#\#):not(#\#):not(#\#){padding:0 12px 18px 10px}.p_18px_16px:not(#\#):not(#\#):not(#\#){padding:18px 16px}.p_0px_16px_20px_16px:not(#\#):not(#\#):not(#\#){padding:0 16px 20px}.p_11px_16px_11px_20px:not(#\#):not(#\#):not(#\#){padding:11px 16px 11px 20px}.px_0px:not(#\#):not(#\#):not(#\#){padding-inline:0}.safe-area-padding-top_17px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 17px)}.h_202px:not(#\#):not(#\#):not(#\#){height:202px}.min-h_240px:not(#\#):not(#\#):not(#\#){min-height:240px}.bd-l_1px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$gray01)}.p_16px_20px_16px_16px:not(#\#):not(#\#):not(#\#){padding:16px 20px 16px 16px}.p_16px_15px_16px_21px:not(#\#):not(#\#):not(#\#){padding:16px 15px 16px 21px}.p_3px_3px:not(#\#):not(#\#):not(#\#){padding:3px}.p_2px_3px:not(#\#):not(#\#):not(#\#){padding:2px 3px}.trf_translateX\(-5_0\%\):not(#\#):not(#\#):not(#\#){transform:translateX(-5 0%)}.trf_translateY\(0\)_translateZ\(0\):not(#\#):not(#\#):not(#\#){transform:translateY(0)translateZ(0)}.trf_translateY\(100\%\)_translateZ\(0\):not(#\#):not(#\#):not(#\#){transform:translateY(100%)translateZ(0)}.p_0px_12px:not(#\#):not(#\#):not(#\#){padding:0 12px}.m_16px_8px_8px_0:not(#\#):not(#\#):not(#\#){margin:16px 8px 8px 0}.h_84px:not(#\#):not(#\#):not(#\#){height:84px}.p_40px_20px_20px_20px:not(#\#):not(#\#):not(#\#){padding:40px 20px 20px}.p_56px_20px_80px_20px:not(#\#):not(#\#):not(#\#){padding:56px 20px 80px}.m_24px_0_40px_0:not(#\#):not(#\#):not(#\#){margin:24px 0 40px}.w_75px:not(#\#):not(#\#):not(#\#){width:75px}.m_20px_0px_12px_0px:not(#\#):not(#\#):not(#\#){margin:20px 0 12px}.p_16px_20px_18px_20px:not(#\#):not(#\#):not(#\#){padding:16px 20px 18px}.p_2px_3\.5px:not(#\#):not(#\#):not(#\#){padding:2px 3.5px}.p_48px_24px_64px:not(#\#):not(#\#):not(#\#){padding:48px 24px 64px}.h_250:not(#\#):not(#\#):not(#\#){height:250px}.p_32px_16px_32px_20px:not(#\#):not(#\#):not(#\#){padding:32px 16px 32px 20px}.m_8px_auto:not(#\#):not(#\#):not(#\#){margin:8px auto}.min-w_140px:not(#\#):not(#\#):not(#\#){min-width:140px}.max-w_160px:not(#\#):not(#\#):not(#\#){max-width:160px}.p_16px_12px_16px_28px:not(#\#):not(#\#):not(#\#){padding:16px 12px 16px 28px}.trs_color_0\.2s:not(#\#):not(#\#):not(#\#){transition:color .2s}.trs_all_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:all .2s}.z_calc\(token\(zIndex\.\$BOTTOM_SHEET\)_\+_1\):not(#\#):not(#\#):not(#\#){z-index:calc(var(--z-index-\$-b-o-t-t-o-m_-s-h-e-e-t) + 1)}.p_32px_22px_16px_22px:not(#\#):not(#\#):not(#\#){padding:32px 22px 16px}.p_9px_6px_9px_12px:not(#\#):not(#\#):not(#\#){padding:9px 6px 9px 12px}.p_15px_8px_15px_12px:not(#\#):not(#\#):not(#\#){padding:15px 8px 15px 12px}.min-h_43px:not(#\#):not(#\#):not(#\#){min-height:43px}.trs_background-color_0\.2s_ease\,_border-color_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:background-color .2s,border-color .2s}.trs_color_0\.2s_ease\,_font-weight_0\.2s_ease:not(#\#):not(#\#):not(#\#){transition:color .2s,font-weight .2s}.h_168px:not(#\#):not(#\#):not(#\#){height:168px}.tch-a_pan-y:not(#\#):not(#\#):not(#\#){touch-action:pan-y}.trs_box-shadow_0\.2s:not(#\#):not(#\#):not(#\#){transition:box-shadow .2s}.cursor_grab:not(#\#):not(#\#):not(#\#){cursor:grab}.p_6px_5px:not(#\#):not(#\#):not(#\#){padding:6px 5px}.p_8px_24px:not(#\#):not(#\#):not(#\#){padding:8px 24px}.min-w_14px:not(#\#):not(#\#):not(#\#){min-width:14px}.min-h_15px:not(#\#):not(#\#):not(#\#){min-height:15px}.p_32px_16px_16px_16px:not(#\#):not(#\#):not(#\#){padding:32px 16px 16px}.p_32px_0_0_0:not(#\#):not(#\#):not(#\#){padding:32px 0 0}.gap_56px:not(#\#):not(#\#):not(#\#){gap:56px}.bdr_32px_32px_0_0:not(#\#):not(#\#):not(#\#){border-radius:32px 32px 0 0}.m_0_6px:not(#\#):not(#\#):not(#\#){margin:0 6px}.max-w_209px:not(#\#):not(#\#):not(#\#){max-width:209px}.p_8px_10px_8px_8px:not(#\#):not(#\#):not(#\#){padding:8px 10px 8px 8px}.bd-l_solid_1px_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-left:solid 1px var(--colors-\$gray02)}.w_calc\(100\%_-_9px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 9px)}.p_16px_0_0_24px:not(#\#):not(#\#):not(#\#){padding:16px 0 0 24px}.p_20px_12px_14px_24px:not(#\#):not(#\#):not(#\#){padding:20px 12px 14px 24px}.p_32px_16px_110px:not(#\#):not(#\#):not(#\#){padding:32px 16px 110px}.flex_none:not(#\#):not(#\#):not(#\#){flex:none}.p_0_14px:not(#\#):not(#\#):not(#\#){padding:0 14px}.flex_25:not(#\#):not(#\#):not(#\#){flex:25}.p_24px_16px_20px:not(#\#):not(#\#):not(#\#){padding:24px 16px 20px}.min-w_65px:not(#\#):not(#\#):not(#\#){min-width:65px}.flex_11:not(#\#):not(#\#):not(#\#){flex:11}.m_32px_0_21px_0:not(#\#):not(#\#):not(#\#){margin:32px 0 21px}.p_0_20px_token\(space\.\$BOTTOM_NAV_HEIGHT\):not(#\#):not(#\#):not(#\#){padding:0 20px var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t)}.op_0\.03:not(#\#):not(#\#):not(#\#){opacity:.03}.white-space_pre-wrap:not(#\#):not(#\#):not(#\#){white-space:pre-wrap}.safe-area-position-bottom_28px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 28px)}.bd_1px_solid_rgba\(198\,_220\,_255\,_0\.55\):not(#\#):not(#\#):not(#\#){border:1px solid #c6dcff8c}.bg_linear-gradient\(180deg\,_\#F1F7FF_0\%\,_\#D6E2F4_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#f1f7ff 0%,#d6e2f4 100%)}.min-w_72px:not(#\#):not(#\#):not(#\#){min-width:72px}.p_8px_0_0:not(#\#):not(#\#):not(#\#){padding:8px 0 0}.p_40px_0_8px_24px:not(#\#):not(#\#):not(#\#){padding:40px 0 8px 24px}.m_0_0_8px:not(#\#):not(#\#):not(#\#){margin:0 0 8px}.typography_16_REGULAR_NARROW:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:400;line-height:125%}.p_32px_20px_108px:not(#\#):not(#\#):not(#\#){padding:32px 20px 108px}.rotate_0\.25turn:not(#\#):not(#\#):not(#\#){rotate:.25turn}.m_24px_0_8px_2px:not(#\#):not(#\#):not(#\#){margin:24px 0 8px 2px}.p_40px_20px_32px:not(#\#):not(#\#):not(#\#){padding:40px 20px 32px}.rotate_0\.5turn:not(#\#):not(#\#):not(#\#){rotate:.5turn}.rotate_0:not(#\#):not(#\#):not(#\#){rotate:0}.p_8px_8px_14px:not(#\#):not(#\#):not(#\#){padding:8px 8px 14px}.h_90\%:not(#\#):not(#\#):not(#\#){height:90%}.p_0_0_18px_0:not(#\#):not(#\#):not(#\#){padding:0 0 18px}.p_0_20px_32px:not(#\#):not(#\#):not(#\#){padding:0 20px 32px}.max-h_55px:not(#\#):not(#\#):not(#\#){max-height:55px}.p_17px_12px:not(#\#):not(#\#):not(#\#){padding:17px 12px}.bd-b_1px_solid_\#e8e8e8:not(#\#):not(#\#):not(#\#){border-bottom:1px solid #e8e8e8}.m_16px_0_0:not(#\#):not(#\#):not(#\#){margin:16px 0 0}.p_20px_8px_16px_20px:not(#\#):not(#\#):not(#\#){padding:20px 8px 16px 20px}.bx-sh_0_0_7px_7px_rgba\(0\,_0\,_0\,_0\.03\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px 7px #00000008}.p_16px_0_16px_12px:not(#\#):not(#\#):not(#\#){padding:16px 0 16px 12px}.h_110:not(#\#):not(#\#):not(#\#){height:110px}.p_0_20px_100px_20px:not(#\#):not(#\#):not(#\#){padding:0 20px 100px}.safe-area-position-bottom_24px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 24px)}.safe-area-position-bottom_token\(space\.\$KAKAO_SAFE_AREA\)_\+_24px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a) + 24px)}.m_9px_0_6px_0:not(#\#):not(#\#):not(#\#){margin:9px 0 6px}.w_134px:not(#\#):not(#\#):not(#\#){width:134px}.p_10px_9px_10px_5px:not(#\#):not(#\#):not(#\#){padding:10px 9px 10px 5px}.safe-area-position-bottom_91px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 91px)}.p_5px_14px:not(#\#):not(#\#):not(#\#){padding:5px 14px}.p_12px_7px_12px_22px:not(#\#):not(#\#):not(#\#){padding:12px 7px 12px 22px}.p_12px_12px_12px_10px:not(#\#):not(#\#):not(#\#){padding:12px 12px 12px 10px}.p_0_12px_10px_16px:not(#\#):not(#\#):not(#\#){padding:0 12px 10px 16px}.h_0\.5px:not(#\#):not(#\#):not(#\#){height:.5px}.min-h_140:not(#\#):not(#\#):not(#\#){min-height:140px}.max-h_calc\(100vh_-_24px_-_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){max-height:calc(100vh - 24px - env(safe-area-inset-top))}.p_16px_20px_24px:not(#\#):not(#\#):not(#\#){padding:16px 20px 24px}.min-h_130px:not(#\#):not(#\#):not(#\#){min-height:130px}.w_82px:not(#\#):not(#\#):not(#\#){width:82px}.h_calc\(100vh_-_272px_-_env\(safe-area-inset-top\)_-_env\(safe-area-inset-bottom\)\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 272px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.w_calc\(50\%_-_8px\):not(#\#):not(#\#):not(#\#){width:calc(50% - 8px)}.min-w_73px:not(#\#):not(#\#):not(#\#){min-width:73px}.bd_1px_solid_token\(colors\.\$dodgerBlue\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$dodger-blue)}.min-h_46px:not(#\#):not(#\#):not(#\#){min-height:46px}.cursor_grabbing:not(#\#):not(#\#):not(#\#){cursor:grabbing}.bd-t_10px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-top:10px solid var(--colors-\$gray00)}.safe-area-position-top_56px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 56px)}.p_12px_16px_10px:not(#\#):not(#\#):not(#\#){padding:12px 16px 10px}.content-offset_-2px:not(#\#):not(#\#):not(#\#){content-offset:-2px}.arrow-offset_calc\(50\%_\+_-2px\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(50% + -2px)}.offset-y_4px:not(#\#):not(#\#):not(#\#){offset-y:4px}.max-h_56px:not(#\#):not(#\#):not(#\#){max-height:56px}.max-h_42px:not(#\#):not(#\#):not(#\#){max-height:42px}.py_20px:not(#\#):not(#\#):not(#\#){padding-block:20px}.h_136px:not(#\#):not(#\#):not(#\#){height:136px}.max-w_136px:not(#\#):not(#\#):not(#\#){max-width:136px}.bdr_0_16px_16px_0:not(#\#):not(#\#):not(#\#){border-radius:0 16px 16px 0}.p_2px_6px:not(#\#):not(#\#):not(#\#){padding:2px 6px}.max-w_140px:not(#\#):not(#\#):not(#\#){max-width:140px}.bx-sh_0_2px_8px_5px_rgba\(0\,_0\,_0\,_0\.03\):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 8px 5px #00000008}.p_20px_18px:not(#\#):not(#\#):not(#\#){padding:20px 18px}.trf_translate3d\(-50\%\):not(#\#):not(#\#):not(#\#){transform:translate3d(-50%)}.bd_1px_solid_\#B5E9CD:not(#\#):not(#\#):not(#\#){border:1px solid #b5e9cd}.bdr_80px:not(#\#):not(#\#):not(#\#){border-radius:80px}.w_87\%:not(#\#):not(#\#):not(#\#){width:87%}.py_24px_16px:not(#\#):not(#\#):not(#\#){padding-block:24px 16px}.px_8px:not(#\#):not(#\#):not(#\#){padding-inline:8px}.p_16px_8px_12px_8px:not(#\#):not(#\#):not(#\#){padding:16px 8px 12px}.p_14px_12px_14px_8px:not(#\#):not(#\#):not(#\#){padding:14px 12px 14px 8px}.max-h_calc\(100vh_-_48px_-_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){max-height:calc(100vh - 48px - env(safe-area-inset-top))}.bx-sh_\$deep03:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadows-\$deep03)}.p_22px_16px_4px:not(#\#):not(#\#):not(#\#){padding:22px 16px 4px}.m_14px_0:not(#\#):not(#\#):not(#\#){margin:14px 0}.py_8px:not(#\#):not(#\#):not(#\#){padding-block:8px}.p_20px_0_40px:not(#\#):not(#\#):not(#\#){padding:20px 0 40px}.bd-t_1px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$black)}.bdr_4px_0px_0px_4px:not(#\#):not(#\#):not(#\#){border-radius:4px 0 0 4px}.bdr_0px_4px_4px_0px:not(#\#):not(#\#):not(#\#){border-radius:0 4px 4px 0}.p_15px_6px_15px_12px:not(#\#):not(#\#):not(#\#){padding:15px 6px 15px 12px}.bd-b_1px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$black)}.bx-sh_0px_0px_7px_0px_\#F4F4F4:not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px #f4f4f4}.p_12px_80px:not(#\#):not(#\#):not(#\#){padding:12px 80px}.bg_\$gray01:not(#\#):not(#\#):not(#\#){background:var(--colors-\$gray01)}.ta_end:not(#\#):not(#\#):not(#\#){text-align:end}.p_10px_10px_10px_16px:not(#\#):not(#\#):not(#\#){padding:10px 10px 10px 16px}.m_40px_0_16px:not(#\#):not(#\#):not(#\#){margin:40px 0 16px}.p_12px_0px_4px:not(#\#):not(#\#):not(#\#){padding:12px 0 4px}.p_11px_0px_4px:not(#\#):not(#\#):not(#\#){padding:11px 0 4px}.z_20005:not(#\#):not(#\#):not(#\#){z-index:20005}.anim_fadeUp_0\.4s_0s_ease-in-out_forwards:not(#\#):not(#\#):not(#\#){animation:.4s ease-in-out forwards fadeUp}.p_16px_0px:not(#\#):not(#\#):not(#\#){padding:16px 0}.h_27px:not(#\#):not(#\#):not(#\#){height:27px}.w_27px:not(#\#):not(#\#):not(#\#){width:27px}.py_7px_6px:not(#\#):not(#\#):not(#\#){padding-block:7px 6px}.p_32px_20px_56px:not(#\#):not(#\#):not(#\#){padding:32px 20px 56px}.bdr_46px:not(#\#):not(#\#):not(#\#){border-radius:46px}.trf_rotate\(270deg\):not(#\#):not(#\#):not(#\#){transform:rotate(270deg)}.p_16px_27\.5px:not(#\#):not(#\#):not(#\#){padding:16px 27.5px}.py_40px:not(#\#):not(#\#):not(#\#){padding-block:40px}.p_56px_0:not(#\#):not(#\#):not(#\#){padding:56px 0}.w_24:not(#\#):not(#\#):not(#\#){width:24px}.p_40px_20px:not(#\#):not(#\#):not(#\#){padding:40px 20px}.safe-area-position-top_20px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 20px)}.safe-area-position-top_-20px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + -20px)}.safe-area-position-top_140px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 140px)}.p_72px_12px_0px:not(#\#):not(#\#):not(#\#){padding:72px 12px 0}.scr-bar-w_none:not(#\#):not(#\#):not(#\#){scrollbar-width:none}.p_9px:not(#\#):not(#\#):not(#\#){padding:9px}.bd_1px_solid_rgba\(44\,_127\,_255\,_0\.50\):not(#\#):not(#\#):not(#\#){border:1px solid #2c7fff80}.p_7px_6px:not(#\#):not(#\#):not(#\#){padding:7px 6px}.safe-area-padding-top_58px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 58px)}.bg_linear-gradient\(to_right\,_\#E6F0FF\,_\#2C7FFF\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#e6f0ff,#2c7fff)}.anim_spinAnimation_5s_linear_infinite:not(#\#):not(#\#):not(#\#){animation:5s linear infinite spinAnimation}.p_6px_6px_6px_12px:not(#\#):not(#\#):not(#\#){padding:6px 6px 6px 12px}.h_104:not(#\#):not(#\#):not(#\#){height:104px}.bx-sh_0px_0px_7px_7px_\#F4F4F4:not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px 7px #f4f4f4}.py_2px:not(#\#):not(#\#):not(#\#){padding-block:2px}.min-w_auto:not(#\#):not(#\#):not(#\#){min-width:auto}.td_line-through:not(#\#):not(#\#):not(#\#){text-decoration:line-through}.p_10px_8px_8px_12px:not(#\#):not(#\#):not(#\#){padding:10px 8px 8px 12px}.flex_1\.8:not(#\#):not(#\#):not(#\#){flex:1.8}.py_16px_8px:not(#\#):not(#\#):not(#\#){padding-block:16px 8px}.--thickness_1px:not(#\#):not(#\#):not(#\#){--thickness:1px}.p_0px_16px:not(#\#):not(#\#):not(#\#){padding:0 16px}.p_24px_20px_10px:not(#\#):not(#\#):not(#\#){padding:24px 20px 10px}.typography_10_MEDIUM_NARROW:not(#\#):not(#\#):not(#\#){font-size:10px;font-weight:500;line-height:125%}.m_32px_0px:not(#\#):not(#\#):not(#\#){margin:32px 0}.p_0px_20px_32px_20px:not(#\#):not(#\#):not(#\#){padding:0 20px 32px}.p_4px_12px_2px_12px:not(#\#):not(#\#):not(#\#){padding:4px 12px 2px}.p_20vh_20px_0px:not(#\#):not(#\#):not(#\#){padding:20vh 20px 0}.p_7px_4px:not(#\#):not(#\#):not(#\#){padding:7px 4px}.p_16px_8px_16px_12px:not(#\#):not(#\#):not(#\#){padding:16px 8px 16px 12px}.p_15px:not(#\#):not(#\#):not(#\#){padding:15px}.p_0px_4px_6px:not(#\#):not(#\#):not(#\#){padding:0 4px 6px}.p_0px_24px:not(#\#):not(#\#):not(#\#){padding:0 24px}.bd_1\.5px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border:1.5px solid var(--colors-\$gray02)}.h_52px:not(#\#):not(#\#):not(#\#){height:52px}.p_0px_20px_336px:not(#\#):not(#\#):not(#\#){padding:0 20px 336px}.bd_2px_solid_\#E8E8E8:not(#\#):not(#\#):not(#\#){border:2px solid #e8e8e8}.p_8px_20px_40px:not(#\#):not(#\#):not(#\#){padding:8px 20px 40px}.bd-t_solid_1px_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-top:solid 1px var(--colors-\$gray02)}.p_16px_12px_20px_12px:not(#\#):not(#\#):not(#\#){padding:16px 12px 20px}.gap_0px:not(#\#):not(#\#):not(#\#){gap:0}.bg_linear-gradient\(180deg\,_\#9BFFC7_0\%\,_\#E6F2EB_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#9bffc7 0%,#e6f2eb 100%)}.safe-area-padding-bottom_56px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 56px)}.w_500px:not(#\#):not(#\#):not(#\#){width:500px}.safe-area-position-top_30px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 30px)}.bd_1px_solid_\#C0EDD4:not(#\#):not(#\#):not(#\#){border:1px solid #c0edd4}.my_40px:not(#\#):not(#\#):not(#\#){margin-block:40px}.bg_linear-gradient\(180deg\,_\#E2FFEF_0\%\,_\#E6F2EB_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#e2ffef 0%,#e6f2eb 100%)}.ring_1px_solid_token\(colors\.\$dodgerBlue\):not(#\#):not(#\#):not(#\#){outline:1px solid var(--colors-\$dodger-blue)}.p_8px_0px:not(#\#):not(#\#):not(#\#){padding:8px 0}.flex_0_0_25\%:not(#\#):not(#\#):not(#\#){flex:0 0 25%}.flex_0_0_20\%:not(#\#):not(#\#):not(#\#){flex:0 0 20%}.p_7px_6px_7px_12px:not(#\#):not(#\#):not(#\#){padding:7px 6px 7px 12px}.p_16px_12px_0px:not(#\#):not(#\#):not(#\#){padding:16px 12px 0}.min-h_35px:not(#\#):not(#\#):not(#\#){min-height:35px}.gap_36px:not(#\#):not(#\#):not(#\#){gap:36px}.flex_0_0_33\.333\%:not(#\#):not(#\#):not(#\#){flex:0 0 33.333%}.bd_0\.5px_solid_token\(colors\.\$gray04\):not(#\#):not(#\#):not(#\#){border:.5px solid var(--colors-\$gray04)}.bkdp_blur\(1\.8px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(1.8px);backdrop-filter:blur(1.8px)}.trs_all_ease-out_400ms:not(#\#):not(#\#):not(#\#){transition:all .4s ease-out}.p_48px_10px_0:not(#\#):not(#\#):not(#\#){padding:48px 10px 0}.min-w_52px:not(#\#):not(#\#):not(#\#){min-width:52px}.p_24px_18px:not(#\#):not(#\#):not(#\#){padding:24px 18px}.fill-opacity_0\.3:not(#\#):not(#\#):not(#\#){fill-opacity:.3}.c_\$azureBlue:not(#\#):not(#\#):not(#\#){color:var(--colors-\$azure-blue)}.p_8px_16px_0:not(#\#):not(#\#):not(#\#){padding:8px 16px 0}.p_11px_8px_11px_14px:not(#\#):not(#\#):not(#\#){padding:11px 8px 11px 14px}.min-w_88px:not(#\#):not(#\#):not(#\#){min-width:88px}.trs_background-color_0\.3s\,_border_0\.3s:not(#\#):not(#\#):not(#\#){transition:background-color .3s,border .3s}.p_6px_7px_5px_13px:not(#\#):not(#\#):not(#\#){padding:6px 7px 5px 13px}.p_24px_0_16px:not(#\#):not(#\#):not(#\#){padding:24px 0 16px}.typography_10_BOLD_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:10px;font-weight:700;line-height:100%}.p_11px_14px_11px_12px:not(#\#):not(#\#):not(#\#){padding:11px 14px 11px 12px}.p_11px_12px:not(#\#):not(#\#):not(#\#){padding:11px 12px}.bd_1px_solid_token\(colors\.\$black01\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$black01)}.p_16px_20px_12px:not(#\#):not(#\#):not(#\#){padding:16px 20px 12px}.p_40px_16px_24px:not(#\#):not(#\#):not(#\#){padding:40px 16px 24px}.h_19\.5px:not(#\#):not(#\#):not(#\#){height:19.5px}.trs_transform_0\.3s:not(#\#):not(#\#):not(#\#){transition:transform .3s}.p_100px_16px_16px:not(#\#):not(#\#):not(#\#){padding:100px 16px 16px}.bg_linear-gradient\(0deg\,_rgba\(33\,_33\,_33\,_0\.54\)_0\.34\%\,_rgba\(33\,_33\,_33\,_0\.24\)_37\.87\%\,_rgba\(33\,_33\,_33\,_0\.10\)_67\.15\%\,_rgba\(33\,_33\,_33\,_0\.00\)_99\.66\%\)\;:not(#\#):not(#\#):not(#\#){background:linear-gradient(#21212100 .340003%,#2121211a 32.85%,#2121213d 62.13%,#2121218a 99.66%)}.p_16px_20px_20px:not(#\#):not(#\#):not(#\#){padding:16px 20px 20px}.p_0_17px:not(#\#):not(#\#):not(#\#){padding:0 17px}.p_0_5px:not(#\#):not(#\#):not(#\#){padding:0 5px}.bx-sh_0px_7px_12px_3px_rgba\(61\,_61\,_61\,_0\.15\):not(#\#):not(#\#):not(#\#){box-shadow:0 7px 12px 3px #3d3d3d26}.p_0_20px_20px:not(#\#):not(#\#):not(#\#){padding:0 20px 20px}.z_\$BACKGROUND:not(#\#):not(#\#):not(#\#){z-index:var(--z-index-\$-b-a-c-k-g-r-o-u-n-d)}.trf_translate3d\(-50\%\,_-40\%\,_0\):not(#\#):not(#\#):not(#\#){transform:translate(-50%,-40%)}.p_32px_16px_24px_16px:not(#\#):not(#\#):not(#\#){padding:32px 16px 24px}.bx-sh_0_7px_12px_3px_rgba\(61\,_61\,_61\,_0\.15\):not(#\#):not(#\#):not(#\#){box-shadow:0 7px 12px 3px #3d3d3d26}.trs_0\.5s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:all .5s ease-in-out}.p_24px_40px_32px:not(#\#):not(#\#):not(#\#){padding:24px 40px 32px}.p_12px_12px_12px_4px:not(#\#):not(#\#):not(#\#){padding:12px 12px 12px 4px}.op_50\%:not(#\#):not(#\#):not(#\#){opacity:.5}.op_100\%:not(#\#):not(#\#):not(#\#){opacity:1}.p_12px_18px_18px_12px:not(#\#):not(#\#):not(#\#){padding:12px 18px 18px 12px}.p_12px_16px_0:not(#\#):not(#\#):not(#\#){padding:12px 16px 0}.p_18px_8px_18px_14px:not(#\#):not(#\#):not(#\#){padding:18px 8px 18px 14px}.p_12px_20px_28px:not(#\#):not(#\#):not(#\#){padding:12px 20px 28px}.offset-y_-2px:not(#\#):not(#\#):not(#\#){offset-y:-2px}.content-offset_10px:not(#\#):not(#\#):not(#\#){content-offset:10px}.arrow-offset_calc\(50\%_\+_-10px\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(50% + -10px)}.p_10px_10px_10px_12px:not(#\#):not(#\#):not(#\#){padding:10px 10px 10px 12px}.m_0_8px_0_0:not(#\#):not(#\#):not(#\#){margin:0 8px 0 0}.p_7px_8px_6px_14px:not(#\#):not(#\#):not(#\#){padding:7px 8px 6px 14px}.zoom_14:not(#\#):not(#\#):not(#\#){zoom:14}.p_0_16px_12px:not(#\#):not(#\#):not(#\#){padding:0 16px 12px}.p_0_0_12px_12px:not(#\#):not(#\#):not(#\#){padding:0 0 12px 12px}.p_40px_16px_20px_20px:not(#\#):not(#\#):not(#\#){padding:40px 16px 20px 20px}.m_10px_0_20px:not(#\#):not(#\#):not(#\#){margin:10px 0 20px}.w_113px:not(#\#):not(#\#):not(#\#){width:113px}.p_20px_10px_20px_16px:not(#\#):not(#\#):not(#\#){padding:20px 10px 20px 16px}.my_32px_12px:not(#\#):not(#\#):not(#\#){margin-block:32px 12px}.w_31px:not(#\#):not(#\#):not(#\#){width:31px}.op_0\.85:not(#\#):not(#\#):not(#\#){opacity:.85}.flex_0\.35:not(#\#):not(#\#):not(#\#){flex:.35}.flex_0\.65:not(#\#):not(#\#):not(#\#){flex:.65}.p_24px_16px_32px:not(#\#):not(#\#):not(#\#){padding:24px 16px 32px}.bd-b_10px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border-bottom:10px solid var(--colors-\$gray00)}.p_8px_16px_32px:not(#\#):not(#\#):not(#\#){padding:8px 16px 32px}.my_6px_6px:not(#\#):not(#\#):not(#\#){margin-block:6px}.my_40px_56px:not(#\#):not(#\#):not(#\#){margin-block:40px 56px}.my_8px_112px:not(#\#):not(#\#):not(#\#){margin-block:8px 112px}.bg_linear-gradient\(90deg\,_\#7A7A7A_0\%\,_\#E0E0E0_25\%\,_\#7A7A7A_50\%\,_\#E0E0E0_75\%\,_\#7A7A7A_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#7a7a7a 0%,#e0e0e0 25%,#7a7a7a 50%,#e0e0e0 75%,#7a7a7a 100%)}.anim_shimmer_8s_ease-in-out_infinite:not(#\#):not(#\#):not(#\#){animation:8s ease-in-out infinite shimmer}.trf_translateY\(10px\):not(#\#):not(#\#):not(#\#){transform:translateY(10px)}.trs_all_500ms_ease-out:not(#\#):not(#\#):not(#\#){transition:all .5s ease-out}.trf_translateY\(0px\):not(#\#):not(#\#):not(#\#){transform:translateY(0)}.bg_linear-gradient\(90deg\,_\#EAF2FF_0\%\,_\#F2F2F2_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#eaf2ff 0%,#f2f2f2 100%)}.w_275px:not(#\#):not(#\#):not(#\#){width:275px}.p_11px_22px:not(#\#):not(#\#):not(#\#){padding:11px 22px}.p_24px_22px_16px:not(#\#):not(#\#):not(#\#){padding:24px 22px 16px}.p_0px_20px_41px:not(#\#):not(#\#):not(#\#){padding:0 20px 41px}.p_24px_22px_16px_22px:not(#\#):not(#\#):not(#\#){padding:24px 22px 16px}.bd-b_1px_solid_token\(colors\.\$gray200\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray200)}.p_0px_20px_16px_20px:not(#\#):not(#\#):not(#\#){padding:0 20px 16px}.p_4px_4px_4px_8px:not(#\#):not(#\#):not(#\#){padding:4px 4px 4px 8px}.p_0px_20px_20px:not(#\#):not(#\#):not(#\#){padding:0 20px 20px}.p_12px_24px_0px_24px:not(#\#):not(#\#):not(#\#){padding:12px 24px 0}.op_0\.6:not(#\#):not(#\#):not(#\#){opacity:.6}.w_33\%:not(#\#):not(#\#):not(#\#){width:33%}.p_8px_24px_100px:not(#\#):not(#\#):not(#\#){padding:8px 24px 100px}.my_20px_56px:not(#\#):not(#\#):not(#\#){margin-block:20px 56px}.bd_1px_solid_token\(colors\.\$blue200\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$blue200)}.safe-area-position-bottom_20px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 20px)}.gap_23px:not(#\#):not(#\#):not(#\#){gap:23px}.w_76px:not(#\#):not(#\#):not(#\#){width:76px}.p_14px_24px_18px:not(#\#):not(#\#):not(#\#){padding:14px 24px 18px}.p_0px_20px_56px:not(#\#):not(#\#):not(#\#){padding:0 20px 56px}.p_0px_20px_24px:not(#\#):not(#\#):not(#\#){padding:0 20px 24px}.my_10px_4px:not(#\#):not(#\#):not(#\#){margin-block:10px 4px}.bg_rgba\(255\,_255\,_255\,_0\.70\):not(#\#):not(#\#):not(#\#){background:#ffffffb3}.p_6px_9px:not(#\#):not(#\#):not(#\#){padding:6px 9px}.p_8px_9px:not(#\#):not(#\#):not(#\#){padding:8px 9px}.min-w_22px:not(#\#):not(#\#):not(#\#){min-width:22px}.trs_transform_0\.2s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:transform .2s ease-in-out}.trs_grid-template-rows_0\.24s_ease\,_padding-top_0\.24s_ease\,_opacity_0\.24s_ease:not(#\#):not(#\#):not(#\#){transition:grid-template-rows .24s,padding-top .24s,opacity .24s}.will-change_grid-template-rows\,_opacity\,_padding-top:not(#\#):not(#\#):not(#\#){will-change:grid-template-rows,opacity,padding-top}.my_3px:not(#\#):not(#\#):not(#\#){margin-block:3px}.max-h_161px:not(#\#):not(#\#):not(#\#){max-height:161px}.stk-w_2:not(#\#):not(#\#):not(#\#){stroke-width:2px}.w_156px:not(#\#):not(#\#):not(#\#){width:156px}.min-w_156px:not(#\#):not(#\#):not(#\#){min-width:156px}.w_234px:not(#\#):not(#\#):not(#\#){width:234px}.arrow-offset_calc\(20px\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(20px)}.h_104px:not(#\#):not(#\#):not(#\#){height:104px}.w_calc\(100\%_-_120px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 120px)}.trf_scale\(0\.99\):not(#\#):not(#\#):not(#\#){transform:scale(.99)}.p_8px_14px_8px_20px:not(#\#):not(#\#):not(#\#){padding:8px 14px 8px 20px}.trs_max-height_300ms_ease-out_200ms\,_padding_300ms_ease-out_200ms\,_background-color_200ms_linear_500ms:not(#\#):not(#\#):not(#\#){transition:max-height .3s ease-out .2s,padding .3s ease-out .2s,background-color .2s linear .5s}.max-h_150px:not(#\#):not(#\#):not(#\#){max-height:150px}.max-h_1px:not(#\#):not(#\#):not(#\#){max-height:1px}.trs_opacity_10ms_linear_500ms:not(#\#):not(#\#):not(#\#){transition:opacity 10ms linear .5s}.wb_normal:not(#\#):not(#\#):not(#\#){word-break:normal}.min-h_430px:not(#\#):not(#\#):not(#\#){min-height:430px}.arrow-offset_calc\(50\%_-_10px\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(50% - 10px)}.w_54px:not(#\#):not(#\#):not(#\#){width:54px}.p_20px_14px_20px_20px:not(#\#):not(#\#):not(#\#){padding:20px 14px 20px 20px}.my_16px_24px:not(#\#):not(#\#):not(#\#){margin-block:16px 24px}.p_12px_16px_12px:not(#\#):not(#\#):not(#\#){padding:12px 16px}.safe-area-position-top_102px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 102px)}.p_20px_20px_100px:not(#\#):not(#\#):not(#\#){padding:20px 20px 100px}.h_70vh:not(#\#):not(#\#):not(#\#){height:70vh}.bx-sh_0px_3px_15px_3px_rgba\(34\,_34\,_34\,_0\.05\):not(#\#):not(#\#):not(#\#){box-shadow:0 3px 15px 3px #2222220d}.safe-area-position-bottom_72px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + 72px)}.bg_rgba\(34\,_34\,_34\,_0\.60\):not(#\#):not(#\#):not(#\#){background:#2229}.bkdp_blur\(1\.4px\):not(#\#):not(#\#):not(#\#){-webkit-backdrop-filter:blur(1.4px);backdrop-filter:blur(1.4px)}.safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_-_2px:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) - 2px)}.bg_linear-gradient\(0deg\,_rgba\(34\,_34\,_34\,_0\.12\)_0\%\,_rgba\(34\,_34\,_34\,_0\.00\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#2220 0%,#2222221f 100%)}.bd-b_1px_solid_token\(colors\.\$gray100\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray100)}.p_14px_16px_16px:not(#\#):not(#\#):not(#\#){padding:14px 16px 16px}.min-w_40px:not(#\#):not(#\#):not(#\#){min-width:40px}.p_20px_13px_40px:not(#\#):not(#\#):not(#\#){padding:20px 13px 40px}.max-w_calc\(100\%_-_42px\):not(#\#):not(#\#):not(#\#){max-width:calc(100% - 42px)}.typography_18_REGULAR_WIDE:not(#\#):not(#\#):not(#\#){font-size:18px;font-weight:400;line-height:164%}.label_vacancyPk:not(#\#):not(#\#):not(#\#){label:vacancyPk}.label_등록날짜:not(#\#):not(#\#):not(#\#){label:등록날짜}.w_20\%:not(#\#):not(#\#):not(#\#){width:20%}.mx_2px:not(#\#):not(#\#):not(#\#){margin-inline:2px}.typography_13_MEDIUM_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:13px;font-weight:500;line-height:136%}.h_84:not(#\#):not(#\#):not(#\#){height:84px}.bd_2px_solid_\#88e8b3:not(#\#):not(#\#):not(#\#){border:2px solid #88e8b3}.p_36px_16px_16px:not(#\#):not(#\#):not(#\#){padding:36px 16px 16px}.bg_linear-gradient\(134\.952deg\,_\#FFFFFF_1\.4472\%\,_\#1DE585_51\.482\%\,_\#FFFFFF_98\.636\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(134.952deg,#fff 1.4472%,#1de585 51.482%,#fff 98.636%)}.bfv_hidden:not(#\#):not(#\#):not(#\#){backface-visibility:hidden}.trf_rotateY\(180deg\):not(#\#):not(#\#):not(#\#){transform:rotateY(180deg)}.tsh_rgba\(42\,179\,106\,0\.6\)_0px_0px_8px:not(#\#):not(#\#):not(#\#){text-shadow:0 0 8px #2ab36a99}.trf-o_top_center:not(#\#):not(#\#):not(#\#){transform-origin:top}.bg_linear-gradient\(90deg\,_rgba\(255\,_255\,_255\,_0\)_0\%\,_rgba\(148\,_223\,_248\,_0\.75\)_50\%\,_rgba\(255\,_255\,_255\,_0\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#fff0 0%,#94dff8bf 50%,#fff0 100%)}.bg_linear-gradient\(136deg\,_\#FFFFFF_2\.34\%\,_\#E9EAEC_45\.31\%\,_\#FFFFFF_98\.66\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(136deg,#fff 2.34%,#e9eaec 45.31%,#fff 98.66%)}.bx-sh_0px_0px_10px_0px_rgba\(103\,122\,116\,0\.2\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 10px #677a7433}.bfv_visible:not(#\#):not(#\#):not(#\#){backface-visibility:visible}.w_98\%:not(#\#):not(#\#):not(#\#){width:98%}.h_98\%:not(#\#):not(#\#):not(#\#){height:98%}.trs_transform_0\.1s:not(#\#):not(#\#):not(#\#){transition:transform .1s}.anim_presentCardSpin_3s_ease-in-out_forwards:not(#\#):not(#\#):not(#\#){animation:3s ease-in-out forwards presentCardSpin}.anim_presentCardFlip_0\.3s_ease-out_forwards:not(#\#):not(#\#):not(#\#){animation:.3s ease-out forwards presentCardFlip}.bg_linear-gradient\(90deg\,_\#6AE693_0\%\,_\#428DE8_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(90deg,#6ae693 0%,#428de8 100%)}.p_9px_14px_7px_16px:not(#\#):not(#\#):not(#\#){padding:9px 14px 7px 16px}.p_18px_12px:not(#\#):not(#\#):not(#\#){padding:18px 12px}.trs_all_0\.3s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\):not(#\#):not(#\#):not(#\#){transition:all .3s cubic-bezier(.4,0,.2,1)}.bx-sh_0_1px_3px_0_rgba\(18\,_18\,_18\,_0\.25\):not(#\#):not(#\#):not(#\#){box-shadow:0 1px 3px #12121240}.filter_drop-shadow\(0_1px_3px_rgba\(18\,_18\,_18\,_0\.25\)\):not(#\#):not(#\#):not(#\#){filter:drop-shadow(0 1px 3px #12121240)}.p_24px_16px_20px_16px:not(#\#):not(#\#):not(#\#){padding:24px 16px 20px}.p_100px_0_120px:not(#\#):not(#\#):not(#\#){padding:100px 0 120px}.flex_24:not(#\#):not(#\#):not(#\#){flex:24}.trs_max-height_0\.3s_ease\,_opacity_0\.3s_ease:not(#\#):not(#\#):not(#\#){transition:max-height .3s,opacity .3s}.max-h_20px:not(#\#):not(#\#):not(#\#){max-height:20px}.bx-sh_0px_0px_7px_0px_rgba\(122\,_122\,_122\,_0\.12\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 7px #7a7a7a1f}.bg_rgba\(249\,_249\,_249\,_0\.85\):not(#\#):not(#\#):not(#\#){background:#f9f9f9d9}.p_12px_22px_9px:not(#\#):not(#\#):not(#\#){padding:12px 22px 9px}.p_24px_16px_16px_16px:not(#\#):not(#\#):not(#\#){padding:24px 16px 16px}.my_7px:not(#\#):not(#\#):not(#\#){margin-block:7px}.c_\$gray600:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray600)}.p_50px_16px_32px:not(#\#):not(#\#):not(#\#){padding:50px 16px 32px}.py_50px_32px:not(#\#):not(#\#):not(#\#){padding-block:50px 32px}.bd_1px_solid_token\(colors\.\$primary\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$primary)}.py_8px_16px:not(#\#):not(#\#):not(#\#){padding-block:8px 16px}.flex_0_0_calc\(33\.33\%_-_3px\):not(#\#):not(#\#):not(#\#){flex:0 0 calc(33.33% - 3px)}.va_center:not(#\#):not(#\#):not(#\#){vertical-align:center}.m_-6px:not(#\#):not(#\#):not(#\#){margin:-6px}.py_30px:not(#\#):not(#\#):not(#\#){padding-block:30px}.p_28px_8px_6px_13px:not(#\#):not(#\#):not(#\#){padding:28px 8px 6px 13px}.trs_padding_0\.1s_ease-in-out:not(#\#):not(#\#):not(#\#){transition:padding .1s ease-in-out}.will-change_padding:not(#\#):not(#\#):not(#\#){will-change:padding}.safe-area-padding-bottom_72px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 72px)}.p_8px_16px_40px:not(#\#):not(#\#):not(#\#){padding:8px 16px 40px}.safe-area-padding-bottom_200px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 200px)}.gap_29px:not(#\#):not(#\#):not(#\#){gap:29px}.p_17px_13px:not(#\#):not(#\#):not(#\#){padding:17px 13px}.bd_1px_solid:not(#\#):not(#\#):not(#\#){border:1px solid}.c_\$coolGray600:not(#\#):not(#\#):not(#\#){color:var(--colors-\$cool-gray600)}.z_14001:not(#\#):not(#\#):not(#\#){z-index:14001}.anim_showAnimation_0\.2s_cubic-bezier\(0\.645\,_0\.045\,_0\.355\,_1\.000\)_0s_forwards_running:not(#\#):not(#\#):not(#\#){animation:.2s cubic-bezier(.645,.045,.355,1) forwards showAnimation}.p_16px_16px_16px_10px:not(#\#):not(#\#):not(#\#){padding:16px 16px 16px 10px}.p_24px_0_15px:not(#\#):not(#\#):not(#\#){padding:24px 0 15px}.p_10px_24px_0:not(#\#):not(#\#):not(#\#){padding:10px 24px 0}.min-h_92px:not(#\#):not(#\#):not(#\#){min-height:92px}.w_136px:not(#\#):not(#\#):not(#\#){width:136px}.p_16px_24px_0:not(#\#):not(#\#):not(#\#){padding:16px 24px 0}.p_18px_24px_0:not(#\#):not(#\#):not(#\#){padding:18px 24px 0}.cursor_auto:not(#\#):not(#\#):not(#\#){cursor:auto}.p_16px_14px:not(#\#):not(#\#):not(#\#){padding:16px 14px}.typography_15_REGULAR_WIDE:not(#\#):not(#\#):not(#\#){font-size:15px;font-weight:400;line-height:164%}.bd-r_2px_solid_rgba\(44\,_127\,_255\,_0\.10\):not(#\#):not(#\#):not(#\#){border-right:2px solid #2c7fff1a}.bd-b_2px_solid_rgba\(44\,_127\,_255\,_0\.10\):not(#\#):not(#\#):not(#\#){border-bottom:2px solid #2c7fff1a}.bg_linear-gradient\(105deg\,_\#F2F7FF_16\.55\%\,_\#DCEAFF_83\.69\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(105deg,#f2f7ff 16.55%,#dceaff 83.69%)}.px_48px:not(#\#):not(#\#):not(#\#){padding-inline:48px}.c_\$blue700:not(#\#):not(#\#):not(#\#){color:var(--colors-\$blue700)}.p_12px_10px:not(#\#):not(#\#):not(#\#){padding:12px 10px}.bg_linear-gradient\(122\.73deg\,_\#F0F6FF_21\.2\%\,_\#E9EFFA_78\.8\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(122.73deg,#f0f6ff 21.2%,#e9effa 78.8%)}.bd-t_1px_solid_token\(colors\.\$coolGray200\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$cool-gray200)}.p_20px_4px:not(#\#):not(#\#):not(#\#){padding:20px 4px}.stk-w_1:not(#\#):not(#\#):not(#\#){stroke-width:1px}.translate-y_0:not(#\#):not(#\#):not(#\#){--translate-y:0}.stk-w_3:not(#\#):not(#\#):not(#\#){stroke-width:3px}.stk-w_0:not(#\#):not(#\#):not(#\#){stroke-width:0}.arrow-offset_60\%:not(#\#):not(#\#):not(#\#){arrow-offset:60%}.bdr_50\%_0px_0px_50\%:not(#\#):not(#\#):not(#\#){border-radius:50% 0 0 50%}.bdr_0px_50\%_50\%_0px:not(#\#):not(#\#):not(#\#){border-radius:0 50% 50% 0}.px_2px:not(#\#):not(#\#):not(#\#){padding-inline:2px}.w_2px:not(#\#):not(#\#):not(#\#){width:2px}.z_29999:not(#\#):not(#\#):not(#\#){z-index:29999}.p_32px_20px_20px:not(#\#):not(#\#):not(#\#){padding:32px 20px 20px}.p_7px_6px_5px_8px:not(#\#):not(#\#):not(#\#){padding:7px 6px 5px 8px}.p_13px_8px:not(#\#):not(#\#):not(#\#){padding:13px 8px}.trs_margin_300ms_ease-out_200ms\,_max-height_300ms_ease-out_200ms\,_padding_300ms_ease-out_200ms\,_background-color_200ms_linear_500ms:not(#\#):not(#\#):not(#\#){transition:margin .3s ease-out .2s,max-height .3s ease-out .2s,padding .3s ease-out .2s,background-color .2s linear .5s}.my_0:not(#\#):not(#\#):not(#\#){margin-block:0}.p_20px_20px_20px_16px:not(#\#):not(#\#):not(#\#){padding:20px 20px 20px 16px}.bd_1px_dashed_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border:1px dashed var(--colors-\$gray02)}.trs_transform_0\.3s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\):not(#\#):not(#\#):not(#\#){transition:transform .3s cubic-bezier(.4,0,.2,1)}.trs_height_0\.3s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\)\,_margin-top_0\.3s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\)\,_opacity_0\.3s_ease:not(#\#):not(#\#):not(#\#){transition:height .3s cubic-bezier(.4,0,.2,1),margin-top .3s cubic-bezier(.4,0,.2,1),opacity .3s}.c_\#999999:not(#\#):not(#\#):not(#\#){color:#999}.fill_rgba\(118\,_132\,_156\,_0\.3\):not(#\#):not(#\#):not(#\#){fill:#76849c4d}.flex_34:not(#\#):not(#\#):not(#\#){flex:34}.flex_66:not(#\#):not(#\#):not(#\#){flex:66}.bd_1px_solid_token\(colors\.\$gray400\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray400)}.p_9px_7px:not(#\#):not(#\#):not(#\#){padding:9px 7px}.arrow-offset_88\.5\%:not(#\#):not(#\#):not(#\#){arrow-offset:88.5%}.bdr_23px:not(#\#):not(#\#):not(#\#){border-radius:23px}.p_8px_6px_8px_12px:not(#\#):not(#\#):not(#\#){padding:8px 6px 8px 12px}.p_2px_10px:not(#\#):not(#\#):not(#\#){padding:2px 10px}.p_6px_12px_6px_10px:not(#\#):not(#\#):not(#\#){padding:6px 12px 6px 10px}.tov_initial:not(#\#):not(#\#):not(#\#){text-overflow:initial}.d_initial:not(#\#):not(#\#):not(#\#){display:initial}.box-orient_initial:not(#\#):not(#\#):not(#\#){box-orient:initial}.lc_initial:not(#\#):not(#\#):not(#\#){-webkit-line-clamp:initial;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.offset-y_-4px:not(#\#):not(#\#):not(#\#){offset-y:-4px}.arrow-offset_calc\(100\%_-_21px\):not(#\#):not(#\#):not(#\#){arrow-offset:calc(100% - 21px)}.content-offset_96\%:not(#\#):not(#\#):not(#\#){content-offset:96%}.tsh_0px_1px_2\.9px_rgba\(34\,_34\,_34\,_0\.10\):not(#\#):not(#\#):not(#\#){text-shadow:0 1px 2.9px #2222221a}.safe-area-padding-bottom_90px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 90px)}.p_5px_0:not(#\#):not(#\#):not(#\#){padding:5px 0}.bx-sh_0_0_5px_2px_rgba\(122\,_122\,_122\,_0\.10\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 5px 2px #7a7a7a1a}.min-h_150:not(#\#):not(#\#):not(#\#){min-height:150px}.max-h_calc\(100vh_-_56px\):not(#\#):not(#\#):not(#\#){max-height:calc(100vh - 56px)}.bg_linear-gradient\(174deg\,_rgba\(255\,_255\,_255\,_0\.00\)_5\.45\%\,_token\(colors\.\$white\)_25\.46\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(174deg,#fff0 5.45%,var(--colors-\$white)25.46%)}.max-h_428px:not(#\#):not(#\#):not(#\#){max-height:428px}.bx-sh_0_0_5px_0_rgba\(122\,_122\,_122\,_0\.10\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 5px #7a7a7a1a}.min-w_42px:not(#\#):not(#\#):not(#\#){min-width:42px}.min-h_42px:not(#\#):not(#\#):not(#\#){min-height:42px}.h_490px:not(#\#):not(#\#):not(#\#){height:490px}.p_24px_18px_20px:not(#\#):not(#\#):not(#\#){padding:24px 18px 20px}.bdr_30px_30px_0_0:not(#\#):not(#\#):not(#\#){border-radius:30px 30px 0 0}.max-w_500px:not(#\#):not(#\#):not(#\#){max-width:500px}.bg_linear-gradient\(180deg\,_rgba\(26\,_26\,_26\,_0\.00\)_30\%\,_rgba\(26\,_26\,_26\,_0\.80\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#1a1a1a00 30%,#1a1a1acc 100%)}.h_210px:not(#\#):not(#\#):not(#\#){height:210px}.w_calc\(100\%_-_28px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 28px)}.p_20px_16px_20px_20px:not(#\#):not(#\#):not(#\#){padding:20px 16px 20px 20px}.p_12px_16px_42px:not(#\#):not(#\#):not(#\#){padding:12px 16px 42px}.h_42:not(#\#):not(#\#):not(#\#){height:42px}.p_18px_10px:not(#\#):not(#\#):not(#\#){padding:18px 10px}.p_100px_16px_80px_16px:not(#\#):not(#\#):not(#\#){padding:100px 16px 80px}.max-w_476px:not(#\#):not(#\#):not(#\#){max-width:476px}.c_\#bedbf0:not(#\#):not(#\#):not(#\#){color:#bedbf0}.max-w_390px:not(#\#):not(#\#):not(#\#){max-width:390px}.bd_2px_solid_\#d8e7ff:not(#\#):not(#\#):not(#\#){border:2px solid #d8e7ff}.bd_2px_solid_\$primary01:not(#\#):not(#\#):not(#\#){border:2px solid$primary01}.w_75\%:not(#\#):not(#\#):not(#\#){width:75%}.trf-o_left:not(#\#):not(#\#):not(#\#){transform-origin:0}.trs_width_0\.3s_ease:not(#\#):not(#\#):not(#\#){transition:width .3s}.p_5px_12px_4px:not(#\#):not(#\#):not(#\#){padding:5px 12px 4px}.c_\#4a74b7:not(#\#):not(#\#):not(#\#){color:#4a74b7}.w_13px:not(#\#):not(#\#):not(#\#){width:13px}.cp-path_polygon\(0\%_50\%\,_100\%_50\%\,_50\%_100\%\):not(#\#):not(#\#):not(#\#){clip-path:polygon(0% 50%,100% 50%,50% 100%)}.max-w_189px:not(#\#):not(#\#):not(#\#){max-width:189px}.max-h_202px:not(#\#):not(#\#):not(#\#){max-height:202px}.max-h_143px:not(#\#):not(#\#):not(#\#){max-height:143px}.p_50px_16px_80px_16px:not(#\#):not(#\#):not(#\#){padding:50px 16px 80px}.bg_linear-gradient\(180deg\,_\#FFF_0\%\,_\#F2F7FF_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#fff 0%,#f2f7ff 100%)}.max-w_64px:not(#\#):not(#\#):not(#\#){max-width:64px}.bg_linear-gradient\(0deg\,_rgba\(0\,_0\,_0\,_0\.40\)_0\%\,_rgba\(0\,_0\,_0\,_0\.40\)_100\%\):not(#\#):not(#\#):not(#\#){background:linear-gradient(#0006 0% 100%)}.max-w_calc\(token\(sizes\.\$MAX_BROWSER_WIDTH\)_\+_32px\):not(#\#):not(#\#):not(#\#){max-width:calc(var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h) + 32px)}.p_80px_16px:not(#\#):not(#\#):not(#\#){padding:80px 16px}.fill_\#ab89d8:not(#\#):not(#\#):not(#\#){fill:#ab89d8}.p_30px_14px:not(#\#):not(#\#):not(#\#){padding:30px 14px}.p_11px_8px_11px_20px:not(#\#):not(#\#):not(#\#){padding:11px 8px 11px 20px}.offset-y_15px:not(#\#):not(#\#):not(#\#){offset-y:15px}.bg_linear-gradient\(180deg\,_rgba\(75\,_59\,_27\,_0\.32\)_0\%\,_rgba\(0\,_0\,_0\,_0\.40\)_93\.71\%\)\,_url\(https\:\/\/front-static\.zaritalk\.com\/image\/short-term-vacancy\/zaristay-host-landing-main-thumbnail\.jpg\)_lightgray_50\%_\/_cover_no-repeat:not(#\#):not(#\#):not(#\#){background:linear-gradient(#4b3b1b52 0%,#0006 93.71%),#d3d3d3 url(https://front-static.zaritalk.com/image/short-term-vacancy/zaristay-host-landing-main-thumbnail.jpg) 50%/cover no-repeat}.h_500px:not(#\#):not(#\#):not(#\#){height:500px}.trs_opacity_0\.6s_ease-out:not(#\#):not(#\#):not(#\#){transition:opacity .6s ease-out}.trf_translateY\(40px\):not(#\#):not(#\#):not(#\#){transform:translateY(40px)}.trs_opacity_0\.6s_ease-out\,_transform_0\.6s_ease-out:not(#\#):not(#\#):not(#\#){transition:opacity .6s ease-out,transform .6s ease-out}.bx-sh_0px_-1px_4px_0px_rgba\(74\,_106\,_164\,_0\.15\):not(#\#):not(#\#):not(#\#){box-shadow:0 -1px 4px #4a6aa426}.trs_opacity_0\.3s_ease-out\,_transform_0\.3s_ease-out:not(#\#):not(#\#):not(#\#){transition:opacity .3s ease-out,transform .3s ease-out}.h_72px:not(#\#):not(#\#):not(#\#){height:72px}.h_86px:not(#\#):not(#\#):not(#\#){height:86px}.typography_11_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#){font-size:11px;font-weight:500;line-height:100%}.c_\$red700:not(#\#):not(#\#):not(#\#){color:var(--colors-\$red700)}.min-h_400px:not(#\#):not(#\#):not(#\#){min-height:400px}.max-h_400px:not(#\#):not(#\#):not(#\#){max-height:400px}.p_28px_20px_16px:not(#\#):not(#\#):not(#\#){padding:28px 20px 16px}.typography_18_REGULAR_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:18px;font-weight:400;line-height:136%}.p_16px_20px_14px_16px:not(#\#):not(#\#):not(#\#){padding:16px 20px 14px 16px}.py_5px:not(#\#):not(#\#):not(#\#){padding-block:5px}.min-w_20px:not(#\#):not(#\#):not(#\#){min-width:20px}.min-h_20px:not(#\#):not(#\#):not(#\#){min-height:20px}.p_4px_2px_4px_8px:not(#\#):not(#\#):not(#\#){padding:4px 2px 4px 8px}.p_12px_12px_0_16px:not(#\#):not(#\#):not(#\#){padding:12px 12px 0 16px}.p_12px_16px_32px:not(#\#):not(#\#):not(#\#){padding:12px 16px 32px}.p_20px_20px_28px:not(#\#):not(#\#):not(#\#){padding:20px 20px 28px}.c_\$red04:not(#\#):not(#\#):not(#\#){color:var(--colors-\$red04)}.bg_rgba\(255\,_56\,_92\,_0\.15\):not(#\#):not(#\#):not(#\#){background:#ff385c26}.min-h_108px:not(#\#):not(#\#):not(#\#){min-height:108px}.trs_height_100ms_ease-in-out:not(#\#):not(#\#):not(#\#){transition:height .1s ease-in-out}.bg_rgba\(255\,_56\,_92\,_0\.85\):not(#\#):not(#\#):not(#\#){background:#ff385cd9}.bg_rgba\(44\,_127\,_255\,_0\.85\):not(#\#):not(#\#):not(#\#){background:#2c7fffd9}.bg_rgba\(34\,_34\,_34\,_0\.70\):not(#\#):not(#\#):not(#\#){background:#222222b3}.max-w_calc\(100\%_-_64px\):not(#\#):not(#\#):not(#\#){max-width:calc(100% - 64px)}.p_10px_10px_12px_16px:not(#\#):not(#\#):not(#\#){padding:10px 10px 12px 16px}.bx-sh_0px_4px_5px_2px_rgba\(61\,_61\,_61\,_0\.15\):not(#\#):not(#\#):not(#\#){box-shadow:0 4px 5px 2px #3d3d3d26}.flex_55:not(#\#):not(#\#):not(#\#){flex:55}.p_9px_8px_9px_11px:not(#\#):not(#\#):not(#\#){padding:9px 8px 9px 11px}.p_9px_11px_9px_8px:not(#\#):not(#\#):not(#\#){padding:9px 11px 9px 8px}.safe-area-padding-bottom_6px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 6px)}.p_28px_24px_16px:not(#\#):not(#\#):not(#\#){padding:28px 24px 16px}.p_32px_24px_0px:not(#\#):not(#\#):not(#\#){padding:32px 24px 0}.my_3px_8px:not(#\#):not(#\#):not(#\#){margin-block:3px 8px}.bd_3px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border:3px solid var(--colors-\$gray00)}.bd_1px_solid_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray00)}.min-h_170px:not(#\#):not(#\#):not(#\#){min-height:170px}.p_32px_24px_16px:not(#\#):not(#\#):not(#\#){padding:32px 24px 16px}.p_16px_16px_14px_16px:not(#\#):not(#\#):not(#\#){padding:16px 16px 14px}.p_18px_20px:not(#\#):not(#\#):not(#\#){padding:18px 20px}.p_10px_20px_0px:not(#\#):not(#\#):not(#\#),.p_10px_20px_0:not(#\#):not(#\#):not(#\#){padding:10px 20px 0}.bd_1px_solid_rgba\(255\,_255\,_255\,_0\.25\):not(#\#):not(#\#):not(#\#){border:1px solid #ffffff40}.p_14px_8px:not(#\#):not(#\#):not(#\#){padding:14px 8px}.asp_1\/1:not(#\#):not(#\#):not(#\#){aspect-ratio:1}.bd_1px_solid_token\(colors\.\$red04\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$red04)}.bd_1px_solid_\#FFDBB5:not(#\#):not(#\#):not(#\#){border:1px solid #ffdbb5}.c_\#FF901F:not(#\#):not(#\#):not(#\#){color:#ff901f}.p_11px_20px:not(#\#):not(#\#):not(#\#){padding:11px 20px}.bx-sh_0px_0px_14px_0px_rgba\(34\,_34\,_34\,_0\.08\):not(#\#):not(#\#):not(#\#){box-shadow:0 0 14px #22222214}.p_19px_20px:not(#\#):not(#\#):not(#\#){padding:19px 20px}.h_calc\(100vh_-_100px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 100px)}.h_266:not(#\#):not(#\#):not(#\#){height:266px}.min-h_69px:not(#\#):not(#\#):not(#\#){min-height:69px}.py_6px:not(#\#):not(#\#):not(#\#){padding-block:6px}.min-h_14px:not(#\#):not(#\#):not(#\#){min-height:14px}.times_0:not(#\#):not(#\#):not(#\#){times:0}.duration_2\.5:not(#\#):not(#\#):not(#\#){duration:2.5px}.ease_linear:not(#\#):not(#\#):not(#\#){ease:linear}.my_16px_2px:not(#\#):not(#\#):not(#\#){margin-block:16px 2px}.typography_12_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#){font-size:12px;font-weight:700;line-height:136%}.bd_2px_dashed_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border:2px dashed var(--colors-\$gray02)}.p_4px_12px:not(#\#):not(#\#):not(#\#){padding:4px 12px}.p_0px_20px_12px:not(#\#):not(#\#):not(#\#){padding:0 20px 12px}.bd_1px_solid_rgba\(245\,_177\,_183\,_0\.50\):not(#\#):not(#\#):not(#\#){border:1px solid #f5b1b780}.py_32px:not(#\#):not(#\#):not(#\#){padding-block:32px}.my_2px:not(#\#):not(#\#):not(#\#){margin-block:2px}.p_0px_0px_16px_0px:not(#\#):not(#\#):not(#\#){padding:0 0 16px}.p_16px_16px_12px_16px:not(#\#):not(#\#):not(#\#){padding:16px 16px 12px}.py_24px_32px:not(#\#):not(#\#):not(#\#){padding-block:24px 32px}.my_24px_32px:not(#\#):not(#\#):not(#\#){margin-block:24px 32px}.h_80px:not(#\#):not(#\#):not(#\#){height:80px}.py_20px_24px:not(#\#):not(#\#):not(#\#){padding-block:20px 24px}.flex_3\.6:not(#\#):not(#\#):not(#\#){flex:3.6}.flex_6\.4:not(#\#):not(#\#):not(#\#){flex:6.4}.p_8px_7px:not(#\#):not(#\#):not(#\#){padding:8px 7px}.safe-area-position-top_66px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 66px)}.bd_1px_solid_token\(colors\.\$coolGray200\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$cool-gray200)}.p_12px_32px:not(#\#):not(#\#):not(#\#){padding:12px 32px}.bd-l_1px_solid_token\(colors\.\$gray400\):not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$gray400)}.bd-r_1px_solid_token\(colors\.\$gray400\):not(#\#):not(#\#):not(#\#){border-right:1px solid var(--colors-\$gray400)}.bd-b_1px_solid_token\(colors\.\$gray400\):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray400)}.max-h_318px:not(#\#):not(#\#):not(#\#){max-height:318px}.trs_border_0\.2s\,_border-radius_0\.3s_ease:not(#\#):not(#\#):not(#\#){transition:border .2s,border-radius .3s}.c_\$gray200:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray200)}.c_\$gray400:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray400)}.p_2px_5px:not(#\#):not(#\#):not(#\#){padding:2px 5px}.c_\$blue600:not(#\#):not(#\#):not(#\#){color:var(--colors-\$blue600)}.bd_1px_dashed_token\(colors\.\$blue500\):not(#\#):not(#\#):not(#\#){border:1px dashed var(--colors-\$blue500)}.p_24px_18px_0:not(#\#):not(#\#):not(#\#){padding:24px 18px 0}.c_\$blue900:not(#\#):not(#\#):not(#\#){color:var(--colors-\$blue900)}.c_\$blue800:not(#\#):not(#\#):not(#\#){color:var(--colors-\$blue800)}.min-w_28px:not(#\#):not(#\#):not(#\#){min-width:28px}.p_17px_40px:not(#\#):not(#\#):not(#\#){padding:17px 40px}.p_10px_16px_16px:not(#\#):not(#\#):not(#\#){padding:10px 16px 16px}.p_12px_8px_16px_16px:not(#\#):not(#\#):not(#\#){padding:12px 8px 16px 16px}.bd_1px_solid_token\(colors\.\$red200\):not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$red200)}.p_9px_0_10px:not(#\#):not(#\#):not(#\#){padding:9px 0 10px}.p_12px_12px_13px_16px:not(#\#):not(#\#):not(#\#){padding:12px 12px 13px 16px}.p_13px_14px:not(#\#):not(#\#):not(#\#){padding:13px 14px}.p_16px_16px_0:not(#\#):not(#\#):not(#\#){padding:16px 16px 0}.w_49px:not(#\#):not(#\#):not(#\#){width:49px}.flex-row_START:not(#\#):not(#\#):not(#\#){flex-direction:row;display:flex}.-webkit-appearance_none:not(#\#):not(#\#):not(#\#){-webkit-appearance:none}.va_middle:not(#\#):not(#\#):not(#\#){vertical-align:middle}.p_20px_32px_20px_16px:not(#\#):not(#\#):not(#\#){padding:20px 32px 20px 16px}.h_124px:not(#\#):not(#\#):not(#\#){height:124px}.white-space_keep-all:not(#\#):not(#\#):not(#\#){white-space:keep-all}.bg_\$gray50:not(#\#):not(#\#):not(#\#){background:var(--colors-\$gray50)}.bd-t_1px_solid_token\(colors\.\$primary02\):not(#\#):not(#\#):not(#\#){border-top:1px solid var(--colors-\$primary02)}.bd-l_1px_solid_token\(colors\.\$primary02\):not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$primary02)}.trf_translate3d\(-50\%\,_0\,_0\)_rotateZ\(-135deg\):not(#\#):not(#\#):not(#\#){transform:translate(-50%)rotate(-135deg)}.trs_bottom_0\.2s_linear:not(#\#):not(#\#):not(#\#){transition:bottom .2s linear}.h_\$BOTTOM_NAV_HEIGHT:not(#\#):not(#\#):not(#\#){height:$BOTTOM_NAV_HEIGHT}.max-w_220px:not(#\#):not(#\#):not(#\#){max-width:220px}.m_32px_auto:not(#\#):not(#\#):not(#\#){margin:32px auto}.m_56px_0_32px_4px:not(#\#):not(#\#):not(#\#){margin:56px 0 32px 4px}.p_54px_24px_8px:not(#\#):not(#\#):not(#\#){padding:54px 24px 8px}.safe-area-padding-bottom_86px:not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--safe-area-inset-bottom,0px) + 86px)}.mr_8px:not(#\#):not(#\#):not(#\#){margin-right:8px}.bg-c_\$white:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$white)}.mb_16px:not(#\#):not(#\#):not(#\#){margin-bottom:16px}.top_1px:not(#\#):not(#\#):not(#\#){top:1px}.right_2px:not(#\#):not(#\#):not(#\#){right:2px}.bg-c_\$gray06:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray06)}.left_2px:not(#\#):not(#\#):not(#\#){left:2px}.bottom_-12px:not(#\#):not(#\#):not(#\#){bottom:-12px}.bg-c_\$primary02:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary02)}.fs_10px:not(#\#):not(#\#):not(#\#){font-size:10px}.lh_100\%:not(#\#):not(#\#):not(#\#){line-height:100%}.flex-d_column:not(#\#):not(#\#):not(#\#){flex-direction:column}.jc_center:not(#\#):not(#\#):not(#\#){justify-content:center}.ai_center:not(#\#):not(#\#):not(#\#){align-items:center}.fs_12px:not(#\#):not(#\#):not(#\#){font-size:12px}.fw_bold:not(#\#):not(#\#):not(#\#){font-weight:700}.bg-c_\$PAID_ALL:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$-p-a-i-d_-a-l-l)}.bg-c_\$OVER_DEPOSIT:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$-o-v-e-r_-d-e-p-o-s-i-t)}.bg-c_\$PAID_PARTIAL:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$-p-a-i-d_-p-a-r-t-i-a-l)}.bg-c_\$SCHEDULED:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$-s-c-h-e-d-u-l-e-d)}.bg-c_\$UNPAID:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$-u-n-p-a-i-d)}.bg-c_rgba\(34\,_34\,_34\,_0\.5\):not(#\#):not(#\#):not(#\#){background-color:#22222280}.bottom_50\%:not(#\#):not(#\#):not(#\#){bottom:50%}.left_50\%:not(#\#):not(#\#):not(#\#){left:50%}.top_0:not(#\#):not(#\#):not(#\#){top:0}.left_0:not(#\#):not(#\#):not(#\#){left:0}.bottom_-75px:not(#\#):not(#\#):not(#\#){bottom:-75px}.bdr-tl_32px:not(#\#):not(#\#):not(#\#){border-top-left-radius:32px}.bdr-tr_32px:not(#\#):not(#\#):not(#\#){border-top-right-radius:32px}.bg-c_\$gray00:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray00)}.pb_75px:not(#\#):not(#\#):not(#\#){padding-bottom:75px}.right_24:not(#\#):not(#\#):not(#\#){right:24px}.flex-wrap_nowrap:not(#\#):not(#\#):not(#\#){flex-wrap:nowrap}.mr_6px:not(#\#):not(#\#):not(#\#){margin-right:6px}.fs_14px:not(#\#):not(#\#):not(#\#){font-size:14px}.ml_8px:not(#\#):not(#\#):not(#\#){margin-left:8px}.lh_18px:not(#\#):not(#\#):not(#\#){line-height:18px}.mt_2px:not(#\#):not(#\#):not(#\#){margin-top:2px}.top_0px:not(#\#):not(#\#):not(#\#){top:0}.left_0px:not(#\#):not(#\#):not(#\#){left:0}.bg-c_\#2c7fff:not(#\#):not(#\#):not(#\#){background-color:#2c7fff}.bg-c_\#222222:not(#\#):not(#\#):not(#\#){background-color:#222}.bg-c_\#ffffff:not(#\#):not(#\#):not(#\#){background-color:#fff}.bg-c_\$gray05:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray05)}.bg-c_\#e74d5a:not(#\#):not(#\#):not(#\#){background-color:#e74d5a}.top_50\%:not(#\#):not(#\#):not(#\#){top:50%}.right_0:not(#\#):not(#\#):not(#\#){right:0}.flex-g_1:not(#\#):not(#\#):not(#\#){flex-grow:1}.flex-b_0:not(#\#):not(#\#):not(#\#){flex-basis:0}.bg-c_\$primary01:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary01)}.flex-d_row:not(#\#):not(#\#):not(#\#){flex-direction:row}.jc_space-between:not(#\#):not(#\#):not(#\#){justify-content:space-between}.bg-c_\$gray02:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray02)}.bg-c_transparent:not(#\#):not(#\#):not(#\#){background-color:#0000}.mr_0:not(#\#):not(#\#):not(#\#){margin-right:0}.bg-c_\$murkyBlue:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$murky-blue)}.lh_1\.43:not(#\#):not(#\#):not(#\#){line-height:1.43}.left_calc\(-5px\):not(#\#):not(#\#):not(#\#){left:-5px}.top_calc\(20\%\):not(#\#):not(#\#):not(#\#){top:20%}.right_calc\(-5px\):not(#\#):not(#\#):not(#\#){right:-5px}.right_20\%:not(#\#):not(#\#):not(#\#){right:20%}.top_calc\(100\%_-_5px\):not(#\#):not(#\#):not(#\#){top:calc(100% - 5px)}.left_20\%:not(#\#):not(#\#):not(#\#){left:20%}.top_calc\(-5px\):not(#\#):not(#\#):not(#\#){top:-5px}.lh_164\%:not(#\#):not(#\#):not(#\#){line-height:164%}.fw_500:not(#\#):not(#\#):not(#\#){font-weight:500}.fs_28px:not(#\#):not(#\#):not(#\#){font-size:28px}.lh_125\%:not(#\#):not(#\#):not(#\#){line-height:125%}.fw_700:not(#\#):not(#\#):not(#\#){font-weight:700}.fs_22px:not(#\#):not(#\#):not(#\#){font-size:22px}.fs_20px:not(#\#):not(#\#):not(#\#){font-size:20px}.lh_136\%:not(#\#):not(#\#):not(#\#){line-height:136%}.fs_18px:not(#\#):not(#\#):not(#\#){font-size:18px}.fs_16px:not(#\#):not(#\#):not(#\#){font-size:16px}.fw_800:not(#\#):not(#\#):not(#\#){font-weight:800}.fw_400:not(#\#):not(#\#):not(#\#){font-weight:400}.fw_300:not(#\#):not(#\#):not(#\#){font-weight:300}.bottom_0:not(#\#):not(#\#):not(#\#){bottom:0}.bdr-tl_8px:not(#\#):not(#\#):not(#\#){border-top-left-radius:8px}.bdr-tr_8px:not(#\#):not(#\#):not(#\#){border-top-right-radius:8px}.pb_100px:not(#\#):not(#\#):not(#\#){padding-bottom:100px}.bg-c_\#c8c8c8:not(#\#):not(#\#):not(#\#){background-color:#c8c8c8}.bg-c_\#fff:not(#\#):not(#\#):not(#\#){background-color:#fff}.ov-y_scroll:not(#\#):not(#\#):not(#\#){overflow-y:scroll}.top_12px:not(#\#):not(#\#):not(#\#){top:12px}.right_12px:not(#\#):not(#\#):not(#\#){right:12px}.pt_24px:not(#\#):not(#\#):not(#\#){padding-top:24px}.flex-wrap_wrap:not(#\#):not(#\#):not(#\#){flex-wrap:wrap}.mb_14px:not(#\#):not(#\#):not(#\#){margin-bottom:14px}.mb_10px:not(#\#):not(#\#):not(#\#){margin-bottom:10px}.bg-c_\$red:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$red)}.flex-sh_0:not(#\#):not(#\#):not(#\#){flex-shrink:0}.bg-c_\$gray01:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray01)}.mt_12px:not(#\#):not(#\#):not(#\#){margin-top:12px}.ff_Apple_SD_Gothic_Neo:not(#\#):not(#\#):not(#\#){font-family:Apple SD Gothic Neo}.ov-x_hidden:not(#\#):not(#\#):not(#\#){overflow-x:hidden}.bg-c_\$gray03:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray03)}.bg-c_\$gray04:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray04)}.left_16px:not(#\#):not(#\#):not(#\#){left:16px}.lh_0\.8:not(#\#):not(#\#):not(#\#){line-height:.8}.pb_12px:not(#\#):not(#\#):not(#\#){padding-bottom:12px}.pl_6px:not(#\#):not(#\#):not(#\#){padding-left:6px}.top_-2\%:not(#\#):not(#\#):not(#\#){top:-2%}.left_-2\%:not(#\#):not(#\#):not(#\#){left:-2%}.rg_24px:not(#\#):not(#\#):not(#\#){row-gap:24px}.bd-c_\$gray01:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray01)}.mt_40px:not(#\#):not(#\#):not(#\#){margin-top:40px}.mt_30px:not(#\#):not(#\#):not(#\#){margin-top:30px}.mt_10px:not(#\#):not(#\#):not(#\#){margin-top:10px}.pt_10px:not(#\#):not(#\#):not(#\#){padding-top:10px}.pb_20px:not(#\#):not(#\#):not(#\#){padding-bottom:20px}.pb_50px:not(#\#):not(#\#):not(#\#){padding-bottom:50px}.mb_20px:not(#\#):not(#\#):not(#\#){margin-bottom:20px}.bg-c_\$gray100:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray100)}.pb_24px:not(#\#):not(#\#):not(#\#){padding-bottom:24px}.mb_24px:not(#\#):not(#\#):not(#\#){margin-bottom:24px}.mt_16px:not(#\#):not(#\#):not(#\#){margin-top:16px}.jc_flex-start:not(#\#):not(#\#):not(#\#){justify-content:flex-start}.top_-3px:not(#\#):not(#\#):not(#\#){top:-3px}.right_-3px:not(#\#):not(#\#):not(#\#){right:-3px}.bg-c_\$black:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$black)}.pt_2px:not(#\#):not(#\#):not(#\#){padding-top:2px}.mb_8px:not(#\#):not(#\#):not(#\#){margin-bottom:8px}.pl_30px:not(#\#):not(#\#):not(#\#){padding-left:30px}.pt_4px:not(#\#):not(#\#):not(#\#){padding-top:4px}.lh_16px:not(#\#):not(#\#):not(#\#){line-height:16px}.pr_16px:not(#\#):not(#\#):not(#\#){padding-right:16px}.top_-8px:not(#\#):not(#\#):not(#\#){top:-8px}.cg_8px:not(#\#):not(#\#):not(#\#){column-gap:8px}.cg_3px:not(#\#):not(#\#):not(#\#){column-gap:3px}.pr_12px:not(#\#):not(#\#):not(#\#){padding-right:12px}.right_8:not(#\#):not(#\#):not(#\#){right:8px}.top_8:not(#\#):not(#\#):not(#\#){top:8px}.pt_0:not(#\#):not(#\#):not(#\#){padding-top:0}.bg-c_rgba\(61\,_61\,_61\,_0\.60\):not(#\#):not(#\#):not(#\#){background-color:#3d3d3d99}.bg-s_cover:not(#\#):not(#\#):not(#\#){background-size:cover}.bg-p_center:not(#\#):not(#\#):not(#\#){background-position:50%}.top_16px:not(#\#):not(#\#):not(#\#){top:16px}.bg-c_rgba\(255\,_255\,_255\,_0\.10\):not(#\#):not(#\#):not(#\#){background-color:#ffffff1a}.bottom_66px:not(#\#):not(#\#):not(#\#){bottom:66px}.bg-c_rgba\(0\,_0\,_0\,_0\.30\):not(#\#):not(#\#):not(#\#){background-color:#0000004d}.top_14px:not(#\#):not(#\#):not(#\#){top:14px}.cg_6px:not(#\#):not(#\#):not(#\#){column-gap:6px}.bdr-tl_12px:not(#\#):not(#\#):not(#\#){border-top-left-radius:12px}.bdr-tr_12px:not(#\#):not(#\#):not(#\#){border-top-right-radius:12px}.pt_36px:not(#\#):not(#\#):not(#\#){padding-top:36px}.ml_10px:not(#\#):not(#\#):not(#\#){margin-left:10px}.ml_12px:not(#\#):not(#\#):not(#\#){margin-left:12px}.jc_start:not(#\#):not(#\#):not(#\#){justify-content:start}.ai_start:not(#\#):not(#\#):not(#\#){align-items:start}.pt_20px:not(#\#):not(#\#):not(#\#){padding-top:20px}.rg_8px:not(#\#):not(#\#):not(#\#){row-gap:8px}.li-t_disc:not(#\#):not(#\#):not(#\#){list-style-type:disc}.ml_16px:not(#\#):not(#\#):not(#\#){margin-left:16px}.cg_13px:not(#\#):not(#\#):not(#\#){column-gap:13px}.rg_2px:not(#\#):not(#\#):not(#\#){row-gap:2px}.bg-c_\$primary04:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary04)}.pt_1px:not(#\#):not(#\#):not(#\#){padding-top:1px}.pl_7px:not(#\#):not(#\#):not(#\#){padding-left:7px}.bg-c_\$black02:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$black02)}.pb_4px:not(#\#):not(#\#):not(#\#){padding-bottom:4px}.mt_20px:not(#\#):not(#\#):not(#\#){margin-top:20px}.pb_8px:not(#\#):not(#\#):not(#\#){padding-bottom:8px}.bg-c_rgba\(34\,_34\,_34\,_0\.80\):not(#\#):not(#\#):not(#\#){background-color:#222c}.ml_2px:not(#\#):not(#\#):not(#\#){margin-left:2px}.pb_14px:not(#\#):not(#\#):not(#\#){padding-bottom:14px}.ov-x_scroll:not(#\#):not(#\#):not(#\#){overflow-x:scroll}.bottom_16px:not(#\#):not(#\#):not(#\#){bottom:16px}.pb_11px:not(#\#):not(#\#):not(#\#){padding-bottom:11px}.pl_20px:not(#\#):not(#\#):not(#\#){padding-left:20px}.pr_26px:not(#\#):not(#\#):not(#\#){padding-right:26px}.bottom_50px:not(#\#):not(#\#):not(#\#){bottom:50px}.top_2px:not(#\#):not(#\#):not(#\#){top:2px}.left_12px:not(#\#):not(#\#):not(#\#){left:12px}.bg-c_rgba\(0\,_0\,_0\,_0\.20\):not(#\#):not(#\#):not(#\#){background-color:#0003}.bottom_12px:not(#\#):not(#\#):not(#\#){bottom:12px}.mt_8px:not(#\#):not(#\#):not(#\#){margin-top:8px}.bg-c_rgba\(34\,_34\,_34\,_0\.65\):not(#\#):not(#\#):not(#\#){background-color:#222222a6}.right_16px:not(#\#):not(#\#):not(#\#){right:16px}.mt_32px:not(#\#):not(#\#):not(#\#){margin-top:32px}.pl_12px:not(#\#):not(#\#):not(#\#){padding-left:12px}.mb_32px:not(#\#):not(#\#):not(#\#){margin-bottom:32px}.pb_2px:not(#\#):not(#\#):not(#\#){padding-bottom:2px}.bg-r_no-repeat:not(#\#):not(#\#):not(#\#){background-repeat:no-repeat}.top_40\%:not(#\#):not(#\#):not(#\#){top:40%}.top_139px:not(#\#):not(#\#):not(#\#){top:139px}.bottom_14px:not(#\#):not(#\#):not(#\#){bottom:14px}.left_20px:not(#\#):not(#\#):not(#\#){left:20px}.pt_12px:not(#\#):not(#\#):not(#\#){padding-top:12px}.mt_24px:not(#\#):not(#\#):not(#\#){margin-top:24px}.pb_32px:not(#\#):not(#\#):not(#\#){padding-bottom:32px}.pt_8px:not(#\#):not(#\#):not(#\#){padding-top:8px}.grid-tc_repeat\(4\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(4,1fr)}.grid-tr_repeat\(2\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-rows:repeat(2,1fr)}.bg-c_rgba\(0\,_0\,_0\,_0\.4\):not(#\#):not(#\#):not(#\#){background-color:#0006}.mb_2px:not(#\#):not(#\#):not(#\#){margin-bottom:2px}.pt_50px:not(#\#):not(#\#):not(#\#){padding-top:50px}.pt_44px:not(#\#):not(#\#):not(#\#){padding-top:44px}.mt_60px:not(#\#):not(#\#):not(#\#){margin-top:60px}.mt_14px:not(#\#):not(#\#):not(#\#){margin-top:14px}.mr_9px:not(#\#):not(#\#):not(#\#){margin-right:9px}.flex-b_1:not(#\#):not(#\#):not(#\#){flex-basis:1px}.fs_15px:not(#\#):not(#\#):not(#\#){font-size:15px}.bdr-tl_0:not(#\#):not(#\#):not(#\#){border-top-left-radius:0}.bdr-bl_0:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:0}.bdr-tr_4px:not(#\#):not(#\#):not(#\#){border-top-right-radius:4px}.bdr-br_4px:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:4px}.bg-c_white:not(#\#):not(#\#):not(#\#){background-color:#fff}.ml_0:not(#\#):not(#\#):not(#\#){margin-left:0}.mt_25px:not(#\#):not(#\#):not(#\#){margin-top:25px}.mt_28px:not(#\#):not(#\#):not(#\#){margin-top:28px}.bg-c_\#ffd900:not(#\#):not(#\#):not(#\#){background-color:#ffd900}.mt_17px:not(#\#):not(#\#):not(#\#){margin-top:17px}.bottom_0px:not(#\#):not(#\#):not(#\#){bottom:0}.ml_6px:not(#\#):not(#\#):not(#\#){margin-left:6px}.lh_normal:not(#\#):not(#\#):not(#\#){line-height:normal}.mb_6px:not(#\#):not(#\#):not(#\#){margin-bottom:6px}.mt_4px:not(#\#):not(#\#):not(#\#){margin-top:4px}.mb_3px:not(#\#):not(#\#):not(#\#){margin-bottom:3px}.bg-c_\$yellow-kakao:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$yellow-kakao)}.pb_18px:not(#\#):not(#\#):not(#\#){padding-bottom:18px}.bg-i_linear-gradient\(180deg\,_rgba\(223\,_223\,_223\,_0\.00\)_0\%\,_rgba\(242\,_242\,_242\,_0\.61\)_7\.98\%\,_\#F2F2F2_22\.43\%\):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(#dfdfdf00 0%,#f2f2f29c 7.98%,#f2f2f2 22.43%)}.fs_24px:not(#\#):not(#\#):not(#\#){font-size:24px}.lh_20px:not(#\#):not(#\#):not(#\#){line-height:20px}.grid-tc_repeat\(3\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(3,1fr)}.grid-ar_1fr:not(#\#):not(#\#):not(#\#){grid-auto-rows:1fr}.rg_12px:not(#\#):not(#\#):not(#\#){row-gap:12px}.rg_0:not(#\#):not(#\#):not(#\#){row-gap:0}.bg-c_\$red03:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$red03)}.bg-c_\$green02:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$green02)}.mb_0px:not(#\#):not(#\#):not(#\#){margin-bottom:0}.rg_20px:not(#\#):not(#\#):not(#\#){row-gap:20px}.rg_10px:not(#\#):not(#\#):not(#\#){row-gap:10px}.rg_16px:not(#\#):not(#\#):not(#\#){row-gap:16px}.rg_6px:not(#\#):not(#\#):not(#\#){row-gap:6px}.rg_11px:not(#\#):not(#\#):not(#\#){row-gap:11px}.bottom_4px:not(#\#):not(#\#):not(#\#){bottom:4px}.left_4px:not(#\#):not(#\#):not(#\#){left:4px}.as_stretch:not(#\#):not(#\#):not(#\#){align-self:stretch}.bottom_-2px:not(#\#):not(#\#):not(#\#){bottom:-2px}.pt_14px:not(#\#):not(#\#):not(#\#){padding-top:14px}.mt_1px:not(#\#):not(#\#):not(#\#){margin-top:1px}.bg-c_\#C0CCDE:not(#\#):not(#\#):not(#\#){background-color:#c0ccde}.pl_36px:not(#\#):not(#\#):not(#\#){padding-left:36px}.mb_4px:not(#\#):not(#\#):not(#\#){margin-bottom:4px}.mb_28px:not(#\#):not(#\#):not(#\#){margin-bottom:28px}.mt_6px:not(#\#):not(#\#):not(#\#){margin-top:6px}.bg-c_\$primary03:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary03)}.pt_32px:not(#\#):not(#\#):not(#\#){padding-top:32px}.pt_48px:not(#\#):not(#\#):not(#\#){padding-top:48px}.pt_16px:not(#\#):not(#\#):not(#\#){padding-top:16px}.bg-c_\#171B21:not(#\#):not(#\#):not(#\#){background-color:#171b21}.rg_30px:not(#\#):not(#\#):not(#\#){row-gap:30px}.pb_78px:not(#\#):not(#\#):not(#\#){padding-bottom:78px}.lh_56px:not(#\#):not(#\#):not(#\#){line-height:56px}.bg-c_\#b5cae6:not(#\#):not(#\#):not(#\#){background-color:#b5cae6}.pb_53px:not(#\#):not(#\#):not(#\#){padding-bottom:53px}.mb_12px:not(#\#):not(#\#):not(#\#){margin-bottom:12px}.lh_1:not(#\#):not(#\#):not(#\#){line-height:1}.lh_1\.4:not(#\#):not(#\#):not(#\#){line-height:1.4}.mt_18px:not(#\#):not(#\#):not(#\#){margin-top:18px}.pl_4px:not(#\#):not(#\#):not(#\#){padding-left:4px}.ml_1px:not(#\#):not(#\#):not(#\#){margin-left:1px}.ml_4px:not(#\#):not(#\#):not(#\#){margin-left:4px}.lh_1\.33:not(#\#):not(#\#):not(#\#){line-height:1.33}.mt_46px:not(#\#):not(#\#):not(#\#){margin-top:46px}.pl_3px:not(#\#):not(#\#):not(#\#){padding-left:3px}.lh_1\.64:not(#\#):not(#\#):not(#\#){line-height:1.64}.pb_10px:not(#\#):not(#\#):not(#\#){padding-bottom:10px}.pb_120px:not(#\#):not(#\#):not(#\#){padding-bottom:120px}.lh_27px:not(#\#):not(#\#):not(#\#){line-height:27px}.top_20px:not(#\#):not(#\#):not(#\#){top:20px}.left_36px:not(#\#):not(#\#):not(#\#){left:36px}.cg_12px:not(#\#):not(#\#):not(#\#){column-gap:12px}.cg_2px:not(#\#):not(#\#):not(#\#){column-gap:2px}.pl_16px:not(#\#):not(#\#):not(#\#){padding-left:16px}.bg-c_rgba\(255\,_255\,_255\,_0\.59\):not(#\#):not(#\#):not(#\#){background-color:#ffffff96}.bg-c_\$vividRed:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$vivid-red)}.fs_36px:not(#\#):not(#\#):not(#\#){font-size:36px}.pt_6px:not(#\#):not(#\#):not(#\#){padding-top:6px}.ov-y_hidden:not(#\#):not(#\#):not(#\#){overflow-y:hidden}.pl_8px:not(#\#):not(#\#):not(#\#){padding-left:8px}.pl_42px:not(#\#):not(#\#):not(#\#){padding-left:42px}.pb_16px:not(#\#):not(#\#):not(#\#){padding-bottom:16px}.mb_calc\(token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_token\(space\.\$KAKAO_SAFE_AREA\)_\+_16px\):not(#\#):not(#\#):not(#\#){margin-bottom:calc(var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + var(--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a) + 16px)}.left_116px:not(#\#):not(#\#):not(#\#){left:116px}.top_60:not(#\#):not(#\#):not(#\#){top:60px}.ml_3px:not(#\#):not(#\#):not(#\#){margin-left:3px}.rg_28px:not(#\#):not(#\#):not(#\#){row-gap:28px}.as_start:not(#\#):not(#\#):not(#\#){align-self:start}.pb_30px:not(#\#):not(#\#):not(#\#){padding-bottom:30px}.pt_72px:not(#\#):not(#\#):not(#\#){padding-top:72px}.lh_24px:not(#\#):not(#\#):not(#\#){line-height:24px}.top_16:not(#\#):not(#\#):not(#\#){top:16px}.right_16:not(#\#):not(#\#):not(#\#){right:16px}.lh_14px:not(#\#):not(#\#):not(#\#){line-height:14px}.mb_27px:not(#\#):not(#\#):not(#\#){margin-bottom:27px}.pb_15px:not(#\#):not(#\#):not(#\#){padding-bottom:15px}.mb_50px:not(#\#):not(#\#):not(#\#){margin-bottom:50px}.pb_0px:not(#\#):not(#\#):not(#\#){padding-bottom:0}.mt_191px:not(#\#):not(#\#):not(#\#){margin-top:191px}.lh_22px:not(#\#):not(#\#):not(#\#){line-height:22px}.lh_12px:not(#\#):not(#\#):not(#\#){line-height:12px}.bg-c_rgba\(255\,_255\,_255\,_0\.8\):not(#\#):not(#\#):not(#\#){background-color:#fffc}.mb_75px:not(#\#):not(#\#):not(#\#){margin-bottom:75px}.pb_0:not(#\#):not(#\#):not(#\#){padding-bottom:0}.right_20px:not(#\#):not(#\#):not(#\#){right:20px}.td-c_\$gray05:not(#\#):not(#\#):not(#\#){-webkit-text-decoration-color:var(--colors-\$gray05);text-decoration-color:var(--colors-\$gray05)}.mr_4px:not(#\#):not(#\#):not(#\#){margin-right:4px}.bd-c_\$red03:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$red03)}.bg-c_\#FCD8DB:not(#\#):not(#\#):not(#\#){background-color:#fcd8db}.justify-self_stretch:not(#\#):not(#\#):not(#\#){justify-self:stretch}.lh_120\%:not(#\#):not(#\#):not(#\#){line-height:120%}.mb_0:not(#\#):not(#\#):not(#\#){margin-bottom:0}.lh_0\.86:not(#\#):not(#\#):not(#\#){line-height:.86}.pr_8px:not(#\#):not(#\#):not(#\#){padding-right:8px}.top_-60px:not(#\#):not(#\#):not(#\#){top:-60px}.fs_11px:not(#\#):not(#\#):not(#\#){font-size:11px}.top_10px:not(#\#):not(#\#):not(#\#){top:10px}.right_calc\(50\%_-_13px\):not(#\#):not(#\#):not(#\#){right:calc(50% - 13px)}.pr_6px:not(#\#):not(#\#):not(#\#){padding-right:6px}.bg-c_\#F0EBF8:not(#\#):not(#\#):not(#\#){background-color:#f0ebf8}.lh_1\.58:not(#\#):not(#\#):not(#\#){line-height:1.58}.ml_5px:not(#\#):not(#\#):not(#\#){margin-left:5px}.mt_11px:not(#\#):not(#\#):not(#\#){margin-top:11px}.pb_calc\(token\(space\.\$KAKAO_SAFE_AREA\)_\+_75px\):not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--space-\$-k-a-k-a-o_-s-a-f-e_-a-r-e-a) + 75px)}.pt_40px:not(#\#):not(#\#):not(#\#){padding-top:40px}.top_44px:not(#\#):not(#\#):not(#\#){top:44px}.right_8px:not(#\#):not(#\#):not(#\#){right:8px}.bd-c_\$gray04:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray04)}.mb_26px:not(#\#):not(#\#):not(#\#){margin-bottom:26px}.pb_64px:not(#\#):not(#\#):not(#\#){padding-bottom:64px}.bd-c_\$gray03:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray03)}.lh_17px:not(#\#):not(#\#):not(#\#){line-height:17px}.pl_2px:not(#\#):not(#\#):not(#\#){padding-left:2px}.pb_env\(safe-area-inset-bottom\):not(#\#):not(#\#):not(#\#){padding-bottom:env(safe-area-inset-bottom)}.right_25px:not(#\#):not(#\#):not(#\#){right:25px}.top_18px:not(#\#):not(#\#):not(#\#){top:18px}.left_10px:not(#\#):not(#\#):not(#\#){left:10px}.top_4px:not(#\#):not(#\#):not(#\#){top:4px}.bg-c_\$NAVER_GREEN:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$-n-a-v-e-r_-g-r-e-e-n)}.mb_1px:not(#\#):not(#\#):not(#\#){margin-bottom:1px}.mt_3px:not(#\#):not(#\#):not(#\#){margin-top:3px}.pl_14px:not(#\#):not(#\#):not(#\#){padding-left:14px}.bg-cp_text:not(#\#):not(#\#):not(#\#){-webkit-background-clip:text;background-clip:text}.pt_0px:not(#\#):not(#\#):not(#\#){padding-top:0}.bottom_-5px:not(#\#):not(#\#):not(#\#){bottom:-5px}.right_calc\(50\%_-_7px\):not(#\#):not(#\#):not(#\#){right:calc(50% - 7px)}.top_-1px:not(#\#):not(#\#):not(#\#){top:-1px}.left_-1px:not(#\#):not(#\#):not(#\#){left:-1px}.pb_22px:not(#\#):not(#\#):not(#\#){padding-bottom:22px}.pb_9px:not(#\#):not(#\#):not(#\#){padding-bottom:9px}.grid-tc_1fr_1fr:not(#\#):not(#\#):not(#\#){grid-template-columns:1fr 1fr}.bdr-tl_3px:not(#\#):not(#\#):not(#\#){border-top-left-radius:3px}.bdr-tr_3px:not(#\#):not(#\#):not(#\#){border-top-right-radius:3px}.pl_48px:not(#\#):not(#\#):not(#\#){padding-left:48px}.pb_196px:not(#\#):not(#\#):not(#\#){padding-bottom:196px}.pb_90px:not(#\#):not(#\#):not(#\#){padding-bottom:90px}.pb_40px:not(#\#):not(#\#):not(#\#){padding-bottom:40px}.top_6px:not(#\#):not(#\#):not(#\#){top:6px}.mr_3px:not(#\#):not(#\#):not(#\#){margin-right:3px}.pt_80px:not(#\#):not(#\#):not(#\#){padding-top:80px}.right_4px:not(#\#):not(#\#):not(#\#){right:4px}.bdr-bl_6px:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:6px}.bdr-br_6px:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:6px}.bg-c_rgba\(255\,_97\,_97\,_0\.2\):not(#\#):not(#\#):not(#\#){background-color:#ff616133}.bg-c_rgba\(0\,_255\,_0\,_0\.2\):not(#\#):not(#\#):not(#\#){background-color:#0f03}.fw_normal:not(#\#):not(#\#):not(#\#){font-weight:400}.pt_64px:not(#\#):not(#\#):not(#\#){padding-top:64px}.rg_40px:not(#\#):not(#\#):not(#\#){row-gap:40px}.mt_48px:not(#\#):not(#\#):not(#\#){margin-top:48px}.bg-c_\#F7FDFA:not(#\#):not(#\#):not(#\#){background-color:#f7fdfa}.flex-b_150px:not(#\#):not(#\#):not(#\#){flex-basis:150px}.rg_3px:not(#\#):not(#\#):not(#\#){row-gap:3px}.bg-c_rgba\(255\,_255\,_255\,_0\.85\):not(#\#):not(#\#):not(#\#){background-color:#ffffffd9}.bg-c_\#E0E7F1:not(#\#):not(#\#):not(#\#){background-color:#e0e7f1}.cg_10px:not(#\#):not(#\#):not(#\#){column-gap:10px}.bottom_8px:not(#\#):not(#\#):not(#\#){bottom:8px}.td-c_\$gray700:not(#\#):not(#\#):not(#\#){-webkit-text-decoration-color:var(--colors-\$gray700);text-decoration-color:var(--colors-\$gray700)}.top_-2px:not(#\#):not(#\#):not(#\#){top:-2px}.right_-2px:not(#\#):not(#\#):not(#\#){right:-2px}.pt_3px:not(#\#):not(#\#):not(#\#){padding-top:3px}.pb_72px:not(#\#):not(#\#):not(#\#){padding-bottom:72px}.mb_56px:not(#\#):not(#\#):not(#\#){margin-bottom:56px}.bottom_30px:not(#\#):not(#\#):not(#\#){bottom:30px}.bg-c_\#636d7e:not(#\#):not(#\#):not(#\#){background-color:#636d7e}.fs_26px:not(#\#):not(#\#):not(#\#){font-size:26px}.lh_150\%:not(#\#):not(#\#):not(#\#){line-height:150%}.mb_36px:not(#\#):not(#\#):not(#\#){margin-bottom:36px}.mt_36px:not(#\#):not(#\#):not(#\#){margin-top:36px}.bg-c_\#4f5f79:not(#\#):not(#\#):not(#\#){background-color:#4f5f79}.right_-24px:not(#\#):not(#\#):not(#\#){right:-24px}.top_-15px:not(#\#):not(#\#):not(#\#){top:-15px}.top_5px:not(#\#):not(#\#):not(#\#){top:5px}.cg_16px:not(#\#):not(#\#):not(#\#){column-gap:16px}.cg_4px:not(#\#):not(#\#):not(#\#){column-gap:4px}.bg-c_\$gray50:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray50)}.mt_56px:not(#\#):not(#\#):not(#\#){margin-top:56px}.bd-b-c_transparent:not(#\#):not(#\#):not(#\#){border-bottom-color:#0000}.pl_40px:not(#\#):not(#\#):not(#\#){padding-left:40px}.pt_28px:not(#\#):not(#\#):not(#\#){padding-top:28px}.top_calc\(env\(safe-area-inset-top\)_\+_47px\):not(#\#):not(#\#):not(#\#){top:calc(env(safe-area-inset-top) + 47px)}.right_7px:not(#\#):not(#\#):not(#\#){right:7px}.top_calc\(env\(safe-area-inset-top\)_\/_2_\+_50\%\):not(#\#):not(#\#):not(#\#){top:calc(env(safe-area-inset-top)/2 + 50%)}.bg-i_url\(data\:image\/png\;base64\,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs\+9AAAAFklEQVR42mN8\/\/HLfwYiAOOoQvoqBABbWyZJf74GZgAAAABJRU5ErkJggg\=\=\):not(#\#):not(#\#):not(#\#){background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAFklEQVR42mN8//HLfwYiAOOoQvoqBABbWyZJf74GZgAAAABJRU5ErkJggg==)}.bg-c_rgba\(255\,_255\,_255\,_0\.20\):not(#\#):not(#\#):not(#\#){background-color:#fff3}.top_-25px:not(#\#):not(#\#):not(#\#){top:-25px}.mt_5\.5px:not(#\#):not(#\#):not(#\#){margin-top:5.5px}.grid-tc_repeat\(10\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(10,1fr)}.grid-template-areas_\"first_first_first_first_first_first_first_first_first_first\"_\"first_first_first_first_first_first_first_first_first_first\":not(#\#):not(#\#):not(#\#){grid-template-areas:"first first first first first first first first first first""first first first first first first first first first first"}.grid-template-areas_\"first_first_first_first_first_second_second_second_second_second\"_\"first_first_first_first_first_second_second_second_second_second\":not(#\#):not(#\#):not(#\#){grid-template-areas:"first first first first first second second second second second""first first first first first second second second second second"}.grid-template-areas_\"first_first_first_first_first_first_second_second_second_second\"_\"first_first_first_first_first_first_third_third_third_third\":not(#\#):not(#\#):not(#\#){grid-template-areas:"first first first first first first second second second second""first first first first first first third third third third"}.mb_94px:not(#\#):not(#\#):not(#\#){margin-bottom:94px}.right_-5\.6px:not(#\#):not(#\#):not(#\#){right:-5.6px}.bottom_-5\.6px:not(#\#):not(#\#):not(#\#){bottom:-5.6px}.bg-c_\#F7C04F:not(#\#):not(#\#):not(#\#){background-color:#f7c04f}.lh_0:not(#\#):not(#\#):not(#\#){line-height:0}.bd-c_\$primary01:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$primary01)}.grid-tc_repeat\(2\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(2,1fr)}.bd-w_1px:not(#\#):not(#\#):not(#\#){border-width:1px}.border-style_solid:not(#\#):not(#\#):not(#\#){border-style:solid}.bd-c_\$gray02:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray02)}.bg-c_\#F5F9FF:not(#\#):not(#\#):not(#\#){background-color:#f5f9ff}.bg-c_\#E0EEFF:not(#\#):not(#\#):not(#\#){background-color:#e0eeff}.top_-4\%:not(#\#):not(#\#):not(#\#){top:-4%}.left_-4\%:not(#\#):not(#\#):not(#\#){left:-4%}.bd-c_transparent:not(#\#):not(#\#):not(#\#){border-color:#0000}.bottom_-21px:not(#\#):not(#\#):not(#\#){bottom:-21px}.right_5px:not(#\#):not(#\#):not(#\#){right:5px}.jc_flex-end:not(#\#):not(#\#):not(#\#){justify-content:flex-end}.left_6px:not(#\#):not(#\#):not(#\#){left:6px}.top_50px:not(#\#):not(#\#):not(#\#){top:50px}.bg-c_rgba\(255\,_255\,_255\,_0\.80\):not(#\#):not(#\#):not(#\#){background-color:#fffc}.mt_54px:not(#\#):not(#\#):not(#\#){margin-top:54px}.mt_45\%:not(#\#):not(#\#):not(#\#){margin-top:45%}.rg_32px:not(#\#):not(#\#):not(#\#){row-gap:32px}.mr_11px:not(#\#):not(#\#):not(#\#){margin-right:11px}.ai_flex-start:not(#\#):not(#\#):not(#\#){align-items:flex-start}.pb_216px:not(#\#):not(#\#):not(#\#){padding-bottom:216px}.mt_0:not(#\#):not(#\#):not(#\#){margin-top:0}.lh_1\.5:not(#\#):not(#\#):not(#\#){line-height:1.5}.bd-r-c_\$gray200:not(#\#):not(#\#):not(#\#){border-right-color:var(--colors-\$gray200)}.ai_normal:not(#\#):not(#\#):not(#\#){align-items:normal}.pb_150px:not(#\#):not(#\#):not(#\#){padding-bottom:150px}.pb_112px:not(#\#):not(#\#):not(#\#){padding-bottom:112px}.rg_18px:not(#\#):not(#\#):not(#\#){row-gap:18px}.mb_72px:not(#\#):not(#\#):not(#\#){margin-bottom:72px}.bdr-tr_0:not(#\#):not(#\#):not(#\#){border-top-right-radius:0}.pb_26px:not(#\#):not(#\#):not(#\#){padding-bottom:26px}.pl_24px:not(#\#):not(#\#):not(#\#){padding-left:24px}.pr_24px:not(#\#):not(#\#):not(#\#){padding-right:24px}.mt_72px:not(#\#):not(#\#):not(#\#){margin-top:72px}.top_-50px:not(#\#):not(#\#):not(#\#){top:-50px}.flex-d_row-reverse:not(#\#):not(#\#):not(#\#){flex-direction:row-reverse}.top_-64px:not(#\#):not(#\#):not(#\#){top:-64px}.pb_113px:not(#\#):not(#\#):not(#\#){padding-bottom:113px}.right_0px:not(#\#):not(#\#):not(#\#){right:0}.bg-c_\$red04:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$red04)}.cg_14px:not(#\#):not(#\#):not(#\#){column-gap:14px}.right_-6px:not(#\#):not(#\#):not(#\#){right:-6px}.left_-6px:not(#\#):not(#\#):not(#\#){left:-6px}.bg-c_\$blue700:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$blue700)}.lh_1\.57:not(#\#):not(#\#):not(#\#){line-height:1.57}.bd-c_\$primary03:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$primary03)}.pr_5px:not(#\#):not(#\#):not(#\#){padding-right:5px}.bg-c_token\(colors\.\$primary02\):not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary02)}.bdr-br_8px:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:8px}.bdr-bl_8px:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:8px}.bg-c_\#d8d8d8:not(#\#):not(#\#):not(#\#){background-color:#d8d8d8}.mb_40px:not(#\#):not(#\#):not(#\#){margin-bottom:40px}.grid-tc_repeat\(7\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(7,1fr)}.top_calc\(50\%_\+_16px\):not(#\#):not(#\#):not(#\#){top:calc(50% + 16px)}.bd-c_\$gray05:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray05)}.bdr-tl_4px:not(#\#):not(#\#):not(#\#){border-top-left-radius:4px}.bdr-bl_4px:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:4px}.bg-c_\$gray200:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray200)}.mt_5px:not(#\#):not(#\#):not(#\#){margin-top:5px}.top_46px:not(#\#):not(#\#):not(#\#){top:46px}.ov-y_auto:not(#\#):not(#\#):not(#\#){overflow-y:auto}.ov-y_visible:not(#\#):not(#\#):not(#\#){overflow-y:visible}.right_10px:not(#\#):not(#\#):not(#\#){right:10px}.lh_1\.17:not(#\#):not(#\#):not(#\#){line-height:1.17}.trs-prop_grid-template-rows\,_opacity:not(#\#):not(#\#):not(#\#){--transition-prop:grid-template-rows,opacity;transition-property:grid-template-rows,opacity}.trs-tmf_ease-in-out:not(#\#):not(#\#):not(#\#){--transition-easing:ease-in-out;transition-timing-function:ease-in-out}.bg-c_\#eee:not(#\#):not(#\#):not(#\#){background-color:#eee}.bg-c_rgba\(34\,_34\,_34\,_0\.57\):not(#\#):not(#\#):not(#\#){background-color:#22222291}.mr_2px:not(#\#):not(#\#):not(#\#){margin-right:2px}.ov-x_auto:not(#\#):not(#\#):not(#\#){overflow-x:auto}.mr_10px:not(#\#):not(#\#):not(#\#){margin-right:10px}.grid-tc_repeat\(auto-fill\,_minmax\(160px\,_1fr\)\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.grid-tc_repeat\(auto-fill\,_minmax\(200px\,_1fr\)\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.ring-c_\$primary01:not(#\#):not(#\#):not(#\#){outline-color:var(--colors-\$primary01)}.bd-c_\$red:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$red)}.top_24px:not(#\#):not(#\#):not(#\#){top:24px}.right_24px:not(#\#):not(#\#):not(#\#){right:24px}.top_15px:not(#\#):not(#\#):not(#\#){top:15px}.right_-120px:not(#\#):not(#\#):not(#\#){right:-120px}.left_-120px:not(#\#):not(#\#):not(#\#){left:-120px}.pt_37px:not(#\#):not(#\#):not(#\#){padding-top:37px}.fs_16:not(#\#):not(#\#):not(#\#){font-size:16px}.bg-c_\#FFDD98:not(#\#):not(#\#):not(#\#){background-color:#ffdd98}.bg-c_\#8BB9FF:not(#\#):not(#\#):not(#\#){background-color:#8bb9ff}.bg-c_\#FFB8BD:not(#\#):not(#\#):not(#\#){background-color:#ffb8bd}.flex-b_60px:not(#\#):not(#\#):not(#\#){flex-basis:60px}.flex-b_50px:not(#\#):not(#\#):not(#\#){flex-basis:50px}.mt_9px:not(#\#):not(#\#):not(#\#){margin-top:9px}.flex-b_50\%:not(#\#):not(#\#):not(#\#){flex-basis:50%}.mt_47px:not(#\#):not(#\#):not(#\#){margin-top:47px}.bg-c_black:not(#\#):not(#\#):not(#\#){background-color:#000}.top_45px:not(#\#):not(#\#):not(#\#){top:45px}.mr_20px:not(#\#):not(#\#):not(#\#){margin-right:20px}.top_76px:not(#\#):not(#\#):not(#\#){top:76px}.ml_calc\(-50vw_\+_50\%\):not(#\#):not(#\#):not(#\#){margin-left:calc(50% - 50vw)}.bd-b-c_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#){border-bottom-color:var(--colors-\$gray02)}.grid-tc_5fr_3fr_3fr_2\.7fr_2\.7fr_2\.7fr_2\.7fr_2\.7fr_3\.4fr_1\.5fr_1\.5fr_1\.5fr:not(#\#):not(#\#):not(#\#){grid-template-columns:5fr 3fr 3fr 2.7fr 2.7fr 2.7fr 2.7fr 2.7fr 3.4fr 1.5fr 1.5fr 1.5fr}.grid-cs_4:not(#\#):not(#\#):not(#\#){grid-column-start:4}.grid-ce_-1:not(#\#):not(#\#):not(#\#){grid-column-end:-1}.pl_68px:not(#\#):not(#\#):not(#\#){padding-left:68px}.grid-tc_164px_89px_170px_96px:not(#\#):not(#\#):not(#\#){grid-template-columns:164px 89px 170px 96px}.grid-cs_span_2:not(#\#):not(#\#):not(#\#){grid-column-start:span 2}.bg-c_\#FFF7E8:not(#\#):not(#\#):not(#\#){background-color:#fff7e8}.as_flex-start:not(#\#):not(#\#):not(#\#){align-self:flex-start}.cg_40px:not(#\#):not(#\#):not(#\#){column-gap:40px}.cg_28px:not(#\#):not(#\#):not(#\#){column-gap:28px}.mr_40px:not(#\#):not(#\#):not(#\#){margin-right:40px}.bg-c_rgba\(255\,_255\,_255\,_0\.5\):not(#\#):not(#\#):not(#\#){background-color:#ffffff80}.bg-c_rgba\(255\,255\,255\,0\.7\):not(#\#):not(#\#):not(#\#){background-color:#ffffffb3}.fs_72px:not(#\#):not(#\#):not(#\#){font-size:72px}.font-style_normal:not(#\#):not(#\#):not(#\#){font-style:normal}.cg_5px:not(#\#):not(#\#):not(#\#){column-gap:5px}.bg-c_\$deepBlue:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$deep-blue)}.pb_calc\(env\(safe-area-inset-bottom\)_\+_80px\):not(#\#):not(#\#):not(#\#){padding-bottom:calc(env(safe-area-inset-bottom) + 80px)}.top_7px:not(#\#):not(#\#):not(#\#){top:7px}.right_calc\(50\%_-_18px\):not(#\#):not(#\#):not(#\#){right:calc(50% - 18px)}.bdr-tl_20px:not(#\#):not(#\#):not(#\#){border-top-left-radius:20px}.bdr-tr_20px:not(#\#):not(#\#):not(#\#){border-top-right-radius:20px}.mb_34px:not(#\#):not(#\#):not(#\#){margin-bottom:34px}.top_116px:not(#\#):not(#\#):not(#\#){top:116px}.pr_4px:not(#\#):not(#\#):not(#\#){padding-right:4px}.pl_1px:not(#\#):not(#\#):not(#\#){padding-left:1px}.left_-1:not(#\#):not(#\#):not(#\#){left:-1px}.top_44:not(#\#):not(#\#):not(#\#){top:44px}.pb_70px:not(#\#):not(#\#):not(#\#){padding-bottom:70px}.lh_23px:not(#\#):not(#\#):not(#\#){line-height:23px}.lh_17\.5px:not(#\#):not(#\#):not(#\#){line-height:17.5px}.mt_19px:not(#\#):not(#\#):not(#\#){margin-top:19px}.left_-24px:not(#\#):not(#\#):not(#\#){left:-24px}.pr_23px:not(#\#):not(#\#):not(#\#){padding-right:23px}.pl_10px:not(#\#):not(#\#):not(#\#){padding-left:10px}.pb_82px:not(#\#):not(#\#):not(#\#){padding-bottom:82px}.bg-c_\#ECF3FF:not(#\#):not(#\#):not(#\#){background-color:#ecf3ff}.ml_9px:not(#\#):not(#\#):not(#\#){margin-left:9px}.ml_11px:not(#\#):not(#\#):not(#\#){margin-left:11px}.mb_25px:not(#\#):not(#\#):not(#\#){margin-bottom:25px}.mt_16px_0:not(#\#):not(#\#):not(#\#){margin-top:16px 0}.lh_1\.25:not(#\#):not(#\#):not(#\#){line-height:1.25}.mr_16px:not(#\#):not(#\#):not(#\#){margin-right:16px}.bg-c_\#CBEEE0:not(#\#):not(#\#):not(#\#){background-color:#cbeee0}.bg-c_\$sejongGreen01:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$sejong-green01)}.pr_2px:not(#\#):not(#\#):not(#\#){padding-right:2px}.pr_1px:not(#\#):not(#\#):not(#\#){padding-right:1px}.bg-c_\#E3F8E7:not(#\#):not(#\#):not(#\#){background-color:#e3f8e7}.grid-tr_1fr_1fr:not(#\#):not(#\#):not(#\#){grid-template-rows:1fr 1fr}.bg-c_rgba\(255\,_255\,_255\,_0\.93\):not(#\#):not(#\#):not(#\#){background-color:#ffffffed}.right_-1px:not(#\#):not(#\#):not(#\#){right:-1px}.bottom_-1px:not(#\#):not(#\#):not(#\#){bottom:-1px}.right_calc\(50\%_-_44px\):not(#\#):not(#\#):not(#\#){right:calc(50% - 44px)}.bg-c_rgba\(189\,_215\,_255\,_0\.1\):not(#\#):not(#\#):not(#\#){background-color:#bdd7ff1a}.rg_4px:not(#\#):not(#\#):not(#\#){row-gap:4px}.top_42\%:not(#\#):not(#\#):not(#\#){top:42%}.top_46\%:not(#\#):not(#\#):not(#\#){top:46%}.ff_NanumSquare:not(#\#):not(#\#):not(#\#){font-family:NanumSquare}.lh_1\.36:not(#\#):not(#\#):not(#\#){line-height:1.36}.mr_14px:not(#\#):not(#\#):not(#\#){margin-right:14px}.bg-c_\$sejongGreen02:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$sejong-green02)}.bg-c_\$blue50:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$blue50)}.mb_9px:not(#\#):not(#\#):not(#\#){margin-bottom:9px}.bd-c_\$blue200:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$blue200)}.bd-c_\$gray100:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray100)}.bd-t-w_0:not(#\#):not(#\#):not(#\#){border-top-width:0}.bd-c_token\(colors\.\$blue200\):not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$blue200)}.bg-c_\$gray900:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray900)}.bg-c_\$coolGray800:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$cool-gray800)}.mb_18px:not(#\#):not(#\#):not(#\#){margin-bottom:18px}.bg-c_\$primary:not(#\#):not(#\#):not(#\#),.bg-c_token\(colors\.\$primary\):not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary)}.pt_7px:not(#\#):not(#\#):not(#\#){padding-top:7px}.right_-7px:not(#\#):not(#\#):not(#\#){right:-7px}.lh_1\.42:not(#\#):not(#\#):not(#\#){line-height:1.42}.bg-c_rgba\(44\,_127\,_255\,_0\.3\):not(#\#):not(#\#):not(#\#){background-color:#2c7fff4d}.top_-13px:not(#\#):not(#\#):not(#\#){top:-13px}.left_11\%:not(#\#):not(#\#):not(#\#){left:11%}.left_36\%:not(#\#):not(#\#):not(#\#){left:36%}.left_61\%:not(#\#):not(#\#):not(#\#){left:61%}.mt_0px:not(#\#):not(#\#):not(#\#){margin-top:0}.pb_36px:not(#\#):not(#\#):not(#\#){padding-bottom:36px}.mt_-130px:not(#\#):not(#\#):not(#\#){margin-top:-130px}.flex-b_91px:not(#\#):not(#\#):not(#\#){flex-basis:91px}.flex-b_185px:not(#\#):not(#\#):not(#\#){flex-basis:185px}.pb_1px:not(#\#):not(#\#):not(#\#){padding-bottom:1px}.lh_45px:not(#\#):not(#\#):not(#\#){line-height:45px}.bg-i_linear-gradient\(to_bottom\,_\#dbe9ff_0\%\,_white_45\%\):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(#dbe9ff 0%,#fff 45%)}.pt_30px:not(#\#):not(#\#):not(#\#){padding-top:30px}.text-decoration-line_underline:not(#\#):not(#\#):not(#\#){text-decoration-line:underline}.lh_1\.31:not(#\#):not(#\#):not(#\#){line-height:1.31}.mb_15px:not(#\#):not(#\#):not(#\#){margin-bottom:15px}.mt_34px:not(#\#):not(#\#):not(#\#){margin-top:34px}.mb_22px:not(#\#):not(#\#):not(#\#){margin-bottom:22px}.mt_40\%:not(#\#):not(#\#):not(#\#){margin-top:40%}.lh_1\.14:not(#\#):not(#\#):not(#\#){line-height:1.14}.right_14px:not(#\#):not(#\#):not(#\#){right:14px}.bg-c_rgba\(255\,_255\,_255\,_0\.9\):not(#\#):not(#\#):not(#\#){background-color:#ffffffe6}.pr_3px:not(#\#):not(#\#):not(#\#){padding-right:3px}.lh_1\.35:not(#\#):not(#\#):not(#\#){line-height:1.35}.mt_70px:not(#\#):not(#\#):not(#\#){margin-top:70px}.pl_9px:not(#\#):not(#\#):not(#\#){padding-left:9px}.pl_27px:not(#\#):not(#\#):not(#\#){padding-left:27px}.top_79px:not(#\#):not(#\#):not(#\#){top:79px}.mt_22px:not(#\#):not(#\#):not(#\#){margin-top:22px}.flex-g_28px:not(#\#):not(#\#):not(#\#){flex-grow:28px}.mt_138px:not(#\#):not(#\#):not(#\#){margin-top:138px}.mr_5px:not(#\#):not(#\#):not(#\#){margin-right:5px}.lh_30px:not(#\#):not(#\#):not(#\#){line-height:30px}.bg-c_\#E74D5A:not(#\#):not(#\#):not(#\#){background-color:#e74d5a}.lh_26px:not(#\#):not(#\#):not(#\#){line-height:26px}.ai_end:not(#\#):not(#\#):not(#\#){align-items:end}.mt_49px:not(#\#):not(#\#):not(#\#){margin-top:49px}.pr_21px:not(#\#):not(#\#):not(#\#){padding-right:21px}.mr_-1px:not(#\#):not(#\#):not(#\#){margin-right:-1px}.mb_-1px:not(#\#):not(#\#):not(#\#){margin-bottom:-1px}.bd-c_\$dodgerBlue:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$dodger-blue)}.mr_50px:not(#\#):not(#\#):not(#\#){margin-right:50px}.mr_12px:not(#\#):not(#\#):not(#\#){margin-right:12px}.mr_18px:not(#\#):not(#\#):not(#\#){margin-right:18px}.left_11px:not(#\#):not(#\#):not(#\#){left:11px}.top_-5px:not(#\#):not(#\#):not(#\#){top:-5px}.bg-c_rgba\(51\,_179\,_77\,_0\.16\):not(#\#):not(#\#):not(#\#){background-color:#33b34d29}.lh_1\.29:not(#\#):not(#\#):not(#\#){line-height:1.29}.top_-55px:not(#\#):not(#\#):not(#\#){top:-55px}.right_calc\(50\%_-_38px\):not(#\#):not(#\#):not(#\#){right:calc(50% - 38px)}.mr_7px:not(#\#):not(#\#):not(#\#){margin-right:7px}.top_6:not(#\#):not(#\#):not(#\#){top:6px}.right_-7:not(#\#):not(#\#):not(#\#){right:-7px}.bottom_38px:not(#\#):not(#\#):not(#\#){bottom:38px}.bg-i_linear-gradient\(352deg\,_\#FFF_14\.14\%\,_rgba\(255\,_255\,_255\,_0\.19\)_87\.4\%\):not(#\#):not(#\#):not(#\#){background-image:linear-gradient(352deg,#fff 14.14%,#ffffff30 87.4%)}.flex-sh_28px:not(#\#):not(#\#):not(#\#){flex-shrink:28px}.pt_18px:not(#\#):not(#\#):not(#\#){padding-top:18px}.bottom_70px:not(#\#):not(#\#):not(#\#){bottom:70px}.pb_200px:not(#\#):not(#\#):not(#\#){padding-bottom:200px}.mt_-3px:not(#\#):not(#\#):not(#\#){margin-top:-3px}.pt_126px:not(#\#):not(#\#):not(#\#){padding-top:126px}.bdr-tl_0px:not(#\#):not(#\#):not(#\#){border-top-left-radius:0}.bdr-bl_0px:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:0}.bdr-tr_0px:not(#\#):not(#\#):not(#\#){border-top-right-radius:0}.bdr-br_0px:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:0}.content_자리톡_단기임대는_공실_걱정_없이_월세_대비_평균_2배를_벌_수_있어요\.:not(#\#):not(#\#):not(#\#){content:자리톡 단기임대는 공실 걱정 없이 월세 대비 평균 2배를 벌 수 있어요.}.bottom_6px:not(#\#):not(#\#):not(#\#){bottom:6px}.pb_calc\(token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_56px\):not(#\#):not(#\#):not(#\#){padding-bottom:calc(var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 56px)}.bottom_10px:not(#\#):not(#\#):not(#\#){bottom:10px}.bg-c_\#D8F2E4:not(#\#):not(#\#):not(#\#){background-color:#d8f2e4}.bottom_20:not(#\#):not(#\#):not(#\#){bottom:20px}.pt_5px:not(#\#):not(#\#):not(#\#){padding-top:5px}.mb_30px:not(#\#):not(#\#):not(#\#){margin-bottom:30px}.grid-tc_170px_150px_100\%:not(#\#):not(#\#):not(#\#){grid-template-columns:170px 150px 100%}.grid-tc_6\%_10\%_15\%_10\%_10\%_10\%_8\%_15\%_8\%_8\%:not(#\#):not(#\#):not(#\#){grid-template-columns:6% 10% 15% 10% 10% 10% 8% 15% 8% 8%}.bg-c_\#DBE9FF:not(#\#):not(#\#):not(#\#){background-color:#dbe9ff}.right_-18px:not(#\#):not(#\#):not(#\#){right:-18px}.bottom_-3px:not(#\#):not(#\#):not(#\#){bottom:-3px}.mb_5px:not(#\#):not(#\#):not(#\#){margin-bottom:5px}.content_임대인_동의_불필요:not(#\#):not(#\#):not(#\#){content:임대인 동의 불필요}.content_소득\/세액공제_환급:not(#\#):not(#\#):not(#\#){content:소득/세액공제 환급}.content_카드사_포인트_적립:not(#\#):not(#\#):not(#\#){content:카드사 포인트 적립}.bg-c_rgba\(219\,_233\,_255\,_0\.3\):not(#\#):not(#\#):not(#\#){background-color:#dbe9ff4d}.fs_17px:not(#\#):not(#\#):not(#\#){font-size:17px}.left_-4px:not(#\#):not(#\#):not(#\#){left:-4px}.pl_0:not(#\#):not(#\#):not(#\#){padding-left:0}.pb_6px:not(#\#):not(#\#):not(#\#){padding-bottom:6px}.bd-w_0px_4\.5px_5px_4\.5px:not(#\#):not(#\#):not(#\#){border-width:0 4.5px 5px}.bd-c_transparent_transparent_token\(colors\.\$red03\)_transparent:not(#\#):not(#\#):not(#\#){border-color:transparent transparent var(--colors-\$red03)transparent}.ml_15px:not(#\#):not(#\#):not(#\#){margin-left:15px}.border-block-end-width_var\(--thickness\):not(#\#):not(#\#):not(#\#){border-block-end-width:var(--thickness)}.flex-b_73px:not(#\#):not(#\#):not(#\#){flex-basis:73px}.flex-b_180px:not(#\#):not(#\#):not(#\#){flex-basis:180px}.grid-tr_repeat\(4\,_40px\):not(#\#):not(#\#):not(#\#){grid-template-rows:repeat(4,40px)}.pb_56px:not(#\#):not(#\#):not(#\#){padding-bottom:56px}.flex-g_3:not(#\#):not(#\#):not(#\#){flex-grow:3}.flex-g_7:not(#\#):not(#\#):not(#\#){flex-grow:7}.left_16:not(#\#):not(#\#):not(#\#){left:16px}.pb_calc\(env\(safe-area-inset-bottom\)_\+_40px\):not(#\#):not(#\#):not(#\#){padding-bottom:calc(env(safe-area-inset-bottom) + 40px)}.top_12:not(#\#):not(#\#):not(#\#){top:12px}.pr_10px:not(#\#):not(#\#):not(#\#){padding-right:10px}.bg-c_\#E5F3FF:not(#\#):not(#\#):not(#\#){background-color:#e5f3ff}.bdr-br_0:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:0}.grid-tc_21\.5\%_41\%_12\.5\%_25\%:not(#\#):not(#\#):not(#\#){grid-template-columns:21.5% 41% 12.5% 25%}.bg-c_rgba\(44\,_127\,_255\,_0\.06\):not(#\#):not(#\#):not(#\#){background-color:#2c7fff0f}.bg-c_\#ECA20C:not(#\#):not(#\#):not(#\#){background-color:#eca20c}.bg-c_rgba\(26\,_26\,_26\,_0\.65\):not(#\#):not(#\#):not(#\#){background-color:#1a1a1aa6}.top_calc\(50\%_\+_46px_\+_24px\):not(#\#):not(#\#):not(#\#){top:calc(50% + 70px)}.top_-18px:not(#\#):not(#\#):not(#\#){top:-18px}.pr_20px:not(#\#):not(#\#):not(#\#){padding-right:20px}.mt_7px:not(#\#):not(#\#):not(#\#){margin-top:7px}.bg-c_rgba\(61\,_61\,_61\,_0\.4\):not(#\#):not(#\#):not(#\#){background-color:#3d3d3d66}.bg-c_\#f5f5f5:not(#\#):not(#\#):not(#\#){background-color:#f5f5f5}.bd-c_none:not(#\#):not(#\#):not(#\#){border-color:none}.pt_54px:not(#\#):not(#\#):not(#\#){padding-top:54px}.right_18px:not(#\#):not(#\#):not(#\#){right:18px}.rg_14px:not(#\#):not(#\#):not(#\#){row-gap:14px}.bg-c_\#d9d9d9:not(#\#):not(#\#):not(#\#){background-color:#d9d9d9}.lh_2\.1:not(#\#):not(#\#):not(#\#){line-height:2.1}.bottom_8:not(#\#):not(#\#):not(#\#){bottom:8px}.bg-c_\#4e93fd:not(#\#):not(#\#):not(#\#){background-color:#4e93fd}.mb_40\%:not(#\#):not(#\#):not(#\#){margin-bottom:40%}.bg-c_rgba\(34\,_34\,_34\,_0\.4\):not(#\#):not(#\#):not(#\#){background-color:#2226}.mt_262px:not(#\#):not(#\#):not(#\#){margin-top:262px}.pt_56px:not(#\#):not(#\#):not(#\#){padding-top:56px}.pb_132px:not(#\#):not(#\#):not(#\#){padding-bottom:132px}.bdr-tl_28px:not(#\#):not(#\#):not(#\#){border-top-left-radius:28px}.bdr-tr_28px:not(#\#):not(#\#):not(#\#){border-top-right-radius:28px}.bdr-tl_10px:not(#\#):not(#\#):not(#\#){border-top-left-radius:10px}.bdr-tr_10px:not(#\#):not(#\#):not(#\#){border-top-right-radius:10px}.bg-s_200\%_100\%:not(#\#):not(#\#):not(#\#){background-size:200% 100%}.grid-tc_repeat\(3\,_minmax\(0\,_1fr\)\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(3,minmax(0,1fr))}.top_8px:not(#\#):not(#\#):not(#\#){top:8px}.grid-tr_0fr:not(#\#):not(#\#):not(#\#){grid-template-rows:0fr}.grid-tr_1fr:not(#\#):not(#\#):not(#\#){grid-template-rows:1fr}.ai_stretch:not(#\#):not(#\#):not(#\#){align-items:stretch}.ml_22px:not(#\#):not(#\#):not(#\#){margin-left:22px}.right_6px:not(#\#):not(#\#):not(#\#){right:6px}.pb_60px:not(#\#):not(#\#):not(#\#){padding-bottom:60px}.pb_46px:not(#\#):not(#\#):not(#\#){padding-bottom:46px}.bg-c_\#FFFBE3:not(#\#):not(#\#):not(#\#){background-color:#fffbe3}.bg-c_\#F0FCE8:not(#\#):not(#\#):not(#\#){background-color:#f0fce8}.bg-c_\#FFF7ED:not(#\#):not(#\#):not(#\#){background-color:#fff7ed}.grid-tc_auto_1fr:not(#\#):not(#\#):not(#\#){grid-template-columns:auto 1fr}.grid-rg_9px:not(#\#):not(#\#):not(#\#){grid-row-gap:9px}.grid-cg_11px:not(#\#):not(#\#):not(#\#){grid-column-gap:11px}.pl_18px:not(#\#):not(#\#):not(#\#){padding-left:18px}.right_9px:not(#\#):not(#\#):not(#\#){right:9px}.top_9px:not(#\#):not(#\#):not(#\#){top:9px}.bg-c_\$red700:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$red700)}.bg-c_\$blue100:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$blue100)}.rg_36px:not(#\#):not(#\#):not(#\#){row-gap:36px}.bg-c_\$pointYellow:not(#\#):not(#\#):not(#\#){background-color:$pointYellow}.bg-c_\$blue200:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$blue200)}.pr_50px:not(#\#):not(#\#):not(#\#){padding-right:50px}.right_-8px:not(#\#):not(#\#):not(#\#){right:-8px}.bg-c_\$azureBlue:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$azure-blue)}.top_100\%:not(#\#):not(#\#):not(#\#){top:100%}.pl_15px:not(#\#):not(#\#):not(#\#){padding-left:15px}.li-pos_outside:not(#\#):not(#\#):not(#\#){list-style-position:outside}.bg-c_\$gray500:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray500)}.bd-c_\$gray200:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray200)}.mb_11px:not(#\#):not(#\#):not(#\#){margin-bottom:11px}.bottom_3px:not(#\#):not(#\#):not(#\#){bottom:3px}.flex-b_40px:not(#\#):not(#\#):not(#\#){flex-basis:40px}.bdr-tl_6px:not(#\#):not(#\#):not(#\#){border-top-left-radius:6px}.bdr-bl_20px:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:20px}.bdr-tr_6px:not(#\#):not(#\#):not(#\#){border-top-right-radius:6px}.bdr-br_20px:not(#\#):not(#\#):not(#\#){border-bottom-right-radius:20px}.bg-c_\#EEF5FF:not(#\#):not(#\#):not(#\#){background-color:#eef5ff}.bd-l-w_0:not(#\#):not(#\#):not(#\#){border-left-width:0}.rg_9px:not(#\#):not(#\#):not(#\#){row-gap:9px}.bg-c_\$coolGray400:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$cool-gray400)}.left_-20:not(#\#):not(#\#):not(#\#){left:-20px}.right_10:not(#\#):not(#\#):not(#\#){right:10px}.bottom_16:not(#\#):not(#\#):not(#\#){bottom:16px}.top_0\.5:not(#\#):not(#\#):not(#\#){top:.5px}.bottom_60:not(#\#):not(#\#):not(#\#){bottom:60px}.anim-dur_0:not(#\#):not(#\#):not(#\#){animation-duration:0}.anim-dur_500:not(#\#):not(#\#):not(#\#){animation-duration:500px}.pl_calc\(50\%_-_27px\):not(#\#):not(#\#):not(#\#){padding-left:calc(50% - 27px)}.pr_calc\(50\%_-_27px\):not(#\#):not(#\#):not(#\#){padding-right:calc(50% - 27px)}.td-c_\#E74D5A:not(#\#):not(#\#):not(#\#){text-decoration-color:#e74d5a}.right_1px:not(#\#):not(#\#):not(#\#){right:1px}.cg_7px:not(#\#):not(#\#):not(#\#){column-gap:7px}.bg-c_\#D9D9D9:not(#\#):not(#\#):not(#\#){background-color:#d9d9d9}.rg_7px:not(#\#):not(#\#):not(#\#){row-gap:7px}.bottom_calc\(100\%_-_3px\):not(#\#):not(#\#):not(#\#){bottom:calc(100% - 3px)}.left_calc\(65\%_\+_28px\):not(#\#):not(#\#):not(#\#){left:calc(65% + 28px)}.cg_20px:not(#\#):not(#\#):not(#\#){column-gap:20px}.rg_48px:not(#\#):not(#\#):not(#\#){row-gap:48px}.bg-i_url\(\"https\:\/\/front-static\.zaritalk\.com\/image\/short-term-vacancy\/zaristay-guest-landing-map\@3x\.png\"\):not(#\#):not(#\#):not(#\#){background-image:url(https://front-static.zaritalk.com/image/short-term-vacancy/zaristay-guest-landing-map@3x.png)}.pt_27px:not(#\#):not(#\#):not(#\#){padding-top:27px}.pb_42px:not(#\#):not(#\#):not(#\#){padding-bottom:42px}.bg-c_\#F2F7FF:not(#\#):not(#\#):not(#\#){background-color:#f2f7ff}.ml_18px:not(#\#):not(#\#):not(#\#){margin-left:18px}.rg_70px:not(#\#):not(#\#):not(#\#){row-gap:70px}.cg_50px:not(#\#):not(#\#):not(#\#){column-gap:50px}.fs_34px:not(#\#):not(#\#):not(#\#){font-size:34px}.left_12\.5\%:not(#\#):not(#\#):not(#\#){left:12.5%}.bottom_7px:not(#\#):not(#\#):not(#\#){bottom:7px}.bg-c_\#d8e7ff:not(#\#):not(#\#):not(#\#){background-color:#d8e7ff}.left_calc\(50\%_-_6px\):not(#\#):not(#\#):not(#\#){left:calc(50% - 6px)}.bottom_-8px:not(#\#):not(#\#):not(#\#){bottom:-8px}.bg-c_\#f7fbff:not(#\#):not(#\#):not(#\#){background-color:#f7fbff}.fs_32px:not(#\#):not(#\#):not(#\#){font-size:32px}.grid-tc_repeat\(1\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(1,1fr)}.trs-dly_0\.4s:not(#\#):not(#\#):not(#\#){transition-delay:.4s}.trs-dly_0\.2s:not(#\#):not(#\#):not(#\#){transition-delay:.2s}.bg-c_rgba\(255\,_56\,_92\,_0\.80\):not(#\#):not(#\#):not(#\#){background-color:#ff385ccc}.bg-c_\$gray400:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray400)}.bg-c_\#FFE7E9:not(#\#):not(#\#):not(#\#){background-color:#ffe7e9}.pr_14px:not(#\#):not(#\#):not(#\#){padding-right:14px}.left_8px:not(#\#):not(#\#):not(#\#){left:8px}.pb_7px:not(#\#):not(#\#):not(#\#){padding-bottom:7px}.top_-7px:not(#\#):not(#\#):not(#\#){top:-7px}.pt_25vh:not(#\#):not(#\#):not(#\#){padding-top:25vh}.grid-tc_calc\(50\%_-_6px\)_calc\(50\%_-_6px\):not(#\#):not(#\#):not(#\#){grid-template-columns:calc(50% - 6px) calc(50% - 6px)}.bd-c_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray01)}.bottom_2px:not(#\#):not(#\#):not(#\#){bottom:2px}.mt_26px:not(#\#):not(#\#):not(#\#){margin-top:26px}.pb_calc\(env\(safe-area-inset-bottom\)_\+_75px\):not(#\#):not(#\#):not(#\#){padding-bottom:calc(env(safe-area-inset-bottom) + 75px)}.pb_80px:not(#\#):not(#\#):not(#\#){padding-bottom:80px}.bg-c_\#FFF7EE:not(#\#):not(#\#):not(#\#){background-color:#fff7ee}.bd-c_rgba\(34\,_34\,_34\,_0\.80\):not(#\#):not(#\#):not(#\#){border-color:#222c}.bdr-tl_30px:not(#\#):not(#\#):not(#\#){border-top-left-radius:30px}.bdr-tr_30px:not(#\#):not(#\#):not(#\#){border-top-right-radius:30px}.grid-tc_16px_1fr:not(#\#):not(#\#):not(#\#){grid-template-columns:16px 1fr}.td-c_\$gray06:not(#\#):not(#\#):not(#\#){-webkit-text-decoration-color:var(--colors-\$gray06);text-decoration-color:var(--colors-\$gray06)}.rg_21px:not(#\#):not(#\#):not(#\#){row-gap:21px}.bd-t-c_\$gray100:not(#\#):not(#\#):not(#\#){border-top-color:var(--colors-\$gray100)}.bg-c_rgba\(255\,_255\,_255\,_0\.6\):not(#\#):not(#\#):not(#\#){background-color:#fff9}.pb_86px:not(#\#):not(#\#):not(#\#){padding-bottom:86px}.ml_24px:not(#\#):not(#\#):not(#\#){margin-left:24px}.left_calc\(50\%_\+_29px\):not(#\#):not(#\#):not(#\#){left:calc(50% + 29px)}.bg-c_\$coolGray100:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$cool-gray100)}.bg-c_rgba\(0\,_0\,_0\,_0\.6\):not(#\#):not(#\#):not(#\#){background-color:#0009}.pb_52px:not(#\#):not(#\#):not(#\#){padding-bottom:52px}.fw_Medium:not(#\#):not(#\#):not(#\#){font-weight:Medium}.bg-c_\$red100:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$red100)}.bg-c_\$gray700:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray700)}.top_-40px:not(#\#):not(#\#):not(#\#){top:-40px}.bottom_calc\(-5px\):not(#\#):not(#\#):not(#\#){bottom:-5px}.bottom_-120:not(#\#):not(#\#):not(#\#){bottom:-120px}.mt_64px:not(#\#):not(#\#):not(#\#){margin-top:64px}.lh_1\.38:not(#\#):not(#\#):not(#\#){line-height:1.38}.fs_13px:not(#\#):not(#\#):not(#\#){font-size:13px}.\[\&_\>_button\]\:flex_1:not(#\#):not(#\#):not(#\#)>button{flex:1}.\[\&\:\:before\]\:d_block:not(#\#):not(#\#):not(#\#):before{display:block}.\[\&\:\:before\]\:w_28px:not(#\#):not(#\#):not(#\#):before{width:28px}.\[\&\:\:before\]\:h_28px:not(#\#):not(#\#):not(#\#):before{height:28px}.before\:w_4px:not(#\#):not(#\#):not(#\#):before{width:4px}.before\:h_4px:not(#\#):not(#\#):not(#\#):before{height:4px}.before\:bdr_5px:not(#\#):not(#\#):not(#\#):before{border-radius:5px}.before\:d_inline-block:not(#\#):not(#\#):not(#\#):before{display:inline-block}.before\:pos_absolute:not(#\#):not(#\#):not(#\#):before{position:absolute}.after\:w_4px:not(#\#):not(#\#):not(#\#):after{width:4px}.after\:h_4px:not(#\#):not(#\#):not(#\#):after{height:4px}.after\:bdr_5px:not(#\#):not(#\#):not(#\#):after{border-radius:5px}.after\:d_inline-block:not(#\#):not(#\#):not(#\#):after{display:inline-block}.after\:pos_absolute:not(#\#):not(#\#):not(#\#):after{position:absolute}.before\:c_\#2c7fff:not(#\#):not(#\#):not(#\#):before{color:#2c7fff}.before\:anim_primaryDotFlashing_\.5s_0s_infinite_alternate:not(#\#):not(#\#):not(#\#):before{animation:.5s infinite alternate primaryDotFlashing}.after\:c_\#2c7fff:not(#\#):not(#\#):not(#\#):after{color:#2c7fff}.after\:anim_primaryDotFlashing_\.5s_\.5s_infinite_alternate:not(#\#):not(#\#):not(#\#):after{animation:.5s .5s infinite alternate primaryDotFlashing}.\[\&\:\:before\]\:c_\#222222:not(#\#):not(#\#):not(#\#):before{color:#222}.\[\&\:\:before\]\:anim_primaryBlackDotFlashing_\.5s_0s_infinite_alternate:not(#\#):not(#\#):not(#\#):before{animation:.5s infinite alternate primaryBlackDotFlashing}.\[\&\:\:after\]\:c_\#222222:not(#\#):not(#\#):not(#\#):after{color:#222}.\[\&\:\:after\]\:anim_primaryBlackDotFlashing_\.5s_\.5s_infinite_alternate:not(#\#):not(#\#):not(#\#):after{animation:.5s .5s infinite alternate primaryBlackDotFlashing}.\[\&\:\:before\]\:c_\#ffffff:not(#\#):not(#\#):not(#\#):before{color:#fff}.\[\&\:\:before\]\:anim_primaryWhiteDotFlashing_\.5s_0s_infinite_alternate:not(#\#):not(#\#):not(#\#):before{animation:.5s infinite alternate primaryWhiteDotFlashing}.\[\&\:\:after\]\:c_\#ffffff:not(#\#):not(#\#):not(#\#):after{color:#fff}.\[\&\:\:after\]\:anim_primaryWhiteDotFlashing_\.5s_\.5s_infinite_alternate:not(#\#):not(#\#):not(#\#):after{animation:.5s .5s infinite alternate primaryWhiteDotFlashing}.before\:c_\#7a7a7a:not(#\#):not(#\#):not(#\#):before{color:#7a7a7a}.before\:anim_secondaryDotFlashing_\.5s_0s_infinite_alternate:not(#\#):not(#\#):not(#\#):before{animation:.5s infinite alternate secondaryDotFlashing}.after\:c_\#7a7a7a:not(#\#):not(#\#):not(#\#):after{color:#7a7a7a}.after\:anim_secondaryDotFlashing_\.5s_\.5s_infinite_alternate:not(#\#):not(#\#):not(#\#):after{animation:.5s .5s infinite alternate secondaryDotFlashing}.before\:c_\#e74d5a:not(#\#):not(#\#):not(#\#):before{color:#e74d5a}.before\:anim_warningDotFlashing_\.5s_0s_infinite_alternate:not(#\#):not(#\#):not(#\#):before{animation:.5s infinite alternate warningDotFlashing}.after\:c_\#e74d5a:not(#\#):not(#\#):not(#\#):after{color:#e74d5a}.after\:anim_warningDotFlashing_\.5s_\.5s_infinite_alternate:not(#\#):not(#\#):not(#\#):after{animation:.5s .5s infinite alternate warningDotFlashing}.\[\&\:after\]\:pos_absolute:not(#\#):not(#\#):not(#\#):after{position:absolute}.\[\&\:after\]\:h_0:not(#\#):not(#\#):not(#\#):after{height:0}.\[\&\:after\]\:w_0:not(#\#):not(#\#):not(#\#):after{width:0}.\[\&\:after\]\:bd-l_5px_solid_transparent:not(#\#):not(#\#):not(#\#):after{border-left:5px solid #0000}.\[\&\:after\]\:bd-r_5px_solid_transparent:not(#\#):not(#\#):not(#\#):after{border-right:5px solid #0000}.\[\&\:after\]\:bd-t_5px_solid_token\(colors\.\$gray05\):not(#\#):not(#\#):not(#\#):after{border-top:5px solid var(--colors-\$gray05)}.\[\&\.disabled\]\:c_\$gray06.disabled:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray06)}.\[\&\.selected\]\:typography_14_MEDIUM_EXTRA_NARROW.selected:not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:500;line-height:100%}.\[\&\.selected\]\:c_\$gray04.selected:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray04)}.\[\&\:checked_\+_label\]\:c_\$white:checked:not(#\#):not(#\#):not(#\#)+label{color:var(--colors-\$white)}.\[\&\:checked_\+_label\]\:ring_1px_solid_\#2c7fff:checked:not(#\#):not(#\#):not(#\#)+label{outline:1px solid #2c7fff}.\[\&\.empty\]\:c_\#c8c8c8.empty:not(#\#):not(#\#):not(#\#){color:#c8c8c8}.\[\&\.empty\]\:ring_1px_solid_\#c8c8c8.empty:not(#\#):not(#\#):not(#\#){outline:1px solid #c8c8c8}.\[\&\.empty\]\:cursor_not-allowed.empty:not(#\#):not(#\#):not(#\#){cursor:not-allowed}.\[\&\.empty\]\:us_none.empty:not(#\#):not(#\#):not(#\#){-webkit-user-select:none;user-select:none}.\[\&_\>_path\]\:stk_\$gray04:not(#\#):not(#\#):not(#\#)>path{stroke:var(--colors-\$gray04)}.\[\&_\>_path\]\:stk_\$primary01:not(#\#):not(#\#):not(#\#)>path{stroke:var(--colors-\$primary01)}.\[\&\:\:placeholder\]\:typography_14_MEDIUM_WIDE:not(#\#):not(#\#):not(#\#)::placeholder{font-size:14px;font-weight:500;line-height:164%}.\[\&\:\:placeholder\]\:c_\$gray04:not(#\#):not(#\#):not(#\#)::placeholder{color:var(--colors-\$gray04)}.\[\&_iframe\]\:w_100\%:not(#\#):not(#\#):not(#\#) iframe{width:100%}.\[\&_iframe\]\:h_100\%:not(#\#):not(#\#):not(#\#) iframe{height:100%}.\[\&_iframe\]\:min-h_480px:not(#\#):not(#\#):not(#\#) iframe{min-height:480px}.\[\&_iframe\]\:bd_none:not(#\#):not(#\#):not(#\#) iframe{border:none}.\[\&_iframe\]\:ov_hidden:not(#\#):not(#\#):not(#\#) iframe{overflow:hidden}.\[\&_iframe\]\:bdr_8px:not(#\#):not(#\#):not(#\#) iframe{border-radius:8px}.\[\&\,_\*\]\:us_text:not(#\#):not(#\#):not(#\#),.\[\&\,_\*\]\:us_text:not(#\#):not(#\#):not(#\#) *{-webkit-user-select:text;user-select:text}.\[\&\.inline\]\:w_100\%.inline:not(#\#):not(#\#):not(#\#){width:100%}.\[\&\:checked_\+_label\]\:bd_1px_solid_token\(colors\.\$primary01\):checked:not(#\#):not(#\#):not(#\#)+label{border:1px solid var(--colors-\$primary01)}.\[\&\:not\(\:last-child\)\]\:bd-r_none:not(:last-child):not(#\#):not(#\#):not(#\#){border-right:none}.\[\&\:\:marker\]\:c_\$gray04:not(#\#):not(#\#):not(#\#)::marker{color:var(--colors-\$gray04)}.\[\&\:\:marker\]\:va_center:not(#\#):not(#\#):not(#\#)::marker{vertical-align:center}.\[\&\:\:placeholder\]\:typography_18_MEDIUM_MIDDLE:not(#\#):not(#\#):not(#\#)::placeholder{font-size:18px;font-weight:500;line-height:136%}.\[\&\:\:placeholder\]\:c_\$white:not(#\#):not(#\#):not(#\#)::placeholder{color:var(--colors-\$white)}.\[\&\:\:placeholder\]\:op_0\.5:not(#\#):not(#\#):not(#\#)::placeholder,.\[\&_svg\,_\&_span\]\:op_0\.5:not(#\#):not(#\#):not(#\#) svg,.\[\&_svg\,_\&_span\]\:op_0\.5:not(#\#):not(#\#):not(#\#) span{opacity:.5}.\[\&\:\:placeholder\]\:c_\$gray03:not(#\#):not(#\#):not(#\#)::placeholder{color:var(--colors-\$gray03)}.\[\&_\>_span\]\:typography_14_BOLD_WIDE:not(#\#):not(#\#):not(#\#)>span{font-size:14px;font-weight:700;line-height:164%}.\[\&_\>_span\]\:c_\$gray05:not(#\#):not(#\#):not(#\#)>span{color:var(--colors-\$gray05)}.\[\&_em\]\:c_\$red:not(#\#):not(#\#):not(#\#) em{color:var(--colors-\$red)}.\[\&\:not\(\:last-child\)\]\:bd-b_1px_solid_token\(colors\.\$gray01\):not(:last-child):not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray01)}.\[\&\:\:placeholder\]\:typography_14_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#)::placeholder{font-size:14px;font-weight:500;line-height:100%}.\[\&_em\]\:c_\$primary01:not(#\#):not(#\#):not(#\#) em{color:var(--colors-\$primary01)}.\[\&_em\]\:ta_center:not(#\#):not(#\#):not(#\#) em{text-align:center}.\[\&_\>_em\]\:typography_16_BOLD_WIDE:not(#\#):not(#\#):not(#\#)>em{font-size:16px;font-weight:700;line-height:164%}.\[\&_\>_em\]\:c_\$black:not(#\#):not(#\#):not(#\#)>em{color:var(--colors-\$black)}.\[\&\:last-of-type\]\:bd-b_0:last-of-type:not(#\#):not(#\#):not(#\#){border-bottom:0}.\[\&\:last-of-type\]\:bd-b_1px_solid_token\(colors\.\$gray01\):last-of-type:not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray01)}.\[\&_\>_em\]\:c_\$primary01:not(#\#):not(#\#):not(#\#)>em{color:var(--colors-\$primary01)}.\[\&_\>_em\]\:typography_14_BOLD_WIDE:not(#\#):not(#\#):not(#\#)>em{font-size:14px;font-weight:700;line-height:164%}.\[\&\:last-child\]\:bd_none:last-child:not(#\#):not(#\#):not(#\#){border:none}.\[\&\:after\]\:w_50\%:not(#\#):not(#\#):not(#\#):after{width:50%}.\[\&\:after\]\:bd-b_2px_solid_token\(colors\.\$black\):not(#\#):not(#\#):not(#\#):after{border-bottom:2px solid var(--colors-\$black)}.\[\&\:after\]\:trs_0\.3s:not(#\#):not(#\#):not(#\#):after{transition:all .3s}.\[\&\:after\]\:trf_translate3d\(0\,_0\,_0\):not(#\#):not(#\#):not(#\#):after{transform:translate(0,0)}.\[\&\:after\]\:trf_translate3d\(100\%\,_0\,_0\):not(#\#):not(#\#):not(#\#):after{transform:translate(100%)}.\[\&\:nth-of-type\(1\)\]\:grid-area_first:first-of-type:not(#\#):not(#\#):not(#\#){grid-area:first}.\[\&\:nth-of-type\(2\)\]\:grid-area_second:nth-of-type(2):not(#\#):not(#\#):not(#\#){grid-area:second}.\[\&\:nth-of-type\(3\)\]\:grid-area_third:nth-of-type(3):not(#\#):not(#\#):not(#\#){grid-area:third}.\[\&\:nth-of-type\(3\)\]\:max-h_90px:nth-of-type(3):not(#\#):not(#\#):not(#\#),.\[\&\:nth-of-type\(2\)\]\:max-h_90px:nth-of-type(2):not(#\#):not(#\#):not(#\#){max-height:90px}.\[\&\:\:marker\]\:c_\$gray05:not(#\#):not(#\#):not(#\#)::marker{color:var(--colors-\$gray05)}.\[\&\:first-of-type\]\:bd-l_1px_solid_token\(colors\.\$gray02\):first-of-type:not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$gray02)}.\[\&\:first-of-type\]\:bdr_4px_0px_0px_4px:first-of-type:not(#\#):not(#\#):not(#\#){border-radius:4px 0 0 4px}.\[\&\:last-of-type\]\:bdr_0px_4px_4px_0px:last-of-type:not(#\#):not(#\#):not(#\#){border-radius:0 4px 4px 0}.\[\&\:first-of-type\]\:bd-l_1px_solid_token\(colors\.\$primary01\):first-of-type:not(#\#):not(#\#):not(#\#){border-left:1px solid var(--colors-\$primary01)}.after\:w_100\%:not(#\#):not(#\#):not(#\#):after{width:100%}.after\:h_3px:not(#\#):not(#\#):not(#\#):after{height:3px}.after\:trf_translateX\(-50\%\):not(#\#):not(#\#):not(#\#):after{transform:translate(-50%)}.after\:z_-1:not(#\#):not(#\#):not(#\#):after{z-index:-1}.\[\&\:\:placeholder\]\:typography_15_REGULAR_MIDDLE:not(#\#):not(#\#):not(#\#)::placeholder{font-size:15px;font-weight:400;line-height:136%}.\[\&_\>_em\]\:c_\$primary:not(#\#):not(#\#):not(#\#)>em{color:var(--colors-\$primary)}.\[\&\:\:before\]\:w_4px:not(#\#):not(#\#):not(#\#):before{width:4px}.\[\&\:\:before\]\:h_4px:not(#\#):not(#\#):not(#\#):before{height:4px}.\[\&\:\:before\]\:bdr_5px:not(#\#):not(#\#):not(#\#):before{border-radius:5px}.\[\&\:\:before\]\:c_\$primary01:not(#\#):not(#\#):not(#\#):before{color:var(--colors-\$primary01)}.\[\&\:\:before\]\:anim_primaryDotFlashing_\.5s_0s_infinite_alternate:not(#\#):not(#\#):not(#\#):before{animation:.5s infinite alternate primaryDotFlashing}.\[\&\:\:before\]\:d_inline-block:not(#\#):not(#\#):not(#\#):before{display:inline-block}.\[\&\:\:before\]\:pos_absolute:not(#\#):not(#\#):not(#\#):before{position:absolute}.\[\&\:\:after\]\:w_4px:not(#\#):not(#\#):not(#\#):after{width:4px}.\[\&\:\:after\]\:h_4px:not(#\#):not(#\#):not(#\#):after{height:4px}.\[\&\:\:after\]\:bdr_5px:not(#\#):not(#\#):not(#\#):after{border-radius:5px}.\[\&\:\:after\]\:c_\$primary01:not(#\#):not(#\#):not(#\#):after{color:var(--colors-\$primary01)}.\[\&\:\:after\]\:anim_primaryDotFlashing_\.5s_\.5s_infinite_alternate:not(#\#):not(#\#):not(#\#):after{animation:.5s .5s infinite alternate primaryDotFlashing}.\[\&\:\:after\]\:d_inline-block:not(#\#):not(#\#):not(#\#):after{display:inline-block}.\[\&\:\:after\]\:pos_absolute:not(#\#):not(#\#):not(#\#):after{position:absolute}.\[\&\:\:before\]\:c_\$gray05:not(#\#):not(#\#):not(#\#):before{color:var(--colors-\$gray05)}.\[\&\:\:before\]\:anim_secondaryDotFlashing_\.5s_0s_infinite_alternate:not(#\#):not(#\#):not(#\#):before{animation:.5s infinite alternate secondaryDotFlashing}.\[\&\:\:after\]\:c_\$gray05:not(#\#):not(#\#):not(#\#):after{color:var(--colors-\$gray05)}.\[\&\:\:after\]\:anim_secondaryDotFlashing_\.5s_\.5s_infinite_alternate:not(#\#):not(#\#):not(#\#):after{animation:.5s .5s infinite alternate secondaryDotFlashing}.\[\&\:\:placeholder\]\:c_\$gray500:not(#\#):not(#\#):not(#\#)::placeholder{color:var(--colors-\$gray500)}.\[\&\:not\(\:last-child\)\]\:bd-r_solid_1px_token\(colors\.\$gray02\):not(:last-child):not(#\#):not(#\#):not(#\#){border-right:solid 1px var(--colors-\$gray02)}.\[\&\:not\(\:last-child\)\]\:bd-r_solid_1px_token\(colors\.\$gray03\):not(:last-child):not(#\#):not(#\#):not(#\#){border-right:solid 1px var(--colors-\$gray03)}.\[\&\:checked_\+_label\]\:ring_0:checked:not(#\#):not(#\#):not(#\#)+label{outline:0}.\[\&\:last-of-type\]\:bd-r_0:last-of-type:not(#\#):not(#\#):not(#\#){border-right:0}.\[\&\.unpaid\]\:c_\$red.unpaid:not(#\#):not(#\#):not(#\#){color:var(--colors-\$red)}.\[\&\.paid-all\]\:c_\$green.paid-all:not(#\#):not(#\#):not(#\#){color:var(--colors-\$green)}.\[\&\.send\]\:c_\$red.send:not(#\#):not(#\#):not(#\#){color:var(--colors-\$red)}.\[\&\:disabled\]\:op_0\.2:disabled:not(#\#):not(#\#):not(#\#){opacity:.2}.\[\&\:disabled\]\:cursor_not-allowed:disabled:not(#\#):not(#\#):not(#\#){cursor:not-allowed}.\[\&_\>_svg\]\:trf_rotate\(-180deg\):not(#\#):not(#\#):not(#\#)>svg{transform:rotate(-180deg)}.\[\&_em\]\:typography_14_BOLD_WIDE:not(#\#):not(#\#):not(#\#) em{font-size:14px;font-weight:700;line-height:164%}.\[\&_\>_div\]\:bd-b_1px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#)>div{border-bottom:1px solid var(--colors-\$gray01)}.\[\&_\>_div\]\:bd-r_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#)>div{border-right:1px solid var(--colors-\$gray02)}.\[\&\:not\(\:last-child\)\]\:bd_none:not(:last-child):not(#\#):not(#\#):not(#\#){border:none}.\[\&_\>_\*\]\:d_none:not(#\#):not(#\#):not(#\#)>*{display:none}.\[\&_\>_\*\]\:pointer-events_none:not(#\#):not(#\#):not(#\#)>*{pointer-events:none}.\[\&_\>_\*\]\:vis_hidden:not(#\#):not(#\#):not(#\#)>*{visibility:hidden}.\[\&\:nth-child\(4n\)\]\:bd-r_none:nth-child(4n):not(#\#):not(#\#):not(#\#),.\[\&\:last-of-type\]\:bd-r_none:last-of-type:not(#\#):not(#\#):not(#\#){border-right:none}.\[\&_\>_\*\]\:flex_1:not(#\#):not(#\#):not(#\#)>*{flex:1}.\[\&_em\]\:c_\#e74d5a:not(#\#):not(#\#):not(#\#) em{color:#e74d5a}.\[\&_em\]\:c_\$gray05:not(#\#):not(#\#):not(#\#) em{color:var(--colors-\$gray05)}.\[\&\.BOTTOM_CENTER\]\:safe-area-position-bottom_-20px.BOTTOM_CENTER:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + -20px)}.\[\&\.BOTTOM_CENTER\]\:trf_translate3d\(-50\%\,_0\,_0\).BOTTOM_CENTER:not(#\#):not(#\#):not(#\#){transform:translate(-50%)}.\[\&\.TOP_CENTER\]\:safe-area-position-top_100px.TOP_CENTER:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 100px)}.\[\&\.TOP_CENTER\]\:trf_translate3d\(-50\%\,_0\,_0\).TOP_CENTER:not(#\#):not(#\#):not(#\#){transform:translate(-50%)}.\[\&_em\]\:c_\#ffe48a:not(#\#):not(#\#):not(#\#) em{color:#ffe48a}.\[\&_em\]\:typography_16_BOLD_WIDE:not(#\#):not(#\#):not(#\#) em{font-size:16px;font-weight:700;line-height:164%}.\[\&\:\:before\]\:pos_fixed:not(#\#):not(#\#):not(#\#):before{position:fixed}.\[\&\:\:before\]\:h_env\(safe-area-inset-top\):not(#\#):not(#\#):not(#\#):before{height:env(safe-area-inset-top)}.\[\&_\*\]\:us_text:not(#\#):not(#\#):not(#\#) *{-webkit-user-select:text;user-select:text}.\[\&_svg\]\:fill_\$gray06:not(#\#):not(#\#):not(#\#) svg{fill:var(--colors-\$gray06)}.\[\&_\>_em\]\:td_underline:not(#\#):not(#\#):not(#\#)>em{text-decoration:underline}.empty\:bd_none:is(:empty,[data-empty]):not(#\#):not(#\#):not(#\#){border:none}.\[\&_em\]\:c_\$gray06:not(#\#):not(#\#):not(#\#) em{color:var(--colors-\$gray06)}.\[\&\:last-child\]\:bd-b_0:last-child:not(#\#):not(#\#):not(#\#){border-bottom:0}.\[\&\:\:placeholder\]\:white-space_pre-wrap:not(#\#):not(#\#):not(#\#)::placeholder{white-space:pre-wrap}.\[\&\:last-child\]\:m_0:last-child:not(#\#):not(#\#):not(#\#){margin:0}.\[\&_em\]\:c_\$black:not(#\#):not(#\#):not(#\#) em{color:var(--colors-\$black)}.\[\&\:before\]\:pos_absolute:not(#\#):not(#\#):not(#\#):before{position:absolute}.\[\&\:before\]\:w_7px:not(#\#):not(#\#):not(#\#):before{width:7px}.\[\&\:before\]\:h_7px:not(#\#):not(#\#):not(#\#):before{height:7px}.\[\&\:before\]\:bd_solid_4px_token\(colors\.\$gray00\):not(#\#):not(#\#):not(#\#):before{border:solid 4px var(--colors-\$gray00)}.\[\&\:before\]\:bdr_50\%:not(#\#):not(#\#):not(#\#):before{border-radius:50%}.\[\&\:disabled\]\:c_\$gray03:disabled:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray03)}.\[\&\:before\]\:w_4px:not(#\#):not(#\#):not(#\#):before{width:4px}.\[\&\:before\]\:h_4px:not(#\#):not(#\#):not(#\#):before{height:4px}.\[\&_\>_\:first-child\]\:bd-r_1px_solid_token\(colors\.\$gray01\):not(#\#):not(#\#):not(#\#)>:first-child{border-right:1px solid var(--colors-\$gray01)}.\[\&\:last-child\]\:bd-r_none:last-child:not(#\#):not(#\#):not(#\#){border-right:none}.\[\&last-child\]\:bd-b_nonelast-child:not(#\#):not(#\#):not(#\#),.\[\&\:last-child\]\:bd-b_none:last-child:not(#\#):not(#\#):not(#\#){border-bottom:none}.\[\&_em\]\:td_line-through:not(#\#):not(#\#):not(#\#) em{text-decoration:line-through}.\[\&\:\:-webkit-scrollbar\]\:d_none:not(#\#):not(#\#):not(#\#)::-webkit-scrollbar{display:none}.\[\&_\>_button\]\:cursor_grabbing:not(#\#):not(#\#):not(#\#)>button{cursor:grabbing}.\[\&_\>_button\]\:cursor_pointer:not(#\#):not(#\#):not(#\#)>button{cursor:pointer}.\[\&\:\:before\]\:w_32px:not(#\#):not(#\#):not(#\#):before{width:32px}.\[\&\:\:before\]\:h_32px:not(#\#):not(#\#):not(#\#):before{height:32px}.\[\&\:\:before\]\:bdr_50\%:not(#\#):not(#\#):not(#\#):before{border-radius:50%}.\[\&\:disabled\]\:c_\$black:disabled:not(#\#):not(#\#):not(#\#){color:var(--colors-\$black)}.\[\&\:\:placeholder\]\:typography_14_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#)::placeholder{font-size:14px;font-weight:400;line-height:100%}.\[\&\:disabled\]\:c_\$gray04:disabled:not(#\#):not(#\#):not(#\#){color:var(--colors-\$gray04)}.\[\&\:\:before\]\:w_47px:not(#\#):not(#\#):not(#\#):before{width:47px}.\[\&\:\:before\]\:h_47px:not(#\#):not(#\#):not(#\#):before{height:47px}.\[\&_\>_label\]\:p_0px:not(#\#):not(#\#):not(#\#)>label{padding:0}.\[\&_\>_label\]\:typography_14_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#)>label{font-size:14px;font-weight:400;line-height:100%}.\[\&\:\:placeholder\]\:typography_16_REGULAR_EXTRA_NARROW:not(#\#):not(#\#):not(#\#)::placeholder{font-size:16px;font-weight:400;line-height:100%}.\[\&_\>_em\]\:c_\$azureBlue:not(#\#):not(#\#):not(#\#)>em{color:var(--colors-\$azure-blue)}.\[\&_\>_em\]\:typography_16_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#)>em{font-size:16px;font-weight:700;line-height:136%}.\[\&_\>_em\]\:c_\$green:not(#\#):not(#\#):not(#\#)>em{color:var(--colors-\$green)}.last\:bd-b_none:last-child:not(#\#):not(#\#):not(#\#){border-bottom:none}.\[\&\[data-state\=\"idle\"\]\]\:trf_translateY\(0\)[data-state=idle]:not(#\#):not(#\#):not(#\#){transform:translateY(0)}.\[\&\[data-state\=\"rolling\"\]\]\:trs_transform_0\.5s_ease[data-state=rolling]:not(#\#):not(#\#):not(#\#){transition:transform .5s}.\[\&\[data-state\=\"rolling\"\]\]\:trf_translateY\(-50\%\)[data-state=rolling]:not(#\#):not(#\#):not(#\#){transform:translateY(-50%)}.\[\&\[data-state\=\"resetting\"\]\]\:trs_none[data-state=resetting]:not(#\#):not(#\#):not(#\#){transition:none}.\[\&\[data-state\=\"resetting\"\]\]\:trf_translateY\(0\)[data-state=resetting]:not(#\#):not(#\#):not(#\#){transform:translateY(0)}.\[\&\:\:after\]\:pos_fixed:not(#\#):not(#\#):not(#\#):after{position:fixed}.\[\&\:\:after\]\:w_100\%:not(#\#):not(#\#):not(#\#):after{width:100%}.\[\&\:\:after\]\:h_100\%:not(#\#):not(#\#):not(#\#):after{height:100%}.\[\&\:\:after\]\:bdr_6px:not(#\#):not(#\#):not(#\#):after{border-radius:6px}.\[\&\:\:after\]\:pointer-events_none:not(#\#):not(#\#):not(#\#):after{pointer-events:none}.\[\&\:\:placeholder\]\:typography_16_MEDIUM_EXTRA_NARROW:not(#\#):not(#\#):not(#\#)::placeholder{font-size:16px;font-weight:500;line-height:100%}.\[\&\:\:placeholder\]\:typography_18_REGULAR_WIDE:not(#\#):not(#\#):not(#\#)::placeholder{font-size:18px;font-weight:400;line-height:164%}.\[\&\:\:placeholder\]\:c_\$gray400:not(#\#):not(#\#):not(#\#)::placeholder{color:var(--colors-\$gray400)}.\[\&\:after\]\:trf_translate3d\(-50\%\,_0\,_0\):not(#\#):not(#\#):not(#\#):after{transform:translate(-50%)}.\[\&\:after\]\:w_5px:not(#\#):not(#\#):not(#\#):after{width:5px}.\[\&\:after\]\:h_5px:not(#\#):not(#\#):not(#\#):after{height:5px}.\[\&\:after\]\:bdr_50\%:not(#\#):not(#\#):not(#\#):after{border-radius:50%}.\[\&\:not\(\:last-child\)\]\:bd-b_1px_dashed_token\(colors\.\$gray01\):not(:last-child):not(#\#):not(#\#):not(#\#){border-bottom:1px dashed var(--colors-\$gray01)}.\[\&\:last-of-type\]\:bdr_0_0_8px_8px:last-of-type:not(#\#):not(#\#):not(#\#){border-radius:0 0 8px 8px}.\[\&_\>_\*\]\:white-space_pre-wrap:not(#\#):not(#\#):not(#\#)>*{white-space:pre-wrap}.\[\&_em\]\:typography_18_BOLD_MIDDLE:not(#\#):not(#\#):not(#\#) em{font-size:18px;font-weight:700;line-height:136%}.first\:bd-t_none:first-child:not(#\#):not(#\#):not(#\#){border-top:none}.\[\&\:checked\]\:bd_1px_solid_token\(colors\.\$primary01\):checked:not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$primary01)}.\[\&\:\:before\]\:content_\"\":not(#\#):not(#\#):not(#\#):before{content:""}.\[\&\:\:before\]\:flex-b_initial:not(#\#):not(#\#):not(#\#):before{flex-basis:initial}.\[\&\:\:before\]\:bg-i_url\(https\:\/\/cdn\.channel\.io\/plugin\/images\/ch-new-launcher-icon-68\.png\):not(#\#):not(#\#):not(#\#):before{background-image:url(https://cdn.channel.io/plugin/images/ch-new-launcher-icon-68.png)}.\[\&\:\:before\]\:bg-s_112px:not(#\#):not(#\#):not(#\#):before{background-size:112px}.\[\&\:\:before\]\:bg-p_0px_0px:not(#\#):not(#\#):not(#\#):before{background-position:0 0}.before\:left_-8px:not(#\#):not(#\#):not(#\#):before{left:-8px}.before\:content_\"\":not(#\#):not(#\#):not(#\#):before{content:""}.before\:top_0:not(#\#):not(#\#):not(#\#):before{top:0}.after\:left_8px:not(#\#):not(#\#):not(#\#):after{left:8px}.after\:content_\"\":not(#\#):not(#\#):not(#\#):after{content:""}.after\:top_0:not(#\#):not(#\#):not(#\#):after{top:0}.before\:bg-c_\#2c7fff:not(#\#):not(#\#):not(#\#):before,.after\:bg-c_\#2c7fff:not(#\#):not(#\#):not(#\#):after{background-color:#2c7fff}.\[\&\:\:before\]\:bg-c_\#222222:not(#\#):not(#\#):not(#\#):before,.\[\&\:\:after\]\:bg-c_\#222222:not(#\#):not(#\#):not(#\#):after{background-color:#222}.\[\&\:\:before\]\:bg-c_\#ffffff:not(#\#):not(#\#):not(#\#):before,.\[\&\:\:after\]\:bg-c_\#ffffff:not(#\#):not(#\#):not(#\#):after{background-color:#fff}.before\:bg-c_\#7a7a7a:not(#\#):not(#\#):not(#\#):before,.after\:bg-c_\#7a7a7a:not(#\#):not(#\#):not(#\#):after{background-color:#7a7a7a}.before\:bg-c_\#e74d5a:not(#\#):not(#\#):not(#\#):before,.after\:bg-c_\#e74d5a:not(#\#):not(#\#):not(#\#):after{background-color:#e74d5a}.\[\&\:after\]\:right_16px:not(#\#):not(#\#):not(#\#):after{right:16px}.\[\&\:after\]\:top_45\%:not(#\#):not(#\#):not(#\#):after{top:45%}.\[\&\:after\]\:content_\"\":not(#\#):not(#\#):not(#\#):after{content:""}.\[\&\.disabled\]\:fs_14px.disabled:not(#\#):not(#\#):not(#\#){font-size:14px}.\[\&\:checked_\+_label\]\:bg-c_\#2c7fff:checked:not(#\#):not(#\#):not(#\#)+label{background-color:#2c7fff}.\[\&\:checked_\+_label\]\:fs_14px:checked:not(#\#):not(#\#):not(#\#)+label{font-size:14px}.\[\&\:checked_\+_label\]\:fw_bold:checked:not(#\#):not(#\#):not(#\#)+label{font-weight:700}.\[\&\.empty\]\:bg-c_\#c8c8c8.empty:not(#\#):not(#\#):not(#\#){background-color:#c8c8c8}.\[\&\.selected\]\:fw_bold.selected:not(#\#):not(#\#):not(#\#){font-weight:700}.\[\&\:checked_\+_label\]\:bg-c_\$primary01:checked:not(#\#):not(#\#):not(#\#)+label{background-color:var(--colors-\$primary01)}.\[\&_\>_svg\]\:mr_12px:not(#\#):not(#\#):not(#\#)>svg{margin-right:12px}.\[\&_\>_svg\]\:mt_2\.5px:not(#\#):not(#\#):not(#\#)>svg{margin-top:2.5px}.\[\&\:not\(\:last-child\)\]\:mr_12px:not(:last-child):not(#\#):not(#\#):not(#\#){margin-right:12px}.\[\&\:first-child\]\:mt_8px:first-child:not(#\#):not(#\#):not(#\#){margin-top:8px}.\[\&_em\]\:fs_12px:not(#\#):not(#\#):not(#\#) em{font-size:12px}.\[\&\.PAID_PARTIAL\,_\&\.PAID_ALL\,_\&\.OVER_DEPOSIT\]\:bg-c_\$green.PAID_PARTIAL:not(#\#):not(#\#):not(#\#),.\[\&\.PAID_PARTIAL\,_\&\.PAID_ALL\,_\&\.OVER_DEPOSIT\]\:bg-c_\$green.PAID_ALL:not(#\#):not(#\#):not(#\#),.\[\&\.PAID_PARTIAL\,_\&\.PAID_ALL\,_\&\.OVER_DEPOSIT\]\:bg-c_\$green.OVER_DEPOSIT:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$green)}.\[\&\.SCHEDULED\]\:bg-c_\$yellow.SCHEDULED:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$yellow)}.\[\&\.UNPAID\]\:bg-c_\$red.UNPAID:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$red)}.\[\&_em\]\:fw_bold:not(#\#):not(#\#):not(#\#) em{font-weight:700}.\[\&\:first-of-type\]\:pt_0:first-of-type:not(#\#):not(#\#):not(#\#){padding-top:0}.\[\&\:last-of-type\]\:pb_0:last-of-type:not(#\#):not(#\#):not(#\#){padding-bottom:0}.\[\&\:after\]\:bottom_-2px:not(#\#):not(#\#):not(#\#):after{bottom:-2px}.\[\&\:after\]\:left_0:not(#\#):not(#\#):not(#\#):after{left:0}.\[\&\:\:placeholder\]\:fs_20px:not(#\#):not(#\#):not(#\#)::placeholder{font-size:20px}.\[\&\:\:placeholder\]\:fw_bold:not(#\#):not(#\#):not(#\#)::placeholder{font-weight:700}.after\:left_0:not(#\#):not(#\#):not(#\#):after{left:0}.after\:top_16px:not(#\#):not(#\#):not(#\#):after{top:16px}.after\:bg-c_\$primary01:not(#\#):not(#\#):not(#\#):after{background-color:var(--colors-\$primary01)}.after\:bg-c_\#D9D9D9:not(#\#):not(#\#):not(#\#):after{background-color:#d9d9d9}.\[\&_em\]\:fw_700:not(#\#):not(#\#):not(#\#) em{font-weight:700}.\[\&\:\:before\]\:left_-8px:not(#\#):not(#\#):not(#\#):before{left:-8px}.\[\&\:\:before\]\:bg-c_\$primary01:not(#\#):not(#\#):not(#\#):before{background-color:var(--colors-\$primary01)}.\[\&\:\:before\]\:top_0:not(#\#):not(#\#):not(#\#):before{top:0}.\[\&\:\:after\]\:left_8px:not(#\#):not(#\#):not(#\#):after{left:8px}.\[\&\:\:after\]\:bg-c_\$primary01:not(#\#):not(#\#):not(#\#):after{background-color:var(--colors-\$primary01)}.\[\&\:\:after\]\:content_\"\":not(#\#):not(#\#):not(#\#):after{content:""}.\[\&\:\:after\]\:top_0:not(#\#):not(#\#):not(#\#):after{top:0}.\[\&\:\:before\]\:bg-c_\$gray05:not(#\#):not(#\#):not(#\#):before,.\[\&\:\:after\]\:bg-c_\$gray05:not(#\#):not(#\#):not(#\#):after{background-color:var(--colors-\$gray05)}.\[\&\:\:placeholder\]\:fs_14px:not(#\#):not(#\#):not(#\#)::placeholder{font-size:14px}.\[\&\:\:placeholder\]\:fw_500:not(#\#):not(#\#):not(#\#)::placeholder{font-weight:500}.\[\&\:disabled\]\:bg-c_\$gray01:disabled:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray01)}.\[\&_\>_div\]\:bg-c_\#FFF7F5:not(#\#):not(#\#):not(#\#)>div{background-color:#fff7f5}.\[\&\:last-child\]\:bdr-bl_50\%:last-child:not(#\#):not(#\#):not(#\#){border-bottom-left-radius:50%}.\[\&\:last-child\]\:mb_8px:last-child:not(#\#):not(#\#):not(#\#){margin-bottom:8px}.\[\&_em\]\:ml_8px:not(#\#):not(#\#):not(#\#) em{margin-left:8px}.\[\&\.BOTTOM_CENTER\]\:left_50\%.BOTTOM_CENTER:not(#\#):not(#\#):not(#\#),.\[\&\.TOP_CENTER\]\:left_50\%.TOP_CENTER:not(#\#):not(#\#):not(#\#){left:50%}.\[\&\:last-child\]\:mr_0:last-child:not(#\#):not(#\#):not(#\#){margin-right:0}.\[\&\:first-child\]\:pt_24px:first-child:not(#\#):not(#\#):not(#\#){padding-top:24px}.\[\&\:\:before\]\:left_0:not(#\#):not(#\#):not(#\#):before{left:0}.\[\&\:\:before\]\:right_0:not(#\#):not(#\#):not(#\#):before{right:0}.\[\&\:\:before\]\:bg-c_\$white:not(#\#):not(#\#):not(#\#):before{background-color:var(--colors-\$white)}.\[\&_\>_em\]\:fw_700:not(#\#):not(#\#):not(#\#)>em{font-weight:700}.\[\&\:\:placeholder\]\:fs_16px:not(#\#):not(#\#):not(#\#)::placeholder{font-size:16px}.\[\&\:\:placeholder\]\:fw_400:not(#\#):not(#\#):not(#\#)::placeholder{font-weight:400}.\[\&\:\:placeholder\]\:lh_26px:not(#\#):not(#\#):not(#\#)::placeholder{line-height:26px}.\[\&\:first-child\]\:bdr-tl_4px:first-child:not(#\#):not(#\#):not(#\#){border-top-left-radius:4px}.\[\&\:nth-child\(3\)\]\:bdr-tr_4px:nth-child(3):not(#\#):not(#\#):not(#\#){border-top-right-radius:4px}.\[\&\:before\]\:content_\"\":not(#\#):not(#\#):not(#\#):before{content:""}.\[\&\:before\]\:bg-c_\$gray03:not(#\#):not(#\#):not(#\#):before{background-color:var(--colors-\$gray03)}.\[\&\:before\]\:left_-8px:not(#\#):not(#\#):not(#\#):before{left:-8px}.\[\&\:before\]\:top_25px:not(#\#):not(#\#):not(#\#):before{top:25px}.\[\&\:before\]\:bg-c_\$gray04:not(#\#):not(#\#):not(#\#):before{background-color:var(--colors-\$gray04)}.\[\&\:before\]\:mr_4px:not(#\#):not(#\#):not(#\#):before{margin-right:4px}.\[\&\:before\]\:mb_1px:not(#\#):not(#\#):not(#\#):before{margin-bottom:1px}.\[\&\:not\(\:last-child\)\]\:pb_16px:not(:last-child):not(#\#):not(#\#):not(#\#){padding-bottom:16px}.\[\&\:disabled\]\:bg-c_\$white:disabled:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$white)}.\[\&\:disabled\]\:bg-c_\$gray02:disabled:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray02)}.\[\&\:\:after\]\:content_\"매\":not(#\#):not(#\#):not(#\#):after{content:"매"}.\[\&\:\:after\]\:content_\"전\":not(#\#):not(#\#):not(#\#):after{content:"전"}.\[\&\:\:after\]\:content_\"월\":not(#\#):not(#\#):not(#\#):after{content:"월"}.last\:pb_0px:last-child:not(#\#):not(#\#):not(#\#){padding-bottom:0}.\[\&\:\:after\]\:left_0:not(#\#):not(#\#):not(#\#):after{left:0}.\[\&\:\:after\]\:bg-c_rgba\(255\,_255\,_255\,_0\.1\):not(#\#):not(#\#):not(#\#):after{background-color:#ffffff1a}.\[\&\:\:placeholder\]\:fs_15px:not(#\#):not(#\#):not(#\#)::placeholder{font-size:15px}.\[\&\:after\]\:top_3px:not(#\#):not(#\#):not(#\#):after{top:3px}.\[\&\:after\]\:left_50\%:not(#\#):not(#\#):not(#\#):after{left:50%}.\[\&\:after\]\:bg-c_\$gray02:not(#\#):not(#\#):not(#\#):after{background-color:var(--colors-\$gray02)}.\[\&\:not\(\:last-child\)\]\:pb_18px:not(:last-child):not(#\#):not(#\#):not(#\#){padding-bottom:18px}.\[\&\:first-of-type\]\:ml_14px:first-of-type:not(#\#):not(#\#):not(#\#){margin-left:14px}.\[\&\:last-of-type\]\:mr_14px:last-of-type:not(#\#):not(#\#):not(#\#){margin-right:14px}.first\:pt_24px:first-child:not(#\#):not(#\#):not(#\#){padding-top:24px}.\[\&\:checked\]\:bg-c_\$primary01:checked:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary01)}.\[\&\:focus-within\]\:bd_none:focus-within:not(#\#):not(#\#):not(#\#){border:none}.\[\&\:focus-within\]\:bd_solid_1px_token\(colors\.\$gray06\):focus-within:not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray06)}.\[\&\:focus-within\]\:bd_solid_1px_token\(colors\.\$gray05\):focus-within:not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray05)}.\[\&\:focus-within\]\:bd_solid_1px_token\(colors\.\$gray700\):focus-within:not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray700)}.\[\&\:focus-within\]\:bd_solid_1px_token\(colors\.\$gray200\):focus-within:not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray200)}.\[\&\:focus-within\]\:bd_solid_1px_token\(colors\.\$gray03\):focus-within:not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray03)}.\[\&\:focus-within\]\:bd_1px_solid_token\(colors\.\$gray05\):focus-within:not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray05)}.\[\&\:focus-within\]\:bd_1px_solid_token\(colors\.\$gray500\):focus-within:not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray500)}.\[\&\:focus\]\:ring_none:focus:not(#\#):not(#\#):not(#\#){outline-offset:2px;outline:2px solid #0000}.\[\&\:focus\]\:bd_none:focus:not(#\#):not(#\#):not(#\#){border:none}.\[\&\:focus\]\:bd_solid_1px_token\(colors\.\$gray06\):focus:not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray06)}.\[\&\:focus\]\:ring_0:focus:not(#\#):not(#\#):not(#\#){outline:0}.\[\&\:focus\]\:bd_solid_1px_token\(colors\.\$gray03\):focus:not(#\#):not(#\#):not(#\#){border:solid 1px var(--colors-\$gray03)}.\[\&\:focus\]\:bd-b_1px_solid_token\(colors\.\$gray02\):focus:not(#\#):not(#\#):not(#\#){border-bottom:1px solid var(--colors-\$gray02)}.\[\&\:focus\]\:bd_1px_solid_token\(colors\.\$gray06\):focus:not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$gray06)}.\[\&\:focus\]\:bd-c_\$primary:focus:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$primary)}.\[\&\:hover\]\:bx-sh_rgb\(0_0_0_\/_15\%\)_0px_4px_6px_3px:hover:not(#\#):not(#\#):not(#\#){box-shadow:0 4px 6px 3px #00000026}.\[\&\:hover\,_\:active\]\:op_0\.7:hover:not(#\#):not(#\#):not(#\#),.\[\&\:hover\,_\:active\]\:op_0\.7:not(#\#):not(#\#):not(#\#) :active{opacity:.7}.hover\:bx-sh_0_2px_8px_rgba\(0\,_0\,_0\,_0\.2\):is(:hover,[data-hover]):not(#\#):not(#\#):not(#\#){box-shadow:0 2px 8px #0003}.\[\&\:hover\,_\:active\]\:op_0\.8:hover:not(#\#):not(#\#):not(#\#),.\[\&\:hover\,_\:active\]\:op_0\.8:not(#\#):not(#\#):not(#\#) :active{opacity:.8}.\[\&\:hover\]\:bx-sh_0_4px_12px_rgba\(0\,0\,0\,0\.15\):hover:not(#\#):not(#\#):not(#\#){box-shadow:0 4px 12px #00000026}.\[\&\:hover\]\:trf_translateY\(-2px\):hover:not(#\#):not(#\#):not(#\#){transform:translateY(-2px)}.\[\&\:hover\]\:trf_translateY\(-4px\):hover:not(#\#):not(#\#):not(#\#){transform:translateY(-4px)}.\[\&\:hover\]\:bx-sh_\$deep02:hover:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadows-\$deep02)}.\[\&\:hover\]\:bx-sh_\$deep01:hover:not(#\#):not(#\#):not(#\#){box-shadow:var(--shadows-\$deep01)}.\[\&\:hover\]\:c_\$red:hover:not(#\#):not(#\#):not(#\#){color:var(--colors-\$red)}.\[\&\:hover\]\:typography_14_BOLD_WIDE:hover:not(#\#):not(#\#):not(#\#),.hover\:typography_14_BOLD_WIDE:is(:hover,[data-hover]):not(#\#):not(#\#):not(#\#){font-size:14px;font-weight:700;line-height:164%}.hover\:bdr_50\%:is(:hover,[data-hover]):not(#\#):not(#\#):not(#\#){border-radius:50%}.hover\:c_white:is(:hover,[data-hover]):not(#\#):not(#\#):not(#\#){color:#fff}.\[\&\:hover\]\:op_0\.7:hover:not(#\#):not(#\#):not(#\#){opacity:.7}.\[\&\:hover\]\:c_\$black:hover:not(#\#):not(#\#):not(#\#){color:var(--colors-\$black)}.\[\&\:hover\]\:bdr_9px:hover:not(#\#):not(#\#):not(#\#){border-radius:9px}.\[\&\:hover\]\:bx-sh_0_0_8px_rgba\(44\,_127\,_255\,_0\.2\):hover:not(#\#):not(#\#):not(#\#){box-shadow:0 0 8px #2c7fff33}.\[\&\:hover\]\:typography_16_BOLD_WIDE:hover:not(#\#):not(#\#):not(#\#){font-size:16px;font-weight:700;line-height:164%}.hover\:trf_scale\(1\.1\):is(:hover,[data-hover]):not(#\#):not(#\#):not(#\#){transform:scale(1.1)}.\[\&\:hover\]\:trf_scale\(0\.98\):hover:not(#\#):not(#\#):not(#\#){transform:scale(.98)}.\[\&\:hover\]\:bg-c_transparent:hover:not(#\#):not(#\#):not(#\#){background-color:#0000}.\[\&\:hover\]\:bg-c_\$gray00:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray00)}.hover\:bd-c_\$primary01:is(:hover,[data-hover]):not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$primary01)}.\[\&\:hover\]\:bd-c_\$gray05:hover:not(#\#):not(#\#):not(#\#){border-color:var(--colors-\$gray05)}.hover\:bg-c_black:is(:hover,[data-hover]):not(#\#):not(#\#):not(#\#){background-color:#000}.\[\&\:hover\]\:bg-c_\$gray02:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray02)}.\[\&\:hover\]\:bg-c_\$gray01:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray01)}.\[\&\:hover\]\:bg-c_\$gray100:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray100)}.\[\&\:hover\]\:bg-c_\$primary01:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary01)}.\[\&\:hover\]\:bg-c_\$primary04:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary04)}.\[\&\:hover\]\:bg-c_\$primary:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary)}.\[\&\:hover\]\:bg-c_\$blue50:hover:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$blue50)}.\[\&\:active\]\:op_0\.8:active:not(#\#):not(#\#):not(#\#){opacity:.8}.\[\&\:active\]\:trf_scale\(0\.98\):active:not(#\#):not(#\#):not(#\#){transform:scale(.98)}.\[\&\:active\]\:trf_scaleX\(0\.99\):active:not(#\#):not(#\#):not(#\#){transform:scaleX(.99)}.\[\&\:active\]\:bd_1px_solid_token\(colors\.\$primary01\):active:not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$primary01)}.\[\&\:active\]\:trf_scale\(0\.95\):active:not(#\#):not(#\#):not(#\#){transform:scale(.95)}.\[\&\:active\]\:trf_translate3d\(-50\%\,_0\,_0\)_scale\(0\.98\):active:not(#\#):not(#\#):not(#\#){transform:translate(-50%)scale(.98)}.\[\&\:active\]\:op_1:active:not(#\#):not(#\#):not(#\#){opacity:1}.\[\&\:active\]\:cursor_grabbing:active:not(#\#):not(#\#):not(#\#){cursor:grabbing}.\[\&\:active\]\:trf_scale\(1\):active:not(#\#):not(#\#):not(#\#){transform:scale(1)}.active\:trf_scale\(0\.95\):is(:active,[data-active]):not(#\#):not(#\#):not(#\#){transform:scale(.95)}.\[\&\:active\]\:bd_1px_solid_token\(colors\.\$primary\):active:not(#\#):not(#\#):not(#\#){border:1px solid var(--colors-\$primary)}.\[\&\:active\]\:bg-c_\$gray02:active:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray02)}.\[\&\:active\]\:bg-c_\$gray00:active:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray00)}.\[\&\:active\]\:bg-c_\$primary01:active:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary01)}.\[\&\:active\]\:bg-c_\$gray01:active:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$gray01)}.\[\&\:active\]\:bg-c_\$primary02:active:not(#\#):not(#\#):not(#\#){background-color:var(--colors-\$primary02)}.\[\&_\>_div\]\:\[\&\:last-child\]\:bd-r_1px_solid_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#)>div:last-child{border-right:1px solid var(--colors-\$gray02)}.\[\&_label\]\:\[\&\:not\(\:last-child\)\]\:bd-r_solid_1px_token\(colors\.\$gray02\):not(#\#):not(#\#):not(#\#) label:not(:last-child){border-right:solid 1px var(--colors-\$gray02)}.\[\&\.BOTTOM_CENTER\]\:\[\&\.show\]\:safe-area-position-bottom_token\(space\.\$BOTTOM_NAV_HEIGHT\)_\+_15px.BOTTOM_CENTER.show:not(#\#):not(#\#):not(#\#){bottom:calc(var(--safe-area-inset-bottom,0px) + var(--space-\$-b-o-t-t-o-m_-n-a-v_-h-e-i-g-h-t) + 15px)}.\[\&\:checked\]\:\[\&\:\:before\]\:pos_absolute:checked:not(#\#):not(#\#):not(#\#):before{position:absolute}.\[\&\:checked\]\:\[\&\:\:before\]\:trf_translate\(-50\%\,_-50\%\):checked:not(#\#):not(#\#):not(#\#):before{transform:translate(-50%,-50%)}.\[\&\:checked\]\:\[\&\:\:before\]\:w_8px:checked:not(#\#):not(#\#):not(#\#):before{width:8px}.\[\&\:checked\]\:\[\&\:\:before\]\:h_8px:checked:not(#\#):not(#\#):not(#\#):before{height:8px}.\[\&\:checked\]\:\[\&\:\:before\]\:bdr_50\%:checked:not(#\#):not(#\#):not(#\#):before{border-radius:50%}.\[\&\:checked\]\:\[\&\:\:before\]\:content_\"\":checked:not(#\#):not(#\#):not(#\#):before{content:""}.\[\&\:checked\]\:\[\&\:\:before\]\:top_50\%:checked:not(#\#):not(#\#):not(#\#):before{top:50%}.\[\&\:checked\]\:\[\&\:\:before\]\:left_50\%:checked:not(#\#):not(#\#):not(#\#):before{left:50%}.\[\&\:checked\]\:\[\&\:\:before\]\:bg-c_\$white:checked:not(#\#):not(#\#):not(#\#):before{background-color:var(--colors-\$white)}.\[\&\:hover\]\:\[\&_\>_div\]\:bg-c_\$gray00:hover:not(#\#):not(#\#):not(#\#)>div{background-color:var(--colors-\$gray00)}.\[\&\:active\]\:\[\&\:\:after\]\:pos_fixed:active:not(#\#):not(#\#):not(#\#):after{position:fixed}.\[\&\:active\]\:\[\&\:\:after\]\:w_100\%:active:not(#\#):not(#\#):not(#\#):after{width:100%}.\[\&\:active\]\:\[\&\:\:after\]\:h_100\%:active:not(#\#):not(#\#):not(#\#):after{height:100%}.\[\&\:active\]\:\[\&\:\:after\]\:bdr_6px:active:not(#\#):not(#\#):not(#\#):after{border-radius:6px}.\[\&\:active\]\:\[\&\:\:after\]\:pointer-events_none:active:not(#\#):not(#\#):not(#\#):after{pointer-events:none}.\[\&\:active\]\:\[\&\:\:after\]\:top_0:active:not(#\#):not(#\#):not(#\#):after{top:0}.\[\&\:active\]\:\[\&\:\:after\]\:left_0:active:not(#\#):not(#\#):not(#\#):after{left:0}.\[\&\:active\]\:\[\&\:\:after\]\:content_\"\":active:not(#\#):not(#\#):not(#\#):after{content:""}.\[\&\:active\]\:\[\&\:\:after\]\:bg-c_rgba\(255\,_255\,_255\,_0\.1\):active:not(#\#):not(#\#):not(#\#):after{background-color:#ffffff1a}@mobile{.\[\@mobile\]\:w_70\%:not(#\#):not(#\#):not(#\#){ width: 70%; }}@media (min-width:361px){.\[\@media_\(min-width\:_361px\)\]\:h_200px:not(#\#):not(#\#):not(#\#){height:200px}}@media (min-width:481px){.\[\@media_\(min-width\:_481px\)\]\:right_calc\(\(100vw_-_480px\)_\/_2_\+_16px\):not(#\#):not(#\#):not(#\#){right:calc(50vw - 224px)}}@media (min-width:600px){.\[\@media_\(min-width\:_600px\)\]\:h_150px:not(#\#):not(#\#):not(#\#){height:150px}}@media screen and (min-width:40rem){.sm\:title_이사·청소·인테리어_고객_바로_연결:not(#\#):not(#\#):not(#\#){title:이사·청소·인테리어 고객 바로 연결}.sm\:description_프로필만_등록하면_복잡한_마케팅_없이_고객_주문이_바로_들어옵니다\.:not(#\#):not(#\#):not(#\#){description:프로필만 등록하면 복잡한 마케팅 없이 고객 주문이 바로 들어옵니다.}.sm\:label_전화번호:not(#\#):not(#\#):not(#\#){label:전화번호}.sm\:w_25\%:not(#\#):not(#\#):not(#\#){width:25%}.sm\:label_점수:not(#\#):not(#\#):not(#\#){label:점수}.sm\:w_5\%:not(#\#):not(#\#):not(#\#){width:5%}.sm\:label_주소:not(#\#):not(#\#):not(#\#){label:주소}.sm\:w_15\%:not(#\#):not(#\#):not(#\#){width:15%}.sm\:times_0\.2:not(#\#):not(#\#):not(#\#){times:.2px}}@media (min-width:641px){.\[\@media_\(min-width\:_641px\)\]\:h_calc\(100vh_-_16px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 16px)}.\[\@media_\(min-width\:_641px\)\]\:h_calc\(100vh_-_220px_-_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 220px - env(safe-area-inset-top))}.\[\@media_\(min-width\:_641px\)\]\:h_calc\(100vh_-_116px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 116px)}.\[\@media_\(min-width\:_641px\)\]\:h_calc\(100vh_-_40px_-_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 40px - env(safe-area-inset-top))}.\[\@media_\(min-width\:_641px\)\]\:max-w_281px:not(#\#):not(#\#):not(#\#){max-width:281px}.\[\@media_\(min-width\:_641px\)\]\:max-h_299px:not(#\#):not(#\#):not(#\#){max-height:299px}.\[\@media_\(min-width\:_641px\)\]\:max-w_280px:not(#\#):not(#\#):not(#\#){max-width:280px}.\[\@media_\(min-width\:_641px\)\]\:max-h_210px:not(#\#):not(#\#):not(#\#){max-height:210px}.\[\@media_\(min-width\:_641px\)\]\:h_350px:not(#\#):not(#\#):not(#\#){height:350px}.\[\@media_\(min-width\:_641px\)\]\:max-w_77px:not(#\#):not(#\#):not(#\#){max-width:77px}.\[\@media_\(min-width\:_641px\)\]\:p_5px_17px:not(#\#):not(#\#):not(#\#){padding:5px 17px}.\[\@media_\(min-width\:_641px\)\]\:bdr_72px:not(#\#):not(#\#):not(#\#){border-radius:72px}.\[\@media_\(min-width\:_641px\)\]\:h_300px:not(#\#):not(#\#):not(#\#){height:300px}.\[\@media_\(min-width\:_641px\)\]\:p_40px_54px_32px_54px:not(#\#):not(#\#):not(#\#){padding:40px 54px 32px}.\[\@media_\(min-width\:_641px\)\]\:w_300px:not(#\#):not(#\#):not(#\#){width:300px}.\[\@media_\(min-width\:_641px\)\]\:h_700px:not(#\#):not(#\#):not(#\#){height:700px}.\[\@media_\(min-width\:_641px\)\]\:max-h_700px:not(#\#):not(#\#):not(#\#){max-height:700px}.\[\@media_\(min-width\:_641px\)\]\:safe-area-padding-top_58px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 58px)}.\[\@media_\(min-width\:_641px\)\]\:safe-area-padding-top_30px:not(#\#):not(#\#):not(#\#){padding-top:calc(var(--safe-area-inset-top,0px) + 30px)}.\[\@media_\(min-width\:_641px\)\]\:mt_116px:not(#\#):not(#\#):not(#\#){margin-top:116px}.\[\@media_\(min-width\:_641px\)\]\:right_calc\(\(100vw_-_token\(sizes\.\$MAX_BROWSER_WIDTH\)\)_\/_2\):not(#\#):not(#\#):not(#\#){right:calc((100vw - var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h))/2)}.\[\@media_\(min-width\:_641px\)\]\:right_calc\(\(100vw_-_token\(sizes\.\$MAX_BROWSER_WIDTH\)\)_\/_2_\+_20px\):not(#\#):not(#\#):not(#\#){right:calc((100vw - var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h))/2 + 20px)}.\[\@media_\(min-width\:_641px\)\]\:right_calc\(\(100vw_-_token\(sizes\.\$MAX_BROWSER_WIDTH\)\)_\/_2_\+_16px\):not(#\#):not(#\#):not(#\#){right:calc((100vw - var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h))/2 + 16px)}.\[\@media_\(min-width\:_641px\)\]\:right_calc\(\(100vw_-_token\(sizes\.\$MAX_BROWSER_WIDTH\)_\+_25px\)_\/_2\):not(#\#):not(#\#):not(#\#){right:calc((100vw - var(--sizes-\$-m-a-x_-b-r-o-w-s-e-r_-w-i-d-t-h) + 25px)/2)}.\[\@media_\(min-width\:_641px\)\]\:rg_80px:not(#\#):not(#\#):not(#\#){row-gap:80px}.\[\@media_\(min-width\:_641px\)\]\:fs_42px:not(#\#):not(#\#):not(#\#){font-size:42px}.\[\@media_\(min-width\:_641px\)\]\:cg_70px:not(#\#):not(#\#):not(#\#){column-gap:70px}.\[\@media_\(min-width\:_641px\)\]\:fs_48px:not(#\#):not(#\#):not(#\#){font-size:48px}.\[\@media_\(min-width\:_641px\)\]\:fs_18px:not(#\#):not(#\#):not(#\#){font-size:18px}.\[\@media_\(min-width\:_641px\)\]\:fs_20px:not(#\#):not(#\#):not(#\#){font-size:20px}.\[\@media_\(min-width\:_641px\)\]\:rg_40px:not(#\#):not(#\#):not(#\#){row-gap:40px}.\[\@media_\(min-width\:_641px\)\]\:fs_30px:not(#\#):not(#\#):not(#\#){font-size:30px}.\[\@media_\(min-width\:_641px\)\]\:rg_60px:not(#\#):not(#\#):not(#\#){row-gap:60px}.\[\@media_\(min-width\:_641px\)\]\:fs_32px:not(#\#):not(#\#):not(#\#){font-size:32px}.\[\@media_\(min-width\:_641px\)\]\:fs_28px:not(#\#):not(#\#):not(#\#){font-size:28px}.\[\@media_\(min-width\:_641px\)\]\:rg_19px:not(#\#):not(#\#):not(#\#){row-gap:19px}.\[\@media_\(min-width\:_641px\)\]\:fs_19px:not(#\#):not(#\#):not(#\#){font-size:19px}.\[\@media_\(min-width\:_641px\)\]\:fs_38px:not(#\#):not(#\#):not(#\#){font-size:38px}.\[\@media_\(min-width\:_641px\)\]\:fs_17px:not(#\#):not(#\#):not(#\#){font-size:17px}.\[\@media_\(min-width\:_641px\)\]\:fs_26px:not(#\#):not(#\#):not(#\#){font-size:26px}.\[\@media_\(min-width\:_641px\)\]\:fs_44px:not(#\#):not(#\#):not(#\#){font-size:44px}.\[\@media_\(min-width\:_641px\)\]\:fs_22px:not(#\#):not(#\#):not(#\#){font-size:22px}}@media screen and (min-width:48rem){.md\:px_6:not(#\#):not(#\#):not(#\#){padding-inline:6px}.md\:title_고객_주문_무료_제공:not(#\#):not(#\#):not(#\#){title:고객 주문 무료 제공}.md\:description_지금_등록하시는_사장님은_첫달_주문_무료_비교견적_서비스를_부담_없이_경험하세요\.\!:not(#\#){description:지금 등록하시는 사장님은 첫달 주문 무료 비교견적 서비스를 부담 없이 경험하세요.!important}.md\:label_딥링크:not(#\#):not(#\#):not(#\#){label:딥링크}.md\:w_60\%:not(#\#):not(#\#):not(#\#){width:60%}.md\:label_점수_이유:not(#\#):not(#\#):not(#\#){label:점수 이유}.md\:w_20\%:not(#\#):not(#\#):not(#\#){width:20%}.md\:label_건물명:not(#\#):not(#\#):not(#\#){label:건물명}.md\:w_17\%:not(#\#):not(#\#):not(#\#){width:17%}.md\:times_0\.32:not(#\#):not(#\#):not(#\#){times:.32px}}@media (min-width:974px){.\[\@media_\(min-width\:_974px\)\]\:flex-row_CENTER:not(#\#):not(#\#):not(#\#){flex-direction:row;justify-content:center;align-items:center;display:flex}.\[\@media_\(min-width\:_974px\)\]\:flex-col_CENTER_START:not(#\#):not(#\#):not(#\#){flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.\[\@media_\(min-width\:_974px\)\]\:ta_left:not(#\#):not(#\#):not(#\#){text-align:left}.\[\@media_\(min-width\:_974px\)\]\:cg_100px:not(#\#):not(#\#):not(#\#){column-gap:100px}.\[\@media_\(min-width\:_974px\)\]\:flex-d_row-reverse:not(#\#):not(#\#):not(#\#){flex-direction:row-reverse}.\[\@media_\(min-width\:_974px\)\]\:grid-tc_repeat\(2\,_1fr\):not(#\#):not(#\#):not(#\#){grid-template-columns:repeat(2,1fr)}.\[\@media_\(min-width\:_974px\)\]\:rg_24px:not(#\#):not(#\#):not(#\#){row-gap:24px}.\[\@media_\(min-width\:_974px\)\]\:cg_24px:not(#\#):not(#\#):not(#\#){column-gap:24px}.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:w_46px:not(#\#):not(#\#):not(#\#)>.blue-card,.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:w_46px:not(#\#):not(#\#):not(#\#)>.menu-contract,.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:w_46px:not(#\#):not(#\#):not(#\#)>.monthly-rent-refund,.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:w_46px:not(#\#):not(#\#):not(#\#)>.community{width:46px}.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:h_46px:not(#\#):not(#\#):not(#\#)>.blue-card,.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:h_46px:not(#\#):not(#\#):not(#\#)>.menu-contract,.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:h_46px:not(#\#):not(#\#):not(#\#)>.monthly-rent-refund,.\[\&_\>_\.blue-card\,_\&_\>_\.menu-contract\,_\&_\>_\.monthly-rent-refund\,_\&_\>_\.community\]\:\[\@media_\(min-width\:_974px\)\]\:h_46px:not(#\#):not(#\#):not(#\#)>.community{height:46px}}@media (min-width:984px){.\[\@media_\(min-width\:_984px\)\]\:max-w_984px:not(#\#):not(#\#):not(#\#){max-width:984px}}@media screen and (min-width:64rem){.lg\:px_8:not(#\#):not(#\#):not(#\#){padding-inline:8px}.lg\:label_개선해야_할_점_등:not(#\#):not(#\#):not(#\#){label:개선해야 할 점 등}.lg\:w_45\%:not(#\#):not(#\#):not(#\#){width:45%}.lg\:label_상세주소:not(#\#):not(#\#):not(#\#){label:상세주소}.lg\:w_20\%:not(#\#):not(#\#):not(#\#){width:20%}.lg\:times_1:not(#\#):not(#\#):not(#\#){times:1px}}@media (min-width:1201px){.\[\@media_\(min-width\:_1201px\)\]\:left_calc\(\(100vw_-_1200px\)_\/_2_\+_16px\):not(#\#):not(#\#):not(#\#){left:calc(50vw - 584px)}}@media screen and (min-width:80rem){.xl\:title_이사·청소·인테리어_고객_바로_연결:not(#\#):not(#\#):not(#\#){title:이사·청소·인테리어 고객 바로 연결}.xl\:description_프로필만_등록하면_복잡한_마케팅_없이_고객_주문이_바로_들어옵니다\.:not(#\#):not(#\#):not(#\#){description:프로필만 등록하면 복잡한 마케팅 없이 고객 주문이 바로 들어옵니다.}.xl\:label_responseId:not(#\#):not(#\#):not(#\#){label:responseId}.xl\:w_20\%:not(#\#):not(#\#):not(#\#){width:20%}.xl\:label_호실유형:not(#\#):not(#\#):not(#\#){label:호실유형}.xl\:w_10\%:not(#\#):not(#\#):not(#\#){width:10%}}@media screen and (min-width:96rem){.\32 xl\:title_고객_주문_무료_제공:not(#\#):not(#\#):not(#\#){title:고객 주문 무료 제공}.\32 xl\:description_지금_등록하시는_사장님은_첫달_주문_무료_비교견적_서비스를_부담_없이_경험하세요\.\!:not(#\#){description:지금 등록하시는 사장님은 첫달 주문 무료 비교견적 서비스를 부담 없이 경험하세요.!important}.\32 xl\:label_가격유형:not(#\#):not(#\#):not(#\#){label:가격유형}.\32 xl\:w_8\%:not(#\#):not(#\#):not(#\#){width:8%}}@media screen and (max-width:640px){.\[\@media_screen_and_\(max-width\:_640px\)\]\:h_calc\(100vh_\+_68px_-_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){height:calc(100vh + 68px - env(safe-area-inset-top))}.\[\@media_screen_and_\(max-width\:_640px\)\]\:safe-area-margin-top_32px:not(#\#):not(#\#):not(#\#){margin-top:calc(var(--safe-area-inset-top,0px) + 32px)}.\[\@media_screen_and_\(max-width\:_640px\)\]\:w_calc\(100\%_-_48px\):not(#\#):not(#\#):not(#\#){width:calc(100% - 48px)}.\[\@media_screen_and_\(max-width\:_640px\)\]\:w_100\%:not(#\#):not(#\#):not(#\#){width:100%}.\[\@media_screen_and_\(max-width\:_640px\)\]\:max-h_64px:not(#\#):not(#\#):not(#\#){max-height:64px}.\[\@media_screen_and_\(max-width\:_640px\)\]\:min-h_-webkit-fill-available:not(#\#):not(#\#):not(#\#){min-height:-webkit-fill-available}.\[\@media_screen_and_\(max-width\:_640px\)\]\:h_calc\(100vh_-_220px_-_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 220px - env(safe-area-inset-top))}.\[\@media_screen_and_\(max-width\:_640px\)\]\:w_70\%:not(#\#):not(#\#):not(#\#){width:70%}.\[\@media_screen_and_\(max-width\:_640px\)\]\:min-h_180px:not(#\#):not(#\#):not(#\#){min-height:180px}.\[\@media_screen_and_\(max-width\:_640px\)\]\:h_calc\(100vh_-_32px\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 32px)}.\[\@media_screen_and_\(max-width\:_640px\)\]\:p_32px_16px_180px:not(#\#):not(#\#):not(#\#){padding:32px 16px 180px}.\[\@media_screen_and_\(max-width\:_640px\)\]\:safe-area-position-top_54px:not(#\#):not(#\#):not(#\#){top:calc(var(--safe-area-inset-top,0px) + 54px)}.\[\@media_screen_and_\(max-width\:_640px\)\]\:min-h_155px:not(#\#):not(#\#):not(#\#){min-height:155px}.\[\@media_screen_and_\(max-width\:_640px\)\]\:h_calc\(100vh_-_40px_-_env\(safe-area-inset-top\)\):not(#\#):not(#\#):not(#\#){height:calc(100vh - 40px - env(safe-area-inset-top))}.\[\@media_screen_and_\(max-width\:_640px\)\]\:right_16px:not(#\#):not(#\#):not(#\#){right:16px}.\[\&_iframe\]\:\[\@media_screen_and_\(max-width\:_640px\)\]\:h_440px:not(#\#):not(#\#):not(#\#) iframe{height:440px}}@media (max-width:380px){.\[\@media_\(max-width\:_380px\)\]\:w_auto:not(#\#):not(#\#):not(#\#){width:auto}}@media screen and (max-width:375px){.\[\@media_screen_and_\(max-width\:_375px\)\]\:flex_45:not(#\#):not(#\#):not(#\#){flex:45}}@media (max-width:340px){.\[\@media_\(max-width\:_340px\)\]\:w_auto:not(#\#):not(#\#):not(#\#){width:auto}}@media screen and (max-width:340px){.\[\@media_screen_and_\(max-width\:_340px\)\]\:gap_10px:not(#\#):not(#\#):not(#\#){gap:10px}}
