/* 모션 토큰 값은 tokens/elevation.css 와 동일하다 — import 하지 않으므로 값 변경 시 양쪽을 함께 고칠 것 */
:root{--front-accent:#e6007e;--front-bg:#f6f6f7;--front-text:#1a1a1a;--front-muted:#9a9a9a;--md-sys-motion-duration-short:100ms;--md-sys-motion-duration-medium:250ms;--md-sys-motion-duration-long:400ms;--md-sys-motion-easing-standard:cubic-bezier(.2,0,0,1);--md-sys-motion-easing-emphasized-accelerate:cubic-bezier(.3,0,.8,.15);--md-sys-motion-easing-emphasized-decelerate:cubic-bezier(.05,.7,.1,1)}
*{box-sizing:border-box}body{margin:0}button,a{font:inherit}.material-symbols-outlined{font-family:"Material Symbols Outlined";font-weight:normal;font-style:normal;line-height:1}
.front-skip-link{position:fixed;top:8px;left:50%;z-index:200;padding:10px 14px;border-radius:8px;background:#1a1a1a;color:#fff;font-weight:700;text-decoration:none;transform:translate(-50%,-200%)}.front-skip-link:focus{transform:translate(-50%,0)}
.front-shell-body{min-height:100vh;background:#dfe4e0;color:var(--front-text);font-family:Roboto,system-ui,sans-serif}.front-shell-body.front-drawer-open,.front-shell-body.front-all-sheet-open{overflow:hidden}.front-shell{position:relative;width:100%;max-width:375px;min-height:100vh;margin:0 auto;padding-bottom:86px;overflow-x:clip;background:var(--front-bg);box-shadow:0 0 40px rgb(0 0 0/12%)}.front-shell__content{min-height:calc(100vh - 138px)}
.front-gnb{position:sticky;top:0;z-index:70;display:flex;height:52px;align-items:center;justify-content:space-between;padding:0 12px 0 14px;border-bottom:1px solid #ededed;background:#fff}.front-gnb__home,.front-gnb__home img{display:block;width:auto;height:20px}.front-gnb__actions{display:flex;align-items:center;gap:10px}.front-gnb button{border:0;background:transparent;cursor:pointer}.front-gnb__language{display:grid;width:27px;height:27px;padding:0;place-items:center}.front-gnb__menu{display:flex;width:30px;height:30px;flex-direction:column;justify-content:center;gap:5px;padding:0 3px}.front-gnb__menu>span{height:2px;border-radius:1px;background:#26282b}
.front-flag{display:block;width:27px;height:27px;flex:0 0 auto;overflow:hidden;border-radius:50%;box-shadow:inset 0 0 0 1px rgb(0 0 0/9%)}.front-flag--eng{background:repeating-linear-gradient(#b22234 0 2px,#fff 2px 4px)}.front-flag--eng::before{display:block;width:12px;height:14px;background:#3c3b6e;content:""}.front-flag--kor{background:radial-gradient(circle at center,#cd2e3a 0 24%,#0047a0 25% 43%,#fff 44%)}.front-flag--chn{background:radial-gradient(circle at 30% 35%,#ffde00 0 15%,transparent 16%),#de2910}.front-flag--jpn{background:radial-gradient(circle,#bc002d 0 34%,#fff 35%)}.front-language{position:absolute;top:47px;right:43px;z-index:80;display:flex;min-width:76px;flex-direction:column;gap:3px;padding:6px;border:1px solid #ececec;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgb(0 0 0/13%)}.front-language[hidden]{display:none}.front-language a{display:flex;align-items:center;gap:8px;padding:5px;border-radius:11px;color:var(--front-text);font-size:11px;font-weight:700;text-decoration:none}.front-language a:hover,.front-language a:focus-visible,.front-language a[aria-current="true"]{background:#fff4fa;outline:none}.front-language a[aria-current="true"]{color:var(--front-accent)}
.front-drawer-backdrop{position:fixed;inset:0;z-index:90;background:rgb(0 0 0/40%);opacity:0;transition:opacity var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard)}.front-drawer-backdrop[hidden]{display:none}.front-drawer-backdrop.is-open{opacity:1}.front-drawer{position:fixed;top:0;left:50%;z-index:91;width:100%;max-width:375px;max-height:94vh;overflow-y:auto;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 12px 40px rgb(0 0 0/18%);transform:translate(-50%,-101%);visibility:hidden;transition:transform var(--md-sys-motion-duration-medium) var(--md-sys-motion-easing-standard),visibility 0s linear var(--md-sys-motion-duration-medium)}.front-drawer.is-open{transform:translate(-50%,0);visibility:visible;transition-delay:0s}.front-drawer__header{display:flex;height:56px;align-items:center;justify-content:space-between;padding:0 12px 0 14px}.front-drawer__header img{width:auto;height:20px}.front-drawer__header button{display:grid;width:34px;height:34px;padding:0;place-items:center;color:#26282b}.front-drawer__header .material-symbols-outlined{font-size:27px}.front-drawer__content{padding:10px 18px 26px}.front-drawer__group h2{display:flex;align-items:center;gap:7px;margin:0 0 15px;color:#8b93a1;font-size:13.5px;font-weight:600;letter-spacing:-.2px;white-space:nowrap}.front-drawer__group h2::after{height:1px;flex:1;background:#e8eaee;content:""}.front-drawer__group h2 .material-symbols-outlined{color:#aeb5c0;font-size:17px}.front-drawer__group>div{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;row-gap:17px;margin-bottom:26px}.front-drawer__group a{color:#1f2937;font-size:15px;font-weight:700;letter-spacing:-.2px;text-decoration:none}
.front-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:40;display:flex;width:100%;max-width:375px;margin:0 auto;padding:8px 4px 10px;border-top:1px solid #ececec;background:#fff}.front-bottom-nav__item{display:flex;min-width:0;flex:1;flex-direction:column;align-items:center;gap:3px;padding:0;border:0;background:transparent;color:var(--front-muted);cursor:pointer;font-size:10.5px;font-weight:600;text-decoration:none}.front-bottom-nav__item>.material-symbols-outlined{font-size:24px}.front-bottom-nav__item--active{color:var(--front-accent);font-weight:700}.front-bottom-nav__item--all{color:var(--front-muted)}.front-bottom-nav__all-icon{display:flex;width:46px;height:46px;align-items:center;justify-content:center;margin-top:-16px;border:3px solid #fff;border-radius:50%;background:var(--front-accent);box-shadow:0 5px 14px rgb(230 0 126/42%);color:#fff}.front-bottom-nav__all-icon .material-symbols-outlined{font-size:25px}
.front-all-sheet{position:fixed;inset:0;z-index:85;width:100%;max-width:375px;margin:0 auto}.front-all-sheet[hidden]{display:none}.front-all-sheet__backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgb(0 0 0/40%);cursor:pointer;opacity:0;transition:opacity var(--md-sys-motion-duration-long) var(--md-sys-motion-easing-emphasized-decelerate)}.front-all-sheet__panel{position:absolute;right:0;bottom:0;left:0;display:flex;min-height:236px;height:32%;flex-direction:column;padding:10px 18px 20px;border-radius:24px 24px 0 0;background:#fff;box-shadow:0 -10px 34px rgb(0 0 0/20%);transform:translateY(100%);transition:transform var(--md-sys-motion-duration-long) var(--md-sys-motion-easing-emphasized-decelerate)}.front-all-sheet.is-open .front-all-sheet__backdrop{opacity:1}.front-all-sheet.is-open .front-all-sheet__panel{transform:translateY(0)}.front-all-sheet.is-closing .front-all-sheet__backdrop{transition-timing-function:var(--md-sys-motion-easing-emphasized-accelerate)}.front-all-sheet.is-closing .front-all-sheet__panel{transition-timing-function:var(--md-sys-motion-easing-emphasized-accelerate)}.front-all-sheet__handle{width:38px;height:4px;margin:0 auto 12px;border-radius:3px;background:#e0e0e0}.front-all-sheet__header{display:flex;align-items:center;justify-content:space-between}.front-all-sheet__header h2{margin:0;font-size:17px;font-weight:800;letter-spacing:-.3px}.front-all-sheet__close{display:flex;width:30px;height:30px;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:#f2f2f3;color:#5a5a5a;cursor:pointer}.front-all-sheet__close .material-symbols-outlined{font-size:19px}.front-all-sheet__pass{display:flex;align-items:center;gap:11px;margin-top:12px;padding:11px 13px;border:1px solid #fce4f1;border-radius:14px;background:#fff4fa;color:var(--front-text);text-decoration:none}.front-all-sheet__pass-icon{display:flex;width:38px;height:38px;flex:0 0 auto;align-items:center;justify-content:center;border-radius:11px;background:var(--front-accent);color:#fff}.front-all-sheet__pass-icon .material-symbols-outlined{font-size:21px}.front-all-sheet__pass-copy{display:flex;min-width:0;flex:1;flex-direction:column}.front-all-sheet__pass-copy strong{font-size:14px;font-weight:800}.front-all-sheet__pass-copy small{color:#767676;font-size:11.5px}.front-all-sheet__chevron{color:var(--front-accent);font-size:20px}.front-all-sheet__tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.front-all-sheet__tile{display:flex;min-width:0;flex-direction:column;align-items:center;gap:7px;color:var(--front-text);font-size:11.5px;font-weight:700;text-align:center;text-decoration:none}.front-all-sheet__tile-icon{display:flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:16px;background:#fff4fa;color:var(--front-accent)}.front-all-sheet__tile-icon .material-symbols-outlined{font-size:26px}
.front-home__placeholder{display:flex;min-height:calc(100vh - 138px);flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.front-home__placeholder>.material-symbols-outlined{color:var(--front-accent);font-size:44px}.front-home__placeholder h1{margin:14px 0 0;font-size:21px}.front-home__placeholder p{margin:7px 0 0;color:#767676;font-size:13px;line-height:1.5}
@media(max-width:768px){.front-shell,.front-drawer,.front-bottom-nav,.front-all-sheet{max-width:none}}@media(prefers-reduced-motion:reduce){.front-drawer,.front-drawer-backdrop,.front-all-sheet__backdrop,.front-all-sheet__panel{transition:none}}
