@keyframes skeleton-loading{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.gnb-sub-header{display:flex;position:relative;top:0;right:0;left:0;z-index:100;align-items:center;height:var(--header-height);padding:0 1.6rem;background-color:var(--colors-background1)}.gnb-sub-header.sticky{position:fixed}.gnb-sub-header.border-bottom{border-bottom:1px solid var(--colors-background2)}.gnb-sub-header .header__left-section{width:2.4rem;height:2.4rem;margin-right:.8rem}.gnb-sub-header .title{flex:1 1;margin-right:.8rem;font-size:1.6rem;font-weight:700;line-height:1.4;letter-spacing:-.02rem}.gnb-sub-header .header__right-section{display:flex}.gnb-sub-header .header__right-section button+button{margin-left:1.6rem}.header__dummy{height:var(--header-height)}