@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.mod__max-w-xl{max-width:1436px;margin:auto}
@keyframes spin{0{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes rotateImageLoading{from{transform:translate(-50%,-50%) rotateY(0) scale(1.01)}
to{transform:translate(-50%,-50%) rotateY(360deg) scale(1.01)}
}
.cmp-menu-bar-sticky .mod__no-sticky{position:relative}
.cmp-menu-bar-sticky__content{position:relative;display:flex;justify-content:space-between;width:100%;height:auto;color:var(--color-font-03);background-color:var(--color-bg-01);min-height:56px;padding:12px 0;word-break:break-word}
.cmp-menu-bar-sticky__content-fixed{z-index:3;position:fixed;bottom:0}
.cmp-menu-bar-sticky__option{width:100%;position:relative;display:flex;flex-direction:column;align-items:center}
.cmp-menu-bar-sticky__option:not(:first-child):after{position:absolute;content:'';top:50%;transform:translateY(-50%);left:0;width:2px;height:40px;background-color:var(--color-bg-03)}
.cmp-menu-bar-sticky__option .icon-button{height:auto}
.cmp-menu-bar-sticky__option .cmp-icon-button{display:flex;flex-direction:column;height:auto;gap:0}
.cmp-menu-bar-sticky__option .cmp-icon-button__icon{width:32px;height:32px}
.cmp-menu-bar-sticky__option .cmp-icon-button__icon .ico{background-color:var(--color-ui-05);width:32px;height:32px}
.cmp-menu-bar-sticky__option .cmp-icon-button__text{font-family:'CupraRegular',sans-serif;font-weight:400;font-size:14px;line-height:20px;color:var(--color-font-03);white-space:normal;max-height:fit-content;height:auto}