@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.table{display:table}}:root{--ink:#171b1e;--ink-2:#30373c;--coral:#252b2f;--coral-deep:#101417;--cream:#f1f3f4;--paper:#fbfcfc;--white:#fff;--muted:#707a80;--line:#dce0e2;--line-dark:#bcc3c7;--green:#39d062;--content:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);word-break:keep-all;-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(var(--content),calc(100% - 48px));margin:0 auto}.container.narrow{max-width:980px}.section-pad{padding:112px 0}.kicker,.section-index{color:var(--coral-deep);letter-spacing:2.2px;margin:0;font-size:11px;font-weight:750}.button{cursor:pointer;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;min-height:52px;padding:0 24px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.button-primary{background:var(--coral);color:#fff}.button-primary:hover{background:var(--coral-deep)}.button-quiet{border-color:var(--line-dark);background:#ffffffb8}.button-light{color:var(--ink);background:#fff}.utility-bar{color:#fff;background:#000;height:35px;font-size:11px}.utility-inner{justify-content:center;align-items:center;height:100%;display:flex}.kakao-login{color:#fff;cursor:pointer;background:0 0;border:0;height:100%;padding:0 16px;font-size:11px;font-weight:750}.kakao-login span{color:#39d062;margin-right:6px}.site-header{z-index:40;background:#fff;border-bottom:1px solid #e3e6e7;height:74px;position:relative}.header-inner{grid-template-columns:190px 1fr 190px;align-items:center;height:100%;display:grid}.site-logo{width:132px;display:block;overflow:hidden}.site-logo img{width:132px;display:block}.site-nav{justify-content:center;align-items:center;gap:16px;height:100%;display:flex}.site-nav a{color:#344047;border-radius:999px;justify-content:center;align-items:center;height:46px;min-height:46px;padding:0 22px;font-size:15px;font-weight:700;line-height:1;transition:all .2s;display:inline-flex}.site-nav a>span{display:block;transform:translateY(1px)}.site-nav a.active{background:var(--coral);color:#fff;box-shadow:none}.header-auth{color:#69747a;cursor:pointer;background:0 0;border:0;justify-self:end;padding:10px 0;font-size:12px}.nav-mobile-auth{display:none}.mobile-menu{background:0 0;border:0;width:42px;height:42px;display:none;position:relative}.mobile-menu span{background:var(--ink);width:24px;height:1px;position:absolute;left:9px}.mobile-menu span:first-child{top:16px}.mobile-menu span:last-child{top:25px}.home-hero{background:#e9edef;height:calc(100vh - 112px);min-height:650px;max-height:820px;position:relative;overflow:hidden}.home-hero-image{background-image:linear-gradient(90deg,#141e2247,#0000 35%),url(/hero-meeting.png);background-position:50%;background-size:cover;position:absolute;inset:0 0 0 42%}.home-hero:after{content:"";background:linear-gradient(90deg,#f1f3f4 0% 76%,#f1f3f4de 88%,#0000 100%);position:absolute;inset:0 58% 0 0}.home-hero-inner{z-index:2;align-items:center;height:100%;display:flex;position:relative}.home-hero-copy{width:53%;padding:20px 0 10px}.home-hero h1{letter-spacing:-4.5px;margin:24px 0 25px;font-size:64px;font-weight:640;line-height:1.12}.home-hero h1 em{color:var(--coral-deep);font-style:normal}.hero-description{color:#526168;margin:0;font-size:17px;line-height:1.8}.hero-buttons{gap:10px;margin-top:36px;display:flex}.hero-buttons .button-primary{min-width:176px}.button-quiet span{margin-left:24px}.hero-trust{color:#617076;border-top:1px solid #cbd1d3;gap:28px;width:94%;margin-top:54px;padding-top:20px;font-size:11px;display:flex}.hero-trust b{color:var(--coral-deep);margin-right:7px;font-size:9px}.statement-grid{grid-template-columns:150px 1fr 270px;align-items:start;gap:70px;display:grid}.statement-grid h2{letter-spacing:-2.2px;margin:0 0 26px;font-size:38px;font-weight:620;line-height:1.34}.statement-grid>div>p{color:var(--muted);max-width:600px;margin:0;font-size:15px;line-height:1.9}.statement-numbers{border-top:1px solid var(--ink);margin:0}.statement-numbers div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding:19px 0;display:flex}.statement-numbers dt{font-size:25px;font-weight:650}.statement-numbers dd{color:var(--muted);margin:0;font-size:11px}.featured-meetings{background:var(--cream)}.section-head{justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.section-head h2{letter-spacing:-2px;margin:12px 0 0;font-size:38px;font-weight:640}.section-head>a{border-bottom:1px solid var(--ink);padding:8px 0;font-size:13px;font-weight:650}.section-head>a span{margin-left:22px}.meeting-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.meeting-card{border:1px solid var(--line);background:#fff;transition:all .25s;display:block}.meeting-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #17242a14}.meeting-image{background-image:linear-gradient(#0f191e08,#0f191e47),url(/hero-meeting.png);background-size:cover;height:244px;padding:18px;position:relative}.status-badge{background:var(--ink);color:#fff;letter-spacing:.6px;align-items:center;height:25px;padding:0 9px;font-size:9px;font-style:normal;font-weight:750;display:inline-flex}.status-badge.urgent{background:var(--coral)}.meeting-date{color:#fff;text-align:right;text-shadow:0 1px 8px #00000059;position:absolute;bottom:16px;right:18px}.meeting-date strong{letter-spacing:-1px;font-size:28px;display:block}.meeting-date span{letter-spacing:1.5px;font-size:10px}.meeting-card-body{padding:22px 22px 19px}.meeting-meta{color:var(--muted);align-items:center;gap:12px;font-size:10px;display:flex}.meeting-meta span:first-child{color:var(--coral-deep);font-weight:750}.meeting-card h3{letter-spacing:-.7px;margin:11px 0 13px;font-size:19px;font-weight:650}.meeting-card-body>p{color:var(--muted);margin:5px 0;font-size:12px}.meeting-age{color:#4f5e64!important}.seat-summary{color:var(--muted);grid-template-columns:auto auto;gap:5px 17px;margin-top:18px;font-size:10px;display:grid}.seat-summary b{color:var(--ink)}.seat-summary i{background:#e8ebec;grid-column:1/-1;height:2px;overflow:hidden}.seat-summary i em{background:var(--coral);height:100%;display:block}.meeting-card-footer{border-top:1px solid #eaeced;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;display:flex}.meeting-card-footer strong{font-size:16px}.how-section{background:var(--ink);color:#fff}.section-head.light .kicker{color:#39d062}.section-head.light>p{color:#96a4a9;margin:0;font-size:13px}.how-list{border:1px solid #445258;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}.how-list li{border-right:1px solid #445258;min-height:210px;padding:28px 28px 12px 0}.how-list li:not(:first-child){padding-left:28px}.how-list li:last-child{border-right:0}.how-list span{color:#39d062;font-size:10px}.how-list strong{margin:48px 0 13px;font-size:18px;display:block}.how-list p{color:#9facb0;margin:0;font-size:12px;line-height:1.75}.quote-grid{grid-template-columns:150px 1fr 300px;align-items:start;gap:60px;display:grid}.quote-grid blockquote{letter-spacing:-2.2px;margin:0;font-size:38px;font-weight:600;line-height:1.35}.quote-grid>div p{color:var(--muted);margin:0 0 25px;font-size:13px;line-height:1.8}.quote-grid>div a{font-size:12px;font-weight:700}.home-cta{background:var(--coral);color:#fff;padding:65px 0}.home-cta .container{justify-content:space-between;align-items:center;display:flex}.home-cta p{letter-spacing:2px;margin:0 0 12px;font-size:10px}.home-cta h2{letter-spacing:-1.7px;margin:0;font-size:32px;font-weight:620}.home-cta .button{min-width:170px}.site-footer{color:#fff;background:#000;padding:34px 0 30px}.footer-wrap{flex-direction:column;display:flex}.footer-logo{background:#000;width:185px;height:56px;position:relative;overflow:hidden}.footer-logo img{width:255px;max-width:none;display:block;position:absolute;top:-97px;left:-43px}.footer-divider{background:#292929;height:1px;margin:24px 0 30px}.footer-content{grid-template-columns:minmax(240px,1fr) minmax(430px,.9fr);align-items:start;gap:100px;width:100%;display:grid}.footer-channel,.footer-business{flex-direction:column;align-items:flex-start;display:flex}.footer-channel>strong,.footer-business>strong{color:#fff;margin-bottom:26px;font-size:16px}.footer-channel a{color:#fff;margin-bottom:14px;font-size:14px;transition:all .15s;display:block}.footer-channel a:hover{opacity:.72}.business-lines{flex-direction:column;gap:10px;width:100%;display:flex}.business-lines p{color:#fff;margin:0;font-size:14px;line-height:1.75}.business-lines i{color:#fff;margin:0 5px;font-style:normal}.business-lines p:not(:first-child) i:first-child{margin-left:0}.footer-business a{color:#fff}.footer-copyright{color:#fff;margin-top:42px;font-size:12px}.page-hero{background:var(--cream);border-bottom:1px solid var(--line);padding:92px 0 78px}.page-hero.compact{padding:76px 0 60px}.page-hero h1,.lineup-hero h1{letter-spacing:-3px;margin:14px 0 17px;font-size:48px;font-weight:640}.page-hero>div>p:last-child,.lineup-hero>div>div>p{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.meeting-page-hero{background:linear-gradient(90deg,#f2f4f5 0% 57%,#e4e8ea 57% 100%);position:relative}.meeting-page-hero:after{content:"";background:linear-gradient(135deg,#0000 49.7%,#39d06273 50% 50.4%,#0000 50.7%);width:28%;height:100%;position:absolute;top:0;right:8%}.board-toolbar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.board-tabs{gap:6px;display:flex}.board-tabs button,.lineup-filters button{border:1px solid var(--line);cursor:pointer;background:#fff;padding:9px 17px;font-size:11px}.board-tabs button.active,.lineup-filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.board-search{border-bottom:1px solid var(--ink);width:260px;display:flex}.board-search input{background:0 0;border:0;outline:none;flex:1;padding:10px 2px;font-size:11px}.board-search button{cursor:pointer;background:0 0;border:0;font-size:20px}.notice-board{border-top:2px solid var(--ink)}.notice-board article{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr 100px 35px;align-items:center;min-height:82px;display:grid}.notice-board article.pinned{background:#effff3}.notice-number{color:var(--muted);font-size:10px}.pinned .notice-number{color:var(--coral-deep);font-weight:750}.notice-category{color:var(--coral-deep);font-size:9px}.notice-board h2{margin:5px 0 0;font-size:14px;font-weight:600}.notice-board time{color:var(--muted);font-size:10px}.notice-board article>button{cursor:pointer;background:0 0;border:0;font-size:16px}.pagination{justify-content:center;align-items:center;gap:5px;margin-top:38px;display:flex}.pagination button{cursor:pointer;background:0 0;border:0;min-width:34px;height:34px;font-size:11px}.pagination button.active{background:var(--ink);color:#fff}.branch-hero{color:#fff;background:url(/hero-meeting.png) 50% 45%/cover no-repeat;height:500px;position:relative;overflow:visible}.branch-hero-shade{background:linear-gradient(90deg,#04080ad1,#04080a78 52%,#04080ab3),linear-gradient(#0000 45%,#0000007a);position:absolute;inset:0}.branch-hero-inner{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding-top:10px;display:flex;position:relative}.branch-kicker{color:#39d062;letter-spacing:2.2px;margin:0 0 16px;font-size:10px;font-weight:750}.branch-hero h1{letter-spacing:-3px;margin:0;font-size:48px;font-weight:700;line-height:1.2}.branch-lead{color:#ffffffe0;margin:17px 0 28px;font-size:17px}.branch-guide{color:#e7e7e7;align-items:center;gap:15px;height:42px;font-size:11px;display:inline-flex}.branch-guide strong{height:42px;color:var(--ink);background:#fff;border-radius:999px;align-items:center;padding:0 20px;font-size:12px;display:inline-flex}.branch-filter{justify-content:center;align-items:center;gap:10px;width:100%;margin-top:20px;display:flex}.branch-filter>button,.branch-group>button{color:#2c3438;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #ffffff59;border-radius:14px;height:48px;padding:0 18px;font-size:13px;font-weight:750;transition:all .2s;box-shadow:0 6px 18px #00000029}.branch-filter button.active{background:var(--coral);border-color:var(--coral);color:#fff}.branch-filter button small{color:#899196;margin-left:5px;font-size:10px;font-weight:600}.branch-filter button.active small{color:#ffffffd1}.branch-filter button i{margin-left:8px;font-size:14px;font-style:normal}.branch-group{position:relative}.branch-popover{z-index:5;background:#fff;border-radius:12px;gap:3px;min-width:140px;padding:7px;display:grid;position:absolute;top:56px;left:50%;transform:translate(-50%);box-shadow:0 14px 34px #00000038}.branch-popover:before{content:"";background:#fff;width:10px;height:10px;position:absolute;top:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.branch-popover button{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:8px;padding:9px 12px;font-size:11px;position:relative}.branch-popover button:hover,.branch-popover button.active{color:var(--coral-deep);background:#effff3;font-weight:700}.branch-products{background:#fff;padding:60px 0 96px}.branch-products .result-head{margin:0 0 24px}.branch-products .result-head>div{align-items:baseline;gap:12px;display:flex}.branch-products .result-head small{color:var(--coral-deep);letter-spacing:1.4px}.branch-products .result-head strong{letter-spacing:-1px;font-size:22px}.branch-products .result-head span{color:var(--muted);font-size:11px;font-weight:500}.branch-products .meeting-grid{row-gap:34px}.catalog-card{border:0;border-radius:15px;overflow:hidden}.catalog-card:hover{box-shadow:0 15px 36px #17242a1f}.catalog-card .meeting-image{height:265px}.catalog-badges{gap:6px;display:flex}.catalog-rating{align-items:center;gap:5px;margin-bottom:9px;font-size:11px;display:flex}.catalog-rating strong{font-size:11px}.catalog-rating span{border-left:1px solid var(--line);color:var(--muted);padding-left:7px}.catalog-card .catalog-schedule{color:var(--muted);font-size:11px}.catalog-card .seat-summary{margin-top:13px}.catalog-card .meeting-card-footer{margin-top:14px;padding-top:14px}.catalog-card .meeting-card-footer span{color:var(--muted)}.region-filter{border-bottom:1px solid var(--line);margin-bottom:24px;display:flex;overflow:auto}.region-filter button{color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;margin-right:32px;padding:0 28px 18px 0;font-size:13px;position:relative}.region-filter button span{vertical-align:top;margin-left:6px;font-size:9px}.region-filter button.active{color:var(--ink);font-weight:700}.region-filter button.active:after{content:"";background:var(--coral);height:2px;position:absolute;bottom:-1px;left:0;right:28px}.result-head{justify-content:space-between;align-items:center;margin:28px 0 22px;font-size:12px;font-weight:650;display:flex}.result-head select{color:var(--muted);background:0 0;border:0;outline:none;font-size:11px}.result-head small{color:var(--muted);font-size:9px;font-weight:400}.meeting-list-section .meeting-grid{grid-template-columns:repeat(3,1fr);row-gap:32px}.application-guide{background:var(--cream);padding:58px 0}.application-guide .container{grid-template-columns:repeat(3,1fr);display:grid}.application-guide .container>div{border-right:1px solid var(--line);grid-template-columns:40px 1fr;padding:0 35px;display:grid}.application-guide .container>div:first-child{padding-left:0}.application-guide .container>div:last-child{border-right:0}.application-guide span{color:var(--coral-deep);grid-row:1/3;font-size:10px}.application-guide p{color:var(--muted);margin:7px 0 0;font-size:11px}.detail-breadcrumb{border-bottom:1px solid var(--line);background:#fafafa}.detail-breadcrumb .container{height:49px;color:var(--muted);align-items:center;gap:11px;font-size:10px;display:flex}.detail-breadcrumb b{color:var(--ink)}.product-layout{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:68px;display:grid}.detail-photo{background-image:linear-gradient(#0000 55%,#0d181d8c),url(/hero-meeting.png);background-size:cover;height:500px;position:relative}.detail-photo>div{color:#fff;grid-template-columns:1fr auto;align-items:end;display:grid;position:absolute;bottom:27px;left:30px;right:30px}.detail-photo p{letter-spacing:2px;grid-column:1/-1;margin:0 0 6px;font-size:9px}.detail-photo strong{letter-spacing:-2px;font-size:46px}.detail-copy{padding:62px 0 50px}.detail-copy h1{letter-spacing:-2.2px;margin:14px 0 20px;font-size:38px}.detail-copy>p:not(.kicker){color:var(--muted);max-width:680px;font-size:14px;line-height:1.9}.detail-points{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin-top:38px;display:grid}.detail-points article{background:var(--paper);padding:22px}.detail-points span{color:var(--coral-deep);font-size:9px}.detail-points strong{margin:28px 0 10px;font-size:13px;display:block}.detail-points p{color:var(--muted);margin:0;font-size:10px;line-height:1.65}.detail-notice{border-top:1px solid var(--ink);padding-top:26px}.detail-notice h2{margin:0 0 15px;font-size:17px}.detail-notice ul{color:var(--muted);margin:0;padding-left:18px;font-size:11px;line-height:2}.booking-panel{border:1px solid var(--line-dark);background:#fff;padding:27px;position:sticky;top:30px}.booking-status{justify-content:space-between;align-items:center;display:flex}.booking-status small{color:var(--muted);font-size:9px}.booking-panel>h2{letter-spacing:-1px;margin:22px 0;font-size:22px;line-height:1.35}.booking-panel dl{border-top:1px solid var(--line);margin:0}.booking-panel dl div{border-bottom:1px solid var(--line);grid-template-columns:68px 1fr;padding:14px 0;font-size:11px;display:grid}.booking-panel dt{color:var(--muted)}.booking-panel dd{margin:0;font-weight:600;line-height:1.6}.option-label{margin:22px 0 10px;font-size:11px;font-weight:700}.booking-options{grid-template-columns:1fr 1fr;gap:7px;display:grid}.booking-options button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;padding:13px 10px;font-size:11px}.booking-options button span{color:var(--muted);margin-top:5px;font-size:9px;display:block}.booking-options button.active{border-color:var(--coral);box-shadow:inset 0 0 0 1px var(--coral);background:#effff3}.booking-total{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;margin-top:21px;padding-top:20px;display:flex}.booking-total strong{font-size:23px}.booking-cta{width:100%;margin-top:18px}.booking-caption{text-align:center;color:var(--muted);margin:10px 0 0;font-size:9px}.modal-screen{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0c171cb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.apply-modal{background:var(--paper);width:min(600px,100%);max-height:92vh;padding:37px 40px 30px;position:relative;overflow:auto}.modal-x{cursor:pointer;background:0 0;border:0;font-size:24px;position:absolute;top:15px;right:19px}.apply-head>p{letter-spacing:1.6px;color:var(--coral-deep);margin:0;font-size:9px;font-weight:750}.apply-head h2{letter-spacing:-1.3px;margin:9px 0;font-size:27px}.apply-head span{color:var(--muted);font-size:10px}.apply-progress{background:#e7eaeb;height:3px;margin:22px 0}.apply-progress i{background:var(--coral);height:100%;display:block}.apply-fields{gap:15px;display:grid}.apply-fields label{font-size:11px;font-weight:650}.apply-fields input,.apply-fields select,.apply-fields textarea{border:1px solid var(--line);resize:none;background:#fff;border-radius:0;outline:none;width:100%;margin-top:7px;padding:12px 13px;display:block}.field-pair{grid-template-columns:1fr 1fr;gap:10px;display:grid}.agreement-box{background:var(--cream);padding:20px}.agreement-box h3{margin:0;font-size:14px}.agreement-box ul{color:var(--muted);padding-left:17px;font-size:10px;line-height:1.9}.check-label{align-items:flex-start;gap:8px;display:flex}.check-label input{width:auto;margin:2px 0 0}.apply-actions{justify-content:flex-end;gap:8px;margin-top:23px;display:flex}.apply-actions>button:first-child:not(.button){border:1px solid var(--line);background:#fff;padding:0 20px}.apply-actions .button{min-width:120px}.apply-success{text-align:center;padding:28px 0 10px}.apply-success i{background:var(--coral);color:#fff;border-radius:50%;place-items:center;width:56px;height:56px;margin:0 auto 20px;font-size:24px;font-style:normal;display:grid}.apply-success>p{letter-spacing:1.6px;color:var(--coral-deep);font-size:9px}.apply-success h2{font-size:27px}.apply-success>span{color:var(--muted);font-size:12px;line-height:1.7}.apply-success .button{width:100%;margin-top:25px;display:flex}.lineup-hero{background:var(--cream);padding:78px 0}.lineup-hero-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;display:grid}.lineup-hero .button{margin-top:26px}.lineup-summary{border:1px solid var(--line);background:#fff;grid-template-columns:1fr 1fr;padding:27px;display:grid}.lineup-summary>div{border-right:1px solid var(--line);padding:5px 24px}.lineup-summary>div:nth-child(2){border-right:0}.lineup-summary span{color:var(--muted);font-size:10px;display:block}.lineup-summary strong{margin:8px 0 2px;font-size:39px;display:block}.lineup-summary small{letter-spacing:1.5px;color:var(--coral-deep);font-size:8px}.lineup-summary>p{border-top:1px solid var(--line);color:var(--muted);grid-column:1/-1;margin:24px 0 0;padding:17px 24px 0;font-size:9px}.lineup-summary p i{background:var(--green);border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.lineup-filters{gap:5px;margin-bottom:18px;display:flex;overflow:auto}.lineup-table{border-top:2px solid var(--ink)}.lineup-row{border-bottom:1px solid var(--line);grid-template-columns:90px 70px minmax(220px,1fr) 105px 130px 24px;align-items:center;gap:10px;min-height:68px;font-size:11px;transition:all .15s;display:grid}.lineup-row:not(.lineup-head):hover{background:#f7f8f8;padding-left:6px}.lineup-head{min-height:44px;color:var(--muted);font-size:9px}.lineup-status{color:var(--green);background:#effff3;padding:6px 8px;font-size:9px;font-style:normal;font-weight:700;display:inline-flex}.lineup-status.urgent{color:var(--coral-deep);background:#effff3}.lineup-status.closed{color:#777;background:#ececea}.lineup-city{font-weight:700}.lineup-groups{color:var(--ink);font-weight:700}.lineup-count{gap:5px;display:flex}.lineup-count b{background:var(--cream);padding:5px 8px;font-size:9px}.lineup-row time{color:var(--muted);font-size:10px}.lineup-arrow{text-align:right}.lineup-detail{background:#fafafa}.lineup-detail-head{border-bottom:1px solid var(--line-dark);justify-content:space-between;align-items:flex-end;padding-bottom:30px;display:flex}.lineup-detail-head>div:first-child>p{letter-spacing:1.4px;color:var(--coral-deep);margin:19px 0 7px;font-size:9px}.lineup-detail-head h1{letter-spacing:-1.8px;margin:0 0 12px;font-size:34px}.lineup-detail-head time{color:var(--muted);font-size:12px}.detail-head-actions{align-items:center;gap:18px;display:flex}.lineup-info-grid{border:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);margin-top:34px;display:grid}.lineup-info-grid article{border-right:1px solid var(--line);padding:21px}.lineup-info-grid article:last-child{border-right:0}.lineup-info-grid span{color:var(--muted);margin-bottom:8px;font-size:9px;display:block}.progress-section{background:var(--ink);color:#fff;margin-top:34px;padding:32px 35px}.progress-title{justify-content:space-between;align-items:flex-end;display:flex}.progress-title .kicker{color:#39d062}.progress-title h2{margin:7px 0 0;font-size:22px}.progress-title>strong{font-size:38px}.progress-title small{font-size:15px}.progress-track{background:#3a474c;height:7px;margin-top:28px}.progress-track i{background:var(--coral);height:100%;display:block}.progress-labels{color:#849297;justify-content:space-between;margin-top:9px;font-size:8px;display:flex}.profile-columns{grid-template-columns:1fr 1fr;gap:18px;margin-top:34px;display:grid}.profile-list{border:1px solid var(--line);background:#fff}.profile-list>header{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:flex-end;padding:23px 25px;display:flex}.profile-list header span{letter-spacing:1.5px;color:var(--coral-deep);font-size:8px}.profile-list h2{margin:6px 0 0;font-size:18px}.profile-list header>strong{font-size:25px}.profile-list header small{color:var(--muted);font-size:11px}.profile-list article{border-bottom:1px solid #eaeced;grid-template-columns:34px 75px 1fr 35px;align-items:center;min-height:50px;padding:0 18px;font-size:10px;display:grid}.profile-list article>span{color:#a4abad;font-size:8px}.profile-list article>p{color:var(--muted);margin:0}.profile-list article>i{color:var(--green);text-align:right;font-size:8px;font-style:normal}.profile-list article.profile-open{background:#effff3}.profile-list article.profile-open>span,.profile-list article.profile-open>i{color:var(--coral-deep)}.privacy-note{background:#f0f2f3;grid-template-columns:180px 1fr;margin-top:24px;padding:23px 28px;display:grid}.privacy-note p{color:var(--muted);margin:0;font-size:10px;line-height:1.7}.meeting-intro{background:#f1f3f4;padding:76px 0 68px;overflow:hidden}.meeting-intro-grid{grid-template-columns:.88fr 1.12fr;align-items:center;gap:84px;display:grid}.meeting-intro-copy h1{letter-spacing:-3.7px;margin:19px 0 24px;font-size:52px;font-weight:640;line-height:1.2}.meeting-intro-copy>p:last-child{color:#66747a;margin:0;font-size:14px;line-height:1.85}.meeting-intro-visual{height:375px;position:relative}.meeting-intro-image{background:linear-gradient(#0000 62%,#050c0f47),url(/hero-meeting.png) 50%/cover;position:absolute;inset:0 74px 0 0}.meeting-intro-note{background:var(--coral);color:#fff;flex-direction:column;width:214px;min-height:224px;padding:25px 24px;display:flex;position:absolute;bottom:24px;right:0}.meeting-intro-note span{letter-spacing:1.8px;font-size:9px}.meeting-intro-note strong{letter-spacing:-.5px;margin-top:39px;font-size:22px;line-height:1.25}.meeting-intro-note small{color:#ffffffc7;margin-top:auto;font-size:10px;line-height:1.5}.region-navigation{border-bottom:1px solid var(--line);background:#fff}.region-navigation>.container{justify-content:space-between;align-items:center;gap:35px;min-height:98px;display:flex}.region-navigation .container>div{flex-direction:column;gap:5px;display:flex}.region-navigation .container>div span{color:var(--muted);font-size:10px}.region-navigation nav{gap:6px;display:flex}.region-navigation button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;min-width:92px;height:43px;padding:0 17px;font-size:12px;font-weight:650}.region-navigation button small{color:#9aa2a5;margin-left:7px;font-size:9px}.region-navigation button.active{border-color:var(--ink);background:var(--ink);color:#fff}.branch-products{background:var(--paper);padding-top:68px}.branch-products .meeting-grid{grid-template-columns:repeat(2,1fr);gap:52px 28px}.catalog-card{background:0 0;border-radius:0;overflow:visible}.catalog-card .meeting-image{height:350px;padding:22px}.catalog-number{color:#fff;letter-spacing:1.4px;font-size:9px;font-weight:700}.catalog-image-copy{color:#fff;position:absolute;bottom:21px;left:22px}.catalog-image-copy span{letter-spacing:1.6px;margin-bottom:4px;font-size:8px;display:block}.catalog-image-copy strong{letter-spacing:-2px;font-size:37px}.catalog-card .meeting-card-body{padding:19px 0 0}.catalog-card .meeting-meta{justify-content:space-between}.catalog-card h3{margin:12px 0;font-size:21px}.catalog-description{max-width:500px;line-height:1.75;color:var(--muted)!important;margin:0!important;font-size:12px!important}.catalog-features{gap:7px;margin-top:17px;display:flex}.catalog-features span{border:1px solid var(--line);color:#536167;padding:7px 10px;font-size:9px}.catalog-card .meeting-card-footer{border-top:1px solid var(--ink);margin-top:21px}.catalog-card .meeting-card-footer strong{font-size:20px}.catalog-card .meeting-card-footer strong small{color:var(--muted);margin-left:3px;font-size:10px;font-weight:500}.catalog-card .meeting-card-footer span{color:var(--ink);font-weight:700}.schedule-options{gap:7px;display:grid}.schedule-options button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;grid-template-columns:1fr auto;gap:3px 10px;width:100%;min-height:58px;padding:10px 12px;display:grid}.schedule-options button>span{color:var(--muted);font-size:10px}.schedule-options button>strong{grid-area:2/1;font-size:13px}.schedule-options button>small{background:var(--cream);color:var(--muted);grid-area:1/2/3;align-self:center;padding:5px 7px;font-size:8px}.schedule-options button.active{border-color:var(--coral);box-shadow:inset 0 0 0 1px var(--coral);background:#effff3}.schedule-options button.active small{background:var(--coral);color:#fff}@media (max-width:980px){.home-hero h1{font-size:52px}.meeting-grid,.meeting-list-section .meeting-grid{grid-template-columns:repeat(2,1fr)}.statement-grid,.quote-grid{grid-template-columns:110px 1fr}.statement-numbers,.quote-grid>div{grid-column:2}.statement-numbers{margin-top:10px}.product-layout{grid-template-columns:1fr 340px;gap:35px}.lineup-row{grid-template-columns:85px 65px 1fr 130px 140px 20px}.lineup-info-grid{grid-template-columns:1fr 1fr}.lineup-info-grid article:nth-child(2){border-right:0}.lineup-info-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-content{grid-template-columns:.75fr 1.25fr;gap:55px}.meeting-intro-grid{gap:42px}.meeting-intro-copy h1{font-size:43px}.meeting-intro-visual{height:330px}.catalog-card .meeting-image{height:300px}}@media (max-width:760px){.container{width:min(100% - 32px,620px)}.section-pad{padding:76px 0}.utility-bar{height:32px}.site-header{height:64px}.header-inner{justify-content:space-between;display:flex}.site-logo,.site-logo img{width:116px}.header-auth{display:none}.mobile-menu{display:block}.site-nav{background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;height:auto;padding:16px;display:none;position:absolute;top:64px;left:0;right:0}.site-nav.is-open{display:flex}.site-nav a{height:48px;padding:0 8px}.site-nav a:after{display:none}.nav-mobile-auth{border:0;border-top:1px solid var(--line);text-align:left;color:#69747a;background:0 0;height:48px;padding:0 8px;font-size:13px;display:block}.home-hero{flex-direction:column;height:auto;min-height:720px;display:flex}.home-hero-image{background-image:linear-gradient(#f1f3f4 0%,#0000 18%),url(/hero-meeting.png);background-position:64%;position:absolute;inset:300px 0 0}.home-hero:after{background:#f1f3f4;height:390px;inset:0 0 auto}.home-hero-inner{align-items:flex-start;min-height:720px}.home-hero-copy{width:100%;padding-top:66px}.home-hero h1{letter-spacing:-3px;margin:19px 0;font-size:43px}.hero-description{font-size:14px}.hero-buttons{margin-top:25px}.hero-trust{display:none}.statement-grid,.quote-grid{grid-template-columns:1fr;gap:30px}.statement-numbers,.quote-grid>div{grid-column:1}.statement-grid h2,.quote-grid blockquote{font-size:31px}.section-head{flex-direction:column;align-items:flex-start;gap:16px}.section-head h2{font-size:31px}.meeting-grid,.meeting-list-section .meeting-grid{grid-template-columns:1fr}.home-meeting-grid .meeting-card:last-child{display:none}.meeting-image{height:260px}.how-list{grid-template-columns:1fr 1fr}.how-list li{border-bottom:1px solid #445258}.how-list li:nth-child(2){border-right:0}.how-list li:nth-child(3){padding-left:0}.home-cta .container{flex-direction:column;align-items:flex-start;gap:25px}.home-cta h2{font-size:27px}.footer-content{grid-template-columns:1fr;gap:38px}.footer-divider{margin-bottom:26px}.footer-channel>strong,.footer-business>strong{margin-bottom:18px}.business-lines p{line-height:1.9}.page-hero,.page-hero.compact{padding:60px 0 52px}.page-hero h1,.lineup-hero h1{font-size:38px}.meeting-page-hero:after{display:none}.board-toolbar{flex-direction:column;align-items:flex-start;gap:20px}.board-search{width:100%}.notice-board article{grid-template-columns:52px 1fr 70px 22px}.notice-board h2{font-size:12px}.region-filter button{margin-right:16px;padding-right:16px}.application-guide .container{grid-template-columns:1fr}.application-guide .container>div{border-right:0;border-bottom:1px solid var(--line);padding:18px 0}.product-layout{grid-template-columns:1fr}.detail-photo{height:390px}.detail-copy{padding-top:46px}.detail-copy h1{font-size:31px}.booking-panel{position:static}.detail-points{grid-template-columns:1fr}.booking-panel{margin-top:0}.field-pair{grid-template-columns:1fr}.lineup-hero{padding:60px 0}.lineup-hero-grid{grid-template-columns:1fr;gap:35px}.lineup-summary{padding:18px}.lineup-summary>div{padding:4px 15px}.lineup-summary strong{font-size:32px}.lineup-row{grid-template-columns:78px 52px 1fr 24px;gap:6px;padding:15px 0}.lineup-head{display:none}.lineup-row .lineup-count{grid-area:2/3}.lineup-row time{grid-area:2/1/auto/3}.lineup-row>strong{font-size:11px}.lineup-detail-head{flex-direction:column;align-items:flex-start;gap:24px}.lineup-detail-head h1{font-size:27px}.detail-head-actions{justify-content:space-between;width:100%}.lineup-info-grid{grid-template-columns:1fr 1fr}.profile-columns{grid-template-columns:1fr}.privacy-note{grid-template-columns:1fr;gap:9px}}@media (max-width:430px){.home-hero h1{font-size:38px}.hero-buttons{flex-direction:column;align-items:stretch}.how-list{grid-template-columns:1fr}.how-list li,.how-list li:not(:first-child){border-right:0;padding:24px 0}.how-list li strong{margin-top:25px}.footer-logo{width:170px;height:52px}.footer-logo img{width:234px;top:-89px;left:-40px}.business-lines p{line-height:1.85}.notice-board time{display:none}.notice-board article{grid-template-columns:45px 1fr 22px}.lineup-info-grid{grid-template-columns:1fr}.lineup-info-grid article{border-bottom:1px solid var(--line);border-right:0!important}.lineup-info-grid article:last-child{border-bottom:0}.progress-section{padding:26px 22px}.apply-modal{padding:32px 20px 24px}.detail-photo{height:320px}}@media (max-width:760px){.branch-hero{height:480px}.branch-hero-inner{text-align:left;justify-content:flex-start;align-items:flex-start;padding-top:70px}.branch-hero h1{letter-spacing:-2.4px;font-size:37px}.branch-lead{margin:14px 0 20px;font-size:14px}.branch-guide{justify-content:flex-start}.branch-filter{scrollbar-width:none;justify-content:flex-start;width:calc(100% + 32px);margin-left:-16px;padding:0 16px 120px;overflow-x:auto}.branch-filter::-webkit-scrollbar{display:none}.branch-filter>button,.branch-group>button{border-radius:12px;height:45px;padding:0 15px}.branch-popover{min-width:130px;left:0;transform:none}.branch-popover:before{left:24px}.branch-products{padding:44px 0 72px}.branch-products .result-head{align-items:flex-end}.branch-products .result-head>div{grid-template-columns:auto auto;gap:4px 9px;display:grid}.branch-products .result-head small{grid-column:1/-1}.branch-products .result-head strong{font-size:20px}.catalog-card .meeting-image{height:250px}.catalog-card .meeting-card-body{padding-left:2px;padding-right:2px}}@media (max-width:430px){.branch-filter{gap:7px}.branch-filter>button,.branch-group>button{font-size:12px}.branch-guide span{font-size:10px}.branch-products .result-head select{max-width:92px}.catalog-card .meeting-image{height:230px}}@media (max-width:760px){.meeting-intro{padding:56px 0 36px}.meeting-intro-grid{grid-template-columns:1fr;gap:36px}.meeting-intro-copy h1{letter-spacing:-2.8px;font-size:39px}.meeting-intro-copy>p:last-child br{display:none}.meeting-intro-visual{height:330px}.meeting-intro-image{right:42px}.meeting-intro-note{width:164px;min-height:180px;padding:20px;bottom:18px}.meeting-intro-note strong{margin-top:28px;font-size:18px}.region-navigation>.container{flex-direction:column;align-items:flex-start;gap:18px;padding:22px 0}.region-navigation nav{width:100%;padding-bottom:3px;overflow-x:auto}.region-navigation button{white-space:nowrap;min-width:auto}.branch-products .meeting-grid{grid-template-columns:1fr;gap:45px}.catalog-card .meeting-image{height:300px}.catalog-description{font-size:11px!important}}@media (max-width:430px){.meeting-intro-copy h1{font-size:35px}.meeting-intro-visual{height:280px}.meeting-intro-note{width:145px;min-height:160px}.meeting-intro-note small{display:none}.catalog-card .meeting-image{height:255px}.catalog-image-copy strong{font-size:32px}}.catalog-card{background:#fff;border:1px solid #dde1e2;border-radius:18px;height:100%;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 5px 22px #141f240b}.catalog-card:hover{transform:translateY(-6px);box-shadow:0 20px 46px #141f241f}.catalog-card .meeting-image{background-image:linear-gradient(#070e110a 35%,#070e11c7 100%),url(/hero-meeting.png);height:292px;padding:20px}.catalog-number{height:29px;color:var(--ink);letter-spacing:1.2px;background:#ffffffeb;border-radius:999px;align-items:center;padding:0 11px;font-size:9px;font-weight:800;display:inline-flex;box-shadow:0 3px 10px #00000017}.catalog-image-copy{bottom:21px;left:22px;right:22px}.catalog-image-copy span{color:#39d062;font-size:9px;font-weight:750}.catalog-image-copy strong{letter-spacing:-2.5px;margin-top:6px;font-size:39px;line-height:1;display:block}.catalog-image-copy small{color:#ffffffbf;margin-top:10px;font-size:10px;display:block}.catalog-card .meeting-card-body{flex-direction:column;min-height:276px;padding:22px 24px 24px;display:flex}.catalog-card .meeting-meta{font-size:10px}.catalog-card .meeting-meta span:first-child{background:#effff3;border-radius:999px;padding:6px 9px}.catalog-card .meeting-meta span:last-child{color:#8b969a}.catalog-card h3{letter-spacing:-.8px;margin:14px 0 10px;font-size:22px;line-height:1.35}.catalog-description{font-size:12px!important;line-height:1.7!important}.catalog-features{gap:14px;margin-top:15px}.catalog-features span{color:#5d696e;border:0;padding:0 0 0 10px;font-size:10px;position:relative}.catalog-features span:before{content:"";background:var(--coral);border-radius:50%;width:4px;height:4px;position:absolute;top:5px;left:0}.catalog-card .meeting-card-footer{border-top:1px solid #e9edef;align-items:center;margin-top:auto;padding-top:20px}.catalog-card .meeting-card-footer>div{flex-direction:column;gap:3px;display:flex}.catalog-card .meeting-card-footer>div>small{color:#929b9e;font-size:9px}.catalog-card .meeting-card-footer strong{letter-spacing:-.5px;font-size:21px}.catalog-card .meeting-card-footer strong em{color:#899397;margin-left:3px;font-size:10px;font-style:normal;font-weight:500}.catalog-card .meeting-card-footer>span{background:var(--coral);color:#fff;border-radius:999px;align-items:center;gap:13px;height:42px;padding:0 17px;font-size:11px;font-weight:750;transition:background .2s;display:inline-flex}.catalog-card .meeting-card-footer>span b{font-size:13px}@media (max-width:760px){.catalog-card .meeting-image{height:275px}.catalog-card .meeting-card-body{min-height:260px;padding:20px}.catalog-card h3{font-size:20px}.catalog-image-copy strong{font-size:35px}}@media (max-width:430px){.catalog-card .meeting-image{height:235px}.catalog-card .meeting-card-body{min-height:250px;padding:18px}.catalog-features{gap:10px}.catalog-card .meeting-card-footer>span{height:40px;padding:0 14px}}.site-logo img{filter:grayscale()brightness(.32)contrast(2)}.footer-logo img{filter:grayscale()brightness(2.6)contrast(1.15)}.site-nav a{color:#333a3f}.site-nav a:hover{color:var(--ink);background:#eef1f2}.home-hero,.featured-meetings,.page-hero,.lineup-hero,.application-guide{background-color:#f1f3f4}.home-hero:after{background:linear-gradient(90deg,#f1f3f4 0% 76%,#f1f3f4de 88%,#0000 100%)}.section-head.light .kicker,.how-list span,.branch-kicker,.progress-title .kicker{color:#b9c3c7}.home-cta{background:#252b2f}.meeting-page-hero{background:linear-gradient(90deg,#f2f4f5 0% 57%,#e4e8ea 57% 100%)}.meeting-page-hero:after{background:linear-gradient(135deg,#0000 49.7%,#505d6573 50% 50.4%,#0000 50.7%)}.notice-board article.pinned,.profile-list article.profile-open{background:#f1f4f5}.branch-popover button:hover,.branch-popover button.active,.catalog-card .meeting-meta span:first-child{background:#edf1f2}.status-badge.best{background:#52636b}.catalog-rating b{color:#667780}.booking-options button.active,.schedule-options button.active{background:#f2f5f6}.meeting-intro{background:#f0f2f3}.meeting-intro-note{background:#252b2f}.region-navigation button.active small{color:#c3cdd1}.catalog-image-copy span{color:#d1d8db}.catalog-features span:before{background:#626f75}.catalog-card .meeting-card-footer>span{background:#252b2f}.catalog-card:hover .meeting-card-footer>span{background:#101417}.apply-fields input:focus,.apply-fields select:focus,.apply-fields textarea:focus{border-color:#59666c}body{font-size:16px}.kicker,.section-index{font-size:13px}.button{font-size:15px}.utility-bar,.kakao-login{font-size:12px}.site-nav a{font-size:16px}.header-auth{font-size:14px}.nav-mobile-auth{font-size:15px}.hero-description{font-size:18px}.hero-trust{font-size:13px}.hero-trust b{font-size:11px}.statement-grid>div>p{font-size:17px}.statement-numbers dd{font-size:13px}.section-head>a,.section-head.light>p{font-size:15px}.meeting-meta{font-size:12px}.meeting-card-body>p{font-size:14px}.status-badge{font-size:11px}.meeting-date span,.seat-summary{font-size:12px}.meeting-card-footer span{font-size:13px}.how-list span{font-size:12px}.how-list strong{font-size:20px}.how-list p{font-size:14px}.quote-grid>div p{font-size:15px}.quote-grid>div a{font-size:14px}.home-cta p{font-size:12px}.footer-channel>strong,.footer-business>strong{font-size:18px}.footer-channel a,.business-lines p{font-size:16px}.footer-copyright{font-size:14px}.page-hero>div>p:last-child,.lineup-hero>div>div>p{font-size:16px}.board-tabs button,.lineup-filters button,.board-search input{font-size:13px}.notice-number{font-size:12px}.notice-category{font-size:11px}.notice-board h2{font-size:16px}.notice-board time{font-size:12px}.pagination button{font-size:13px}.result-head{font-size:14px}.result-head select{font-size:13px}.result-head small{font-size:11px}.application-guide span{font-size:12px}.application-guide strong{font-size:16px}.application-guide p{font-size:13px}.detail-breadcrumb .container{font-size:12px}.detail-copy>p:not(.kicker){font-size:16px}.detail-points span{font-size:11px}.detail-points strong{font-size:15px}.detail-points p{font-size:12px}.detail-notice h2{font-size:19px}.detail-notice ul,.booking-panel dl div,.option-label,.booking-options button{font-size:13px}.booking-caption,.apply-head>p{font-size:11px}.apply-head span{font-size:12px}.apply-fields label{font-size:13px}.agreement-box ul{font-size:12px}.apply-success>p{font-size:11px}.apply-success>span{font-size:14px}.lineup-summary span{font-size:12px}.lineup-summary small{font-size:10px}.lineup-summary>p,.lineup-head{font-size:11px}.lineup-row{font-size:13px}.lineup-row>strong{font-size:14px}.lineup-status,.lineup-count b{font-size:11px}.lineup-row time{font-size:12px}.lineup-detail-head>div:first-child>p{font-size:11px}.lineup-detail-head time{font-size:14px}.detail-head-actions>a:first-child{font-size:13px}.lineup-info-grid span{font-size:11px}.lineup-info-grid strong{font-size:14px}.profile-list header span{font-size:10px}.profile-list header small{font-size:13px}.profile-list article{font-size:12px}.profile-list article>span,.profile-list article>i{font-size:10px}.profile-list article>b{font-size:12px}.privacy-note strong{font-size:13px}.privacy-note p{font-size:12px}.meeting-intro-copy>p:last-child{font-size:16px}.meeting-intro-note span{font-size:11px}.meeting-intro-note small{font-size:12px}.region-navigation strong{font-size:17px}.region-navigation .container>div span{font-size:12px}.region-navigation button{font-size:14px}.region-navigation button small,.catalog-number,.catalog-image-copy span{font-size:11px}.catalog-image-copy small,.catalog-card .meeting-meta{font-size:12px}.catalog-description{font-size:14px!important}.catalog-features span{font-size:12px}.catalog-card .meeting-card-footer>div>small{font-size:11px}.catalog-card .meeting-card-footer strong em{font-size:12px}.catalog-card .meeting-card-footer>span{font-size:13px}.schedule-options button>small{font-size:10px}@media (max-width:760px){body{font-size:15px}.site-nav a,.hero-description{font-size:16px}.statement-grid>div>p,.meeting-intro-copy>p:last-child,.footer-channel a,.business-lines p{font-size:15px}.notice-board h2{font-size:14px}.catalog-description{font-size:13px!important}.catalog-features span{font-size:11px}.booking-panel dl div,.detail-notice ul{font-size:12px}}.site-logo img{filter:none;mix-blend-mode:normal}.footer-logo{width:155px;height:47px}.footer-logo img{width:214px;top:-81px;left:-36px}@media (max-width:430px){.footer-logo{width:140px;height:43px}.footer-logo img{width:193px;top:-73px;left:-33px}}.region-select{border:1px solid var(--line-dark);cursor:pointer;background:#fff;border-radius:10px;grid-template-columns:auto 1fr 20px;align-items:center;gap:16px;min-width:230px;height:50px;padding:0 16px 0 19px;display:grid;position:relative}.region-select>span{color:var(--ink);font-size:12px;font-weight:750}.region-select select{appearance:none;text-align:right;width:100%;height:100%;color:var(--ink);cursor:pointer;background:0 0;border:0;outline:0;font-size:14px;font-weight:650}.region-select i{color:var(--muted);pointer-events:none;font-size:15px;font-style:normal}@media (max-width:760px){.region-navigation>.container{align-items:stretch}.region-select{width:100%;min-width:0}.region-select select{text-align:left}}.region-navigation{z-index:10;position:relative;overflow:visible}.region-navigation>.container{justify-content:flex-start}.region-dropdown-bar{align-items:center;gap:8px;display:flex}.region-dropdown-bar>button,.region-dropdown>button{border:1px solid var(--line-dark);height:46px;color:var(--ink);white-space:nowrap;cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:0 18px;font-size:14px;font-weight:700;transition:all .18s;display:inline-flex}.region-dropdown-bar button small{color:#939da2;font-size:11px;font-weight:600}.region-dropdown-bar>button.active,.region-dropdown>button.active{background:var(--ink);border-color:var(--ink);color:#fff}.region-dropdown-bar button.active small{color:#c7d0d4}.region-dropdown>button i{color:var(--muted);margin-left:3px;font-size:13px;font-style:normal}.region-dropdown{position:relative}.region-dropdown-menu{z-index:15;border:1px solid var(--line);background:#fff;border-radius:12px;gap:3px;min-width:150px;padding:7px;display:grid;position:absolute;top:54px;left:0;box-shadow:0 15px 34px #161d2124}.region-dropdown-menu:before{content:"";border-left:1px solid var(--line);border-top:1px solid var(--line);background:#fff;width:10px;height:10px;position:absolute;top:-6px;left:25px;transform:rotate(45deg)}.region-dropdown-menu button{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:7px;height:38px;padding:0 12px;font-size:13px;font-weight:600;position:relative}.region-dropdown-menu button:hover,.region-dropdown-menu button.active{color:var(--ink);background:#edf1f2}@media (max-width:760px){.region-navigation>.container{align-items:flex-start}.region-dropdown-bar{flex-wrap:wrap;width:100%}.region-dropdown-bar>button,.region-dropdown>button{height:43px;padding:0 14px;font-size:13px}.region-dropdown-menu{min-width:132px;top:50px}}.region-dropdown-bar{grid-template-columns:100px 126px 154px 126px;gap:10px;display:grid}.region-dropdown{width:100%}.region-dropdown-bar>button,.region-dropdown>button{letter-spacing:-.2px;border-color:#d2d8db;border-radius:12px;justify-content:flex-start;gap:9px;width:100%;height:50px;padding:0 14px 0 16px;font-size:14px}.region-dropdown-bar button small{color:#667177;background:#f0f2f3;border-radius:999px;place-items:center;width:22px;height:22px;margin-left:auto;font-size:10px;font-weight:700;line-height:1;display:grid}.region-dropdown-bar>button.active,.region-dropdown>button.active{box-shadow:0 5px 14px #12181c21}.region-dropdown-bar button.active small{color:#fff;background:#ffffff26}.region-dropdown>button i{color:#778187;border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;margin:0 2px 4px 0;font-size:0;transition:transform .18s;transform:rotate(45deg)}.region-dropdown>button[aria-expanded=true] i{margin-bottom:-3px;transform:rotate(225deg)}.region-dropdown>button.active i{color:#fff}.region-dropdown-menu{border-radius:12px;width:100%;min-width:0;padding:8px;top:58px}.region-dropdown-menu button{height:40px;font-size:13px}.region-dropdown-menu:before{left:24px}@media (max-width:760px){.region-dropdown-bar{grid-template-columns:1fr 1fr;gap:8px}.region-dropdown-bar>button,.region-dropdown>button{height:47px;padding:0 12px 0 14px}.region-dropdown-menu{top:54px}}.region-dropdown-bar>button:focus,.region-dropdown>button:focus{outline:none}.region-dropdown-bar>button:focus-visible,.region-dropdown>button:focus-visible{outline-offset:2px;outline:2px solid #7b878d}.region-dropdown>button[aria-expanded=true]{border-color:#879298;box-shadow:0 4px 12px #12181c14}.region-dropdown-bar>button:focus-visible,.region-dropdown>button:focus-visible{outline:none;box-shadow:0 0 0 2px #7b878d2e}.region-dropdown-bar button small{justify-content:center;align-items:center;width:25px;height:25px;padding:0;font-size:12px;line-height:1;display:inline-flex}.region-dropdown-bar button small span{line-height:1;display:block;transform:translateY(1px)}.region-dropdown-menu button{text-align:center;text-align:left;justify-content:flex-start;align-items:center;padding:0 14px;line-height:1;display:flex}.catalog-card .meeting-card-body{min-height:170px}.catalog-card .meeting-meta span:first-child{color:var(--muted);background:0 0;border-radius:0;padding:0}.catalog-card h3{margin-top:0}.catalog-card .meeting-card-footer{margin-top:auto}.catalog-image-copy strong{margin-top:0}.catalog-image-copy span,.catalog-number{display:none}@media (max-width:760px){.catalog-card .meeting-card-body{min-height:165px}}.region-dropdown-bar>button,.region-dropdown>button,.region-dropdown-menu,.region-dropdown-menu button,.catalog-card{border-radius:0}.meeting-intro-note strong{margin-top:0}body:has(.home-page){font-family:Noto Serif KR,AppleMyungjo,Batang,serif}.home-page .home-hero{color:#fff;background:#121619;height:calc(100vh - 109px);min-height:720px;max-height:900px}.home-page .home-hero:after{display:none}.home-page .home-hero-image{background-image:linear-gradient(90deg,#12161975,#0000 34%),linear-gradient(#0000 52%,#080b0d61),url(/hero-meeting-blurred.png);background-position:62%;border-left:1px solid #ffffff1f;inset:0 0 0 50%}.home-page .home-hero-inner{align-items:center}.home-page .home-hero-copy{width:45%;padding:5px 0 0}.home-page .home-hero .kicker{color:#aeb8bd;letter-spacing:2.8px;font-size:11px}.home-page .home-hero h1{letter-spacing:-4.6px;margin:30px 0;font-size:66px;font-weight:600;line-height:1.18}.home-page .home-hero h1 em{color:#fff;font-style:normal}.home-page .hero-description{color:#bdc5c9;font-size:17px;line-height:1.9}.home-page .hero-buttons{margin-top:38px}.home-page .hero-buttons .button{border-radius:0;min-height:55px;font-size:14px}.home-page .hero-buttons .button-primary{color:#14181b;background:#fff}.home-page .hero-buttons .button-primary:hover{background:#e2e6e8}.home-page .hero-buttons .button-quiet{color:#fff;background:0 0;border-color:#596268}.home-page .hero-buttons .button-quiet:hover{border-color:#aeb6ba}.home-page .hero-trust{color:#9eaaaf;border-color:#394146;width:100%;margin-top:58px;padding-top:21px;font-size:12px}.home-page .hero-trust b{color:#fff}.hero-image-caption{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0d1113d1;border:1px solid #ffffff29;flex-direction:column;width:230px;padding:21px 22px;display:flex;position:absolute;bottom:35px;left:34px}.hero-image-caption span{letter-spacing:1.8px;color:#abb5ba;font-size:8px}.hero-image-caption strong{letter-spacing:1px;margin:22px 0 5px;font-size:29px;font-weight:500}.hero-image-caption small{color:#8f9ba0;font-size:9px}.home-page .brand-statement,.home-page .editorial-quote{background:#fbfcfc}.home-page .statement-grid h2,.home-page .quote-grid blockquote,.home-page .section-head h2,.home-page .home-cta h2{font-weight:600}.home-page .button,.home-page button,.home-page input,.home-page select,.home-page textarea{font-family:inherit}@media (max-width:980px){.home-page .home-hero-image{inset:0 0 0 48%}.home-page .home-hero-copy{width:47%}.home-page .home-hero h1{letter-spacing:-3.6px;font-size:54px}}@media (max-width:760px){.home-page .home-hero{height:auto;min-height:780px;max-height:none}.home-page .home-hero-image{background-image:linear-gradient(#121619 0%,#0000 22%),linear-gradient(#0000 52%,#080b0d59),url(/hero-meeting-blurred.png);background-position:64%;border-top:1px solid #ffffff1f;border-left:0;height:360px;inset:auto 0 0}.home-page .home-hero-inner{align-items:flex-start;min-height:780px}.home-page .home-hero-copy{width:100%;padding-top:62px}.home-page .home-hero h1{letter-spacing:-2.8px;margin:22px 0;font-size:43px}.home-page .hero-description{font-size:15px;line-height:1.8}.home-page .hero-description br{display:none}.home-page .hero-buttons{margin-top:25px}.home-page .hero-trust,.hero-image-caption{display:none}}@media (max-width:430px){.home-page .home-hero h1{font-size:38px}.home-page .hero-buttons{display:grid}.home-page .home-hero-image{height:330px}}.home-page .home-hero{background:radial-gradient(circle at 84% 18%,#ffffff0e,#0000 29%),linear-gradient(135deg,#151a1d 0%,#0f1315 100%);height:calc(100vh - 109px);min-height:680px;max-height:820px}.home-page .home-hero-inner{justify-content:flex-start}.home-page .home-hero h1{letter-spacing:-5.2px;font-size:76px;line-height:1.15}.home-page .hero-description{max-width:670px}.home-page .hero-trust{max-width:760px}@media (max-width:980px){.home-page .home-hero-copy{width:82%}.home-page .home-hero h1{font-size:62px}}@media (max-width:760px){.home-page .home-hero{min-height:680px}.home-page .home-hero-copy{width:100%}.home-page .home-hero h1{letter-spacing:-3px;font-size:45px}}@media (max-width:430px){.home-page .home-hero h1{font-size:39px}}.home-page .home-hero{height:calc(100vh - 74px)}@media (max-width:760px){.home-page .home-hero{height:auto}}.age-group-options{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.age-group-options button{border:1px solid var(--line);text-align:left;min-width:0;min-height:96px;color:var(--ink);cursor:pointer;background:#fff;flex-direction:column;padding:13px 10px;transition:border-color .18s,background .18s;display:flex}.age-group-options button span{white-space:nowrap;margin-top:9px;font-size:11px;font-weight:650}.age-group-options button small{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.45}.age-group-options button.active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:#f2f5f6}.age-group-options button.active b:after{content:" 선택";color:#69757a;margin-left:4px;font-size:9px}.schedule-options.three-weeks{grid-template-columns:1fr 1fr;gap:6px}.schedule-options.three-weeks button{grid-template-columns:1fr auto;min-height:66px;padding:10px}.schedule-options.three-weeks button>span{color:var(--ink);font-size:11px;font-weight:650}.schedule-options.three-weeks button>strong{font-size:13px}.schedule-options.three-weeks button>small{color:#8d979b;background:0 0;padding:0;font-size:9px}.schedule-options.three-weeks button.active small{color:#5f6b70;background:0 0}.earlybird-sale{color:var(--ink);background:#f8f9f9;border:1px solid #d9dddf;border-top:2px solid #242a2e;margin-top:12px;padding:17px 16px 15px}.sale-head{justify-content:space-between;align-items:center;display:flex}.sale-head>span{font-size:12px;font-weight:750}.sale-head>span i{background:#39d062;border-radius:50%;width:6px;height:6px;margin-right:8px;animation:1.6s ease-out infinite timerPulse;display:inline-block;box-shadow:0 0 #39d06259}.sale-head>b{color:#5f6a6f;background:#e9edef;padding:4px 7px;font-size:9px;font-weight:650}.sale-intro{color:#7c878c;margin:8px 0 0;font-size:10px}.sale-prices{border-top:1px solid #dde1e2;border-bottom:1px solid #dde1e2;grid-template-columns:1fr 1fr;gap:0;margin-top:15px;display:grid}.sale-prices p{grid-template-columns:1fr auto;align-items:end;gap:2px 8px;margin:0;padding:12px 10px 12px 0;display:grid}.sale-prices p+p{border-left:1px solid #dde1e2;padding-left:13px}.sale-prices small{color:#68747a;grid-row:1/3;align-self:center;font-size:10px}.sale-prices del{color:#9ba3a7;font-size:9px}.sale-prices strong{color:#171c1f;font-size:16px}.sale-countdown{grid-template-columns:auto 1fr;align-items:center;gap:13px;margin-top:14px;display:grid}.sale-countdown>span{color:#788389;font-size:9px}.sale-countdown>strong{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:4px;display:grid}.sale-countdown>strong>i{text-align:center;background:#fff;border:1px solid #d9dddf;min-width:36px;padding:6px 3px 5px;font-style:normal}.sale-countdown>strong>i b{color:#20272b;font-family:Arial,sans-serif;font-size:14px;line-height:1;display:block}.sale-countdown>strong>i small{color:#8a9498;margin-top:4px;font-size:7px;display:block}.sale-countdown>strong>i.seconds{background:#252b2f;border-color:#252b2f}.sale-countdown>strong>i.seconds b,.sale-countdown>strong>i.seconds small{color:#fff}.sale-countdown>strong>em{color:#9ca5a9;font-size:11px;font-style:normal;animation:1s step-end infinite colonBlink}.sale-ended-copy{color:var(--muted);margin:13px 0 0;font-size:10px}.booking-options button span em{color:#fff;vertical-align:1px;background:#252b2f;margin-left:6px;padding:2px 5px;font-size:8px;font-style:normal;font-weight:650;display:inline-flex}.booking-options button.active span em{color:#252b2f;background:#fff}.companion-option{border:1px solid var(--line);width:100%;color:var(--ink);text-align:left;cursor:pointer;background:#fff;justify-content:space-between;align-items:center;margin-top:8px;padding:12px;display:flex}.companion-option>span{grid-template-columns:25px 1fr;align-items:center;display:grid}.companion-option i{border:1px solid #9ba5a9;grid-row:1/3;place-items:center;width:20px;height:20px;margin-right:8px;font-size:11px;font-style:normal;display:grid}.companion-option small{color:var(--muted);margin-top:3px;font-size:9px}.companion-option>strong{font-size:13px}.companion-option.active{border-color:var(--ink);background:#f1f4f5}.companion-option.active i{background:var(--ink);border-color:var(--ink);color:#fff}.booking-total>span{flex-direction:column;gap:4px;display:flex}.booking-total>span small{color:#39d062;font-size:9px}@keyframes timerPulse{0%{box-shadow:0 0 #39d06266}75%,to{box-shadow:0 0 0 7px #39d06200}}@keyframes colonBlink{0%,48%{opacity:1}49%,to{opacity:.3}}@media (max-width:430px){.age-group-options{grid-template-columns:1fr}.age-group-options button{grid-template-columns:70px 1fr;align-items:center;min-height:70px;display:grid}.age-group-options button span{margin-top:0}.age-group-options button small{grid-column:2;margin-top:2px}}.home-page .home-hero{background:linear-gradient(135deg,#171c1f 0%,#0d1113 72%);position:relative}.home-page .home-hero:before{content:"";pointer-events:none;opacity:.78;background:linear-gradient(90deg,#0000 calc(50% - .5px),#ffffff0e 50%,#0000 calc(50% + .5px)) 0 0/100% 100%,linear-gradient(#ffffff09 1px,#0000 1px) 0 0/100% 112px;position:absolute;inset:0}.home-page .home-hero-inner{grid-template-columns:minmax(0,1.45fr) minmax(340px,.72fr);gap:86px;display:grid}.home-page .home-hero-copy{width:100%}.home-page .home-hero h1{margin-top:0}.hero-editorial{color:#fff;background-image:linear-gradient(#080c0e61 0%,#080c0eb3 60%,#080c0ee6 100%),url(/hero-meeting-all-faces-blurred.png);background-position:50%;background-size:cover;flex-direction:column;min-height:520px;padding:31px 28px 27px 42px;display:flex;position:relative;overflow:hidden}.hero-editorial:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0a0e1073,#0000 55%);position:absolute;inset:0}.hero-editorial>*{z-index:1;position:relative}.hero-editorial-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.hero-editorial-heading span{letter-spacing:2.2px;color:#aeb8bc;font-family:Arial,sans-serif;font-size:13px;line-height:1.7}.hero-editorial-heading>div{flex-direction:column;align-items:flex-end;display:flex}.hero-editorial-heading strong{letter-spacing:-7px;color:#fff;font-family:Times New Roman,serif;font-size:104px;font-weight:400;line-height:.78}.hero-editorial-heading small{color:#eef2f3;letter-spacing:1.1px;margin-top:17px;font-family:Arial,sans-serif;font-size:13px;font-weight:700}.hero-editorial-details{border-top:1px solid #ffffff2b;margin-top:74px}.hero-editorial-details p{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;height:60px;margin:0;display:flex}.hero-editorial-details span{letter-spacing:1.2px;color:#b3bdc1;font-family:Arial,sans-serif;font-size:12px}.hero-editorial-details b{letter-spacing:.5px;color:#f2f5f6;font-family:Arial,sans-serif;font-size:16px;font-weight:600}.hero-editorial-note{color:#d2dadd;border-top:1px solid #ffffff2b;margin:auto 0 0;padding-top:25px;font-size:19px;line-height:1.7}@media (max-width:980px){.home-page .home-hero-inner{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:48px}.home-page .home-hero-copy{width:100%}.hero-editorial{padding-left:28px}.hero-editorial-heading strong{font-size:80px}.home-page .home-hero h1{font-size:58px}}@media (max-width:760px){.home-page .home-hero{min-height:820px}.home-page .home-hero-inner{justify-content:center;min-height:820px;display:flex}.home-page .home-hero-copy{padding-top:54px}.hero-editorial{background-position:50% 45%;border-top:1px solid #ffffff2e;border-left:0;grid-template-columns:1fr 1.25fr;gap:25px;min-height:300px;margin-top:34px;padding:24px 20px;display:grid}.hero-editorial:before{top:-5px;left:0}.hero-editorial-heading{justify-content:flex-start}.hero-editorial-heading span{font-size:11px}.hero-editorial-heading strong{margin-left:auto;font-size:64px}.hero-editorial-heading small{font-size:11px}.hero-editorial-details{margin-top:0}.hero-editorial-details p{height:52px}.hero-editorial-details span{font-size:10px}.hero-editorial-details b{font-size:14px}.hero-editorial-note{display:none}}@media (max-width:430px){.home-page .home-hero{min-height:780px}.home-page .home-hero-copy{padding-top:54px}.hero-editorial{grid-template-columns:1fr}.hero-editorial-heading{justify-content:space-between}.hero-editorial-heading strong{margin-left:0}.hero-editorial-details{margin-top:4px}}.application-page{background:#f1f3f4;min-height:calc(100vh - 74px)}.application-page-heading{width:min(820px,100%);margin:0 auto 32px}.application-page-heading>a{color:#59666c;border-bottom:1px solid #707b80;margin-bottom:34px;padding-bottom:6px;font-size:12px;font-weight:700;display:inline-block}.application-page-heading h1{letter-spacing:-2.5px;margin:0;font-size:42px}.application-page-heading p{color:#6d797e;margin:15px 0 0;font-size:14px;line-height:1.75}.application-page-panel{width:min(820px,100%);margin:0 auto}.application-page-form{background:#fff;border:1px solid #d5dadd;width:100%;max-height:none;overflow:visible}.apply-flow-modal{width:min(820px,100%);padding:38px 44px 32px}.apply-flow-modal .apply-head h2{font-size:29px}.apply-steps{border-top:1px solid #d9dddf;grid-template-columns:repeat(4,1fr);margin:24px 0 28px;padding:0;list-style:none;display:grid}.apply-steps li{color:#9aa3a7;align-items:center;gap:8px;padding-top:15px;font-size:11px;display:flex;position:relative}.apply-steps li:before{content:"";background:var(--ink);width:0;height:3px;transition:width .25s;position:absolute;top:-2px;left:0}.apply-steps li.active:before,.apply-steps li.complete:before{width:100%}.apply-steps i{border:1px solid #cdd2d4;border-radius:50%;place-items:center;width:21px;height:21px;font-size:9px;font-style:normal;display:grid}.apply-steps li.active,.apply-steps li.complete{color:var(--ink);font-weight:700}.apply-steps li.active i{border-color:var(--ink);background:var(--ink);color:#fff}.apply-steps li.complete i{color:#fff;background:#68757a;border-color:#68757a}.apply-step-content{min-height:360px}.apply-order-card{background:#f7f8f8;border:1px solid #d9dddf;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:17px 18px;display:flex}.apply-order-card>div{gap:5px;display:grid}.apply-order-card span{color:var(--muted);font-size:11px}.apply-order-card strong{font-size:15px}.apply-order-card small{color:#7b868b;font-size:10px}.apply-order-card>b{white-space:nowrap;font-size:20px}.apply-fields label>small{color:#8b9599;margin-top:5px;font-size:9px;font-weight:500;display:block}.step-guide{border-left:3px solid var(--ink);background:#f4f6f6;gap:5px;margin-bottom:20px;padding:15px 17px;display:grid}.step-guide b{font-size:13px}.step-guide span{color:var(--muted);font-size:10px;line-height:1.6}.companion-fields{background:#f7f8f8;border:1px solid #d9dddf;padding:17px}.companion-fields>strong{margin-bottom:13px;font-size:13px;display:block}.verification-list{gap:9px;display:grid}.upload-field{cursor:pointer;background:#fff;border:1px solid #d9dddf;grid-template-columns:1fr auto;align-items:center;gap:16px;min-height:70px;padding:13px 15px;display:grid;position:relative}.upload-field>span{gap:5px;display:grid}.upload-field b{font-size:12px}.upload-field small{color:var(--muted);font-size:9px;font-weight:500}.upload-field em{text-overflow:ellipsis;white-space:nowrap;background:#f7f8f8;border:1px solid #ccd2d4;max-width:220px;padding:8px 10px;font-size:10px;font-style:normal;overflow:hidden}.upload-field input{opacity:0;width:1px;height:1px;position:absolute}.agreement-box.refined{background:#f3f5f5;margin-top:17px;padding:18px 20px}.agreement-box.refined h3{margin:0 0 14px}.agreement-box.refined .check-label{margin-top:11px}.agreement-box.refined .check-label span{gap:3px;display:grid}.agreement-box.refined .check-label b{font-size:11px}.agreement-box.refined .check-label small{color:var(--muted);font-size:9px;font-weight:500;line-height:1.5}.application-agreement-only{margin-top:0!important}.post-payment-verification{background:#e9edef;border-top:1px solid #d8dddf;gap:5px;margin-top:20px;padding:15px 16px;display:grid}.post-payment-verification b{font-size:11px}.post-payment-verification small{color:#68757a;font-size:9px;line-height:1.55}.checkout-grid{grid-template-columns:1.35fr .8fr;gap:12px;display:grid}.checkout-main{gap:12px;display:grid}.checkout-grid article,.checkout-summary{background:#fff;border:1px solid #d9dddf;padding:18px}.checkout-grid h3{margin:0 0 14px;font-size:14px}.checkout-grid dl{margin:0}.checkout-grid dl div{grid-template-columns:75px 1fr;gap:12px;padding:7px 0;font-size:10px;display:grid}.checkout-grid dt{color:var(--muted)}.checkout-grid dd{margin:0;font-weight:650}.checkout-summary p{border-bottom:1px solid #eaeced;justify-content:space-between;gap:12px;margin:0;padding:8px 0;font-size:10px;display:flex}.checkout-summary p b{font-weight:650}.checkout-summary .checkout-total{border-bottom:0;align-items:flex-end;margin-top:7px;padding-top:14px}.checkout-total strong{font-size:21px}.transfer-box{background:#f7f8f8;border:1px solid #252b2f;margin-top:14px;padding:18px 20px}.transfer-box>div{align-items:center;gap:11px;display:flex}.transfer-box>div>i{color:#fff;background:#252b2f;border-radius:50%;place-items:center;width:31px;height:31px;font-size:14px;font-style:normal;display:grid}.transfer-box>div>span{gap:3px;display:grid}.transfer-box>div b{font-size:13px}.transfer-box>div small{color:var(--muted);font-size:9px}.transfer-box>p{color:#556167;background:#e9edef;margin:14px 0 16px;padding:11px 12px;font-size:10px;line-height:1.6}.transfer-box label{font-size:11px;font-weight:700}.transfer-box input{background:#fff;border:1px solid #ccd2d4;width:100%;margin-top:7px;padding:11px 12px;display:block}.final-consent{align-items:flex-start;gap:8px;margin-top:13px;font-size:10px;line-height:1.6;display:flex}.final-consent input{margin-top:2px}.flow-actions{border-top:1px solid #e1e4e5;padding-top:19px}.flow-actions .button{min-width:155px}.application-complete{text-align:center;padding:10px 45px 0}.application-complete>i{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:23px;font-style:normal;display:grid}.application-complete>p{color:#68757a;letter-spacing:1px;margin:0;font-size:11px}.application-complete h2{margin:10px 0 9px;font-size:27px}.application-complete>span{color:var(--muted);font-size:12px;line-height:1.7}.application-complete dl{text-align:left;border:1px solid #d9dddf;margin:25px 0 0}.application-complete dl div{border-bottom:1px solid #e2e5e6;grid-template-columns:130px 1fr;padding:13px 16px;font-size:11px;display:grid}.application-complete dl div:last-child{border-bottom:0}.application-complete dt{color:var(--muted)}.application-complete dd{margin:0}.application-complete dd b{background:#edf0f1;padding:4px 7px}.application-complete dd strong{font-size:16px}.complete-notice{text-align:left;background:#f0f2f3;gap:5px;margin:14px 0 19px;padding:14px 16px;display:grid}.complete-notice b{font-size:11px}.complete-notice span{color:var(--muted);font-size:10px;line-height:1.6}.application-complete>.button{width:100%}@media (max-width:760px){.application-page{padding-top:56px}.application-page-heading{margin-bottom:24px}.application-page-heading>a{margin-bottom:25px}.application-page-heading h1{font-size:34px}.application-page-heading p{font-size:13px}.apply-flow-modal{padding:32px 22px 24px}.apply-flow-modal .apply-head h2{font-size:24px}.apply-steps li{justify-content:center}.apply-steps li span{display:none}.apply-step-content{min-height:0}.checkout-grid{grid-template-columns:1fr}.application-complete{padding:5px 0 0}.application-complete dl div{grid-template-columns:105px 1fr}.upload-field em{max-width:145px}.flow-actions{z-index:2;background:#fff;margin:20px -22px -24px;padding:14px 22px 18px;position:sticky;bottom:-24px}}.fixed-form-value{border:1px solid var(--line);width:100%;min-height:43px;color:var(--ink);background:#f3f5f5;justify-content:space-between;align-items:center;gap:12px;margin-top:7px;padding:12px 13px;font-size:13px;font-weight:700;display:flex}.fixed-form-value small{color:var(--muted);margin:0!important;font-size:10px!important;font-weight:500!important}.application-agreement-only h3{font-size:18px!important}.application-agreement-only .check-label{gap:11px;margin-top:16px!important}.application-agreement-only .check-label input{flex:0 0 17px;width:17px;height:17px}.application-agreement-only .check-label b{line-height:1.5;font-size:15px!important}.application-agreement-only .check-label small{font-size:13px!important;line-height:1.65!important}.application-agreement-only .post-payment-verification{gap:7px;padding:18px 19px}.application-agreement-only .post-payment-verification b{font-size:15px}.application-agreement-only .post-payment-verification small{font-size:13px;line-height:1.65}.checkout-step .checkout-grid h3{font-size:18px}.checkout-step .checkout-grid dl div{grid-template-columns:90px 1fr;gap:14px;padding:10px 0;font-size:14px;line-height:1.5}.checkout-step .checkout-summary p{padding:11px 0;font-size:14px}.checkout-step .checkout-total strong{font-size:24px}.checkout-step .transfer-box>div b{font-size:16px}.checkout-step .transfer-box>div small{font-size:13px}.checkout-step .transfer-box>p{font-size:13px;line-height:1.7}.checkout-step .transfer-box label,.checkout-step .transfer-box input{font-size:14px}.checkout-step .final-consent{gap:10px;font-size:13px;line-height:1.7}.checkout-step .final-consent input{flex:0 0 16px;width:16px;height:16px}.agreement-check-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:16px;display:grid}.application-agreement-only .agreement-check-row .check-label{margin-top:0!important}.agreement-detail-link{color:#263136;white-space:nowrap;background:#fff;border:1px solid #bcc4c7;justify-content:center;align-items:center;min-width:76px;height:36px;padding:0 12px;font-size:12px;font-weight:750;display:inline-flex}.agreement-detail-link:hover{color:#fff;background:#20282c;border-color:#20282c}.transfer-box .transfer-account{color:var(--ink);background:#e9edef;gap:3px;padding:14px 16px;display:grid}.transfer-account b{font-size:16px}.transfer-account span{color:#556167;font-size:13px}.transfer-box .deposit-confirmation{cursor:pointer;align-items:center;gap:10px;margin-top:15px;font-size:14px;line-height:1.5;display:flex}.transfer-box .deposit-confirmation input{flex:0 0 18px;width:18px;height:18px;margin:0;display:inline-block}.deposit-confirmation span b{color:#39d062}.apply-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.detail-facts{border-top:1px solid var(--ink);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:0 0 90px;display:grid}.detail-facts>div{border-right:1px solid var(--line);padding:22px 15px}.detail-facts>div:first-child{padding-left:0}.detail-facts>div:last-child{border-right:0}.detail-facts dt{color:var(--muted);font-size:12px}.detail-facts dd{margin:9px 0 0;font-size:16px;font-weight:750;line-height:1.35}.detail-rich-section{margin-top:96px}.detail-rich-section>header>span{color:#68757a;margin-bottom:14px;font-size:12px;font-weight:750;display:block}.detail-rich-section>header h2{letter-spacing:-1.8px;margin:0;font-size:34px;line-height:1.35}.detail-about-copy{max-width:720px;color:var(--muted);margin:35px 0 0;font-size:16px;line-height:1.95}.detail-process ol{border-top:1px solid var(--ink);margin:38px 0 0;padding:0;list-style:none}.detail-process li{border-bottom:1px solid var(--line);grid-template-columns:65px 1fr;align-items:start;gap:20px;padding:23px 3px;display:grid}.detail-process li i{color:#7a878d;font-size:12px;font-style:normal}.detail-process li strong{font-size:18px;display:block}.detail-process li p{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.75}.detail-fit>div{background:var(--line);border:1px solid var(--line);grid-template-columns:1fr 1fr;gap:1px;margin-top:38px;display:grid}.detail-fit article{background:#fff;flex-direction:column;min-height:205px;padding:25px;display:flex}.detail-fit article b{color:#7b878c;font-size:11px}.detail-fit article strong{margin-top:auto;font-size:17px;line-height:1.45}.detail-fit article p{color:var(--muted);margin:9px 0 0;font-size:13px;line-height:1.7}.detail-trust{background:#f0f2f3;padding:44px 40px 42px}.detail-trust>div{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:38px;display:grid}.detail-trust article{border-top:2px solid var(--ink);padding-top:18px}.detail-trust article strong{font-size:15px;line-height:1.5}.detail-trust article p{color:var(--muted);margin:11px 0 0;font-size:13px;line-height:1.75}.detail-preparation>div{grid-template-columns:1fr 1fr;gap:14px;margin-top:38px;display:grid}.detail-preparation article{border:1px solid var(--line);padding:27px 28px}.detail-preparation article strong{font-size:17px}.detail-preparation ul{margin:18px 0 0;padding:0;list-style:none}.detail-preparation li{color:#566268;border-top:1px solid #e4e7e8;padding:10px 0;font-size:14px}.detail-preparation li:before{content:"✓";color:var(--ink);margin-right:9px;font-weight:800}.detail-notice{margin-top:85px}.detail-faq>div{border-top:1px solid var(--ink);margin-top:36px}.detail-faq details{border-bottom:1px solid var(--line)}.detail-faq summary{cursor:pointer;padding:22px 44px 22px 2px;font-size:16px;font-weight:700;list-style:none;position:relative}.detail-faq summary::-webkit-details-marker{display:none}.detail-faq summary:after{content:"+";font-size:23px;font-weight:400;position:absolute;top:18px;right:4px}.detail-faq details[open] summary:after{content:"−"}.detail-faq details p{color:var(--muted);margin:0;padding:0 40px 24px 2px;font-size:14px;line-height:1.85}.detail-bottom-cta{background:var(--ink);color:#fff;margin-top:96px;padding:44px 40px}.detail-bottom-cta>span{color:#acb8bd;font-size:12px}.detail-bottom-cta h2{letter-spacing:-1.4px;margin:17px 0 32px;font-size:31px;line-height:1.4}.detail-bottom-cta a{min-height:48px;color:var(--ink);background:#fff;justify-content:center;align-items:center;padding:0 24px;font-size:14px;font-weight:750;display:inline-flex}@media (max-width:760px){.detail-facts{grid-template-columns:1fr 1fr;margin-bottom:72px}.detail-facts>div{border-bottom:1px solid var(--line);padding:18px 13px!important}.detail-facts>div:nth-child(2){border-right:0}.detail-facts>div:nth-child(n+3){border-bottom:0}.detail-rich-section{margin-top:72px}.detail-rich-section>header h2{letter-spacing:-1.2px;font-size:28px}.detail-about-grid{grid-template-columns:1fr;gap:22px}.detail-about-grid>p{font-size:15px}.detail-about-grid>aside{min-height:165px}.detail-fit>div{grid-template-columns:1fr}.detail-fit article{min-height:180px}.detail-trust{padding:34px 24px}.detail-trust>div{grid-template-columns:1fr;gap:22px}.detail-preparation>div{grid-template-columns:1fr}.detail-notice{margin-top:70px}.detail-bottom-cta{margin-top:74px;padding:35px 25px}.detail-bottom-cta h2{font-size:26px}.detail-bottom-cta a{width:100%}}.booking-panel{padding:31px}.booking-status .status-badge{font-size:13px}.booking-status small{font-size:12px}.booking-panel>h2{font-size:25px;line-height:1.4}.booking-panel dl div{grid-template-columns:78px 1fr;padding:16px 0;font-size:14px}.booking-panel dt{font-size:13px}.booking-panel dd{font-size:14px}.option-label{margin:26px 0 12px;font-size:15px}.schedule-options button{grid-template-columns:1fr;min-height:68px;padding:13px 14px}.schedule-options button>span{font-size:14px}.schedule-options button>strong{font-size:17px}.earlybird-sale{padding:20px 18px 18px}.sale-head>span{font-size:15px;animation:.9s steps(2,end) infinite earlyBirdBlink}.sale-head>b{padding:6px 8px;font-size:11px}.sale-intro{font-size:12px;line-height:1.6}.sale-prices small{font-size:12px}.sale-prices del{font-size:11px}.sale-prices strong{font-size:20px}.sale-countdown>span{font-size:11px}.sale-countdown>strong>i{min-width:42px;padding:8px 4px 7px}.sale-countdown>strong>i b{font-size:17px}.sale-countdown>strong>i small{font-size:9px}.sale-ended-copy{font-size:12px}.age-group-options button b{font-size:15px}.age-group-options button span{font-size:13px}.age-group-options button small{font-size:11px}.booking-options button{font-size:15px}.booking-options button span{font-size:13px}.booking-total span{font-size:14px}.booking-caption{font-size:12px;line-height:1.6}@keyframes earlyBirdBlink{0%,44%,to{opacity:1;color:var(--ink)}45%,72%{opacity:.38;color:#39d062}}@media (prefers-reduced-motion:reduce){.sale-head>span{animation:none}}.schedule-options.three-weeks button.closed{color:#92999c;cursor:not-allowed;opacity:1;background:#f1f2f2;border-color:#d7dbdd;padding-right:91px;position:relative}.schedule-options.three-weeks button.closed>span,.schedule-options.three-weeks button.closed>strong{color:#92999c}.schedule-options.three-weeks button.closed .schedule-closed-label{color:#fff;white-space:nowrap;background:#252b2f;grid-area:auto;justify-content:center;align-items:center;padding:6px 8px;font-size:11px;font-weight:750;line-height:1;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (max-width:430px){.booking-panel{padding:24px 20px}.sale-head{align-items:flex-start;gap:12px}.sale-head>b{white-space:nowrap}.sale-countdown{grid-template-columns:1fr;gap:9px}.sale-countdown>strong>i{min-width:0}.booking-panel>h2{font-size:23px}}.age-group-options button.active b:after{content:none}@media (max-width:430px){.apply-order-card{flex-direction:column;align-items:flex-start}.upload-field{grid-template-columns:1fr}.upload-field em{max-width:100%}.checkout-grid article,.checkout-summary{padding:15px}.application-complete h2{font-size:23px}.application-complete dl div{grid-template-columns:92px 1fr}}.home-proof{background:#f3f5f5}.proof-layout{grid-template-columns:minmax(250px,.7fr) minmax(0,1.65fr);align-items:start;gap:70px;display:grid}.proof-intro{position:sticky;top:40px}.proof-intro .section-index{color:#637076;margin:0 0 34px}.proof-intro h2{letter-spacing:-2.5px;margin:0;font-size:39px;font-weight:600;line-height:1.38}.proof-intro>p:not(.section-index){color:#66747a;margin:31px 0 34px;font-size:15px;line-height:1.9}.proof-intro>a{border-bottom:1px solid var(--ink);align-items:center;gap:28px;padding-bottom:7px;font-size:13px;font-weight:700;display:inline-flex}.proof-bento{grid-template-columns:1.2fr .8fr;gap:14px;display:grid}.proof-card{background:#fff;border:1px solid #dfe3e4;flex-direction:column;min-height:260px;padding:30px;display:flex;position:relative;overflow:hidden}.proof-card>span,.proof-card>div>span{color:#667278;font-size:12px;font-weight:650}.proof-card strong{letter-spacing:-3px;margin-top:12px;font-size:53px;font-weight:600;line-height:1;display:block}.proof-card p{color:#68757a;margin:auto 0 0;font-size:13px;line-height:1.7}.proof-card-main{color:#fff;background:#172025;border-color:#172025;grid-column:1/-1;min-height:300px}.proof-card-main>div>span{color:#aeb8bc}.proof-card-main strong{letter-spacing:-6px;font-family:Times New Roman,serif;font-size:94px;font-weight:400}.proof-card-main p{color:#bdc5c8}.proof-card-main>i{border-bottom:1px solid #536067;justify-content:space-between;align-items:flex-end;width:250px;height:120px;font-style:normal;display:flex;position:absolute;bottom:35px;right:35px}.proof-card-main>i b{background:linear-gradient(#536169,#273238);border:1px solid #748087;border-bottom:0;width:34px}.proof-card-main>i b:first-child,.proof-card-main>i b:nth-child(5){height:42px}.proof-card-main>i b:nth-child(2),.proof-card-main>i b:nth-child(4){height:75px}.proof-card-main>i b:nth-child(3){background:#eef1f2;height:112px}.proof-card-verify{background:#e9edef}.proof-card-verify>i{color:#fff;background:#252d31;border:2px solid #758188;border-radius:31px 31px 24px 24px;place-items:center;width:62px;height:72px;font-size:25px;font-style:normal;display:grid;position:absolute;bottom:27px;right:28px}.proof-card-talk>div{align-items:flex-end;gap:7px;display:flex;position:absolute;bottom:25px;right:25px}.proof-card-talk>div i{background:#cbd2d5;border-radius:10px;width:17px;display:block}.proof-card-talk>div i:first-child{height:34px}.proof-card-talk>div i:nth-child(2){background:#354147;height:58px}.proof-card-talk>div i:nth-child(3){height:45px}.proof-card-days{background:#fff;grid-column:1/-1;min-height:235px}.proof-card-days>div{justify-content:space-between;align-items:flex-start;display:flex}.proof-card-days strong{margin-top:0;font-size:44px}.proof-card-days ol{border-top:1px solid #dfe3e4;border-bottom:1px solid #dfe3e4;grid-template-columns:repeat(7,1fr);margin:auto 0 0;padding:0;list-style:none;display:grid}.proof-card-days li{text-align:center;color:#9aa3a7;border-right:1px solid #e5e8e9;padding:11px 0;font-size:10px}.proof-card-days li:last-child{border-right:0}.proof-card-days li.active{color:#fff;background:#252d31;font-weight:700}.proof-card-days p{margin:25px 0 20px}@media (max-width:980px){.proof-layout{grid-template-columns:1fr;gap:42px}.proof-intro{grid-template-columns:1fr 1fr;gap:0 45px;display:grid;position:static}.proof-intro .section-index,.proof-intro h2{grid-column:1}.proof-intro>p:not(.section-index),.proof-intro>a{grid-column:2}.proof-intro>p:not(.section-index){grid-row:1/3;margin:0}.proof-intro>a{place-self:end start}.proof-card-main>i{width:220px}}@media (max-width:760px){.proof-intro{display:block}.proof-intro .section-index{margin-bottom:22px}.proof-intro h2{font-size:33px}.proof-intro>p:not(.section-index){margin:24px 0}.proof-bento{grid-template-columns:1fr}.proof-card-main,.proof-card-days{grid-column:1}.proof-card{min-height:235px;padding:24px}.proof-card-main{min-height:340px}.proof-card-main>i{opacity:.75;width:calc(100% - 48px);bottom:25px;right:24px}.proof-card-main p{margin-bottom:140px}.proof-card strong{font-size:46px}.proof-card-main strong{font-size:75px}.proof-card-days>div{display:block}.proof-card-days strong{margin-top:10px}}@media (max-width:430px){.proof-card-days ol{grid-template-columns:repeat(7,minmax(0,1fr))}.proof-card-days li{font-size:9px}.proof-intro h2{font-size:30px}}.home-page,.site-header,.site-footer{font-family:Inter,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif}.hero-editorial-heading strong,.proof-card-main strong{font-family:inherit;font-weight:700}.hero-editorial-heading strong{letter-spacing:-7px}.proof-card-main strong{letter-spacing:-6px}.home-kpi{background:#f3f5f5}.kpi-heading{text-align:center;max-width:700px;margin:0 auto}.kpi-heading .section-index{color:#6a767b}.kpi-heading h2{letter-spacing:-2.6px;margin:20px 0 18px;font-size:42px;font-weight:700;line-height:1.35}.kpi-heading>p:last-child{color:#6f7a7f;margin:0;font-size:15px;line-height:1.75}.kpi-live{color:#657176;background:#fff;border:1px solid #d3d9db;border-radius:999px;align-items:center;gap:7px;width:max-content;margin:17px auto 0;padding:7px 11px;font-size:10px;font-weight:750;display:flex}.kpi-live i{background:#39d062;border-radius:50%;width:7px;height:7px;animation:1.8s ease-out infinite kpiLivePulse;box-shadow:0 0 #39d06266}@keyframes kpiLivePulse{0%{box-shadow:0 0 #39d0626b}75%,to{box-shadow:0 0 0 7px #39d06200}}.kpi-grid{border:1px solid #cfd5d7;grid-template-columns:repeat(4,minmax(0,1fr));margin:64px 0 0;padding:0;display:grid}.kpi-grid>div{text-align:center;flex-direction:column;align-items:center;min-height:245px;padding:31px 24px 28px;display:flex;position:relative}.kpi-grid>div+div{border-left:1px solid #cfd5d7}.kpi-grid i{color:#69767b;letter-spacing:.7px;border:1px solid #aeb7ba;border-radius:50%;place-items:center;width:34px;height:34px;font-size:9px;font-style:normal;font-weight:750;display:grid}.kpi-grid dt{color:#20272b;letter-spacing:-2.5px;margin-top:26px;font-size:49px;font-weight:750;line-height:1}.kpi-grid dt em{letter-spacing:-1px;margin-left:2px;font-size:22px;font-style:normal}.kpi-grid dd{color:#222a2e;margin:17px 0 0;font-size:16px;font-weight:750}.kpi-grid small{color:#8a9498;margin-top:9px;font-size:11px;line-height:1.55}@media (max-width:980px){.kpi-heading h2{font-size:38px}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-grid>div{min-height:220px}.kpi-grid>div:nth-child(3){border-left:0}.kpi-grid>div:nth-child(-n+2){border-bottom:1px solid #cfd5d7}}@media (max-width:620px){.kpi-heading{text-align:left}.kpi-heading h2{letter-spacing:-2px;font-size:32px}.kpi-heading>p:last-child{font-size:14px}.kpi-live{margin-left:0}.kpi-grid{grid-template-columns:1fr;margin-top:42px}.kpi-grid>div{min-height:190px;padding:26px 20px}.kpi-grid>div+div{border-top:1px solid #cfd5d7;border-left:0}.kpi-grid>div:nth-child(-n+2){border-bottom:0}.kpi-grid dt{margin-top:20px;font-size:44px}.kpi-grid dd{margin-top:13px}}.catalog-card.is-disabled{cursor:default;-webkit-user-select:none;user-select:none;background:#f4f5f5}.catalog-card.is-disabled:hover{box-shadow:none;transform:none}.catalog-card.is-disabled .meeting-image{filter:grayscale(.75)}.catalog-card.is-disabled .meeting-image:after{content:"";z-index:1;background:#12171a7a;position:absolute;inset:0}.catalog-coming-soon{z-index:3;color:#1d2428;letter-spacing:-.2px;white-space:nowrap;background:#fff;justify-content:center;align-items:center;min-width:92px;height:38px;padding:0 18px;font-size:12px;font-weight:800;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #0000002e}.catalog-card.is-disabled .catalog-image-copy{z-index:0}.catalog-card.is-disabled .meeting-card-body{opacity:.42}.catalog-card.is-disabled .meeting-card-footer>span{color:#fff;background:#8a9397}@media (min-width:981px){.branch-products .meeting-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 18px}.branch-products .catalog-card .meeting-image{height:190px;padding:16px}.branch-products .catalog-card .meeting-card-body{min-height:190px;padding:17px 15px 18px}.branch-products .catalog-image-copy{bottom:16px;left:16px;right:16px}.branch-products .catalog-image-copy strong{letter-spacing:-1.7px;font-size:31px}.branch-products .catalog-card h3{letter-spacing:-.6px;font-size:17px;line-height:1.4}.branch-products .catalog-description{font-size:12px!important;line-height:1.6!important}.branch-products .catalog-features{flex-wrap:wrap;gap:8px}.branch-products .catalog-features span{font-size:10px}.branch-products .catalog-card .meeting-card-footer strong{font-size:18px}.branch-products .catalog-card .meeting-card-footer>span{height:38px;padding:0 12px;font-size:11px}}@media (min-width:761px) and (max-width:980px){.branch-products .meeting-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 20px}}@media (max-width:760px){.branch-products .meeting-grid{grid-template-columns:1fr}}.submission-error{color:#39d062;background:#effff3;border-left:3px solid #39d062;margin:15px 0 0;padding:12px 14px;font-size:11px;line-height:1.6}.flow-actions button:disabled{opacity:.55;cursor:not-allowed}.admin-login-page{background:#121719;place-items:center;min-height:100vh;padding:32px;font-family:Inter,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif;display:grid}.admin-login-card{background:#fff;border:1px solid #30383c;width:min(430px,100%);padding:44px 42px 40px}.admin-login-brand{letter-spacing:-1.7px;font-size:26px;font-weight:800}.admin-login-card>p{color:#778287;letter-spacing:1.8px;margin:58px 0 10px;font-size:11px;font-weight:750}.admin-login-card h1{letter-spacing:-1.7px;margin:0;font-size:31px}.admin-login-card>span{color:#768187;margin-top:13px;font-size:12px;line-height:1.7;display:block}.admin-login-card form{margin-top:32px}.admin-login-card label{margin-bottom:8px;font-size:12px;font-weight:750;display:block}.admin-login-card input{border:1px solid #cbd1d3;outline:0;width:100%;height:48px;padding:0 13px;font-size:16px}.admin-login-card input:focus{border-color:#1d2529;box-shadow:inset 0 0 0 1px #1d2529}.admin-login-card button{color:#fff;cursor:pointer;background:#1c2428;border:0;width:100%;height:50px;margin-top:12px;font-size:13px;font-weight:750}.admin-login-card button:disabled{opacity:.6;cursor:not-allowed}.admin-login-error{color:#39d062;margin:10px 0 0;font-size:11px}.admin-shell{color:#1b2226;background:#eef1f2;grid-template-columns:218px minmax(0,1fr);min-height:100vh;font-family:Inter,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif;display:grid}.admin-sidebar{color:#fff;background:#161c1f;flex-direction:column;height:100vh;padding:32px 24px 26px;display:flex;position:sticky;top:0}.admin-wordmark{letter-spacing:-1.5px;border-bottom:1px solid #333c40;padding:0 5px 32px;font-size:24px;font-weight:800}.admin-sidebar nav{gap:7px;margin-top:25px;display:grid}.admin-sidebar nav button{color:#aeb8bc;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;width:100%;height:44px;padding:0 13px;font-size:12px;font-weight:750;display:flex}.admin-sidebar nav button:hover{color:#fff;background:#242d31}.admin-sidebar nav button.active{color:#161c1f;background:#f5f6f6}.admin-sidebar form{margin-top:auto}.admin-sidebar form button{color:#b7c0c4;text-align:left;cursor:pointer;background:0 0;border:1px solid #3e484d;width:100%;height:42px;padding:0 13px;font-size:11px}.admin-main{min-width:0;padding:37px 38px 45px}.admin-main-head{justify-content:space-between;align-items:flex-end;display:flex}.admin-main-head p{color:#78858a;letter-spacing:1.5px;margin:0 0 8px;font-size:10px;font-weight:750}.admin-main-head h1{letter-spacing:-1.8px;margin:0;font-size:30px}.admin-main-head>span{color:#69767b;background:#fff;border:1px solid #cdd3d5;padding:7px 10px;font-size:10px;font-weight:700}.admin-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px;display:grid}.admin-stats article{background:#fff;border:1px solid #d9dddf;flex-direction:column;min-height:126px;padding:19px 20px;display:flex}.admin-stats span{color:#6c787d;font-size:11px;font-weight:650}.admin-stats strong{letter-spacing:-1.3px;margin-top:14px;font-size:29px;line-height:1}.admin-stats strong em{margin-left:2px;font-size:13px;font-style:normal}.admin-stats small{color:#9aa3a7;margin-top:auto;font-size:9px}.admin-workspace{grid-template-columns:minmax(650px,1fr) 380px;align-items:start;gap:10px;margin-top:14px;display:grid}.admin-list-panel,.admin-detail-panel{background:#fff;border:1px solid #d9dddf}.admin-toolbar{border-bottom:1px solid #dfe3e4;align-items:center;gap:8px;height:67px;padding:0 16px;display:flex}.admin-toolbar label{flex:1}.admin-toolbar input,.admin-toolbar select{background:#fff;border:1px solid #d2d7d9;outline:0;height:38px;padding:0 11px;font-size:11px}.admin-toolbar input{width:100%}.admin-toolbar input:focus,.admin-toolbar select:focus{border-color:#4f5c62}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:720px}.admin-table th{color:#79858a;text-align:left;background:#f5f6f6;height:39px;padding:0 12px;font-size:9px;font-weight:700}.admin-table td{color:#344046;vertical-align:middle;border-top:1px solid #e7eaeb;height:64px;padding:8px 12px;font-size:10px}.admin-table tbody tr{cursor:pointer;outline:0}.admin-table tbody tr:hover,.admin-table tbody tr.selected{background:#eef2f3}.admin-table td b,.admin-table td small{display:block}.admin-table td b{color:#171e21;font-size:11px}.admin-table td small{color:#8a9599;white-space:nowrap;margin-top:5px;font-size:8px}.admin-table td i{padding:5px 7px;font-size:8px;font-style:normal;font-weight:750}.admin-table td i.sent{color:#39d062;background:#effff3}.admin-table td i.pending{color:#7a8589;background:#f0f1f1}.admin-empty{text-align:center;color:#899499;padding:55px 20px;font-size:11px}.admin-detail-panel{max-height:calc(100vh - 40px);position:sticky;top:20px;overflow:auto}.admin-detail-head{border-bottom:1px solid #dfe3e4;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px;display:flex}.admin-detail-head span{color:#8a959a;letter-spacing:.5px;font-size:8px}.admin-detail-head h2{letter-spacing:-1px;margin:8px 0 5px;font-size:23px}.admin-detail-head p{color:#68757a;margin:0;font-size:10px}.admin-detail-head>i{color:#fff;white-space:nowrap;background:#1f282c;padding:6px 8px;font-size:9px;font-style:normal;font-weight:700}.admin-detail-panel>section{border-bottom:1px solid #e1e4e5;padding:20px 22px}.admin-detail-panel>section:last-child{border-bottom:0}.admin-detail-panel h3{margin:0 0 14px;font-size:12px}.admin-detail-panel dl{margin:0}.admin-detail-panel dl>div{grid-template-columns:85px 1fr;gap:10px;padding:6px 0;font-size:10px;line-height:1.55;display:grid}.admin-detail-panel dt{color:#8a959a}.admin-detail-panel dd{color:#2a3439;word-break:break-word;margin:0;font-weight:600}.admin-intro{color:#5d696e;white-space:pre-wrap;margin:0;font-size:10px;line-height:1.8}.admin-detail-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:40px;display:flex}.admin-detail-empty span{color:#7e898e;max-width:240px;margin-top:10px;font-size:10px;line-height:1.7}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:1120px){.admin-shell{grid-template-columns:180px minmax(0,1fr)}.admin-main{padding:30px 24px 40px}.admin-workspace{grid-template-columns:1fr}.admin-detail-panel{max-height:none;position:static}.admin-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.admin-login-page{padding:18px}.admin-login-card{padding:34px 25px}.admin-shell{display:block}.admin-sidebar{flex-direction:row;align-items:center;width:100%;height:70px;padding:0 16px;position:static}.admin-wordmark{border:0;padding:0}.admin-sidebar nav{margin:0 0 0 25px}.admin-sidebar nav span{height:36px;padding:0 11px}.admin-sidebar form{margin:0 0 0 auto}.admin-sidebar form button{width:auto;height:36px}.admin-main{padding:25px 16px 35px}.admin-main-head{align-items:flex-start}.admin-main-head h1{font-size:25px}.admin-stats{grid-template-columns:1fr 1fr}.admin-stats article{min-height:110px;padding:16px}.admin-workspace{display:block}.admin-detail-panel{margin-top:10px}.admin-toolbar{padding:0 10px}.admin-detail-head,.admin-detail-panel>section{padding:18px}}@media (max-width:420px){.admin-stats{grid-template-columns:1fr}.admin-sidebar nav,.admin-main-head>span{display:none}}.admin-shell{grid-template-columns:240px minmax(0,1fr)}.admin-sidebar{padding:36px 27px 28px}.admin-wordmark{font-size:28px}.admin-sidebar nav button{height:50px;padding:0 15px;font-size:15px}.admin-sidebar form button{height:46px;padding:0 15px;font-size:14px}.admin-main{padding:42px 42px 54px}.admin-main-head p{margin-bottom:10px;font-size:13px}.admin-main-head h1{font-size:36px}.admin-main-head>span{padding:9px 13px;font-size:12px}.admin-stats{gap:13px;margin-top:31px}.admin-stats article{min-height:145px;padding:23px 24px}.admin-stats span{font-size:14px}.admin-stats strong{margin-top:17px;font-size:36px}.admin-stats strong em{font-size:16px}.admin-stats small{font-size:12px}.admin-capacity-section{background:#fff;border:1px solid #d9dddf;margin-top:14px;padding:25px}.admin-capacity-section>header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.admin-capacity-section>header span{color:#78858a;font-size:12px;font-weight:750}.admin-capacity-section>header h2{margin:7px 0 0;font-size:23px}.admin-capacity-section>header p{color:#879196;margin:0;font-size:13px}.admin-capacity-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:21px;display:grid}.admin-capacity-grid>article{background:#f8f9f9;border:1px solid #dce0e2;padding:18px}.admin-capacity-grid>article>div{justify-content:space-between;align-items:flex-end;gap:8px;display:flex}.admin-capacity-grid>article>div strong{font-size:16px}.admin-capacity-grid>article>div span{color:#7c878c;font-size:12px}.admin-capacity-grid dl{gap:14px;margin:18px 0 0;display:grid}.admin-capacity-grid dl>div{grid-template-columns:42px 1fr;align-items:center;gap:4px 10px;display:grid}.admin-capacity-grid dt{font-size:13px;font-weight:700}.admin-capacity-grid dd{text-align:right;color:#707c81;margin:0;font-size:13px}.admin-capacity-grid dd b{color:#1b2226;font-size:18px}.admin-capacity-grid i{background:#dde2e4;grid-column:1/-1;height:5px;overflow:hidden}.admin-capacity-grid i span{background:#20282c;max-width:100%;height:100%;display:block}.admin-workspace{grid-template-columns:minmax(720px,1fr) 450px;gap:13px;margin-top:14px}.admin-toolbar{gap:10px;height:76px;padding:0 18px}.admin-toolbar input,.admin-toolbar select{height:46px;padding:0 14px;font-size:14px}.admin-toolbar select{width:120px}.admin-table th{height:47px;padding:0 14px;font-size:12px}.admin-table td{height:80px;padding:11px 14px;font-size:13px}.admin-table td b{font-size:15px}.admin-table td small{margin-top:6px;font-size:11px}.admin-table td i{padding:6px 8px;font-size:11px}.admin-table td i.confirmed{color:#39d062;background:#effff3}.admin-empty{font-size:14px}.admin-detail-panel{max-height:calc(100vh - 48px);top:24px}.admin-detail-head{padding:27px}.admin-detail-head span{font-size:11px}.admin-detail-head h2{margin:10px 0 7px;font-size:29px}.admin-detail-head p{font-size:13px}.admin-detail-head>i{padding:8px 10px;font-size:11px}.admin-detail-head>i.confirmed{background:#39d062}.admin-detail-panel>section{padding:25px 27px}.admin-detail-panel h3{margin-bottom:17px;font-size:16px}.admin-detail-panel dl>div{grid-template-columns:100px 1fr;gap:12px;padding:8px 0;font-size:13px}.admin-intro{font-size:13px;line-height:1.85}.admin-approval-section{background:#f3f5f5}.admin-approval-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-approval-title span{color:#6f7c81;margin-bottom:6px;font-size:12px;font-weight:750;display:block}.admin-approval-title h3{margin:0}.admin-approval-title>b{white-space:nowrap;background:#fff;border:1px solid #d7dcde;padding:7px 9px;font-size:12px}.admin-approval-section>label{margin-top:19px;font-size:13px;font-weight:750;display:block}.admin-approval-section select{color:#1d2529;background:#fff;border:1px solid #c9d0d3;outline:0;width:100%;height:49px;margin-top:8px;padding:0 13px;font-size:14px;display:block}.admin-approval-section>button{color:#fff;cursor:pointer;background:#1d2529;border:0;width:100%;height:51px;margin-top:10px;font-size:14px;font-weight:800}.admin-approval-section>button:hover{background:#303b40}.admin-approval-section>button:disabled{cursor:not-allowed;background:#b8c0c3}.admin-action-message{margin:11px 0 0;padding:10px 12px;font-size:12px;line-height:1.55}.admin-action-message.success,.admin-action-message.error{color:#39d062;background:#effff3}.admin-detail-empty strong{font-size:18px}.admin-detail-empty span{font-size:13px}.admin-login-card>p,.admin-login-card>span,.admin-login-card label,.admin-login-card button{font-size:14px}.admin-login-error{font-size:13px}.admin-participant-view{margin-top:31px}.admin-participant-view .admin-capacity-section{margin-top:0}.admin-roster-section{background:#fff;border:1px solid #d9dddf;margin-top:14px;padding:25px}.admin-roster-section>header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.admin-roster-section>header span{color:#78858a;font-size:12px;font-weight:750}.admin-roster-section>header h2{margin:7px 0 0;font-size:23px}.admin-roster-section>header p{color:#879196;margin:0;font-size:13px}.admin-roster-schedules{gap:14px;margin-top:21px;display:grid}.admin-roster-card{background:#fff;border:1px solid #d8dddf}.admin-roster-card>header{color:#fff;background:#20282c;justify-content:space-between;align-items:center;gap:18px;min-height:67px;padding:14px 18px;display:flex}.admin-roster-card>header>div{align-items:baseline;gap:11px;display:flex}.admin-roster-card>header strong{font-size:19px}.admin-roster-card>header span{color:#bdc6ca;font-size:13px}.admin-roster-card>header>b{font-size:13px}.admin-roster-grid{grid-template-columns:1fr 1fr;display:grid}.admin-roster-grid>section{min-width:0;padding:21px}.admin-roster-grid>section+section{border-left:1px solid #dfe3e4}.admin-roster-grid>section>header{border-bottom:1px solid #dfe3e4;justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.admin-roster-grid h3{margin:0;font-size:16px}.admin-roster-grid>section>header strong{font-size:20px}.admin-roster-grid>section>header strong span{color:#8a9599;font-size:12px}.admin-roster-grid ol{margin:0;padding:0;list-style:none}.admin-roster-grid li{border-bottom:1px solid #e8ebec;grid-template-columns:35px minmax(120px,.8fr) minmax(160px,1fr);align-items:center;gap:12px;min-height:70px;padding:11px 4px;display:grid}.admin-roster-grid li>span{color:#9aa4a8;font-size:11px;font-weight:750}.admin-roster-grid li>div{min-width:0}.admin-roster-grid li strong,.admin-roster-grid li b{color:#222b2f;white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.admin-roster-grid li b{font-weight:650}.admin-roster-grid li small{color:#818d92;white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:11px;display:block;overflow:hidden}.admin-roster-empty{color:#8a9599;text-align:center;margin:0;padding:37px 12px;font-size:13px}.admin-roster-grid li{grid-template-columns:35px minmax(120px,.8fr) minmax(160px,1fr) auto}.admin-roster-delete{color:#39d062;cursor:pointer;background:#fff;border:1px solid #9aebab;height:32px;padding:0 10px;font-size:11px;font-weight:750}.admin-roster-delete:hover{background:#effff3;border-color:#39d062}.admin-roster-delete:disabled{opacity:.5;cursor:not-allowed}.admin-roster-error{color:#39d062;background:#effff3;margin:18px 0 0;padding:11px 13px;font-size:12px}.admin-roster-group-list{display:grid}.admin-roster-group+.admin-roster-group{border-top:10px solid #f1f3f4}.admin-roster-group>header{background:#f6f7f7;border-bottom:1px solid #cfd5d7;justify-content:space-between;align-items:center;gap:20px;min-height:65px;padding:13px 20px;display:flex}.admin-roster-group>header span{color:#7f8a8f;font-size:10px;font-weight:750}.admin-roster-group>header h3{margin:5px 0 0;font-size:18px}.admin-roster-group>header>b{font-size:13px}.admin-roster-group .admin-roster-grid li{grid-template-columns:30px minmax(185px,1fr) minmax(210px,1.05fr) auto}.admin-roster-person{grid-template-columns:40px minmax(0,1fr);align-items:center;gap:10px;display:grid!important}.admin-roster-avatar{flex:0 0 38px;width:38px;height:38px;font-size:12px}.admin-roster-person>div{min-width:0}.admin-member-view{margin-top:31px}.admin-member-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.admin-member-stats article{background:#fff;border:1px solid #d9dddf;flex-direction:column;min-height:125px;padding:23px 24px;display:flex}.admin-member-stats span{color:#6c787d;font-size:14px;font-weight:650}.admin-member-stats strong{margin-top:17px;font-size:36px;line-height:1}.admin-member-stats small{color:#9aa3a7;margin-top:auto;font-size:12px}.admin-member-section{background:#fff;border:1px solid #d9dddf;margin-top:14px}.admin-member-section>header{border-bottom:1px solid #dfe3e4;justify-content:space-between;align-items:flex-end;gap:20px;padding:25px;display:flex}.admin-member-section>header span{color:#78858a;font-size:12px;font-weight:750}.admin-member-section>header h2{margin:7px 0 0;font-size:23px}.admin-member-section>header p{color:#879196;margin:0;font-size:13px}.admin-member-toolbar{border-bottom:1px solid #dfe3e4;align-items:center;gap:16px;height:76px;padding:0 18px;display:flex}.admin-member-toolbar label{flex:1}.admin-member-toolbar input{background:#fff;border:1px solid #d2d7d9;outline:0;width:100%;height:46px;padding:0 14px;font-size:14px}.admin-member-toolbar input:focus{border-color:#4f5c62}.admin-member-toolbar>b{white-space:nowrap;font-size:13px}.admin-member-table-wrap{overflow-x:auto}.admin-member-table{border-collapse:collapse;width:100%;min-width:940px}.admin-member-table th{color:#79858a;text-align:left;background:#f5f6f6;height:47px;padding:0 16px;font-size:12px}.admin-member-table td{color:#344046;vertical-align:middle;border-top:1px solid #e7eaeb;height:82px;padding:11px 16px;font-size:13px}.admin-member-table td strong,.admin-member-table td small{display:block}.admin-member-table td strong{color:#171e21;font-size:14px}.admin-member-table td small{color:#8a9599;white-space:nowrap;text-overflow:ellipsis;max-width:250px;margin-top:6px;font-size:11px;overflow:hidden}.admin-member-muted{color:#9aa4a8}.admin-member-avatar{color:#58666c;background:#eef1f2;border:1px solid #d5dadd;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;font-size:17px;font-weight:800;display:flex;overflow:hidden}.admin-member-avatar:not(.fallback){cursor:zoom-in}.admin-member-avatar img{object-fit:cover;width:100%;height:100%}.admin-member-empty{color:#899499;text-align:center;padding:65px 20px;font-size:14px}.admin-avatar-modal{z-index:1000;background:#090e10d1;place-items:center;padding:30px;display:grid;position:fixed;inset:0}.admin-avatar-modal>section{background:#fff;width:min(620px,100%);padding:18px;position:relative;box-shadow:0 25px 80px #00000059}.admin-avatar-modal>section>button{z-index:1;color:#fff;cursor:pointer;background:#0f1416c7;border:0;border-radius:50%;width:39px;height:39px;font-size:25px;line-height:1;position:absolute;top:27px;right:27px}.admin-avatar-modal img{object-fit:contain;background:#eef1f2;width:100%;max-height:70vh;display:block}.admin-avatar-modal section>div{justify-content:space-between;align-items:center;gap:15px;padding:16px 3px 3px;display:flex}.admin-avatar-modal section>div strong{font-size:18px}.admin-avatar-modal section>div span{color:#78858a;font-size:13px}@media (max-width:1320px){.admin-shell{grid-template-columns:200px minmax(0,1fr)}.admin-main{padding:32px 26px 45px}.admin-capacity-grid{grid-template-columns:repeat(2,1fr)}.admin-workspace{grid-template-columns:1fr}.admin-detail-panel{max-height:none;position:static}}@media (max-width:700px){.admin-shell{display:block}.admin-sidebar{height:74px;padding:0 17px}.admin-wordmark{font-size:24px}.admin-sidebar nav{margin-left:20px;display:flex}.admin-sidebar nav button{width:auto;height:40px;padding:0 10px;font-size:12px}.admin-sidebar form button{height:40px;font-size:12px}.admin-main{padding:27px 16px 38px}.admin-main-head h1{font-size:29px}.admin-stats article{min-height:125px;padding:18px}.admin-stats span{font-size:13px}.admin-stats strong{font-size:31px}.admin-capacity-section{padding:19px 16px}.admin-capacity-section>header,.admin-roster-section>header,.admin-member-section>header{flex-direction:column;align-items:flex-start}.admin-capacity-section>header p,.admin-roster-section>header p,.admin-member-section>header p{font-size:12px}.admin-capacity-grid{grid-template-columns:1fr 1fr}.admin-roster-section{padding:19px 16px}.admin-roster-grid{grid-template-columns:1fr}.admin-roster-grid>section+section{border-top:1px solid #dfe3e4;border-left:0}.admin-roster-group .admin-roster-grid li{grid-template-columns:26px minmax(0,1fr) auto}.admin-roster-group .admin-roster-grid li>div:nth-of-type(2){grid-column:2/3}.admin-roster-group .admin-roster-delete{grid-area:1/3/3}.admin-toolbar{flex-wrap:wrap;height:auto;padding:12px}.admin-toolbar label{flex-basis:100%}.admin-toolbar select{flex:1;width:auto}.admin-detail-head,.admin-detail-panel>section{padding:21px}.admin-detail-head h2{font-size:25px}.admin-member-stats{grid-template-columns:1fr}.admin-member-toolbar{height:auto;padding:12px}.admin-avatar-modal{padding:14px}.admin-avatar-modal>section{padding:10px}.admin-avatar-modal>section>button{top:18px;right:18px}.admin-avatar-modal section>div{flex-direction:column;align-items:flex-start}}@media (max-width:460px){.admin-stats,.admin-capacity-grid{grid-template-columns:1fr}.admin-main-head>span{display:none}.admin-wordmark{font-size:20px}.admin-sidebar nav{margin-left:10px}.admin-sidebar nav button{padding:0 7px;font-size:11px}.admin-sidebar form{display:none}}.admin-partnership-view{margin-top:31px}.admin-partnership-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;display:grid}.admin-partnership-stats article{background:#fff;border:1px solid #d9dddf;flex-direction:column;min-height:125px;padding:23px 24px;display:flex}.admin-partnership-stats span{color:#6c787d;font-size:14px;font-weight:650}.admin-partnership-stats strong{margin-top:17px;font-size:36px;line-height:1}.admin-partnership-stats small{color:#9aa3a7;margin-top:auto;font-size:12px}.admin-partnership-workspace{grid-template-columns:minmax(430px,1.15fr) minmax(360px,.85fr);gap:13px;margin-top:14px;display:grid}.admin-partnership-list,.admin-partnership-detail{background:#fff;border:1px solid #d9dddf}.admin-partnership-toolbar{border-bottom:1px solid #dfe3e4;align-items:center;gap:10px;height:76px;padding:0 16px;display:flex}.admin-partnership-toolbar label{flex:1}.admin-partnership-toolbar input,.admin-partnership-toolbar select{color:#253035;background:#fff;border:1px solid #d2d7d9;outline:0;height:46px;padding:0 13px;font-size:13px}.admin-partnership-toolbar input{width:100%}.admin-partnership-toolbar select{width:120px}.admin-partnership-toolbar input:focus,.admin-partnership-toolbar select:focus{border-color:#4f5c62}.admin-partnership-items{max-height:660px;overflow:auto}.admin-partnership-items>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e5e8e9;width:100%;padding:20px}.admin-partnership-items>button:hover,.admin-partnership-items>button.selected{background:#f3f5f5}.admin-partnership-items>button.selected{box-shadow:inset 3px 0 #1c2529}.admin-partnership-items>button>span{justify-content:space-between;align-items:center;display:flex}.admin-partnership-items i,.admin-partnership-detail header>i{color:#526267;background:#e9eeee;padding:5px 7px;font-size:10px;font-style:normal;font-weight:750}.admin-partnership-items time{color:#8a9599;font-size:11px}.admin-partnership-items strong,.admin-partnership-items small{display:block}.admin-partnership-items strong{margin-top:14px;font-size:16px}.admin-partnership-items small{color:#7d898e;margin-top:7px;font-size:12px}.admin-partnership-empty{color:#899499;text-align:center;margin:0;padding:70px 20px;font-size:13px}.admin-partnership-detail>header{border-bottom:1px solid #dfe3e4;justify-content:space-between;align-items:flex-start;gap:20px;padding:26px;display:flex}.admin-partnership-detail>header span{color:#758287;font-size:12px;font-weight:700}.admin-partnership-detail>header h2{margin:8px 0 7px;font-size:25px}.admin-partnership-detail>header p{color:#929ca0;margin:0;font-size:11px}.admin-partnership-detail>section{border-bottom:1px solid #e4e7e8;padding:24px 26px}.admin-partnership-detail>section h3{margin:0 0 15px;font-size:14px}.admin-partnership-detail dl{gap:12px;margin:0;display:grid}.admin-partnership-detail dl>div{grid-template-columns:90px 1fr;gap:10px;display:grid}.admin-partnership-detail dt{color:#899499;font-size:12px}.admin-partnership-detail dd{color:#20282c;word-break:break-all;margin:0;font-size:13px}.admin-partnership-status>div,.admin-partnership-contact{gap:7px;display:flex}.admin-partnership-status button,.admin-partnership-contact a{color:#4c595e;cursor:pointer;background:#fff;border:1px solid #cfd5d7;justify-content:center;align-items:center;height:38px;padding:0 13px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.admin-partnership-status button.active{color:#fff;background:#1b2428;border-color:#1b2428}.admin-partnership-status button:disabled{cursor:wait}.admin-partnership-status>p{color:#39d062;margin:11px 0 0;font-size:12px}.admin-partnership-contact{margin-top:19px}.admin-partnership-contact a:first-child{color:#fff;background:#1b2428}.admin-partnership-message{color:#3e494e;white-space:pre-wrap;word-break:break-word;min-height:130px;margin:0;font-size:13px;line-height:1.85}@media (max-width:1000px){.admin-partnership-stats{grid-template-columns:1fr 1fr}.admin-partnership-workspace{grid-template-columns:1fr}.admin-partnership-items{max-height:430px}}@media (max-width:700px){.admin-partnership-stats{grid-template-columns:1fr 1fr}.admin-partnership-toolbar{height:auto;padding:12px}.admin-partnership-detail>header,.admin-partnership-detail>section{padding:20px}.admin-partnership-workspace{display:block}.admin-partnership-detail{margin-top:12px}}@media (max-width:460px){.admin-partnership-stats{grid-template-columns:1fr}.admin-partnership-toolbar{flex-direction:column;align-items:stretch}.admin-partnership-toolbar select{width:100%}}.member-header-menu{justify-content:flex-end;justify-self:end;align-items:center;gap:13px;min-width:180px;display:flex}.member-header-menu.loading{height:34px}.member-header-menu a,.member-header-menu button{color:#444f54;cursor:pointer;background:0 0;border:0;font-size:13px;font-weight:700}.member-header-menu button{color:#7a8589;border-left:1px solid #d9dddf;padding-left:13px}.member-header-menu .member-login-link{color:#171717;background:#39d062;border-radius:999px;align-items:center;height:38px;padding:0 16px;display:inline-flex}.member-login-page{background:#eef1f2;justify-content:center;align-items:flex-start;min-height:calc(100vh - 74px);padding:100px 20px;display:flex}.member-login-card{background:#fff;border:1px solid #d5dadd;width:min(520px,100%);padding:52px 48px}.member-login-card>span{color:#66747a;font-size:13px;font-weight:800}.member-login-card h1{letter-spacing:-2.8px;margin:15px 0 20px;font-size:44px;line-height:1.2}.member-login-card>p{color:#68757a;margin:0;font-size:15px;line-height:1.8}.kakao-auth-button{color:#171717;background:#39d062;border-radius:3px;justify-content:center;align-items:center;width:100%;height:58px;margin-top:34px;font-size:16px;font-weight:700;display:flex}.kakao-auth-button b{margin-right:4px}.member-login-card>small{color:#899398;text-align:center;margin-top:14px;font-size:11px;line-height:1.6;display:block}.member-login-card>a:last-child{color:#69767b;text-align:center;margin-top:28px;font-size:13px;display:block}.member-login-error{color:#39d062;background:#effff3;margin-top:20px;padding:12px 14px;font-size:13px}.mypage-hero{color:#fff;background:#20272b;padding:76px 0 64px}.mypage-hero>.container>span{color:#b9c3c7;font-size:13px;font-weight:750}.mypage-hero h1{letter-spacing:-2.5px;margin:17px 0 42px;font-size:43px;line-height:1.25}.mypage-hero>.container>div{gap:1px;display:flex}.mypage-hero article{border-left:1px solid #4a555a;width:180px;padding:17px 22px}.mypage-hero article:first-child{border-left:0;padding-left:0}.mypage-hero article b{font-size:31px;display:block}.mypage-hero article small{color:#aeb9bd;margin-top:6px;font-size:12px;display:block}.mypage-content{background:#f2f4f5}.mypage-grid{grid-template-columns:330px minmax(0,1fr);align-items:start;gap:28px;display:grid}.member-profile-card{background:#fff;border:1px solid #d9dddf;padding:27px;position:sticky;top:25px}.member-profile-card>span,.mypage-grid>main>header>span{color:#7b878c;font-size:12px;font-weight:750}.member-profile-card h2{margin:10px 0 23px;font-size:28px}.member-profile-card dl{border-top:1px solid #e2e5e6;margin:0}.member-profile-card dl>div{border-bottom:1px solid #e6e9ea;grid-template-columns:75px 1fr;gap:10px;padding:12px 0;font-size:13px;display:grid}.member-profile-card dt{color:#849095}.member-profile-card dd{margin:0;font-weight:650}.member-profile-card>p{color:#6d797e;font-size:13px;line-height:1.7}.member-profile-card>a{color:#fff;background:#20272b;justify-content:center;align-items:center;height:48px;margin-top:23px;font-size:14px;font-weight:750;display:flex}.member-profile-card>small{color:#899398;text-align:center;margin-top:11px;font-size:11px;line-height:1.55;display:block}.mypage-grid>main>header h2{margin:8px 0 25px;font-size:31px}.member-history-list{gap:14px;display:grid}.member-history-list>article{background:#fff;border:1px solid #d9dddf;padding:26px}.member-history-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.member-history-head span{color:#8a9599;font-size:10px}.member-history-head h3{margin:7px 0 0;font-size:20px}.member-history-head i{padding:7px 9px;font-size:11px;font-style:normal;font-weight:750}.member-history-head i.confirmed{color:#39d062;background:#effff3}.member-history-head i.pending{color:#6e7a7f;background:#eef0f1}.member-history-list article>dl{border-top:1px solid #e3e6e7;border-bottom:1px solid #e3e6e7;grid-template-columns:repeat(3,1fr);margin:23px 0 0;display:grid}.member-history-list article>dl>div{border-right:1px solid #e3e6e7;padding:16px 15px}.member-history-list article>dl>div:first-child{padding-left:0}.member-history-list article>dl>div:last-child{border-right:0}.member-history-list dt{color:#849095;font-size:11px}.member-history-list dd{margin:7px 0 0;font-size:13px;font-weight:700}.member-match-result{background:#f2f4f5;grid-template-columns:95px 120px 1fr;align-items:center;gap:12px;margin-top:18px;padding:16px 18px;display:grid}.member-match-result span{color:#7b878c;font-size:12px}.member-match-result strong{font-size:15px}.member-match-result small{color:#718086;font-size:12px;line-height:1.5}.member-match-result.matched{background:#effff3}.member-match-result.matched strong{color:#39d062}.member-match-result.unmatched{background:#f1f1f1}.member-empty{text-align:center;background:#fff;border:1px solid #d9dddf;padding:70px 30px}.member-empty strong{font-size:20px}.member-empty p{color:#748086;font-size:14px}.member-empty a{color:#fff;background:#20272b;margin-top:15px;padding:13px 18px;font-size:13px;display:inline-flex}.profile-reuse-notice{background:#f1f4f5;border-left:3px solid #20272b;flex-direction:column;gap:5px;margin-top:20px;padding:14px 16px;display:flex}.profile-reuse-notice b{font-size:13px}.profile-reuse-notice span{color:#748086;font-size:11px}.admin-match-section>p{color:#7a858a;margin:-7px 0 15px;font-size:12px}.admin-match-section>div{grid-template-columns:1fr 105px;gap:8px;display:grid}.admin-match-section select,.admin-match-section button{background:#fff;border:1px solid #cbd1d3;height:44px;padding:0 11px;font-size:13px}.admin-match-section button{color:#fff;cursor:pointer;background:#20282c;border-color:#20282c;font-weight:750}.admin-match-section button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:900px){.header-inner{grid-template-columns:155px 1fr auto}.member-header-menu{min-width:0}.mypage-grid{grid-template-columns:1fr}.member-profile-card{position:static}.member-history-list article>dl{grid-template-columns:1fr}.member-history-list article>dl>div,.member-history-list article>dl>div:first-child{border-bottom:1px solid #e3e6e7;border-right:0;padding:13px 0}.member-history-list article>dl>div:last-child{border-bottom:0}.member-match-result{grid-template-columns:1fr}.member-profile-card{max-width:none}}@media (max-width:760px){.member-header-menu{position:absolute;right:66px}.member-header-menu button{display:none}.member-header-menu a{font-size:12px}.member-header-menu .member-login-link{height:34px;padding:0 12px}.member-login-page{padding:55px 15px}.member-login-card{padding:38px 24px}.member-login-card h1{font-size:35px}.mypage-hero{padding:55px 0 48px}.mypage-hero h1{font-size:34px}.mypage-hero>.container>div{grid-template-columns:repeat(3,1fr);display:grid}.mypage-hero article{border-left:1px solid #4a555a;width:auto;padding:13px}.mypage-hero article:first-child{padding-left:0}.mypage-hero article b{font-size:26px}.member-history-list>article{padding:20px}.member-history-head h3{font-size:18px}}.utility-bar{background:#101417;justify-content:center;align-items:center;height:34px;font-family:Inter,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif;font-size:12px;display:flex}.kakao-login{justify-content:center;align-items:center;height:100%;padding:0 18px;font-family:inherit;font-size:12px;display:inline-flex}.kakao-login span{color:#39d062;margin-right:7px;font-size:13px}.member-header-menu .member-login-link,.member-header-menu .member-page-link{color:#5f696e;background:0 0;border-radius:0;height:auto;padding:10px 0;font-size:16px;font-weight:700}@media (max-width:760px){.utility-bar{height:31px}.kakao-login{font-size:11px}.member-header-menu .member-login-link{height:auto;padding:9px 0}}.product-detail.section-pad{padding:54px 0 112px}.product-detail>.product-layout{grid-template-columns:minmax(0,1fr) minmax(420px,460px);gap:50px;width:min(1380px,100% - 56px)}.product-content{min-width:0}.detail-photo{background-image:linear-gradient(#080e1105 45%,#080e11ad),url(/hero-meeting-blurred.png);background-position:50%;background-repeat:no-repeat;border:1px solid #d8dddf;height:min(70vh,720px);min-height:590px}.detail-photo:before{content:"";pointer-events:none;border:14px solid #ffffff14;position:absolute;inset:0}.detail-photo>div{bottom:34px;left:38px;right:38px}.detail-photo strong{font-size:54px}.detail-photo span{font-size:14px}.product-detail .booking-panel{overscroll-behavior:auto;scrollbar-width:auto;max-height:none;position:static;top:auto;overflow:visible;box-shadow:0 18px 45px #131b1f14}@media (max-width:1180px) and (min-width:761px){.product-detail>.product-layout{grid-template-columns:minmax(0,1fr) 400px;gap:30px;width:min(100% - 40px,1120px)}.detail-photo{height:590px;min-height:0}}@media (max-width:760px){.product-detail.section-pad{padding:30px 0 76px}.product-detail>.product-layout{grid-template-columns:1fr;gap:28px;width:min(100% - 32px,620px)}.detail-photo{height:440px;min-height:0}.detail-photo>div{bottom:23px;left:23px;right:23px}.detail-photo strong{font-size:42px}.detail-photo span{font-size:12px}.product-detail .booking-panel{max-height:none;box-shadow:none;position:static;overflow:visible}}@media (max-width:430px){.detail-photo{height:370px}.detail-photo strong{font-size:37px}}.lineup-empty{border-bottom:1px solid var(--line);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:190px;padding:45px 24px;display:flex}.lineup-empty strong{font-size:17px}.lineup-empty span{color:var(--muted);margin-top:9px;font-size:13px;line-height:1.65}@media (max-width:980px) and (min-width:761px){.lineup-row{grid-template-columns:78px 55px minmax(170px,1fr) 90px 112px 20px}}@media (max-width:760px){.lineup-row .lineup-groups{grid-area:3/1/auto/4;margin-top:5px}}.admin-table{min-width:980px}.admin-table td .admin-application-sequence{color:#fff;background:#20282c;border-radius:50%;justify-content:center;align-items:center;min-width:27px;height:27px;padding:0 7px;font-size:13px!important;display:inline-flex!important}.profile-page{background:#f2f4f5}.profile-page-layout{grid-template-columns:310px minmax(0,1fr);align-items:start;gap:64px;display:grid}.profile-page-heading{position:sticky;top:28px}.profile-page-heading>span{color:#748187;font-size:13px;font-weight:800}.profile-page-heading h1{letter-spacing:-2.8px;margin:13px 0 18px;font-size:45px}.profile-page-heading>p{color:#68767c;margin:0;font-size:14px;line-height:1.85}.profile-page-heading>aside{background:#fff;border-left:3px solid #20282c;flex-direction:column;gap:7px;margin-top:35px;padding:18px 20px;display:flex}.profile-page-heading>aside b{font-size:13px}.profile-page-heading>aside small{color:#7b878c;font-size:11px;line-height:1.6}.profile-registration-form{gap:16px;display:grid}.profile-registration-form>section{background:#fff;border:1px solid #d8dddf;padding:35px 38px}.profile-registration-form>section>header{border-bottom:1px solid #dfe3e4;grid-template-columns:44px 1fr;gap:15px;padding-bottom:25px;display:grid}.profile-registration-form>section>header>span{color:#fff;background:#20282c;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:flex}.profile-registration-form h2{letter-spacing:-.8px;margin:0;font-size:22px}.profile-registration-form header p{color:#7b878c;margin:7px 0 0;font-size:12px;line-height:1.6}.profile-form-fields{gap:21px;margin-top:27px;display:grid}.profile-form-fields>label,.profile-form-pair>label,.profile-form-pair>fieldset{color:#293237;flex-direction:column;gap:8px;min-width:0;font-size:13px;font-weight:750;display:flex}.profile-field-label{align-items:baseline;display:inline-flex}.profile-field-label>b,.profile-form-pair legend>b{color:#39d062;margin-left:4px}.profile-form-pair{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-form-fields input,.profile-form-fields select,.profile-form-fields textarea{color:#20282c;width:100%;font:inherit;background:#fff;border:1px solid #cfd5d7;border-radius:0;outline:0;font-weight:500}.profile-form-fields input,.profile-form-fields select{height:50px;padding:0 14px}.profile-form-fields textarea{resize:vertical;padding:14px;line-height:1.7}.profile-form-fields input:focus,.profile-form-fields select:focus,.profile-form-fields textarea:focus{border-color:#20282c;box-shadow:0 0 0 1px #20282c}.profile-form-fields label>small{color:#8a9599;align-self:flex-end;font-size:10px;font-weight:500}.profile-form-pair fieldset{border:0;margin:0;padding:0}.profile-form-pair legend{margin:0 0 13px;font-size:13px}.profile-radio-row{border:1px solid #cfd5d7;grid-template-columns:1fr 1fr;height:50px;display:grid}.profile-radio-row label{cursor:pointer;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.profile-radio-row label+label{border-left:1px solid #cfd5d7}.profile-radio-row input{accent-color:#20282c;width:16px;height:16px;margin:0}.profile-consent-copy{background:#f2f4f5;margin-top:25px;padding:21px 23px}.profile-consent-copy b{font-size:12px}.profile-consent-copy p{color:#6f7c81;margin:6px 0 17px;font-size:12px;line-height:1.7}.profile-consent-copy p:last-child{margin-bottom:0}.profile-consent-check{cursor:pointer;align-items:center;gap:10px;margin-top:18px;font-size:13px;font-weight:700;display:flex}.profile-consent-check input{accent-color:#20282c;width:18px;height:18px}.profile-consent-check span>b{color:#39d062}.profile-form-error{color:#39d062;background:#effff3;border-left:3px solid #39d062;margin:0;padding:14px 16px;font-size:13px}.profile-form-actions{justify-content:flex-end;gap:9px;padding-top:7px;display:flex}.profile-form-actions button{color:#4f5b60;cursor:pointer;background:#fff;border:1px solid #cbd1d3;height:52px;padding:0 29px;font-size:14px;font-weight:800}.profile-form-actions button[type=submit]{color:#fff;background:#20282c;border-color:#20282c;min-width:190px}.profile-form-actions button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:980px){.profile-page-layout{grid-template-columns:1fr;gap:35px}.profile-page-heading{position:static}.profile-page-heading>aside{max-width:580px}}@media (max-width:620px){.profile-page.section-pad{padding:52px 0 70px}.profile-page-heading h1{font-size:37px}.profile-registration-form>section{padding:26px 20px}.profile-registration-form>section>header{grid-template-columns:37px 1fr;gap:11px}.profile-form-pair{grid-template-columns:1fr}.profile-form-actions{grid-template-columns:1fr 2fr;display:grid}.profile-form-actions button,.profile-form-actions button[type=submit]{min-width:0;padding:0 12px}}.legal-page{background:#f2f4f5;padding:74px 0 110px}.legal-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:45px;display:grid}.legal-layout>aside{position:sticky;top:28px}.legal-layout>aside>span{color:#738087;letter-spacing:1.5px;font-size:12px;font-weight:800}.legal-layout>aside h1{letter-spacing:-2.5px;margin:14px 0 18px;font-size:41px;line-height:1.18}.legal-layout>aside>p{color:#68767c;margin:0;font-size:13px;line-height:1.8}.legal-layout>aside nav{border-top:1px solid #ccd2d4;margin-top:30px}.legal-layout>aside nav a{color:#66747a;border-bottom:1px solid #d7dcde;align-items:center;height:43px;font-size:12px;font-weight:700;display:flex}.legal-layout>aside nav a:hover{color:#171e21}.legal-document{background:#fff;border:1px solid #d8dddf;padding:48px 52px 58px}.legal-document>header{border-bottom:2px solid #20282c;justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:28px;display:flex}.legal-document>header span{font-size:22px;font-weight:800}.legal-document>header p{color:#7b878c;margin:0;font-size:12px}.legal-lead{color:#556369;background:#f2f4f5;margin:28px 0 0;padding:19px 21px;font-size:13px;line-height:1.85}.legal-document>section{border-bottom:1px solid #e1e5e6;padding:31px 0;scroll-margin-top:24px}.legal-document>section:last-child{border-bottom:0}.legal-document h2{letter-spacing:-.4px;margin:0 0 15px;font-size:17px}.legal-document p,.legal-document li{color:#56646a;font-size:13px;line-height:1.85}.legal-document p{margin:0}.legal-document ol,.legal-document ul{margin:0;padding-left:20px}.legal-document li+li{margin-top:7px}.legal-document a{color:#39d062;text-underline-offset:3px;text-decoration:underline}.legal-table-wrap{overflow-x:auto}.legal-document table{border-collapse:collapse;border-top:2px solid #303a3f;width:100%;min-width:700px}.legal-document th,.legal-document td{color:#56646a;text-align:left;vertical-align:top;border-bottom:1px solid #dfe3e4;border-right:1px solid #e5e8e9;padding:14px 15px;font-size:12px;line-height:1.7}.legal-document th:last-child,.legal-document td:last-child{border-right:0}.legal-document th{color:#273136;background:#f3f5f5;font-weight:800}.legal-document td:first-child{color:#273136;width:120px;font-weight:700}.legal-note{background:#f6f7f7;border-left:3px solid #7d8a90;padding:14px 16px;margin-top:15px!important;font-size:12px!important}.legal-contact{border:1px solid #dce1e2;grid-template-columns:1fr 1fr;margin-bottom:17px;display:grid}.legal-contact p{flex-direction:column;gap:5px;padding:17px 19px;display:flex}.legal-contact p+p{border-left:1px solid #dce1e2}.legal-contact b{color:#273136;font-size:12px}.legal-contact span,.legal-contact a{font-size:12px}.legal-addendum{margin-top:5px;padding-bottom:0!important}.legal-addendum p{color:#263238;font-weight:700}@media (max-width:920px){.legal-layout{grid-template-columns:1fr;gap:28px}.legal-layout>aside{position:static}.legal-layout>aside h1 br,.legal-layout>aside nav{display:none}.legal-document{padding:39px 35px 48px}}@media (max-width:620px){.legal-page{padding:52px 0 75px}.legal-layout>aside h1{font-size:34px}.legal-document{padding:30px 20px 38px}.legal-document>header{flex-direction:column;align-items:flex-start;gap:8px}.legal-document>header span{font-size:19px}.legal-document>section{padding:26px 0}.legal-contact{grid-template-columns:1fr}.legal-contact p+p{border-top:1px solid #dce1e2;border-left:0}}.partnership-hero{background:#e9edef;padding:108px 0 105px}.partnership-hero span,.partnership-types>div>header span,.partnership-contact-grid>div>span{color:#6e7c82;letter-spacing:1.8px;font-size:12px;font-weight:800}.partnership-hero h1{letter-spacing:-3.5px;margin:20px 0 23px;font-size:53px;line-height:1.2}.partnership-hero p{color:#637177;margin:0;font-size:15px;line-height:1.85}.partnership-hero .button{margin-top:32px}.partnership-types{background:#fff}.partnership-types>div>header{justify-content:space-between;align-items:flex-end;display:flex}.partnership-types h2{letter-spacing:-1.8px;margin:11px 0 0;font-size:34px}.partnership-types>div>div{border-top:2px solid #20282c;border-bottom:1px solid #d9dddf;grid-template-columns:repeat(4,1fr);margin-top:36px;display:grid}.partnership-types article{border-right:1px solid #d9dddf;min-height:245px;padding:27px 25px}.partnership-types article:last-child{border-right:0}.partnership-types article>b{color:#8b969a;font-size:11px}.partnership-types h3{margin:45px 0 13px;font-size:20px}.partnership-types article p{color:#68767c;margin:0;font-size:13px;line-height:1.75}.partnership-contact{color:#fff;background:#20272b}.partnership-contact-grid{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start;gap:70px;display:grid}.partnership-contact-grid>div:first-child{position:sticky;top:28px}.partnership-contact-grid>div>span{color:#aab7bc}.partnership-contact-grid>div>h2{letter-spacing:-2.3px;margin:17px 0 21px;font-size:42px;line-height:1.25}.partnership-contact-grid>div>p{color:#adb8bc;margin:0;font-size:13px;line-height:1.8}.partnership-contact-grid dl{border-top:1px solid #485358;margin:35px 0 0}.partnership-contact-grid dl>div{border-bottom:1px solid #3e494e;grid-template-columns:82px 1fr;gap:12px;padding:15px 0;font-size:12px;display:grid}.partnership-contact-grid dt{color:#8f9ca1}.partnership-contact-grid dd{color:#fff;margin:0}.partnership-contact-grid dd a{color:#fff}.partnership-form{color:#20282c;background:#fff;padding:36px 38px 40px}.partnership-form-head{border-bottom:2px solid #20282c;justify-content:space-between;align-items:center;gap:15px;margin-bottom:26px;padding-bottom:18px;display:flex}.partnership-form-head>span{font-size:20px;font-weight:800}.partnership-form-head p{color:#7c888d;margin:0;font-size:11px}.partnership-form-head p b,.partnership-form>label>span>b,.partnership-agree b{color:#39d062}.partnership-form>label:not(.partnership-agree):not(.partnership-honeypot){margin-top:18px;display:block}.partnership-form>label>span{margin-bottom:8px;font-size:13px;font-weight:750;display:block}.partnership-form input,.partnership-form select,.partnership-form textarea{color:#20282c;width:100%;font:inherit;background:#fff;border:1px solid #cfd5d7;border-radius:0;outline:0;font-size:14px}.partnership-form input,.partnership-form select{height:49px;padding:0 13px}.partnership-form textarea{resize:vertical;padding:13px;line-height:1.7}.partnership-form input:focus,.partnership-form select:focus,.partnership-form textarea:focus{border-color:#20282c;box-shadow:0 0 0 1px #20282c}.partnership-honeypot{width:1px!important;height:1px!important;position:absolute!important;left:-9999px!important;overflow:hidden!important}.partnership-agree{color:#647177;cursor:pointer;align-items:flex-start;gap:10px;margin-top:21px;font-size:11px;line-height:1.65;display:flex}.partnership-agree input{accent-color:#20282c;flex:none;width:17px;height:17px;margin:1px 0 0}.partnership-agree a{color:#29373d;text-underline-offset:2px;text-decoration:underline}.partnership-form-error{color:#39d062;background:#effff3;margin:15px 0 0;padding:12px 14px;font-size:12px;line-height:1.55}.partnership-form>button{color:#fff;cursor:pointer;background:#20282c;border:0;width:100%;height:54px;margin-top:20px;font-size:14px;font-weight:800}.partnership-form>button:hover{background:#364147}.partnership-form>button:disabled{opacity:.55;cursor:not-allowed}.partnership-success{color:#20282c;text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:50px 35px;display:flex}.partnership-success i{color:#fff;background:#20282c;border-radius:50%;place-items:center;width:52px;height:52px;font-size:21px;font-style:normal;display:grid}.partnership-success>span{color:#748187;margin-top:22px;font-size:12px;font-weight:800}.partnership-success h3{margin:11px 0 13px;font-size:24px}.partnership-success p{color:#6d797e;max-width:390px;margin:0;font-size:13px;line-height:1.75}.partnership-success button{color:#20282c;cursor:pointer;background:#fff;border:1px solid #20282c;height:45px;margin-top:25px;padding:0 20px;font-weight:750}@media (max-width:980px){.partnership-types>div>div{grid-template-columns:1fr 1fr}.partnership-types article:nth-child(2){border-right:0}.partnership-types article:nth-child(-n+2){border-bottom:1px solid #d9dddf}.partnership-contact-grid{grid-template-columns:1fr;gap:38px}.partnership-contact-grid>div:first-child{position:static}.partnership-contact-grid>div>h2 br{display:none}}@media (max-width:620px){.partnership-hero{padding:72px 0 70px}.partnership-hero h1{letter-spacing:-2.5px;font-size:38px}.partnership-hero p br{display:none}.partnership-types>div>div{grid-template-columns:1fr}.partnership-types article{border-bottom:1px solid #d9dddf;border-right:0;min-height:0;padding:24px 20px}.partnership-types article:nth-child(2){border-bottom:1px solid #d9dddf}.partnership-types h3{margin:25px 0 10px}.partnership-contact-grid>div>h2{font-size:35px}.partnership-form{padding:29px 20px 32px}.partnership-form-head{flex-direction:column;align-items:flex-start;gap:7px}.partnership-success{min-height:430px;padding:40px 20px}}.partnership-form-page{background:#fff;min-height:700px;padding:72px 0 112px}.partnership-form-page>.container{max-width:820px}.partnership-form-page .partnership-form{background:#fff;padding:0}.partnership-form-page .partnership-success{padding-left:0;padding-right:0}@media (max-width:620px){.partnership-form-page{min-height:0;padding:44px 0 72px}.partnership-form-page .partnership-form{padding:0}}.age-group-guide{color:#6f7b80;margin:0 0 10px;font-size:12px;line-height:1.6}.age-group-auto{background:#f4f6f6;border:1px solid #cfd5d7;flex-direction:column;gap:7px;padding:16px 17px;display:flex}.age-group-auto b{font-size:13px}.age-group-auto span{color:#6f7b80;font-size:11px;line-height:1.55}.sale-countdown>strong{gap:7px}.sale-countdown>strong>i,.sale-countdown>strong>i.seconds{background:0 0;border:0;min-width:32px;padding:0}.sale-countdown>strong>i.seconds b{color:#20272b}.sale-countdown>strong>i.seconds small{color:#8a9498}.companion-option b{font-size:14px}.companion-option small{margin-top:5px;font-size:12px;line-height:1.45}.booking-total>span small{font-size:12px;font-weight:700}.booking-panel .schedule-options.three-weeks,.booking-panel .age-group-options,.booking-panel .booking-options{grid-template-columns:1fr;gap:7px;padding-bottom:0;display:grid;overflow:visible}.booking-panel .schedule-options.three-weeks button{width:100%;min-width:0}.booking-panel .schedule-options.three-weeks button>span em{color:#fff;vertical-align:1px;background:#252b2f;border-radius:999px;margin-right:6px;padding:2px 5px;font-size:9px;font-style:normal;font-weight:850;display:inline-flex}.booking-panel .schedule-options.three-weeks button.active>span em{background:#39d062}.booking-panel .age-group-options button{grid-template-columns:86px 1fr;align-items:center;width:100%;min-width:0;min-height:70px;display:grid}.booking-panel .booking-options button{width:100%;min-width:0}.booking-panel .booking-options button .earlybird-option-price{flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;display:flex}.booking-panel .earlybird-option-price del{color:#929b9f;font-size:11px;font-weight:550}.booking-panel .earlybird-option-price i{color:#a2aaad;font-size:11px;font-style:normal}.booking-panel .earlybird-option-price strong{color:#39d062;font-size:15px;font-weight:900}.booking-panel .booking-options button.active .earlybird-option-price strong{color:#39d062}.booking-panel .booking-options button .earlybird-option-price em{margin-left:0}.booking-panel .age-group-options button span{margin-top:0}@media (max-width:430px){.booking-panel .age-group-options{grid-template-columns:1fr;display:grid}.booking-panel .age-group-options button{grid-template-columns:76px 1fr;align-items:center;min-height:70px;display:grid}.booking-panel .age-group-options button span{margin-top:0}}.booking-panel .earlybird-sale{background:#effff3;border:2px solid #39d062;border-radius:14px;margin-top:17px;padding:20px 18px 18px;position:relative;overflow:hidden;box-shadow:0 10px 26px #39d06224}.booking-panel .sale-head{z-index:1;gap:12px;position:relative}.booking-panel .sale-head>span{color:#39d062;letter-spacing:-.35px;font-size:16px;font-weight:850;animation:none}.booking-panel .sale-head>span i{background:#39d062;width:8px;height:8px;margin-right:9px}.booking-panel .sale-head>b{color:#fff;white-space:nowrap;background:#39d062;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:850}.booking-panel .sale-prices{z-index:1;border:0;gap:7px;margin-top:14px;position:relative}.booking-panel .sale-prices p,.booking-panel .sale-prices p+p{background:#ffffffdb;border:1px solid #39d06238;border-radius:10px;min-width:0;padding:13px 12px}.booking-panel .sale-prices p+p{border-left:1px solid #39d06238}.booking-panel .sale-prices small{color:#6f514e;font-size:11px;font-weight:750}.booking-panel .sale-prices del{color:#9d8a87;font-size:11px}.booking-panel .sale-prices strong{color:#39d062;font-size:21px;font-weight:900}.booking-panel .sale-countdown{z-index:1;background:#39d062;border-radius:10px;grid-template-columns:auto 1fr;margin-top:10px;padding:12px 13px;position:relative}.booking-panel .sale-countdown>span{color:#000;white-space:nowrap;font-size:11px;font-weight:750}.booking-panel .sale-countdown>strong{justify-content:end;gap:5px}.booking-panel .sale-countdown>strong>i,.booking-panel .sale-countdown>strong>i.seconds{color:#000;min-width:31px}.booking-panel .sale-countdown>strong>i b,.booking-panel .sale-countdown>strong>i.seconds b{color:#000;font-size:18px;font-weight:850}.booking-panel .sale-countdown>strong>i small,.booking-panel .sale-countdown>strong>i.seconds small{color:#25382a;font-size:8px}.booking-panel .sale-countdown>strong>em{color:#25382a}.booking-panel .earlybird-sale.ended{box-shadow:none;background:#f3f5f5;border-color:#cfd5d7}.booking-panel .earlybird-sale.ended .sale-head>span{color:#667379}.booking-panel .earlybird-sale.ended .sale-head>span i{background:#879297;animation:none}@media (max-width:430px){.booking-panel .earlybird-sale{padding:17px 14px 15px}.booking-panel .sale-head>span{font-size:15px}.booking-panel .sale-prices strong{font-size:19px}.booking-panel .sale-countdown{grid-template-columns:1fr;gap:8px}.booking-panel .sale-countdown>strong{justify-content:space-between}}.utility-bar.recruitment-countdown-bar{color:#fff;cursor:pointer;background:#000;border-bottom:0;height:58px;transition:background .18s;display:block}.utility-bar.recruitment-countdown-bar:hover{background:#111}.utility-bar.recruitment-countdown-bar:focus-visible{outline-offset:-3px;outline:2px solid #fff}.recruitment-countdown-inner{justify-content:center;align-items:center;gap:24px;height:100%;display:flex}.recruitment-deadline-label{color:#fff;letter-spacing:-.5px;white-space:nowrap;font-size:16px;font-weight:750;line-height:1}.recruitment-time{font-variant-numeric:tabular-nums;justify-content:center;align-items:baseline;gap:15px;display:flex}.recruitment-time>span{white-space:nowrap;align-items:baseline;gap:3px;display:flex}.recruitment-time b{letter-spacing:-.7px;font-size:22px;font-weight:700;line-height:1}.recruitment-time small{color:#a8aeb1;font-size:10px;font-weight:650;line-height:1}.recruitment-time .recruitment-seconds{animation:1s ease-in-out infinite recruitmentSecondsBlink}@keyframes recruitmentSecondsBlink{0%,48%{opacity:1}49%,to{opacity:.56}}@media (max-width:1050px){.recruitment-countdown-inner{gap:20px}}@media (max-width:760px){.utility-bar.recruitment-countdown-bar{height:52px}.recruitment-countdown-inner{gap:12px;width:calc(100% - 24px)}.recruitment-deadline-label{font-size:13px}.recruitment-time{gap:8px}.recruitment-time b{font-size:18px}.recruitment-time small{font-size:9px}}@media (max-width:430px){.recruitment-countdown-inner{gap:9px;width:calc(100% - 16px)}.recruitment-deadline-label{font-size:11px}.recruitment-time{gap:6px}.recruitment-time b{font-size:16px}.recruitment-time small{font-size:8px}}.notice-row{border-bottom:1px solid var(--line);grid-template-columns:82px 1fr 110px 28px;align-items:center;min-height:104px;transition:background .18s;display:grid}.notice-row:hover,.notice-row.pinned{background:#f1f4f5}.notice-row>.notice-number{padding-left:8px}.notice-row>i{font-size:18px;font-style:normal;transition:transform .18s}.notice-row:hover>i{transform:translate(3px)}.notice-detail-page{background:#f5f6f6;padding:0 0 110px}.notice-detail-breadcrumb{color:#879196;align-items:center;gap:10px;height:64px;font-size:11px;display:flex}.notice-detail-breadcrumb b{color:#283136}.notice-detail-document{background:#fff;border:1px solid #d9dddf}.notice-detail-document>header{border-bottom:1px solid #dce0e2;padding:48px 54px 42px}.notice-detail-document>header>div{align-items:center;gap:7px;display:flex}.notice-detail-document>header>div span,.notice-detail-document>header>div b{color:#fff;background:#252b2f;align-items:center;height:25px;padding:0 9px;font-size:10px;font-weight:750;display:inline-flex}.notice-detail-document>header>div b{color:#566269;background:#e8ecee}.notice-detail-document h1{letter-spacing:-2px;max-width:760px;margin:20px 0 22px;font-size:37px;line-height:1.35}.notice-detail-document>header>p{color:#879196;align-items:center;gap:11px;margin:0;font-size:11px;display:flex}.notice-detail-document>header>p i{background:#cbd1d3;width:1px;height:11px}.notice-detail-content{padding:50px 54px 58px}.notice-detail-intro{background:#f1f4f5;border-left:3px solid #252b2f;margin:0 0 44px;padding:25px 27px;font-weight:650;color:#354147!important;font-size:16px!important;line-height:1.85!important}.notice-detail-content>section{border-top:1px solid #e0e4e5;padding:31px 0}.notice-detail-content>section h2{letter-spacing:-.5px;margin:0 0 17px;font-size:19px}.notice-detail-content>section p,.notice-detail-content>section li{color:#5f6c72;font-size:14px;line-height:1.9}.notice-detail-content>section p{margin:0}.notice-detail-content>section p+p{margin-top:10px}.notice-detail-content>section ul{margin:0;padding:0;list-style:none}.notice-detail-content>section li{padding-left:17px;position:relative}.notice-detail-content>section li+li{margin-top:7px}.notice-detail-content>section li:before{content:"";background:#68757b;width:4px;height:4px;position:absolute;top:12px;left:1px}.notice-detail-action{color:#171b1e;background:#39d062;justify-content:space-between;align-items:center;min-height:58px;margin:26px 0 18px;padding:0 22px;font-size:14px;font-weight:850;transition:background .18s;display:flex}.notice-detail-action:hover{background:#39d062}.notice-detail-action>i{font-size:17px;font-style:normal;font-weight:500}.notice-detail-content>aside{color:#fff;background:#252b2f;grid-template-columns:125px 1fr;gap:18px;margin-top:12px;padding:22px 24px;display:grid}.notice-detail-content>aside strong{font-size:13px}.notice-detail-content>aside p{color:#c6ced1;margin:0;font-size:13px;line-height:1.75}.notice-detail-navigation{border-top:1px solid #30383c;border-bottom:1px solid #d6dbdd;margin-top:24px}.notice-detail-navigation>div+div{border-top:1px solid #dfe3e4}.notice-detail-navigation a,.notice-detail-navigation .disabled{grid-template-columns:75px 1fr;align-items:center;gap:15px;min-height:72px;padding:14px 18px;display:grid}.notice-detail-navigation a:hover{background:#fff}.notice-detail-navigation small{color:#879196;font-size:11px}.notice-detail-navigation span{font-size:13px;font-weight:650}.notice-detail-navigation .disabled span{color:#a1aaae;font-weight:500}.notice-list-action{text-align:center;margin-top:28px}.notice-list-action a{color:#fff;background:#252b2f;border:1px solid #252b2f;justify-content:center;align-items:center;width:130px;height:48px;font-size:13px;font-weight:750;display:inline-flex}@media (max-width:760px){.notice-row{grid-template-columns:52px 1fr 76px 20px;gap:5px;min-height:94px}.notice-row h2{font-size:14px}.notice-detail-page{padding-bottom:78px}.notice-detail-document>header{padding:35px 26px 31px}.notice-detail-document h1{letter-spacing:-1.3px;font-size:28px}.notice-detail-content{padding:34px 26px 42px}.notice-detail-intro{margin-bottom:30px;padding:20px;font-size:14px!important}.notice-detail-content>section{padding:26px 0}.notice-detail-content>section h2{font-size:17px}.notice-detail-content>section p,.notice-detail-content>section li{font-size:13px}.notice-detail-content>aside{grid-template-columns:1fr;gap:7px}}@media (max-width:430px){.notice-row{grid-template-columns:43px 1fr 20px}.notice-row time{display:none}.notice-detail-breadcrumb{height:54px}.notice-detail-document>header{padding:30px 20px 27px}.notice-detail-document h1{margin:17px 0;font-size:24px}.notice-detail-content{padding:29px 20px 36px}.notice-detail-navigation a,.notice-detail-navigation .disabled{grid-template-columns:58px 1fr;padding-left:10px;padding-right:10px}}.progress-title p{color:#aeb9bd;margin:8px 0 0;font-size:10px}.admin-conversation-plan{border-top:1px solid #dce1e2;flex-direction:column;gap:5px;margin:16px 0 0;padding-top:13px;display:flex}.admin-conversation-plan b{color:#39d062;font-size:11px}.admin-conversation-plan.ready b{color:#39d062}.admin-conversation-plan span{color:#6f7b80;font-size:11px}.catalog-card .meeting-card-body{--meeting-card-gutter:24px}.catalog-card .meeting-card-footer{border-top:0;position:relative}.catalog-card .meeting-card-footer:before{content:"";top:0;left:calc(var(--meeting-card-gutter) * -1);right:calc(var(--meeting-card-gutter) * -1);border-top:1px solid #d9dddf;position:absolute}.catalog-card .meeting-card-footer>span,.branch-products .catalog-card .meeting-card-footer>span{height:44px;padding:0 16px;font-size:13px;font-weight:800}@media (min-width:981px){.branch-products .catalog-card .meeting-card-body{--meeting-card-gutter:15px}}@media (max-width:760px){.catalog-card .meeting-card-body{--meeting-card-gutter:20px}}@media (max-width:430px){.catalog-card .meeting-card-body{--meeting-card-gutter:18px}.catalog-card .meeting-card-footer>span{height:44px;padding:0 15px;font-size:13px}}.companion-option>span{grid-template-columns:22px 1fr;column-gap:13px}.companion-option i{text-align:center;justify-content:center;align-items:center;width:22px;height:22px;margin-right:0;padding:0;line-height:1;display:flex}.home-page .home-hero{background:#000}.home-page .brand-statement{color:var(--ink);background:#fff}.home-page .home-kpi{color:#fff;background:#000}.home-page .home-kpi .kpi-heading .section-index{color:#aeb8bc}.home-page .home-kpi .kpi-heading>p:last-child{color:#b9c2c6}.home-page .home-kpi .kpi-live{color:#d4dade;background:#14191b;border-color:#343b3e}.home-page .home-kpi .kpi-grid,.home-page .home-kpi .kpi-grid>div+div{border-color:#343b3e}.home-page .home-kpi .kpi-grid i{color:#b8c1c5;border-color:#596367}.home-page .home-kpi .kpi-grid dt,.home-page .home-kpi .kpi-grid dd{color:#fff}.home-page .home-kpi .kpi-grid small{color:#9da8ad}.home-page .how-section{color:var(--ink);background:#fff}.home-page .how-section .section-head.light .kicker{color:#59666c}.home-page .how-section .section-head.light>p{color:var(--muted)}.home-page .how-list{border-color:#d9dfe1}.home-page .how-list li{border-color:#d9dfe1;padding-left:28px;padding-right:28px}.home-page .how-list span{color:#59666c}.home-page .how-list p{color:var(--muted)}.home-page .editorial-quote{color:#fff;background:#000}.home-page .editorial-quote .section-index{color:#aeb8bc}.home-page .editorial-quote .quote-grid>div p{color:#b9c2c6}.home-page .editorial-quote .quote-grid>div a{color:#fff;border-bottom:1px solid #596367;padding-bottom:5px}.home-page .home-cta{color:var(--ink);background:#fff}.home-page .home-cta .button-light,.site-footer{color:#fff;background:#000}@media (max-width:980px){.home-page .home-kpi .kpi-grid>div:nth-child(3),.home-page .home-kpi .kpi-grid>div:nth-child(-n+2){border-color:#343b3e}}@media (max-width:620px){.home-page .home-kpi .kpi-grid>div+div{border-color:#343b3e}}.home-page .home-hero-image{background-image:linear-gradient(90deg,#12161975,#0000 34%),linear-gradient(#0000 52%,#080b0d61),url(/hero-meeting-all-faces-blurred.png)}.meeting-image{background-image:linear-gradient(#0f191e08,#0f191e47),url(/hero-meeting-all-faces-blurred.png)}.catalog-card .meeting-image{background-image:linear-gradient(#070e110a 35%,#070e11c7 100%),url(/hero-meeting-all-faces-blurred.png)}.detail-photo{background-image:linear-gradient(#080e1105 45%,#080e11ad),url(/hero-meeting-all-faces-blurred.png)}.meeting-intro-image{background-image:linear-gradient(#0000 62%,#050c0f47),url(/hero-meeting-all-faces-blurred.png)}.branch-hero{background-image:url(/hero-meeting-all-faces-blurred.png)}@media (max-width:760px){.home-page .home-hero-image{background-image:linear-gradient(#121619 0%,#0000 22%),linear-gradient(#0000 52%,#080b0d59),url(/hero-meeting-all-faces-blurred.png)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media (max-width:760px){.home-page .home-hero{height:auto;min-height:0;max-height:none}.home-page .home-hero-inner{min-height:0;padding-top:52px;padding-bottom:48px;display:block}.home-page .home-hero-copy{width:100%;padding:0}.home-page .home-hero h1{letter-spacing:-3px;margin:0 0 22px;font-size:clamp(40px,11.5vw,48px);line-height:1.14}.home-page .hero-description{max-width:330px;font-size:14px;line-height:1.85}.hero-editorial{background-position:50% 45%;border-top:1px solid #ffffff2e;width:100%;min-height:0;margin:38px 0 0;padding:25px 21px 21px;display:block}.hero-editorial-heading{justify-content:space-between;align-items:flex-start}.hero-editorial-heading span{letter-spacing:1.8px;font-size:10px;line-height:1.75}.hero-editorial-heading>div{align-items:flex-end}.hero-editorial-heading strong{letter-spacing:-4px;margin-left:0;font-size:64px;line-height:.82}.hero-editorial-heading small{margin-top:12px;font-size:10px}.hero-editorial-details{margin-top:28px}.hero-editorial-details p{height:50px}.hero-editorial-details span{font-size:10px}.hero-editorial-details b{text-align:right;font-size:13px}.hero-editorial-note{display:none}.home-page .brand-statement.section-pad,.home-page .home-kpi.section-pad,.home-page .how-section.section-pad,.home-page .editorial-quote.section-pad{padding:64px 0}.home-page .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:38px}.home-page .kpi-grid>div{min-height:178px;padding:22px 12px 20px}.home-page .kpi-grid>div+div{border-top:0;border-left:1px solid #343b3e}.home-page .kpi-grid>div:nth-child(3){border-top:1px solid #343b3e;border-left:0}.home-page .kpi-grid>div:nth-child(4){border-top:1px solid #343b3e}.home-page .kpi-grid i{width:29px;height:29px}.home-page .kpi-grid dt{margin-top:17px;font-size:38px}.home-page .kpi-grid dt em{font-size:17px}.home-page .kpi-grid dd{margin-top:11px;font-size:13px}.home-page .kpi-grid small{margin-top:7px;font-size:9px}.home-page .how-list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .how-list li,.home-page .how-list li:not(:first-child){border-bottom:1px solid #d9dfe1;border-right:1px solid #d9dfe1;min-height:205px;padding:22px 16px}.home-page .how-list li:nth-child(2n){border-right:0}.home-page .how-list li:nth-child(n+3){border-bottom:0}.home-page .how-list strong{margin-top:32px;font-size:16px;line-height:1.35}.home-page .how-list p{font-size:11px;line-height:1.65}}@media (max-width:430px){.home-page .home-hero-inner{padding-top:44px;padding-bottom:40px}.home-page .home-hero h1{letter-spacing:-2.7px;font-size:42px}.hero-editorial{margin-top:32px;padding:22px 18px 18px}}@media (max-width:350px){.home-page .kpi-grid,.home-page .how-list{grid-template-columns:1fr}.home-page .kpi-grid>div+div,.home-page .kpi-grid>div:nth-child(3){border-top:1px solid #343b3e;border-left:0}.home-page .how-list li,.home-page .how-list li:not(:first-child){border-bottom:1px solid #d9dfe1;border-right:0;min-height:180px}.home-page .how-list li:last-child{border-bottom:0}}.site-nav a.active{color:#fff;background:#000}:root{--ink:#000;--coral:#000;--coral-deep:#000}.button-primary,button.active,button[aria-pressed=true],.site-nav a.active,.catalog-card .meeting-card-footer>span,.notice-list-action a,.member-profile-card>a,.member-empty a,.profile-form-actions button[type=submit],.partnership-form>button,.admin-approval-section>button:not(:disabled),.admin-match-section button:not(:disabled),.admin-partnership-contact a:first-child{color:#fff!important;background:#000!important;border-color:#000!important}button.active *,button[aria-pressed=true] *{color:#fff!important}button.active em,button[aria-pressed=true] em{color:#fff!important;background:#ffffff29!important}input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{font-family:inherit;line-height:1.5;font-size:16px!important}input::placeholder,textarea::placeholder{font-size:16px}.application-companion-toggle{cursor:pointer;background:#f7f8f8;border:1px solid #cfd5d7;align-items:center;gap:12px;min-height:64px;padding:14px 16px;display:flex}.application-companion-toggle input{accent-color:#000;flex:0 0 19px;height:19px;width:19px!important;margin:0!important}.application-companion-toggle span{gap:4px;display:grid}.application-companion-toggle b{font-size:15px}.application-companion-toggle small{color:var(--muted);font-size:13px;font-weight:500}.application-companion-toggle.locked{cursor:default}.application-companion-toggle.locked input:disabled{opacity:1;cursor:not-allowed}.employment-fields select:disabled{color:#9aa3a7;cursor:not-allowed;background:#f1f3f4}.employment-fields label>small{font-size:12px;line-height:1.55}.phone-number-notice{color:#20282c;background:#effff3;border:1px solid #9aebab;gap:3px;margin-top:9px;padding:11px 13px 11px 34px;font-weight:500;display:grid;position:relative}.phone-number-notice:before{content:"!";color:#fff;background:#39d062;border-radius:50%;place-items:center;width:14px;height:14px;font-size:9px;font-weight:800;display:grid;position:absolute;top:12px;left:13px}.phone-number-notice b{color:#20282c;font-size:11px}.phone-number-notice small{color:#526168;font-size:10px;font-weight:500;line-height:1.55}.booking-options button:disabled{color:#92999c;cursor:not-allowed;background:#f1f2f2;border-color:#d7dbdd}.booking-options .gender-closed-label{color:#39d062;margin-top:7px;font-weight:800}.booking-panel .age-group-options .group-closed-label{color:#39d062;grid-column:2;margin-top:3px;font-size:11px;font-weight:800}.booking-cta:disabled{cursor:not-allowed;background:#92999c!important;border-color:#92999c!important}.capacity-closed-notice{color:#20282c;background:#effff3;border:1px solid #9aebab;margin:0 0 18px;padding:13px 15px;font-size:13px;font-weight:750}.admin-applicant-cell{align-items:center;gap:11px;min-width:145px;display:flex}.admin-applicant-cell>span:last-child{min-width:0}.admin-member-avatar.admin-application-avatar{flex:0 0 40px;width:40px;height:40px;font-size:14px}.age-group-options button:disabled{cursor:not-allowed}.conversation-times-lead{max-width:760px;color:var(--muted);margin:27px 0 0;font-size:15px;line-height:1.9}.conversation-time-grid{border:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;display:grid}.conversation-time-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-height:190px;padding:23px 24px;display:flex}.conversation-time-grid article:nth-child(3n){border-right:0}.conversation-time-grid article:nth-child(n+4){border-bottom:0}.conversation-time-grid i{color:#8a9599;font-size:10px;font-style:normal}.conversation-time-grid span{color:#68757a;margin-top:25px;font-size:13px;font-weight:750}.conversation-time-grid strong{letter-spacing:-1px;margin-top:8px;font-size:27px}.conversation-time-grid small{color:var(--muted);margin-top:auto;font-size:11px;line-height:1.55}.detail-conversation-times>aside{background:#f1f3f4;grid-template-columns:230px 1fr;align-items:center;gap:22px;padding:18px 20px;display:grid}.detail-conversation-times>aside b{font-size:13px}.detail-conversation-times>aside span{color:var(--muted);font-size:12px;line-height:1.7}@media (max-width:760px){.conversation-time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.conversation-time-grid article:nth-child(3n){border-right:1px solid var(--line)}.conversation-time-grid article:nth-child(2n){border-right:0}.conversation-time-grid article:nth-child(n+4){border-bottom:1px solid var(--line)}.conversation-time-grid article:nth-child(n+5){border-bottom:0}.detail-conversation-times>aside{grid-template-columns:1fr;gap:7px}}@media (max-width:430px){.conversation-time-grid{grid-template-columns:1fr}.conversation-time-grid article,.conversation-time-grid article:nth-child(3n),.conversation-time-grid article:nth-child(2n),.conversation-time-grid article:nth-child(n+5){border-right:0;border-bottom:1px solid var(--line);min-height:165px}.conversation-time-grid article:last-child{border-bottom:0}}.refund-policy-summary{background:#fff;border:1px solid #d5dadd;margin:16px 0 4px;padding:14px 15px}.refund-policy-summary>b{margin-bottom:9px;font-size:12px;display:block}.refund-policy-summary p{border-top:1px solid #eaeced;justify-content:space-between;align-items:center;gap:15px;margin:0;padding:6px 0;font-size:10px;display:flex}.refund-policy-summary p span{color:#566268}.refund-policy-summary p strong{color:#20282c;font-size:11px}.refund-policy-summary>small{color:#68757a;margin-top:9px;font-size:9px;line-height:1.6;display:block}#article-8 .legal-table-wrap{margin:20px 0}.mypage-hero{background:#000}.application-agreement-only .agreement-check-all{cursor:pointer;background:#e9edef;border-top:1px solid #d8dddf;align-items:center;padding:18px 19px;margin-top:20px!important}.application-agreement-only .agreement-check-all input{accent-color:#39d062;margin-top:0}.application-agreement-only .agreement-check-all b{font-size:15px!important}.application-agreement-only .agreement-check-all small{font-size:12px!important;line-height:1.6!important}.common-page-hero{border-bottom:1px solid var(--line);box-sizing:border-box;background:#f1f3f4;height:230px;padding:52px 0 44px}.common-page-hero h1{letter-spacing:-3px;margin:0 0 20px;font-size:48px;font-weight:640;line-height:1.16}.common-page-hero p{color:var(--muted);margin:0;font-size:16px;line-height:1.75}.common-page-hero.dark{color:#fff;background:#000;border-bottom-color:#202020}.common-page-hero.dark p{color:#aeb6ba}@media (max-width:760px){.common-page-hero{height:200px;padding:42px 0 36px}.common-page-hero h1{letter-spacing:-2.3px;margin-bottom:16px;font-size:38px}.common-page-hero p{font-size:15px}}.mypage-content.section-pad{padding-top:48px}.mypage-stat-tabs{background:#fff;border:1px solid #cfd5d7;grid-template-columns:repeat(3,1fr);margin-bottom:38px;display:grid}.mypage-stat-tabs a{color:#20282c;border-right:1px solid #cfd5d7;grid-template-columns:1fr auto;align-content:space-between;gap:12px;min-height:142px;padding:24px 26px;display:grid}.mypage-stat-tabs a:last-child{border-right:0}.mypage-stat-tabs a span{font-size:14px;font-weight:750}.mypage-stat-tabs a strong{font-size:34px;line-height:1}.mypage-stat-tabs a small{color:#78858a;grid-column:1/-1;font-size:11px}.mypage-stat-tabs a small i{color:inherit;margin-left:8px;font-style:normal}.mypage-stat-tabs a.active{color:#fff;background:#000}.mypage-stat-tabs a.active small{color:#c7d0d4}.member-profile-card.incomplete{border:2px solid #000;box-shadow:0 12px 28px #00000017}.member-profile-card.incomplete>span{color:#fff;background:#000;padding:6px 9px;display:inline-flex}.profile-registration-callout{background:#effff3;border-left:4px solid #39d062;margin:0 0 20px;padding:18px}.profile-registration-callout b{font-size:14px;line-height:1.5}.profile-registration-callout p{color:#506159;margin:7px 0 0;font-size:12px;line-height:1.65}.member-profile-card>a{justify-content:space-between;padding:0 18px}.member-profile-card>a i{font-size:18px;font-style:normal}.member-profile-card.incomplete>a{height:56px;font-size:16px;box-shadow:0 8px 20px #39d0623d;color:#000!important;background:#39d062!important;border:1px solid #39d062!important}@media (max-width:760px){.mypage-content.section-pad{padding-top:32px}.mypage-stat-tabs{grid-template-columns:1fr;margin-bottom:28px}.mypage-stat-tabs a{border-bottom:1px solid #cfd5d7;border-right:0;min-height:94px;padding:18px 20px}.mypage-stat-tabs a:last-child{border-bottom:0}.mypage-stat-tabs a strong{font-size:29px}}.member-profile-action{color:#fff;width:100%;height:52px;font:inherit;cursor:pointer;background:#000;border:1px solid #000;justify-content:space-between;align-items:center;margin-top:23px;padding:0 18px;font-size:14px;font-weight:800;display:flex}.member-profile-action i{font-size:18px;font-style:normal}.member-profile-card.incomplete .member-profile-action{height:56px;font-size:16px;box-shadow:0 8px 20px #39d0623d;color:#000!important;background:#39d062!important;border-color:#39d062!important}.profile-gate-modal{z-index:1200;background:#080d0fb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.profile-gate-modal>section{background:#fff;border:1px solid #cfd5d7;width:min(460px,100%);padding:38px 36px 32px;position:relative;box-shadow:0 24px 80px #00000047}.profile-gate-close{cursor:pointer;background:0 0;border:0;font-size:26px;position:absolute;top:13px;right:17px}.profile-gate-modal>section>span{color:#67757b;font-size:12px;font-weight:800}.profile-gate-modal h2{letter-spacing:-1px;margin:12px 0 10px;font-size:25px}.profile-gate-modal p{color:#69767b;margin:0;font-size:14px;line-height:1.75}.profile-gate-modal section>div{grid-template-columns:1fr 1fr;gap:8px;margin-top:26px;display:grid}.profile-gate-modal section>div>*{cursor:pointer;background:#fff;border:1px solid #cbd1d3;justify-content:center;align-items:center;height:48px;font-size:13px;font-weight:800;display:flex}.profile-gate-modal section>div>a{color:#fff;background:#000;border-color:#000}.verification-form{gap:16px;display:grid}.verification-profile-summary{background:#fff;border:1px solid #d8dddf;padding:27px 29px}.verification-profile-summary>span{color:#748187;font-size:12px;font-weight:800}.verification-profile-summary dl{border-top:1px solid #dfe3e4;margin:18px 0 0}.verification-profile-summary dl>div{border-bottom:1px solid #e4e7e8;grid-template-columns:90px 1fr;gap:15px;padding:11px 0;font-size:13px;display:grid}.verification-profile-summary dt{color:#7c888d}.verification-profile-summary dd{margin:0;font-weight:700}.verification-profile-summary>small{color:#7a878c;margin-top:14px;font-size:11px;line-height:1.6;display:block}.verification-file-list{gap:10px;display:grid}.verification-file-list>label{cursor:pointer;background:#fff;border:1px solid #cfd5d7;grid-template-columns:42px 1fr auto;align-items:center;gap:16px;min-height:145px;padding:23px 22px;display:grid;position:relative}.verification-file-list>label.submitted{background:#effff3;border-color:#39d062}.verification-file-number{color:#fff;background:#20282c;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:800;display:grid}.verification-file-copy{gap:7px;display:grid}.verification-file-copy>b{font-size:16px}.verification-file-copy>b i{color:#fff;vertical-align:2px;background:#20282c;margin-left:8px;padding:4px 6px;font-size:9px;font-style:normal}.submitted .verification-file-copy>b i{color:#000;background:#39d062}.verification-file-copy small{color:#67757b;max-width:560px;font-size:12px;line-height:1.65}.verification-file-copy em{color:#8a9599;font-size:11px;font-style:normal}.verification-file-button{border:1px solid #20282c;justify-content:center;align-items:center;min-width:94px;height:40px;font-size:12px;font-weight:800;display:flex}.verification-file-list input{opacity:0;width:1px;height:1px;position:absolute}.verification-privacy-notice{background:#effff3;border-left:4px solid #39d062;padding:19px 21px}.verification-privacy-notice b{font-size:13px}.verification-privacy-notice p{color:#52635b;margin:7px 0 0;font-size:12px;line-height:1.7}.verification-complete{text-align:center;background:#fff;border:1px solid #d8dddf;flex-direction:column;justify-content:center;align-items:center;min-height:520px;padding:55px 35px;display:flex}.verification-complete>i{background:#39d062;border-radius:50%;place-items:center;width:58px;height:58px;font-size:22px;font-style:normal;display:grid}.verification-complete h2{margin:22px 0 10px;font-size:25px}.verification-complete p{color:#718086;margin:0;font-size:13px}.verification-complete button{color:#fff;cursor:pointer;background:#000;border:0;height:49px;margin-top:25px;padding:0 24px;font-weight:800}.admin-verification-links{flex-wrap:wrap;gap:6px;display:flex}.admin-verification-links a,.admin-verification-links span{color:#718086;white-space:nowrap;border:1px solid #cbd2d4;align-items:center;min-height:30px;padding:0 9px;font-size:10px;display:inline-flex}.admin-verification-links a{color:#fff;background:#000;border-color:#000;font-weight:750}.admin-verification-empty{color:#929da1;font-size:12px}@media (max-width:760px){.profile-gate-modal>section{padding:34px 24px 25px}.verification-file-list>label{grid-template-columns:36px 1fr;min-height:170px;padding:20px 17px}.verification-file-button{grid-column:2;justify-self:start}.verification-profile-summary{padding:23px 20px}.verification-profile-summary dl>div{grid-template-columns:78px 1fr}}.detail-preparation li{color:#252b2f;font-weight:650}.detail-notice ul{padding-left:0;list-style:none}.detail-notice li{padding-left:16px;position:relative}.detail-notice li:before{content:"•";color:#20282c;font-weight:900;position:absolute;top:0;left:0}@media (max-width:430px){.home-page .how-list li{padding-left:24px;padding-right:24px}}.detail-facts{border:1px solid var(--line);background:var(--line);gap:1px}.detail-facts>div,.detail-facts>div:first-child,.detail-facts>div:last-child{background:#fff;border:0;padding:22px 16px}@media (max-width:760px){.detail-facts>div,.detail-facts>div:first-child,.detail-facts>div:last-child{border:0!important;padding:18px 16px!important}}.detail-reviews{scroll-margin-top:24px}.review-compact-summary{border-top:1px solid #252b2f;border-bottom:1px solid var(--line);color:#20282c;align-items:center;gap:9px;margin-top:26px;padding:17px 0;display:flex}.review-compact-summary span{color:#748086;font-size:12px;font-weight:700}.review-compact-summary b{letter-spacing:2px;font-size:12px}.review-compact-summary strong{font-size:14px}.review-compact-summary i{background:#cbd1d3;width:1px;height:13px;margin:0 7px}.review-compact-summary small{color:#90999d;margin-left:auto;font-size:9px}.review-list article{border-bottom:1px solid var(--line);padding:26px 4px 28px}.review-card-head{justify-content:space-between;align-items:center;gap:20px;display:flex}.review-card-head>div{align-items:center;gap:8px;display:flex}.review-card-head strong{font-size:14px}.review-card-head span{color:#68757a;background:#eef1f2;padding:3px 6px;font-size:9px;font-weight:750}.review-card-head time{color:#929b9f;font-size:10px}.review-stars{color:#111;letter-spacing:2px;margin:13px 0 0;font-size:11px}.review-stars i{color:#dce0e1;font-style:normal}.review-content{color:#465258;word-break:keep-all;margin:13px 0 0;font-size:14px;line-height:1.85}.review-pagination{justify-content:center;align-items:center;gap:5px;margin-top:28px;display:flex}.review-pagination button{color:#68757a;width:37px;height:37px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d5dadd;padding:0;font-size:11px;font-weight:700}.review-pagination button:hover:not(:disabled){color:#111;border-color:#111}.review-pagination button.active{color:#fff;background:#000}.review-pagination button:disabled{opacity:.35;cursor:not-allowed}.review-page-status{color:#8a9599;text-align:center;margin:12px 0 0;font-size:10px}@media (max-width:760px){.review-list article{padding:23px 2px}.review-content{font-size:13px}.review-compact-summary{flex-wrap:wrap;gap:7px}.review-compact-summary small{flex-basis:100%;margin-left:0}}.lineup-status:not(.urgent):not(.closed){color:#fff;background:#39d062}.mypage-dashboard{display:block}.member-profile-card.wide{grid-template-columns:220px minmax(0,1fr) 270px;align-items:center;gap:28px;width:100%;margin:0 0 22px;padding:28px 30px;display:grid;position:static}.member-profile-card.wide .member-profile-identity>span{color:#7b878c;font-size:12px;font-weight:750;display:inline-flex}.member-profile-card.wide.incomplete .member-profile-identity>span{color:#fff;background:#000;padding:6px 9px}.member-profile-card.wide .member-profile-identity h2{margin:10px 0 0;font-size:30px}.member-profile-card.wide>dl{border:0;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.member-profile-card.wide>dl>div{border:0;border-left:1px solid #e0e4e5;flex-direction:column;justify-content:center;gap:8px;min-height:68px;padding:8px 20px;display:flex}.member-profile-card.wide>dl dt{font-size:11px}.member-profile-card.wide>dl dd{word-break:keep-all;font-size:14px}.member-profile-card.wide>.profile-registration-callout{flex-direction:column;justify-content:center;min-height:95px;margin:0;display:flex}.member-profile-cta .member-profile-action{margin-top:0}.member-profile-cta>small{color:#899398;text-align:center;margin-top:10px;font-size:10px;line-height:1.55;display:block}.mypage-dashboard>.mypage-stat-tabs{margin-bottom:38px}.mypage-history-main{max-width:1000px;margin:0 auto}.mypage-history-main>header>span{color:#7b878c;font-size:12px;font-weight:750}.mypage-history-main>header h2{margin:8px 0 25px;font-size:31px}.member-review-action{background:#f2f4f5;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:18px;display:flex}.member-review-action>div>span{color:#7b878c;font-size:11px;font-weight:700;display:block}.member-review-action>div>strong{margin-top:6px;font-size:15px;display:block}.member-review-action>div>p{color:#5f6c72;margin:8px 0 0;font-size:12px;line-height:1.65}.member-review-action>button{color:#fff;cursor:pointer;background:#000;border:0;flex:none;height:42px;padding:0 17px;font-size:12px;font-weight:800}.member-review-action.completed{background:#effff3}.member-review-action.completed>div>strong{color:#1c9f41;letter-spacing:1px}.member-review-action.upcoming{justify-content:flex-start}.member-review-action.upcoming strong{color:#8a9599}.member-vote-action{background:#f6f7f7;border:1px solid #dce1e2;margin-top:18px}.member-vote-summary{justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:18px 20px;display:flex}.member-vote-summary>div>span,.member-vote-action.upcoming span{color:#7b878c;font-size:11px;font-weight:750;display:block}.member-vote-summary>div>strong,.member-vote-action.upcoming strong{margin-top:6px;font-size:15px;display:block}.member-vote-summary>div>small{color:#849095;margin-top:5px;font-size:11px;display:block}.member-vote-summary>button{color:#fff;cursor:pointer;background:#000;border:0;flex:none;height:43px;padding:0 18px;font-size:12px;font-weight:800}.member-vote-summary>button:disabled{cursor:not-allowed;background:#aeb6b9}.member-vote-action.completed{background:#f2fff5;border-color:#a9e8b9}.member-vote-action.completed .member-vote-summary strong{color:#1c9f41}.member-vote-action.upcoming{padding:18px 20px}.member-vote-action.upcoming strong{color:#8a9599}.member-vote-unavailable{color:#8a9599;margin:0;padding:0 20px 18px;font-size:12px}.member-vote-panel{background:#fff;border-top:1px solid #d7dcde;padding:24px 20px 20px}.member-vote-panel>header>span{color:#68757a;font-size:11px;font-weight:800}.member-vote-panel>header h4{margin:7px 0 5px;font-size:20px}.member-vote-panel>header p{color:#7a868b;margin:0;font-size:12px;line-height:1.6}.member-vote-table{border:1px solid #d8dddf;margin-top:19px}.member-vote-table-head,.member-vote-candidate{grid-template-columns:65px 110px minmax(110px,1fr) minmax(230px,1.4fr);align-items:center;display:grid}.member-vote-table-head{color:#78858a;background:#f2f4f5;min-height:39px;font-size:10px;font-weight:800}.member-vote-table-head>span,.member-vote-candidate>b,.member-vote-candidate>span{padding:0 12px}.member-vote-candidate{border-top:1px solid #e3e6e7;min-height:61px;font-size:12px}.member-vote-candidate>b{font-size:13px}.member-vote-candidate>div{grid-template-columns:repeat(3,1fr);gap:5px;padding:9px 10px;display:grid}.member-vote-candidate button{cursor:pointer;background:#fff;border:1px solid #cfd5d7;height:34px;font-size:10px;font-weight:750}.member-vote-candidate button.active{color:#fff;background:#000;border-color:#000}.member-vote-review{border-top:1px solid #dfe3e4;grid-template-columns:210px 1fr;gap:22px;margin-top:22px;padding-top:21px;display:grid}.member-vote-review fieldset{border:0;margin:0;padding:0}.member-vote-review legend,.member-vote-review label>span{margin-bottom:9px;font-size:12px;font-weight:800;display:block}.member-vote-review legend b,.member-vote-review label>span b{color:#1c9f41;font-size:10px}.member-vote-review fieldset>div{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.member-vote-review fieldset button{color:#c5cbcd;cursor:pointer;background:#fff;border:1px solid #cfd5d7;height:42px;font-size:17px}.member-vote-review fieldset button span{display:none}.member-vote-review fieldset button.active{color:#fff;background:#000;border-color:#000}.member-vote-review textarea{resize:vertical;width:100%;font:inherit;border:1px solid #cfd5d7;outline:0;padding:12px;font-size:13px;line-height:1.6}.member-vote-review textarea:focus{border-color:#000}.member-vote-review label>small{color:#8a9599;text-align:right;margin-top:5px;font-size:10px;display:block}.member-vote-error{color:#b52b2b;background:#fff1f1;margin:13px 0 0;padding:10px 12px;font-size:12px}.member-vote-actions{justify-content:flex-end;gap:7px;margin-top:17px;display:flex}.member-vote-actions button{cursor:pointer;background:#fff;border:1px solid #cbd1d3;height:45px;padding:0 18px;font-size:12px;font-weight:800}.member-vote-actions button:last-child{color:#fff;background:#000;border-color:#000}.member-vote-actions button:disabled{opacity:.45;cursor:not-allowed}.review-compose-modal,.account-withdraw-modal{z-index:1300;background:#080d0fb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.review-compose-modal>section{background:#fff;width:min(560px,100%);max-height:92vh;padding:36px 34px 30px;position:relative;overflow:auto;box-shadow:0 24px 80px #0000004d}.review-compose-close{cursor:pointer;background:0 0;border:0;font-size:27px;position:absolute;top:11px;right:15px}.review-compose-modal section>span{color:#68757a;font-size:11px;font-weight:800}.review-compose-modal h2{margin:9px 0 8px;font-size:24px}.review-compose-modal section>p{color:#748086;margin:0;font-size:12px}.review-compose-modal fieldset{border:0;margin:24px 0 18px;padding:0}.review-compose-modal legend,.review-compose-modal label>span{margin-bottom:9px;font-size:12px;font-weight:800;display:block}.review-compose-modal fieldset>div{grid-template-columns:repeat(5,1fr);gap:5px;display:grid}.review-compose-modal fieldset button{cursor:pointer;background:#fff;border:1px solid #cfd5d7;height:42px;font-size:12px}.review-compose-modal fieldset button.active{color:#fff;background:#000}.review-compose-modal textarea{resize:vertical;width:100%;font:inherit;border:1px solid #cfd5d7;outline:0;padding:13px;font-size:14px;line-height:1.65}.review-compose-modal textarea:focus{border-color:#000}.review-compose-modal label>small{color:#8a9599;text-align:right;margin-top:5px;font-size:10px;display:block}.review-compose-error{background:#fff1f1;padding:10px 12px;color:#b52b2b!important;margin:10px 0 0!important}.review-compose-actions{grid-template-columns:1fr 1fr;gap:7px;margin-top:18px;display:grid}.review-compose-actions button{cursor:pointer;background:#fff;border:1px solid #cbd1d3;height:47px;font-weight:800}.review-compose-actions button:last-child{color:#fff;background:#000;border-color:#000}.mypage-account-settings{border-top:1px solid #bdc5c8;justify-content:space-between;align-items:center;gap:30px;max-width:1000px;margin:42px auto 0;padding:25px 27px;display:flex}.mypage-account-settings>div:first-child>span{color:#7b878c;font-size:11px;font-weight:800}.mypage-account-settings h2{margin:7px 0 6px;font-size:18px}.mypage-account-settings>div:first-child>p{color:#7a868b;margin:0;font-size:11px;line-height:1.6}.account-action-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.account-action-buttons>button{color:#20282c;cursor:pointer;background:#fff;border:1px solid #20282c;height:42px;padding:0 16px;font-weight:750}.account-action-buttons>button.withdraw{color:#7f898d;border-color:#c9ced0}.account-action-buttons>p{color:#b52b2b;text-align:right;flex-basis:100%;margin:3px 0 0;font-size:11px}.account-withdraw-modal>section{background:#fff;width:min(460px,100%);padding:35px 32px 29px;box-shadow:0 24px 80px #0000004d}.account-withdraw-modal section>span{color:#9b2c2c;font-size:11px;font-weight:800}.account-withdraw-modal h2{margin:10px 0;font-size:25px}.account-withdraw-modal p{color:#6f7b80;margin:0;font-size:13px;line-height:1.75}.account-withdraw-modal section>div{grid-template-columns:1fr 1fr;gap:7px;margin-top:23px;display:grid}.account-withdraw-modal button{cursor:pointer;background:#fff;border:1px solid #cbd1d3;height:47px;font-weight:800}.account-withdraw-modal button:last-child{color:#fff;background:#a42929;border-color:#a42929}@media (max-width:980px){.member-profile-card.wide{grid-template-columns:180px 1fr}.member-profile-card.wide .member-profile-cta{grid-column:1/-1;grid-template-columns:minmax(0,320px) 1fr;align-items:center;gap:15px;display:grid}.member-profile-cta>small{text-align:left}.member-profile-card.wide>dl{grid-template-columns:1fr}.member-profile-card.wide>dl>div{grid-template-columns:75px 1fr;gap:10px;min-height:0;padding:9px 18px;display:grid}.member-profile-card.wide>.profile-registration-callout{min-height:0}}@media (max-width:760px){.member-profile-card.wide{grid-template-columns:1fr;gap:20px;padding:23px 20px}.member-profile-card.wide>dl{border-top:1px solid #e0e4e5}.member-profile-card.wide>dl>div{border-bottom:1px solid #e5e8e9;border-left:0;padding:11px 0}.member-profile-card.wide .member-profile-cta{grid-column:auto;display:block}.member-profile-cta>small{text-align:center}.mypage-history-main>header h2{font-size:27px}.member-history-list article>dl{grid-template-columns:1fr}.member-history-list article>dl>div,.member-history-list article>dl>div:first-child{border-bottom:1px solid #e5e8e9;border-right:0;padding:13px 0}.member-history-list article>dl>div:last-child{border-bottom:0}.member-review-action{flex-direction:column;align-items:flex-start}.member-review-action>button{width:100%}.mypage-account-settings{flex-direction:column;align-items:flex-start;padding:22px 0}.account-action-buttons{justify-content:stretch;width:100%}.account-action-buttons>button{flex:1}.review-compose-modal>section,.account-withdraw-modal>section{padding:31px 20px 24px}.member-vote-summary{flex-direction:column;align-items:flex-start}.member-vote-summary>button{width:100%}.member-vote-table{overflow-x:auto}.member-vote-table-head,.member-vote-candidate{min-width:590px}.member-vote-review{grid-template-columns:1fr}.member-vote-actions{grid-template-columns:1fr 2fr;display:grid}.member-vote-actions button{padding:0 9px}}
